@charset "UTF-8";.geoapify-input-wrapper{position:relative;flex:0 0 auto}.geoapify-geocoder-autocomplete-container{display:flex;flex-direction:column;align-items:stretch;position:relative;pointer-events:all}.geoapify-autocomplete-input{padding:0 31px 0 7px;width:calc(100% - 40px);outline:none;line-height:36px;height:36px;border:1px solid rgba(0,0,0,.3);font-size:14px}.geoapify-autocomplete-items{position:absolute;border:1px solid rgba(0,0,0,.3);border-top:none;background-color:#fff;z-index:99;top:100%;left:0;right:0}.geoapify-autocomplete-items div{padding:10px;cursor:pointer}.geoapify-autocomplete-items div:hover,.geoapify-autocomplete-items .active{background-color:#0000001a}.geoapify-autocomplete-item{display:flex;flex-direction:row;align-items:center}.geoapify-autocomplete-item .icon{display:inline-block;width:40px;height:24px;color:#aaa;flex:0 0 40px}.geoapify-autocomplete-item .icon.emoji{color:unset;font-size:20px;opacity:.9}.geoapify-close-button{position:absolute;right:5px;top:0;height:100%;display:none;align-items:center}.geoapify-close-button.visible{display:flex}.geoapify-close-button{color:#0006;cursor:pointer}.geoapify-close-button:hover{color:#0009}.geoapify-autocomplete-items .main-part .non-verified{color:#ff4848}.geoapify-autocomplete-items .secondary-part{margin-left:10px;font-size:small;color:#0009}.geoapify-places-list{border:1px solid rgba(0,0,0,.3);background-color:#fff;display:none;margin-top:5px}.geoapify-places-list.active{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.geoapify-places-title-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid rgba(0,0,0,.1);background-color:#f8f9fa;font-size:13px;color:#000000b3}.geoapify-places-title-icon{display:inline-flex;align-items:center;color:#00000080}.geoapify-places-title-icon svg{height:14px;width:14px}.geoapify-places-title-label{font-weight:500;margin-left:auto}.geoapify-places-scroll-container{overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;max-height:100%}.geoapify-places-scroll-container::-webkit-scrollbar{width:6px}.geoapify-places-scroll-container::-webkit-scrollbar-track{background:#00000014;border-radius:3px}.geoapify-places-scroll-container::-webkit-scrollbar-thumb{background:#00000059;border-radius:3px}.geoapify-places-scroll-container::-webkit-scrollbar-thumb:hover{background:#0009}.geoapify-places-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.08);transition:background-color .15s ease;min-width:0}.geoapify-places-item:hover{background-color:#0000000d}.geoapify-places-item.active{background-color:#0000001a}.geoapify-places-item:last-child{border-bottom:none}.geoapify-places-text-container{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.geoapify-places-main-part{font-size:16px;font-weight:500;color:#202124;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.geoapify-places-secondary-part{font-size:12px;color:#0009;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.geoapify-places-hours-info{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:auto;font-size:13px;color:#0009;max-width:150px}.geoapify-places-clock-icon{display:inline-flex;align-items:center;color:#00000080}.geoapify-places-clock-icon svg{height:14px;width:14px}.geoapify-places-hours-text{white-space:nowrap;font-size:13px;text-overflow:ellipsis;overflow:hidden}.geoapify-places-status-bar{display:flex;align-items:center;justify-content:space-between;min-height:32px;padding:0 16px;border-top:1px solid rgba(0,0,0,.1);background:#fafafa;font-size:13px;color:#0009}.geoapify-places-status-count{display:flex;align-items:center;gap:6px}.geoapify-places-status-count span{display:inline-flex;align-items:center}.geoapify-places-status-count svg{height:14px;width:14px;display:block}.geoapify-places-status-selected{font-weight:500;color:#000c}.geoapify-places-load-more{display:flex;align-items:center;justify-content:center;min-height:29px;padding:6px 16px}.geoapify-places-load-more.end{padding:6px 16px}.geoapify-places-load-more-button{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#0009;transition:all .2s ease}.geoapify-places-load-more-button:hover{background-color:#00000014;color:#000c}.geoapify-places-load-more-button:active{background-color:#00000026}.geoapify-places-load-more-button svg{height:16px;width:16px}.geoapify-places-load-more-loading{display:inline-flex;align-items:center;color:#00000080;font-size:16px;letter-spacing:2px;animation:geoapify-dots-pulse 1.4s ease-in-out infinite}@keyframes geoapify-dots-pulse{0%,to{opacity:.3}50%{opacity:1}}.geoapify-places-empty-state{display:flex;align-items:center;justify-content:center;padding:48px 16px;min-height:200px}.geoapify-places-empty-icon{color:#0003}.geoapify-places-empty-icon svg{display:block;height:64px;width:64px}.geoapify-places-loading-overlay{position:absolute;inset:0;background:#fff9;z-index:99;display:none}.geoapify-places-loading-overlay.visible{display:block}.geoapify-places-loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;display:none;background:#fffffff2;padding:16px 24px;border-radius:8px;box-shadow:0 2px 8px #00000026}.geoapify-places-loading-indicator.visible{display:block}.geoapify-places-loading-dots{display:flex;gap:8px;align-items:center;justify-content:center}.geoapify-places-loading-dots span{width:8px;height:8px;background-color:#0009;border-radius:50%;display:inline-block;animation:geoapify-places-loading-bounce 1.4s infinite ease-in-out both}.geoapify-places-loading-dots span:nth-child(1){animation-delay:-.32s}.geoapify-places-loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes geoapify-places-loading-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.mat-mdc-tooltip.app-tooltip .mdc-tooltip__surface{padding:6px 10px!important;border-radius:var(--theme-radius-sm, 10px)!important;background:var(--theme-glass-bg-strong, rgba(10, 16, 28, .92))!important;color:var(--theme-text-primary, rgba(250, 247, 241, .96))!important;border:1px solid var(--theme-glass-border, rgba(250, 247, 241, .12));box-shadow:var(--theme-glass-shadow, 0 8px 24px rgba(0, 0, 0, .28));font-size:.75rem!important;font-weight:500;letter-spacing:.01em;line-height:1.35;max-width:240px;text-align:center}.mat-mdc-tooltip.app-tooltip.appt-hover-tooltip .mdc-tooltip__surface,.mat-mdc-tooltip.appt-hover-tooltip .mdc-tooltip__surface{padding:6px 10px!important;border-radius:var(--theme-radius-sm, 10px)!important;background:var(--theme-glass-bg-strong, rgba(10, 16, 28, .92))!important;color:var(--theme-text-primary, rgba(250, 247, 241, .96))!important;border:1px solid var(--theme-glass-border, rgba(250, 247, 241, .12));box-shadow:var(--theme-glass-shadow, 0 8px 24px rgba(0, 0, 0, .28));font-size:.75rem!important;font-weight:500;letter-spacing:.01em;line-height:1.35;max-width:240px;text-align:center;white-space:pre-line;max-width:320px;font-size:12px!important;line-height:1.45;text-align:left}.app-dismissible-tooltip-pane{pointer-events:auto;z-index:12040}.app-dismissible-tooltip{border-radius:var(--theme-radius-sm, 10px)!important;background:var(--theme-glass-bg-strong, rgba(10, 16, 28, .92))!important;color:var(--theme-text-primary, rgba(250, 247, 241, .96))!important;border:1px solid var(--theme-glass-border, rgba(250, 247, 241, .12));box-shadow:var(--theme-glass-shadow, 0 8px 24px rgba(0, 0, 0, .28));font-size:.75rem!important;font-weight:500;letter-spacing:.01em;line-height:1.35;max-width:240px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 12px!important;max-width:220px}.app-dismissible-tooltip-message{text-align:center}.app-dismissible-tooltip-dismiss{appearance:none;border:none;background:transparent;padding:0;margin:0;cursor:pointer;color:var(--theme-accent, #6ba5dd);font:inherit;font-size:.7rem;font-weight:600;text-decoration:underline;text-underline-offset:2px}.app-dismissible-tooltip-dismiss:hover,.app-dismissible-tooltip-dismiss:focus-visible{color:var(--theme-text-primary, rgba(250, 247, 241, .96))}.symba-tree-nav-host{display:flex;flex-direction:column;min-height:0;min-width:0;height:100%;container-type:inline-size;container-name:tree-nav-rail}.symba-tree-nav-layout{display:flex;flex-direction:column;gap:0;min-height:0;min-width:0;height:100%;box-sizing:border-box;background:var(--theme-paper-bg)}.symba-tree-nav-layout__nav{flex-shrink:0;min-width:0;min-height:0;border-bottom:var(--theme-hairline) solid var(--theme-tabbar-border)}.symba-tree-nav-layout__body{flex:1;min-height:0;min-width:0;padding:0;box-sizing:border-box;width:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.symba-tree-nav-layout__body--flush{padding:0;overflow:hidden}@container tree-nav-rail (min-width: 900px){.symba-tree-nav-layout{flex-direction:row;align-items:stretch}.symba-tree-nav-layout__nav{position:sticky;top:0;align-self:stretch;z-index:6;width:15rem;flex:0 0 15rem;border:none;border-top-right-radius:var(--theme-radius-tree-nav-end, 1.25em);border-bottom-right-radius:var(--theme-radius-tree-nav-end, 1.25em);overflow:hidden;background:var(--theme-tree-nav-bg, var(--theme-paper-header-bg))}.symba-tree-nav-layout .symba-content-panel[data-elevation=paper]>.symba-content-header{background:var(--theme-paper-bg)}.symba-tree-nav-layout__body{flex:1;min-width:0}}.symba-tree-hub{max-width:40rem}.symba-tree-hub-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.symba-tree-hub-head-icon{flex-shrink:0;margin-top:.1rem;font-size:22px;width:22px;height:22px;color:var(--theme-text-secondary)}.symba-tree-hub-head-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:.25rem}.symba-tree-hub-title{margin:0;font-size:1.1rem;font-weight:700;line-height:1.3;color:var(--theme-text-primary);text-transform:none;letter-spacing:normal}.symba-tree-hub-lead{margin:0 0 .75rem;font-size:.85rem;font-weight:400;line-height:1.45;color:var(--theme-text-secondary)}.symba-tree-hub-cards{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.symba-tree-hub-card{display:flex;align-items:center;gap:.75rem;padding:.15rem .1rem}.symba-tree-hub-card-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:.2rem}.symba-tree-hub-card-title{font-size:.9rem;font-weight:650;color:var(--theme-text-primary);line-height:1.3}.symba-tree-hub-card-blurb{margin:0;font-size:.8rem;font-weight:400;color:var(--theme-text-secondary);line-height:1.4}.symba-tree-hub-card-chevron{flex-shrink:0;font-size:22px;width:22px;height:22px;color:var(--theme-text-muted)}.symba-paper-body{padding:16px 18px 20px;min-width:0;flex:1 1 auto;min-height:0;box-sizing:border-box}.app-shell-header{position:relative;width:100%;flex-shrink:0}.app-shell-header-inner{width:100%;max-width:var(--app-header-max, 1280px);margin-inline:auto;box-sizing:border-box}.app-shell-content{width:100%;max-width:var(--app-content-max, 1100px);margin-inline:auto;box-sizing:border-box}.symba-btn{font-size:var(--theme-button-label-size, var(--theme-font-size-sm));font-weight:var(--theme-button-label-weight, var(--theme-font-weight-medium));--mat-button-filled-label-text-size: var(--theme-button-label-size, var(--theme-font-size-sm));--mat-button-outlined-label-text-size: var(--theme-button-label-size, var(--theme-font-size-sm));--mat-button-text-label-text-size: var(--theme-button-label-size, var(--theme-font-size-sm));--mat-button-protected-label-text-size: var(--theme-button-label-size, var(--theme-font-size-sm))}.symba-btn.symba-btn--dashed.mat-mdc-outlined-button,.symba-btn.symba-btn--dashed{border-style:dashed!important;border-width:1px!important;border-radius:var(--theme-radius-sm)!important;background:transparent!important;color:var(--theme-text-secondary)!important;min-height:52px!important;padding-block:14px!important;padding-inline:20px!important}.symba-btn.symba-btn--dashed.mat-mdc-outlined-button:hover,.symba-btn.symba-btn--dashed.mat-mdc-outlined-button:focus-visible,.symba-btn.symba-btn--dashed:hover,.symba-btn.symba-btn--dashed:focus-visible{color:var(--theme-text-primary)!important;border-color:var(--theme-rule-strong)!important;background:var(--theme-inset-bg)!important}.symba-btn.mat-mdc-unelevated-button.symba-btn--primary,.symba-btn-primary.mat-mdc-unelevated-button,.symba-btn-primary.mat-mdc-raised-button{--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-filled-state-layer-color: var(--theme-accent);--mat-button-protected-container-color: var(--theme-accent);--mat-button-protected-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-state-layer-color: var(--theme-accent);border-radius:var(--theme-radius-sm);font-weight:var(--theme-button-label-weight, 500);letter-spacing:.02em;font-size:var(--theme-button-label-size, var(--theme-font-size-sm))}.symba-btn.mat-mdc-unelevated-button.symba-btn--primary:hover:not(:disabled):not(.mat-mdc-button-disabled),.symba-btn-primary.mat-mdc-unelevated-button:hover:not(:disabled):not(.mat-mdc-button-disabled),.symba-btn-primary.mat-mdc-raised-button:hover:not(:disabled):not(.mat-mdc-button-disabled){--mat-button-filled-container-color: var(--theme-accent-strong, var(--theme-accent));--mat-button-protected-container-color: var(--theme-accent-strong, var(--theme-accent))}.symba-btn.mat-mdc-unelevated-button.symba-btn--primary:disabled,.symba-btn.mat-mdc-unelevated-button.symba-btn--primary.mat-mdc-button-disabled,.symba-btn-primary.mat-mdc-unelevated-button:disabled,.symba-btn-primary.mat-mdc-unelevated-button.mat-mdc-button-disabled,.symba-btn-primary.mat-mdc-raised-button:disabled,.symba-btn-primary.mat-mdc-raised-button.mat-mdc-button-disabled{--mat-button-filled-disabled-container-color: color-mix(in srgb, var(--theme-accent) 48%, transparent);--mat-button-filled-disabled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-disabled-container-color: color-mix(in srgb, var(--theme-accent) 48%, transparent);--mat-button-protected-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary))}.symba-btn.mat-mdc-unelevated-button.symba-btn--primary:focus-visible,.symba-btn-primary.mat-mdc-unelevated-button:focus-visible,.symba-btn-primary.mat-mdc-raised-button:focus-visible{outline:2px solid var(--theme-focus-ring, var(--theme-accent));outline-offset:2px}.symba-btn.mat-mdc-unelevated-button.symba-btn--primary,.symba-btn-primary.mat-mdc-unelevated-button,.symba-btn-primary.mat-mdc-raised-button{--mdc-filled-button-container-shape: var(--theme-radius-sm);--mdc-outlined-button-container-shape: var(--theme-radius-sm);--mat-button-filled-container-shape: var(--theme-radius-sm);--mat-button-outlined-container-shape: var(--theme-radius-sm);--mat-button-protected-container-shape: var(--theme-radius-sm)}.symba-btn.mat-mdc-unelevated-button.symba-btn--danger,.symba-btn.mat-mdc-outlined-button.symba-btn--secondary{border-radius:var(--theme-radius-sm);letter-spacing:.02em;--mdc-filled-button-container-shape: var(--theme-radius-sm);--mdc-outlined-button-container-shape: var(--theme-radius-sm);--mat-button-filled-container-shape: var(--theme-radius-sm);--mat-button-outlined-container-shape: var(--theme-radius-sm)}@keyframes clover-chip-sheen{0%{transform:translate(-120%)}to{transform:translate(220%)}}.clover-card-form{position:relative;display:flex;flex-direction:column;gap:.7rem;padding:1.05rem 1.15rem 1.1rem;overflow:hidden;border-radius:18px;border:1px solid color-mix(in srgb,var(--theme-on-surface, #1c1916) 12%,transparent);background:linear-gradient(165deg,color-mix(in srgb,var(--theme-primary, #8b5e3c) 16%,var(--theme-surface, #faf7f1)) 0%,var(--theme-surface, #faf7f1) 42%,color-mix(in srgb,var(--theme-primary, #8b5e3c) 8%,var(--theme-surface, #faf7f1)) 100%);box-shadow:0 14px 36px color-mix(in srgb,var(--theme-on-surface, #1c1916) 10%,transparent)}.clover-card-form:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-primary, #8b5e3c) 80%,#fff),color-mix(in srgb,var(--theme-primary, #8b5e3c) 45%,#c4a35a))}.clover-card-hero{display:flex;align-items:center;justify-content:space-between;height:2.1rem;padding-left:.35rem}.clover-card-chip{position:relative;overflow:hidden;width:2.15rem;height:1.55rem;border-radius:.38rem;background:linear-gradient(135deg,#f0e2b6,#c4a35a 52%,#e8d5a3);box-shadow:inset 0 0 0 1px #5a461e47}.clover-card-chip:after{content:"";position:absolute;inset:-20% auto -20% 0;width:42%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:clover-chip-sheen 2.8s ease-in-out infinite}.clover-card-contactless{width:1.35rem;height:1.35rem;border-radius:50%;border:2px solid color-mix(in srgb,var(--theme-on-surface, #1c1916) 32%,transparent);border-left-color:transparent;border-bottom-color:transparent;transform:rotate(45deg);opacity:.5}.clover-field-block{min-width:0}.clover-field-label{display:block;font-size:.7rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .3rem;color:color-mix(in srgb,var(--theme-on-surface, #1c1916) 68%,transparent)}.clover-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.clover-field{height:56px;overflow:hidden;border-radius:12px;border:1px solid color-mix(in srgb,var(--theme-on-surface, #1c1916) 14%,transparent);background:color-mix(in srgb,#fff 88%,var(--theme-surface, #faf7f1));transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.clover-field iframe{display:block;width:100%!important;height:56px!important;min-height:56px!important;border:0}.clover-field:hover{border-color:color-mix(in srgb,var(--theme-primary, #8b5e3c) 35%,transparent)}.clover-field:focus-within{border-color:color-mix(in srgb,var(--theme-primary, #8b5e3c) 55%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary, #8b5e3c) 18%,transparent);transform:translateY(-1px)}.clover-secure-note{margin:.15rem 0 0;font-size:.75rem;line-height:1.4;color:color-mix(in srgb,var(--theme-on-surface, #1c1916) 55%,transparent)}.clover-errors{color:var(--theme-error, #b42318);font-size:.8125rem;min-height:1.1em;margin:0}.clover-iframe-fields{display:flex;flex-direction:column;gap:.65rem}@media(max-width:420px){.clover-field-row{grid-template-columns:1fr}}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url("./media/roboto-latin-300-normal-ZNJYGCVX.woff2") format("woff2"),url("./media/roboto-latin-300-normal-HUKDSNAU.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url("./media/roboto-latin-400-normal-LOX3CHMS.woff2") format("woff2"),url("./media/roboto-latin-400-normal-54N5OGOO.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url("./media/roboto-latin-500-normal-D6YDQ3CR.woff2") format("woff2"),url("./media/roboto-latin-500-normal-RXEWG4GH.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url("./media/roboto-latin-700-normal-T27NHG46.woff2") format("woff2"),url("./media/roboto-latin-700-normal-MIORRAJE.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url("./media/roboto-latin-ext-400-normal-JLTDD7L3.woff2") format("woff2"),url("./media/roboto-latin-ext-400-normal-UMSBLPTO.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url("./media/roboto-latin-ext-500-normal-JYCUQIKH.woff2") format("woff2"),url("./media/roboto-latin-ext-500-normal-UGCQCX6A.woff") format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url("./media/roboto-latin-ext-700-normal-RZWHNB6B.woff2") format("woff2"),url("./media/roboto-latin-ext-700-normal-NK2J5GTF.woff") format("woff")}@font-face{font-family:Material Icons;font-style:normal;font-display:swap;font-weight:400;src:url("./media/material-icons-latin-400-normal-LEZCGFVT.woff2") format("woff2"),url("./media/material-icons-latin-400-normal-OKHIZNFO.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url("./media/manrope-latin-400-normal-W2P7FH6Q.woff2") format("woff2"),url("./media/manrope-latin-400-normal-H43QQ5XW.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url("./media/manrope-latin-500-normal-CQ46M34Y.woff2") format("woff2"),url("./media/manrope-latin-500-normal-6DNEONPG.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url("./media/manrope-latin-600-normal-55ATVHX7.woff2") format("woff2"),url("./media/manrope-latin-600-normal-XW3XBGN3.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url("./media/manrope-latin-700-normal-J7BHEPTZ.woff2") format("woff2"),url("./media/manrope-latin-700-normal-SE4WUS6C.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url("./media/manrope-latin-ext-400-normal-6UMUPTQW.woff2") format("woff2"),url("./media/manrope-latin-ext-400-normal-LCV4HTWE.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url("./media/manrope-latin-ext-500-normal-65SPXYJA.woff2") format("woff2"),url("./media/manrope-latin-ext-500-normal-47REQ2SK.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url("./media/manrope-latin-ext-600-normal-CE2JFXTT.woff2") format("woff2"),url("./media/manrope-latin-ext-600-normal-YZEGJJZ5.woff") format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url("./media/manrope-latin-ext-700-normal-ZRNEGYSR.woff2") format("woff2"),url("./media/manrope-latin-ext-700-normal-2THVGD2M.woff") format("woff")}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-cyrillic-ext-wght-normal-IYF56FF6.woff2") format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-cyrillic-wght-normal-JEOLYBOO.woff2") format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-greek-ext-wght-normal-EOVOK2B5.woff2") format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-greek-wght-normal-IRE366VL.woff2") format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-vietnamese-wght-normal-CE5GGD3W.woff2") format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-latin-ext-wght-normal-HA22NDSG.woff2") format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url("./media/inter-latin-wght-normal-NRMW37G5.woff2") format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url("./media/newsreader-vietnamese-wght-normal-LQQDKOLR.woff2") format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url("./media/newsreader-latin-ext-wght-normal-KLWNQJPI.woff2") format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url("./media/newsreader-latin-wght-normal-EV75YY3I.woff2") format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{scrollbar-width:thin;scrollbar-color:var(--theme-scrollbar-thumb) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb-hover)}::-webkit-scrollbar-button,::-webkit-scrollbar-button:single-button,::-webkit-scrollbar-button:double-button,::-webkit-scrollbar-button:vertical:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:horizontal:end:increment{display:block;width:0!important;height:0!important;border:0!important;padding:0!important;margin:0!important;background:transparent!important;background-image:none!important}::-webkit-scrollbar-corner{background:transparent}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 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)}html{--mat-autocomplete-background-color: white}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 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-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 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-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #3f51b5;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #3f51b5;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-button-outlined-state-layer-color: #3f51b5;--mat-button-protected-container-color: #3f51b5;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #3f51b5;--mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-button-text-state-layer-color: #3f51b5;--mat-button-tonal-container-color: #3f51b5;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #ff4081;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #ff4081;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);--mat-button-outlined-state-layer-color: #ff4081;--mat-button-protected-container-color: #ff4081;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #ff4081;--mat-button-text-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);--mat-button-text-state-layer-color: #ff4081;--mat-button-tonal-container-color: #ff4081;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f44336;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f44336;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-outlined-state-layer-color: #f44336;--mat-button-protected-container-color: #f44336;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f44336;--mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-text-state-layer-color: #f44336;--mat-button-tonal-container-color: #f44336;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-fab-container-elevation-shadow: 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-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 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-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 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-fab-extended-hover-container-elevation-shadow: 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-fab-extended-pressed-container-elevation-shadow: 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-fab-focus-container-elevation-shadow: 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-fab-hover-container-elevation-shadow: 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-fab-pressed-container-elevation-shadow: 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-fab-small-container-elevation-shadow: 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-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 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-fab-small-hover-container-elevation-shadow: 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-fab-small-pressed-container-elevation-shadow: 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)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #3f51b5;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-fab-small-container-color: #3f51b5;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #ff4081;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);--mat-fab-small-container-color: #ff4081;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 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-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 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-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 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)}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ff4081;--mat-checkbox-selected-hover-icon-color: #ff4081;--mat-checkbox-selected-icon-color: #ff4081;--mat-checkbox-selected-pressed-icon-color: #ff4081;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #ff4081;--mat-checkbox-selected-hover-state-layer-color: #ff4081;--mat-checkbox-selected-pressed-state-layer-color: #ff4081;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #3f51b5;--mat-checkbox-selected-hover-icon-color: #3f51b5;--mat-checkbox-selected-icon-color: #3f51b5;--mat-checkbox-selected-pressed-icon-color: #3f51b5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #3f51b5;--mat-checkbox-selected-hover-state-layer-color: #3f51b5;--mat-checkbox-selected-pressed-state-layer-color: #3f51b5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #3f51b5;--mat-chip-elevated-disabled-container-color: #3f51b5;--mat-chip-elevated-selected-container-color: #3f51b5;--mat-chip-flat-disabled-selected-container-color: #3f51b5;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #ff4081;--mat-chip-elevated-disabled-container-color: #ff4081;--mat-chip-elevated-selected-container-color: #ff4081;--mat-chip-flat-disabled-selected-container-color: #ff4081;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #f44336;--mat-chip-elevated-disabled-container-color: #f44336;--mat-chip-elevated-selected-container-color: #f44336;--mat-chip-flat-disabled-selected-container-color: #f44336;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ff4081 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ff4081 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ff4081 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #ff4081;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #f44336;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-filled-caret-color: #3f51b5;--mat-form-field-filled-focus-active-indicator-color: #3f51b5;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-outlined-caret-color: #3f51b5;--mat-form-field-outlined-focus-outline-color: #3f51b5;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #f44336;--mat-form-field-filled-error-focus-label-text-color: #f44336;--mat-form-field-filled-error-label-text-color: #f44336;--mat-form-field-filled-error-caret-color: #f44336;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #f44336;--mat-form-field-filled-error-focus-active-indicator-color: #f44336;--mat-form-field-filled-error-hover-active-indicator-color: #f44336;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #f44336;--mat-form-field-outlined-error-focus-label-text-color: #f44336;--mat-form-field-outlined-error-label-text-color: #f44336;--mat-form-field-outlined-error-hover-label-text-color: #f44336;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #f44336;--mat-form-field-outlined-error-hover-outline-color: #f44336;--mat-form-field-outlined-error-outline-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ff4081 87%, transparent);--mat-form-field-filled-caret-color: #ff4081;--mat-form-field-filled-focus-active-indicator-color: #ff4081;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);--mat-form-field-outlined-caret-color: #ff4081;--mat-form-field-outlined-focus-outline-color: #ff4081;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);--mat-form-field-filled-caret-color: #f44336;--mat-form-field-filled-focus-active-indicator-color: #f44336;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);--mat-form-field-outlined-caret-color: #f44336;--mat-form-field-outlined-focus-outline-color: #f44336;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #3f51b5}.mat-icon.mat-accent{--mat-icon-color: #ff4081}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #3f51b5;--mat-radio-selected-hover-icon-color: #3f51b5;--mat-radio-selected-icon-color: #3f51b5;--mat-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #ff4081;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #ff4081;--mat-radio-selected-hover-icon-color: #ff4081;--mat-radio-selected-icon-color: #ff4081;--mat-radio-selected-pressed-icon-color: #ff4081;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #3f51b5;--mat-checkbox-selected-hover-icon-color: #3f51b5;--mat-checkbox-selected-icon-color: #3f51b5;--mat-checkbox-selected-pressed-icon-color: #3f51b5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #3f51b5;--mat-checkbox-selected-hover-state-layer-color: #3f51b5;--mat-checkbox-selected-pressed-state-layer-color: #3f51b5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ff4081;--mat-checkbox-selected-hover-icon-color: #ff4081;--mat-checkbox-selected-icon-color: #ff4081;--mat-checkbox-selected-pressed-icon-color: #ff4081;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #ff4081;--mat-checkbox-selected-hover-state-layer-color: #ff4081;--mat-checkbox-selected-pressed-state-layer-color: #ff4081;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 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)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #3f51b5}.mat-accent{--mat-progress-spinner-active-indicator-color: #ff4081}.mat-warn{--mat-progress-spinner-active-indicator-color: #f44336}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #3f51b5;--mat-radio-selected-hover-icon-color: #3f51b5;--mat-radio-selected-icon-color: #3f51b5;--mat-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #ff4081;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #ff4081;--mat-radio-selected-hover-icon-color: #ff4081;--mat-radio-selected-icon-color: #ff4081;--mat-radio-selected-pressed-icon-color: #ff4081;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-select-container-elevation-shadow: 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)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #3f51b5;--mat-select-invalid-arrow-color: #f44336}.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #ff4081;--mat-select-invalid-arrow-color: #f44336}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #f44336;--mat-select-invalid-arrow-color: #f44336}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;--mat-slide-toggle-selected-handle-color: #3f51b5;--mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;--mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;--mat-slide-toggle-selected-focus-handle-color: #3f51b5;--mat-slide-toggle-selected-hover-handle-color: #3f51b5;--mat-slide-toggle-selected-pressed-handle-color: #3f51b5;--mat-slide-toggle-selected-focus-track-color: #7986cb;--mat-slide-toggle-selected-hover-track-color: #7986cb;--mat-slide-toggle-selected-pressed-track-color: #7986cb;--mat-slide-toggle-selected-track-color: #7986cb;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 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-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 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-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #ff4081;--mat-slide-toggle-selected-handle-color: #ff4081;--mat-slide-toggle-selected-hover-state-layer-color: #ff4081;--mat-slide-toggle-selected-pressed-state-layer-color: #ff4081;--mat-slide-toggle-selected-focus-handle-color: #ff4081;--mat-slide-toggle-selected-hover-handle-color: #ff4081;--mat-slide-toggle-selected-pressed-handle-color: #ff4081;--mat-slide-toggle-selected-focus-track-color: #f06292;--mat-slide-toggle-selected-hover-track-color: #f06292;--mat-slide-toggle-selected-pressed-track-color: #f06292;--mat-slide-toggle-selected-track-color: #f06292}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #f44336;--mat-slide-toggle-selected-handle-color: #f44336;--mat-slide-toggle-selected-hover-state-layer-color: #f44336;--mat-slide-toggle-selected-pressed-state-layer-color: #f44336;--mat-slide-toggle-selected-focus-handle-color: #f44336;--mat-slide-toggle-selected-hover-handle-color: #f44336;--mat-slide-toggle-selected-pressed-handle-color: #f44336;--mat-slide-toggle-selected-focus-track-color: #e57373;--mat-slide-toggle-selected-hover-track-color: #e57373;--mat-slide-toggle-selected-pressed-track-color: #e57373;--mat-slide-toggle-selected-track-color: #e57373}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 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-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #3f51b5;--mat-slider-focus-handle-color: #3f51b5;--mat-slider-handle-color: #3f51b5;--mat-slider-hover-handle-color: #3f51b5;--mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);--mat-slider-inactive-track-color: #3f51b5;--mat-slider-ripple-color: #3f51b5;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #3f51b5;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #ff4081;--mat-slider-focus-handle-color: #ff4081;--mat-slider-handle-color: #ff4081;--mat-slider-hover-handle-color: #ff4081;--mat-slider-focus-state-layer-color: color-mix(in srgb, #ff4081 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #ff4081 4%, transparent);--mat-slider-inactive-track-color: #ff4081;--mat-slider-ripple-color: #ff4081;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #ff4081}.mat-warn{--mat-slider-active-track-color: #f44336;--mat-slider-focus-handle-color: #f44336;--mat-slider-handle-color: #f44336;--mat-slider-hover-handle-color: #f44336;--mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);--mat-slider-inactive-track-color: #f44336;--mat-slider-ripple-color: #f44336;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #f44336}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #7986cb}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #3f51b5;--mat-tab-active-ripple-color: #3f51b5;--mat-tab-inactive-ripple-color: #3f51b5;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #3f51b5;--mat-tab-active-hover-label-text-color: #3f51b5;--mat-tab-active-focus-indicator-color: #3f51b5;--mat-tab-active-hover-indicator-color: #3f51b5;--mat-tab-active-indicator-color: #3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #ff4081;--mat-tab-active-ripple-color: #ff4081;--mat-tab-inactive-ripple-color: #ff4081;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #ff4081;--mat-tab-active-hover-label-text-color: #ff4081;--mat-tab-active-focus-indicator-color: #ff4081;--mat-tab-active-hover-indicator-color: #ff4081;--mat-tab-active-indicator-color: #ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #f44336;--mat-tab-active-ripple-color: #f44336;--mat-tab-inactive-ripple-color: #f44336;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #f44336;--mat-tab-active-hover-label-text-color: #f44336;--mat-tab-active-focus-indicator-color: #f44336;--mat-tab-active-hover-indicator-color: #f44336;--mat-tab-active-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #3f51b5;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #ff4081;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #f44336;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #ff4081;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-menu-container-color: rgba(22, 20, 18, .96);--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg)}html[data-theme=light]{--mat-menu-container-color: rgba(251, 249, 245, .98);--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg)}:root{--color-primary: #216fbb;--color-gray-300: #d8d3ca;--color-gray-400: #aea79c;--color-gray-500: #80796f;--color-gray-700: #4a443c;--color-text: #3a352f;--z-overlay-base: 1000;--z-overlay-top: 10000;--app-viewport-height: calc( 100dvh - var(--safe-area-inset-top, env(safe-area-inset-top, 0px)) - var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)) - var(--symba-tour-tip-gutter-bottom, 0px) );--app-header-max: 1280px;--app-content-max: 1100px;--symba-wallpaper: linear-gradient(0deg, var(--theme-shell-base), var(--theme-shell-base));--symba-bg-image: none;--symba-bg: var(--symba-bg-image) no-repeat center center / cover;--symba-bg-fixed: var(--symba-bg-image) no-repeat center center / cover fixed;--symba-ivory: #faf8f4;--symba-paper: #f5f2eb;--symba-stone: #ede9e1;--symba-greige: #e2ddd3;--symba-mist: #d2ccc1;--symba-warm-grey: #aba49a;--symba-taupe: #867f74;--symba-graphite: #5c564e;--symba-charcoal: #3a352f;--symba-ink: #282420;--symba-near-black: #1a1815;--symba-void: #121110;--symba-blue-brand: #0069fd;--symba-blue-900: #0f3a66;--symba-blue-800: #14497f;--symba-blue-700: #1a5c9e;--symba-blue-600: #216fbb;--symba-blue-500: #3a86cf;--symba-blue-400: #6ba5dd;--symba-blue-300: #96c0e8;--symba-blue-200: #bcd7f1;--symba-blue-100: #dceaf8;--symba-blue-50: #eff5fc;--theme-radius-xs: 3px;--theme-radius-sm: 5px;--theme-radius-md: 8px;--theme-radius-lg: 12px;--theme-radius-xl: 16px;--theme-radius-2xl: 20px;--theme-radius-pill: 999px;--theme-radius-tree-nav-end: 1.25em;--theme-space-1: 4px;--theme-space-2: 8px;--theme-space-3: 12px;--theme-space-4: 16px;--theme-space-5: 24px;--theme-space-6: 32px;--theme-space-7: 48px;--theme-space-8: 64px;--theme-icon-size: 22px;--theme-icon-size-lg: 24px;--theme-icon-size-xl: 32px;--theme-font-family-display: "Newsreader Variable", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--theme-font-family-base: "Inter Variable", "Inter", "Roboto", "Helvetica Neue", Arial, sans-serif;--theme-font-family-nav: "Manrope", "Helvetica Neue", sans-serif;--theme-font-family-mono: "ui-monospace", "SFMono-Regular", monospace;--symba-header-font: var(--theme-font-family-display);--symba-greeting-font: var(--symba-header-font);--symba-tagline-font: var(--theme-font-family-base);--theme-font-size-xs: .75rem;--theme-font-size-sm: .875rem;--theme-font-size-md: 1rem;--theme-font-size-lg: 1.125rem;--theme-font-size-xl: 1.5rem;--theme-font-size-2xl: 2rem;--theme-font-weight-light: 300;--theme-font-weight-regular: 400;--theme-font-weight-medium: 500;--theme-font-weight-bold: 700;--theme-button-label-size: .8125rem;--theme-button-label-weight: 500;--theme-line-height-tight: 1.2;--theme-line-height-base: 1.45;--theme-line-height-relaxed: 1.6;--theme-type-display-lg-size: clamp(1.75rem, 1.1rem + 1.4vw, 2.375rem);--theme-type-display-size: clamp(1.375rem, 1rem + .9vw, 1.75rem);--theme-type-display-sm-size: clamp(1.0625rem, .9rem + .5vw, 1.3125rem);--theme-type-display-weight: 380;--theme-type-display-tracking: -.018em;--theme-type-display-leading: 1.16;--theme-type-title-size: .9375rem;--theme-type-title-weight: 530;--theme-type-title-tracking: -.006em;--theme-type-body-size: .875rem;--theme-type-body-sm-size: .8125rem;--theme-type-meta-size: .75rem;--theme-type-micro-size: .6875rem;--theme-type-label-size: .6875rem;--theme-type-label-weight: 560;--theme-type-label-tracking: .13em;--theme-type-label-sm-size: .625rem;--theme-type-label-sm-tracking: .15em;--theme-type-kpi-size: clamp(1.375rem, 1rem + 1vw, 2rem);--theme-type-kpi-weight: 300;--theme-type-kpi-tracking: -.02em;--theme-hairline: 1px;--theme-blur-sm: 8px;--theme-blur-md: 14px;--theme-blur-lg: 14px;--theme-blur-xl: 28px;--theme-blur-2xl: 36px;--theme-glass-saturate: 1.04;--theme-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--theme-transition-base: .24s cubic-bezier(.4, 0, .2, 1);--theme-transition-slow: .42s cubic-bezier(.32, .72, 0, 1);--theme-z-base: 1;--theme-z-sticky: 100;--theme-z-overlay: 1000;--theme-z-dialog: 10000;--theme-z-toast: 11000;--theme-z-help-overlay: 12000;--theme-z-fullscreen-dialog: 100000;color-scheme:dark;--theme-shell-base: var(--symba-void);--theme-wallpaper-veil: transparent;--theme-wallpaper-saturate: 1;--theme-tile-sub-warn: #d9ad63;--theme-text-primary: rgba(247, 244, 238, .95);--theme-text-secondary: rgba(240, 235, 227, .78);--theme-text-muted: rgba(236, 230, 220, .64);--theme-text-faint: rgba(232, 226, 215, .46);--theme-text-inverse: #241f1b;--theme-focus-ring: var(--symba-blue-300);--theme-focus-ring-offset: rgba(18, 17, 16, .85);--theme-accent: #5098de;--theme-accent-strong: var(--symba-blue-200);--theme-accent-deep: var(--symba-blue-700);--theme-accent-secondary: var(--theme-accent);--theme-accent-info: var(--symba-blue-400);--theme-accent-success: #6fae8a;--theme-accent-warning: #d9ad63;--theme-accent-danger: #e08c86;--theme-accent-contrast: #fdfbf7;--theme-rule-faint: rgba(240, 235, 227, .07);--theme-rule: rgba(240, 235, 227, .12);--theme-rule-strong: rgba(240, 235, 227, .2);--theme-recording-indicator-bg: #a8322c;--theme-recording-indicator-bg-hover: #8f2a25;--theme-recording-indicator-text: #fdfbf7;--theme-recording-indicator-dot: #fdfbf7;--theme-super-accent: #7fbfae;--theme-mobile-shell-base: #16140f;--theme-shadow-1: 0 1px 2px rgba(0, 0, 0, .16);--theme-shadow-2: 0 6px 18px rgba(0, 0, 0, .22);--theme-shadow-3: 0 20px 48px rgba(0, 0, 0, .34);--theme-face-tool-accent: #96c0e8;--theme-face-tool-accent-strong: #216fbb;--theme-face-tool-accent-deep: #14497f;--theme-shell-scrim: rgba(18, 17, 16, .42);--theme-login-accent-1: radial-gradient(120% 80% at 18% 12%, rgba(33, 111, 187, .26), transparent 58%);--theme-login-accent-2: radial-gradient(120% 90% at 90% 92%, rgba(26, 92, 158, .22), transparent 54%);--theme-login-scrim: rgba(5, 8, 16, .3);--theme-login-cta-bg: linear-gradient(135deg, #f5efff 0%, #dceaf8 100%);--theme-login-cta-bg-hover: linear-gradient(135deg, #fdfbf7 0%, #eaf2ff 100%);--theme-login-cta-text: #241f1b;--theme-login-cta-shadow: 0 16px 36px rgba(26, 24, 21, .32), inset 0 1px 0 rgba(250, 247, 241, .9);--theme-login-cta-shadow-hover: 0 18px 40px rgba(26, 24, 21, .4), inset 0 1px 0 rgba(250, 247, 241, 1);--theme-login-cta-disabled-bg: rgba(250, 247, 241, .28);--theme-login-cta-disabled-text: rgba(250, 247, 241, .44);--theme-login-autofill-bg: var(--theme-control-bg);--theme-login-autofill-active-bg: var(--theme-control-active-bg);--theme-glass-bg: rgba(26, 24, 21, .62);--theme-glass-bg-strong: rgba(22, 20, 18, .78);--theme-glass-bg-soft: rgba(30, 27, 24, .5);--theme-glass-border: var(--theme-rule);--theme-glass-border-strong: var(--theme-rule-strong);--theme-inset-bg: rgba(247, 242, 233, .045);--theme-inset-bg-hover: rgba(247, 242, 233, .075);--theme-inset-header-bg: rgba(247, 242, 233, .055);--theme-inset-row-alt-bg: rgba(247, 242, 233, .022);--theme-inset-border: var(--theme-rule);--theme-inset-sheen: rgba(247, 242, 233, .03);--theme-glass-sheen: none;--theme-glass-edge-highlight: inset 0 1px 0 rgba(255, 250, 242, .07);--theme-glass-shadow: var(--theme-shadow-2);--theme-dash-panel-bg: rgba(24, 22, 20, .84);--theme-dash-panel-blur: var(--theme-blur-md);--theme-dash-panel-saturate: var(--theme-glass-saturate);--theme-paper-bg: #1c1a18;--theme-paper-header-bg: #161412;--theme-paper-border: var(--theme-glass-border);--theme-page-scrim: rgba(20, 18, 15, .5);--theme-page-scrim-strong: rgba(18, 16, 14, .74);--theme-panel-bg: var(--theme-glass-bg);--theme-panel-border: var(--theme-glass-border);--theme-panel-shadow: var(--theme-glass-shadow);--theme-tabbar-bg: rgba(30, 27, 24, .9);--theme-tabbar-border: rgba(250, 247, 241, .14);--theme-tab-active-bg: color-mix(in srgb, #96c0e8 18%, transparent);--theme-tab-active-indicator: rgba(150, 192, 232, .9);--theme-tab-icon: #b8b1a7;--theme-scrollbar-thumb: rgba(250, 247, 241, .2);--theme-scrollbar-thumb-hover: rgba(250, 247, 241, .3);--theme-warn-text: rgba(224, 195, 119, .88);--theme-warn-bg: rgba(192, 154, 60, .14);--theme-warn-border: rgba(192, 154, 60, .38);--theme-warn-icon: #e0c377;--theme-modal-scrim: rgba(0, 0, 0, .5);--theme-footer-bg: rgba(250, 247, 241, .04);--theme-control-bg: rgba(250, 247, 241, .15);--theme-control-hover-bg: rgba(250, 247, 241, .15);--theme-control-active-bg: rgba(250, 247, 241, .25);--theme-button-bg: rgba(0, 0, 0, .22);--theme-button-hover-bg: rgba(250, 247, 241, .15);--theme-result-bg: var(--theme-inset-bg);--theme-home-tile-hover-bg: rgba(250, 247, 241, .12);--theme-logo-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .25));--theme-input-autofill-bg: var(--theme-control-bg);--theme-legal-page-bg: linear-gradient(135deg, #16140f 0%, #2e2a25 50%, #2a2622 100%);--theme-legal-card-shadow: 0 32px 80px rgba(0, 0, 0, .5);--theme-legal-callout-bg: rgba(150, 192, 232, .08);--theme-legal-callout-border: rgba(150, 192, 232, .2);--theme-legal-callout-label: rgba(188, 215, 241, .95);--theme-treatment-mfr-btn-bg: rgba(32, 145, 145, .42);--theme-treatment-mfr-btn-bg-active: rgba(22, 125, 125, .58);--theme-treatment-mfr-btn-text: rgba(248, 250, 255, .94);--theme-treatment-mfr-count-bg: rgba(250, 247, 241, .38);--theme-photo-drawer-surface-shadow: 0 24px 80px rgba(0, 0, 0, .65);--theme-compare-overlay-bg: rgba(0, 0, 0, .9);--theme-compare-header-bg: rgba(0, 0, 0, .8);--theme-compare-save-bg: #4a8f6c;--theme-compare-save-bg-hover: #3f7d5c;--theme-grid-bg: rgba(20, 18, 16, .9);--theme-grid-header-bg: rgba(30, 27, 24, .96);--theme-grid-header-text: rgba(250, 247, 241, .9);--theme-grid-header-subtext: rgba(250, 247, 241, .55);--theme-grid-gutter-bg: rgba(20, 18, 16, .9);--theme-grid-time-label: rgba(250, 247, 241, .4);--theme-grid-border: rgba(250, 247, 241, .08);--theme-grid-divider: rgba(250, 247, 241, .12);--theme-grid-divider-strong: rgba(250, 247, 241, .18);--theme-grid-line-hour: rgba(250, 247, 241, .18);--theme-grid-line-half: rgba(250, 247, 241, .08);--theme-grid-line-quarter: rgba(250, 247, 241, .04);--theme-grid-today-tint: rgba(42, 109, 186, .08);--theme-grid-today-tint-soft: rgba(42, 109, 186, .03);--theme-grid-today-border: rgba(42, 109, 186, .6);--theme-grid-outside-hours: rgba(0, 0, 0, .28);--theme-grid-hover-row: rgba(250, 247, 241, .04);--theme-grid-hover-pill-bg: rgba(15, 18, 28, .92);--theme-grid-hover-pill-text: rgba(250, 247, 241, .95);--theme-grid-hover-pill-border: rgba(42, 109, 186, .45);--theme-grid-hover-pill-shadow: 0 4px 14px rgba(0, 0, 0, .25);--theme-grid-drag-bg: rgba(42, 109, 186, .22);--theme-grid-drag-border: rgba(150, 192, 232, .85);--theme-grid-now: #c8524b;--theme-month-day-divider: rgba(250, 247, 241, .04);--theme-appt-mix-mid: rgb(44, 40, 36);--theme-appt-mix-mid-soft: rgb(34, 31, 28);--theme-appt-block-base: rgb(64, 58, 51);--theme-appt-mix-strong: rgb(41, 37, 33);--theme-appt-mix-deep: rgb(30, 27, 24);--theme-appt-text: rgba(250, 247, 241, .95);--theme-appt-text-muted: rgba(250, 247, 241, .55);--theme-appt-icon-muted: rgba(250, 247, 241, .45);--theme-appt-border-top: rgba(250, 247, 241, .1);--theme-appt-border-side: rgba(250, 247, 241, .06);--theme-appt-resize-handle: rgba(250, 247, 241, .2);--theme-appt-resize-handle-hover: rgba(250, 247, 241, .5);--theme-field-bg: rgba(250, 247, 241, .05);--theme-field-bg-focus: rgba(250, 247, 241, .07);--theme-field-border: rgba(250, 247, 241, .1);--theme-field-border-focus: rgba(150, 192, 232, .45);--theme-field-text: rgba(250, 247, 241, .9);--theme-field-placeholder: rgba(250, 247, 241, .28);--theme-field-label: rgba(250, 247, 241, .38);--theme-field-hint: rgba(250, 247, 241, .45);--theme-field-divider: rgba(250, 247, 241, .06);--theme-field-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(250,247,241,0.35)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--theme-field-option-bg: #211e1a;--theme-field-option-text: #ded9d0;--theme-field-color-scheme: dark;--theme-status-primary-bg: #2a6dba;--theme-status-primary-bg-hover: rgba(42, 109, 186, .95);--theme-status-primary-border: rgba(42, 109, 186, .35);--theme-status-primary-text: #fdfbf7;--theme-tool-size: 36px;--theme-tool-radius: 10px;--theme-tool-bg: rgba(250, 247, 241, .06);--theme-tool-bg-hover: rgba(250, 247, 241, .1);--theme-tool-border: rgba(250, 247, 241, .12);--theme-tool-border-hover: rgba(150, 192, 232, .45);--theme-tool-text: rgba(250, 247, 241, .78);--theme-tool-text-active: #fdfbf7;--theme-status-info-bg: rgba(42, 109, 186, .08);--theme-status-info-bg-hover: rgba(42, 109, 186, .18);--theme-status-info-border: rgba(42, 109, 186, .2);--theme-status-info-text: rgba(150, 192, 232, .85);--theme-status-info-text-hover: #96c0e8;--theme-status-success-bg: rgba(74, 143, 108, .12);--theme-status-success-bg-hover: rgba(74, 143, 108, .22);--theme-status-success-border: rgba(74, 143, 108, .25);--theme-status-success-text: rgba(74, 143, 108, .9);--theme-status-success-text-strong: #6fae8a;--theme-status-success-tint-bg: rgba(74, 143, 108, .06);--theme-status-success-tint-border: rgba(74, 143, 108, .15);--theme-status-danger-bg: rgba(200, 82, 75, .1);--theme-status-danger-bg-hover: rgba(200, 82, 75, .18);--theme-status-danger-border: rgba(200, 82, 75, .2);--theme-status-danger-text: #e3a8a3;--theme-status-danger-text-strong: #e08c86;--theme-status-danger-bg-strong: #c8524b;--theme-status-danger-bg-strong-hover: #a8322c;--theme-status-danger-text-on-strong: #fdfbf7;--theme-status-warn-bg: rgba(185, 138, 58, .16);--theme-status-warn-bg-hover: rgba(185, 138, 58, .26);--theme-status-warn-border: rgba(185, 138, 58, .35);--theme-status-warn-fg: #b98a3a;--theme-status-warn-text-strong: #d9ad63;--theme-status-warn-bg-strong: #b98a3a;--theme-status-warn-bg-strong-hover: #9c6d22;--theme-status-warn-text-on-strong: #1c1916;--theme-status-neutral-bg: rgba(176, 168, 156, .14);--theme-status-neutral-bg-hover: rgba(176, 168, 156, .22);--theme-status-neutral-border: rgba(176, 168, 156, .25);--theme-status-neutral-fg: var(--theme-text-secondary);--theme-status-success-bg-strong: #4a8f6c;--theme-status-success-bg-strong-hover: #3f7d5c;--theme-status-success-text-on-strong: #fdfbf7;--theme-status-ready-bg: rgba(124, 183, 148, .08);--theme-status-ready-border: rgba(124, 183, 148, .95);--theme-status-ready-text: rgba(200, 223, 208, .95);--theme-status-draft-bg: rgba(224, 140, 134, .06);--theme-status-draft-border: rgba(224, 140, 134, .95);--theme-status-draft-text: rgba(237, 201, 197, .92);--theme-help-accent: #bcd7f1;--theme-help-accent-strong: #cfe8ff;--theme-help-accent-bullet: rgba(150, 192, 232, .95);--theme-help-accent-bullet-halo: rgba(150, 192, 232, .2);--theme-help-step-gradient: linear-gradient(155deg, rgba(107, 165, 221, .55), rgba(58, 134, 207, .38));--theme-help-step-gradient-active: linear-gradient(155deg, rgba(107, 165, 221, .68), rgba(58, 134, 207, .48));--theme-help-step-border: rgba(250, 247, 241, .28);--theme-help-step-border-active: rgba(250, 247, 241, .38);--theme-help-step-connector: rgb(180 180 180 / 45%);--theme-help-step-num-color: #fdfbf7;--theme-help-step-shadow: 0 6px 20px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(250, 247, 241, .22);--theme-help-card-surface: var(--theme-glass-bg);--theme-help-card-border: var(--theme-glass-border);--theme-help-card-shadow: var(--theme-glass-shadow);--theme-help-topic-bg: var(--theme-glass-bg);--theme-help-topic-bg-soft: var(--theme-glass-bg-soft);--theme-help-topic-border: var(--theme-glass-border);--theme-help-topic-shadow: var(--theme-glass-shadow);--theme-help-topic-divider: var(--theme-inset-border);--theme-help-index-bg: var(--theme-inset-bg);--theme-help-index-bg-hover: var(--theme-inset-bg-hover);--theme-help-index-border: var(--theme-inset-border);--theme-help-index-border-hover: var(--theme-glass-border-strong);--theme-help-search-bg: var(--theme-inset-bg);--theme-help-search-bg-hover: var(--theme-inset-bg-hover);--theme-help-search-ring: var(--theme-inset-border);--theme-help-search-ring-hover: var(--theme-glass-border-strong);--theme-help-search-ring-focus: rgba(150, 192, 232, .75);--theme-help-page-bg: transparent;--theme-help-page-scrim: var(--theme-page-scrim);--theme-help-start-step-num-color: #bcd7f1;--theme-help-accent-btn-text: #7fbfae;--theme-signature-canvas-bg: #fdfbf7;--theme-signature-canvas-border: rgba(250, 247, 241, .18);--theme-signature-canvas-shadow: inset 0 1px 2px rgba(0, 0, 0, .06);--theme-chat-bubble-bg: rgba(250, 247, 241, .1);--theme-chat-bubble-border: rgba(250, 247, 241, .08);--theme-chat-bubble-text: rgba(250, 247, 241, .94);--theme-chat-bubble-mine-bg: rgba(150, 192, 232, .28);--theme-chat-bubble-mine-border: rgba(150, 192, 232, .4);--theme-chat-bubble-mine-text: rgba(250, 247, 241, .96);--theme-status-new-bg: rgba(107, 165, 221, .22);--theme-status-new-text: rgba(188, 215, 241, .96);--theme-status-new-border: rgba(107, 165, 221, .45);--theme-status-open-bg: rgba(192, 154, 60, .22);--theme-status-open-text: rgba(254, 240, 138, .96);--theme-status-open-border: rgba(192, 154, 60, .45);--theme-status-signed-bg: rgba(74, 143, 108, .2);--theme-status-signed-text: rgba(200, 223, 208, .96);--theme-status-signed-border: rgba(74, 143, 108, .42);--theme-badge-attention: #c8524b;--theme-badge-attention-text: #fdfbf7;--theme-ai-pill-fg: #96c0e8;--theme-ai-pill-bg: rgba(150, 192, 232, .12);--theme-ai-pill-border: rgba(150, 192, 232, .25);--theme-btn-secondary-border: rgba(250, 247, 241, .2);--theme-btn-secondary-border-hover: rgba(250, 247, 241, .35);--theme-btn-secondary-text: var(--theme-text-primary);--theme-btn-secondary-hover-bg: rgba(250, 247, 241, .06);--theme-table-header-bg: var(--theme-inset-header-bg);--theme-table-border: var(--theme-inset-border);--theme-table-row-bg: var(--theme-inset-bg);--theme-table-row-hover-bg: var(--theme-inset-bg-hover);--theme-table-row-hover-bg-strong: color-mix(in srgb, var(--theme-accent) 14%, transparent);--theme-table-row-alt-bg: var(--theme-inset-row-alt-bg);--theme-icon-2xs: 10px;--theme-icon-xs: 14px;--theme-icon-sm: 18px;--theme-icon-md: 20px;--theme-icon-lg: 24px;--theme-icon-xl: 32px;--theme-icon-2xl: 48px;--theme-slider-track-bg: rgba(250, 247, 241, .14);--theme-slider-fill: linear-gradient(90deg, #96c0e8, #bcd7f1);--theme-slider-thumb: #bcd7f1;--theme-slider-thumb-active: #96c0e8;--theme-slider-thumb-ring: #fdfbf7;--theme-slider-thumb-shadow: 0 1px 4px rgba(0, 0, 0, .35);--theme-slider-thumb-shadow-hover: 0 2px 10px rgba(150, 192, 232, .55);--theme-slider-tick: rgba(250, 247, 241, .22);--theme-slider-tick-text: rgba(250, 247, 241, .42);--theme-avatar-bg: rgba(250, 247, 241, .1);--theme-avatar-bg-hover: rgba(250, 247, 241, .25);--theme-avatar-border: rgba(250, 247, 241, .35);--theme-avatar-border-hover: rgba(250, 247, 241, .6);--theme-avatar-text: rgba(250, 247, 241, .7);--theme-avatar-text-hover: #fdfbf7;--theme-nav-bg: rgba(30, 27, 24, .86);--theme-nav-text: rgba(250, 247, 241, .9);--theme-nav-border: rgba(250, 247, 241, .08);--theme-nav-hover-ring: rgba(250, 247, 241, .35);--theme-nav-patient-chip-bg: var(--symba-void);--theme-nav-default-bg: #fdfbf7;--theme-nav-default-text: rgba(0, 0, 0, .87);--theme-nav-default-text-muted: rgba(0, 0, 0, .54);--theme-nav-default-border: rgba(0, 0, 0, .12);--theme-timeline-card-bg: var(--theme-glass-bg-strong);--theme-timeline-card-border: rgba(250, 247, 241, .14);--theme-timeline-card-hover-bg: color-mix(in srgb, rgba(250, 247, 241, .08), var(--theme-glass-bg-strong));--theme-timeline-card-hover-border: rgba(250, 247, 241, .24);--theme-timeline-card-current-bg: color-mix(in srgb, #b98a3a 16%, var(--theme-glass-bg-strong));--theme-timeline-card-current-accent: #b98a3a;--theme-timeline-card-past-accent: #8c8478;--theme-timeline-card-plan-bg: rgba(42, 109, 186, .06);--theme-timeline-card-plan-accent: #2a6dba;--theme-timeline-card-created-bg: rgba(74, 143, 108, .06);--theme-timeline-card-created-accent: #4a8f6c;--theme-timeline-dot-default: #b0a89c;--theme-timeline-dot-current: #b98a3a;--theme-timeline-dot-past: #8c8478;--theme-timeline-dot-plan: #2a6dba;--theme-timeline-dot-created: #4a8f6c;--theme-timeline-dot-add-border: rgba(250, 247, 241, .35);--theme-timeline-note-type-text: rgba(250, 247, 241, .95);--theme-timeline-author-text: rgba(250, 247, 241, .55);--theme-timeline-summary-text: rgba(250, 247, 241, .7);--theme-timeline-date-text: rgba(250, 247, 241, .4);--theme-timeline-date-hover-bg: rgba(250, 247, 241, .07);--theme-timeline-date-hover-text: rgba(250, 247, 241, .6);--theme-timeline-status-signed-bg: rgba(129, 199, 132, .15);--theme-timeline-status-signed-text: rgba(129, 199, 132, .9);--theme-timeline-status-signed-border: rgba(129, 199, 132, .25);--theme-timeline-status-signed-bg-hover: rgba(129, 199, 132, .22);--theme-timeline-status-signed-text-hover: rgba(129, 199, 132, 1);--theme-timeline-status-open-bg: rgba(255, 183, 77, .15);--theme-timeline-status-open-text: rgba(255, 183, 77, .9);--theme-timeline-status-open-border: rgba(255, 183, 77, .25);--theme-timeline-action-text: rgba(250, 247, 241, .5);--theme-timeline-action-hover-bg: rgba(250, 247, 241, .1);--theme-timeline-action-hover-text: rgba(250, 247, 241, .9);--theme-timeline-arrow-border: rgba(250, 247, 241, .2);--theme-timeline-arrow-text: rgba(250, 247, 241, .6);--theme-timeline-arrow-hover-bg: rgba(250, 247, 241, .12);--theme-timeline-arrow-hover-border: rgba(250, 247, 241, .4);--theme-timeline-arrow-hover-text: #fdfbf7;--theme-timeline-add-border: rgba(250, 247, 241, .28);--theme-timeline-add-bg: var(--theme-glass-bg-strong);--theme-timeline-add-text: rgba(250, 247, 241, .75);--theme-timeline-add-hover-border: rgba(250, 247, 241, .45);--theme-timeline-add-hover-bg: color-mix(in srgb, var(--theme-accent) 10%, var(--theme-glass-bg-strong));--theme-timeline-add-hover-text: #fdfbf7;--theme-timeline-add-inset: rgba(250, 247, 241, .06);--theme-timeline-add-inset-hover: rgba(250, 247, 241, .1);--theme-timeline-photo-bg: rgba(0, 0, 0, .06);--theme-timeline-photo-placeholder: linear-gradient(135deg, #e8e8ec 0%, #d0d0d8 100%);--theme-timeline-photo-shadow: 0 1px 4px rgba(0, 0, 0, .2);--theme-timeline-photo-shadow-hover: 0 2px 8px rgba(0, 0, 0, .28);--theme-np-scrim: rgba(4, 6, 14, .62);--theme-np-container-border: rgba(250, 247, 241, .22);--theme-np-container-inset: rgba(250, 247, 241, .1);--theme-np-container-shadow: var(--theme-shadow-3), inset 0 1px 0 rgba(250, 247, 241, .1);--theme-np-section-bg: rgba(0, 0, 0, .38);--theme-np-section-border: rgba(250, 247, 241, .14);--theme-np-section-inset: rgba(250, 247, 241, .06);--theme-np-divider: rgba(250, 247, 241, .08);--theme-np-divider-strong: rgba(250, 247, 241, .12);--theme-np-info-btn-text: rgba(250, 247, 241, .55);--theme-np-info-btn-text-hover: rgba(250, 247, 241, .92);--theme-np-info-btn-active-bg: rgba(250, 247, 241, .08);--theme-np-step-num-bg: rgba(42, 109, 186, .45);--theme-np-step-num-border: rgba(107, 165, 221, .35);--theme-np-step-num-text: rgba(250, 247, 241, .92);--theme-np-step-em-text: rgba(250, 247, 241, .72);--theme-np-debug-btn-text: #fdfbf7;--theme-np-debug-btn-border: rgba(250, 247, 241, .45);--theme-np-debug-btn-border-hover: rgba(250, 247, 241, .65);--theme-np-debug-btn-border-focus: rgba(250, 247, 241, .85);--theme-np-cancel-text: rgba(250, 247, 241, .9);--theme-np-cancel-text-hover: #fdfbf7;--theme-np-cancel-state-layer: rgba(250, 247, 241, .12);--theme-np-upload-border: rgba(250, 247, 241, .12);--theme-np-upload-bg: rgba(250, 247, 241, .03);--theme-np-upload-hover-border: rgba(42, 109, 186, .5);--theme-np-upload-hover-bg: rgba(42, 109, 186, .06);--theme-np-schedule-btn-text: rgba(250, 247, 241, .6);--theme-np-schedule-btn-text-hover: rgba(250, 247, 241, .9);--theme-np-success-icon: #6fae8a;--theme-np-success-icon-halo: rgba(111, 174, 138, .35);--theme-np-field-label: rgba(250, 247, 241, .48);--theme-np-field-label-hover: rgba(250, 247, 241, .7);--theme-np-field-label-focus: #96c0e8;--theme-np-field-container: rgba(250, 247, 241, .05);--theme-np-field-container-hover: rgba(250, 247, 241, .07);--theme-np-field-container-focus: rgba(250, 247, 241, .07);--theme-np-field-indicator: rgba(250, 247, 241, .14);--theme-np-field-indicator-hover: rgba(250, 247, 241, .26);--theme-np-field-indicator-focus: #96c0e8;--theme-np-field-input: rgba(250, 247, 241, .92);--theme-np-field-caret: #96c0e8;--theme-np-field-arrow: rgba(250, 247, 241, .4);--theme-np-field-arrow-focus: #bcd7f1;--theme-np-field-icon-prefix: rgba(250, 247, 241, .38);--theme-np-field-placeholder: rgba(250, 247, 241, .3);--theme-np-field-toggle: rgba(250, 247, 241, .4);--theme-np-field-error: #e08c86;--theme-np-field-autofill-bg: rgba(250, 247, 241, .05);--theme-np-privacy-checkbox-label: rgba(250, 247, 241, .88);--theme-np-privacy-checkbox-unselected: rgba(250, 247, 241, .55);--theme-np-overlay-bg: rgba(22, 24, 36, .96);--theme-np-overlay-border: rgba(250, 247, 241, .12);--theme-np-overlay-shadow: 0 16px 48px rgba(0, 0, 0, .45);--theme-np-overlay-option-text: rgba(250, 247, 241, .9);--theme-np-overlay-option-hover-bg: rgba(250, 247, 241, .06);--theme-np-overlay-option-selected-bg: rgba(42, 109, 186, .22);--mat-autocomplete-background-color: var(--theme-np-overlay-bg);--mat-option-label-text-color: var(--theme-np-overlay-option-text);--mdc-menu-container-color: var(--theme-np-overlay-bg);--mat-select-panel-background-color: var(--theme-np-overlay-bg);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error);--mat-checkbox-label-text-color: var(--theme-text-primary);--mat-checkbox-disabled-label-color: var(--theme-text-muted);--mat-checkbox-unselected-icon-color: var(--theme-text-muted);--mat-checkbox-unselected-hover-icon-color: var(--theme-text-secondary);--mat-checkbox-unselected-focus-icon-color: var(--theme-text-primary);--mat-checkbox-unselected-pressed-icon-color: var(--theme-text-secondary);--mat-checkbox-selected-icon-color: var(--theme-accent);--mat-checkbox-selected-hover-icon-color: var(--theme-accent-strong);--mat-checkbox-selected-focus-icon-color: var(--theme-accent-strong);--mat-checkbox-selected-pressed-icon-color: var(--theme-accent);--mat-checkbox-selected-checkmark-color: var(--theme-accent-contrast, #fdfbf7);--mat-radio-label-text-color: var(--theme-text-primary);--mat-radio-disabled-label-color: var(--theme-text-muted);--mat-radio-unselected-icon-color: var(--theme-text-muted);--mat-radio-unselected-hover-icon-color: var(--theme-text-secondary);--mat-radio-unselected-focus-icon-color: var(--theme-text-primary);--mat-radio-unselected-pressed-icon-color: var(--theme-text-secondary);--mat-radio-selected-icon-color: var(--theme-accent);--mat-radio-selected-hover-icon-color: var(--theme-accent-strong);--mat-radio-selected-focus-icon-color: var(--theme-accent-strong);--mat-radio-selected-pressed-icon-color: var(--theme-accent);--theme-np-cal-bg: rgba(20, 18, 15, .98);--theme-np-cal-text: #e4e4e7;--theme-np-cal-border: rgba(250, 247, 241, .12);--theme-np-cal-shadow: 0 20px 56px rgba(0, 0, 0, .55);--theme-np-cal-body-label: rgba(250, 247, 241, .5);--theme-np-cal-period-text: #e4e4e7;--theme-np-cal-icon: rgba(250, 247, 241, .78);--theme-np-cal-header-divider: rgba(250, 247, 241, .12);--theme-np-cal-header-text: rgba(250, 247, 241, .48);--theme-np-cal-date-text: rgba(250, 247, 241, .92);--theme-np-cal-date-disabled: rgba(250, 247, 241, .22);--theme-np-cal-today-outline: rgba(150, 192, 232, .85);--theme-np-cal-selected-bg: rgba(42, 109, 186, .88);--theme-np-cal-selected-text: #fdfbf7;--theme-np-cal-selected-disabled-bg: rgba(42, 109, 186, .35);--theme-np-cal-selected-today-outline: #fdfbf7;--theme-np-cal-focus-bg: rgba(150, 192, 232, .22);--theme-np-cal-hover-bg: rgba(150, 192, 232, .16);--theme-billing-accent: #ba68c8;--theme-billing-accent-strong: #1a5c9e;--theme-billing-accent-soft: #e1bee7;--theme-billing-accent-text: #ce93d8;--theme-billing-accent-bg-soft: rgba(186, 104, 200, .18);--theme-billing-accent-focus-ring: rgba(206, 147, 216, .25);--theme-billing-panel-bg: var(--theme-glass-bg);--theme-billing-panel-bg-mid: var(--theme-glass-bg-soft);--theme-billing-panel-bg-soft: var(--theme-glass-bg);--theme-billing-panel-border: var(--theme-glass-border);--theme-billing-panel-shadow: var(--theme-glass-shadow);--theme-billing-panel-shadow-heavy: var(--theme-glass-shadow);--theme-billing-table-wrap-bg: var(--theme-inset-bg);--theme-billing-table-wrap-border: var(--theme-inset-border);--theme-billing-table-wrap-inset: var(--theme-inset-sheen);--theme-billing-table-header-bg: var(--theme-inset-header-bg);--theme-billing-table-header-text: rgba(250, 247, 241, .72);--theme-billing-table-header-border: rgba(250, 247, 241, .14);--theme-billing-table-row-even-bg: var(--theme-inset-row-alt-bg);--theme-billing-table-row-odd-bg: transparent;--theme-billing-table-row-hover-bg: var(--theme-table-row-hover-bg);--theme-billing-table-cell-text: rgba(250, 247, 241, .92);--theme-billing-table-cell-border: rgba(250, 247, 241, .09);--theme-billing-inv-table-header-bg: var(--theme-inset-header-bg);--theme-billing-inv-table-header-text: rgba(250, 247, 241, .48);--theme-billing-inv-table-header-border: rgba(250, 247, 241, .07);--theme-billing-inv-table-cell-text: rgba(250, 247, 241, .88);--theme-billing-inv-table-cell-border: rgba(250, 247, 241, .05);--theme-billing-inv-row-hover-bg: rgba(250, 247, 241, .045);--theme-billing-inv-row-selected-bg: rgba(42, 109, 186, .12);--theme-billing-inv-row-selected-ring: rgba(107, 165, 221, .28);--theme-billing-inv-row-selected-shadow: 0 10px 32px rgba(0, 0, 0, .12);--theme-billing-inv-row-low-stock-spine: rgba(185, 138, 58, .85);--theme-billing-inv-section-header-bg: rgba(250, 247, 241, .03);--theme-billing-inv-section-header-border: rgba(250, 247, 241, .08);--theme-billing-inv-mfr-name: #c8dcf3;--theme-billing-inv-mfr-name-services: #96c0e8;--theme-billing-inv-mfr-count: rgba(250, 247, 241, .42);--theme-billing-chip-bg: rgba(0, 0, 0, .18);--theme-billing-chip-border: rgba(250, 247, 241, .14);--theme-billing-chip-text: rgba(250, 247, 241, .88);--theme-billing-chip-border-hover: rgba(250, 247, 241, .28);--theme-billing-chip-active-bg: rgba(42, 109, 186, .18);--theme-billing-chip-active-border: rgba(107, 165, 221, .55);--theme-billing-chip-label: rgba(250, 247, 241, .4);--theme-billing-toggle-group-bg: rgba(250, 247, 241, .04);--theme-billing-toggle-group-border: rgba(250, 247, 241, .14);--theme-billing-toggle-bg: transparent;--theme-billing-toggle-bg-hover: rgba(250, 247, 241, .08);--theme-billing-toggle-text: rgba(250, 247, 241, .72);--theme-billing-toggle-checked-bg: var(--theme-billing-accent-strong);--theme-billing-toggle-checked-text: #fdfbf7;--theme-billing-toggle-divider: rgba(250, 247, 241, .14);--theme-billing-vendor-chip-bg: rgba(250, 247, 241, .08);--theme-billing-vendor-chip-bg-hover: rgba(250, 247, 241, .12);--theme-billing-vendor-chip-text: rgba(250, 247, 241, .85);--theme-billing-vendor-icon: rgba(250, 247, 241, .45);--theme-billing-vendor-icon-hover: #ce93d8;--theme-billing-vendor-email: rgba(150, 192, 232, .95);--theme-billing-swatch-bg: rgba(250, 247, 241, .045);--theme-billing-swatch-border: rgba(250, 247, 241, .14);--theme-billing-swatch-hover-bg: rgba(250, 247, 241, .1);--theme-billing-swatch-hover-border: rgba(250, 247, 241, .32);--theme-billing-swatch-hover-ring: rgba(206, 147, 216, .18);--theme-billing-swatch-tile-border: rgba(250, 247, 241, .2);--theme-billing-swatch-tile-inset: rgba(0, 0, 0, .25);--theme-billing-price-btn-bg: rgba(250, 247, 241, .09);--theme-billing-price-btn-border: rgba(250, 247, 241, .28);--theme-billing-price-btn-text: rgba(250, 247, 241, .92);--theme-billing-price-btn-empty: rgba(250, 247, 241, .45);--theme-billing-price-btn-hover-bg: rgba(250, 247, 241, .14);--theme-billing-price-btn-hover-border: rgba(150, 192, 232, .55);--theme-billing-price-btn-shadow: 0 1px 2px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(250, 247, 241, .07);--theme-billing-price-btn-shadow-hover: 0 2px 4px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(250, 247, 241, .09);--theme-billing-price-btn-focus-border: rgba(206, 147, 216, .75);--theme-billing-price-btn-focus-shadow: 0 0 0 2px rgba(206, 147, 216, .25), 0 1px 2px rgba(0, 0, 0, .22);--theme-billing-price-btn-saved-bg: rgba(124, 183, 148, .2);--theme-billing-price-btn-saved-border: rgba(124, 183, 148, .5);--theme-billing-price-btn-saved-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(250, 247, 241, .06);--theme-billing-price-btn-currency: rgba(250, 247, 241, .45);--theme-billing-qty-btn-bg: rgba(250, 247, 241, .055);--theme-billing-qty-btn-border: rgba(250, 247, 241, .16);--theme-billing-qty-btn-text: rgba(250, 247, 241, .94);--theme-billing-qty-btn-hover-bg: rgba(250, 247, 241, .1);--theme-billing-qty-btn-hover-border: rgba(250, 247, 241, .32);--theme-billing-qty-btn-hover-ring: rgba(206, 147, 216, .18);--theme-billing-qty-plain: rgba(250, 247, 241, .92);--theme-billing-notes-input-text: rgba(250, 247, 241, .92);--theme-billing-notes-input-placeholder: rgba(250, 247, 241, .25);--theme-billing-notes-input-hover-border: rgba(250, 247, 241, .38);--theme-billing-notes-input-focus-border: rgba(206, 147, 216, .85);--theme-billing-editable-saved-bg: rgba(124, 183, 148, .12);--theme-billing-input-prefix: rgba(250, 247, 241, .35);--theme-billing-low-stock-bg: rgba(185, 138, 58, .1);--theme-billing-low-stock-bg-hover: rgba(185, 138, 58, .16);--theme-billing-low-stock-icon: #d9ad63;--theme-billing-low-stock-text: rgba(250, 247, 241, .92);--theme-billing-low-stock-outline: rgba(217, 173, 99, .85);--theme-billing-selection-border: rgba(250, 247, 241, .42);--theme-billing-selection-checked-bg: rgba(107, 165, 221, .55);--theme-billing-selection-checked-border: rgba(199, 210, 254, .85);--theme-billing-selection-check: rgba(250, 247, 241, .96);--theme-billing-batch-bar-bg: rgba(22, 24, 35, .68);--theme-billing-batch-bar-border: rgba(250, 247, 241, .12);--theme-billing-batch-bar-shadow: 0 -6px 32px rgba(0, 0, 0, .45), 0 22px 40px rgba(0, 0, 0, .25);--theme-billing-batch-bar-text: rgba(250, 247, 241, .92);--theme-billing-batch-bar-close: rgba(250, 247, 241, .65);--theme-billing-product-name: rgba(250, 247, 241, .96);--theme-billing-product-name-hover: #bcd7f1;--theme-billing-product-meta: rgba(250, 247, 241, .38);--theme-billing-product-code: rgba(250, 247, 241, .42);--theme-billing-cell-dash: rgba(250, 247, 241, .25);--theme-billing-pill-type-bg: rgba(150, 192, 232, .12);--theme-billing-pill-type-text: #bcd7f1;--theme-billing-flag-gst-bg: rgba(107, 165, 221, .2);--theme-billing-flag-gst-text: rgba(150, 192, 232, .95);--theme-billing-flag-pst-bg: rgba(107, 165, 221, .2);--theme-billing-flag-pst-text: rgba(188, 215, 241, .95);--theme-billing-filter-indicator: rgba(250, 247, 241, .22);--theme-billing-filter-indicator-hover: rgba(250, 247, 241, .34);--theme-billing-filter-indicator-focus: rgba(206, 147, 216, .88);--theme-billing-filter-label: rgba(250, 247, 241, .5);--theme-billing-filter-label-hover: rgba(250, 247, 241, .72);--theme-billing-filter-label-focus: rgba(212, 180, 230, .96);--theme-billing-filter-text: rgba(250, 247, 241, .92);--theme-billing-filter-caret: rgba(206, 147, 216, .95);--theme-billing-filter-suffix: rgba(250, 247, 241, .42);--theme-billing-clear-filters-text: rgba(250, 247, 241, .5);--theme-billing-clear-filters-text-hover: #c8524b;--theme-billing-search-bg: var(--theme-inset-bg);--theme-billing-search-bg-hover: var(--theme-inset-bg-hover);--theme-billing-search-bg-focus: var(--theme-inset-bg-hover);--theme-billing-search-border: rgba(250, 247, 241, .14);--theme-billing-search-border-hover: rgba(250, 247, 241, .24);--theme-billing-search-border-focus: rgba(206, 147, 216, .9);--theme-billing-search-ring-focus: rgba(206, 147, 216, .28);--theme-billing-search-icon: rgba(250, 247, 241, .5);--theme-billing-search-icon-active: rgba(212, 180, 230, .96);--theme-billing-search-text: rgba(250, 247, 241, .92);--theme-billing-search-placeholder: rgba(250, 247, 241, .42);--theme-billing-search-clear: rgba(250, 247, 241, .55);--theme-billing-search-clear-hover: rgba(250, 247, 241, .92);--theme-billing-checkbox-unselected: rgba(250, 247, 241, .65);--theme-billing-checkbox-unselected-hover: rgba(250, 247, 241, .82);--theme-billing-checkbox-unselected-focus: rgba(250, 247, 241, .88);--theme-billing-checkbox-unselected-pressed: rgba(250, 247, 241, .75);--theme-billing-checkbox-selected: #ba68c8;--theme-billing-checkbox-selected-hover: #e1bee7;--theme-billing-checkbox-selected-focus: #ce93d8;--theme-billing-checkbox-selected-pressed: #ab47bc;--theme-billing-checkbox-check: #fdfbf7;--theme-billing-checkbox-state-layer: #fdfbf7;--theme-billing-checkbox-label: rgba(250, 247, 241, .92);--theme-billing-checkbox-label-disabled: rgba(250, 247, 241, .38);--theme-billing-recent-link: #e1bee7;--theme-billing-recent-link-hover: #fce4ec;--theme-billing-recent-error: #e3a8a3;--theme-billing-recent-muted: rgba(250, 247, 241, .45);--theme-billing-recent-heading: rgba(250, 247, 241, .96);--theme-billing-recent-heading-shadow: 0 1px 2px rgba(0, 0, 0, .35);--theme-billing-recent-heading-divider: rgba(250, 247, 241, .1);--theme-billing-recent-empty: rgba(250, 247, 241, .52);--theme-billing-recent-treatments: rgba(250, 247, 241, .85);--theme-billing-recent-chip-text: rgba(250, 247, 241, .92);--theme-billing-recent-chip-outline: rgba(250, 247, 241, .15);--theme-billing-recent-chip-container: rgba(42, 109, 186, .2);--theme-billing-recent-chip-container-hover: rgba(250, 247, 241, .15);--theme-billing-recent-excluded-decoration: rgba(250, 247, 241, .25);--theme-billing-recent-danger-bg: rgba(244, 67, 54, .15);--theme-billing-recent-danger-border: rgba(244, 67, 54, .3);--theme-billing-recent-summary-bg: rgba(250, 247, 241, .03);--theme-billing-recent-summary-border: rgba(250, 247, 241, .08);--theme-billing-recent-summary-divider: rgba(250, 247, 241, .08);--theme-billing-recent-summary-heading: rgba(250, 247, 241, .6);--theme-billing-recent-summary-label: rgba(250, 247, 241, .6);--theme-billing-recent-summary-value: rgba(250, 247, 241, .95);--theme-billing-recent-input-bg: var(--theme-inset-bg);--theme-billing-recent-input-bg-focus: var(--theme-inset-bg-hover);--theme-billing-recent-input-border: rgba(250, 247, 241, .2);--theme-billing-recent-input-text: rgba(250, 247, 241, .92);--theme-billing-recent-input-placeholder: rgba(250, 247, 241, .45);--theme-billing-recent-computed: rgba(250, 247, 241, .85);--theme-billing-recent-positive: rgba(134, 239, 172, .98);--theme-billing-recent-negative: rgba(252, 165, 165, .98);--theme-billing-rep-summary-value: #fdfbf7;--theme-billing-rep-summary-label: rgba(250, 247, 241, .5);--theme-billing-rep-chart-title: rgba(250, 247, 241, .85);--theme-billing-rep-chart-empty: rgba(250, 247, 241, .3);--theme-billing-rep-chart-axis-text: rgba(250, 247, 241, .7);--theme-billing-rep-chart-grid: rgba(250, 247, 241, .06);--theme-billing-rep-chart-tooltip-bg: rgba(20, 16, 32, .92);--theme-billing-rep-chart-tooltip-title: #fdfbf7;--theme-billing-rep-chart-tooltip-body: rgba(250, 247, 241, .85);--theme-billing-rep-chart-tooltip-border: rgba(250, 247, 241, .12);--theme-billing-rep-chart-slice-border: rgba(20, 18, 15, .6);--theme-billing-rep-chart-card-hover-border: rgba(206, 147, 216, .28);--theme-billing-rep-chart-card-hover-shadow: 0 16px 48px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(250, 247, 241, .1), 0 0 0 1px rgba(206, 147, 216, .08);--theme-billing-rep-table-header-bg: var(--theme-inset-header-bg);--theme-billing-rep-table-header-text: rgba(250, 247, 241, .6);--theme-billing-rep-table-header-border: rgba(250, 247, 241, .06);--theme-billing-rep-table-cell-text: rgba(250, 247, 241, .88);--theme-billing-rep-table-cell-border: rgba(250, 247, 241, .04);--theme-billing-rep-table-row-hover-bg: rgba(250, 247, 241, .03);--theme-billing-rep-invoice-row-expanded-bg: rgba(206, 147, 216, .06);--theme-billing-rep-detail-content-bg: rgba(8, 6, 20, .45);--theme-billing-rep-detail-invoice-num: #ce93d8;--theme-billing-rep-detail-date: rgba(250, 247, 241, .5);--theme-billing-rep-detail-patient: rgba(250, 247, 241, .8);--theme-billing-rep-detail-lines-th: rgba(250, 247, 241, .45);--theme-billing-rep-detail-lines-th-border: rgba(250, 247, 241, .08);--theme-billing-rep-detail-lines-td: rgba(250, 247, 241, .8);--theme-billing-rep-detail-lines-td-border: rgba(250, 247, 241, .04);--theme-billing-rep-detail-totals-border: rgba(250, 247, 241, .08);--theme-billing-rep-detail-totals-text: rgba(250, 247, 241, .65);--theme-billing-rep-detail-totals-discount: #d9ad63;--theme-billing-rep-detail-totals-total: #fdfbf7;--theme-billing-rep-detail-totals-total-border: rgba(250, 247, 241, .12);--theme-billing-rep-detail-totals-method: rgba(250, 247, 241, .45);--theme-billing-rep-open-detail: rgba(250, 247, 241, .5);--theme-billing-rep-open-detail-hover: #ce93d8;--theme-billing-status-paid-bg: rgba(92, 158, 115, .2);--theme-billing-status-paid-text: #a6cdb2;--theme-billing-status-paid-border: rgba(92, 158, 115, .35);--theme-billing-status-pending-bg: rgba(217, 173, 99, .15);--theme-billing-status-pending-text: #ddbd74;--theme-billing-status-pending-border: rgba(217, 173, 99, .35);--theme-billing-status-unbilled-bg: rgba(107, 165, 221, .18);--theme-billing-status-unbilled-text: #bcd7f1;--theme-billing-status-unbilled-border: rgba(107, 165, 221, .35);--theme-billing-rep-status-paid-bg: rgba(124, 183, 148, .15);--theme-billing-rep-status-paid-text: #7cb794;--theme-billing-rep-status-pending-bg: rgba(217, 173, 99, .15);--theme-billing-rep-status-pending-text: #d9ad63;--theme-billing-spinner: #ce93d8;--theme-billing-scrollbar-thumb: rgba(250, 247, 241, .15);--theme-billing-scrollbar-thumb-hover: rgba(250, 247, 241, .25);--theme-billing-empty-text: rgba(250, 247, 241, .4);--theme-billing-summary-strip-bg: rgba(0, 0, 0, .22);--theme-billing-summary-strip-border: rgba(250, 247, 241, .06);--theme-billing-summary-strip-text: rgba(250, 247, 241, .76);--theme-billing-tab-text: rgba(250, 247, 241, .92);--theme-billing-tab-text-soft: rgba(250, 247, 241, .85);--theme-billing-btn-outlined-text: rgba(250, 247, 241, .92);--theme-billing-btn-outlined-border: rgba(250, 247, 241, .22);--theme-billing-btn-outlined-state-layer: #fdfbf7;--theme-billing-btn-text-text: rgba(250, 247, 241, .85);--theme-billing-btn-icon-text: rgba(250, 247, 241, .7);--theme-billing-btn-icon-state-layer: rgba(250, 247, 241, .1);--theme-billing-row-edit-btn: rgba(250, 247, 241, .55);--theme-billing-row-edit-btn-hover: #ce93d8;--theme-billing-row-actions-menu: rgba(250, 247, 241, .55);--theme-billing-more-menu: rgba(250, 247, 241, .6);--theme-billing-header-add-product: rgba(250, 247, 241, .45);--theme-billing-header-add-product-hover: #e1bee7;--theme-billing-dialog-surface: rgba(22, 18, 32, .94);--theme-billing-dialog-border: rgba(250, 247, 241, .12);--theme-billing-dialog-shadow: 0 24px 56px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(250, 247, 241, .06);--theme-billing-dialog-title-text: rgba(250, 247, 241, .96);--theme-billing-dialog-title-border: rgba(250, 247, 241, .08);--theme-billing-dialog-content-text: rgba(250, 247, 241, .88);--theme-billing-dialog-supporting-text: rgba(250, 247, 241, .88);--theme-billing-dialog-actions-border: rgba(250, 247, 241, .08);--theme-billing-dialog-field-label: rgba(250, 247, 241, .55);--theme-billing-dialog-field-label-hover: rgba(250, 247, 241, .8);--theme-billing-dialog-field-label-focus: #ce93d8;--theme-billing-dialog-field-outline: rgba(250, 247, 241, .18);--theme-billing-dialog-field-outline-hover: rgba(250, 247, 241, .3);--theme-billing-dialog-field-outline-focus: #ce93d8;--theme-billing-dialog-field-input: rgba(250, 247, 241, .92);--theme-billing-dialog-field-input-disabled: rgba(250, 247, 241, .42);--theme-billing-dialog-field-placeholder: rgba(250, 247, 241, .4);--theme-billing-dialog-field-caret: #ce93d8;--theme-billing-dialog-field-arrow: rgba(250, 247, 241, .45);--theme-billing-dialog-field-arrow-disabled: rgba(250, 247, 241, .2);--theme-billing-dialog-field-arrow-focus: #e1bee7;--theme-billing-dialog-field-bg: var(--theme-inset-bg);--theme-billing-dialog-field-hint: rgba(250, 247, 241, .62);--theme-billing-dialog-button-text: rgba(250, 247, 241, .78);--theme-billing-dialog-button-state-layer: rgba(250, 247, 241, .1);--theme-billing-dialog-primary-bg: var(--theme-accent);--theme-billing-dialog-primary-text: var(--theme-accent-contrast, #fdfbf7);--theme-billing-dialog-primary-disabled-bg: color-mix(in srgb, var(--theme-accent) 48%, transparent);--theme-billing-dialog-primary-disabled-text: var(--theme-text-muted);--theme-billing-cat-surface: rgba(30, 27, 24, .78);--theme-billing-cat-border: rgba(250, 247, 241, .14);--theme-billing-cat-shadow: 0 28px 90px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(250, 247, 241, .08);--theme-billing-cat-content-text: rgba(250, 247, 241, .82);--theme-billing-cat-scrollbar-thumb: rgba(250, 247, 241, .15);--theme-billing-cat-scrollbar-thumb-hover: rgba(250, 247, 241, .25);--theme-billing-cat-table-header-bg: rgba(0, 0, 0, .22);--theme-billing-cat-table-header-text: rgba(250, 247, 241, .68);--theme-billing-cat-table-header-border: rgba(250, 247, 241, .14);--theme-billing-cat-table-row-even-bg: rgba(250, 247, 241, .04);--theme-billing-cat-table-row-odd-bg: rgba(250, 247, 241, .07);--theme-billing-cat-table-cell-text: rgba(250, 247, 241, .9);--theme-billing-cat-table-cell-border: rgba(250, 247, 241, .08);--theme-billing-cat-icon-btn: rgba(250, 247, 241, .72);--theme-billing-cat-icon-btn-hover: rgba(250, 247, 241, .95);--theme-billing-cat-icon-btn-state-layer: rgba(250, 247, 241, .12);--theme-billing-cat-spinner: #96c0e8;--theme-billing-cat-warn-bg: #8f2a25;--theme-billing-cat-warn-bg-hover: #a8322c;--theme-billing-cat-warn-text: #fdfbf7;--theme-billing-select-panel-bg: rgba(26, 28, 40, .94);--theme-billing-select-panel-border: rgba(250, 247, 241, .12);--theme-billing-select-panel-shadow: 0 16px 48px rgba(0, 0, 0, .45);--theme-billing-select-option-text: rgba(250, 247, 241, .9);--theme-billing-select-option-selected-bg: rgba(42, 109, 186, .22);--theme-billing-select-option-hover-bg: rgba(250, 247, 241, .06);--theme-billing-menu-bg: rgba(18, 16, 32, .96);--theme-billing-menu-border: rgba(250, 247, 241, .12);--theme-billing-menu-shadow: 0 16px 48px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(250, 247, 241, .08);--theme-billing-menu-item-text: rgba(250, 247, 241, .92);--theme-billing-menu-item-icon: rgba(250, 247, 241, .65);--theme-billing-menu-item-hover: rgba(250, 247, 241, .1);--theme-billing-menu-item-disabled-text: rgba(250, 247, 241, .75);--theme-docs-shell-bg: var(--theme-glass-bg);--theme-docs-shell-border: rgba(250, 247, 241, .09);--theme-docs-shell-shadow: inset 0 1px 0 rgba(250, 247, 241, .05), 0 16px 56px rgba(0, 0, 0, .5);--theme-docs-panel-bg: var(--theme-glass-bg);--theme-docs-panel-bg-04: var(--theme-glass-bg-soft);--theme-docs-panel-border: rgba(250, 247, 241, .1);--theme-docs-panel-border-soft: rgba(250, 247, 241, .08);--theme-docs-panel-shadow: 0 4px 24px rgba(0, 0, 0, .15), inset 0 1px 0 rgba(250, 247, 241, .06);--theme-docs-panel-shadow-soft: 0 2px 12px rgba(0, 0, 0, .1);--theme-docs-panel-bg-strong: var(--theme-glass-bg-strong);--theme-docs-panel-bg-strong-border: rgba(250, 247, 241, .1);--theme-docs-panel-bg-strong-shadow: 0 6px 32px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(250, 247, 241, .06);--theme-docs-panel-bg-fill: var(--theme-glass-bg);--theme-docs-panel-bg-fill-shadow: inset 0 1px 0 rgba(250, 247, 241, .05), 0 8px 36px rgba(0, 0, 0, .35);--theme-tree-nav-bg: rgba(44, 42, 40, .96);--theme-tree-nav-selected-bg: #3a3836;--theme-tree-nav-hover-bg: rgba(255, 255, 255, .06);--theme-docs-rx-editor-bg: var(--theme-glass-bg-strong);--theme-docs-rx-editor-border: var(--theme-glass-border);--theme-docs-rx-editor-shadow: inset 0 1px 0 rgba(250, 247, 241, .07), 0 12px 40px rgba(0, 0, 0, .45);--theme-docs-divider: rgba(250, 247, 241, .1);--theme-docs-divider-soft: rgba(250, 247, 241, .08);--theme-docs-toggle-bg: rgba(15, 18, 30, .34);--theme-docs-toggle-border: rgba(250, 247, 241, .1);--theme-docs-toggle-text: rgba(250, 247, 241, .75);--theme-docs-toggle-checked-bg: rgba(250, 247, 241, .14);--theme-docs-toggle-checked-text: #fdfbf7;--theme-docs-toggle-bg-strong: rgba(15, 18, 30, .42);--theme-docs-toggle-border-strong: rgba(250, 247, 241, .12);--theme-docs-toggle-checked-bg-strong: rgba(250, 247, 241, .16);--theme-docs-card-bg: rgba(22, 26, 40, .38);--theme-docs-card-bg-hover: rgba(32, 38, 56, .52);--theme-docs-card-bg-solid: rgba(30, 34, 44, .98);--theme-docs-card-bg-solid-hover: rgba(40, 44, 56, .98);--theme-docs-panel-bg-solid: var(--theme-glass-bg-strong);--theme-docs-card-border: rgba(250, 247, 241, .12);--theme-docs-card-border-hover: rgba(250, 247, 241, .2);--theme-docs-card-shadow: 0 2px 8px rgba(0, 0, 0, .08);--theme-docs-card-shadow-hover: 0 4px 16px rgba(0, 0, 0, .15);--theme-docs-card-tile-shadow: 0 2px 12px rgba(0, 0, 0, .15);--theme-docs-card-tile-shadow-strong: 0 2px 12px rgba(0, 0, 0, .2);--theme-docs-accent-blue: #96c0e8;--theme-docs-accent-blue-strong: rgba(150, 192, 232, .95);--theme-docs-accent-blue-soft-bg: rgba(150, 192, 232, .14);--theme-docs-accent-blue-border: rgba(150, 192, 232, .32);--theme-docs-accent-blue-focus: rgba(150, 192, 232, .75);--theme-docs-accent-purple: #96c0e8;--theme-docs-accent-purple-strong: #bcd7f1;--theme-docs-accent-purple-soft-bg: rgba(150, 192, 232, .14);--theme-docs-accent-purple-border: rgba(150, 192, 232, .35);--theme-docs-card-blocked-bg: rgba(0, 0, 0, .28);--theme-docs-card-blocked-bg-hover: rgba(0, 0, 0, .32);--theme-docs-card-blocked-border: rgba(250, 247, 241, .08);--theme-docs-card-blocked-border-hover: rgba(250, 247, 241, .1);--theme-docs-card-blocked-text: rgba(250, 247, 241, .42);--theme-docs-card-blocked-icon: rgba(250, 247, 241, .32);--theme-docs-card-text: rgba(250, 247, 241, .87);--theme-docs-card-text-strong: rgba(250, 247, 241, .9);--theme-docs-text-primary: rgba(250, 247, 241, .92);--theme-docs-text-secondary: rgba(250, 247, 241, .72);--theme-docs-text-muted: rgba(250, 247, 241, .45);--theme-docs-text-strong: rgba(250, 247, 241, .95);--theme-docs-text-hint: rgba(250, 247, 241, .7);--theme-docs-section-label: rgba(250, 247, 241, .45);--theme-docs-section-label-soft: rgba(250, 247, 241, .55);--theme-docs-section-label-strong: rgba(250, 247, 241, .52);--theme-docs-hint-soft: rgba(250, 247, 241, .52);--theme-docs-empty-text: rgba(250, 247, 241, .45);--theme-docs-tile-title: rgba(250, 247, 241, .9);--theme-docs-tile-date: rgba(250, 247, 241, .45);--theme-docs-tile-chevron: rgba(250, 247, 241, .28);--theme-docs-tile-delete: rgba(250, 247, 241, .55);--theme-docs-tile-delete-hover-text: #ffab91;--theme-docs-tile-delete-hover-bg: rgba(255, 87, 34, .12);--theme-docs-date-hover-bg: rgba(250, 247, 241, .08);--theme-docs-date-hover-text: rgba(250, 247, 241, .68);--theme-docs-status-signed-bg: rgba(46, 125, 50, .2);--theme-docs-status-signed-text: #81c784;--theme-docs-status-issued-bg: rgba(245, 124, 0, .2);--theme-docs-status-issued-text: #dcae6b;--theme-docs-status-draft-bg: rgba(20, 73, 127, .2);--theme-docs-status-draft-text: #ce93d8;--theme-docs-status-active-bg: rgba(46, 125, 50, .2);--theme-docs-status-active-text: #81c784;--theme-docs-status-inactive-bg: rgba(250, 247, 241, .08);--theme-docs-status-inactive-text: rgba(250, 247, 241, .4);--theme-docs-status-flash-pre-bg: rgba(245, 124, 0, .35);--theme-docs-status-flash-pre-text: #ffe0b2;--theme-docs-status-flash-peak-bg: rgba(46, 125, 50, .45);--theme-docs-status-flash-peak-text: #e8f5e9;--theme-docs-status-flash-peak-ring: rgba(129, 199, 132, .35);--theme-docs-empty-bg: rgba(15, 18, 30, .3);--theme-docs-empty-border: rgba(250, 247, 241, .08);--theme-docs-stroke-btn-text: rgba(250, 247, 241, .88);--theme-docs-stroke-btn-border: rgba(250, 247, 241, .22);--theme-docs-stroke-btn-bg-hover: rgba(250, 247, 241, .08);--theme-docs-stroke-btn-border-hover: rgba(250, 247, 241, .35);--theme-docs-icon-btn-text: rgba(250, 247, 241, .7);--theme-docs-field-bg-soft: rgba(13, 16, 26, .3);--theme-docs-field-bg-strong: rgba(0, 0, 0, .22);--theme-docs-field-label: rgba(250, 247, 241, .62);--theme-docs-field-label-hover: rgba(250, 247, 241, .82);--theme-docs-field-label-strong: rgba(250, 247, 241, .72);--theme-docs-field-input: rgba(250, 247, 241, .92);--theme-docs-field-placeholder: rgba(250, 247, 241, .38);--theme-docs-field-outline: rgba(250, 247, 241, .22);--theme-docs-field-outline-hover: rgba(250, 247, 241, .34);--theme-docs-field-outline-strong: rgba(250, 247, 241, .32);--theme-docs-field-indicator: rgba(250, 247, 241, .16);--theme-docs-field-indicator-hover: rgba(250, 247, 241, .26);--theme-docs-checkbox-unselected: rgba(250, 247, 241, .28);--theme-docs-checkbox-unselected-hover: rgba(250, 247, 241, .4);--theme-docs-checkbox-unselected-focus: rgba(150, 192, 232, .95);--theme-docs-checkbox-unselected-pressed: rgba(250, 247, 241, .35);--theme-docs-checkbox-check: #fdfbf7;--theme-docs-checkbox-selected: #96c0e8;--theme-docs-checkbox-selected-hover: #bcd7f1;--theme-docs-checkbox-selected-focus: #96c0e8;--theme-docs-checkbox-label: rgba(250, 247, 241, .88);--theme-docs-checkbox-state-layer: #fdfbf7;--theme-docs-rx-line-bg: var(--theme-inset-bg);--theme-docs-rx-line-border: rgba(250, 247, 241, .08);--theme-docs-rx-line-med: rgba(250, 247, 241, .96);--theme-docs-rx-line-meta: rgba(250, 247, 241, .72);--theme-docs-rx-empty-draft-bg: rgba(0, 0, 0, .2);--theme-docs-rx-empty-draft-border: rgba(250, 247, 241, .12);--theme-docs-rx-empty-draft-text: rgba(250, 247, 241, .52);--theme-docs-rx-action-card-bg: rgba(42, 109, 186, .88);--theme-docs-rx-action-card-border: rgba(107, 165, 221, .55);--theme-docs-rx-action-card-text: #fdfbf7;--theme-docs-rx-action-card-shadow-hover: 0 4px 20px rgba(0, 0, 0, .25);--theme-docs-rx-action-card-primary-bg: rgba(42, 109, 186, 1);--theme-docs-rx-action-card-primary-border: rgba(107, 165, 221, .75);--theme-docs-rx-action-card-icon: #fdfbf7;--theme-docs-rx-history-wrap-bg: var(--theme-inset-bg);--theme-docs-rx-history-wrap-border: rgba(250, 247, 241, .1);--theme-docs-rx-history-thead-bg: var(--theme-inset-header-bg);--theme-docs-rx-history-th-border: rgba(250, 247, 241, .12);--theme-docs-rx-history-td-border: rgba(250, 247, 241, .06);--theme-docs-rx-history-cell-text: rgba(250, 247, 241, .88);--theme-docs-rx-history-cell-strong: rgba(250, 247, 241, .95);--theme-docs-rx-history-cell-secondary: rgba(250, 247, 241, .78);--theme-docs-rx-history-sticky-bg: var(--theme-inset-header-bg);--theme-docs-rx-history-sticky-shadow: 4px 0 8px rgba(0, 0, 0, .2);--theme-docs-rx-past-tile-bg: var(--theme-inset-bg);--theme-docs-rx-past-tile-border: rgba(250, 247, 241, .1);--theme-docs-rx-past-tile-date: rgba(250, 247, 241, .65);--theme-docs-rx-past-tile-prescriber: rgba(250, 247, 241, .95);--theme-docs-rx-past-tile-lines: rgba(250, 247, 241, .55);--theme-docs-rx-ac-panel-bg: rgba(28, 30, 38, .96);--theme-docs-rx-ac-panel-border: rgba(250, 247, 241, .12);--theme-docs-rx-ac-panel-shadow: 0 8px 24px rgba(0, 0, 0, .35);--theme-docs-rx-ac-option-text: rgba(250, 247, 241, .92);--theme-docs-rx-ac-option-hover-bg: rgba(250, 247, 241, .08);--theme-docs-rx-ac-shorthand: rgba(250, 247, 241, .92);--theme-docs-req-card-bg: var(--theme-inset-bg);--theme-docs-req-card-border: rgba(250, 247, 241, .12);--theme-docs-req-card-name: rgba(250, 247, 241, .92);--theme-docs-req-card-blurb: rgba(250, 247, 241, .58);--theme-docs-req-tests-wrap-bg: var(--theme-inset-bg);--theme-docs-req-tests-wrap-border: rgba(250, 247, 241, .08);--theme-docs-req-tests-wrap-inset: inset 0 0 0 1px rgba(250, 247, 241, .03);--theme-docs-req-cat-title: rgba(250, 247, 241, .52);--theme-docs-req-cat-divider: rgba(250, 247, 241, .1);--theme-docs-req-search-prefix: rgba(250, 247, 241, .45);--theme-docs-req-top-actions-border: rgba(250, 247, 241, .08);--theme-docs-req-history-tile-bg: var(--theme-inset-bg);--theme-docs-req-history-tile-border: rgba(250, 247, 241, .1);--theme-docs-req-history-tile-name: rgba(250, 247, 241, .95);--theme-docs-req-history-tile-date: rgba(250, 247, 241, .72);--theme-docs-past-order-date: rgba(250, 247, 241, .92);--theme-docs-past-order-title: rgba(250, 247, 241, .95);--theme-docs-past-order-item: rgba(250, 247, 241, .72);--theme-docs-past-order-more: rgba(250, 247, 241, .5);--theme-docs-past-order-ordered: rgba(250, 247, 241, .58);--theme-docs-control-fg: rgba(250, 247, 241, .9);--theme-docs-divider-strong: rgba(250, 247, 241, .12);--theme-scribe-text: var(--theme-text-primary);--theme-scribe-text-strong: var(--theme-text-primary);--theme-scribe-text-soft: var(--theme-text-secondary);--theme-scribe-text-muted: var(--theme-text-muted);--theme-scribe-text-faint: color-mix(in srgb, var(--theme-text-muted) 72%, transparent);--theme-scribe-text-dim: color-mix(in srgb, var(--theme-text-muted) 62%, transparent);--theme-scribe-text-very-dim: color-mix(in srgb, var(--theme-text-muted) 45%, transparent);--theme-scribe-glass-bg: var(--theme-glass-bg);--theme-scribe-glass-bg-04: var(--theme-glass-bg-soft);--theme-scribe-glass-bg-05: var(--theme-glass-bg);--theme-scribe-glass-bg-06: var(--theme-glass-bg);--theme-scribe-glass-border: var(--theme-glass-border);--theme-scribe-glass-border-soft: var(--theme-panel-border);--theme-scribe-glass-border-medium: var(--theme-glass-border);--theme-scribe-glass-shadow: var(--theme-glass-shadow);--theme-scribe-divider: var(--theme-panel-border);--theme-scribe-divider-soft: color-mix(in srgb, var(--theme-panel-border) 70%, transparent);--theme-scribe-divider-soft-2: color-mix(in srgb, var(--theme-panel-border) 80%, transparent);--theme-scribe-row-hover-bg: var(--theme-home-tile-hover-bg);--theme-scribe-accent: var(--theme-accent);--theme-scribe-accent-strong: var(--theme-accent-strong);--theme-scribe-accent-deep: var(--theme-accent);--theme-scribe-accent-bg: color-mix(in srgb, var(--theme-accent) 20%, transparent);--theme-scribe-accent-bg-strong: color-mix(in srgb, var(--theme-accent) 28%, transparent);--theme-scribe-accent-bg-soft: color-mix(in srgb, var(--theme-accent) 12%, transparent);--theme-scribe-accent-bg-faint: color-mix(in srgb, var(--theme-accent) 6%, transparent);--theme-scribe-accent-border: color-mix(in srgb, var(--theme-accent) 40%, transparent);--theme-scribe-accent-border-strong: color-mix(in srgb, var(--theme-accent) 55%, transparent);--theme-scribe-accent-border-soft: color-mix(in srgb, var(--theme-accent) 22%, transparent);--theme-scribe-accent-glow: color-mix(in srgb, var(--theme-accent) 16%, transparent);--theme-scribe-accent-glow-soft: color-mix(in srgb, var(--theme-accent) 10%, transparent);--theme-scribe-accent-glow-light: color-mix(in srgb, var(--theme-accent) 14%, transparent);--theme-scribe-step-idle-bg: var(--theme-control-bg);--theme-scribe-step-idle-border: var(--theme-glass-border);--theme-scribe-step-idle-text: var(--theme-scribe-text-very-dim);--theme-scribe-step-active-border: var(--theme-scribe-accent);--theme-scribe-step-active-bg: var(--theme-scribe-accent-bg-strong);--theme-scribe-step-active-text: var(--theme-scribe-accent-strong);--theme-scribe-step-active-glow: transparent;--theme-scribe-step-completed-border: var(--theme-accent-success);--theme-scribe-step-completed-bg: color-mix(in srgb, var(--theme-accent-success) 18%, transparent);--theme-scribe-step-completed-text: var(--theme-accent-success);--theme-scribe-step-label: var(--theme-scribe-text-very-dim);--theme-scribe-step-connector: var(--theme-panel-border);--theme-scribe-step-connector-from: var(--theme-accent-success);--theme-scribe-step-connector-to: var(--theme-scribe-accent);--theme-scribe-manage-btn-bg: var(--theme-button-bg);--theme-scribe-manage-btn-border: var(--theme-glass-border);--theme-scribe-manage-btn-text: var(--theme-scribe-text-dim);--theme-scribe-manage-btn-bg-hover: var(--theme-button-hover-bg);--theme-scribe-manage-btn-border-hover: var(--theme-glass-border-strong);--theme-scribe-manage-btn-text-hover: var(--theme-text-secondary);--theme-scribe-sync-bg: color-mix(in srgb, var(--theme-accent-success) 12%, transparent);--theme-scribe-sync-border: color-mix(in srgb, var(--theme-accent-success) 28%, transparent);--theme-scribe-sync-text: var(--theme-accent-success);--theme-scribe-sync-dot: var(--theme-accent-success);--theme-scribe-clip-banner-bg: color-mix(in srgb, var(--theme-accent-info) 12%, transparent);--theme-scribe-clip-banner-border: color-mix(in srgb, var(--theme-accent-info) 30%, transparent);--theme-scribe-clip-banner-text: var(--theme-accent-info);--theme-scribe-stale-bg: var(--theme-warn-bg);--theme-scribe-stale-border: var(--theme-warn-border);--theme-scribe-stale-text: var(--theme-accent-warning);--theme-scribe-stale-card-border: var(--theme-warn-border);--theme-scribe-error-bg: color-mix(in srgb, var(--theme-accent-danger) 14%, transparent);--theme-scribe-error-border: color-mix(in srgb, var(--theme-accent-danger) 35%, transparent);--theme-scribe-error-text: var(--theme-accent-danger);--theme-scribe-hint-text: var(--theme-scribe-text-dim);--theme-scribe-hint-divider: var(--theme-scribe-divider-soft);--theme-scribe-timer-idle: var(--theme-scribe-text-dim);--theme-scribe-timer-active: var(--theme-scribe-accent);--theme-scribe-waveform-bg: var(--theme-result-bg);--theme-scribe-waveform-hint: var(--theme-scribe-text-very-dim);--theme-scribe-mic-idle-bg: var(--theme-scribe-accent-bg);--theme-scribe-mic-idle-border: var(--theme-scribe-accent-border);--theme-scribe-mic-idle-text: var(--theme-scribe-accent);--theme-scribe-mic-idle-glow: var(--theme-scribe-accent-glow-soft);--theme-scribe-mic-recording-bg: #a8322c;--theme-scribe-mic-recording-border: var(--theme-accent-danger);--theme-scribe-mic-recording-text: #fdfbf7;--theme-scribe-mic-pulse: color-mix(in srgb, #a8322c 50%, transparent);--theme-scribe-mic-label: var(--theme-scribe-text-dim);--theme-scribe-consent-overlay-bg: var(--theme-modal-scrim);--theme-scribe-consent-overlay-text: var(--theme-scribe-text-muted);--theme-scribe-consent-checkbox-unselected: var(--theme-text-secondary);--theme-scribe-consent-checkbox-unselected-hover: var(--theme-text-primary);--theme-scribe-consent-checkbox-unselected-focus: var(--theme-text-primary);--theme-scribe-consent-checkbox-unselected-pressed: var(--theme-text-secondary);--theme-scribe-consent-checkbox-label: var(--theme-scribe-text-muted);--theme-scribe-record-more-bg: var(--theme-scribe-accent-bg);--theme-scribe-record-more-border: var(--theme-scribe-accent-border-strong);--theme-scribe-record-more-text: var(--theme-scribe-accent-strong);--theme-scribe-record-more-bg-hover: var(--theme-scribe-accent-bg-strong);--theme-scribe-record-more-border-hover: var(--theme-scribe-accent-border-strong);--theme-scribe-record-more-shadow-hover: var(--theme-shadow-1);--theme-scribe-record-more-phone: var(--theme-accent-success);--theme-scribe-collapse-text: var(--theme-scribe-text-dim);--theme-scribe-collapse-text-hover: var(--theme-text-secondary);--theme-scribe-clip-title: var(--theme-scribe-text);--theme-scribe-clip-count: var(--theme-scribe-text-dim);--theme-scribe-clip-chevron: var(--theme-scribe-text-dim);--theme-scribe-clip-total: var(--theme-scribe-text-dim);--theme-scribe-clip-live-bg: var(--theme-scribe-accent-bg-soft);--theme-scribe-clip-processing-bg: color-mix(in srgb, var(--theme-accent-warning) 10%, transparent);--theme-scribe-clip-play-bg: var(--theme-scribe-accent-bg);--theme-scribe-clip-play-text: var(--theme-scribe-accent);--theme-scribe-clip-label: var(--theme-scribe-text);--theme-scribe-clip-time: var(--theme-scribe-text-dim);--theme-scribe-clip-duration: var(--theme-scribe-text-muted);--theme-scribe-clip-action: var(--theme-scribe-text-dim);--theme-scribe-clip-action-hover-text: var(--theme-scribe-accent);--theme-scribe-clip-action-hover-bg: var(--theme-scribe-accent-bg);--theme-scribe-clip-delete-hover: var(--theme-accent-danger);--theme-scribe-clip-delete-hover-bg: color-mix(in srgb, var(--theme-accent-danger) 18%, transparent);--theme-scribe-clip-tx-panel-bg: var(--theme-result-bg);--theme-scribe-clip-tx-panel-border: var(--theme-scribe-divider-soft);--theme-scribe-clip-tx-text: var(--theme-scribe-text-muted);--theme-scribe-live-dot: #a8322c;--theme-scribe-finalize-bg: var(--theme-status-primary-bg);--theme-scribe-finalize-bg-hover: var(--theme-status-primary-bg-hover);--theme-scribe-finalize-border: color-mix(in srgb, var(--theme-accent) 40%, transparent);--theme-scribe-finalize-text: #fdfbf7;--theme-scribe-finalize-shadow: var(--theme-shadow-1);--theme-scribe-finalize-shadow-hover: var(--theme-shadow-2);--theme-scribe-finalize-hint: var(--theme-scribe-text-dim);--theme-scribe-finalize-regen-bg: color-mix(in srgb, var(--theme-accent-warning) 72%, transparent);--theme-scribe-finalize-regen-bg-hover: color-mix(in srgb, var(--theme-accent-warning) 88%, transparent);--theme-scribe-finalize-regen-border: color-mix(in srgb, var(--theme-accent-warning) 50%, transparent);--theme-scribe-finalize-regen-shadow: var(--theme-shadow-1);--theme-scribe-finalize-regen-shadow-hover: var(--theme-shadow-2);--theme-scribe-transcript-bg: var(--theme-scribe-glass-bg-04);--theme-scribe-transcript-border: var(--theme-scribe-glass-border-soft);--theme-scribe-transcript-text: var(--theme-scribe-text-soft);--theme-scribe-holding-bg: var(--theme-glass-bg);--theme-scribe-holding-border: var(--theme-scribe-accent-border-soft);--theme-scribe-holding-header-from: color-mix(in srgb, var(--theme-accent) 14%, var(--theme-glass-bg));--theme-scribe-holding-header-to: color-mix(in srgb, var(--theme-accent) 8%, var(--theme-glass-bg));--theme-scribe-holding-header-title: var(--theme-text-primary);--theme-scribe-add-all-bg: var(--theme-control-bg);--theme-scribe-add-all-bg-hover: var(--theme-control-hover-bg);--theme-scribe-add-all-border: var(--theme-glass-border);--theme-scribe-add-all-border-hover: var(--theme-glass-border-strong);--theme-scribe-add-all-text: var(--theme-text-primary);--theme-scribe-field-card-border: var(--theme-scribe-divider-soft);--theme-scribe-field-card-hover-bg: var(--theme-scribe-row-hover-bg);--theme-scribe-field-card-added-bg: color-mix(in srgb, var(--theme-accent-success) 8%, transparent);--theme-scribe-field-card-label: var(--theme-scribe-accent);--theme-scribe-field-icon: var(--theme-scribe-accent);--theme-scribe-field-add-bg: var(--theme-scribe-accent-bg);--theme-scribe-field-add-bg-hover: var(--theme-scribe-accent-bg-strong);--theme-scribe-field-add-border: var(--theme-scribe-accent-border);--theme-scribe-field-add-text: var(--theme-scribe-accent-strong);--theme-scribe-field-add-shadow-hover: var(--theme-shadow-1);--theme-scribe-field-badge-added-bg: color-mix(in srgb, var(--theme-accent-success) 14%, transparent);--theme-scribe-field-badge-added-border: color-mix(in srgb, var(--theme-accent-success) 28%, transparent);--theme-scribe-field-badge-added-text: var(--theme-accent-success);--theme-scribe-field-content-text: var(--theme-scribe-text-soft);--theme-scribe-suggested-divider: var(--theme-scribe-divider);--theme-scribe-suggested-divider-soft: var(--theme-scribe-divider-soft);--theme-scribe-suggested-header: var(--theme-accent-warning);--theme-scribe-suggested-label: color-mix(in srgb, var(--theme-accent-warning) 75%, transparent);--theme-scribe-suggested-text: var(--theme-text-secondary);--theme-scribe-tx-toggle: var(--theme-scribe-text-dim);--theme-scribe-tx-toggle-hover: var(--theme-text-secondary);--theme-scribe-tx-msg-bg: var(--theme-scribe-glass-bg-04);--theme-scribe-tx-msg-bg-hover: var(--theme-scribe-row-hover-bg);--theme-scribe-tx-speaker: var(--theme-scribe-text);--theme-scribe-tx-time: var(--theme-scribe-text-very-dim);--theme-scribe-tx-text: var(--theme-text-secondary);--theme-scribe-tx-unavailable: var(--theme-scribe-text-dim);--theme-scribe-clear-divider: var(--theme-scribe-divider-soft);--theme-scribe-clear-text: var(--theme-scribe-text-very-dim);--theme-scribe-clear-text-hover: var(--theme-accent-danger);--theme-scribe-clear-bg-hover: color-mix(in srgb, var(--theme-accent-danger) 10%, transparent);--theme-scribe-manager-backdrop: var(--theme-modal-scrim);--theme-scribe-manager-bg: var(--theme-panel-bg);--theme-scribe-manager-border: var(--theme-glass-border);--theme-scribe-manager-shadow: var(--theme-shadow-3);--theme-scribe-manager-divider: var(--theme-scribe-divider);--theme-scribe-manager-divider-soft: var(--theme-scribe-divider-soft);--theme-scribe-manager-title: var(--theme-scribe-text);--theme-scribe-manager-title-icon: var(--theme-scribe-text-muted);--theme-scribe-manager-close-bg: var(--theme-button-bg);--theme-scribe-manager-close-bg-hover: var(--theme-button-hover-bg);--theme-scribe-manager-close-text: var(--theme-scribe-text-dim);--theme-scribe-manager-close-text-hover: var(--theme-text-secondary);--theme-scribe-manager-empty-text: var(--theme-scribe-text-dim);--theme-scribe-manager-row-hover-bg: var(--theme-scribe-row-hover-bg);--theme-scribe-manager-row-current-spine: var(--theme-scribe-accent);--theme-scribe-manager-date: var(--theme-scribe-text);--theme-scribe-manager-status-draft-text: var(--theme-accent-warning);--theme-scribe-manager-status-draft-bg: color-mix(in srgb, var(--theme-accent-warning) 14%, transparent);--theme-scribe-manager-status-finalized-text: var(--theme-accent-success);--theme-scribe-manager-status-finalized-bg: color-mix(in srgb, var(--theme-accent-success) 14%, transparent);--theme-scribe-manager-status-archived-text: var(--theme-scribe-text-muted);--theme-scribe-manager-status-archived-bg: color-mix(in srgb, var(--theme-text-muted) 14%, transparent);--theme-scribe-manager-meta: var(--theme-scribe-text-dim);--theme-scribe-manager-current-badge-text: var(--theme-scribe-accent);--theme-scribe-manager-current-badge-bg: var(--theme-scribe-accent-bg-soft);--theme-scribe-manager-action-border: var(--theme-glass-border);--theme-scribe-manager-action-restore-text: var(--theme-accent-success);--theme-scribe-manager-action-restore-border: color-mix(in srgb, var(--theme-accent-success) 28%, transparent);--theme-scribe-manager-action-restore-bg-hover: color-mix(in srgb, var(--theme-accent-success) 12%, transparent);--theme-scribe-manager-action-restore-border-hover: color-mix(in srgb, var(--theme-accent-success) 40%, transparent);--theme-scribe-manager-action-switch-text: var(--theme-scribe-accent);--theme-scribe-manager-action-switch-border: var(--theme-scribe-accent-border-soft);--theme-scribe-manager-action-switch-bg-hover: var(--theme-scribe-accent-bg-soft);--theme-scribe-manager-action-switch-border-hover: var(--theme-scribe-accent-border);--theme-scribe-manager-action-archive-text: var(--theme-text-secondary);--theme-scribe-manager-action-archive-border: var(--theme-glass-border-strong);--theme-scribe-manager-action-archive-text-hover: var(--theme-accent-danger);--theme-scribe-manager-action-archive-bg-hover: color-mix(in srgb, var(--theme-accent-danger) 12%, transparent);--theme-scribe-manager-action-archive-border-hover: color-mix(in srgb, var(--theme-accent-danger) 35%, transparent);--theme-scribe-manager-hint-text: var(--theme-scribe-text-very-dim);--theme-scribe-speaker-key: var(--theme-scribe-text-dim);--theme-scribe-speaker-select-bg: var(--theme-control-bg);--theme-scribe-speaker-select-border: var(--theme-glass-border);--theme-scribe-speaker-select-text: var(--theme-text-primary);--theme-note-tabs-bg: rgba(30, 27, 24, .42);--theme-note-tabs-border-bottom: rgba(250, 247, 241, .11);--theme-note-tabs-inset-top: rgba(250, 247, 241, .06);--theme-note-sub-tab-text: rgba(250, 247, 241, .58);--theme-note-sub-tab-text-hover: rgba(250, 247, 241, .88);--theme-note-sub-tab-hover-bg: rgba(250, 247, 241, .05);--theme-note-sub-tab-active-text: #fdfbf7;--theme-note-sub-tab-active-border: rgba(250, 247, 241, .92);--theme-note-sub-tab-active-bg: rgba(250, 247, 241, .08);--theme-note-past-count-bg: rgba(250, 247, 241, .15);--theme-note-past-count-text: rgba(250, 247, 241, .8);--theme-note-panel-bg: rgba(250, 247, 241, .1);--theme-note-panel-border: rgba(250, 247, 241, .15);--theme-note-panel-shadow: 0 4px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(250, 247, 241, .08);--theme-note-panel-scrollbar: rgba(250, 247, 241, .15);--theme-note-meta-bar-bg: rgba(250, 247, 241, .08);--theme-note-meta-bar-border: rgba(250, 247, 241, .12);--theme-note-meta-chip-bg: rgba(42, 109, 186, .5);--theme-note-meta-chip-border: rgba(150, 192, 232, .4);--theme-note-meta-chip-text: #fdfbf7;--theme-note-meta-item-text: rgba(250, 247, 241, .8);--theme-note-meta-item-icon: rgba(250, 247, 241, .65);--theme-note-sign-btn-text: rgba(250, 247, 241, .92);--theme-note-sign-btn-border: rgba(150, 192, 232, .45);--theme-note-sign-btn-icon: #bcd7f1;--theme-note-toolbar-meta-text: rgba(250, 247, 241, .52);--theme-note-toolbar-meta-type: rgba(250, 247, 241, .66);--theme-note-toolbar-meta-sep: rgba(250, 247, 241, .28);--theme-note-toolbar-meta-icon: rgba(250, 247, 241, .4);--theme-note-sign-cta-bg: var(--theme-review-sign-primary-bg);--theme-note-sign-cta-bg-hover: #5558e8;--theme-note-sign-cta-text: #fdfbf7;--theme-note-sign-cta-state-layer: rgba(250, 247, 241, .18);--theme-note-sign-cta-shadow: rgba(0, 0, 0, .28);--theme-note-supp-bg: rgba(250, 247, 241, .08);--theme-note-supp-border: rgba(250, 247, 241, .12);--theme-note-supp-h4: rgba(250, 247, 241, .7);--theme-note-empty-bg: rgba(250, 247, 241, .06);--theme-note-empty-border: rgba(250, 247, 241, .1);--theme-note-empty-text: rgba(250, 247, 241, .55);--theme-note-empty-icon: rgba(250, 247, 241, .25);--theme-note-add-btn-bg: rgba(250, 247, 241, .08);--theme-note-add-btn-bg-hover: rgba(250, 247, 241, .14);--theme-note-add-btn-border: rgba(250, 247, 241, .2);--theme-note-add-btn-border-hover: rgba(250, 247, 241, .35);--theme-note-add-btn-text: rgba(250, 247, 241, .8);--theme-note-add-btn-text-hover: #fdfbf7;--theme-note-add-btn-shadow: 0 2px 10px rgba(0, 0, 0, .1);--theme-note-add-btn-shadow-hover: 0 4px 16px rgba(0, 0, 0, .15);--theme-note-mat-text: rgba(250, 247, 241, .88);--theme-note-mat-state-layer: rgba(250, 247, 241, .1);--theme-note-mat-outlined-text: rgba(250, 247, 241, .9);--theme-note-mat-outlined-text-hover: #fdfbf7;--theme-note-mat-outlined-outline: rgba(250, 247, 241, .3);--theme-note-mat-outlined-outline-hover: rgba(250, 247, 241, .48);--theme-note-mat-outlined-outline-focus: rgba(150, 192, 232, .75);--theme-note-past-item-bg: rgba(250, 247, 241, .06);--theme-note-past-item-border: rgba(250, 247, 241, .1);--theme-note-past-item-bg-hover: rgba(250, 247, 241, .1);--theme-note-past-item-border-hover: rgba(250, 247, 241, .2);--theme-note-past-item-shadow-hover: 0 2px 12px rgba(0, 0, 0, .12);--theme-note-past-item-bg-selected: rgba(250, 247, 241, .14);--theme-note-past-item-border-selected: rgba(250, 247, 241, .35);--theme-note-past-item-shadow-selected: 0 2px 16px rgba(0, 0, 0, .15);--theme-note-pni-type: rgba(250, 247, 241, .9);--theme-note-pni-date: rgba(250, 247, 241, .45);--theme-note-pni-author: rgba(250, 247, 241, .5);--theme-note-pni-pdf-icon: rgba(250, 247, 241, .4);--theme-note-pni-pdf-icon-hover: rgba(250, 247, 241, .9);--theme-note-pnd-header-border: rgba(250, 247, 241, .08);--theme-note-pnd-type: rgba(250, 247, 241, .95);--theme-note-pnd-author: rgba(250, 247, 241, .5);--theme-note-pnd-dates: rgba(250, 247, 241, .4);--theme-note-pnd-pdf-btn-bg: rgba(42, 109, 186, .15);--theme-note-pnd-pdf-btn-bg-hover: rgba(42, 109, 186, .25);--theme-note-pnd-pdf-btn-border: rgba(250, 247, 241, .15);--theme-note-pnd-pdf-btn-text: #96c0e8;--theme-note-pnb-h5: rgba(250, 247, 241, .45);--theme-note-pnb-body-text: rgba(250, 247, 241, .75);--theme-note-section-title: rgba(250, 247, 241, .45);--theme-note-section-title-border: rgba(250, 247, 241, .1);--theme-note-table-wrap-bg: var(--theme-inset-bg);--theme-note-table-wrap-border: var(--theme-inset-border);--theme-note-table-th-bg: var(--theme-inset-header-bg);--theme-note-table-th-text: rgba(250, 247, 241, .38);--theme-note-table-td-border: rgba(250, 247, 241, .06);--theme-note-table-td-name: rgba(250, 247, 241, .92);--theme-note-table-td-meta: rgba(250, 247, 241, .72);--theme-note-table-td-num: rgba(250, 247, 241, .8);--theme-note-table-td-lot: rgba(250, 247, 241, .65);--theme-note-table-row-even-bg: rgba(250, 247, 241, .02);--theme-note-table-row-hover-bg: var(--theme-table-row-hover-bg);--theme-note-table-subtotal-bg: rgba(250, 247, 241, .04);--theme-note-table-subtotal-text: rgba(250, 247, 241, .5);--theme-note-table-subtotal-text-meta: rgba(250, 247, 241, .55);--theme-note-table-total-bg: rgba(42, 109, 186, .14);--theme-note-table-total-text: rgba(250, 247, 241, .88);--theme-note-tx-section-bg: var(--theme-inset-bg);--theme-note-tx-section-border: rgba(250, 247, 241, .08);--theme-note-tx-section-stripe-1: #5c9e73;--theme-note-tx-section-stripe-2: #c9883c;--theme-note-tx-section-stripe-3: #1a5c9e;--theme-note-tx-section-stripe-4: #00bcd4;--theme-note-tx-type-text: rgba(250, 247, 241, .85);--theme-note-tx-count-text: rgba(250, 247, 241, .4);--theme-note-tx-text: rgba(250, 247, 241, .65);--theme-note-ai-badge-text: #96c0e8;--theme-note-ai-badge-bg: rgba(150, 192, 232, .12);--theme-note-ai-badge-border: rgba(150, 192, 232, .25);--theme-note-notes-box-bg: var(--theme-inset-bg);--theme-note-notes-box-border: var(--theme-inset-border);--theme-note-notes-box-focus-border: rgba(150, 192, 232, .35);--theme-note-notes-box-focus-ring: rgba(150, 192, 232, .08);--theme-note-field-block-divider: rgba(176, 168, 156, .5);--theme-note-applied-snippets-bg: rgba(150, 192, 232, .06);--theme-note-applied-snippet-bg: rgba(0, 0, 0, .2);--theme-note-applied-snippet-border: rgba(150, 192, 232, .2);--theme-note-applied-snippet-text: rgba(250, 247, 241, .75);--theme-note-applied-snippet-title: rgba(150, 192, 232, .9);--theme-note-snippet-remove: rgba(250, 247, 241, .45);--theme-note-legacy-divider: rgba(250, 247, 241, .12);--theme-note-legacy-bg: rgba(250, 247, 241, .03);--theme-note-legacy-h5: rgba(250, 247, 241, .38);--theme-note-legacy-text: rgba(250, 247, 241, .65);--theme-note-readonly-text: rgba(250, 247, 241, .78);--theme-note-readonly-empty: rgba(250, 247, 241, .25);--theme-note-readonly-border: rgba(250, 247, 241, .06);--theme-note-ai-empty-bg: rgba(250, 247, 241, .04);--theme-note-ai-empty-border: rgba(250, 247, 241, .15);--theme-note-ai-empty-text: rgba(250, 247, 241, .55);--theme-note-ai-empty-icon: rgba(250, 247, 241, .3);--theme-note-ai-display-bg: rgba(150, 192, 232, .06);--theme-note-ai-display-border: rgba(150, 192, 232, .18);--theme-note-ai-status-text: rgba(250, 247, 241, .7);--theme-note-ai-status-icon: #6fae8a;--theme-note-ai-field-divider: rgba(150, 192, 232, .12);--theme-note-ai-label: #96c0e8;--theme-note-ai-field-text: rgba(250, 247, 241, .7);--theme-note-ai-action-btn-text: rgba(250, 247, 241, .9);--theme-note-ai-action-btn-text-hover: #fdfbf7;--theme-note-ai-action-btn-border: rgba(250, 247, 241, .32);--theme-note-ai-action-btn-border-hover: rgba(250, 247, 241, .5);--theme-note-ai-action-btn-focus-border: rgba(150, 192, 232, .75);--theme-note-ai-chip-text: #6fae8a;--theme-note-ai-chip-bg: rgba(111, 174, 138, .1);--theme-note-ai-chip-border: rgba(111, 174, 138, .2);--theme-note-ai-header-bg: radial-gradient(120% 180% at 0% 0%, color-mix(in srgb, #bcd7f1 22%, transparent), transparent 55%), radial-gradient(90% 140% at 100% 100%, color-mix(in srgb, #6ba5dd 14%, transparent), transparent 50%), linear-gradient(135deg, rgba(28, 24, 52, .55), rgba(15, 18, 34, .52));--theme-note-ai-header-border: color-mix(in srgb, #96c0e8 42%, transparent);--theme-note-ai-header-shadow: inset 0 1px 0 color-mix(in srgb, white 14%, transparent), 0 0 0 1px color-mix(in srgb, #96c0e8 12%, transparent), 0 8px 24px -16px color-mix(in srgb, #14497f 45%, transparent);--theme-note-ai-header-title: rgba(250, 247, 241, .92);--theme-note-ai-header-body: rgba(250, 247, 241, .78);--theme-note-ai-header-spark-bg: linear-gradient( 145deg, color-mix(in srgb, #bcd7f1 55%, transparent), color-mix(in srgb, #6ba5dd 35%, transparent) );--theme-note-ai-header-spark-glow: 0 0 18px color-mix(in srgb, #96c0e8 35%, transparent);--theme-note-ai-header-spark-icon: #fdfbf7;--theme-note-ai-header-pill-idle-text: color-mix(in srgb, #bcd7f1 90%, white);--theme-note-ai-header-pill-idle-bg: color-mix(in srgb, #96c0e8 22%, transparent);--theme-note-ai-header-pill-idle-border: color-mix(in srgb, #96c0e8 40%, transparent);--theme-note-ai-header-pill-ready-text: color-mix(in srgb, #a6cdb2 85%, white);--theme-note-ai-header-pill-ready-bg: color-mix(in srgb, #5c9e73 20%, transparent);--theme-note-ai-header-pill-ready-border: color-mix(in srgb, #5c9e73 42%, transparent);--theme-note-ai-header-pill-pending-text: color-mix(in srgb, #fde68a 90%, white);--theme-note-ai-header-pill-pending-bg: color-mix(in srgb, #b98a3a 22%, transparent);--theme-note-ai-header-pill-pending-border: color-mix(in srgb, #b98a3a 42%, transparent);--theme-note-ai-header-pill-busy-text: color-mix(in srgb, #96c0e8 90%, white);--theme-note-ai-header-pill-busy-bg: color-mix(in srgb, #216fbb 22%, transparent);--theme-note-ai-header-pill-busy-border: color-mix(in srgb, #216fbb 42%, transparent);--theme-note-ladder-bg-base: rgba(15, 15, 24, .55);--theme-note-ladder-tab-bg: rgba(0, 0, 0, .15);--theme-note-ladder-tab-border: rgba(250, 247, 241, .12);--theme-note-ladder-tab-text: rgba(250, 247, 241, .78);--theme-note-ladder-tab-active-text: #fdfbf7;--theme-note-ladder-header-border: rgba(250, 247, 241, .08);--theme-note-ladder-empty-text: rgba(250, 247, 241, .45);--theme-note-ladder-manage-icon: rgba(250, 247, 241, .78);--theme-note-ladder-row-bg: rgba(0, 0, 0, .18);--theme-note-ladder-row-surface: transparent;--theme-note-ladder-row-border: rgba(250, 247, 241, .1);--theme-note-ladder-main-text: rgba(250, 247, 241, .9);--theme-note-ladder-check-border: rgba(250, 247, 241, .15);--theme-note-ladder-swipe-border: rgba(250, 247, 241, .08);--theme-note-ladder-collapsed-btn-bg: rgba(0, 0, 0, .2);--theme-note-ladder-collapsed-btn-border: rgba(250, 247, 241, .15);--theme-note-ladder-collapsed-btn-text: #fdfbf7;--theme-note-ladder-backdrop: rgba(8, 8, 14, .55);--theme-note-ladder-sheet-shadow: 0 -8px 32px rgba(0, 0, 0, .45);--theme-note-ladder-scrollbar: rgba(250, 247, 241, .2);--theme-rte-bg: #fdfbf7;--theme-rte-text: #222222;--theme-rte-border: #e3ded5;--theme-rte-toolbar-bg: #f8f9fa;--theme-rte-toolbar-border: #e3ded5;--theme-rte-toolbar-btn-text: rgba(0, 0, 0, .7);--theme-rte-toolbar-btn-hover-bg: rgba(0, 0, 0, .06);--theme-rte-placeholder: #999999;--theme-rte-floating-bg: #fdfbf7;--theme-rte-floating-border: #e3ded5;--theme-rte-floating-shadow: 0 4px 14px rgba(0, 0, 0, .14);--theme-rte-clinical-sec: #2a6dba;--theme-rte-menu-bg: #fdfbf7;--theme-rte-menu-text: rgba(0, 0, 0, .87);--theme-rte-menu-icon: rgba(0, 0, 0, .54);--theme-rte-menu-hover-bg: rgba(0, 0, 0, .04);--theme-rte-dark-bg: var(--theme-inset-bg);--theme-rte-dark-bg-focus: var(--theme-inset-bg-hover);--theme-rte-dark-text: rgba(250, 247, 241, .88);--theme-rte-dark-border: rgba(250, 247, 241, .12);--theme-rte-dark-toolbar-bg: var(--theme-inset-header-bg);--theme-rte-dark-toolbar-border: var(--theme-inset-border);--theme-rte-dark-toolbar-btn-text: rgba(250, 247, 241, .85);--theme-rte-dark-toolbar-btn-hover-bg: rgba(250, 247, 241, .08);--theme-rte-dark-placeholder: rgba(250, 247, 241, .28);--theme-rte-dark-floating-bg: #2d2d30;--theme-rte-dark-floating-border: rgba(250, 247, 241, .12);--theme-rte-dark-floating-shadow: 0 4px 14px rgba(0, 0, 0, .36);--theme-rte-dark-clinical-sec: #96c0e8;--theme-rte-dark-menu-bg: #2d2d30;--theme-rte-dark-menu-text: rgba(250, 247, 241, .88);--theme-rte-dark-menu-icon: rgba(250, 247, 241, .65);--theme-rte-dark-menu-hover-bg: rgba(250, 247, 241, .06);--theme-dictate-icon: rgba(250, 247, 241, .9);--theme-dictate-icon-hover: #fdfbf7;--theme-dictate-icon-dictating: #c8524b;--theme-dictate-icon-errored: #c9883c;--theme-dictate-error-text: #c9883c;--theme-dictate-overlay-bg: color-mix(in srgb, #1e1e1e 86%, transparent);--theme-dictate-overlay-border: rgba(250, 247, 241, .16);--theme-note-field-rail-bg: rgba(150, 192, 232, .1);--theme-note-field-rail-border: rgba(150, 192, 232, .28);--theme-note-field-rail-text: rgba(150, 192, 232, .9);--theme-note-field-rail-active-bg: rgba(150, 192, 232, .25);--theme-note-field-rail-active-border: rgba(150, 192, 232, .6);--theme-note-field-rail-active-text: #e4eef8;--theme-review-sign-backdrop: rgba(4, 6, 12, .82);--theme-review-sign-surface: rgba(30, 27, 24, .78);--theme-review-sign-border: rgba(250, 247, 241, .14);--theme-review-sign-shadow: 0 28px 90px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(250, 247, 241, .08);--theme-review-sign-divider: rgba(250, 247, 241, .08);--theme-review-sign-title: rgba(250, 247, 241, .96);--theme-review-sign-text: rgba(250, 247, 241, .92);--theme-review-sign-content-text: rgba(250, 247, 241, .78);--theme-review-sign-meta: rgba(250, 247, 241, .45);--theme-review-sign-summary: rgba(250, 247, 241, .88);--theme-review-sign-hint: rgba(250, 247, 241, .55);--theme-review-sign-confirm: rgba(250, 247, 241, .4);--theme-review-sign-btn-text: rgba(250, 247, 241, .72);--theme-review-sign-btn-state-layer: rgba(250, 247, 241, .08);--theme-review-sign-primary-bg: var(--theme-accent);--theme-review-sign-primary-text: var(--theme-accent-contrast, #fdfbf7);--theme-review-sign-primary-disabled-bg: rgba(250, 247, 241, .12);--theme-review-sign-primary-disabled-text: rgba(250, 247, 241, .35);--theme-review-sign-outlined-text: rgba(250, 247, 241, .9);--theme-review-sign-outlined-text-hover: #fdfbf7;--theme-review-sign-outlined-outline: rgba(250, 247, 241, .32);--theme-review-sign-outlined-outline-hover: rgba(250, 247, 241, .5);--theme-review-sign-outlined-outline-focus: rgba(150, 192, 232, .75);--theme-review-sign-outlined-text-disabled: rgba(250, 247, 241, .38);--theme-review-sign-outlined-outline-disabled: rgba(250, 247, 241, .2);--theme-review-sign-spinner: #fdfbf7;--theme-review-sign-preview-bg: #0c0e14;--theme-review-sign-preview-fab-shadow: 0 4px 16px rgba(0, 0, 0, .45);--theme-review-sign-input-text: rgba(250, 247, 241, .92)}:root[data-theme=light]{color-scheme:light;--theme-shell-base: var(--symba-paper);--theme-wallpaper-veil: transparent;--theme-wallpaper-saturate: 1;--theme-tile-sub-warn: #8a5f16;--theme-text-primary: rgba(34, 31, 27, .96);--theme-text-secondary: rgba(50, 46, 41, .82);--theme-text-muted: rgba(74, 68, 60, .74);--theme-text-faint: rgba(92, 86, 78, .62);--theme-text-inverse: var(--symba-ivory);--theme-focus-ring: var(--symba-blue-600);--theme-focus-ring-offset: rgba(250, 248, 244, .95);--theme-accent: var(--symba-blue-600);--theme-accent-strong: var(--symba-blue-800);--theme-accent-deep: var(--symba-blue-900);--theme-accent-secondary: var(--theme-accent);--theme-accent-info: var(--symba-blue-600);--theme-accent-success: #3f7d5c;--theme-accent-warning: #8a5f16;--theme-accent-danger: #a8322c;--theme-accent-contrast: #fdfbf7;--theme-rule-faint: rgba(74, 68, 60, .08);--theme-rule: rgba(74, 68, 60, .14);--theme-rule-strong: rgba(74, 68, 60, .24);--theme-recording-indicator-bg: #8f2a25;--theme-recording-indicator-bg-hover: #7c2723;--theme-recording-indicator-text: #fdfbf7;--theme-recording-indicator-dot: #fdfbf7;--theme-super-accent: #4f8f7c;--theme-mobile-shell-base: var(--symba-paper);--theme-shadow-1: 0 1px 2px rgba(58, 50, 38, .06);--theme-shadow-2: 0 6px 18px rgba(58, 50, 38, .08);--theme-shadow-3: 0 20px 48px rgba(48, 41, 32, .14);--theme-face-tool-accent: #1a5c9e;--theme-face-tool-accent-strong: #14497f;--theme-face-tool-accent-deep: #0f3a66;--theme-shell-scrim: rgba(249, 246, 240, .64);--theme-login-accent-1: radial-gradient(120% 80% at 18% 12%, rgba(150, 192, 232, .22), transparent 58%);--theme-login-accent-2: radial-gradient(120% 90% at 90% 92%, rgba(107, 165, 221, .22), transparent 54%);--theme-login-scrim: rgba(250, 247, 241, .3);--theme-login-cta-bg: linear-gradient(135deg, #216fbb 0%, #14497f 100%);--theme-login-cta-bg-hover: linear-gradient(135deg, #2a6dba 0%, #1a5c9e 100%);--theme-login-cta-text: #fdfbf7;--theme-login-cta-shadow: 0 16px 36px rgba(20, 73, 127, .32), inset 0 1px 0 rgba(250, 247, 241, .3);--theme-login-cta-shadow-hover: 0 18px 40px rgba(20, 73, 127, .42), inset 0 1px 0 rgba(250, 247, 241, .4);--theme-login-cta-disabled-bg: rgba(44, 40, 35, .12);--theme-login-cta-disabled-text: rgba(44, 40, 35, .4);--theme-login-autofill-bg: transparent;--theme-login-autofill-active-bg: transparent;--theme-glass-saturate: 1.02;--theme-glass-bg: rgba(250, 248, 244, .82);--theme-glass-bg-strong: rgba(251, 249, 245, .94);--theme-glass-bg-soft: rgba(248, 245, 240, .68);--theme-glass-border: var(--theme-rule);--theme-glass-border-strong: var(--theme-rule-strong);--theme-inset-bg: rgba(244, 241, 234, .7);--theme-inset-bg-hover: rgba(238, 234, 226, .86);--theme-inset-header-bg: rgba(240, 236, 228, .72);--theme-inset-row-alt-bg: rgba(245, 242, 235, .55);--theme-inset-border: var(--theme-rule-faint);--theme-inset-sheen: transparent;--theme-glass-sheen: none;--theme-glass-edge-highlight: 0 0 0 0 transparent;--theme-glass-shadow: var(--theme-shadow-2);--theme-dash-panel-bg: rgba(250, 248, 244, .95);--theme-dash-panel-blur: var(--theme-blur-md);--theme-dash-panel-saturate: var(--theme-glass-saturate);--theme-paper-bg: #f7f3ea;--theme-paper-header-bg: #eee6d8;--theme-paper-border: rgba(176, 168, 156, .36);--theme-page-scrim: rgba(248, 245, 240, .58);--theme-page-scrim-strong: rgba(250, 248, 244, .8);--theme-panel-bg: var(--theme-glass-bg);--theme-panel-border: var(--theme-glass-border);--theme-panel-shadow: -8px 0 32px rgba(44, 40, 35, .14), inset 1px 0 0 rgba(250, 247, 241, .72);--theme-tabbar-bg: rgba(250, 247, 241, .94);--theme-tabbar-border: rgba(176, 168, 156, .36);--theme-tab-active-bg: color-mix(in srgb, #216fbb 12%, #fdfbf7);--theme-tab-active-indicator: #216fbb;--theme-tab-icon: #7a736a;--theme-scrollbar-thumb: rgba(140, 132, 120, .32);--theme-scrollbar-thumb-hover: rgba(140, 132, 120, .48);--theme-warn-text: #7a4f14;--theme-warn-bg: #f7f0e2;--theme-warn-border: #e4c391;--theme-warn-icon: #a85f26;--theme-modal-scrim: rgba(28, 25, 22, .42);--theme-footer-bg: rgba(250, 248, 244, .92);--theme-control-bg: rgba(250, 247, 241, .76);--theme-control-hover-bg: rgba(250, 247, 241, .92);--theme-control-active-bg: color-mix(in srgb, #216fbb 16%, #fdfbf7);--theme-button-bg: rgba(250, 247, 241, .62);--theme-button-hover-bg: rgba(250, 247, 241, .9);--theme-result-bg: rgba(250, 247, 241, .82);--theme-home-tile-hover-bg: rgba(33, 111, 187, .12);--theme-logo-filter: drop-shadow(0 2px 10px rgba(44, 40, 35, .18));--theme-input-autofill-bg: var(--theme-control-bg);--theme-legal-page-bg: linear-gradient(135deg, #eff5fc 0%, #dceaf8 42%, #faf8f4 100%);--theme-legal-card-shadow: 0 24px 64px rgba(44, 40, 35, .14);--theme-legal-callout-bg: rgba(42, 109, 186, .08);--theme-legal-callout-border: rgba(42, 109, 186, .22);--theme-legal-callout-label: rgba(15, 58, 102, .9);--theme-treatment-mfr-btn-bg: rgba(74, 143, 108, .12);--theme-treatment-mfr-btn-bg-active: rgba(63, 125, 92, .22);--theme-treatment-mfr-btn-text: rgba(6, 78, 59, .94);--theme-treatment-mfr-count-bg: rgba(250, 247, 241, .78);--theme-photo-drawer-surface-shadow: 0 24px 64px rgba(44, 40, 35, .18);--theme-compare-overlay-bg: rgba(28, 25, 22, .88);--theme-compare-header-bg: rgba(250, 247, 241, .92);--theme-compare-save-bg: #3f7d5c;--theme-compare-save-bg-hover: #356a4e;--theme-grid-bg: rgba(250, 247, 241, .96);--theme-grid-header-bg: rgba(250, 248, 244, .97);--theme-grid-header-text: rgba(28, 25, 22, .86);--theme-grid-header-subtext: rgba(106, 99, 89, .72);--theme-grid-gutter-bg: rgba(250, 248, 244, .92);--theme-grid-time-label: rgba(106, 99, 89, .72);--theme-grid-border: rgba(176, 168, 156, .3);--theme-grid-divider: rgba(176, 168, 156, .28);--theme-grid-divider-strong: rgba(176, 168, 156, .42);--theme-grid-line-hour: rgba(28, 25, 22, .16);--theme-grid-line-half: rgba(28, 25, 22, .08);--theme-grid-line-quarter: rgba(28, 25, 22, .04);--theme-grid-today-tint: rgba(42, 109, 186, .1);--theme-grid-today-tint-soft: rgba(42, 109, 186, .05);--theme-grid-today-border: rgba(20, 73, 127, .55);--theme-grid-outside-hours: rgba(28, 25, 22, .06);--theme-grid-hover-row: rgba(42, 109, 186, .06);--theme-grid-hover-pill-bg: rgba(250, 247, 241, .98);--theme-grid-hover-pill-text: rgba(28, 25, 22, .94);--theme-grid-hover-pill-border: rgba(42, 109, 186, .55);--theme-grid-hover-pill-shadow: 0 4px 14px rgba(44, 40, 35, .18);--theme-grid-drag-bg: rgba(42, 109, 186, .18);--theme-grid-drag-border: rgba(42, 109, 186, .7);--theme-grid-now: #a8322c;--theme-month-day-divider: rgba(176, 168, 156, .18);--theme-appt-mix-mid: rgb(250, 248, 243);--theme-appt-mix-mid-soft: rgb(253, 251, 248);--theme-appt-block-base: rgb(251, 249, 245);--theme-appt-mix-strong: rgb(246, 243, 237);--theme-appt-mix-deep: rgb(240, 236, 229);--theme-appt-text: rgba(28, 25, 22, .92);--theme-appt-text-muted: rgba(78, 72, 64, .68);--theme-appt-icon-muted: rgba(78, 72, 64, .6);--theme-appt-border-top: rgba(28, 25, 22, .08);--theme-appt-border-side: rgba(28, 25, 22, .05);--theme-appt-resize-handle: rgba(28, 25, 22, .25);--theme-appt-resize-handle-hover: rgba(28, 25, 22, .55);--theme-field-bg: rgba(250, 247, 241, .92);--theme-field-bg-focus: rgba(250, 247, 241, 1);--theme-field-border: rgba(176, 168, 156, .42);--theme-field-border-focus: rgba(33, 111, 187, .7);--theme-field-text: rgba(28, 25, 22, .94);--theme-field-placeholder: rgba(140, 132, 120, .6);--theme-field-label: rgba(106, 99, 89, .7);--theme-field-hint: rgba(92, 86, 77, .78);--theme-field-divider: rgba(176, 168, 156, .22);--theme-field-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(28,25,22,0.55)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--theme-field-option-bg: #fdfbf7;--theme-field-option-text: rgba(28, 25, 22, .92);--theme-field-color-scheme: light;--theme-status-primary-bg: rgba(20, 73, 127, .92);--theme-status-primary-bg-hover: rgba(15, 58, 102, 1);--theme-status-primary-border: rgba(20, 73, 127, .55);--theme-status-primary-text: #fdfbf7;--theme-tool-size: 36px;--theme-tool-radius: 10px;--theme-tool-bg: rgba(28, 25, 22, .04);--theme-tool-bg-hover: rgba(28, 25, 22, .08);--theme-tool-border: rgba(176, 168, 156, .4);--theme-tool-border-hover: rgba(20, 73, 127, .55);--theme-tool-text: rgba(44, 40, 35, .72);--theme-tool-text-active: rgba(28, 25, 22, .94);--theme-status-info-bg: rgba(42, 109, 186, .1);--theme-status-info-bg-hover: rgba(42, 109, 186, .2);--theme-status-info-border: rgba(42, 109, 186, .3);--theme-status-info-text: rgba(15, 58, 102, .9);--theme-status-info-text-hover: #14497f;--theme-status-success-bg: rgba(74, 143, 108, .14);--theme-status-success-bg-hover: rgba(74, 143, 108, .24);--theme-status-success-border: rgba(74, 143, 108, .4);--theme-status-success-text: #356a4e;--theme-status-success-text-strong: #3f7d5c;--theme-status-success-tint-bg: rgba(74, 143, 108, .08);--theme-status-success-tint-border: rgba(74, 143, 108, .22);--theme-status-danger-bg: rgba(200, 82, 75, .1);--theme-status-danger-bg-hover: rgba(200, 82, 75, .18);--theme-status-danger-border: rgba(200, 82, 75, .35);--theme-status-danger-text: #8f2a25;--theme-status-danger-text-strong: #a8322c;--theme-status-danger-bg-strong: #a8322c;--theme-status-danger-bg-strong-hover: #8f2a25;--theme-status-danger-text-on-strong: #fdfbf7;--theme-status-warn-bg: rgba(185, 138, 58, .14);--theme-status-warn-bg-hover: rgba(185, 138, 58, .22);--theme-status-warn-border: rgba(185, 138, 58, .45);--theme-status-warn-fg: #8a5f16;--theme-status-warn-text-strong: #9c6d22;--theme-status-warn-bg-strong: #b98a3a;--theme-status-warn-bg-strong-hover: #9c6d22;--theme-status-warn-text-on-strong: #1c1916;--theme-status-neutral-bg: rgba(140, 132, 120, .1);--theme-status-neutral-bg-hover: rgba(140, 132, 120, .18);--theme-status-neutral-border: rgba(140, 132, 120, .3);--theme-status-neutral-fg: var(--theme-text-secondary);--theme-status-success-bg-strong: #3f7d5c;--theme-status-success-bg-strong-hover: #356a4e;--theme-status-success-text-on-strong: #fdfbf7;--theme-status-ready-bg: rgba(92, 158, 115, .12);--theme-status-ready-border: rgba(22, 163, 74, .85);--theme-status-ready-text: #345f45;--theme-status-draft-bg: rgba(200, 82, 75, .08);--theme-status-draft-border: rgba(168, 50, 44, .85);--theme-status-draft-text: #8f2a25;--theme-help-accent: #14497f;--theme-help-accent-strong: #0f3a66;--theme-help-accent-bullet: rgba(107, 165, 221, .9);--theme-help-accent-bullet-halo: rgba(107, 165, 221, .22);--theme-help-step-gradient: linear-gradient(155deg, rgba(107, 165, 221, .92), rgba(58, 134, 207, .82));--theme-help-step-gradient-active: linear-gradient(155deg, rgba(33, 111, 187, 1), rgba(58, 134, 207, .92));--theme-help-step-border: rgba(250, 247, 241, .65);--theme-help-step-border-active: rgba(250, 247, 241, .85);--theme-help-step-connector: rgb(180 180 180 / 65%);--theme-help-step-num-color: #fdfbf7;--theme-help-step-shadow: 0 6px 20px rgba(58, 134, 207, .2), inset 0 1px 0 rgba(250, 247, 241, .5);--theme-help-card-surface: var(--theme-glass-bg);--theme-help-card-border: var(--theme-glass-border);--theme-help-card-shadow: var(--theme-glass-shadow);--theme-help-topic-bg: var(--theme-glass-bg);--theme-help-topic-bg-soft: var(--theme-glass-bg-soft);--theme-help-topic-border: var(--theme-glass-border);--theme-help-topic-shadow: var(--theme-glass-shadow);--theme-help-topic-divider: var(--theme-inset-border);--theme-help-index-bg: var(--theme-inset-bg);--theme-help-index-bg-hover: var(--theme-inset-bg-hover);--theme-help-index-border: var(--theme-inset-border);--theme-help-index-border-hover: var(--theme-glass-border-strong);--theme-help-search-bg: var(--theme-inset-bg);--theme-help-search-bg-hover: var(--theme-inset-bg-hover);--theme-help-search-ring: var(--theme-inset-border);--theme-help-search-ring-hover: var(--theme-glass-border-strong);--theme-help-search-ring-focus: rgba(58, 134, 207, .78);--theme-help-page-bg: transparent;--theme-help-page-scrim: var(--theme-page-scrim);--theme-help-start-step-num-color: #14497f;--theme-help-accent-btn-text: rgba(15, 118, 110, .98);--theme-signature-canvas-bg: #fdfbf7;--theme-signature-canvas-border: rgba(176, 168, 156, .45);--theme-signature-canvas-shadow: inset 0 1px 2px rgba(0, 0, 0, .06);--theme-chat-bubble-bg: rgba(245, 242, 235, .94);--theme-chat-bubble-border: rgba(176, 168, 156, .32);--theme-chat-bubble-text: rgba(28, 25, 22, .92);--theme-chat-bubble-mine-bg: #14497f;--theme-chat-bubble-mine-border: rgba(20, 73, 127, .7);--theme-chat-bubble-mine-text: #fdfbf7;--theme-status-new-bg: rgba(58, 134, 207, .14);--theme-status-new-text: #14497f;--theme-status-new-border: rgba(58, 134, 207, .4);--theme-status-open-bg: rgba(192, 154, 60, .18);--theme-status-open-text: #77571b;--theme-status-open-border: rgba(192, 154, 60, .5);--theme-status-signed-bg: rgba(74, 143, 108, .16);--theme-status-signed-text: #356a4e;--theme-status-signed-border: rgba(74, 143, 108, .45);--theme-badge-attention: #a8322c;--theme-badge-attention-text: #fdfbf7;--theme-ai-pill-fg: #14497f;--theme-ai-pill-bg: rgba(20, 73, 127, .1);--theme-ai-pill-border: rgba(20, 73, 127, .28);--theme-btn-secondary-border: rgba(140, 132, 120, .35);--theme-btn-secondary-border-hover: rgba(140, 132, 120, .55);--theme-btn-secondary-text: var(--theme-text-primary);--theme-btn-secondary-hover-bg: rgba(28, 25, 22, .04);--theme-table-header-bg: var(--theme-inset-header-bg);--theme-table-border: var(--theme-inset-border);--theme-table-row-bg: var(--theme-inset-bg);--theme-table-row-hover-bg: var(--theme-inset-bg-hover);--theme-table-row-hover-bg-strong: rgba(42, 109, 186, .12);--theme-table-row-alt-bg: var(--theme-inset-row-alt-bg);--theme-slider-track-bg: rgba(176, 168, 156, .35);--theme-slider-fill: linear-gradient(90deg, #216fbb, #96c0e8);--theme-slider-thumb: #216fbb;--theme-slider-thumb-active: #14497f;--theme-slider-thumb-ring: #fdfbf7;--theme-slider-thumb-shadow: 0 1px 4px rgba(44, 40, 35, .25);--theme-slider-thumb-shadow-hover: 0 2px 10px rgba(33, 111, 187, .45);--theme-slider-tick: rgba(140, 132, 120, .45);--theme-slider-tick-text: rgba(106, 99, 89, .7);--theme-avatar-bg: rgba(42, 109, 186, .18);--theme-avatar-bg-hover: rgba(42, 109, 186, .3);--theme-avatar-border: rgba(42, 109, 186, .4);--theme-avatar-border-hover: rgba(42, 109, 186, .7);--theme-avatar-text: rgba(28, 25, 22, .85);--theme-avatar-text-hover: rgba(28, 25, 22, .95);--theme-nav-bg: #f7f3ea;--theme-nav-text: rgba(28, 25, 22, .92);--theme-nav-border: rgba(176, 168, 156, .3);--theme-nav-hover-ring: rgba(42, 109, 186, .4);--theme-nav-patient-chip-bg: var(--symba-ivory);--theme-nav-default-bg: #f7f3ea;--theme-nav-default-text: rgba(28, 25, 22, .94);--theme-nav-default-text-muted: rgba(106, 99, 89, .78);--theme-nav-default-border: rgba(176, 168, 156, .32);--theme-timeline-card-bg: rgba(250, 247, 241, .86);--theme-timeline-card-border: rgba(176, 168, 156, .32);--theme-timeline-card-hover-bg: rgba(250, 247, 241, .96);--theme-timeline-card-hover-border: rgba(42, 109, 186, .45);--theme-timeline-card-current-bg: color-mix(in srgb, #9c6d22 12%, var(--theme-glass-bg-strong));--theme-timeline-card-current-accent: #9c6d22;--theme-timeline-card-past-accent: #8c8478;--theme-timeline-card-plan-bg: rgba(42, 109, 186, .1);--theme-timeline-card-plan-accent: #14497f;--theme-timeline-card-created-bg: rgba(74, 143, 108, .1);--theme-timeline-card-created-accent: #3f7d5c;--theme-timeline-dot-default: #b0a89c;--theme-timeline-dot-current: #9c6d22;--theme-timeline-dot-past: #8c8478;--theme-timeline-dot-plan: #14497f;--theme-timeline-dot-created: #3f7d5c;--theme-timeline-dot-add-border: rgba(42, 109, 186, .55);--theme-timeline-note-type-text: rgba(28, 25, 22, .94);--theme-timeline-author-text: rgba(106, 99, 89, .78);--theme-timeline-summary-text: rgba(44, 40, 35, .78);--theme-timeline-date-text: rgba(106, 99, 89, .7);--theme-timeline-date-hover-bg: rgba(42, 109, 186, .08);--theme-timeline-date-hover-text: rgba(15, 58, 102, .9);--theme-timeline-status-signed-bg: rgba(74, 143, 108, .16);--theme-timeline-status-signed-text: #356a4e;--theme-timeline-status-signed-border: rgba(74, 143, 108, .45);--theme-timeline-status-signed-bg-hover: rgba(74, 143, 108, .26);--theme-timeline-status-signed-text-hover: #2f5c47;--theme-timeline-status-open-bg: rgba(192, 154, 60, .2);--theme-timeline-status-open-text: #77571b;--theme-timeline-status-open-border: rgba(192, 154, 60, .52);--theme-timeline-action-text: rgba(106, 99, 89, .7);--theme-timeline-action-hover-bg: rgba(42, 109, 186, .12);--theme-timeline-action-hover-text: rgba(15, 58, 102, .95);--theme-timeline-arrow-border: rgba(176, 168, 156, .5);--theme-timeline-arrow-text: rgba(106, 99, 89, .78);--theme-timeline-arrow-hover-bg: rgba(42, 109, 186, .1);--theme-timeline-arrow-hover-border: rgba(42, 109, 186, .55);--theme-timeline-arrow-hover-text: #14497f;--theme-timeline-add-border: rgba(42, 109, 186, .45);--theme-timeline-add-bg: var(--theme-glass-bg-strong);--theme-timeline-add-text: rgba(15, 58, 102, .88);--theme-timeline-add-hover-border: rgba(20, 73, 127, .7);--theme-timeline-add-hover-bg: color-mix(in srgb, var(--theme-accent) 8%, var(--theme-glass-bg-strong));--theme-timeline-add-hover-text: #0f3a66;--theme-timeline-add-inset: rgba(250, 247, 241, .6);--theme-timeline-add-inset-hover: rgba(250, 247, 241, .8);--theme-timeline-photo-bg: rgba(176, 168, 156, .18);--theme-timeline-photo-placeholder: linear-gradient(135deg, #f5f2eb 0%, #e7e2d9 100%);--theme-timeline-photo-shadow: 0 1px 4px rgba(28, 25, 22, .12);--theme-timeline-photo-shadow-hover: 0 2px 10px rgba(28, 25, 22, .2);--theme-np-scrim: rgba(28, 25, 22, .38);--theme-np-container-border: rgba(176, 168, 156, .42);--theme-np-container-inset: rgba(250, 247, 241, .7);--theme-np-container-shadow: var(--theme-shadow-3), inset 0 1px 0 rgba(250, 247, 241, .8);--theme-np-section-bg: rgba(250, 248, 244, .7);--theme-np-section-border: rgba(176, 168, 156, .28);--theme-np-section-inset: rgba(250, 247, 241, .7);--theme-np-divider: rgba(176, 168, 156, .28);--theme-np-divider-strong: rgba(176, 168, 156, .42);--theme-np-info-btn-text: rgba(106, 99, 89, .72);--theme-np-info-btn-text-hover: rgba(28, 25, 22, .94);--theme-np-info-btn-active-bg: rgba(42, 109, 186, .12);--theme-np-step-num-bg: rgba(20, 73, 127, .18);--theme-np-step-num-border: rgba(42, 109, 186, .45);--theme-np-step-num-text: #0f3a66;--theme-np-step-em-text: rgba(44, 40, 35, .86);--theme-np-debug-btn-text: rgba(28, 25, 22, .86);--theme-np-debug-btn-border: rgba(176, 168, 156, .55);--theme-np-debug-btn-border-hover: rgba(42, 109, 186, .55);--theme-np-debug-btn-border-focus: rgba(20, 73, 127, .75);--theme-np-cancel-text: rgba(44, 40, 35, .86);--theme-np-cancel-text-hover: rgba(28, 25, 22, .96);--theme-np-cancel-state-layer: rgba(42, 109, 186, .12);--theme-np-upload-border: rgba(176, 168, 156, .45);--theme-np-upload-bg: rgba(250, 247, 241, .5);--theme-np-upload-hover-border: rgba(42, 109, 186, .55);--theme-np-upload-hover-bg: rgba(42, 109, 186, .08);--theme-np-schedule-btn-text: rgba(44, 40, 35, .7);--theme-np-schedule-btn-text-hover: rgba(28, 25, 22, .94);--theme-np-success-icon: #3f7d5c;--theme-np-success-icon-halo: rgba(74, 143, 108, .3);--theme-np-field-label: rgba(78, 72, 64, .88);--theme-np-field-label-hover: rgba(44, 40, 35, .94);--theme-np-field-label-focus: #14497f;--theme-np-field-container: rgba(250, 247, 241, .7);--theme-np-field-container-hover: rgba(250, 247, 241, .86);--theme-np-field-container-focus: rgba(250, 247, 241, .96);--theme-np-field-indicator: rgba(176, 168, 156, .5);--theme-np-field-indicator-hover: rgba(140, 132, 120, .7);--theme-np-field-indicator-focus: #14497f;--theme-np-field-input: rgba(28, 25, 22, .94);--theme-np-field-caret: #14497f;--theme-np-field-arrow: rgba(106, 99, 89, .7);--theme-np-field-arrow-focus: #14497f;--theme-np-field-icon-prefix: rgba(106, 99, 89, .7);--theme-np-field-placeholder: rgba(140, 132, 120, .55);--theme-np-field-toggle: rgba(106, 99, 89, .7);--theme-np-field-error: #a8322c;--theme-np-field-autofill-bg: rgba(250, 247, 241, .92);--theme-np-privacy-checkbox-label: rgba(28, 25, 22, .88);--theme-np-privacy-checkbox-unselected: rgba(106, 99, 89, .72);--theme-np-overlay-bg: rgba(250, 247, 241, .98);--theme-np-overlay-border: rgba(176, 168, 156, .4);--theme-np-overlay-shadow: 0 16px 48px rgba(28, 25, 22, .18);--theme-np-overlay-option-text: rgba(28, 25, 22, .92);--theme-np-overlay-option-hover-bg: rgba(42, 109, 186, .08);--theme-np-overlay-option-selected-bg: rgba(42, 109, 186, .16);--mat-autocomplete-background-color: var(--theme-np-overlay-bg);--mat-option-label-text-color: var(--theme-np-overlay-option-text);--mdc-menu-container-color: var(--theme-np-overlay-bg);--mat-select-panel-background-color: var(--theme-np-overlay-bg);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error);--mat-checkbox-label-text-color: var(--theme-text-primary);--mat-checkbox-disabled-label-color: var(--theme-text-muted);--mat-checkbox-unselected-icon-color: var(--theme-text-muted);--mat-checkbox-unselected-hover-icon-color: var(--theme-text-secondary);--mat-checkbox-unselected-focus-icon-color: var(--theme-text-primary);--mat-checkbox-unselected-pressed-icon-color: var(--theme-text-secondary);--mat-checkbox-selected-icon-color: var(--theme-accent);--mat-checkbox-selected-hover-icon-color: var(--theme-accent-strong);--mat-checkbox-selected-focus-icon-color: var(--theme-accent-strong);--mat-checkbox-selected-pressed-icon-color: var(--theme-accent);--mat-checkbox-selected-checkmark-color: var(--theme-accent-contrast, #fdfbf7);--mat-radio-label-text-color: var(--theme-text-primary);--mat-radio-disabled-label-color: var(--theme-text-muted);--mat-radio-unselected-icon-color: var(--theme-text-muted);--mat-radio-unselected-hover-icon-color: var(--theme-text-secondary);--mat-radio-unselected-focus-icon-color: var(--theme-text-primary);--mat-radio-unselected-pressed-icon-color: var(--theme-text-secondary);--mat-radio-selected-icon-color: var(--theme-accent);--mat-radio-selected-hover-icon-color: var(--theme-accent-strong);--mat-radio-selected-focus-icon-color: var(--theme-accent-strong);--mat-radio-selected-pressed-icon-color: var(--theme-accent);--theme-np-cal-bg: rgba(250, 247, 241, .98);--theme-np-cal-text: rgba(28, 25, 22, .94);--theme-np-cal-border: rgba(176, 168, 156, .4);--theme-np-cal-shadow: 0 20px 56px rgba(28, 25, 22, .22);--theme-np-cal-body-label: rgba(106, 99, 89, .7);--theme-np-cal-period-text: rgba(28, 25, 22, .94);--theme-np-cal-icon: rgba(44, 40, 35, .72);--theme-np-cal-header-divider: rgba(176, 168, 156, .32);--theme-np-cal-header-text: rgba(106, 99, 89, .7);--theme-np-cal-date-text: rgba(28, 25, 22, .94);--theme-np-cal-date-disabled: rgba(28, 25, 22, .25);--theme-np-cal-today-outline: rgba(20, 73, 127, .8);--theme-np-cal-selected-bg: #14497f;--theme-np-cal-selected-text: #fdfbf7;--theme-np-cal-selected-disabled-bg: rgba(20, 73, 127, .4);--theme-np-cal-selected-today-outline: #fdfbf7;--theme-np-cal-focus-bg: rgba(42, 109, 186, .18);--theme-np-cal-hover-bg: rgba(42, 109, 186, .12);--theme-billing-accent: #216fbb;--theme-billing-accent-strong: #14497f;--theme-billing-accent-soft: #bcd7f1;--theme-billing-accent-text: #14497f;--theme-billing-accent-bg-soft: rgba(33, 111, 187, .1);--theme-billing-accent-focus-ring: rgba(33, 111, 187, .22);--theme-billing-panel-bg: var(--theme-glass-bg);--theme-billing-panel-bg-mid: var(--theme-glass-bg-soft);--theme-billing-panel-bg-soft: var(--theme-glass-bg);--theme-billing-panel-border: var(--theme-glass-border);--theme-billing-panel-shadow: var(--theme-glass-shadow);--theme-billing-panel-shadow-heavy: var(--theme-glass-shadow);--theme-billing-table-wrap-bg: var(--theme-inset-bg);--theme-billing-table-wrap-border: var(--theme-inset-border);--theme-billing-table-wrap-inset: var(--theme-inset-sheen);--theme-billing-table-header-bg: var(--theme-inset-header-bg);--theme-billing-table-header-text: rgba(78, 72, 64, .78);--theme-billing-table-header-border: rgba(176, 168, 156, .32);--theme-billing-table-row-even-bg: var(--theme-inset-row-alt-bg);--theme-billing-table-row-odd-bg: transparent;--theme-billing-table-row-hover-bg: var(--theme-table-row-hover-bg);--theme-billing-table-cell-text: rgba(28, 25, 22, .92);--theme-billing-table-cell-border: rgba(176, 168, 156, .22);--theme-billing-inv-table-header-bg: var(--theme-inset-header-bg);--theme-billing-inv-table-header-text: rgba(106, 99, 89, .78);--theme-billing-inv-table-header-border: rgba(176, 168, 156, .28);--theme-billing-inv-table-cell-text: rgba(28, 25, 22, .88);--theme-billing-inv-table-cell-border: rgba(176, 168, 156, .18);--theme-billing-inv-row-hover-bg: rgba(33, 111, 187, .06);--theme-billing-inv-row-selected-bg: rgba(33, 111, 187, .12);--theme-billing-inv-row-selected-ring: rgba(33, 111, 187, .4);--theme-billing-inv-row-selected-shadow: 0 6px 24px rgba(44, 40, 35, .1);--theme-billing-inv-row-low-stock-spine: #9c6d22;--theme-billing-inv-section-header-bg: rgba(250, 248, 244, .65);--theme-billing-inv-section-header-border: rgba(176, 168, 156, .28);--theme-billing-inv-mfr-name: #14497f;--theme-billing-inv-mfr-name-services: #14497f;--theme-billing-inv-mfr-count: rgba(106, 99, 89, .7);--theme-billing-chip-bg: rgba(250, 247, 241, .78);--theme-billing-chip-border: rgba(176, 168, 156, .4);--theme-billing-chip-text: rgba(28, 25, 22, .88);--theme-billing-chip-border-hover: rgba(140, 132, 120, .55);--theme-billing-chip-active-bg: rgba(33, 111, 187, .12);--theme-billing-chip-active-border: rgba(33, 111, 187, .55);--theme-billing-chip-label: rgba(106, 99, 89, .7);--theme-billing-toggle-group-bg: rgba(250, 248, 244, .86);--theme-billing-toggle-group-border: rgba(176, 168, 156, .4);--theme-billing-toggle-bg: transparent;--theme-billing-toggle-bg-hover: rgba(245, 242, 235, .96);--theme-billing-toggle-text: rgba(106, 99, 89, .82);--theme-billing-toggle-checked-bg: var(--theme-billing-accent-strong);--theme-billing-toggle-checked-text: #fdfbf7;--theme-billing-toggle-divider: rgba(176, 168, 156, .4);--theme-billing-vendor-chip-bg: rgba(250, 248, 244, .86);--theme-billing-vendor-chip-bg-hover: rgba(245, 242, 235, .96);--theme-billing-vendor-chip-text: rgba(44, 40, 35, .88);--theme-billing-vendor-icon: rgba(106, 99, 89, .65);--theme-billing-vendor-icon-hover: #216fbb;--theme-billing-vendor-email: #14497f;--theme-billing-swatch-bg: rgba(250, 247, 241, .82);--theme-billing-swatch-border: rgba(176, 168, 156, .42);--theme-billing-swatch-hover-bg: rgba(250, 247, 241, .96);--theme-billing-swatch-hover-border: rgba(140, 132, 120, .65);--theme-billing-swatch-hover-ring: rgba(33, 111, 187, .2);--theme-billing-swatch-tile-border: rgba(28, 25, 22, .18);--theme-billing-swatch-tile-inset: rgba(28, 25, 22, .12);--theme-billing-price-btn-bg: rgba(250, 247, 241, .82);--theme-billing-price-btn-border: rgba(176, 168, 156, .45);--theme-billing-price-btn-text: rgba(28, 25, 22, .92);--theme-billing-price-btn-empty: rgba(106, 99, 89, .55);--theme-billing-price-btn-hover-bg: rgba(250, 247, 241, .96);--theme-billing-price-btn-hover-border: rgba(33, 111, 187, .55);--theme-billing-price-btn-shadow: 0 1px 2px rgba(44, 40, 35, .08), inset 0 1px 0 rgba(250, 247, 241, .6);--theme-billing-price-btn-shadow-hover: 0 2px 6px rgba(44, 40, 35, .12), inset 0 1px 0 rgba(250, 247, 241, .75);--theme-billing-price-btn-focus-border: rgba(33, 111, 187, .75);--theme-billing-price-btn-focus-shadow: 0 0 0 2px rgba(33, 111, 187, .2), 0 1px 2px rgba(44, 40, 35, .1);--theme-billing-price-btn-saved-bg: rgba(74, 143, 108, .18);--theme-billing-price-btn-saved-border: rgba(74, 143, 108, .5);--theme-billing-price-btn-saved-shadow: 0 1px 2px rgba(44, 40, 35, .06), inset 0 1px 0 rgba(250, 247, 241, .6);--theme-billing-price-btn-currency: rgba(106, 99, 89, .55);--theme-billing-qty-btn-bg: rgba(250, 248, 244, .86);--theme-billing-qty-btn-border: rgba(176, 168, 156, .42);--theme-billing-qty-btn-text: rgba(28, 25, 22, .92);--theme-billing-qty-btn-hover-bg: rgba(245, 242, 235, .96);--theme-billing-qty-btn-hover-border: rgba(140, 132, 120, .6);--theme-billing-qty-btn-hover-ring: rgba(33, 111, 187, .18);--theme-billing-qty-plain: rgba(28, 25, 22, .92);--theme-billing-notes-input-text: rgba(28, 25, 22, .92);--theme-billing-notes-input-placeholder: rgba(140, 132, 120, .5);--theme-billing-notes-input-hover-border: rgba(140, 132, 120, .55);--theme-billing-notes-input-focus-border: rgba(33, 111, 187, .75);--theme-billing-editable-saved-bg: rgba(74, 143, 108, .16);--theme-billing-input-prefix: rgba(106, 99, 89, .55);--theme-billing-low-stock-bg: rgba(185, 138, 58, .12);--theme-billing-low-stock-bg-hover: rgba(185, 138, 58, .2);--theme-billing-low-stock-icon: #9c6d22;--theme-billing-low-stock-text: rgba(92, 51, 23, .92);--theme-billing-low-stock-outline: rgba(156, 109, 34, .75);--theme-billing-selection-border: rgba(140, 132, 120, .55);--theme-billing-selection-checked-bg: rgba(33, 111, 187, .55);--theme-billing-selection-checked-border: rgba(107, 165, 221, .85);--theme-billing-selection-check: #fdfbf7;--theme-billing-batch-bar-bg: rgba(250, 247, 241, .94);--theme-billing-batch-bar-border: rgba(176, 168, 156, .4);--theme-billing-batch-bar-shadow: 0 -4px 24px rgba(44, 40, 35, .18), 0 16px 32px rgba(44, 40, 35, .1);--theme-billing-batch-bar-text: rgba(28, 25, 22, .92);--theme-billing-batch-bar-close: rgba(106, 99, 89, .7);--theme-billing-product-name: rgba(28, 25, 22, .94);--theme-billing-product-name-hover: #14497f;--theme-billing-product-meta: rgba(106, 99, 89, .65);--theme-billing-product-code: rgba(140, 132, 120, .7);--theme-billing-cell-dash: rgba(140, 132, 120, .45);--theme-billing-pill-type-bg: rgba(33, 111, 187, .12);--theme-billing-pill-type-text: #14497f;--theme-billing-flag-gst-bg: rgba(58, 134, 207, .16);--theme-billing-flag-gst-text: #14497f;--theme-billing-flag-pst-bg: rgba(58, 134, 207, .16);--theme-billing-flag-pst-text: #216fbb;--theme-billing-filter-indicator: rgba(176, 168, 156, .5);--theme-billing-filter-indicator-hover: rgba(140, 132, 120, .65);--theme-billing-filter-indicator-focus: rgba(33, 111, 187, .85);--theme-billing-filter-label: rgba(106, 99, 89, .65);--theme-billing-filter-label-hover: rgba(44, 40, 35, .78);--theme-billing-filter-label-focus: #14497f;--theme-billing-filter-text: rgba(28, 25, 22, .92);--theme-billing-filter-caret: #14497f;--theme-billing-filter-suffix: rgba(106, 99, 89, .6);--theme-billing-clear-filters-text: rgba(106, 99, 89, .65);--theme-billing-clear-filters-text-hover: #8f2a25;--theme-billing-search-bg: var(--theme-inset-bg);--theme-billing-search-bg-hover: var(--theme-inset-bg-hover);--theme-billing-search-bg-focus: var(--theme-inset-bg-hover);--theme-billing-search-border: rgba(176, 168, 156, .5);--theme-billing-search-border-hover: rgba(140, 132, 120, .65);--theme-billing-search-border-focus: #14497f;--theme-billing-search-ring-focus: rgba(20, 73, 127, .18);--theme-billing-search-icon: rgba(106, 99, 89, .65);--theme-billing-search-icon-active: #14497f;--theme-billing-search-text: rgba(28, 25, 22, .92);--theme-billing-search-placeholder: rgba(106, 99, 89, .6);--theme-billing-search-clear: rgba(106, 99, 89, .7);--theme-billing-search-clear-hover: rgba(28, 25, 22, .9);--theme-billing-checkbox-unselected: rgba(140, 132, 120, .7);--theme-billing-checkbox-unselected-hover: rgba(106, 99, 89, .85);--theme-billing-checkbox-unselected-focus: rgba(106, 99, 89, .95);--theme-billing-checkbox-unselected-pressed: rgba(106, 99, 89, .8);--theme-billing-checkbox-selected: #216fbb;--theme-billing-checkbox-selected-hover: #216fbb;--theme-billing-checkbox-selected-focus: #14497f;--theme-billing-checkbox-selected-pressed: #581c87;--theme-billing-checkbox-check: #fdfbf7;--theme-billing-checkbox-state-layer: #216fbb;--theme-billing-checkbox-label: rgba(28, 25, 22, .92);--theme-billing-checkbox-label-disabled: rgba(140, 132, 120, .45);--theme-billing-recent-link: #0f3a66;--theme-billing-recent-link-hover: #0f3a66;--theme-billing-recent-error: #a8322c;--theme-billing-recent-muted: rgba(106, 99, 89, .65);--theme-billing-recent-heading: rgba(28, 25, 22, .94);--theme-billing-recent-heading-shadow: none;--theme-billing-recent-heading-divider: rgba(176, 168, 156, .32);--theme-billing-recent-empty: rgba(106, 99, 89, .65);--theme-billing-recent-treatments: rgba(44, 40, 35, .86);--theme-billing-recent-chip-text: rgba(28, 25, 22, .92);--theme-billing-recent-chip-outline: rgba(176, 168, 156, .4);--theme-billing-recent-chip-container: rgba(33, 111, 187, .12);--theme-billing-recent-chip-container-hover: rgba(33, 111, 187, .2);--theme-billing-recent-excluded-decoration: rgba(106, 99, 89, .4);--theme-billing-recent-danger-bg: rgba(168, 50, 44, .1);--theme-billing-recent-danger-border: rgba(168, 50, 44, .35);--theme-billing-recent-summary-bg: rgba(250, 247, 241, .72);--theme-billing-recent-summary-border: rgba(176, 168, 156, .32);--theme-billing-recent-summary-divider: rgba(176, 168, 156, .28);--theme-billing-recent-summary-heading: rgba(106, 99, 89, .78);--theme-billing-recent-summary-label: rgba(106, 99, 89, .72);--theme-billing-recent-summary-value: rgba(28, 25, 22, .95);--theme-billing-recent-input-bg: var(--theme-inset-bg);--theme-billing-recent-input-bg-focus: var(--theme-inset-bg-hover);--theme-billing-recent-input-border: rgba(140, 132, 120, .5);--theme-billing-recent-input-text: rgba(28, 25, 22, .94);--theme-billing-recent-input-placeholder: rgba(106, 99, 89, .6);--theme-billing-recent-computed: rgba(44, 40, 35, .86);--theme-billing-recent-positive: #356a4e;--theme-billing-recent-negative: #8f2a25;--theme-billing-rep-summary-value: rgba(28, 25, 22, .96);--theme-billing-rep-summary-label: rgba(106, 99, 89, .7);--theme-billing-rep-chart-title: rgba(28, 25, 22, .88);--theme-billing-rep-chart-empty: rgba(140, 132, 120, .55);--theme-billing-rep-chart-axis-text: rgba(106, 99, 89, .78);--theme-billing-rep-chart-grid: rgba(176, 168, 156, .28);--theme-billing-rep-chart-tooltip-bg: rgba(250, 247, 241, .98);--theme-billing-rep-chart-tooltip-title: rgba(28, 25, 22, .96);--theme-billing-rep-chart-tooltip-body: rgba(44, 40, 35, .88);--theme-billing-rep-chart-tooltip-border: rgba(176, 168, 156, .38);--theme-billing-rep-chart-slice-border: rgba(250, 248, 244, .92);--theme-billing-rep-chart-card-hover-border: rgba(33, 111, 187, .4);--theme-billing-rep-chart-card-hover-shadow: 0 14px 40px rgba(44, 40, 35, .16), inset 0 1px 0 rgba(250, 247, 241, .75), 0 0 0 1px rgba(33, 111, 187, .12);--theme-billing-rep-table-header-bg: var(--theme-inset-header-bg);--theme-billing-rep-table-header-text: rgba(106, 99, 89, .72);--theme-billing-rep-table-header-border: rgba(176, 168, 156, .24);--theme-billing-rep-table-cell-text: rgba(28, 25, 22, .88);--theme-billing-rep-table-cell-border: rgba(176, 168, 156, .18);--theme-billing-rep-table-row-hover-bg: rgba(33, 111, 187, .05);--theme-billing-rep-invoice-row-expanded-bg: rgba(33, 111, 187, .08);--theme-billing-rep-detail-content-bg: rgba(250, 248, 244, .85);--theme-billing-rep-detail-invoice-num: #0f3a66;--theme-billing-rep-detail-date: rgba(106, 99, 89, .7);--theme-billing-rep-detail-patient: rgba(28, 25, 22, .88);--theme-billing-rep-detail-lines-th: rgba(106, 99, 89, .7);--theme-billing-rep-detail-lines-th-border: rgba(176, 168, 156, .32);--theme-billing-rep-detail-lines-td: rgba(28, 25, 22, .86);--theme-billing-rep-detail-lines-td-border: rgba(176, 168, 156, .2);--theme-billing-rep-detail-totals-border: rgba(176, 168, 156, .32);--theme-billing-rep-detail-totals-text: rgba(44, 40, 35, .78);--theme-billing-rep-detail-totals-discount: #8a5f16;--theme-billing-rep-detail-totals-total: rgba(28, 25, 22, .96);--theme-billing-rep-detail-totals-total-border: rgba(176, 168, 156, .4);--theme-billing-rep-detail-totals-method: rgba(106, 99, 89, .6);--theme-billing-rep-open-detail: rgba(106, 99, 89, .7);--theme-billing-rep-open-detail-hover: #0f3a66;--theme-billing-status-paid-bg: rgba(74, 143, 108, .16);--theme-billing-status-paid-text: #356a4e;--theme-billing-status-paid-border: rgba(74, 143, 108, .45);--theme-billing-status-pending-bg: rgba(192, 154, 60, .2);--theme-billing-status-pending-text: #77571b;--theme-billing-status-pending-border: rgba(192, 154, 60, .52);--theme-billing-status-unbilled-bg: rgba(42, 109, 186, .16);--theme-billing-status-unbilled-text: #0f3a66;--theme-billing-status-unbilled-border: rgba(42, 109, 186, .45);--theme-billing-rep-status-paid-bg: rgba(74, 143, 108, .18);--theme-billing-rep-status-paid-text: #356a4e;--theme-billing-rep-status-pending-bg: rgba(192, 154, 60, .2);--theme-billing-rep-status-pending-text: #77571b;--theme-billing-spinner: #216fbb;--theme-billing-scrollbar-thumb: rgba(140, 132, 120, .32);--theme-billing-scrollbar-thumb-hover: rgba(140, 132, 120, .5);--theme-billing-empty-text: rgba(106, 99, 89, .55);--theme-billing-summary-strip-bg: rgba(250, 248, 244, .7);--theme-billing-summary-strip-border: rgba(176, 168, 156, .28);--theme-billing-summary-strip-text: rgba(44, 40, 35, .78);--theme-billing-tab-text: rgba(28, 25, 22, .94);--theme-billing-tab-text-soft: rgba(44, 40, 35, .88);--theme-billing-btn-outlined-text: rgba(28, 25, 22, .88);--theme-billing-btn-outlined-border: rgba(176, 168, 156, .5);--theme-billing-btn-outlined-state-layer: #216fbb;--theme-billing-btn-text-text: rgba(44, 40, 35, .86);--theme-billing-btn-icon-text: rgba(106, 99, 89, .78);--theme-billing-btn-icon-state-layer: rgba(33, 111, 187, .1);--theme-billing-row-edit-btn: rgba(106, 99, 89, .65);--theme-billing-row-edit-btn-hover: #216fbb;--theme-billing-row-actions-menu: rgba(106, 99, 89, .65);--theme-billing-more-menu: rgba(106, 99, 89, .7);--theme-billing-header-add-product: rgba(106, 99, 89, .6);--theme-billing-header-add-product-hover: #14497f;--theme-billing-dialog-surface: rgba(250, 247, 241, .98);--theme-billing-dialog-border: rgba(176, 168, 156, .4);--theme-billing-dialog-shadow: 0 24px 56px rgba(44, 40, 35, .22), inset 0 1px 0 rgba(250, 247, 241, .9);--theme-billing-dialog-title-text: rgba(28, 25, 22, .96);--theme-billing-dialog-title-border: rgba(176, 168, 156, .32);--theme-billing-dialog-content-text: rgba(28, 25, 22, .88);--theme-billing-dialog-supporting-text: rgba(28, 25, 22, .88);--theme-billing-dialog-actions-border: rgba(176, 168, 156, .32);--theme-billing-dialog-field-label: rgba(106, 99, 89, .7);--theme-billing-dialog-field-label-hover: rgba(44, 40, 35, .86);--theme-billing-dialog-field-label-focus: #14497f;--theme-billing-dialog-field-outline: rgba(176, 168, 156, .45);--theme-billing-dialog-field-outline-hover: rgba(140, 132, 120, .65);--theme-billing-dialog-field-outline-focus: #14497f;--theme-billing-dialog-field-input: rgba(28, 25, 22, .94);--theme-billing-dialog-field-input-disabled: rgba(106, 99, 89, .5);--theme-billing-dialog-field-placeholder: rgba(140, 132, 120, .55);--theme-billing-dialog-field-caret: #14497f;--theme-billing-dialog-field-arrow: rgba(106, 99, 89, .7);--theme-billing-dialog-field-arrow-disabled: rgba(140, 132, 120, .35);--theme-billing-dialog-field-arrow-focus: #14497f;--theme-billing-dialog-field-bg: var(--theme-inset-bg);--theme-billing-dialog-field-hint: rgba(106, 99, 89, .68);--theme-billing-dialog-button-text: rgba(44, 40, 35, .86);--theme-billing-dialog-button-state-layer: rgba(33, 111, 187, .1);--theme-billing-dialog-primary-bg: var(--theme-accent);--theme-billing-dialog-primary-text: var(--theme-accent-contrast, #fdfbf7);--theme-billing-dialog-primary-disabled-bg: color-mix(in srgb, var(--theme-accent) 48%, transparent);--theme-billing-dialog-primary-disabled-text: var(--theme-text-muted);--theme-billing-cat-surface: rgba(250, 247, 241, .96);--theme-billing-cat-border: rgba(176, 168, 156, .4);--theme-billing-cat-shadow: 0 24px 64px rgba(44, 40, 35, .22), inset 0 1px 0 rgba(250, 247, 241, .9);--theme-billing-cat-content-text: rgba(28, 25, 22, .86);--theme-billing-cat-scrollbar-thumb: rgba(140, 132, 120, .32);--theme-billing-cat-scrollbar-thumb-hover: rgba(140, 132, 120, .5);--theme-billing-cat-table-header-bg: rgba(250, 248, 244, .78);--theme-billing-cat-table-header-text: rgba(106, 99, 89, .78);--theme-billing-cat-table-header-border: rgba(176, 168, 156, .32);--theme-billing-cat-table-row-even-bg: rgba(250, 248, 244, .68);--theme-billing-cat-table-row-odd-bg: rgba(250, 247, 241, .78);--theme-billing-cat-table-cell-text: rgba(28, 25, 22, .9);--theme-billing-cat-table-cell-border: rgba(176, 168, 156, .22);--theme-billing-cat-icon-btn: rgba(106, 99, 89, .78);--theme-billing-cat-icon-btn-hover: rgba(28, 25, 22, .95);--theme-billing-cat-icon-btn-state-layer: rgba(33, 111, 187, .12);--theme-billing-cat-spinner: #216fbb;--theme-billing-cat-warn-bg: #8f2a25;--theme-billing-cat-warn-bg-hover: #a8322c;--theme-billing-cat-warn-text: #fdfbf7;--theme-billing-select-panel-bg: rgba(250, 247, 241, .98);--theme-billing-select-panel-border: rgba(176, 168, 156, .4);--theme-billing-select-panel-shadow: 0 16px 48px rgba(44, 40, 35, .2);--theme-billing-select-option-text: rgba(28, 25, 22, .92);--theme-billing-select-option-selected-bg: rgba(33, 111, 187, .14);--theme-billing-select-option-hover-bg: rgba(33, 111, 187, .06);--theme-billing-menu-bg: rgba(250, 247, 241, .98);--theme-billing-menu-border: rgba(176, 168, 156, .4);--theme-billing-menu-shadow: 0 16px 48px rgba(44, 40, 35, .2);--theme-billing-menu-item-text: rgba(28, 25, 22, .92);--theme-billing-menu-item-icon: rgba(106, 99, 89, .78);--theme-billing-menu-item-hover: rgba(33, 111, 187, .08);--theme-billing-menu-item-disabled-text: rgba(106, 99, 89, .82);--theme-docs-shell-bg: var(--theme-glass-bg);--theme-docs-shell-border: rgba(176, 168, 156, .34);--theme-docs-shell-shadow: inset 0 1px 0 rgba(250, 247, 241, .8), 0 16px 56px rgba(44, 40, 35, .16);--theme-docs-panel-bg: var(--theme-glass-bg);--theme-docs-panel-bg-04: var(--theme-glass-bg-soft);--theme-docs-panel-border: rgba(176, 168, 156, .32);--theme-docs-panel-border-soft: rgba(176, 168, 156, .24);--theme-docs-panel-shadow: 0 4px 24px rgba(44, 40, 35, .1), inset 0 1px 0 rgba(250, 247, 241, .7);--theme-docs-panel-shadow-soft: 0 2px 12px rgba(44, 40, 35, .08);--theme-docs-panel-bg-strong: var(--theme-glass-bg-strong);--theme-docs-panel-bg-strong-border: rgba(176, 168, 156, .34);--theme-docs-panel-bg-strong-shadow: 0 6px 32px rgba(44, 40, 35, .14), inset 0 1px 0 rgba(250, 247, 241, .78);--theme-docs-panel-bg-fill: var(--theme-glass-bg);--theme-docs-panel-bg-fill-shadow: inset 0 1px 0 rgba(250, 247, 241, .74), 0 8px 36px rgba(44, 40, 35, .14);--theme-tree-nav-bg: #eee6d8;--theme-tree-nav-selected-bg: #ffffff;--theme-tree-nav-hover-bg: rgba(255, 255, 255, .62);--theme-docs-rx-editor-bg: var(--theme-glass-bg-strong);--theme-docs-rx-editor-border: var(--theme-glass-border);--theme-docs-rx-editor-shadow: inset 0 1px 0 rgba(250, 247, 241, .85), 0 12px 40px rgba(44, 40, 35, .16);--theme-docs-divider: rgba(176, 168, 156, .32);--theme-docs-divider-soft: rgba(176, 168, 156, .22);--theme-docs-toggle-bg: rgba(250, 247, 241, .62);--theme-docs-toggle-border: rgba(176, 168, 156, .32);--theme-docs-toggle-text: rgba(44, 40, 35, .78);--theme-docs-toggle-checked-bg: rgba(33, 111, 187, .14);--theme-docs-toggle-checked-text: #14497f;--theme-docs-toggle-bg-strong: rgba(250, 247, 241, .74);--theme-docs-toggle-border-strong: rgba(176, 168, 156, .36);--theme-docs-toggle-checked-bg-strong: rgba(33, 111, 187, .16);--theme-docs-card-bg: rgba(250, 247, 241, .78);--theme-docs-card-bg-hover: rgba(250, 247, 241, .95);--theme-docs-card-bg-solid: #fdfbf7;--theme-docs-card-bg-solid-hover: #f5f2eb;--theme-docs-panel-bg-solid: var(--theme-glass-bg-strong);--theme-docs-card-border: rgba(176, 168, 156, .32);--theme-docs-card-border-hover: rgba(140, 132, 120, .5);--theme-docs-card-shadow: 0 2px 8px rgba(44, 40, 35, .06);--theme-docs-card-shadow-hover: 0 4px 16px rgba(44, 40, 35, .12);--theme-docs-card-tile-shadow: 0 2px 12px rgba(44, 40, 35, .08);--theme-docs-card-tile-shadow-strong: 0 2px 12px rgba(44, 40, 35, .12);--theme-docs-accent-blue: #14497f;--theme-docs-accent-blue-strong: #0f3a66;--theme-docs-accent-blue-soft-bg: rgba(26, 92, 158, .08);--theme-docs-accent-blue-border: rgba(26, 92, 158, .35);--theme-docs-accent-blue-focus: rgba(26, 92, 158, .55);--theme-docs-accent-purple: #216fbb;--theme-docs-accent-purple-strong: #14497f;--theme-docs-accent-purple-soft-bg: rgba(33, 111, 187, .08);--theme-docs-accent-purple-border: rgba(33, 111, 187, .4);--theme-docs-card-blocked-bg: rgba(245, 242, 235, .86);--theme-docs-card-blocked-bg-hover: rgba(231, 226, 217, .92);--theme-docs-card-blocked-border: rgba(176, 168, 156, .4);--theme-docs-card-blocked-border-hover: rgba(176, 168, 156, .5);--theme-docs-card-blocked-text: rgba(106, 99, 89, .6);--theme-docs-card-blocked-icon: rgba(140, 132, 120, .5);--theme-docs-card-text: rgba(28, 25, 22, .88);--theme-docs-card-text-strong: rgba(28, 25, 22, .94);--theme-docs-text-primary: rgba(28, 25, 22, .94);--theme-docs-text-secondary: rgba(44, 40, 35, .76);--theme-docs-text-muted: rgba(106, 99, 89, .65);--theme-docs-text-strong: rgba(28, 25, 22, .96);--theme-docs-text-hint: rgba(44, 40, 35, .7);--theme-docs-section-label: rgba(106, 99, 89, .65);--theme-docs-section-label-soft: rgba(106, 99, 89, .7);--theme-docs-section-label-strong: rgba(106, 99, 89, .75);--theme-docs-hint-soft: rgba(106, 99, 89, .65);--theme-docs-empty-text: rgba(106, 99, 89, .6);--theme-docs-tile-title: rgba(28, 25, 22, .92);--theme-docs-tile-date: rgba(106, 99, 89, .65);--theme-docs-tile-chevron: rgba(140, 132, 120, .45);--theme-docs-tile-delete: rgba(106, 99, 89, .65);--theme-docs-tile-delete-hover-text: #8f2a25;--theme-docs-tile-delete-hover-bg: rgba(168, 50, 44, .1);--theme-docs-date-hover-bg: rgba(33, 111, 187, .08);--theme-docs-date-hover-text: rgba(44, 40, 35, .86);--theme-docs-status-signed-bg: rgba(74, 143, 108, .18);--theme-docs-status-signed-text: #356a4e;--theme-docs-status-issued-bg: rgba(185, 138, 58, .22);--theme-docs-status-issued-text: #7a4f14;--theme-docs-status-draft-bg: rgba(58, 134, 207, .18);--theme-docs-status-draft-text: #14497f;--theme-docs-status-active-bg: rgba(74, 143, 108, .18);--theme-docs-status-active-text: #356a4e;--theme-docs-status-inactive-bg: rgba(176, 168, 156, .22);--theme-docs-status-inactive-text: rgba(106, 99, 89, .7);--theme-docs-status-flash-pre-bg: rgba(185, 138, 58, .35);--theme-docs-status-flash-pre-text: #6b4a19;--theme-docs-status-flash-peak-bg: rgba(74, 143, 108, .32);--theme-docs-status-flash-peak-text: #2b4f3d;--theme-docs-status-flash-peak-ring: rgba(74, 143, 108, .32);--theme-docs-empty-bg: rgba(250, 248, 244, .7);--theme-docs-empty-border: rgba(176, 168, 156, .28);--theme-docs-stroke-btn-text: rgba(28, 25, 22, .88);--theme-docs-stroke-btn-border: rgba(176, 168, 156, .5);--theme-docs-stroke-btn-bg-hover: rgba(33, 111, 187, .06);--theme-docs-stroke-btn-border-hover: rgba(33, 111, 187, .5);--theme-docs-icon-btn-text: rgba(106, 99, 89, .78);--theme-docs-field-bg-soft: rgba(250, 247, 241, .78);--theme-docs-field-bg-strong: rgba(250, 247, 241, .88);--theme-docs-field-label: rgba(106, 99, 89, .7);--theme-docs-field-label-hover: rgba(44, 40, 35, .86);--theme-docs-field-label-strong: rgba(44, 40, 35, .78);--theme-docs-field-input: rgba(28, 25, 22, .94);--theme-docs-field-placeholder: rgba(140, 132, 120, .55);--theme-docs-field-outline: rgba(176, 168, 156, .45);--theme-docs-field-outline-hover: rgba(140, 132, 120, .65);--theme-docs-field-outline-strong: rgba(140, 132, 120, .65);--theme-docs-field-indicator: rgba(176, 168, 156, .5);--theme-docs-field-indicator-hover: rgba(140, 132, 120, .65);--theme-docs-checkbox-unselected: rgba(140, 132, 120, .6);--theme-docs-checkbox-unselected-hover: rgba(106, 99, 89, .78);--theme-docs-checkbox-unselected-focus: rgba(33, 111, 187, .85);--theme-docs-checkbox-unselected-pressed: rgba(106, 99, 89, .7);--theme-docs-checkbox-check: #fdfbf7;--theme-docs-checkbox-selected: #216fbb;--theme-docs-checkbox-selected-hover: #216fbb;--theme-docs-checkbox-selected-focus: #14497f;--theme-docs-checkbox-label: rgba(28, 25, 22, .88);--theme-docs-checkbox-state-layer: #216fbb;--theme-docs-rx-line-bg: var(--theme-inset-bg);--theme-docs-rx-line-border: rgba(176, 168, 156, .3);--theme-docs-rx-line-med: rgba(28, 25, 22, .96);--theme-docs-rx-line-meta: rgba(44, 40, 35, .76);--theme-docs-rx-empty-draft-bg: rgba(245, 242, 235, .6);--theme-docs-rx-empty-draft-border: rgba(176, 168, 156, .4);--theme-docs-rx-empty-draft-text: rgba(106, 99, 89, .7);--theme-docs-rx-action-card-bg: rgba(20, 73, 127, .92);--theme-docs-rx-action-card-border: rgba(15, 58, 102, .9);--theme-docs-rx-action-card-text: #fdfbf7;--theme-docs-rx-action-card-shadow-hover: 0 4px 20px rgba(44, 40, 35, .16);--theme-docs-rx-action-card-primary-bg: rgba(20, 73, 127, 1);--theme-docs-rx-action-card-primary-border: rgba(15, 58, 102, 1);--theme-docs-rx-action-card-icon: #fdfbf7;--theme-docs-rx-history-wrap-bg: var(--theme-inset-bg);--theme-docs-rx-history-wrap-border: rgba(176, 168, 156, .32);--theme-docs-rx-history-thead-bg: var(--theme-inset-header-bg);--theme-docs-rx-history-th-border: rgba(176, 168, 156, .35);--theme-docs-rx-history-td-border: rgba(176, 168, 156, .22);--theme-docs-rx-history-cell-text: rgba(28, 25, 22, .88);--theme-docs-rx-history-cell-strong: rgba(28, 25, 22, .95);--theme-docs-rx-history-cell-secondary: rgba(44, 40, 35, .78);--theme-docs-rx-history-sticky-bg: var(--theme-inset-header-bg);--theme-docs-rx-history-sticky-shadow: 4px 0 8px rgba(44, 40, 35, .08);--theme-docs-rx-past-tile-bg: var(--theme-inset-bg);--theme-docs-rx-past-tile-border: rgba(176, 168, 156, .32);--theme-docs-rx-past-tile-date: rgba(106, 99, 89, .7);--theme-docs-rx-past-tile-prescriber: rgba(28, 25, 22, .95);--theme-docs-rx-past-tile-lines: rgba(106, 99, 89, .65);--theme-docs-rx-ac-panel-bg: rgba(250, 247, 241, .98);--theme-docs-rx-ac-panel-border: rgba(176, 168, 156, .4);--theme-docs-rx-ac-panel-shadow: 0 8px 24px rgba(44, 40, 35, .18);--theme-docs-rx-ac-option-text: rgba(28, 25, 22, .92);--theme-docs-rx-ac-option-hover-bg: rgba(33, 111, 187, .08);--theme-docs-rx-ac-shorthand: rgba(28, 25, 22, .92);--theme-docs-req-card-bg: var(--theme-inset-bg);--theme-docs-req-card-border: rgba(176, 168, 156, .34);--theme-docs-req-card-name: rgba(28, 25, 22, .92);--theme-docs-req-card-blurb: rgba(106, 99, 89, .7);--theme-docs-req-tests-wrap-bg: var(--theme-inset-bg);--theme-docs-req-tests-wrap-border: rgba(176, 168, 156, .3);--theme-docs-req-tests-wrap-inset: inset 0 0 0 1px rgba(250, 247, 241, .5);--theme-docs-req-cat-title: rgba(106, 99, 89, .75);--theme-docs-req-cat-divider: rgba(176, 168, 156, .32);--theme-docs-req-search-prefix: rgba(106, 99, 89, .55);--theme-docs-req-top-actions-border: rgba(176, 168, 156, .32);--theme-docs-req-history-tile-bg: var(--theme-inset-bg);--theme-docs-req-history-tile-border: rgba(176, 168, 156, .34);--theme-docs-req-history-tile-name: rgba(28, 25, 22, .95);--theme-docs-req-history-tile-date: rgba(44, 40, 35, .76);--theme-docs-past-order-date: rgba(28, 25, 22, .92);--theme-docs-past-order-title: rgba(28, 25, 22, .95);--theme-docs-past-order-item: rgba(44, 40, 35, .78);--theme-docs-past-order-more: rgba(106, 99, 89, .7);--theme-docs-past-order-ordered: rgba(106, 99, 89, .78);--theme-docs-control-fg: rgba(28, 25, 22, .92);--theme-docs-divider-strong: rgba(176, 168, 156, .4);--theme-scribe-glass-bg-04: var(--theme-glass-bg-soft);--theme-scribe-row-hover-bg: color-mix(in srgb, var(--theme-accent) 8%, transparent);--theme-scribe-step-idle-bg: var(--theme-control-bg);--theme-scribe-manage-btn-bg: var(--theme-control-bg);--theme-scribe-manage-btn-bg-hover: color-mix(in srgb, var(--theme-accent) 10%, transparent);--theme-scribe-manage-btn-border-hover: var(--theme-scribe-accent-border);--theme-scribe-manage-btn-text-hover: var(--theme-scribe-accent);--theme-scribe-waveform-bg: color-mix(in srgb, var(--theme-text-primary) 6%, transparent);--theme-scribe-consent-overlay-text: rgba(250, 247, 241, .92);--theme-scribe-consent-checkbox-unselected-focus: var(--theme-scribe-accent);--theme-scribe-record-more-bg: color-mix(in srgb, var(--theme-accent) 22%, var(--theme-shell-base));--theme-scribe-record-more-bg-hover: color-mix(in srgb, var(--theme-accent) 32%, var(--theme-shell-base));--theme-scribe-record-more-border: color-mix(in srgb, var(--theme-accent) 48%, var(--theme-shell-base));--theme-scribe-record-more-border-hover: color-mix(in srgb, var(--theme-accent) 62%, var(--theme-shell-base));--theme-scribe-record-more-text: var(--theme-accent-strong);--theme-scribe-clip-tx-panel-bg: color-mix(in srgb, var(--theme-text-primary) 4%, transparent);--theme-scribe-finalize-regen-bg: var(--theme-accent-warning);--theme-scribe-finalize-regen-bg-hover: color-mix(in srgb, var(--theme-accent-warning) 88%, #000);--theme-scribe-holding-header-from: color-mix(in srgb, var(--theme-accent) 10%, var(--theme-glass-bg));--theme-scribe-holding-header-to: color-mix(in srgb, var(--theme-accent) 5%, var(--theme-glass-bg));--theme-scribe-holding-header-title: var(--theme-text-primary);--theme-scribe-add-all-bg: var(--theme-control-bg);--theme-scribe-add-all-bg-hover: var(--theme-control-hover-bg);--theme-scribe-add-all-border: var(--theme-glass-border);--theme-scribe-add-all-border-hover: var(--theme-glass-border-strong);--theme-scribe-add-all-text: var(--theme-text-primary);--theme-scribe-tx-msg-bg: var(--theme-control-bg);--theme-scribe-tx-msg-bg-hover: var(--theme-control-hover-bg);--theme-scribe-manager-bg: var(--theme-glass-bg-strong);--theme-scribe-manager-row-hover-bg: color-mix(in srgb, var(--theme-accent) 8%, transparent);--theme-note-tabs-bg: rgba(250, 247, 241, .72);--theme-note-tabs-border-bottom: rgba(176, 168, 156, .34);--theme-note-tabs-inset-top: rgba(250, 247, 241, .7);--theme-note-sub-tab-text: rgba(44, 40, 35, .7);--theme-note-sub-tab-text-hover: rgba(28, 25, 22, .92);--theme-note-sub-tab-hover-bg: rgba(33, 111, 187, .06);--theme-note-sub-tab-active-text: rgba(28, 25, 22, .96);--theme-note-sub-tab-active-border: var(--theme-scribe-accent);--theme-note-sub-tab-active-bg: rgba(33, 111, 187, .1);--theme-note-past-count-bg: rgba(33, 111, 187, .16);--theme-note-past-count-text: var(--theme-scribe-accent-strong);--theme-note-panel-bg: rgba(250, 247, 241, .86);--theme-note-panel-border: rgba(176, 168, 156, .34);--theme-note-panel-shadow: 0 4px 24px rgba(44, 40, 35, .12), inset 0 1px 0 rgba(250, 247, 241, .75);--theme-note-panel-scrollbar: rgba(140, 132, 120, .32);--theme-note-meta-bar-bg: rgba(245, 242, 235, .72);--theme-note-meta-bar-border: rgba(176, 168, 156, .34);--theme-note-meta-chip-bg: #2a6dba;--theme-note-meta-chip-border: rgba(42, 109, 186, .6);--theme-note-meta-chip-text: #fdfbf7;--theme-note-meta-item-text: rgba(44, 40, 35, .82);--theme-note-meta-item-icon: rgba(106, 99, 89, .7);--theme-note-sign-btn-text: rgba(28, 25, 22, .9);--theme-note-sign-btn-border: rgba(33, 111, 187, .55);--theme-note-sign-btn-icon: var(--theme-scribe-accent);--theme-note-toolbar-meta-text: rgba(106, 99, 89, .78);--theme-note-toolbar-meta-type: rgba(44, 40, 35, .7);--theme-note-toolbar-meta-sep: rgba(176, 168, 156, .55);--theme-note-toolbar-meta-icon: rgba(140, 132, 120, .62);--theme-note-sign-cta-bg: var(--theme-review-sign-primary-bg);--theme-note-sign-cta-bg-hover: #14497f;--theme-note-sign-cta-text: #fdfbf7;--theme-note-sign-cta-state-layer: rgba(250, 247, 241, .22);--theme-note-sign-cta-shadow: rgba(28, 25, 22, .16);--theme-note-supp-bg: rgba(245, 242, 235, .65);--theme-note-supp-border: rgba(176, 168, 156, .3);--theme-note-supp-h4: rgba(44, 40, 35, .78);--theme-note-empty-bg: rgba(250, 248, 244, .78);--theme-note-empty-border: rgba(176, 168, 156, .3);--theme-note-empty-text: rgba(106, 99, 89, .78);--theme-note-empty-icon: rgba(140, 132, 120, .5);--theme-note-add-btn-bg: rgba(250, 247, 241, .78);--theme-note-add-btn-bg-hover: rgba(33, 111, 187, .1);--theme-note-add-btn-border: rgba(176, 168, 156, .4);--theme-note-add-btn-border-hover: rgba(33, 111, 187, .5);--theme-note-add-btn-text: rgba(28, 25, 22, .88);--theme-note-add-btn-text-hover: var(--theme-scribe-accent-strong);--theme-note-add-btn-shadow: 0 2px 10px rgba(44, 40, 35, .08);--theme-note-add-btn-shadow-hover: 0 4px 16px rgba(44, 40, 35, .14);--theme-note-mat-text: rgba(28, 25, 22, .88);--theme-note-mat-state-layer: rgba(33, 111, 187, .08);--theme-note-mat-outlined-text: rgba(28, 25, 22, .9);--theme-note-mat-outlined-text-hover: rgba(28, 25, 22, .98);--theme-note-mat-outlined-outline: rgba(176, 168, 156, .55);--theme-note-mat-outlined-outline-hover: rgba(140, 132, 120, .7);--theme-note-mat-outlined-outline-focus: rgba(33, 111, 187, .65);--theme-note-past-item-bg: rgba(250, 247, 241, .74);--theme-note-past-item-border: rgba(176, 168, 156, .3);--theme-note-past-item-bg-hover: rgba(250, 247, 241, .92);--theme-note-past-item-border-hover: rgba(140, 132, 120, .5);--theme-note-past-item-shadow-hover: 0 2px 12px rgba(44, 40, 35, .1);--theme-note-past-item-bg-selected: rgba(33, 111, 187, .12);--theme-note-past-item-border-selected: rgba(33, 111, 187, .55);--theme-note-past-item-shadow-selected: 0 2px 16px rgba(33, 111, 187, .15);--theme-note-pni-type: rgba(28, 25, 22, .92);--theme-note-pni-date: rgba(106, 99, 89, .65);--theme-note-pni-author: rgba(106, 99, 89, .7);--theme-note-pni-pdf-icon: rgba(106, 99, 89, .6);--theme-note-pni-pdf-icon-hover: var(--theme-scribe-accent);--theme-note-pnd-header-border: rgba(176, 168, 156, .3);--theme-note-pnd-type: rgba(28, 25, 22, .96);--theme-note-pnd-author: rgba(106, 99, 89, .7);--theme-note-pnd-dates: rgba(106, 99, 89, .65);--theme-note-pnd-pdf-btn-bg: rgba(42, 109, 186, .12);--theme-note-pnd-pdf-btn-bg-hover: rgba(42, 109, 186, .22);--theme-note-pnd-pdf-btn-border: rgba(42, 109, 186, .4);--theme-note-pnd-pdf-btn-text: #0f3a66;--theme-note-pnb-h5: rgba(106, 99, 89, .78);--theme-note-pnb-body-text: rgba(28, 25, 22, .82);--theme-note-section-title: rgba(106, 99, 89, .78);--theme-note-section-title-border: rgba(176, 168, 156, .3);--theme-note-table-wrap-bg: var(--theme-inset-bg);--theme-note-table-wrap-border: var(--theme-inset-border);--theme-note-table-th-bg: var(--theme-inset-header-bg);--theme-note-table-th-text: rgba(106, 99, 89, .7);--theme-note-table-td-border: rgba(176, 168, 156, .22);--theme-note-table-td-name: rgba(28, 25, 22, .94);--theme-note-table-td-meta: rgba(44, 40, 35, .76);--theme-note-table-td-num: rgba(28, 25, 22, .86);--theme-note-table-td-lot: rgba(106, 99, 89, .78);--theme-note-table-row-even-bg: rgba(245, 242, 235, .4);--theme-note-table-row-hover-bg: var(--theme-table-row-hover-bg);--theme-note-table-subtotal-bg: rgba(245, 242, 235, .65);--theme-note-table-subtotal-text: rgba(106, 99, 89, .78);--theme-note-table-subtotal-text-meta: rgba(106, 99, 89, .7);--theme-note-table-total-bg: rgba(42, 109, 186, .16);--theme-note-table-total-text: rgba(28, 25, 22, .92);--theme-note-tx-section-bg: var(--theme-inset-bg);--theme-note-tx-section-border: rgba(176, 168, 156, .3);--theme-note-tx-section-stripe-1: #47845e;--theme-note-tx-section-stripe-2: #9c5a26;--theme-note-tx-section-stripe-3: #216fbb;--theme-note-tx-section-stripe-4: #14497f;--theme-note-tx-type-text: rgba(28, 25, 22, .86);--theme-note-tx-count-text: rgba(106, 99, 89, .65);--theme-note-tx-text: rgba(44, 40, 35, .78);--theme-note-ai-badge-text: var(--theme-scribe-accent-strong);--theme-note-ai-badge-bg: rgba(33, 111, 187, .1);--theme-note-ai-badge-border: rgba(33, 111, 187, .35);--theme-note-notes-box-bg: var(--theme-inset-bg);--theme-note-notes-box-border: var(--theme-inset-border);--theme-note-notes-box-focus-border: rgba(33, 111, 187, .45);--theme-note-notes-box-focus-ring: rgba(33, 111, 187, .08);--theme-note-field-block-divider: rgba(140, 132, 120, .55);--theme-note-applied-snippets-bg: rgba(33, 111, 187, .06);--theme-note-applied-snippet-bg: rgba(250, 247, 241, .78);--theme-note-applied-snippet-border: rgba(33, 111, 187, .3);--theme-note-applied-snippet-text: rgba(44, 40, 35, .84);--theme-note-applied-snippet-title: var(--theme-scribe-accent-strong);--theme-note-snippet-remove: rgba(106, 99, 89, .6);--theme-note-legacy-divider: rgba(176, 168, 156, .34);--theme-note-legacy-bg: rgba(245, 242, 235, .5);--theme-note-legacy-h5: rgba(106, 99, 89, .7);--theme-note-legacy-text: rgba(44, 40, 35, .78);--theme-note-readonly-text: rgba(28, 25, 22, .86);--theme-note-readonly-empty: rgba(140, 132, 120, .55);--theme-note-readonly-border: rgba(176, 168, 156, .22);--theme-note-ai-empty-bg: rgba(250, 248, 244, .68);--theme-note-ai-empty-border: rgba(176, 168, 156, .4);--theme-note-ai-empty-text: rgba(106, 99, 89, .78);--theme-note-ai-empty-icon: rgba(140, 132, 120, .55);--theme-note-ai-display-bg: rgba(33, 111, 187, .06);--theme-note-ai-display-border: rgba(33, 111, 187, .32);--theme-note-ai-status-text: rgba(44, 40, 35, .78);--theme-note-ai-status-icon: #356a4e;--theme-note-ai-field-divider: rgba(33, 111, 187, .22);--theme-note-ai-label: var(--theme-scribe-accent-strong);--theme-note-ai-field-text: rgba(44, 40, 35, .78);--theme-note-ai-action-btn-text: rgba(28, 25, 22, .9);--theme-note-ai-action-btn-text-hover: rgba(28, 25, 22, .98);--theme-note-ai-action-btn-border: rgba(176, 168, 156, .5);--theme-note-ai-action-btn-border-hover: rgba(140, 132, 120, .7);--theme-note-ai-action-btn-focus-border: rgba(33, 111, 187, .65);--theme-note-ai-chip-text: #356a4e;--theme-note-ai-chip-bg: rgba(74, 143, 108, .14);--theme-note-ai-chip-border: rgba(74, 143, 108, .4);--theme-note-ai-header-bg: linear-gradient(135deg, rgba(237, 233, 254, .98) 0%, rgba(220, 234, 248, .92) 100%);--theme-note-ai-header-border: rgba(26, 92, 158, .42);--theme-note-ai-header-shadow: inset 0 1px 0 rgba(250, 247, 241, .85), 0 1px 0 rgba(26, 92, 158, .08), 0 10px 22px -14px rgba(20, 73, 127, .35);--theme-note-ai-header-title: #14497f;--theme-note-ai-header-body: rgba(30, 27, 75, .82);--theme-note-ai-header-spark-bg: linear-gradient(145deg, #14497f 0%, #1a5c9e 100%);--theme-note-ai-header-spark-glow: 0 2px 10px rgba(20, 73, 127, .28);--theme-note-ai-header-spark-icon: #fdfbf7;--theme-note-ai-header-pill-idle-text: #14497f;--theme-note-ai-header-pill-idle-bg: rgba(26, 92, 158, .12);--theme-note-ai-header-pill-idle-border: rgba(26, 92, 158, .38);--theme-note-ai-header-pill-ready-text: #356a4e;--theme-note-ai-header-pill-ready-bg: rgba(74, 143, 108, .14);--theme-note-ai-header-pill-ready-border: rgba(63, 125, 92, .4);--theme-note-ai-header-pill-pending-text: #8a5f16;--theme-note-ai-header-pill-pending-bg: rgba(185, 138, 58, .16);--theme-note-ai-header-pill-pending-border: rgba(156, 109, 34, .42);--theme-note-ai-header-pill-busy-text: #14497f;--theme-note-ai-header-pill-busy-bg: rgba(26, 92, 158, .12);--theme-note-ai-header-pill-busy-border: rgba(26, 92, 158, .4);--theme-note-ai-action-btn-text: #0f3a66;--theme-note-ai-action-btn-text-hover: #3b0764;--theme-note-ai-action-btn-border: rgba(26, 92, 158, .45);--theme-note-ai-action-btn-border-hover: rgba(20, 73, 127, .65);--theme-note-ai-action-btn-focus-border: rgba(20, 73, 127, .8);--theme-note-ladder-bg-base: rgba(250, 247, 241, .86);--theme-note-ladder-tab-bg: rgba(245, 242, 235, .78);--theme-note-ladder-tab-border: rgba(176, 168, 156, .34);--theme-note-ladder-tab-text: rgba(44, 40, 35, .78);--theme-note-ladder-tab-active-text: #fdfbf7;--theme-note-ladder-header-border: rgba(176, 168, 156, .3);--theme-note-ladder-empty-text: rgba(106, 99, 89, .65);--theme-note-ladder-manage-icon: rgba(44, 40, 35, .78);--theme-note-ladder-row-bg: rgba(250, 247, 241, .7);--theme-note-ladder-row-surface: rgba(250, 247, 241, .82);--theme-note-ladder-row-border: rgba(176, 168, 156, .34);--theme-note-ladder-main-text: rgba(28, 25, 22, .9);--theme-note-ladder-check-border: rgba(176, 168, 156, .45);--theme-note-ladder-swipe-border: rgba(176, 168, 156, .32);--theme-note-ladder-collapsed-btn-bg: rgba(250, 247, 241, .78);--theme-note-ladder-collapsed-btn-border: rgba(176, 168, 156, .4);--theme-note-ladder-collapsed-btn-text: rgba(28, 25, 22, .9);--theme-note-ladder-backdrop: rgba(28, 25, 22, .45);--theme-note-ladder-sheet-shadow: 0 -8px 32px rgba(44, 40, 35, .2);--theme-note-ladder-scrollbar: rgba(140, 132, 120, .42);--theme-rte-bg: #fdfbf7;--theme-rte-text: rgba(28, 25, 22, .92);--theme-rte-border: rgba(176, 168, 156, .34);--theme-rte-toolbar-bg: rgba(245, 242, 235, .72);--theme-rte-toolbar-border: rgba(176, 168, 156, .34);--theme-rte-toolbar-btn-text: rgba(44, 40, 35, .82);--theme-rte-toolbar-btn-hover-bg: rgba(33, 111, 187, .08);--theme-rte-placeholder: rgba(106, 99, 89, .55);--theme-rte-floating-bg: #fdfbf7;--theme-rte-floating-border: rgba(176, 168, 156, .4);--theme-rte-floating-shadow: 0 4px 14px rgba(44, 40, 35, .14);--theme-rte-clinical-sec: var(--theme-scribe-accent-strong);--theme-rte-menu-bg: #fdfbf7;--theme-rte-menu-text: rgba(28, 25, 22, .88);--theme-rte-menu-icon: rgba(106, 99, 89, .7);--theme-rte-menu-hover-bg: rgba(33, 111, 187, .08);--theme-rte-dark-bg: rgba(250, 247, 241, .78);--theme-rte-dark-bg-focus: rgba(250, 247, 241, .92);--theme-rte-dark-text: rgba(28, 25, 22, .92);--theme-rte-dark-border: rgba(176, 168, 156, .34);--theme-rte-dark-toolbar-bg: rgba(245, 242, 235, .65);--theme-rte-dark-toolbar-border: rgba(176, 168, 156, .3);--theme-rte-dark-toolbar-btn-text: rgba(44, 40, 35, .85);--theme-rte-dark-toolbar-btn-hover-bg: rgba(33, 111, 187, .08);--theme-rte-dark-placeholder: rgba(106, 99, 89, .5);--theme-rte-dark-floating-bg: #fdfbf7;--theme-rte-dark-floating-border: rgba(176, 168, 156, .4);--theme-rte-dark-floating-shadow: 0 4px 14px rgba(44, 40, 35, .16);--theme-rte-dark-clinical-sec: var(--theme-scribe-accent-strong);--theme-rte-dark-menu-bg: #fdfbf7;--theme-rte-dark-menu-text: rgba(28, 25, 22, .88);--theme-rte-dark-menu-icon: rgba(106, 99, 89, .7);--theme-rte-dark-menu-hover-bg: rgba(33, 111, 187, .08);--theme-dictate-icon: rgba(28, 25, 22, .78);--theme-dictate-icon-hover: var(--theme-scribe-accent-strong);--theme-dictate-icon-dictating: #a8322c;--theme-dictate-icon-errored: #9c5a26;--theme-dictate-error-text: #9c5a26;--theme-dictate-overlay-bg: color-mix(in srgb, #fdfbf7 90%, transparent);--theme-dictate-overlay-border: rgba(28, 25, 22, .14);--theme-note-field-rail-bg: rgba(33, 111, 187, .08);--theme-note-field-rail-border: rgba(33, 111, 187, .32);--theme-note-field-rail-text: var(--theme-scribe-accent-strong);--theme-note-field-rail-active-bg: rgba(33, 111, 187, .22);--theme-note-field-rail-active-border: rgba(33, 111, 187, .65);--theme-note-field-rail-active-text: var(--theme-scribe-accent-strong);--theme-review-sign-backdrop: rgba(28, 25, 22, .45);--theme-review-sign-surface: rgba(250, 247, 241, .92);--theme-review-sign-border: rgba(176, 168, 156, .36);--theme-review-sign-shadow: 0 28px 90px rgba(44, 40, 35, .22), inset 0 1px 0 rgba(250, 247, 241, .7);--theme-review-sign-divider: rgba(176, 168, 156, .3);--theme-review-sign-title: rgba(28, 25, 22, .96);--theme-review-sign-text: rgba(28, 25, 22, .92);--theme-review-sign-content-text: rgba(44, 40, 35, .82);--theme-review-sign-meta: rgba(106, 99, 89, .7);--theme-review-sign-summary: rgba(28, 25, 22, .88);--theme-review-sign-hint: rgba(106, 99, 89, .78);--theme-review-sign-confirm: rgba(106, 99, 89, .65);--theme-review-sign-btn-text: rgba(44, 40, 35, .78);--theme-review-sign-btn-state-layer: rgba(33, 111, 187, .08);--theme-review-sign-primary-bg: var(--theme-accent);--theme-review-sign-primary-text: var(--theme-accent-contrast, #fdfbf7);--theme-review-sign-primary-disabled-bg: rgba(176, 168, 156, .34);--theme-review-sign-primary-disabled-text: rgba(106, 99, 89, .55);--theme-review-sign-outlined-text: rgba(28, 25, 22, .9);--theme-review-sign-outlined-text-hover: rgba(28, 25, 22, .98);--theme-review-sign-outlined-outline: rgba(176, 168, 156, .55);--theme-review-sign-outlined-outline-hover: rgba(140, 132, 120, .7);--theme-review-sign-outlined-outline-focus: rgba(33, 111, 187, .65);--theme-review-sign-outlined-text-disabled: rgba(106, 99, 89, .4);--theme-review-sign-outlined-outline-disabled: rgba(176, 168, 156, .32);--theme-review-sign-spinner: var(--theme-scribe-accent-strong);--theme-review-sign-preview-bg: #f5f2eb;--theme-review-sign-preview-fab-shadow: 0 4px 16px rgba(44, 40, 35, .22);--theme-review-sign-input-text: rgba(28, 25, 22, .92)}html,body{height:100%;margin:0;font-family:var(--theme-font-family-base);box-sizing:border-box;font-optical-sizing:auto;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"cv05" 1,"ss03" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:var(--theme-text-primary)}.mat-mdc-menu-panel,.mat-mdc-select-panel,.mat-mdc-autocomplete-panel,.mat-mdc-dialog-container,.mat-mdc-tooltip,.mat-mdc-snack-bar-container,.mat-mdc-table,.mat-mdc-form-field,.mat-mdc-button-base,.mat-mdc-tab-group,.mat-mdc-list,.mat-mdc-card,.mat-mdc-chip,.mat-mdc-checkbox,.mat-mdc-radio-button,.mat-mdc-slide-toggle,.mat-datepicker-content{--mdc-typography-font-family: var(--theme-font-family-base);font-family:var(--theme-font-family-base)}.clinic-logo-svg{display:flex;align-items:center;justify-content:center;line-height:0;min-width:0}.clinic-logo-svg svg{display:block;width:auto;height:100%;max-width:100%;max-height:100%;overflow:visible;shape-rendering:geometricPrecision;text-rendering:geometricPrecision}.symba-display{font-family:var(--theme-font-family-display);font-weight:var(--theme-type-display-weight);letter-spacing:var(--theme-type-display-tracking);line-height:var(--theme-type-display-leading);color:var(--theme-text-primary);font-size:var(--theme-type-display-size)}.symba-display-lg{font-family:var(--theme-font-family-display);font-weight:var(--theme-type-display-weight);letter-spacing:var(--theme-type-display-tracking);line-height:var(--theme-type-display-leading);color:var(--theme-text-primary);font-size:var(--theme-type-display-lg-size)}.symba-display-sm{font-family:var(--theme-font-family-display);font-weight:var(--theme-type-display-weight);letter-spacing:var(--theme-type-display-tracking);line-height:var(--theme-type-display-leading);color:var(--theme-text-primary);font-size:var(--theme-type-display-sm-size);line-height:1.24}.symba-label{font-family:var(--theme-font-family-base);font-weight:var(--theme-type-label-weight);text-transform:uppercase;line-height:1.1;color:var(--theme-text-muted);font-size:var(--theme-type-label-size);letter-spacing:var(--theme-type-label-tracking)}.symba-label-sm{font-family:var(--theme-font-family-base);font-weight:var(--theme-type-label-weight);text-transform:uppercase;line-height:1.1;color:var(--theme-text-muted);font-size:var(--theme-type-label-sm-size);letter-spacing:var(--theme-type-label-sm-tracking)}.symba-meta{font-family:var(--theme-font-family-base);font-weight:var(--theme-font-weight-regular);line-height:1.4;color:var(--theme-text-muted);font-size:var(--theme-type-meta-size)}.symba-kpi{font-family:var(--theme-font-family-base);font-size:var(--theme-type-kpi-size);font-weight:var(--theme-type-kpi-weight);letter-spacing:var(--theme-type-kpi-tracking);line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;color:var(--theme-text-primary)}.symba-rule{height:var(--theme-hairline);border:0;margin:var(--theme-space-4) 0;background:var(--theme-rule)}:where(a,button,[role=button],input,select,textarea,summary,.home-tile,.mat-mdc-button-base,.mat-mdc-icon-button,.mat-mdc-menu-item):focus-visible{outline:2px solid var(--theme-focus-ring);outline-offset:2px;box-shadow:0 0 0 4px var(--theme-focus-ring-offset)}.mat-mdc-form-field :where(input,select,textarea):focus-visible{outline:none;box-shadow:none}body{padding-top:var(--safe-area-inset-top, env(safe-area-inset-top, 0px));padding-bottom:var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));padding-left:var(--safe-area-inset-left, env(safe-area-inset-left, 0px));padding-right:var(--safe-area-inset-right, env(safe-area-inset-right, 0px))}html{background:var(--theme-shell-base)}body:before{content:"";position:fixed;inset:0;z-index:-1;background:var(--theme-wallpaper-veil, transparent),var(--symba-wallpaper) center center/cover no-repeat;filter:saturate(var(--theme-wallpaper-saturate, 1));opacity:0;transition:opacity .6s ease;pointer-events:none}html.symba-bg-ready body:before{opacity:1}@media(prefers-reduced-motion:reduce){body:before{transition:none}}html.camera-viewfinder-active,html.camera-viewfinder-active body{background:transparent!important}html.camera-viewfinder-active body:before{opacity:0!important}html.camera-viewfinder-active app-root{background:transparent!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html.camera-viewfinder-active .app-content-frame,html.camera-viewfinder-active .app-content-shell{background:transparent!important}html.camera-viewfinder-active .chart-top-right{opacity:0!important;pointer-events:none!important}h2{font-weight:var(--theme-font-weight-light)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mat-mdc-form-field.mat-form-field-appearance-outline,.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field--outlined{overflow:visible}.bold{font-weight:700}.mobile-safe-bottom{bottom:calc(10px + env(safe-area-inset-bottom))}.mobile-safe-bottom-0{bottom:calc(0px + env(safe-area-inset-bottom))}.mobile-safe-bottom-70{bottom:calc(70px + env(safe-area-inset-bottom))}.cdk-overlay-container{z-index:var(--z-overlay-base)}.symba-top-layer-overlay{background:none;border:none;padding:0;outline:0;overflow:visible;position:fixed;white-space:normal;color:inherit;text-decoration:none;width:100%;height:100%;inset:0 auto auto 0;margin:0}.symba-top-layer-overlay::backdrop{display:none}.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel){z-index:10050!important}.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-global-overlay-wrapper{z-index:1002!important}.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-overlay-backdrop:not(.timeline-photo-expanded-backdrop){z-index:1000!important}.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-overlay-backdrop.timeline-photo-expanded-backdrop{z-index:1010!important}.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-global-overlay-wrapper:has(.timeline-photo-expanded-dialog-panel),.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-overlay-pane.timeline-photo-expanded-dialog-panel{z-index:1011!important}.cdk-overlay-container:has(.send-photos-otl-dialog-panel){z-index:10050!important}.cdk-overlay-container:has(.send-photos-otl-dialog-panel) .cdk-global-overlay-wrapper,.cdk-overlay-container:has(.send-photos-otl-dialog-panel) .cdk-overlay-pane.send-photos-otl-dialog-panel{z-index:1002!important}.cdk-overlay-container:has(.ai-lips-preview-dialog-panel){z-index:10050!important}.cdk-overlay-container:has(.ai-lips-preview-dialog-panel) .cdk-overlay-backdrop.ai-lips-preview-dialog-backdrop{z-index:1020!important}.cdk-overlay-container:has(.ai-lips-preview-dialog-panel) .cdk-global-overlay-wrapper:has(.ai-lips-preview-dialog-panel),.cdk-overlay-container:has(.ai-lips-preview-dialog-panel) .cdk-overlay-pane.ai-lips-preview-dialog-panel{z-index:1021!important}.cdk-overlay-pane.ai-lips-preview-dialog-panel{z-index:1021!important;pointer-events:auto}.cdk-overlay-container:has(.photo-drawer-confirm-dialog-panel){z-index:10050!important}.cdk-overlay-container:has(.photo-drawer-confirm-dialog-panel) .cdk-global-overlay-wrapper,.cdk-overlay-container:has(.photo-drawer-confirm-dialog-panel) .cdk-overlay-pane.photo-drawer-confirm-dialog-panel{z-index:100002!important}.cdk-overlay-container:has(.photo-drawer-move-dialog-panel){z-index:10050!important}.cdk-overlay-container:has(.photo-drawer-move-dialog-panel) .cdk-global-overlay-wrapper,.cdk-overlay-container:has(.photo-drawer-move-dialog-panel) .cdk-overlay-pane.photo-drawer-move-dialog-panel{z-index:100002!important}.cdk-overlay-container:has(.tqp-mirror-unlink-dialog-panel){z-index:8000!important}.cdk-overlay-container:has(.tqp-mirror-unlink-dialog-panel) .cdk-global-overlay-wrapper,.cdk-overlay-container:has(.tqp-mirror-unlink-dialog-panel) .cdk-overlay-pane.tqp-mirror-unlink-dialog-panel{z-index:8002!important}.cdk-overlay-pane,.cdk-overlay-backdrop{z-index:inherit!important}.mat-datepicker-popup,.mat-mdc-select-panel{z-index:var(--z-overlay-top)!important}.mat-mdc-form-field{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}.mat-mdc-form-field{--mat-form-field-filled-label-display: block;--mat-form-field-filled-label-text-size: 14px;--mat-form-field-filled-label-text-color: var(--theme-np-field-label);--mat-form-field-filled-hover-label-text-color: var(--theme-np-field-label-hover);--mat-form-field-filled-focus-label-text-color: var(--theme-np-field-label-focus);--mat-form-field-filled-container-color: var(--theme-np-field-container);--mat-form-field-filled-hover-container-color: var(--theme-np-field-container-hover);--mat-form-field-filled-focus-container-color: var(--theme-np-field-container-focus);--mat-form-field-filled-active-indicator-color: var(--theme-np-field-indicator);--mat-form-field-filled-hover-active-indicator-color: var(--theme-np-field-indicator-hover);--mat-form-field-filled-focus-active-indicator-color: var(--theme-np-field-indicator-focus);--mat-form-field-filled-input-text-color: var(--theme-np-field-input);--mat-form-field-filled-caret-color: var(--theme-np-field-caret);--mat-form-field-focus-select-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error);--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-line-height: 16px;--mat-form-field-subscript-text-tracking: .033em;--mat-form-field-subscript-text-weight: 400;--mdc-filled-text-field-container-shape: var(--theme-radius-xs);--mat-form-field-filled-container-shape: var(--theme-radius-xs);--mat-select-container-shape: var(--theme-radius-xs)}.mat-mdc-form-field .mat-mdc-form-field-focus-overlay{background-color:transparent}.mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon{color:var(--theme-np-field-icon-prefix);font-size:22px;width:22px;height:22px}.mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon{margin-right:4px}.mat-mdc-input-element,textarea.mat-mdc-input-element{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.mat-mdc-input-element::placeholder,textarea.mat-mdc-input-element::placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important}.mat-mdc-select,.mat-mdc-select-value,.mat-mdc-select-value-text,.mat-mdc-select-min-line{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.mat-mdc-select-placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important;opacity:1!important}.mat-mdc-select-arrow{color:var(--theme-np-field-arrow)!important}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--theme-np-field-arrow-focus)!important}.mat-mdc-form-field.mat-primary,.mat-mdc-form-field.mat-accent,.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: var(--theme-np-overlay-bg);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error)}.mat-datepicker-toggle{color:var(--theme-np-field-toggle)}.mat-mdc-form-field-error{color:var(--theme-np-field-error)}.mat-mdc-form-field-hint,.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error{font-size:12px;line-height:16px;letter-spacing:.033em}.mat-mdc-form-field-hint{color:var(--theme-field-hint)}textarea.mat-mdc-input-element:-webkit-autofill,textarea.mat-mdc-input-element:-webkit-autofill:hover,textarea.mat-mdc-input-element:-webkit-autofill:focus,textarea.mat-mdc-input-element:-webkit-autofill:active,.mat-mdc-input-element:-webkit-autofill,.mat-mdc-input-element:-webkit-autofill:hover,.mat-mdc-input-element:-webkit-autofill:focus,.mat-mdc-input-element:-webkit-autofill:active{-webkit-text-fill-color:rgba(250,247,241,.92)!important;caret-color:#96c0e8;-webkit-box-shadow:0 0 0 1000px rgba(250,247,241,.05) inset!important;box-shadow:0 0 0 1000px #faf7f10d inset!important;transition:background-color 99999s ease-out 0s}textarea.mat-mdc-input-element:autofill,textarea.mat-mdc-input-element:autofill:hover,textarea.mat-mdc-input-element:autofill:focus,.mat-mdc-input-element:autofill,.mat-mdc-input-element:autofill:hover,.mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:rgba(250,247,241,.92)!important;caret-color:#96c0e8;box-shadow:0 0 0 1000px #faf7f10d inset!important}:root[data-theme=light] textarea.mat-mdc-input-element:-webkit-autofill,:root[data-theme=light] textarea.mat-mdc-input-element:-webkit-autofill:hover,:root[data-theme=light] textarea.mat-mdc-input-element:-webkit-autofill:focus,:root[data-theme=light] textarea.mat-mdc-input-element:-webkit-autofill:active,:root[data-theme=light] .mat-mdc-input-element:-webkit-autofill,:root[data-theme=light] .mat-mdc-input-element:-webkit-autofill:hover,:root[data-theme=light] .mat-mdc-input-element:-webkit-autofill:focus,:root[data-theme=light] .mat-mdc-input-element:-webkit-autofill:active{-webkit-text-fill-color:rgba(28,25,22,.94)!important;caret-color:#14497f;-webkit-box-shadow:0 0 0 1000px #fdfbf7 inset!important;box-shadow:0 0 0 1000px #fdfbf7 inset!important;transition:background-color 99999s ease-out 0s}:root[data-theme=light] textarea.mat-mdc-input-element:autofill,:root[data-theme=light] textarea.mat-mdc-input-element:autofill:hover,:root[data-theme=light] textarea.mat-mdc-input-element:autofill:focus,:root[data-theme=light] .mat-mdc-input-element:autofill,:root[data-theme=light] .mat-mdc-input-element:autofill:hover,:root[data-theme=light] .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:rgba(28,25,22,.94)!important;caret-color:#14497f;box-shadow:0 0 0 1000px #fdfbf7 inset!important}.field-compact.mat-mdc-form-field,.mat-mdc-form-field.field-compact{--mat-form-field-container-height: 40px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 8px;--mat-form-field-filled-with-label-container-padding-top: 8px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}.field-plain.mat-mdc-form-field,.mat-mdc-form-field.field-plain{--mat-form-field-filled-container-shape: 0;--mat-form-field-filled-container-color: transparent;--mat-form-field-filled-hover-container-color: transparent;--mat-form-field-filled-focus-container-color: transparent}.field-plain.mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.mat-mdc-form-field.field-plain .mat-mdc-form-field-focus-overlay{opacity:0!important}.field-plain.mat-mdc-form-field .mat-mdc-text-field-wrapper,.mat-mdc-form-field.field-plain .mat-mdc-text-field-wrapper{background:transparent}.mat-mdc-form-field:not(.field-compact){--mat-form-field-filled-label-display: block}.mat-mdc-form-field:not(.field-compact) .mat-mdc-text-field-wrapper,.mat-mdc-form-field:not(.field-compact) .mdc-text-field--filled{overflow:visible}.patient-profile-panel .mat-mdc-form-field:not(.field-compact),.patient-form-page .mat-mdc-form-field:not(.field-compact),.patient-form-dialog .mat-mdc-form-field:not(.field-compact),.patient-billing-line-discount-dialog .mat-mdc-form-field:not(.field-compact),.patient-billing-page .catalog-filters-primary .mat-mdc-form-field:not(.field-compact),.admin-page .mat-mdc-form-field:not(.field-compact),.super-admin-page .mat-mdc-form-field:not(.field-compact),.billing-setup .mat-mdc-form-field:not(.field-compact),.billing-module-page .mat-mdc-form-field:not(.field-compact),.billing-module-dialog .mat-mdc-form-field:not(.field-compact),.clinic-info-settings .mat-mdc-form-field:not(.field-compact),.treatments-settings .mat-mdc-form-field:not(.field-compact),.scheduling-settings .mat-mdc-form-field:not(.field-compact),.language-overrides-settings .mat-mdc-form-field:not(.field-compact),.editor-form .mat-mdc-form-field:not(.field-compact),.waitlist-drawer .mat-mdc-form-field:not(.field-compact),.article-manager .mat-mdc-form-field:not(.field-compact),.genogram-editor-dialog-panel .mat-mdc-form-field:not(.field-compact),.register-page .mat-mdc-form-field:not(.field-compact),.unified-treatment-glass-dialog-panel .mat-mdc-form-field:not(.field-compact),.visit-page .mat-mdc-form-field:not(.field-compact),.patient-docs-panel .mat-mdc-form-field:not(.field-compact){--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}.patient-profile-panel .mat-mdc-form-field:not(.field-compact),.patient-form-page .mat-mdc-form-field:not(.field-compact),.patient-form-dialog .mat-mdc-form-field:not(.field-compact),.patient-billing-line-discount-dialog .mat-mdc-form-field:not(.field-compact),.patient-billing-page .catalog-filters-primary .mat-mdc-form-field:not(.field-compact),.admin-page .mat-mdc-form-field:not(.field-compact),.super-admin-page .mat-mdc-form-field:not(.field-compact),.billing-setup .mat-mdc-form-field:not(.field-compact),.billing-module-page .mat-mdc-form-field:not(.field-compact),.billing-module-dialog .mat-mdc-form-field:not(.field-compact),.clinic-info-settings .mat-mdc-form-field:not(.field-compact),.treatments-settings .mat-mdc-form-field:not(.field-compact),.scheduling-settings .mat-mdc-form-field:not(.field-compact),.language-overrides-settings .mat-mdc-form-field:not(.field-compact),.editor-form .mat-mdc-form-field:not(.field-compact),.waitlist-drawer .mat-mdc-form-field:not(.field-compact),.article-manager .mat-mdc-form-field:not(.field-compact),.genogram-editor-dialog-panel .mat-mdc-form-field:not(.field-compact),.register-page .mat-mdc-form-field:not(.field-compact),.unified-treatment-glass-dialog-panel .mat-mdc-form-field:not(.field-compact),.visit-page .mat-mdc-form-field:not(.field-compact),.patient-docs-panel .mat-mdc-form-field:not(.field-compact){--mat-form-field-filled-label-text-size: 14px;--mat-form-field-filled-label-text-color: var(--theme-np-field-label);--mat-form-field-filled-hover-label-text-color: var(--theme-np-field-label-hover);--mat-form-field-filled-focus-label-text-color: var(--theme-np-field-label-focus);--mat-form-field-filled-container-color: var(--theme-np-field-container);--mat-form-field-filled-hover-container-color: var(--theme-np-field-container-hover);--mat-form-field-filled-focus-container-color: var(--theme-np-field-container-focus);--mat-form-field-filled-active-indicator-color: var(--theme-np-field-indicator);--mat-form-field-filled-hover-active-indicator-color: var(--theme-np-field-indicator-hover);--mat-form-field-filled-focus-active-indicator-color: var(--theme-np-field-indicator-focus);--mat-form-field-filled-input-text-color: var(--theme-np-field-input);--mat-form-field-filled-caret-color: var(--theme-np-field-caret);--mat-form-field-focus-select-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error)}.patient-profile-panel .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.patient-form-page .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.patient-form-dialog .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.patient-billing-line-discount-dialog .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.admin-page .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.super-admin-page .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.billing-setup .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.billing-module-page .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.billing-module-dialog .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.clinic-info-settings .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.treatments-settings .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.scheduling-settings .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.language-overrides-settings .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.editor-form .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.waitlist-drawer .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.article-manager .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.genogram-editor-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.register-page .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.unified-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.visit-page .mat-mdc-form-field .mat-mdc-form-field-focus-overlay,.patient-docs-panel .mat-mdc-form-field .mat-mdc-form-field-focus-overlay{background-color:transparent}.patient-profile-panel .mat-mdc-floating-label,.patient-profile-panel .mdc-floating-label,.patient-form-page .mat-mdc-floating-label,.patient-form-page .mdc-floating-label,.patient-form-dialog .mat-mdc-floating-label,.patient-form-dialog .mdc-floating-label,.patient-billing-line-discount-dialog .mat-mdc-floating-label,.patient-billing-line-discount-dialog .mdc-floating-label,.patient-billing-page .catalog-filters-primary .mat-mdc-floating-label,.patient-billing-page .catalog-filters-primary .mdc-floating-label,.admin-page .mat-mdc-floating-label,.admin-page .mdc-floating-label,.super-admin-page .mat-mdc-floating-label,.super-admin-page .mdc-floating-label,.billing-setup .mat-mdc-floating-label,.billing-setup .mdc-floating-label,.billing-module-page .mat-mdc-floating-label,.billing-module-page .mdc-floating-label,.billing-module-dialog .mat-mdc-floating-label,.billing-module-dialog .mdc-floating-label,.clinic-info-settings .mat-mdc-floating-label,.clinic-info-settings .mdc-floating-label,.treatments-settings .mat-mdc-floating-label,.treatments-settings .mdc-floating-label,.scheduling-settings .mat-mdc-floating-label,.scheduling-settings .mdc-floating-label,.language-overrides-settings .mat-mdc-floating-label,.language-overrides-settings .mdc-floating-label,.editor-form .mat-mdc-floating-label,.editor-form .mdc-floating-label,.waitlist-drawer .mat-mdc-floating-label,.waitlist-drawer .mdc-floating-label,.article-manager .mat-mdc-floating-label,.article-manager .mdc-floating-label,.genogram-editor-dialog-panel .mat-mdc-floating-label,.genogram-editor-dialog-panel .mdc-floating-label,.register-page .mat-mdc-floating-label,.register-page .mdc-floating-label,.unified-treatment-glass-dialog-panel .mat-mdc-floating-label,.unified-treatment-glass-dialog-panel .mdc-floating-label,.visit-page .mat-mdc-floating-label,.visit-page .mdc-floating-label,.patient-docs-panel .mat-mdc-floating-label,.patient-docs-panel .mdc-floating-label{color:var(--theme-np-field-label)!important;-webkit-text-fill-color:var(--theme-np-field-label)!important;opacity:1!important}.patient-profile-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-profile-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-profile-panel .mdc-floating-label--float-above,.patient-profile-panel .mat-mdc-floating-label.mdc-floating-label--float-above,.patient-form-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-form-page .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-form-page .mdc-floating-label--float-above,.patient-form-page .mat-mdc-floating-label.mdc-floating-label--float-above,.patient-form-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-form-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-form-dialog .mdc-floating-label--float-above,.patient-form-dialog .mat-mdc-floating-label.mdc-floating-label--float-above,.patient-billing-line-discount-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-billing-line-discount-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-billing-line-discount-dialog .mdc-floating-label--float-above,.patient-billing-line-discount-dialog .mat-mdc-floating-label.mdc-floating-label--float-above,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-billing-page .catalog-filters-primary .mdc-floating-label--float-above,.patient-billing-page .catalog-filters-primary .mat-mdc-floating-label.mdc-floating-label--float-above,.admin-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.admin-page .mat-mdc-form-field.mat-focused .mdc-floating-label,.admin-page .mdc-floating-label--float-above,.admin-page .mat-mdc-floating-label.mdc-floating-label--float-above,.super-admin-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.super-admin-page .mat-mdc-form-field.mat-focused .mdc-floating-label,.super-admin-page .mdc-floating-label--float-above,.super-admin-page .mat-mdc-floating-label.mdc-floating-label--float-above,.billing-setup .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.billing-setup .mat-mdc-form-field.mat-focused .mdc-floating-label,.billing-setup .mdc-floating-label--float-above,.billing-setup .mat-mdc-floating-label.mdc-floating-label--float-above,.billing-module-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.billing-module-page .mat-mdc-form-field.mat-focused .mdc-floating-label,.billing-module-page .mdc-floating-label--float-above,.billing-module-page .mat-mdc-floating-label.mdc-floating-label--float-above,.billing-module-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.billing-module-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.billing-module-dialog .mdc-floating-label--float-above,.billing-module-dialog .mat-mdc-floating-label.mdc-floating-label--float-above,.clinic-info-settings .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.clinic-info-settings .mat-mdc-form-field.mat-focused .mdc-floating-label,.clinic-info-settings .mdc-floating-label--float-above,.clinic-info-settings .mat-mdc-floating-label.mdc-floating-label--float-above,.treatments-settings .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.treatments-settings .mat-mdc-form-field.mat-focused .mdc-floating-label,.treatments-settings .mdc-floating-label--float-above,.treatments-settings .mat-mdc-floating-label.mdc-floating-label--float-above,.scheduling-settings .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.scheduling-settings .mat-mdc-form-field.mat-focused .mdc-floating-label,.scheduling-settings .mdc-floating-label--float-above,.scheduling-settings .mat-mdc-floating-label.mdc-floating-label--float-above,.language-overrides-settings .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.language-overrides-settings .mat-mdc-form-field.mat-focused .mdc-floating-label,.language-overrides-settings .mdc-floating-label--float-above,.language-overrides-settings .mat-mdc-floating-label.mdc-floating-label--float-above,.editor-form .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.editor-form .mat-mdc-form-field.mat-focused .mdc-floating-label,.editor-form .mdc-floating-label--float-above,.editor-form .mat-mdc-floating-label.mdc-floating-label--float-above,.waitlist-drawer .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.waitlist-drawer .mat-mdc-form-field.mat-focused .mdc-floating-label,.waitlist-drawer .mdc-floating-label--float-above,.waitlist-drawer .mat-mdc-floating-label.mdc-floating-label--float-above,.article-manager .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.article-manager .mat-mdc-form-field.mat-focused .mdc-floating-label,.article-manager .mdc-floating-label--float-above,.article-manager .mat-mdc-floating-label.mdc-floating-label--float-above,.genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.genogram-editor-dialog-panel .mdc-floating-label--float-above,.genogram-editor-dialog-panel .mat-mdc-floating-label.mdc-floating-label--float-above,.register-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.register-page .mat-mdc-form-field.mat-focused .mdc-floating-label,.register-page .mdc-floating-label--float-above,.register-page .mat-mdc-floating-label.mdc-floating-label--float-above,.unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.unified-treatment-glass-dialog-panel .mdc-floating-label--float-above,.unified-treatment-glass-dialog-panel .mat-mdc-floating-label.mdc-floating-label--float-above,.visit-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.visit-page .mat-mdc-form-field.mat-focused .mdc-floating-label,.visit-page .mdc-floating-label--float-above,.visit-page .mat-mdc-floating-label.mdc-floating-label--float-above,.patient-docs-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-docs-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-docs-panel .mdc-floating-label--float-above,.patient-docs-panel .mat-mdc-floating-label.mdc-floating-label--float-above{color:var(--theme-np-field-label-focus)!important;-webkit-text-fill-color:var(--theme-np-field-label-focus)!important}.patient-profile-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-profile-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-form-page .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-form-page .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-form-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-form-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-billing-line-discount-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-billing-line-discount-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.admin-page .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.admin-page .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.super-admin-page .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.super-admin-page .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.billing-setup .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.billing-setup .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.billing-module-page .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.billing-module-page .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.billing-module-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.billing-module-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.clinic-info-settings .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.clinic-info-settings .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.treatments-settings .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.treatments-settings .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.scheduling-settings .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.scheduling-settings .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.language-overrides-settings .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.language-overrides-settings .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.editor-form .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.editor-form .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.waitlist-drawer .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.waitlist-drawer .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.article-manager .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.article-manager .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.genogram-editor-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.genogram-editor-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.register-page .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.register-page .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.unified-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.unified-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.visit-page .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.visit-page .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-docs-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-docs-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon{color:var(--theme-np-field-icon-prefix)}.patient-profile-panel .mat-mdc-input-element,.patient-profile-panel textarea.mat-mdc-input-element,.patient-form-page .mat-mdc-input-element,.patient-form-page textarea.mat-mdc-input-element,.patient-form-dialog .mat-mdc-input-element,.patient-form-dialog textarea.mat-mdc-input-element,.patient-billing-line-discount-dialog .mat-mdc-input-element,.patient-billing-line-discount-dialog textarea.mat-mdc-input-element,.patient-billing-page .catalog-filters-primary .mat-mdc-input-element,.patient-billing-page .catalog-filters-primary textarea.mat-mdc-input-element,.admin-page .mat-mdc-input-element,.admin-page textarea.mat-mdc-input-element,.super-admin-page .mat-mdc-input-element,.super-admin-page textarea.mat-mdc-input-element,.billing-setup .mat-mdc-input-element,.billing-setup textarea.mat-mdc-input-element,.billing-module-page .mat-mdc-input-element,.billing-module-page textarea.mat-mdc-input-element,.billing-module-dialog .mat-mdc-input-element,.billing-module-dialog textarea.mat-mdc-input-element,.clinic-info-settings .mat-mdc-input-element,.clinic-info-settings textarea.mat-mdc-input-element,.treatments-settings .mat-mdc-input-element,.treatments-settings textarea.mat-mdc-input-element,.scheduling-settings .mat-mdc-input-element,.scheduling-settings textarea.mat-mdc-input-element,.language-overrides-settings .mat-mdc-input-element,.language-overrides-settings textarea.mat-mdc-input-element,.editor-form .mat-mdc-input-element,.editor-form textarea.mat-mdc-input-element,.waitlist-drawer .mat-mdc-input-element,.waitlist-drawer textarea.mat-mdc-input-element,.article-manager .mat-mdc-input-element,.article-manager textarea.mat-mdc-input-element,.genogram-editor-dialog-panel .mat-mdc-input-element,.genogram-editor-dialog-panel textarea.mat-mdc-input-element,.register-page .mat-mdc-input-element,.register-page textarea.mat-mdc-input-element,.unified-treatment-glass-dialog-panel .mat-mdc-input-element,.unified-treatment-glass-dialog-panel textarea.mat-mdc-input-element,.visit-page .mat-mdc-input-element,.visit-page textarea.mat-mdc-input-element,.patient-docs-panel .mat-mdc-input-element,.patient-docs-panel textarea.mat-mdc-input-element,.patient-profile-panel .mat-mdc-select,.patient-profile-panel .mat-mdc-select-value,.patient-profile-panel .mat-mdc-select-value-text,.patient-profile-panel .mat-mdc-select-min-line,.patient-form-page .mat-mdc-select,.patient-form-page .mat-mdc-select-value,.patient-form-page .mat-mdc-select-value-text,.patient-form-page .mat-mdc-select-min-line,.patient-form-dialog .mat-mdc-select,.patient-form-dialog .mat-mdc-select-value,.patient-form-dialog .mat-mdc-select-value-text,.patient-form-dialog .mat-mdc-select-min-line,.patient-billing-line-discount-dialog .mat-mdc-select,.patient-billing-line-discount-dialog .mat-mdc-select-value,.patient-billing-line-discount-dialog .mat-mdc-select-value-text,.patient-billing-line-discount-dialog .mat-mdc-select-min-line,.patient-billing-page .catalog-filters-primary .mat-mdc-select,.patient-billing-page .catalog-filters-primary .mat-mdc-select-value,.patient-billing-page .catalog-filters-primary .mat-mdc-select-value-text,.patient-billing-page .catalog-filters-primary .mat-mdc-select-min-line,.admin-page .mat-mdc-select,.admin-page .mat-mdc-select-value,.admin-page .mat-mdc-select-value-text,.admin-page .mat-mdc-select-min-line,.super-admin-page .mat-mdc-select,.super-admin-page .mat-mdc-select-value,.super-admin-page .mat-mdc-select-value-text,.super-admin-page .mat-mdc-select-min-line,.billing-setup .mat-mdc-select,.billing-setup .mat-mdc-select-value,.billing-setup .mat-mdc-select-value-text,.billing-setup .mat-mdc-select-min-line,.billing-module-page .mat-mdc-select,.billing-module-page .mat-mdc-select-value,.billing-module-page .mat-mdc-select-value-text,.billing-module-page .mat-mdc-select-min-line,.billing-module-dialog .mat-mdc-select,.billing-module-dialog .mat-mdc-select-value,.billing-module-dialog .mat-mdc-select-value-text,.billing-module-dialog .mat-mdc-select-min-line,.clinic-info-settings .mat-mdc-select,.clinic-info-settings .mat-mdc-select-value,.clinic-info-settings .mat-mdc-select-value-text,.clinic-info-settings .mat-mdc-select-min-line,.treatments-settings .mat-mdc-select,.treatments-settings .mat-mdc-select-value,.treatments-settings .mat-mdc-select-value-text,.treatments-settings .mat-mdc-select-min-line,.scheduling-settings .mat-mdc-select,.scheduling-settings .mat-mdc-select-value,.scheduling-settings .mat-mdc-select-value-text,.scheduling-settings .mat-mdc-select-min-line,.language-overrides-settings .mat-mdc-select,.language-overrides-settings .mat-mdc-select-value,.language-overrides-settings .mat-mdc-select-value-text,.language-overrides-settings .mat-mdc-select-min-line,.editor-form .mat-mdc-select,.editor-form .mat-mdc-select-value,.editor-form .mat-mdc-select-value-text,.editor-form .mat-mdc-select-min-line,.waitlist-drawer .mat-mdc-select,.waitlist-drawer .mat-mdc-select-value,.waitlist-drawer .mat-mdc-select-value-text,.waitlist-drawer .mat-mdc-select-min-line,.article-manager .mat-mdc-select,.article-manager .mat-mdc-select-value,.article-manager .mat-mdc-select-value-text,.article-manager .mat-mdc-select-min-line,.genogram-editor-dialog-panel .mat-mdc-select,.genogram-editor-dialog-panel .mat-mdc-select-value,.genogram-editor-dialog-panel .mat-mdc-select-value-text,.genogram-editor-dialog-panel .mat-mdc-select-min-line,.register-page .mat-mdc-select,.register-page .mat-mdc-select-value,.register-page .mat-mdc-select-value-text,.register-page .mat-mdc-select-min-line,.unified-treatment-glass-dialog-panel .mat-mdc-select,.unified-treatment-glass-dialog-panel .mat-mdc-select-value,.unified-treatment-glass-dialog-panel .mat-mdc-select-value-text,.unified-treatment-glass-dialog-panel .mat-mdc-select-min-line,.visit-page .mat-mdc-select,.visit-page .mat-mdc-select-value,.visit-page .mat-mdc-select-value-text,.visit-page .mat-mdc-select-min-line,.patient-docs-panel .mat-mdc-select,.patient-docs-panel .mat-mdc-select-value,.patient-docs-panel .mat-mdc-select-value-text,.patient-docs-panel .mat-mdc-select-min-line{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.patient-profile-panel .mat-mdc-select-placeholder,.patient-form-page .mat-mdc-select-placeholder,.patient-form-dialog .mat-mdc-select-placeholder,.patient-billing-line-discount-dialog .mat-mdc-select-placeholder,.patient-billing-page .catalog-filters-primary .mat-mdc-select-placeholder,.admin-page .mat-mdc-select-placeholder,.super-admin-page .mat-mdc-select-placeholder,.billing-setup .mat-mdc-select-placeholder,.billing-module-page .mat-mdc-select-placeholder,.billing-module-dialog .mat-mdc-select-placeholder,.clinic-info-settings .mat-mdc-select-placeholder,.treatments-settings .mat-mdc-select-placeholder,.scheduling-settings .mat-mdc-select-placeholder,.language-overrides-settings .mat-mdc-select-placeholder,.editor-form .mat-mdc-select-placeholder,.waitlist-drawer .mat-mdc-select-placeholder,.article-manager .mat-mdc-select-placeholder,.genogram-editor-dialog-panel .mat-mdc-select-placeholder,.register-page .mat-mdc-select-placeholder,.unified-treatment-glass-dialog-panel .mat-mdc-select-placeholder,.visit-page .mat-mdc-select-placeholder,.patient-docs-panel .mat-mdc-select-placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important;opacity:1!important}.patient-profile-panel .mat-mdc-select-arrow,.patient-form-page .mat-mdc-select-arrow,.patient-form-dialog .mat-mdc-select-arrow,.patient-billing-line-discount-dialog .mat-mdc-select-arrow,.patient-billing-page .catalog-filters-primary .mat-mdc-select-arrow,.admin-page .mat-mdc-select-arrow,.super-admin-page .mat-mdc-select-arrow,.billing-setup .mat-mdc-select-arrow,.billing-module-page .mat-mdc-select-arrow,.billing-module-dialog .mat-mdc-select-arrow,.clinic-info-settings .mat-mdc-select-arrow,.treatments-settings .mat-mdc-select-arrow,.scheduling-settings .mat-mdc-select-arrow,.language-overrides-settings .mat-mdc-select-arrow,.editor-form .mat-mdc-select-arrow,.waitlist-drawer .mat-mdc-select-arrow,.article-manager .mat-mdc-select-arrow,.genogram-editor-dialog-panel .mat-mdc-select-arrow,.register-page .mat-mdc-select-arrow,.unified-treatment-glass-dialog-panel .mat-mdc-select-arrow,.visit-page .mat-mdc-select-arrow,.patient-docs-panel .mat-mdc-select-arrow{color:var(--theme-np-field-arrow)!important}.patient-profile-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-form-page .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-form-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-billing-line-discount-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.admin-page .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.super-admin-page .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.billing-setup .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.billing-module-page .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.billing-module-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.clinic-info-settings .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.treatments-settings .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.scheduling-settings .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.language-overrides-settings .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.editor-form .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.waitlist-drawer .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.article-manager .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.register-page .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.visit-page .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-docs-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--theme-np-field-arrow-focus)!important}.patient-profile-panel .mat-datepicker-toggle,.patient-form-page .mat-datepicker-toggle,.patient-form-dialog .mat-datepicker-toggle,.patient-billing-line-discount-dialog .mat-datepicker-toggle,.patient-billing-page .catalog-filters-primary .mat-datepicker-toggle,.admin-page .mat-datepicker-toggle,.super-admin-page .mat-datepicker-toggle,.billing-setup .mat-datepicker-toggle,.billing-module-page .mat-datepicker-toggle,.billing-module-dialog .mat-datepicker-toggle,.clinic-info-settings .mat-datepicker-toggle,.treatments-settings .mat-datepicker-toggle,.scheduling-settings .mat-datepicker-toggle,.language-overrides-settings .mat-datepicker-toggle,.editor-form .mat-datepicker-toggle,.waitlist-drawer .mat-datepicker-toggle,.article-manager .mat-datepicker-toggle,.genogram-editor-dialog-panel .mat-datepicker-toggle,.register-page .mat-datepicker-toggle,.unified-treatment-glass-dialog-panel .mat-datepicker-toggle,.visit-page .mat-datepicker-toggle,.patient-docs-panel .mat-datepicker-toggle{color:var(--theme-np-field-toggle)}.patient-profile-panel .mat-mdc-form-field-error,.patient-form-page .mat-mdc-form-field-error,.patient-form-dialog .mat-mdc-form-field-error,.patient-billing-line-discount-dialog .mat-mdc-form-field-error,.patient-billing-page .catalog-filters-primary .mat-mdc-form-field-error,.admin-page .mat-mdc-form-field-error,.super-admin-page .mat-mdc-form-field-error,.billing-setup .mat-mdc-form-field-error,.billing-module-page .mat-mdc-form-field-error,.billing-module-dialog .mat-mdc-form-field-error,.clinic-info-settings .mat-mdc-form-field-error,.treatments-settings .mat-mdc-form-field-error,.scheduling-settings .mat-mdc-form-field-error,.language-overrides-settings .mat-mdc-form-field-error,.editor-form .mat-mdc-form-field-error,.waitlist-drawer .mat-mdc-form-field-error,.article-manager .mat-mdc-form-field-error,.genogram-editor-dialog-panel .mat-mdc-form-field-error,.register-page .mat-mdc-form-field-error,.unified-treatment-glass-dialog-panel .mat-mdc-form-field-error,.visit-page .mat-mdc-form-field-error,.patient-docs-panel .mat-mdc-form-field-error{color:var(--theme-np-field-error)}:root[data-theme=light] .patient-form-page .mat-mdc-floating-label,:root[data-theme=light] .patient-form-page .mdc-floating-label,:root[data-theme=light] .patient-form-dialog .mat-mdc-floating-label,:root[data-theme=light] .patient-form-dialog .mdc-floating-label,:root[data-theme=light] .patient-profile-panel .mat-mdc-floating-label,:root[data-theme=light] .patient-profile-panel .mdc-floating-label,:root[data-theme=light] .patient-billing-page .catalog-filters-primary .mat-mdc-floating-label,:root[data-theme=light] .patient-billing-page .catalog-filters-primary .mdc-floating-label,:root[data-theme=light] .admin-page .mat-mdc-floating-label,:root[data-theme=light] .admin-page .mdc-floating-label,:root[data-theme=light] .super-admin-page .mat-mdc-floating-label,:root[data-theme=light] .super-admin-page .mdc-floating-label,:root[data-theme=light] .clinic-info-settings .mat-mdc-floating-label,:root[data-theme=light] .clinic-info-settings .mdc-floating-label,:root[data-theme=light] .language-overrides-settings .mat-mdc-floating-label,:root[data-theme=light] .language-overrides-settings .mdc-floating-label,:root[data-theme=light] .editor-form .mat-mdc-floating-label,:root[data-theme=light] .editor-form .mdc-floating-label,:root[data-theme=light] .waitlist-drawer .mat-mdc-floating-label,:root[data-theme=light] .waitlist-drawer .mdc-floating-label,:root[data-theme=light] .article-manager .mat-mdc-floating-label,:root[data-theme=light] .article-manager .mdc-floating-label,:root[data-theme=light] .genogram-editor-dialog-panel .mat-mdc-floating-label,:root[data-theme=light] .genogram-editor-dialog-panel .mdc-floating-label,:root[data-theme=light] .register-page .mat-mdc-floating-label,:root[data-theme=light] .register-page .mdc-floating-label,:root[data-theme=light] .unified-treatment-glass-dialog-panel .mat-mdc-floating-label,:root[data-theme=light] .unified-treatment-glass-dialog-panel .mdc-floating-label,:root[data-theme=light] .visit-page .mat-mdc-floating-label,:root[data-theme=light] .visit-page .mdc-floating-label,:root[data-theme=light] .patient-docs-panel .mat-mdc-floating-label,:root[data-theme=light] .patient-docs-panel .mdc-floating-label{color:#6a6359eb!important;-webkit-text-fill-color:rgba(106,99,89,.92)!important}:root[data-theme=light] .patient-form-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .patient-form-page .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .patient-form-page .mdc-floating-label--float-above,:root[data-theme=light] .patient-form-page .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .patient-form-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .patient-form-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .patient-form-dialog .mdc-floating-label--float-above,:root[data-theme=light] .patient-form-dialog .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .patient-profile-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .patient-profile-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .patient-profile-panel .mdc-floating-label--float-above,:root[data-theme=light] .patient-profile-panel .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .patient-billing-page .catalog-filters-primary .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .patient-billing-page .catalog-filters-primary .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .patient-billing-page .catalog-filters-primary .mdc-floating-label--float-above,:root[data-theme=light] .patient-billing-page .catalog-filters-primary .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .admin-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .admin-page .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .admin-page .mdc-floating-label--float-above,:root[data-theme=light] .admin-page .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .super-admin-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .super-admin-page .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .super-admin-page .mdc-floating-label--float-above,:root[data-theme=light] .super-admin-page .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .clinic-info-settings .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .clinic-info-settings .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .clinic-info-settings .mdc-floating-label--float-above,:root[data-theme=light] .clinic-info-settings .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .language-overrides-settings .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .language-overrides-settings .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .language-overrides-settings .mdc-floating-label--float-above,:root[data-theme=light] .language-overrides-settings .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .editor-form .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .editor-form .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .editor-form .mdc-floating-label--float-above,:root[data-theme=light] .editor-form .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .waitlist-drawer .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .waitlist-drawer .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .waitlist-drawer .mdc-floating-label--float-above,:root[data-theme=light] .waitlist-drawer .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .article-manager .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .article-manager .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .article-manager .mdc-floating-label--float-above,:root[data-theme=light] .article-manager .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .genogram-editor-dialog-panel .mdc-floating-label--float-above,:root[data-theme=light] .genogram-editor-dialog-panel .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .register-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .register-page .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .register-page .mdc-floating-label--float-above,:root[data-theme=light] .register-page .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .unified-treatment-glass-dialog-panel .mdc-floating-label--float-above,:root[data-theme=light] .unified-treatment-glass-dialog-panel .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .visit-page .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .visit-page .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .visit-page .mdc-floating-label--float-above,:root[data-theme=light] .visit-page .mat-mdc-floating-label.mdc-floating-label--float-above,:root[data-theme=light] .patient-docs-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,:root[data-theme=light] .patient-docs-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,:root[data-theme=light] .patient-docs-panel .mdc-floating-label--float-above,:root[data-theme=light] .patient-docs-panel .mat-mdc-floating-label.mdc-floating-label--float-above{color:#14497f!important;-webkit-text-fill-color:#14497f!important}@media(hover:none)and (pointer:coarse){app-consents-tab .issue-new-section,app-consents-tab .empty-state,app-consents-tab .sub-page-header,app-consents-tab .template-edit-body,app-consents-tab .consent-type-card,app-consents-tab .patient-form-tile,app-consents-tab .template-row{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}app-consents-tab .empty-state,app-consents-tab .sub-page-header,app-consents-tab .template-edit-body{background:var(--theme-docs-panel-bg-solid)!important}app-consents-tab .consent-type-card,app-consents-tab .patient-form-tile,app-consents-tab .template-row{background:var(--theme-docs-card-bg-solid)!important}app-consents-tab .consent-type-card:hover,app-consents-tab .patient-form-tile:hover,app-consents-tab .template-row:hover{background:var(--theme-docs-card-bg-solid-hover)!important}app-consents-tab .consent-type-card.consent-type-card--blocked:not(:disabled),app-consents-tab .consent-type-card.consent-type-card--blocked:not(:disabled):hover{background:var(--theme-docs-card-blocked-bg)!important}}.portal-auth-page textarea.mat-mdc-input-element:-webkit-autofill,.portal-auth-page textarea.mat-mdc-input-element:-webkit-autofill:hover,.portal-auth-page textarea.mat-mdc-input-element:-webkit-autofill:focus,.portal-auth-page textarea.mat-mdc-input-element:-webkit-autofill:active,.portal-auth-page .mat-mdc-input-element:-webkit-autofill,.portal-auth-page .mat-mdc-input-element:-webkit-autofill:hover,.portal-auth-page .mat-mdc-input-element:-webkit-autofill:focus,.portal-auth-page .mat-mdc-input-element:-webkit-autofill:active{-webkit-text-fill-color:rgba(250,247,241,.92)!important;caret-color:#96c0e8;-webkit-box-shadow:0 0 0 1000px rgba(250,247,241,.05) inset!important;box-shadow:0 0 0 1000px #faf7f10d inset!important;transition:background-color 99999s ease-out 0s}.portal-auth-page textarea.mat-mdc-input-element:autofill,.portal-auth-page textarea.mat-mdc-input-element:autofill:hover,.portal-auth-page textarea.mat-mdc-input-element:autofill:focus,.portal-auth-page .mat-mdc-input-element:autofill,.portal-auth-page .mat-mdc-input-element:autofill:hover,.portal-auth-page .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:rgba(250,247,241,.92)!important;caret-color:#96c0e8;box-shadow:0 0 0 1000px #faf7f10d inset!important}.login-page textarea.mat-mdc-input-element:-webkit-autofill,.login-page textarea.mat-mdc-input-element:-webkit-autofill:hover,.login-page textarea.mat-mdc-input-element:-webkit-autofill:focus,.login-page textarea.mat-mdc-input-element:-webkit-autofill:active,.login-page .mat-mdc-input-element:-webkit-autofill,.login-page .mat-mdc-input-element:-webkit-autofill:hover,.login-page .mat-mdc-input-element:-webkit-autofill:focus,.login-page .mat-mdc-input-element:-webkit-autofill:active,.login-page textarea.mat-mdc-input-element:autofill,.login-page textarea.mat-mdc-input-element:autofill:hover,.login-page textarea.mat-mdc-input-element:autofill:focus,.login-page .mat-mdc-input-element:autofill,.login-page .mat-mdc-input-element:autofill:hover,.login-page .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:var(--theme-text-primary)!important;caret-color:var(--theme-accent-strong);background-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-box-shadow:none!important;box-shadow:none!important;transition:background-color 99999s ease-out 0s,color 99999s ease-out 0s}.login-page .mat-mdc-text-field-wrapper:has(.mat-mdc-input-element:-webkit-autofill),.login-page .mat-mdc-text-field-wrapper:has(.mat-mdc-input-element:autofill){background:var(--theme-login-autofill-bg)!important}.login-page .mat-mdc-form-field.mat-focused .mat-mdc-text-field-wrapper:has(.mat-mdc-input-element:-webkit-autofill),.login-page .mat-mdc-form-field.mat-focused .mat-mdc-text-field-wrapper:has(.mat-mdc-input-element:autofill){background:var(--theme-login-autofill-active-bg)!important}:root[data-theme=light] .login-page textarea.mat-mdc-input-element:-webkit-autofill,:root[data-theme=light] .login-page textarea.mat-mdc-input-element:-webkit-autofill:hover,:root[data-theme=light] .login-page textarea.mat-mdc-input-element:-webkit-autofill:focus,:root[data-theme=light] .login-page textarea.mat-mdc-input-element:-webkit-autofill:active,:root[data-theme=light] .login-page .mat-mdc-input-element:-webkit-autofill,:root[data-theme=light] .login-page .mat-mdc-input-element:-webkit-autofill:hover,:root[data-theme=light] .login-page .mat-mdc-input-element:-webkit-autofill:focus,:root[data-theme=light] .login-page .mat-mdc-input-element:-webkit-autofill:active,:root[data-theme=light] .login-page textarea.mat-mdc-input-element:autofill,:root[data-theme=light] .login-page textarea.mat-mdc-input-element:autofill:hover,:root[data-theme=light] .login-page textarea.mat-mdc-input-element:autofill:focus,:root[data-theme=light] .login-page .mat-mdc-input-element:autofill,:root[data-theme=light] .login-page .mat-mdc-input-element:autofill:hover,:root[data-theme=light] .login-page .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:var(--theme-text-primary)!important;caret-color:var(--theme-accent-strong);background-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-box-shadow:none!important;box-shadow:none!important;transition:background-color 99999s ease-out 0s,color 99999s ease-out 0s}.user-edit-page textarea.mat-mdc-input-element:-webkit-autofill,.user-edit-page textarea.mat-mdc-input-element:-webkit-autofill:hover,.user-edit-page textarea.mat-mdc-input-element:-webkit-autofill:focus,.user-edit-page textarea.mat-mdc-input-element:-webkit-autofill:active,.user-edit-page .mat-mdc-input-element:-webkit-autofill,.user-edit-page .mat-mdc-input-element:-webkit-autofill:hover,.user-edit-page .mat-mdc-input-element:-webkit-autofill:focus,.user-edit-page .mat-mdc-input-element:-webkit-autofill:active{-webkit-text-fill-color:rgba(250,247,241,.92)!important;caret-color:#96c0e8;-webkit-box-shadow:0 0 0 1000px var(--theme-input-autofill-bg) inset!important;box-shadow:0 0 0 1000px var(--theme-input-autofill-bg) inset!important;transition:background-color 99999s ease-out 0s}.user-edit-page textarea.mat-mdc-input-element:autofill,.user-edit-page textarea.mat-mdc-input-element:autofill:hover,.user-edit-page textarea.mat-mdc-input-element:autofill:focus,.user-edit-page .mat-mdc-input-element:autofill,.user-edit-page .mat-mdc-input-element:autofill:hover,.user-edit-page .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:rgba(250,247,241,.92)!important;caret-color:#96c0e8;box-shadow:0 0 0 1000px var(--theme-input-autofill-bg) inset!important}.user-edit-page .mat-mdc-text-field-wrapper:has(.mat-mdc-input-element:-webkit-autofill){background:var(--theme-control-bg)!important}:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:-webkit-autofill,:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:-webkit-autofill:hover,:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:-webkit-autofill:focus,:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:-webkit-autofill:active,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:-webkit-autofill,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:-webkit-autofill:hover,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:-webkit-autofill:focus,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:-webkit-autofill:active{-webkit-text-fill-color:var(--theme-field-text)!important;caret-color:var(--theme-accent-strong);-webkit-box-shadow:0 0 0 1000px var(--theme-field-bg) inset!important;box-shadow:0 0 0 1000px var(--theme-field-bg) inset!important;transition:background-color 99999s ease-out 0s}:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:autofill,:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:autofill:hover,:root[data-theme=light] .user-edit-page textarea.mat-mdc-input-element:autofill:focus,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:autofill,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:autofill:hover,:root[data-theme=light] .user-edit-page .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:var(--theme-field-text)!important;caret-color:var(--theme-accent-strong);box-shadow:0 0 0 1000px var(--theme-field-bg) inset!important}:root[data-theme=light] .user-edit-page .mat-mdc-text-field-wrapper:has(.mat-mdc-input-element:-webkit-autofill){background:var(--theme-field-bg)!important}.register-page textarea.mat-mdc-input-element:-webkit-autofill,.register-page textarea.mat-mdc-input-element:-webkit-autofill:hover,.register-page textarea.mat-mdc-input-element:-webkit-autofill:focus,.register-page textarea.mat-mdc-input-element:-webkit-autofill:active,.register-page .mat-mdc-input-element:-webkit-autofill,.register-page .mat-mdc-input-element:-webkit-autofill:hover,.register-page .mat-mdc-input-element:-webkit-autofill:focus,.register-page .mat-mdc-input-element:-webkit-autofill:active{-webkit-text-fill-color:rgba(0,0,0,.87)!important;caret-color:#216fbb;-webkit-box-shadow:0 0 0 1000px #fdfbf7 inset!important;box-shadow:0 0 0 1000px #fdfbf7 inset!important;transition:background-color 99999s ease-out 0s}.register-page textarea.mat-mdc-input-element:autofill,.register-page textarea.mat-mdc-input-element:autofill:hover,.register-page textarea.mat-mdc-input-element:autofill:focus,.register-page .mat-mdc-input-element:autofill,.register-page .mat-mdc-input-element:autofill:hover,.register-page .mat-mdc-input-element:autofill:focus{-webkit-text-fill-color:rgba(0,0,0,.87)!important;caret-color:#216fbb;box-shadow:0 0 0 1000px #fdfbf7 inset!important}.patient-form-dialog .mat-mdc-dialog-container{--mat-dialog-container-color: transparent}.patient-form-dialog .mat-mdc-dialog-surface{background:transparent!important;box-shadow:none!important;padding:0;max-height:90vh;overflow:hidden}@media(max-width:768px){.cdk-overlay-pane.patient-form-dialog{max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.cdk-overlay-pane.patient-form-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.patient-form-dialog .mat-mdc-dialog-container .mdc-dialog__surface{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important}.patient-form-dialog .mat-mdc-dialog-surface{max-height:100dvh!important;overflow-y:auto}}@media(max-width:1180px)and (min-width:769px){.cdk-overlay-pane.patient-form-dialog{max-width:calc(100vw - 24px)!important;width:calc(100vw - 24px)!important;height:calc(100dvh - 16px)!important;max-height:calc(100dvh - 16px)!important}.cdk-overlay-pane.patient-form-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.patient-form-dialog .mat-mdc-dialog-container .mdc-dialog__surface{width:100%!important;max-width:none!important;height:100%!important;max-height:none!important}.patient-form-dialog .mat-mdc-dialog-surface{max-height:none!important;height:100%;overflow:hidden}}.cdk-overlay-container:has(.patient-form-dialog){z-index:var(--z-overlay-top)!important}body:has(.cdk-overlay-pane.patient-form-dialog) app-module-nav-bar,body:has(.cdk-overlay-pane.patient-form-dialog) .dashboard-chrome{display:none}body:has(app-note-signing-status.nav) app-note-signing-status.floating{display:none!important}.cdk-overlay-container .mat-mdc-select-panel.symba-select-panel,.cdk-overlay-container .symba-select-panel.mdc-menu-surface,.cdk-overlay-container .symba-select-panel{--mat-select-panel-background-color: var(--theme-np-overlay-bg);--mat-sys-surface: var(--theme-np-overlay-bg);--mat-sys-surface-container: var(--theme-np-overlay-bg);--mat-sys-on-surface: var(--theme-np-overlay-option-text);--mat-option-label-text-color: var(--theme-np-overlay-option-text);--mat-option-hover-state-layer-color: var(--theme-np-overlay-option-hover-bg);--mat-option-focus-state-layer-color: var(--theme-np-overlay-option-hover-bg);--mat-option-selected-state-layer-color: var(--theme-np-overlay-option-selected-bg);background:var(--theme-np-overlay-bg)!important;background-color:var(--theme-np-overlay-bg)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-np-overlay-border);border-radius:12px!important;box-shadow:var(--theme-np-overlay-shadow);color:var(--theme-np-overlay-option-text)!important}.cdk-overlay-container .mat-mdc-select-panel.symba-select-panel .mat-mdc-option,.cdk-overlay-container .symba-select-panel .mat-mdc-option{color:var(--theme-np-overlay-option-text)!important;min-height:44px}.cdk-overlay-container .mat-mdc-select-panel.symba-select-panel .mat-mdc-option .mdc-list-item__primary-text,.cdk-overlay-container .symba-select-panel .mat-mdc-option .mdc-list-item__primary-text{color:var(--theme-np-overlay-option-text)!important}.cdk-overlay-container .mat-mdc-select-panel.symba-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled),.cdk-overlay-container .symba-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:var(--theme-np-overlay-option-selected-bg)!important}.cdk-overlay-container .mat-mdc-select-panel.symba-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .symba-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--theme-np-overlay-option-hover-bg)!important}.cdk-overlay-container .schedule-status-select-panel .status-select-value{display:inline-flex;align-items:center;gap:8px;min-width:0}.cdk-overlay-container .schedule-status-select-panel .status-select-icon{font-size:22px;width:22px;height:22px;flex-shrink:0;color:var(--theme-text-secondary)}.cdk-overlay-container .schedule-status-select-panel .mat-mdc-option.mdc-list-item--selected .status-select-icon{color:var(--theme-accent)}.status-select-value{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%}.status-select-icon{font-size:22px;width:22px;height:22px;flex-shrink:0;color:var(--theme-text-secondary)}.status-select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cdk-overlay-container .preset-apply-product-select-panel{max-height:min(420px,70vh)}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-search{position:sticky;top:0;z-index:1;padding:8px 12px;background:var(--theme-np-overlay-bg);border-bottom:1px solid var(--theme-np-overlay-border)}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-search input{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid var(--theme-glass-border);border-radius:8px;background:var(--theme-field-bg, var(--theme-glass-bg-soft));color:var(--theme-np-overlay-option-text);font-size:.875rem;outline:none}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-search input::placeholder{color:var(--theme-text-muted, var(--theme-text-secondary));opacity:.8}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-search input:focus{outline:2px solid var(--theme-focus-ring, var(--theme-accent));outline-offset:1px}.cdk-overlay-container .preset-apply-product-select-panel .mat-mdc-option{min-height:52px}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-option{display:inline-flex;align-items:center;gap:10px;min-width:0;max-width:100%}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-option__thumb{width:32px;height:42px;object-fit:contain;flex-shrink:0;border-radius:4px;background:var(--theme-field-bg, rgba(250, 247, 241, .08))}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-option__text{display:flex;flex-direction:column;gap:1px;min-width:0;line-height:1.25}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-option__name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cdk-overlay-container .preset-apply-product-select-panel .preset-apply-product-option__mfr{font-size:.75rem;opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cdk-overlay-container .cdk-overlay-pane:has(.mat-mdc-autocomplete-panel),.cdk-overlay-container .mat-mdc-autocomplete-panel.symba-select-panel,.cdk-overlay-container .mat-mdc-autocomplete-panel.history-autocomplete-panel,.cdk-overlay-container .mat-mdc-autocomplete-panel,.cdk-overlay-container .mat-mdc-autocomplete-panel.mdc-menu-surface{--mat-autocomplete-background-color: var(--theme-np-overlay-bg);--mdc-menu-container-color: var(--theme-np-overlay-bg);--mat-sys-surface: var(--theme-np-overlay-bg);--mat-sys-surface-container: var(--theme-np-overlay-bg);--mat-sys-on-surface: var(--theme-np-overlay-option-text);--mat-option-label-text-color: var(--theme-np-overlay-option-text);--mat-option-hover-state-layer-color: var(--theme-np-overlay-option-hover-bg);--mat-option-focus-state-layer-color: var(--theme-np-overlay-option-hover-bg);--mat-option-selected-state-layer-color: var(--theme-np-overlay-option-selected-bg)}.cdk-overlay-container .mat-mdc-autocomplete-panel.symba-select-panel,.cdk-overlay-container .mat-mdc-autocomplete-panel.history-autocomplete-panel,.cdk-overlay-container .mat-mdc-autocomplete-panel,.cdk-overlay-container .mat-mdc-autocomplete-panel.mdc-menu-surface,.cdk-overlay-container .mat-mdc-autocomplete-panel .mdc-list{background:var(--theme-np-overlay-bg)!important;background-color:var(--theme-np-overlay-bg)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-np-overlay-border);border-radius:12px!important;box-shadow:var(--theme-np-overlay-shadow);color:var(--theme-np-overlay-option-text)!important}.cdk-overlay-connected-position-bounding-box.nav-patient-search-overlay-box{overflow:visible!important;height:auto!important;max-height:none!important}.cdk-overlay-pane.nav-patient-search-overlay-pane{display:flex!important;flex-direction:column;align-items:stretch;overflow:visible!important;height:auto!important;max-height:none!important}.nav-patient-search-overlay-pane .mat-mdc-autocomplete-panel.nav-patient-search-panel{flex:0 1 auto;max-height:256px!important;overflow:auto!important}.mat-mdc-autocomplete-panel.nav-patient-search-panel .mat-mdc-option{min-height:44px;align-items:center}.mat-mdc-autocomplete-panel.nav-patient-search-panel .mat-mdc-option .mdc-list-item__primary-text{display:flex;align-items:center;width:100%}.mat-mdc-autocomplete-panel.nav-patient-search-panel .nav-patient-option{display:flex;align-items:center;gap:10px;min-width:0;max-width:100%;width:100%;line-height:1.4}.mat-mdc-autocomplete-panel.nav-patient-search-panel .nav-patient-option-avatar{flex-shrink:0;pointer-events:none}.mat-mdc-autocomplete-panel.nav-patient-search-panel .avatar-peek-btn mat-icon{margin:0}.mat-mdc-autocomplete-panel.nav-patient-search-panel .nav-patient-option-name{min-width:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-patient-search-add--docked{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;width:100%;box-sizing:border-box;margin:6px 0 0;padding:8px 12px;min-height:40px;border:1px solid var(--theme-np-overlay-border);border-radius:12px;background:var(--theme-np-overlay-bg, var(--theme-control-bg));box-shadow:var(--theme-np-overlay-shadow);color:var(--theme-np-overlay-option-text, var(--theme-text-primary));font:inherit;font-size:.875rem;font-weight:500;line-height:1.25;text-align:start;cursor:pointer;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav-patient-search-add--docked mat-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;width:20px;height:20px;line-height:1;overflow:hidden;color:var(--theme-text-secondary)}.nav-patient-search-add--docked:hover{background:linear-gradient(var(--theme-np-overlay-option-hover-bg),var(--theme-np-overlay-option-hover-bg)),var(--theme-np-overlay-bg, var(--theme-control-bg))!important}.nav-patient-search-add--docked:focus-visible{outline:2px solid var(--theme-focus-ring, var(--theme-nav-hover-ring));outline-offset:-2px}.cdk-overlay-container .mat-mdc-autocomplete-panel .mat-mdc-option{color:var(--theme-np-overlay-option-text)!important;min-height:40px}.cdk-overlay-container .mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text{color:var(--theme-np-overlay-option-text)!important}.cdk-overlay-container .mat-mdc-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:var(--theme-np-overlay-option-selected-bg)!important}.cdk-overlay-container .mat-mdc-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .mat-mdc-autocomplete-panel .mat-mdc-option.mat-mdc-option-active{background:var(--theme-np-overlay-option-hover-bg)!important}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.symba-datepicker-panel){--mat-datepicker-calendar-container-background-color: var(--theme-np-cal-bg);--mat-datepicker-calendar-container-text-color: var(--theme-np-cal-text);--mat-datepicker-calendar-container-elevation-shadow: var(--theme-np-cal-shadow);--mat-datepicker-calendar-body-label-text-color: var(--theme-np-cal-body-label);--mat-datepicker-calendar-period-button-text-color: var(--theme-np-cal-period-text);--mat-datepicker-calendar-period-button-icon-color: var(--theme-np-cal-icon);--mat-datepicker-calendar-navigation-button-icon-color: var(--theme-np-cal-icon);--mat-datepicker-calendar-header-divider-color: var(--theme-np-cal-header-divider);--mat-datepicker-calendar-header-text-color: var(--theme-np-cal-header-text);--mat-datepicker-calendar-date-text-color: var(--theme-np-cal-date-text);--mat-datepicker-calendar-date-disabled-state-text-color: var(--theme-np-cal-date-disabled);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-today-outline-color: var(--theme-np-cal-today-outline);--mat-datepicker-calendar-date-selected-state-background-color: var(--theme-np-cal-selected-bg);--mat-datepicker-calendar-date-selected-state-text-color: var(--theme-np-cal-selected-text);--mat-datepicker-calendar-date-selected-disabled-state-background-color: var(--theme-np-cal-selected-disabled-bg);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--theme-np-cal-selected-today-outline);--mat-datepicker-calendar-date-focus-state-background-color: var(--theme-np-cal-focus-bg);--mat-datepicker-calendar-date-hover-state-background-color: var(--theme-np-cal-hover-bg);border:1px solid var(--theme-np-cal-border);border-radius:14px!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.symba-datepicker-panel) .mat-datepicker-content-container{background:transparent}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.symba-datepicker-panel) .mat-calendar.symba-datepicker-panel,.mat-calendar.symba-datepicker-panel{background:transparent}.treatment-panel-dialog .mat-mdc-dialog-container{border-radius:20px 20px 0 0}.treatment-panel-dialog{position:absolute!important;bottom:0!important}.symba-toast-panel{overflow:visible!important}.symba-toast-panel .mdc-snackbar__surface{background:transparent!important;box-shadow:none!important;padding:0!important;min-width:0!important;overflow:visible!important}.toast-panel.toast-error symba-toast .symba-toast__body{background-color:var(--theme-status-danger-text-strong)!important;color:var(--theme-text-inverse)!important}.toast-panel.toast-warn symba-toast .symba-toast__body{background-color:var(--theme-accent-warning)!important;color:var(--theme-text-inverse)!important}.toast-panel.toast-success symba-toast .symba-toast__body{background-color:var(--theme-status-success-text-strong)!important;color:var(--theme-text-inverse)!important}.toast-panel.toast-info symba-toast .symba-toast__body{background-color:var(--theme-accent-info)!important;color:var(--theme-text-inverse)!important}.symba-fullscreen-on-mobile-backdrop{background:var(--theme-modal-scrim)!important;backdrop-filter:blur(var(--theme-blur-sm));-webkit-backdrop-filter:blur(var(--theme-blur-sm))}.symba-fullscreen-on-mobile-panel .mat-mdc-dialog-container .mdc-dialog__surface{background:var(--theme-glass-bg-strong)!important;border:var(--theme-hairline) solid var(--theme-glass-border)!important;box-shadow:var(--theme-shadow-3)!important;backdrop-filter:blur(var(--theme-blur-lg)) saturate(var(--theme-glass-saturate, 1.04));-webkit-backdrop-filter:blur(var(--theme-blur-lg)) saturate(var(--theme-glass-saturate, 1.04));border-radius:var(--theme-radius-lg)!important;color:var(--theme-text-primary)!important}@media(max-width:640px){.symba-fullscreen-on-mobile-panel{max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.symba-fullscreen-on-mobile-panel .mat-mdc-dialog-container,.symba-fullscreen-on-mobile-panel .mat-mdc-dialog-container .mdc-dialog__surface{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important}}@media(max-width:640px){.cdk-overlay-pane.symba-fullscreen-on-mobile-panel,.cdk-overlay-pane.review-sign-dialog-panel,.cdk-overlay-pane.send-pdf-dialog-panel,.cdk-overlay-pane.signature-edit-dialog-panel,.cdk-overlay-pane.portal-mgmt-glass-dialog,.cdk-overlay-pane.patient-form-dialog,.cdk-overlay-pane.billing-catalog-glass-dialog-panel,.cdk-overlay-pane.billing-module-dialog,.cdk-overlay-pane.patient-billing-line-discount-dialog,.cdk-overlay-pane.send-forms-dialog-panel,.cdk-overlay-pane.appointment-conflict-dialog-panel,.cdk-overlay-pane.edit-availability-dialog-panel,.cdk-overlay-pane.glass-dialog-panel,.cdk-overlay-pane.dark-glass-dialog,.cdk-overlay-pane.inventory-sign-preview-dialog-panel{max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.cdk-overlay-pane.symba-fullscreen-on-mobile-panel .mat-mdc-dialog-container,.cdk-overlay-pane.symba-fullscreen-on-mobile-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.review-sign-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.review-sign-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.send-pdf-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.send-pdf-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.signature-edit-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.signature-edit-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.portal-mgmt-glass-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.portal-mgmt-glass-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.patient-form-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.patient-form-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.billing-catalog-glass-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.billing-catalog-glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.patient-billing-line-discount-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.patient-billing-line-discount-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.send-forms-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.send-forms-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.appointment-conflict-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.appointment-conflict-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.edit-availability-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.edit-availability-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.glass-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.dark-glass-dialog .mat-mdc-dialog-container,.cdk-overlay-pane.dark-glass-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.inventory-sign-preview-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.inventory-sign-preview-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important}}.symba-drawer:not(.waitlist-drawer--modal),aside.symba-drawer,.waitlist-drawer:not(.waitlist-drawer--modal){position:fixed;inset-block:0;inset-inline-end:0;width:min(440px,100vw);max-width:100vw;min-width:min(400px,100vw);display:flex;flex-direction:column;overflow:hidden;background:var(--theme-paper-bg, var(--theme-glass-bg-strong));border-inline-start:var(--theme-hairline) solid var(--theme-paper-border, var(--theme-glass-border));border-start-start-radius:var(--theme-radius-xl);border-end-start-radius:var(--theme-radius-xl);box-shadow:var(--theme-shadow-3);color:var(--theme-text-primary);z-index:var(--theme-z-overlay, 1000);overscroll-behavior:contain;transition:transform var(--theme-transition-base, .2s ease)}.symba-drawer:not(.waitlist-drawer--modal) .drawer-header,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-header,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__header,aside.symba-drawer .drawer-header,aside.symba-drawer .symba-drawer-header,aside.symba-drawer .symba-drawer__header,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-header,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-header,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 18px;border-bottom:var(--theme-hairline) solid var(--theme-rule, var(--theme-paper-border));flex-shrink:0;position:sticky;top:0;z-index:2;background:var(--theme-paper-bg, var(--theme-glass-bg-strong))}.symba-drawer:not(.waitlist-drawer--modal) .drawer-header h2,.symba-drawer:not(.waitlist-drawer--modal) .drawer-header h3,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-header h2,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-header h3,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__header h2,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__header h3,aside.symba-drawer .drawer-header h2,aside.symba-drawer .drawer-header h3,aside.symba-drawer .symba-drawer-header h2,aside.symba-drawer .symba-drawer-header h3,aside.symba-drawer .symba-drawer__header h2,aside.symba-drawer .symba-drawer__header h3,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-header h2,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-header h3,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-header h2,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-header h3,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__header h2,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__header h3{margin:0;font-family:var(--theme-font-family-display);font-size:var(--theme-type-display-sm-size, 1.0625rem);font-weight:var(--theme-type-display-weight, 600);letter-spacing:var(--theme-type-display-tracking, .01em);line-height:1.2;color:var(--theme-text-primary)}.symba-drawer:not(.waitlist-drawer--modal) .drawer-header .mat-mdc-icon-button,.symba-drawer:not(.waitlist-drawer--modal) .drawer-header button,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-header .mat-mdc-icon-button,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-header button,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__header .mat-mdc-icon-button,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__header button,aside.symba-drawer .drawer-header .mat-mdc-icon-button,aside.symba-drawer .drawer-header button,aside.symba-drawer .symba-drawer-header .mat-mdc-icon-button,aside.symba-drawer .symba-drawer-header button,aside.symba-drawer .symba-drawer__header .mat-mdc-icon-button,aside.symba-drawer .symba-drawer__header button,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-header .mat-mdc-icon-button,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-header button,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-header .mat-mdc-icon-button,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-header button,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__header .mat-mdc-icon-button,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__header button{color:var(--theme-text-secondary)}.symba-drawer:not(.waitlist-drawer--modal) .drawer-body,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-body,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__body,aside.symba-drawer .drawer-body,aside.symba-drawer .symba-drawer-body,aside.symba-drawer .symba-drawer__body,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-body,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-body,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px 18px;color:var(--theme-text-secondary)}.symba-drawer:not(.waitlist-drawer--modal) .drawer-footer,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer-footer,.symba-drawer:not(.waitlist-drawer--modal) .symba-drawer__footer,aside.symba-drawer .drawer-footer,aside.symba-drawer .symba-drawer-footer,aside.symba-drawer .symba-drawer__footer,.waitlist-drawer:not(.waitlist-drawer--modal) .drawer-footer,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer-footer,.waitlist-drawer:not(.waitlist-drawer--modal) .symba-drawer__footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 18px 16px;border-top:var(--theme-hairline) solid var(--theme-rule, var(--theme-paper-border));flex-shrink:0;position:sticky;bottom:0;z-index:2;background:var(--theme-paper-bg, var(--theme-glass-bg-strong))}@media(max-width:640px){.symba-drawer:not(.waitlist-drawer--modal),aside.symba-drawer,.waitlist-drawer:not(.waitlist-drawer--modal){width:100vw!important;max-width:100vw!important;min-width:0!important;border-radius:0!important;border-start-start-radius:0!important;border-end-start-radius:0!important}}.symba-drawer-scrim,.waitlist-backdrop:not(.waitlist-backdrop--modal){position:fixed;inset:0;background:var(--theme-modal-scrim);backdrop-filter:blur(var(--theme-blur-sm));-webkit-backdrop-filter:blur(var(--theme-blur-sm));z-index:var(--theme-z-overlay, 1000);overscroll-behavior:contain}.cdk-global-overlay-wrapper:has(>.cdk-overlay-pane.symba-drawer-panel),.cdk-global-overlay-wrapper:has(>.cdk-overlay-pane.billing-module-dialog){justify-content:flex-end!important;align-items:stretch!important}.cdk-overlay-pane.symba-drawer-panel,.cdk-overlay-pane.billing-module-dialog{width:min(480px,100vw)!important;max-width:min(480px,100vw)!important;min-width:min(400px,100vw);height:100%!important;max-height:100%!important;margin:0!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-container,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-container{padding:0;height:100%;max-height:100%;--mat-dialog-container-color: transparent;--mat-dialog-supporting-text-color: var(--theme-text-secondary)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-surface,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-surface,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-container .mdc-dialog__surface{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;border-radius:var(--theme-radius-xl) 0 0 var(--theme-radius-xl)!important;background:var(--theme-paper-bg, var(--theme-glass-bg-strong))!important;border:var(--theme-hairline) solid var(--theme-paper-border, var(--theme-glass-border))!important;border-right:0!important;box-shadow:var(--theme-shadow-3, var(--theme-glass-shadow))!important;backdrop-filter:blur(var(--theme-blur-md, 12px));-webkit-backdrop-filter:blur(var(--theme-blur-md, 12px));color:var(--theme-text-primary)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-title,.cdk-overlay-pane.symba-drawer-panel h2[mat-dialog-title],.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-title,.cdk-overlay-pane.billing-module-dialog h2[mat-dialog-title]{position:sticky;top:0;z-index:2;flex-shrink:0;padding:18px 20px 12px;margin:0;border-bottom:var(--theme-hairline) solid var(--theme-rule-faint, var(--theme-rule));background:var(--theme-paper-bg, var(--theme-glass-bg-strong));font-family:var(--theme-font-family-nav, Manrope, "Helvetica Neue", sans-serif);font-size:var(--theme-type-display-sm-size, 1.0625rem);font-weight:600;letter-spacing:.02em;line-height:1.2;color:var(--theme-text-primary)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-content,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-content{flex:1 1 auto;min-height:0;overflow:auto;padding:16px 20px;margin:0;color:var(--theme-text-primary)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-actions,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-actions{position:sticky;bottom:0;z-index:2;flex-shrink:0;padding:12px 20px 18px;margin:0;border-top:var(--theme-hairline) solid var(--theme-rule-faint, var(--theme-rule));background:var(--theme-paper-bg, var(--theme-glass-bg-strong));gap:10px;flex-wrap:wrap;justify-content:flex-end}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-actions .mat-mdc-button:not(.mat-mdc-unelevated-button):not(.mat-primary):not(.mat-warn),.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-actions button[mat-button]:not([color=primary]):not([color=warn]),.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-actions .mat-mdc-button:not(.mat-mdc-unelevated-button):not(.mat-primary):not(.mat-warn),.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-actions button[mat-button]:not([color=primary]):not([color=warn]){--mat-button-text-label-text-color: var(--theme-text-primary);border:var(--theme-hairline) solid var(--theme-paper-border, var(--theme-rule));border-radius:var(--theme-radius-md, 8px);background:transparent}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-actions .mat-mdc-unelevated-button.mat-primary,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-dialog-actions button[mat-flat-button],.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-actions .mat-mdc-unelevated-button.mat-primary,.cdk-overlay-pane.billing-module-dialog .mat-mdc-dialog-actions button[mat-flat-button]{--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);border-radius:var(--theme-radius-md, 8px)}.cdk-overlay-pane.symba-drawer-panel,.cdk-overlay-pane.billing-module-dialog{--mat-form-field-filled-label-text-size: 14px;--mat-form-field-filled-label-text-color: var(--theme-np-field-label);--mat-form-field-filled-hover-label-text-color: var(--theme-np-field-label-hover);--mat-form-field-filled-focus-label-text-color: var(--theme-np-field-label-focus);--mat-form-field-filled-container-color: var(--theme-np-field-container);--mat-form-field-filled-hover-container-color: var(--theme-np-field-container-hover);--mat-form-field-filled-focus-container-color: var(--theme-np-field-container-focus);--mat-form-field-filled-active-indicator-color: var(--theme-np-field-indicator);--mat-form-field-filled-hover-active-indicator-color: var(--theme-np-field-indicator-hover);--mat-form-field-filled-focus-active-indicator-color: var(--theme-np-field-indicator-focus);--mat-form-field-filled-input-text-color: var(--theme-np-field-input);--mat-form-field-filled-caret-color: var(--theme-np-field-caret);--mat-form-field-focus-select-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-input-element,.cdk-overlay-pane.symba-drawer-panel textarea.mat-mdc-input-element,.cdk-overlay-pane.billing-module-dialog .mat-mdc-input-element,.cdk-overlay-pane.billing-module-dialog textarea.mat-mdc-input-element{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-input-element::placeholder,.cdk-overlay-pane.symba-drawer-panel textarea.mat-mdc-input-element::placeholder,.cdk-overlay-pane.billing-module-dialog .mat-mdc-input-element::placeholder,.cdk-overlay-pane.billing-module-dialog textarea.mat-mdc-input-element::placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-select,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-select-value,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-select-value-text,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-select-min-line,.cdk-overlay-pane.billing-module-dialog .mat-mdc-select,.cdk-overlay-pane.billing-module-dialog .mat-mdc-select-value,.cdk-overlay-pane.billing-module-dialog .mat-mdc-select-value-text,.cdk-overlay-pane.billing-module-dialog .mat-mdc-select-min-line{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-select-placeholder,.cdk-overlay-pane.billing-module-dialog .mat-mdc-select-placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important;opacity:1!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-select-arrow,.cdk-overlay-pane.billing-module-dialog .mat-mdc-select-arrow{color:var(--theme-np-field-arrow)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--theme-np-field-arrow-focus)!important}.cdk-overlay-pane.symba-drawer-panel .mat-datepicker-toggle,.cdk-overlay-pane.billing-module-dialog .mat-datepicker-toggle{color:var(--theme-np-field-toggle)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field-error,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field-error{color:var(--theme-np-field-error)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon{color:var(--theme-np-field-icon-prefix)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field{--mat-form-field-outlined-label-text-color: var(--theme-np-field-label);--mat-form-field-outlined-hover-label-text-color: var(--theme-np-field-label-hover);--mat-form-field-outlined-focus-label-text-color: var(--theme-np-field-label-focus);--mat-form-field-outlined-outline-color: var(--theme-np-field-indicator);--mat-form-field-outlined-hover-outline-color: var(--theme-np-field-indicator-hover);--mat-form-field-outlined-focus-outline-color: var(--theme-np-field-indicator-focus);--mat-form-field-outlined-input-text-color: var(--theme-np-field-input);--mat-form-field-outlined-caret-color: var(--theme-np-field-caret)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-text-field-wrapper,.cdk-overlay-pane.billing-module-dialog .mat-mdc-text-field-wrapper{background:var(--theme-np-field-container)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-floating-label,.cdk-overlay-pane.symba-drawer-panel .mdc-floating-label,.cdk-overlay-pane.billing-module-dialog .mat-mdc-floating-label,.cdk-overlay-pane.billing-module-dialog .mdc-floating-label{color:var(--theme-np-field-label-hover)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.cdk-overlay-pane.symba-drawer-panel .mdc-floating-label--float-above,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.cdk-overlay-pane.billing-module-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.cdk-overlay-pane.billing-module-dialog .mdc-floating-label--float-above{color:var(--theme-np-field-label-focus)!important}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-checkbox,.cdk-overlay-pane.billing-module-dialog .mat-mdc-checkbox{--mat-checkbox-label-text-color: var(--theme-text-secondary);--mat-checkbox-unselected-icon-color: var(--theme-text-muted, var(--theme-text-secondary));--mat-checkbox-unselected-hover-icon-color: var(--theme-text-primary);--mat-checkbox-selected-icon-color: var(--theme-accent);--mat-checkbox-selected-checkmark-color: var(--theme-accent-contrast, #fdfbf7);--mat-checkbox-selected-focus-icon-color: var(--theme-accent-strong, var(--theme-accent));--mat-checkbox-selected-hover-icon-color: var(--theme-accent-strong, var(--theme-accent))}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-radio-button,.cdk-overlay-pane.billing-module-dialog .mat-mdc-radio-button{--mat-radio-label-text-color: var(--theme-text-primary);--mat-radio-unselected-icon-color: var(--theme-text-muted, var(--theme-text-secondary));--mat-radio-unselected-hover-icon-color: var(--theme-text-primary);--mat-radio-selected-icon-color: var(--theme-accent);--mat-radio-selected-hover-icon-color: var(--theme-accent-strong, var(--theme-accent));--mat-radio-selected-focus-icon-color: var(--theme-accent-strong, var(--theme-accent))}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.cdk-overlay-pane.billing-module-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn){--mat-button-text-label-text-color: var(--theme-text-secondary);--mat-button-text-state-layer-color: var(--theme-control-hover-bg)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.cdk-overlay-pane.symba-drawer-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.cdk-overlay-pane.billing-module-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.cdk-overlay-pane.billing-module-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled){--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-container-color: var(--theme-accent);--mat-button-protected-label-text-color: var(--theme-accent-contrast, #fdfbf7)}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.cdk-overlay-pane.symba-drawer-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.cdk-overlay-pane.billing-module-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.cdk-overlay-pane.billing-module-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled{--mat-button-filled-disabled-container-color: color-mix(in srgb, var(--theme-text-primary) 18%, transparent);--mat-button-filled-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary));--mat-button-protected-disabled-container-color: color-mix(in srgb, var(--theme-text-primary) 18%, transparent);--mat-button-protected-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary))}.cdk-overlay-pane.symba-drawer-panel .mat-mdc-icon-button,.cdk-overlay-pane.billing-module-dialog .mat-mdc-icon-button{--mat-icon-button-icon-color: var(--theme-text-secondary)}.cdk-overlay-pane.symba-drawer-panel input[type=text]:not(.mat-mdc-input-element),.cdk-overlay-pane.symba-drawer-panel input[type=number]:not(.mat-mdc-input-element),.cdk-overlay-pane.symba-drawer-panel input[type=email]:not(.mat-mdc-input-element),.cdk-overlay-pane.symba-drawer-panel input[type=password]:not(.mat-mdc-input-element),.cdk-overlay-pane.symba-drawer-panel textarea:not(.mat-mdc-input-element),.cdk-overlay-pane.symba-drawer-panel select:not(.mat-mdc-select),.cdk-overlay-pane.billing-module-dialog input[type=text]:not(.mat-mdc-input-element),.cdk-overlay-pane.billing-module-dialog input[type=number]:not(.mat-mdc-input-element),.cdk-overlay-pane.billing-module-dialog input[type=email]:not(.mat-mdc-input-element),.cdk-overlay-pane.billing-module-dialog input[type=password]:not(.mat-mdc-input-element),.cdk-overlay-pane.billing-module-dialog textarea:not(.mat-mdc-input-element),.cdk-overlay-pane.billing-module-dialog select:not(.mat-mdc-select){color:var(--theme-text-primary);background:var(--theme-np-field-container);border:var(--theme-hairline) solid var(--theme-np-field-indicator);border-radius:var(--theme-radius-xs);caret-color:var(--theme-np-field-caret)}.cdk-overlay-pane.symba-drawer-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.symba-drawer-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.symba-drawer-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.symba-drawer-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.symba-drawer-panel textarea:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.symba-drawer-panel select:not(.mat-mdc-select)::placeholder,.cdk-overlay-pane.billing-module-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.billing-module-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.billing-module-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.billing-module-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.billing-module-dialog textarea:not(.mat-mdc-input-element)::placeholder,.cdk-overlay-pane.billing-module-dialog select:not(.mat-mdc-select)::placeholder{color:var(--theme-np-field-placeholder)}.cdk-overlay-pane.symba-drawer-panel input[type=text]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.symba-drawer-panel input[type=number]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.symba-drawer-panel input[type=email]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.symba-drawer-panel input[type=password]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.symba-drawer-panel textarea:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.symba-drawer-panel select:not(.mat-mdc-select):focus,.cdk-overlay-pane.billing-module-dialog input[type=text]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.billing-module-dialog input[type=number]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.billing-module-dialog input[type=email]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.billing-module-dialog input[type=password]:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.billing-module-dialog textarea:not(.mat-mdc-input-element):focus,.cdk-overlay-pane.billing-module-dialog select:not(.mat-mdc-select):focus{outline:none;border-color:var(--theme-np-field-indicator-focus);background:var(--theme-np-field-container-focus)}.cdk-overlay-pane.symba-drawer-panel input[type=checkbox],.cdk-overlay-pane.billing-module-dialog input[type=checkbox]{accent-color:var(--theme-accent)}@media(max-width:640px){.cdk-overlay-pane.symba-drawer-panel,.cdk-overlay-pane.billing-module-dialog{width:100vw!important;max-width:100vw!important;min-width:0!important;border-radius:0!important;border-start-start-radius:0!important;border-end-start-radius:0!important}}.cdk-overlay-pane.billing-module-dialog.billing-tp-invoice-dialog{width:min(1024px,100vw)!important;max-width:min(1024px,100vw)!important;min-width:min(1024px,100vw)}.photo-drawer-fullscreen{background:var(--theme-panel-bg, var(--theme-paper-bg));color:var(--theme-text-secondary);border:var(--theme-hairline) solid var(--theme-panel-border, var(--theme-paper-border));border-radius:var(--theme-radius-lg, 14px);box-shadow:var(--theme-photo-drawer-surface-shadow, var(--theme-shadow-3));overflow:hidden}.symba-dialog-panel .mat-mdc-dialog-container,.symba-glass-dialog-panel .mat-mdc-dialog-container,.glass-dialog-panel .mat-mdc-dialog-container,.dark-glass-dialog .mat-mdc-dialog-container,.note-type-dialog-panel .mat-mdc-dialog-container,.reminder-dialog-panel .mat-mdc-dialog-container,.symba-confirm-dialog-panel .mat-mdc-dialog-container,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-container,.dashboard-billing-peek-panel .mat-mdc-dialog-container,.patient-billing-peek-panel .mat-mdc-dialog-container,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-container,.billing-tp-invoice-dialog .mat-mdc-dialog-container,.send-pdf-dialog-panel .mat-mdc-dialog-container,.reception-kiosk-dialog-panel .mat-mdc-dialog-container,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-container,.pharmacy-search-dialog-panel .mat-mdc-dialog-container,.send-forms-dialog-panel .mat-mdc-dialog-container,.patient-profile-panel .mat-mdc-dialog-container,.patient-billing-line-discount-dialog .mat-mdc-dialog-container,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-container,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-container,.appointment-conflict-dialog-panel .mat-mdc-dialog-container,.edit-availability-dialog-panel .mat-mdc-dialog-container,.review-sign-dialog-panel .mat-mdc-dialog-container,.cost-basis-dialog-panel .mat-mdc-dialog-container,.signature-edit-dialog-panel .mat-mdc-dialog-container,.signature-crop-dialog-panel .mat-mdc-dialog-container,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-container,.signature-cleanup-dialog-panel .mat-mdc-dialog-container,.portal-mgmt-glass-dialog .mat-mdc-dialog-container,.portal-forgot-password-panel .mat-mdc-dialog-container,.portal-reauth-dialog-panel .mat-mdc-dialog-container,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-container,.portal-terms-accept-dialog-panel .mat-mdc-dialog-container,.portal-virtual-join-dialog-panel .mat-mdc-dialog-container,.portal-enrollment-dialog-panel .mat-mdc-dialog-container,.portal-photo-capture-dialog-panel .mat-mdc-dialog-container,.portal-photo-camera-dialog-panel .mat-mdc-dialog-container,.scheduler-mat-dialog-panel .mat-mdc-dialog-container,.send-photos-otl-dialog-panel .mat-mdc-dialog-container,.upload-patient-document-dialog-panel .mat-mdc-dialog-container,.signature-required-dialog-panel .mat-mdc-dialog-container,.dashboard-photos-consents-panel .mat-mdc-dialog-container,.portal-email-code-dialog-panel .mat-mdc-dialog-container,.clinic-welcome-dialog-panel .mat-mdc-dialog-container,.onboarding-checklist-dialog-panel .mat-mdc-dialog-container,.portal-account-prompt-dialog-panel .mat-mdc-dialog-container,.portal-terms-dialog-panel .mat-mdc-dialog-container,.ops-appt-detail-dialog-panel .mat-mdc-dialog-container,.filler-product-info-dialog-panel .mat-mdc-dialog-container,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-container,.wave-category-requirement-dialog .mat-mdc-dialog-container,.consent-dark-dialog .mat-mdc-dialog-container,.consent-form-view-dialog-panel .mat-mdc-dialog-container,.genogram-editor-dialog-panel .mat-mdc-dialog-container,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-container,.ai-lips-preview-dialog-panel .mat-mdc-dialog-container,.photo-drawer-move-dialog-panel .mat-mdc-dialog-container{padding:0;--mat-dialog-container-color: transparent}.symba-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.symba-dialog-panel .mat-mdc-dialog-surface,.symba-glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.symba-glass-dialog-panel .mat-mdc-dialog-surface,.glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.glass-dialog-panel .mat-mdc-dialog-surface,.dark-glass-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.dark-glass-dialog .mat-mdc-dialog-surface,.note-type-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.note-type-dialog-panel .mat-mdc-dialog-surface,.reminder-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.reminder-dialog-panel .mat-mdc-dialog-surface,.symba-confirm-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.symba-confirm-dialog-panel .mat-mdc-dialog-surface,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-container .mdc-dialog__surface,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-surface,.dashboard-billing-peek-panel .mat-mdc-dialog-container .mdc-dialog__surface,.dashboard-billing-peek-panel .mat-mdc-dialog-surface,.patient-billing-peek-panel .mat-mdc-dialog-container .mdc-dialog__surface,.patient-billing-peek-panel .mat-mdc-dialog-surface,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-surface,.billing-tp-invoice-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.billing-tp-invoice-dialog .mat-mdc-dialog-surface,.send-pdf-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.send-pdf-dialog-panel .mat-mdc-dialog-surface,.reception-kiosk-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.reception-kiosk-dialog-panel .mat-mdc-dialog-surface,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-surface,.pharmacy-search-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.pharmacy-search-dialog-panel .mat-mdc-dialog-surface,.send-forms-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.send-forms-dialog-panel .mat-mdc-dialog-surface,.patient-profile-panel .mat-mdc-dialog-container .mdc-dialog__surface,.patient-profile-panel .mat-mdc-dialog-surface,.patient-billing-line-discount-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.patient-billing-line-discount-dialog .mat-mdc-dialog-surface,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-surface,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-surface,.appointment-conflict-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.appointment-conflict-dialog-panel .mat-mdc-dialog-surface,.edit-availability-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.edit-availability-dialog-panel .mat-mdc-dialog-surface,.review-sign-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.review-sign-dialog-panel .mat-mdc-dialog-surface,.cost-basis-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cost-basis-dialog-panel .mat-mdc-dialog-surface,.signature-edit-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.signature-edit-dialog-panel .mat-mdc-dialog-surface,.signature-crop-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.signature-crop-dialog-panel .mat-mdc-dialog-surface,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-surface,.signature-cleanup-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.signature-cleanup-dialog-panel .mat-mdc-dialog-surface,.portal-mgmt-glass-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.portal-mgmt-glass-dialog .mat-mdc-dialog-surface,.portal-forgot-password-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-forgot-password-panel .mat-mdc-dialog-surface,.portal-reauth-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-reauth-dialog-panel .mat-mdc-dialog-surface,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-surface,.portal-terms-accept-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-terms-accept-dialog-panel .mat-mdc-dialog-surface,.portal-virtual-join-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-virtual-join-dialog-panel .mat-mdc-dialog-surface,.portal-enrollment-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-enrollment-dialog-panel .mat-mdc-dialog-surface,.portal-photo-capture-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-photo-capture-dialog-panel .mat-mdc-dialog-surface,.portal-photo-camera-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-photo-camera-dialog-panel .mat-mdc-dialog-surface,.scheduler-mat-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.scheduler-mat-dialog-panel .mat-mdc-dialog-surface,.send-photos-otl-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.send-photos-otl-dialog-panel .mat-mdc-dialog-surface,.upload-patient-document-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.upload-patient-document-dialog-panel .mat-mdc-dialog-surface,.signature-required-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.signature-required-dialog-panel .mat-mdc-dialog-surface,.dashboard-photos-consents-panel .mat-mdc-dialog-container .mdc-dialog__surface,.dashboard-photos-consents-panel .mat-mdc-dialog-surface,.portal-email-code-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-email-code-dialog-panel .mat-mdc-dialog-surface,.clinic-welcome-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.clinic-welcome-dialog-panel .mat-mdc-dialog-surface,.onboarding-checklist-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.onboarding-checklist-dialog-panel .mat-mdc-dialog-surface,.portal-account-prompt-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-account-prompt-dialog-panel .mat-mdc-dialog-surface,.portal-terms-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.portal-terms-dialog-panel .mat-mdc-dialog-surface,.ops-appt-detail-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.ops-appt-detail-dialog-panel .mat-mdc-dialog-surface,.filler-product-info-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.filler-product-info-dialog-panel .mat-mdc-dialog-surface,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-surface,.wave-category-requirement-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.wave-category-requirement-dialog .mat-mdc-dialog-surface,.consent-dark-dialog .mat-mdc-dialog-container .mdc-dialog__surface,.consent-dark-dialog .mat-mdc-dialog-surface,.consent-form-view-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.consent-form-view-dialog-panel .mat-mdc-dialog-surface,.genogram-editor-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.genogram-editor-dialog-panel .mat-mdc-dialog-surface,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-surface,.ai-lips-preview-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.ai-lips-preview-dialog-panel .mat-mdc-dialog-surface,.photo-drawer-move-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.photo-drawer-move-dialog-panel .mat-mdc-dialog-surface{background:var(--theme-glass-bg-strong)!important;border:1px solid var(--theme-glass-border)!important;box-shadow:var(--theme-glass-shadow)!important;backdrop-filter:blur(var(--theme-blur-xl));-webkit-backdrop-filter:blur(var(--theme-blur-xl));border-radius:var(--theme-radius-lg)!important;color:var(--theme-text-primary)!important;overflow:hidden;--mat-dialog-subhead-color: var(--theme-text-primary);--mat-dialog-supporting-text-color: var(--theme-text-secondary)}.symba-dialog-panel .mat-mdc-dialog-title,.symba-dialog-panel h2[mat-dialog-title],.symba-glass-dialog-panel .mat-mdc-dialog-title,.symba-glass-dialog-panel h2[mat-dialog-title],.glass-dialog-panel .mat-mdc-dialog-title,.glass-dialog-panel h2[mat-dialog-title],.dark-glass-dialog .mat-mdc-dialog-title,.dark-glass-dialog h2[mat-dialog-title],.note-type-dialog-panel .mat-mdc-dialog-title,.note-type-dialog-panel h2[mat-dialog-title],.reminder-dialog-panel .mat-mdc-dialog-title,.reminder-dialog-panel h2[mat-dialog-title],.symba-confirm-dialog-panel .mat-mdc-dialog-title,.symba-confirm-dialog-panel h2[mat-dialog-title],.dashboard-follow-ups-peek-panel .mat-mdc-dialog-title,.dashboard-follow-ups-peek-panel h2[mat-dialog-title],.dashboard-billing-peek-panel .mat-mdc-dialog-title,.dashboard-billing-peek-panel h2[mat-dialog-title],.patient-billing-peek-panel .mat-mdc-dialog-title,.patient-billing-peek-panel h2[mat-dialog-title],.billing-catalog-glass-dialog-panel .mat-mdc-dialog-title,.billing-catalog-glass-dialog-panel h2[mat-dialog-title],.billing-tp-invoice-dialog .mat-mdc-dialog-title,.billing-tp-invoice-dialog h2[mat-dialog-title],.send-pdf-dialog-panel .mat-mdc-dialog-title,.send-pdf-dialog-panel h2[mat-dialog-title],.reception-kiosk-dialog-panel .mat-mdc-dialog-title,.reception-kiosk-dialog-panel h2[mat-dialog-title],.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-title,.clinic-legal-agreements-dialog-panel h2[mat-dialog-title],.pharmacy-search-dialog-panel .mat-mdc-dialog-title,.pharmacy-search-dialog-panel h2[mat-dialog-title],.send-forms-dialog-panel .mat-mdc-dialog-title,.send-forms-dialog-panel h2[mat-dialog-title],.patient-profile-panel .mat-mdc-dialog-title,.patient-profile-panel h2[mat-dialog-title],.patient-billing-line-discount-dialog .mat-mdc-dialog-title,.patient-billing-line-discount-dialog h2[mat-dialog-title],.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-title,.patient-billing-send-invoice-email-dialog h2[mat-dialog-title],.patient-billing-delete-confirm-dialog .mat-mdc-dialog-title,.patient-billing-delete-confirm-dialog h2[mat-dialog-title],.appointment-conflict-dialog-panel .mat-mdc-dialog-title,.appointment-conflict-dialog-panel h2[mat-dialog-title],.edit-availability-dialog-panel .mat-mdc-dialog-title,.edit-availability-dialog-panel h2[mat-dialog-title],.review-sign-dialog-panel .mat-mdc-dialog-title,.review-sign-dialog-panel h2[mat-dialog-title],.cost-basis-dialog-panel .mat-mdc-dialog-title,.cost-basis-dialog-panel h2[mat-dialog-title],.signature-edit-dialog-panel .mat-mdc-dialog-title,.signature-edit-dialog-panel h2[mat-dialog-title],.signature-crop-dialog-panel .mat-mdc-dialog-title,.signature-crop-dialog-panel h2[mat-dialog-title],.profile-avatar-crop-dialog-panel .mat-mdc-dialog-title,.profile-avatar-crop-dialog-panel h2[mat-dialog-title],.signature-cleanup-dialog-panel .mat-mdc-dialog-title,.signature-cleanup-dialog-panel h2[mat-dialog-title],.portal-mgmt-glass-dialog .mat-mdc-dialog-title,.portal-mgmt-glass-dialog h2[mat-dialog-title],.portal-forgot-password-panel .mat-mdc-dialog-title,.portal-forgot-password-panel h2[mat-dialog-title],.portal-reauth-dialog-panel .mat-mdc-dialog-title,.portal-reauth-dialog-panel h2[mat-dialog-title],.portal-invoice-pay-dialog-panel .mat-mdc-dialog-title,.portal-invoice-pay-dialog-panel h2[mat-dialog-title],.portal-terms-accept-dialog-panel .mat-mdc-dialog-title,.portal-terms-accept-dialog-panel h2[mat-dialog-title],.portal-virtual-join-dialog-panel .mat-mdc-dialog-title,.portal-virtual-join-dialog-panel h2[mat-dialog-title],.portal-enrollment-dialog-panel .mat-mdc-dialog-title,.portal-enrollment-dialog-panel h2[mat-dialog-title],.portal-photo-capture-dialog-panel .mat-mdc-dialog-title,.portal-photo-capture-dialog-panel h2[mat-dialog-title],.portal-photo-camera-dialog-panel .mat-mdc-dialog-title,.portal-photo-camera-dialog-panel h2[mat-dialog-title],.scheduler-mat-dialog-panel .mat-mdc-dialog-title,.scheduler-mat-dialog-panel h2[mat-dialog-title],.send-photos-otl-dialog-panel .mat-mdc-dialog-title,.send-photos-otl-dialog-panel h2[mat-dialog-title],.upload-patient-document-dialog-panel .mat-mdc-dialog-title,.upload-patient-document-dialog-panel h2[mat-dialog-title],.signature-required-dialog-panel .mat-mdc-dialog-title,.signature-required-dialog-panel h2[mat-dialog-title],.dashboard-photos-consents-panel .mat-mdc-dialog-title,.dashboard-photos-consents-panel h2[mat-dialog-title],.portal-email-code-dialog-panel .mat-mdc-dialog-title,.portal-email-code-dialog-panel h2[mat-dialog-title],.clinic-welcome-dialog-panel .mat-mdc-dialog-title,.clinic-welcome-dialog-panel h2[mat-dialog-title],.onboarding-checklist-dialog-panel .mat-mdc-dialog-title,.onboarding-checklist-dialog-panel h2[mat-dialog-title],.portal-account-prompt-dialog-panel .mat-mdc-dialog-title,.portal-account-prompt-dialog-panel h2[mat-dialog-title],.portal-terms-dialog-panel .mat-mdc-dialog-title,.portal-terms-dialog-panel h2[mat-dialog-title],.ops-appt-detail-dialog-panel .mat-mdc-dialog-title,.ops-appt-detail-dialog-panel h2[mat-dialog-title],.filler-product-info-dialog-panel .mat-mdc-dialog-title,.filler-product-info-dialog-panel h2[mat-dialog-title],.filler-treatment-glass-dialog-panel .mat-mdc-dialog-title,.filler-treatment-glass-dialog-panel h2[mat-dialog-title],.wave-category-requirement-dialog .mat-mdc-dialog-title,.wave-category-requirement-dialog h2[mat-dialog-title],.consent-dark-dialog .mat-mdc-dialog-title,.consent-dark-dialog h2[mat-dialog-title],.consent-form-view-dialog-panel .mat-mdc-dialog-title,.consent-form-view-dialog-panel h2[mat-dialog-title],.genogram-editor-dialog-panel .mat-mdc-dialog-title,.genogram-editor-dialog-panel h2[mat-dialog-title],.unified-treatment-glass-dialog-panel .mat-mdc-dialog-title,.unified-treatment-glass-dialog-panel h2[mat-dialog-title],.ai-lips-preview-dialog-panel .mat-mdc-dialog-title,.ai-lips-preview-dialog-panel h2[mat-dialog-title],.photo-drawer-move-dialog-panel .mat-mdc-dialog-title,.photo-drawer-move-dialog-panel h2[mat-dialog-title]{padding:20px 22px 14px;margin:0;border-bottom:var(--theme-hairline) solid var(--theme-rule);font-family:var(--theme-font-family-display);font-size:var(--theme-type-display-sm-size);font-weight:var(--theme-type-display-weight);letter-spacing:var(--theme-type-display-tracking);line-height:1.2;color:var(--theme-text-primary)!important}.symba-dialog-panel .mat-mdc-dialog-content,.symba-glass-dialog-panel .mat-mdc-dialog-content,.glass-dialog-panel .mat-mdc-dialog-content,.dark-glass-dialog .mat-mdc-dialog-content,.note-type-dialog-panel .mat-mdc-dialog-content,.reminder-dialog-panel .mat-mdc-dialog-content,.symba-confirm-dialog-panel .mat-mdc-dialog-content,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-content,.dashboard-billing-peek-panel .mat-mdc-dialog-content,.patient-billing-peek-panel .mat-mdc-dialog-content,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content,.billing-tp-invoice-dialog .mat-mdc-dialog-content,.send-pdf-dialog-panel .mat-mdc-dialog-content,.reception-kiosk-dialog-panel .mat-mdc-dialog-content,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-content,.pharmacy-search-dialog-panel .mat-mdc-dialog-content,.send-forms-dialog-panel .mat-mdc-dialog-content,.patient-profile-panel .mat-mdc-dialog-content,.patient-billing-line-discount-dialog .mat-mdc-dialog-content,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-content,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-content,.appointment-conflict-dialog-panel .mat-mdc-dialog-content,.edit-availability-dialog-panel .mat-mdc-dialog-content,.review-sign-dialog-panel .mat-mdc-dialog-content,.cost-basis-dialog-panel .mat-mdc-dialog-content,.signature-edit-dialog-panel .mat-mdc-dialog-content,.signature-crop-dialog-panel .mat-mdc-dialog-content,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-content,.signature-cleanup-dialog-panel .mat-mdc-dialog-content,.portal-mgmt-glass-dialog .mat-mdc-dialog-content,.portal-forgot-password-panel .mat-mdc-dialog-content,.portal-reauth-dialog-panel .mat-mdc-dialog-content,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-content,.portal-terms-accept-dialog-panel .mat-mdc-dialog-content,.portal-virtual-join-dialog-panel .mat-mdc-dialog-content,.portal-enrollment-dialog-panel .mat-mdc-dialog-content,.portal-photo-capture-dialog-panel .mat-mdc-dialog-content,.portal-photo-camera-dialog-panel .mat-mdc-dialog-content,.scheduler-mat-dialog-panel .mat-mdc-dialog-content,.send-photos-otl-dialog-panel .mat-mdc-dialog-content,.upload-patient-document-dialog-panel .mat-mdc-dialog-content,.signature-required-dialog-panel .mat-mdc-dialog-content,.dashboard-photos-consents-panel .mat-mdc-dialog-content,.portal-email-code-dialog-panel .mat-mdc-dialog-content,.clinic-welcome-dialog-panel .mat-mdc-dialog-content,.onboarding-checklist-dialog-panel .mat-mdc-dialog-content,.portal-account-prompt-dialog-panel .mat-mdc-dialog-content,.portal-terms-dialog-panel .mat-mdc-dialog-content,.ops-appt-detail-dialog-panel .mat-mdc-dialog-content,.filler-product-info-dialog-panel .mat-mdc-dialog-content,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-content,.wave-category-requirement-dialog .mat-mdc-dialog-content,.consent-dark-dialog .mat-mdc-dialog-content,.consent-form-view-dialog-panel .mat-mdc-dialog-content,.genogram-editor-dialog-panel .mat-mdc-dialog-content,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-content,.ai-lips-preview-dialog-panel .mat-mdc-dialog-content,.photo-drawer-move-dialog-panel .mat-mdc-dialog-content{padding:18px 22px;margin:0;color:var(--theme-text-secondary)}.symba-dialog-panel .mat-mdc-dialog-content p,.symba-dialog-panel .mat-mdc-dialog-content span,.symba-dialog-panel .mat-mdc-dialog-content label,.symba-glass-dialog-panel .mat-mdc-dialog-content p,.symba-glass-dialog-panel .mat-mdc-dialog-content span,.symba-glass-dialog-panel .mat-mdc-dialog-content label,.glass-dialog-panel .mat-mdc-dialog-content p,.glass-dialog-panel .mat-mdc-dialog-content span,.glass-dialog-panel .mat-mdc-dialog-content label,.dark-glass-dialog .mat-mdc-dialog-content p,.dark-glass-dialog .mat-mdc-dialog-content span,.dark-glass-dialog .mat-mdc-dialog-content label,.note-type-dialog-panel .mat-mdc-dialog-content p,.note-type-dialog-panel .mat-mdc-dialog-content span,.note-type-dialog-panel .mat-mdc-dialog-content label,.reminder-dialog-panel .mat-mdc-dialog-content p,.reminder-dialog-panel .mat-mdc-dialog-content span,.reminder-dialog-panel .mat-mdc-dialog-content label,.symba-confirm-dialog-panel .mat-mdc-dialog-content p,.symba-confirm-dialog-panel .mat-mdc-dialog-content span,.symba-confirm-dialog-panel .mat-mdc-dialog-content label,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-content p,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-content span,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-content label,.dashboard-billing-peek-panel .mat-mdc-dialog-content p,.dashboard-billing-peek-panel .mat-mdc-dialog-content span,.dashboard-billing-peek-panel .mat-mdc-dialog-content label,.patient-billing-peek-panel .mat-mdc-dialog-content p,.patient-billing-peek-panel .mat-mdc-dialog-content span,.patient-billing-peek-panel .mat-mdc-dialog-content label,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content p,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content span,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content label,.billing-tp-invoice-dialog .mat-mdc-dialog-content p,.billing-tp-invoice-dialog .mat-mdc-dialog-content span,.billing-tp-invoice-dialog .mat-mdc-dialog-content label,.send-pdf-dialog-panel .mat-mdc-dialog-content p,.send-pdf-dialog-panel .mat-mdc-dialog-content span,.send-pdf-dialog-panel .mat-mdc-dialog-content label,.reception-kiosk-dialog-panel .mat-mdc-dialog-content p,.reception-kiosk-dialog-panel .mat-mdc-dialog-content span,.reception-kiosk-dialog-panel .mat-mdc-dialog-content label,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-content p,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-content span,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-content label,.pharmacy-search-dialog-panel .mat-mdc-dialog-content p,.pharmacy-search-dialog-panel .mat-mdc-dialog-content span,.pharmacy-search-dialog-panel .mat-mdc-dialog-content label,.send-forms-dialog-panel .mat-mdc-dialog-content p,.send-forms-dialog-panel .mat-mdc-dialog-content span,.send-forms-dialog-panel .mat-mdc-dialog-content label,.patient-profile-panel .mat-mdc-dialog-content p,.patient-profile-panel .mat-mdc-dialog-content span,.patient-profile-panel .mat-mdc-dialog-content label,.patient-billing-line-discount-dialog .mat-mdc-dialog-content p,.patient-billing-line-discount-dialog .mat-mdc-dialog-content span,.patient-billing-line-discount-dialog .mat-mdc-dialog-content label,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-content p,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-content span,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-content label,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-content p,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-content span,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-content label,.appointment-conflict-dialog-panel .mat-mdc-dialog-content p,.appointment-conflict-dialog-panel .mat-mdc-dialog-content span,.appointment-conflict-dialog-panel .mat-mdc-dialog-content label,.edit-availability-dialog-panel .mat-mdc-dialog-content p,.edit-availability-dialog-panel .mat-mdc-dialog-content span,.edit-availability-dialog-panel .mat-mdc-dialog-content label,.review-sign-dialog-panel .mat-mdc-dialog-content p,.review-sign-dialog-panel .mat-mdc-dialog-content span,.review-sign-dialog-panel .mat-mdc-dialog-content label,.cost-basis-dialog-panel .mat-mdc-dialog-content p,.cost-basis-dialog-panel .mat-mdc-dialog-content span,.cost-basis-dialog-panel .mat-mdc-dialog-content label,.signature-edit-dialog-panel .mat-mdc-dialog-content p,.signature-edit-dialog-panel .mat-mdc-dialog-content span,.signature-edit-dialog-panel .mat-mdc-dialog-content label,.signature-crop-dialog-panel .mat-mdc-dialog-content p,.signature-crop-dialog-panel .mat-mdc-dialog-content span,.signature-crop-dialog-panel .mat-mdc-dialog-content label,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-content p,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-content span,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-content label,.signature-cleanup-dialog-panel .mat-mdc-dialog-content p,.signature-cleanup-dialog-panel .mat-mdc-dialog-content span,.signature-cleanup-dialog-panel .mat-mdc-dialog-content label,.portal-mgmt-glass-dialog .mat-mdc-dialog-content p,.portal-mgmt-glass-dialog .mat-mdc-dialog-content span,.portal-mgmt-glass-dialog .mat-mdc-dialog-content label,.portal-forgot-password-panel .mat-mdc-dialog-content p,.portal-forgot-password-panel .mat-mdc-dialog-content span,.portal-forgot-password-panel .mat-mdc-dialog-content label,.portal-reauth-dialog-panel .mat-mdc-dialog-content p,.portal-reauth-dialog-panel .mat-mdc-dialog-content span,.portal-reauth-dialog-panel .mat-mdc-dialog-content label,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-content p,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-content span,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-content label,.portal-terms-accept-dialog-panel .mat-mdc-dialog-content p,.portal-terms-accept-dialog-panel .mat-mdc-dialog-content span,.portal-terms-accept-dialog-panel .mat-mdc-dialog-content label,.portal-virtual-join-dialog-panel .mat-mdc-dialog-content p,.portal-virtual-join-dialog-panel .mat-mdc-dialog-content span,.portal-virtual-join-dialog-panel .mat-mdc-dialog-content label,.portal-enrollment-dialog-panel .mat-mdc-dialog-content p,.portal-enrollment-dialog-panel .mat-mdc-dialog-content span,.portal-enrollment-dialog-panel .mat-mdc-dialog-content label,.portal-photo-capture-dialog-panel .mat-mdc-dialog-content p,.portal-photo-capture-dialog-panel .mat-mdc-dialog-content span,.portal-photo-capture-dialog-panel .mat-mdc-dialog-content label,.portal-photo-camera-dialog-panel .mat-mdc-dialog-content p,.portal-photo-camera-dialog-panel .mat-mdc-dialog-content span,.portal-photo-camera-dialog-panel .mat-mdc-dialog-content label,.scheduler-mat-dialog-panel .mat-mdc-dialog-content p,.scheduler-mat-dialog-panel .mat-mdc-dialog-content span,.scheduler-mat-dialog-panel .mat-mdc-dialog-content label,.send-photos-otl-dialog-panel .mat-mdc-dialog-content p,.send-photos-otl-dialog-panel .mat-mdc-dialog-content span,.send-photos-otl-dialog-panel .mat-mdc-dialog-content label,.upload-patient-document-dialog-panel .mat-mdc-dialog-content p,.upload-patient-document-dialog-panel .mat-mdc-dialog-content span,.upload-patient-document-dialog-panel .mat-mdc-dialog-content label,.signature-required-dialog-panel .mat-mdc-dialog-content p,.signature-required-dialog-panel .mat-mdc-dialog-content span,.signature-required-dialog-panel .mat-mdc-dialog-content label,.dashboard-photos-consents-panel .mat-mdc-dialog-content p,.dashboard-photos-consents-panel .mat-mdc-dialog-content span,.dashboard-photos-consents-panel .mat-mdc-dialog-content label,.portal-email-code-dialog-panel .mat-mdc-dialog-content p,.portal-email-code-dialog-panel .mat-mdc-dialog-content span,.portal-email-code-dialog-panel .mat-mdc-dialog-content label,.clinic-welcome-dialog-panel .mat-mdc-dialog-content p,.clinic-welcome-dialog-panel .mat-mdc-dialog-content span,.clinic-welcome-dialog-panel .mat-mdc-dialog-content label,.onboarding-checklist-dialog-panel .mat-mdc-dialog-content p,.onboarding-checklist-dialog-panel .mat-mdc-dialog-content span,.onboarding-checklist-dialog-panel .mat-mdc-dialog-content label,.portal-account-prompt-dialog-panel .mat-mdc-dialog-content p,.portal-account-prompt-dialog-panel .mat-mdc-dialog-content span,.portal-account-prompt-dialog-panel .mat-mdc-dialog-content label,.portal-terms-dialog-panel .mat-mdc-dialog-content p,.portal-terms-dialog-panel .mat-mdc-dialog-content span,.portal-terms-dialog-panel .mat-mdc-dialog-content label,.ops-appt-detail-dialog-panel .mat-mdc-dialog-content p,.ops-appt-detail-dialog-panel .mat-mdc-dialog-content span,.ops-appt-detail-dialog-panel .mat-mdc-dialog-content label,.filler-product-info-dialog-panel .mat-mdc-dialog-content p,.filler-product-info-dialog-panel .mat-mdc-dialog-content span,.filler-product-info-dialog-panel .mat-mdc-dialog-content label,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-content p,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-content span,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-content label,.wave-category-requirement-dialog .mat-mdc-dialog-content p,.wave-category-requirement-dialog .mat-mdc-dialog-content span,.wave-category-requirement-dialog .mat-mdc-dialog-content label,.consent-dark-dialog .mat-mdc-dialog-content p,.consent-dark-dialog .mat-mdc-dialog-content span,.consent-dark-dialog .mat-mdc-dialog-content label,.consent-form-view-dialog-panel .mat-mdc-dialog-content p,.consent-form-view-dialog-panel .mat-mdc-dialog-content span,.consent-form-view-dialog-panel .mat-mdc-dialog-content label,.genogram-editor-dialog-panel .mat-mdc-dialog-content p,.genogram-editor-dialog-panel .mat-mdc-dialog-content span,.genogram-editor-dialog-panel .mat-mdc-dialog-content label,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-content p,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-content span,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-content label,.ai-lips-preview-dialog-panel .mat-mdc-dialog-content p,.ai-lips-preview-dialog-panel .mat-mdc-dialog-content span,.ai-lips-preview-dialog-panel .mat-mdc-dialog-content label,.photo-drawer-move-dialog-panel .mat-mdc-dialog-content p,.photo-drawer-move-dialog-panel .mat-mdc-dialog-content span,.photo-drawer-move-dialog-panel .mat-mdc-dialog-content label{color:inherit}.symba-dialog-panel .mat-mdc-dialog-actions,.symba-glass-dialog-panel .mat-mdc-dialog-actions,.glass-dialog-panel .mat-mdc-dialog-actions,.dark-glass-dialog .mat-mdc-dialog-actions,.note-type-dialog-panel .mat-mdc-dialog-actions,.reminder-dialog-panel .mat-mdc-dialog-actions,.symba-confirm-dialog-panel .mat-mdc-dialog-actions,.dashboard-follow-ups-peek-panel .mat-mdc-dialog-actions,.dashboard-billing-peek-panel .mat-mdc-dialog-actions,.patient-billing-peek-panel .mat-mdc-dialog-actions,.billing-catalog-glass-dialog-panel .mat-mdc-dialog-actions,.billing-tp-invoice-dialog .mat-mdc-dialog-actions,.send-pdf-dialog-panel .mat-mdc-dialog-actions,.reception-kiosk-dialog-panel .mat-mdc-dialog-actions,.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-actions,.pharmacy-search-dialog-panel .mat-mdc-dialog-actions,.send-forms-dialog-panel .mat-mdc-dialog-actions,.patient-profile-panel .mat-mdc-dialog-actions,.patient-billing-line-discount-dialog .mat-mdc-dialog-actions,.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-actions,.patient-billing-delete-confirm-dialog .mat-mdc-dialog-actions,.appointment-conflict-dialog-panel .mat-mdc-dialog-actions,.edit-availability-dialog-panel .mat-mdc-dialog-actions,.review-sign-dialog-panel .mat-mdc-dialog-actions,.cost-basis-dialog-panel .mat-mdc-dialog-actions,.signature-edit-dialog-panel .mat-mdc-dialog-actions,.signature-crop-dialog-panel .mat-mdc-dialog-actions,.profile-avatar-crop-dialog-panel .mat-mdc-dialog-actions,.signature-cleanup-dialog-panel .mat-mdc-dialog-actions,.portal-mgmt-glass-dialog .mat-mdc-dialog-actions,.portal-forgot-password-panel .mat-mdc-dialog-actions,.portal-reauth-dialog-panel .mat-mdc-dialog-actions,.portal-invoice-pay-dialog-panel .mat-mdc-dialog-actions,.portal-terms-accept-dialog-panel .mat-mdc-dialog-actions,.portal-virtual-join-dialog-panel .mat-mdc-dialog-actions,.portal-enrollment-dialog-panel .mat-mdc-dialog-actions,.portal-photo-capture-dialog-panel .mat-mdc-dialog-actions,.portal-photo-camera-dialog-panel .mat-mdc-dialog-actions,.scheduler-mat-dialog-panel .mat-mdc-dialog-actions,.send-photos-otl-dialog-panel .mat-mdc-dialog-actions,.upload-patient-document-dialog-panel .mat-mdc-dialog-actions,.signature-required-dialog-panel .mat-mdc-dialog-actions,.dashboard-photos-consents-panel .mat-mdc-dialog-actions,.portal-email-code-dialog-panel .mat-mdc-dialog-actions,.clinic-welcome-dialog-panel .mat-mdc-dialog-actions,.onboarding-checklist-dialog-panel .mat-mdc-dialog-actions,.portal-account-prompt-dialog-panel .mat-mdc-dialog-actions,.portal-terms-dialog-panel .mat-mdc-dialog-actions,.ops-appt-detail-dialog-panel .mat-mdc-dialog-actions,.filler-product-info-dialog-panel .mat-mdc-dialog-actions,.filler-treatment-glass-dialog-panel .mat-mdc-dialog-actions,.wave-category-requirement-dialog .mat-mdc-dialog-actions,.consent-dark-dialog .mat-mdc-dialog-actions,.consent-form-view-dialog-panel .mat-mdc-dialog-actions,.genogram-editor-dialog-panel .mat-mdc-dialog-actions,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-actions,.ai-lips-preview-dialog-panel .mat-mdc-dialog-actions,.photo-drawer-move-dialog-panel .mat-mdc-dialog-actions{padding:14px 22px 20px;margin:0;border-top:var(--theme-hairline) solid var(--theme-rule);gap:10px;flex-wrap:wrap}.symba-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.symba-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.dark-glass-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.note-type-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.reminder-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.symba-confirm-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.dashboard-follow-ups-peek-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.dashboard-billing-peek-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.patient-billing-peek-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.billing-catalog-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.billing-tp-invoice-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.send-pdf-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.reception-kiosk-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.pharmacy-search-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.send-forms-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.patient-profile-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.patient-billing-line-discount-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.patient-billing-delete-confirm-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.appointment-conflict-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.edit-availability-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.review-sign-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.cost-basis-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.signature-edit-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.signature-crop-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.profile-avatar-crop-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.signature-cleanup-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-mgmt-glass-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-forgot-password-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-reauth-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-invoice-pay-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-terms-accept-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-virtual-join-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-enrollment-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-photo-capture-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-photo-camera-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.scheduler-mat-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.send-photos-otl-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.upload-patient-document-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.signature-required-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.dashboard-photos-consents-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-email-code-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.clinic-welcome-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.onboarding-checklist-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-account-prompt-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.portal-terms-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.ops-appt-detail-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.filler-product-info-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.filler-treatment-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.wave-category-requirement-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.consent-dark-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.consent-form-view-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.genogram-editor-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.unified-treatment-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.ai-lips-preview-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled),.photo-drawer-move-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(:disabled){cursor:pointer}.symba-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.symba-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.dark-glass-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.note-type-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.reminder-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.symba-confirm-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.dashboard-follow-ups-peek-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.dashboard-billing-peek-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.patient-billing-peek-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.billing-catalog-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.billing-tp-invoice-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.send-pdf-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.reception-kiosk-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.clinic-legal-agreements-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.pharmacy-search-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.send-forms-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.patient-profile-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.patient-billing-line-discount-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.patient-billing-send-invoice-email-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.patient-billing-delete-confirm-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.appointment-conflict-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.edit-availability-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.review-sign-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.cost-basis-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.signature-edit-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.signature-crop-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.profile-avatar-crop-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.signature-cleanup-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-mgmt-glass-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-forgot-password-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-reauth-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-invoice-pay-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-terms-accept-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-virtual-join-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-enrollment-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-photo-capture-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-photo-camera-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.scheduler-mat-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.send-photos-otl-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.upload-patient-document-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.signature-required-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.dashboard-photos-consents-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-email-code-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.clinic-welcome-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.onboarding-checklist-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-account-prompt-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.portal-terms-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.ops-appt-detail-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.filler-product-info-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.filler-treatment-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.wave-category-requirement-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.consent-dark-dialog .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.consent-form-view-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.genogram-editor-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.unified-treatment-glass-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.ai-lips-preview-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn),.photo-drawer-move-dialog-panel .mat-mdc-dialog-actions .mat-mdc-button-base:not(.mat-primary):not(.mat-warn){--mat-button-text-label-text-color: var(--theme-text-secondary);--mat-button-text-state-layer-color: var(--theme-review-sign-btn-state-layer)}.symba-dialog-panel .mat-mdc-button-base.mat-warn,.symba-glass-dialog-panel .mat-mdc-button-base.mat-warn,.glass-dialog-panel .mat-mdc-button-base.mat-warn,.dark-glass-dialog .mat-mdc-button-base.mat-warn,.note-type-dialog-panel .mat-mdc-button-base.mat-warn,.reminder-dialog-panel .mat-mdc-button-base.mat-warn,.symba-confirm-dialog-panel .mat-mdc-button-base.mat-warn,.dashboard-follow-ups-peek-panel .mat-mdc-button-base.mat-warn,.dashboard-billing-peek-panel .mat-mdc-button-base.mat-warn,.patient-billing-peek-panel .mat-mdc-button-base.mat-warn,.billing-catalog-glass-dialog-panel .mat-mdc-button-base.mat-warn,.billing-tp-invoice-dialog .mat-mdc-button-base.mat-warn,.send-pdf-dialog-panel .mat-mdc-button-base.mat-warn,.reception-kiosk-dialog-panel .mat-mdc-button-base.mat-warn,.clinic-legal-agreements-dialog-panel .mat-mdc-button-base.mat-warn,.pharmacy-search-dialog-panel .mat-mdc-button-base.mat-warn,.send-forms-dialog-panel .mat-mdc-button-base.mat-warn,.patient-profile-panel .mat-mdc-button-base.mat-warn,.patient-billing-line-discount-dialog .mat-mdc-button-base.mat-warn,.patient-billing-send-invoice-email-dialog .mat-mdc-button-base.mat-warn,.patient-billing-delete-confirm-dialog .mat-mdc-button-base.mat-warn,.appointment-conflict-dialog-panel .mat-mdc-button-base.mat-warn,.edit-availability-dialog-panel .mat-mdc-button-base.mat-warn,.review-sign-dialog-panel .mat-mdc-button-base.mat-warn,.cost-basis-dialog-panel .mat-mdc-button-base.mat-warn,.signature-edit-dialog-panel .mat-mdc-button-base.mat-warn,.signature-crop-dialog-panel .mat-mdc-button-base.mat-warn,.profile-avatar-crop-dialog-panel .mat-mdc-button-base.mat-warn,.signature-cleanup-dialog-panel .mat-mdc-button-base.mat-warn,.portal-mgmt-glass-dialog .mat-mdc-button-base.mat-warn,.portal-forgot-password-panel .mat-mdc-button-base.mat-warn,.portal-reauth-dialog-panel .mat-mdc-button-base.mat-warn,.portal-invoice-pay-dialog-panel .mat-mdc-button-base.mat-warn,.portal-terms-accept-dialog-panel .mat-mdc-button-base.mat-warn,.portal-virtual-join-dialog-panel .mat-mdc-button-base.mat-warn,.portal-enrollment-dialog-panel .mat-mdc-button-base.mat-warn,.portal-photo-capture-dialog-panel .mat-mdc-button-base.mat-warn,.portal-photo-camera-dialog-panel .mat-mdc-button-base.mat-warn,.scheduler-mat-dialog-panel .mat-mdc-button-base.mat-warn,.send-photos-otl-dialog-panel .mat-mdc-button-base.mat-warn,.upload-patient-document-dialog-panel .mat-mdc-button-base.mat-warn,.signature-required-dialog-panel .mat-mdc-button-base.mat-warn,.dashboard-photos-consents-panel .mat-mdc-button-base.mat-warn,.portal-email-code-dialog-panel .mat-mdc-button-base.mat-warn,.clinic-welcome-dialog-panel .mat-mdc-button-base.mat-warn,.onboarding-checklist-dialog-panel .mat-mdc-button-base.mat-warn,.portal-account-prompt-dialog-panel .mat-mdc-button-base.mat-warn,.portal-terms-dialog-panel .mat-mdc-button-base.mat-warn,.ops-appt-detail-dialog-panel .mat-mdc-button-base.mat-warn,.filler-product-info-dialog-panel .mat-mdc-button-base.mat-warn,.filler-treatment-glass-dialog-panel .mat-mdc-button-base.mat-warn,.wave-category-requirement-dialog .mat-mdc-button-base.mat-warn,.consent-dark-dialog .mat-mdc-button-base.mat-warn,.consent-form-view-dialog-panel .mat-mdc-button-base.mat-warn,.genogram-editor-dialog-panel .mat-mdc-button-base.mat-warn,.unified-treatment-glass-dialog-panel .mat-mdc-button-base.mat-warn,.ai-lips-preview-dialog-panel .mat-mdc-button-base.mat-warn,.photo-drawer-move-dialog-panel .mat-mdc-button-base.mat-warn{--mat-button-filled-container-color: var(--theme-status-danger-text-strong);--mat-button-filled-label-text-color: #fdfbf7}.symba-dialog-panel,.symba-glass-dialog-panel,.glass-dialog-panel,.dark-glass-dialog,.note-type-dialog-panel,.reminder-dialog-panel,.symba-confirm-dialog-panel,.dashboard-follow-ups-peek-panel,.dashboard-billing-peek-panel,.patient-billing-peek-panel,.billing-catalog-glass-dialog-panel,.billing-tp-invoice-dialog,.send-pdf-dialog-panel,.reception-kiosk-dialog-panel,.clinic-legal-agreements-dialog-panel,.pharmacy-search-dialog-panel,.send-forms-dialog-panel,.patient-profile-panel,.patient-billing-line-discount-dialog,.patient-billing-send-invoice-email-dialog,.patient-billing-delete-confirm-dialog,.appointment-conflict-dialog-panel,.edit-availability-dialog-panel,.review-sign-dialog-panel,.cost-basis-dialog-panel,.signature-edit-dialog-panel,.signature-crop-dialog-panel,.profile-avatar-crop-dialog-panel,.signature-cleanup-dialog-panel,.portal-mgmt-glass-dialog,.portal-forgot-password-panel,.portal-reauth-dialog-panel,.portal-invoice-pay-dialog-panel,.portal-terms-accept-dialog-panel,.portal-virtual-join-dialog-panel,.portal-enrollment-dialog-panel,.portal-photo-capture-dialog-panel,.portal-photo-camera-dialog-panel,.scheduler-mat-dialog-panel,.send-photos-otl-dialog-panel,.upload-patient-document-dialog-panel,.signature-required-dialog-panel,.dashboard-photos-consents-panel,.portal-email-code-dialog-panel,.clinic-welcome-dialog-panel,.onboarding-checklist-dialog-panel,.portal-account-prompt-dialog-panel,.portal-terms-dialog-panel,.ops-appt-detail-dialog-panel,.filler-product-info-dialog-panel,.filler-treatment-glass-dialog-panel,.wave-category-requirement-dialog,.consent-dark-dialog,.consent-form-view-dialog-panel,.genogram-editor-dialog-panel,.unified-treatment-glass-dialog-panel,.ai-lips-preview-dialog-panel,.photo-drawer-move-dialog-panel{--mat-form-field-filled-label-text-size: 14px;--mat-form-field-filled-label-text-color: var(--theme-np-field-label);--mat-form-field-filled-hover-label-text-color: var(--theme-np-field-label-hover);--mat-form-field-filled-focus-label-text-color: var(--theme-np-field-label-focus);--mat-form-field-filled-container-color: var(--theme-np-field-container);--mat-form-field-filled-hover-container-color: var(--theme-np-field-container-hover);--mat-form-field-filled-focus-container-color: var(--theme-np-field-container-focus);--mat-form-field-filled-active-indicator-color: var(--theme-np-field-indicator);--mat-form-field-filled-hover-active-indicator-color: var(--theme-np-field-indicator-hover);--mat-form-field-filled-focus-active-indicator-color: var(--theme-np-field-indicator-focus);--mat-form-field-filled-input-text-color: var(--theme-np-field-input);--mat-form-field-filled-caret-color: var(--theme-np-field-caret);--mat-form-field-focus-select-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-enabled-trigger-text-color: var(--theme-np-field-input);--mat-select-disabled-trigger-text-color: var(--theme-np-field-placeholder);--mat-select-placeholder-text-color: var(--theme-np-field-placeholder);--mat-select-enabled-arrow-color: var(--theme-np-field-arrow);--mat-select-disabled-arrow-color: var(--theme-np-field-placeholder);--mat-select-focused-arrow-color: var(--theme-np-field-arrow-focus);--mat-select-invalid-arrow-color: var(--theme-np-field-error)}.symba-dialog-panel .mat-mdc-input-element,.symba-dialog-panel textarea.mat-mdc-input-element,.symba-glass-dialog-panel .mat-mdc-input-element,.symba-glass-dialog-panel textarea.mat-mdc-input-element,.glass-dialog-panel .mat-mdc-input-element,.glass-dialog-panel textarea.mat-mdc-input-element,.dark-glass-dialog .mat-mdc-input-element,.dark-glass-dialog textarea.mat-mdc-input-element,.note-type-dialog-panel .mat-mdc-input-element,.note-type-dialog-panel textarea.mat-mdc-input-element,.reminder-dialog-panel .mat-mdc-input-element,.reminder-dialog-panel textarea.mat-mdc-input-element,.symba-confirm-dialog-panel .mat-mdc-input-element,.symba-confirm-dialog-panel textarea.mat-mdc-input-element,.dashboard-follow-ups-peek-panel .mat-mdc-input-element,.dashboard-follow-ups-peek-panel textarea.mat-mdc-input-element,.dashboard-billing-peek-panel .mat-mdc-input-element,.dashboard-billing-peek-panel textarea.mat-mdc-input-element,.patient-billing-peek-panel .mat-mdc-input-element,.patient-billing-peek-panel textarea.mat-mdc-input-element,.billing-catalog-glass-dialog-panel .mat-mdc-input-element,.billing-catalog-glass-dialog-panel textarea.mat-mdc-input-element,.billing-tp-invoice-dialog .mat-mdc-input-element,.billing-tp-invoice-dialog textarea.mat-mdc-input-element,.send-pdf-dialog-panel .mat-mdc-input-element,.send-pdf-dialog-panel textarea.mat-mdc-input-element,.reception-kiosk-dialog-panel .mat-mdc-input-element,.reception-kiosk-dialog-panel textarea.mat-mdc-input-element,.clinic-legal-agreements-dialog-panel .mat-mdc-input-element,.clinic-legal-agreements-dialog-panel textarea.mat-mdc-input-element,.pharmacy-search-dialog-panel .mat-mdc-input-element,.pharmacy-search-dialog-panel textarea.mat-mdc-input-element,.send-forms-dialog-panel .mat-mdc-input-element,.send-forms-dialog-panel textarea.mat-mdc-input-element,.patient-profile-panel .mat-mdc-input-element,.patient-profile-panel textarea.mat-mdc-input-element,.patient-billing-line-discount-dialog .mat-mdc-input-element,.patient-billing-line-discount-dialog textarea.mat-mdc-input-element,.patient-billing-send-invoice-email-dialog .mat-mdc-input-element,.patient-billing-send-invoice-email-dialog textarea.mat-mdc-input-element,.patient-billing-delete-confirm-dialog .mat-mdc-input-element,.patient-billing-delete-confirm-dialog textarea.mat-mdc-input-element,.appointment-conflict-dialog-panel .mat-mdc-input-element,.appointment-conflict-dialog-panel textarea.mat-mdc-input-element,.edit-availability-dialog-panel .mat-mdc-input-element,.edit-availability-dialog-panel textarea.mat-mdc-input-element,.review-sign-dialog-panel .mat-mdc-input-element,.review-sign-dialog-panel textarea.mat-mdc-input-element,.cost-basis-dialog-panel .mat-mdc-input-element,.cost-basis-dialog-panel textarea.mat-mdc-input-element,.signature-edit-dialog-panel .mat-mdc-input-element,.signature-edit-dialog-panel textarea.mat-mdc-input-element,.signature-crop-dialog-panel .mat-mdc-input-element,.signature-crop-dialog-panel textarea.mat-mdc-input-element,.profile-avatar-crop-dialog-panel .mat-mdc-input-element,.profile-avatar-crop-dialog-panel textarea.mat-mdc-input-element,.signature-cleanup-dialog-panel .mat-mdc-input-element,.signature-cleanup-dialog-panel textarea.mat-mdc-input-element,.portal-mgmt-glass-dialog .mat-mdc-input-element,.portal-mgmt-glass-dialog textarea.mat-mdc-input-element,.portal-forgot-password-panel .mat-mdc-input-element,.portal-forgot-password-panel textarea.mat-mdc-input-element,.portal-reauth-dialog-panel .mat-mdc-input-element,.portal-reauth-dialog-panel textarea.mat-mdc-input-element,.portal-invoice-pay-dialog-panel .mat-mdc-input-element,.portal-invoice-pay-dialog-panel textarea.mat-mdc-input-element,.portal-terms-accept-dialog-panel .mat-mdc-input-element,.portal-terms-accept-dialog-panel textarea.mat-mdc-input-element,.portal-virtual-join-dialog-panel .mat-mdc-input-element,.portal-virtual-join-dialog-panel textarea.mat-mdc-input-element,.portal-enrollment-dialog-panel .mat-mdc-input-element,.portal-enrollment-dialog-panel textarea.mat-mdc-input-element,.portal-photo-capture-dialog-panel .mat-mdc-input-element,.portal-photo-capture-dialog-panel textarea.mat-mdc-input-element,.portal-photo-camera-dialog-panel .mat-mdc-input-element,.portal-photo-camera-dialog-panel textarea.mat-mdc-input-element,.scheduler-mat-dialog-panel .mat-mdc-input-element,.scheduler-mat-dialog-panel textarea.mat-mdc-input-element,.send-photos-otl-dialog-panel .mat-mdc-input-element,.send-photos-otl-dialog-panel textarea.mat-mdc-input-element,.upload-patient-document-dialog-panel .mat-mdc-input-element,.upload-patient-document-dialog-panel textarea.mat-mdc-input-element,.signature-required-dialog-panel .mat-mdc-input-element,.signature-required-dialog-panel textarea.mat-mdc-input-element,.dashboard-photos-consents-panel .mat-mdc-input-element,.dashboard-photos-consents-panel textarea.mat-mdc-input-element,.portal-email-code-dialog-panel .mat-mdc-input-element,.portal-email-code-dialog-panel textarea.mat-mdc-input-element,.clinic-welcome-dialog-panel .mat-mdc-input-element,.clinic-welcome-dialog-panel textarea.mat-mdc-input-element,.onboarding-checklist-dialog-panel .mat-mdc-input-element,.onboarding-checklist-dialog-panel textarea.mat-mdc-input-element,.portal-account-prompt-dialog-panel .mat-mdc-input-element,.portal-account-prompt-dialog-panel textarea.mat-mdc-input-element,.portal-terms-dialog-panel .mat-mdc-input-element,.portal-terms-dialog-panel textarea.mat-mdc-input-element,.ops-appt-detail-dialog-panel .mat-mdc-input-element,.ops-appt-detail-dialog-panel textarea.mat-mdc-input-element,.filler-product-info-dialog-panel .mat-mdc-input-element,.filler-product-info-dialog-panel textarea.mat-mdc-input-element,.filler-treatment-glass-dialog-panel .mat-mdc-input-element,.filler-treatment-glass-dialog-panel textarea.mat-mdc-input-element,.wave-category-requirement-dialog .mat-mdc-input-element,.wave-category-requirement-dialog textarea.mat-mdc-input-element,.consent-dark-dialog .mat-mdc-input-element,.consent-dark-dialog textarea.mat-mdc-input-element,.consent-form-view-dialog-panel .mat-mdc-input-element,.consent-form-view-dialog-panel textarea.mat-mdc-input-element,.genogram-editor-dialog-panel .mat-mdc-input-element,.genogram-editor-dialog-panel textarea.mat-mdc-input-element,.unified-treatment-glass-dialog-panel .mat-mdc-input-element,.unified-treatment-glass-dialog-panel textarea.mat-mdc-input-element,.ai-lips-preview-dialog-panel .mat-mdc-input-element,.ai-lips-preview-dialog-panel textarea.mat-mdc-input-element,.photo-drawer-move-dialog-panel .mat-mdc-input-element,.photo-drawer-move-dialog-panel textarea.mat-mdc-input-element{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.symba-dialog-panel .mat-mdc-input-element::placeholder,.symba-dialog-panel textarea.mat-mdc-input-element::placeholder,.symba-glass-dialog-panel .mat-mdc-input-element::placeholder,.symba-glass-dialog-panel textarea.mat-mdc-input-element::placeholder,.glass-dialog-panel .mat-mdc-input-element::placeholder,.glass-dialog-panel textarea.mat-mdc-input-element::placeholder,.dark-glass-dialog .mat-mdc-input-element::placeholder,.dark-glass-dialog textarea.mat-mdc-input-element::placeholder,.note-type-dialog-panel .mat-mdc-input-element::placeholder,.note-type-dialog-panel textarea.mat-mdc-input-element::placeholder,.reminder-dialog-panel .mat-mdc-input-element::placeholder,.reminder-dialog-panel textarea.mat-mdc-input-element::placeholder,.symba-confirm-dialog-panel .mat-mdc-input-element::placeholder,.symba-confirm-dialog-panel textarea.mat-mdc-input-element::placeholder,.dashboard-follow-ups-peek-panel .mat-mdc-input-element::placeholder,.dashboard-follow-ups-peek-panel textarea.mat-mdc-input-element::placeholder,.dashboard-billing-peek-panel .mat-mdc-input-element::placeholder,.dashboard-billing-peek-panel textarea.mat-mdc-input-element::placeholder,.patient-billing-peek-panel .mat-mdc-input-element::placeholder,.patient-billing-peek-panel textarea.mat-mdc-input-element::placeholder,.billing-catalog-glass-dialog-panel .mat-mdc-input-element::placeholder,.billing-catalog-glass-dialog-panel textarea.mat-mdc-input-element::placeholder,.billing-tp-invoice-dialog .mat-mdc-input-element::placeholder,.billing-tp-invoice-dialog textarea.mat-mdc-input-element::placeholder,.send-pdf-dialog-panel .mat-mdc-input-element::placeholder,.send-pdf-dialog-panel textarea.mat-mdc-input-element::placeholder,.reception-kiosk-dialog-panel .mat-mdc-input-element::placeholder,.reception-kiosk-dialog-panel textarea.mat-mdc-input-element::placeholder,.clinic-legal-agreements-dialog-panel .mat-mdc-input-element::placeholder,.clinic-legal-agreements-dialog-panel textarea.mat-mdc-input-element::placeholder,.pharmacy-search-dialog-panel .mat-mdc-input-element::placeholder,.pharmacy-search-dialog-panel textarea.mat-mdc-input-element::placeholder,.send-forms-dialog-panel .mat-mdc-input-element::placeholder,.send-forms-dialog-panel textarea.mat-mdc-input-element::placeholder,.patient-profile-panel .mat-mdc-input-element::placeholder,.patient-profile-panel textarea.mat-mdc-input-element::placeholder,.patient-billing-line-discount-dialog .mat-mdc-input-element::placeholder,.patient-billing-line-discount-dialog textarea.mat-mdc-input-element::placeholder,.patient-billing-send-invoice-email-dialog .mat-mdc-input-element::placeholder,.patient-billing-send-invoice-email-dialog textarea.mat-mdc-input-element::placeholder,.patient-billing-delete-confirm-dialog .mat-mdc-input-element::placeholder,.patient-billing-delete-confirm-dialog textarea.mat-mdc-input-element::placeholder,.appointment-conflict-dialog-panel .mat-mdc-input-element::placeholder,.appointment-conflict-dialog-panel textarea.mat-mdc-input-element::placeholder,.edit-availability-dialog-panel .mat-mdc-input-element::placeholder,.edit-availability-dialog-panel textarea.mat-mdc-input-element::placeholder,.review-sign-dialog-panel .mat-mdc-input-element::placeholder,.review-sign-dialog-panel textarea.mat-mdc-input-element::placeholder,.cost-basis-dialog-panel .mat-mdc-input-element::placeholder,.cost-basis-dialog-panel textarea.mat-mdc-input-element::placeholder,.signature-edit-dialog-panel .mat-mdc-input-element::placeholder,.signature-edit-dialog-panel textarea.mat-mdc-input-element::placeholder,.signature-crop-dialog-panel .mat-mdc-input-element::placeholder,.signature-crop-dialog-panel textarea.mat-mdc-input-element::placeholder,.profile-avatar-crop-dialog-panel .mat-mdc-input-element::placeholder,.profile-avatar-crop-dialog-panel textarea.mat-mdc-input-element::placeholder,.signature-cleanup-dialog-panel .mat-mdc-input-element::placeholder,.signature-cleanup-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-mgmt-glass-dialog .mat-mdc-input-element::placeholder,.portal-mgmt-glass-dialog textarea.mat-mdc-input-element::placeholder,.portal-forgot-password-panel .mat-mdc-input-element::placeholder,.portal-forgot-password-panel textarea.mat-mdc-input-element::placeholder,.portal-reauth-dialog-panel .mat-mdc-input-element::placeholder,.portal-reauth-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-invoice-pay-dialog-panel .mat-mdc-input-element::placeholder,.portal-invoice-pay-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-terms-accept-dialog-panel .mat-mdc-input-element::placeholder,.portal-terms-accept-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-virtual-join-dialog-panel .mat-mdc-input-element::placeholder,.portal-virtual-join-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-enrollment-dialog-panel .mat-mdc-input-element::placeholder,.portal-enrollment-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-photo-capture-dialog-panel .mat-mdc-input-element::placeholder,.portal-photo-capture-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-photo-camera-dialog-panel .mat-mdc-input-element::placeholder,.portal-photo-camera-dialog-panel textarea.mat-mdc-input-element::placeholder,.scheduler-mat-dialog-panel .mat-mdc-input-element::placeholder,.scheduler-mat-dialog-panel textarea.mat-mdc-input-element::placeholder,.send-photos-otl-dialog-panel .mat-mdc-input-element::placeholder,.send-photos-otl-dialog-panel textarea.mat-mdc-input-element::placeholder,.upload-patient-document-dialog-panel .mat-mdc-input-element::placeholder,.upload-patient-document-dialog-panel textarea.mat-mdc-input-element::placeholder,.signature-required-dialog-panel .mat-mdc-input-element::placeholder,.signature-required-dialog-panel textarea.mat-mdc-input-element::placeholder,.dashboard-photos-consents-panel .mat-mdc-input-element::placeholder,.dashboard-photos-consents-panel textarea.mat-mdc-input-element::placeholder,.portal-email-code-dialog-panel .mat-mdc-input-element::placeholder,.portal-email-code-dialog-panel textarea.mat-mdc-input-element::placeholder,.clinic-welcome-dialog-panel .mat-mdc-input-element::placeholder,.clinic-welcome-dialog-panel textarea.mat-mdc-input-element::placeholder,.onboarding-checklist-dialog-panel .mat-mdc-input-element::placeholder,.onboarding-checklist-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-account-prompt-dialog-panel .mat-mdc-input-element::placeholder,.portal-account-prompt-dialog-panel textarea.mat-mdc-input-element::placeholder,.portal-terms-dialog-panel .mat-mdc-input-element::placeholder,.portal-terms-dialog-panel textarea.mat-mdc-input-element::placeholder,.ops-appt-detail-dialog-panel .mat-mdc-input-element::placeholder,.ops-appt-detail-dialog-panel textarea.mat-mdc-input-element::placeholder,.filler-product-info-dialog-panel .mat-mdc-input-element::placeholder,.filler-product-info-dialog-panel textarea.mat-mdc-input-element::placeholder,.filler-treatment-glass-dialog-panel .mat-mdc-input-element::placeholder,.filler-treatment-glass-dialog-panel textarea.mat-mdc-input-element::placeholder,.wave-category-requirement-dialog .mat-mdc-input-element::placeholder,.wave-category-requirement-dialog textarea.mat-mdc-input-element::placeholder,.consent-dark-dialog .mat-mdc-input-element::placeholder,.consent-dark-dialog textarea.mat-mdc-input-element::placeholder,.consent-form-view-dialog-panel .mat-mdc-input-element::placeholder,.consent-form-view-dialog-panel textarea.mat-mdc-input-element::placeholder,.genogram-editor-dialog-panel .mat-mdc-input-element::placeholder,.genogram-editor-dialog-panel textarea.mat-mdc-input-element::placeholder,.unified-treatment-glass-dialog-panel .mat-mdc-input-element::placeholder,.unified-treatment-glass-dialog-panel textarea.mat-mdc-input-element::placeholder,.ai-lips-preview-dialog-panel .mat-mdc-input-element::placeholder,.ai-lips-preview-dialog-panel textarea.mat-mdc-input-element::placeholder,.photo-drawer-move-dialog-panel .mat-mdc-input-element::placeholder,.photo-drawer-move-dialog-panel textarea.mat-mdc-input-element::placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important}.symba-dialog-panel .mat-mdc-select,.symba-dialog-panel .mat-mdc-select-value,.symba-dialog-panel .mat-mdc-select-value-text,.symba-dialog-panel .mat-mdc-select-min-line,.symba-glass-dialog-panel .mat-mdc-select,.symba-glass-dialog-panel .mat-mdc-select-value,.symba-glass-dialog-panel .mat-mdc-select-value-text,.symba-glass-dialog-panel .mat-mdc-select-min-line,.glass-dialog-panel .mat-mdc-select,.glass-dialog-panel .mat-mdc-select-value,.glass-dialog-panel .mat-mdc-select-value-text,.glass-dialog-panel .mat-mdc-select-min-line,.dark-glass-dialog .mat-mdc-select,.dark-glass-dialog .mat-mdc-select-value,.dark-glass-dialog .mat-mdc-select-value-text,.dark-glass-dialog .mat-mdc-select-min-line,.note-type-dialog-panel .mat-mdc-select,.note-type-dialog-panel .mat-mdc-select-value,.note-type-dialog-panel .mat-mdc-select-value-text,.note-type-dialog-panel .mat-mdc-select-min-line,.reminder-dialog-panel .mat-mdc-select,.reminder-dialog-panel .mat-mdc-select-value,.reminder-dialog-panel .mat-mdc-select-value-text,.reminder-dialog-panel .mat-mdc-select-min-line,.symba-confirm-dialog-panel .mat-mdc-select,.symba-confirm-dialog-panel .mat-mdc-select-value,.symba-confirm-dialog-panel .mat-mdc-select-value-text,.symba-confirm-dialog-panel .mat-mdc-select-min-line,.dashboard-follow-ups-peek-panel .mat-mdc-select,.dashboard-follow-ups-peek-panel .mat-mdc-select-value,.dashboard-follow-ups-peek-panel .mat-mdc-select-value-text,.dashboard-follow-ups-peek-panel .mat-mdc-select-min-line,.dashboard-billing-peek-panel .mat-mdc-select,.dashboard-billing-peek-panel .mat-mdc-select-value,.dashboard-billing-peek-panel .mat-mdc-select-value-text,.dashboard-billing-peek-panel .mat-mdc-select-min-line,.patient-billing-peek-panel .mat-mdc-select,.patient-billing-peek-panel .mat-mdc-select-value,.patient-billing-peek-panel .mat-mdc-select-value-text,.patient-billing-peek-panel .mat-mdc-select-min-line,.billing-catalog-glass-dialog-panel .mat-mdc-select,.billing-catalog-glass-dialog-panel .mat-mdc-select-value,.billing-catalog-glass-dialog-panel .mat-mdc-select-value-text,.billing-catalog-glass-dialog-panel .mat-mdc-select-min-line,.billing-tp-invoice-dialog .mat-mdc-select,.billing-tp-invoice-dialog .mat-mdc-select-value,.billing-tp-invoice-dialog .mat-mdc-select-value-text,.billing-tp-invoice-dialog .mat-mdc-select-min-line,.send-pdf-dialog-panel .mat-mdc-select,.send-pdf-dialog-panel .mat-mdc-select-value,.send-pdf-dialog-panel .mat-mdc-select-value-text,.send-pdf-dialog-panel .mat-mdc-select-min-line,.reception-kiosk-dialog-panel .mat-mdc-select,.reception-kiosk-dialog-panel .mat-mdc-select-value,.reception-kiosk-dialog-panel .mat-mdc-select-value-text,.reception-kiosk-dialog-panel .mat-mdc-select-min-line,.clinic-legal-agreements-dialog-panel .mat-mdc-select,.clinic-legal-agreements-dialog-panel .mat-mdc-select-value,.clinic-legal-agreements-dialog-panel .mat-mdc-select-value-text,.clinic-legal-agreements-dialog-panel .mat-mdc-select-min-line,.pharmacy-search-dialog-panel .mat-mdc-select,.pharmacy-search-dialog-panel .mat-mdc-select-value,.pharmacy-search-dialog-panel .mat-mdc-select-value-text,.pharmacy-search-dialog-panel .mat-mdc-select-min-line,.send-forms-dialog-panel .mat-mdc-select,.send-forms-dialog-panel .mat-mdc-select-value,.send-forms-dialog-panel .mat-mdc-select-value-text,.send-forms-dialog-panel .mat-mdc-select-min-line,.patient-profile-panel .mat-mdc-select,.patient-profile-panel .mat-mdc-select-value,.patient-profile-panel .mat-mdc-select-value-text,.patient-profile-panel .mat-mdc-select-min-line,.patient-billing-line-discount-dialog .mat-mdc-select,.patient-billing-line-discount-dialog .mat-mdc-select-value,.patient-billing-line-discount-dialog .mat-mdc-select-value-text,.patient-billing-line-discount-dialog .mat-mdc-select-min-line,.patient-billing-send-invoice-email-dialog .mat-mdc-select,.patient-billing-send-invoice-email-dialog .mat-mdc-select-value,.patient-billing-send-invoice-email-dialog .mat-mdc-select-value-text,.patient-billing-send-invoice-email-dialog .mat-mdc-select-min-line,.patient-billing-delete-confirm-dialog .mat-mdc-select,.patient-billing-delete-confirm-dialog .mat-mdc-select-value,.patient-billing-delete-confirm-dialog .mat-mdc-select-value-text,.patient-billing-delete-confirm-dialog .mat-mdc-select-min-line,.appointment-conflict-dialog-panel .mat-mdc-select,.appointment-conflict-dialog-panel .mat-mdc-select-value,.appointment-conflict-dialog-panel .mat-mdc-select-value-text,.appointment-conflict-dialog-panel .mat-mdc-select-min-line,.edit-availability-dialog-panel .mat-mdc-select,.edit-availability-dialog-panel .mat-mdc-select-value,.edit-availability-dialog-panel .mat-mdc-select-value-text,.edit-availability-dialog-panel .mat-mdc-select-min-line,.review-sign-dialog-panel .mat-mdc-select,.review-sign-dialog-panel .mat-mdc-select-value,.review-sign-dialog-panel .mat-mdc-select-value-text,.review-sign-dialog-panel .mat-mdc-select-min-line,.cost-basis-dialog-panel .mat-mdc-select,.cost-basis-dialog-panel .mat-mdc-select-value,.cost-basis-dialog-panel .mat-mdc-select-value-text,.cost-basis-dialog-panel .mat-mdc-select-min-line,.signature-edit-dialog-panel .mat-mdc-select,.signature-edit-dialog-panel .mat-mdc-select-value,.signature-edit-dialog-panel .mat-mdc-select-value-text,.signature-edit-dialog-panel .mat-mdc-select-min-line,.signature-crop-dialog-panel .mat-mdc-select,.signature-crop-dialog-panel .mat-mdc-select-value,.signature-crop-dialog-panel .mat-mdc-select-value-text,.signature-crop-dialog-panel .mat-mdc-select-min-line,.profile-avatar-crop-dialog-panel .mat-mdc-select,.profile-avatar-crop-dialog-panel .mat-mdc-select-value,.profile-avatar-crop-dialog-panel .mat-mdc-select-value-text,.profile-avatar-crop-dialog-panel .mat-mdc-select-min-line,.signature-cleanup-dialog-panel .mat-mdc-select,.signature-cleanup-dialog-panel .mat-mdc-select-value,.signature-cleanup-dialog-panel .mat-mdc-select-value-text,.signature-cleanup-dialog-panel .mat-mdc-select-min-line,.portal-mgmt-glass-dialog .mat-mdc-select,.portal-mgmt-glass-dialog .mat-mdc-select-value,.portal-mgmt-glass-dialog .mat-mdc-select-value-text,.portal-mgmt-glass-dialog .mat-mdc-select-min-line,.portal-forgot-password-panel .mat-mdc-select,.portal-forgot-password-panel .mat-mdc-select-value,.portal-forgot-password-panel .mat-mdc-select-value-text,.portal-forgot-password-panel .mat-mdc-select-min-line,.portal-reauth-dialog-panel .mat-mdc-select,.portal-reauth-dialog-panel .mat-mdc-select-value,.portal-reauth-dialog-panel .mat-mdc-select-value-text,.portal-reauth-dialog-panel .mat-mdc-select-min-line,.portal-invoice-pay-dialog-panel .mat-mdc-select,.portal-invoice-pay-dialog-panel .mat-mdc-select-value,.portal-invoice-pay-dialog-panel .mat-mdc-select-value-text,.portal-invoice-pay-dialog-panel .mat-mdc-select-min-line,.portal-terms-accept-dialog-panel .mat-mdc-select,.portal-terms-accept-dialog-panel .mat-mdc-select-value,.portal-terms-accept-dialog-panel .mat-mdc-select-value-text,.portal-terms-accept-dialog-panel .mat-mdc-select-min-line,.portal-virtual-join-dialog-panel .mat-mdc-select,.portal-virtual-join-dialog-panel .mat-mdc-select-value,.portal-virtual-join-dialog-panel .mat-mdc-select-value-text,.portal-virtual-join-dialog-panel .mat-mdc-select-min-line,.portal-enrollment-dialog-panel .mat-mdc-select,.portal-enrollment-dialog-panel .mat-mdc-select-value,.portal-enrollment-dialog-panel .mat-mdc-select-value-text,.portal-enrollment-dialog-panel .mat-mdc-select-min-line,.portal-photo-capture-dialog-panel .mat-mdc-select,.portal-photo-capture-dialog-panel .mat-mdc-select-value,.portal-photo-capture-dialog-panel .mat-mdc-select-value-text,.portal-photo-capture-dialog-panel .mat-mdc-select-min-line,.portal-photo-camera-dialog-panel .mat-mdc-select,.portal-photo-camera-dialog-panel .mat-mdc-select-value,.portal-photo-camera-dialog-panel .mat-mdc-select-value-text,.portal-photo-camera-dialog-panel .mat-mdc-select-min-line,.scheduler-mat-dialog-panel .mat-mdc-select,.scheduler-mat-dialog-panel .mat-mdc-select-value,.scheduler-mat-dialog-panel .mat-mdc-select-value-text,.scheduler-mat-dialog-panel .mat-mdc-select-min-line,.send-photos-otl-dialog-panel .mat-mdc-select,.send-photos-otl-dialog-panel .mat-mdc-select-value,.send-photos-otl-dialog-panel .mat-mdc-select-value-text,.send-photos-otl-dialog-panel .mat-mdc-select-min-line,.upload-patient-document-dialog-panel .mat-mdc-select,.upload-patient-document-dialog-panel .mat-mdc-select-value,.upload-patient-document-dialog-panel .mat-mdc-select-value-text,.upload-patient-document-dialog-panel .mat-mdc-select-min-line,.signature-required-dialog-panel .mat-mdc-select,.signature-required-dialog-panel .mat-mdc-select-value,.signature-required-dialog-panel .mat-mdc-select-value-text,.signature-required-dialog-panel .mat-mdc-select-min-line,.dashboard-photos-consents-panel .mat-mdc-select,.dashboard-photos-consents-panel .mat-mdc-select-value,.dashboard-photos-consents-panel .mat-mdc-select-value-text,.dashboard-photos-consents-panel .mat-mdc-select-min-line,.portal-email-code-dialog-panel .mat-mdc-select,.portal-email-code-dialog-panel .mat-mdc-select-value,.portal-email-code-dialog-panel .mat-mdc-select-value-text,.portal-email-code-dialog-panel .mat-mdc-select-min-line,.clinic-welcome-dialog-panel .mat-mdc-select,.clinic-welcome-dialog-panel .mat-mdc-select-value,.clinic-welcome-dialog-panel .mat-mdc-select-value-text,.clinic-welcome-dialog-panel .mat-mdc-select-min-line,.onboarding-checklist-dialog-panel .mat-mdc-select,.onboarding-checklist-dialog-panel .mat-mdc-select-value,.onboarding-checklist-dialog-panel .mat-mdc-select-value-text,.onboarding-checklist-dialog-panel .mat-mdc-select-min-line,.portal-account-prompt-dialog-panel .mat-mdc-select,.portal-account-prompt-dialog-panel .mat-mdc-select-value,.portal-account-prompt-dialog-panel .mat-mdc-select-value-text,.portal-account-prompt-dialog-panel .mat-mdc-select-min-line,.portal-terms-dialog-panel .mat-mdc-select,.portal-terms-dialog-panel .mat-mdc-select-value,.portal-terms-dialog-panel .mat-mdc-select-value-text,.portal-terms-dialog-panel .mat-mdc-select-min-line,.ops-appt-detail-dialog-panel .mat-mdc-select,.ops-appt-detail-dialog-panel .mat-mdc-select-value,.ops-appt-detail-dialog-panel .mat-mdc-select-value-text,.ops-appt-detail-dialog-panel .mat-mdc-select-min-line,.filler-product-info-dialog-panel .mat-mdc-select,.filler-product-info-dialog-panel .mat-mdc-select-value,.filler-product-info-dialog-panel .mat-mdc-select-value-text,.filler-product-info-dialog-panel .mat-mdc-select-min-line,.filler-treatment-glass-dialog-panel .mat-mdc-select,.filler-treatment-glass-dialog-panel .mat-mdc-select-value,.filler-treatment-glass-dialog-panel .mat-mdc-select-value-text,.filler-treatment-glass-dialog-panel .mat-mdc-select-min-line,.wave-category-requirement-dialog .mat-mdc-select,.wave-category-requirement-dialog .mat-mdc-select-value,.wave-category-requirement-dialog .mat-mdc-select-value-text,.wave-category-requirement-dialog .mat-mdc-select-min-line,.consent-dark-dialog .mat-mdc-select,.consent-dark-dialog .mat-mdc-select-value,.consent-dark-dialog .mat-mdc-select-value-text,.consent-dark-dialog .mat-mdc-select-min-line,.consent-form-view-dialog-panel .mat-mdc-select,.consent-form-view-dialog-panel .mat-mdc-select-value,.consent-form-view-dialog-panel .mat-mdc-select-value-text,.consent-form-view-dialog-panel .mat-mdc-select-min-line,.genogram-editor-dialog-panel .mat-mdc-select,.genogram-editor-dialog-panel .mat-mdc-select-value,.genogram-editor-dialog-panel .mat-mdc-select-value-text,.genogram-editor-dialog-panel .mat-mdc-select-min-line,.unified-treatment-glass-dialog-panel .mat-mdc-select,.unified-treatment-glass-dialog-panel .mat-mdc-select-value,.unified-treatment-glass-dialog-panel .mat-mdc-select-value-text,.unified-treatment-glass-dialog-panel .mat-mdc-select-min-line,.ai-lips-preview-dialog-panel .mat-mdc-select,.ai-lips-preview-dialog-panel .mat-mdc-select-value,.ai-lips-preview-dialog-panel .mat-mdc-select-value-text,.ai-lips-preview-dialog-panel .mat-mdc-select-min-line,.photo-drawer-move-dialog-panel .mat-mdc-select,.photo-drawer-move-dialog-panel .mat-mdc-select-value,.photo-drawer-move-dialog-panel .mat-mdc-select-value-text,.photo-drawer-move-dialog-panel .mat-mdc-select-min-line{color:var(--theme-np-field-input)!important;-webkit-text-fill-color:var(--theme-np-field-input)!important}.symba-dialog-panel .mat-mdc-select-placeholder,.symba-glass-dialog-panel .mat-mdc-select-placeholder,.glass-dialog-panel .mat-mdc-select-placeholder,.dark-glass-dialog .mat-mdc-select-placeholder,.note-type-dialog-panel .mat-mdc-select-placeholder,.reminder-dialog-panel .mat-mdc-select-placeholder,.symba-confirm-dialog-panel .mat-mdc-select-placeholder,.dashboard-follow-ups-peek-panel .mat-mdc-select-placeholder,.dashboard-billing-peek-panel .mat-mdc-select-placeholder,.patient-billing-peek-panel .mat-mdc-select-placeholder,.billing-catalog-glass-dialog-panel .mat-mdc-select-placeholder,.billing-tp-invoice-dialog .mat-mdc-select-placeholder,.send-pdf-dialog-panel .mat-mdc-select-placeholder,.reception-kiosk-dialog-panel .mat-mdc-select-placeholder,.clinic-legal-agreements-dialog-panel .mat-mdc-select-placeholder,.pharmacy-search-dialog-panel .mat-mdc-select-placeholder,.send-forms-dialog-panel .mat-mdc-select-placeholder,.patient-profile-panel .mat-mdc-select-placeholder,.patient-billing-line-discount-dialog .mat-mdc-select-placeholder,.patient-billing-send-invoice-email-dialog .mat-mdc-select-placeholder,.patient-billing-delete-confirm-dialog .mat-mdc-select-placeholder,.appointment-conflict-dialog-panel .mat-mdc-select-placeholder,.edit-availability-dialog-panel .mat-mdc-select-placeholder,.review-sign-dialog-panel .mat-mdc-select-placeholder,.cost-basis-dialog-panel .mat-mdc-select-placeholder,.signature-edit-dialog-panel .mat-mdc-select-placeholder,.signature-crop-dialog-panel .mat-mdc-select-placeholder,.profile-avatar-crop-dialog-panel .mat-mdc-select-placeholder,.signature-cleanup-dialog-panel .mat-mdc-select-placeholder,.portal-mgmt-glass-dialog .mat-mdc-select-placeholder,.portal-forgot-password-panel .mat-mdc-select-placeholder,.portal-reauth-dialog-panel .mat-mdc-select-placeholder,.portal-invoice-pay-dialog-panel .mat-mdc-select-placeholder,.portal-terms-accept-dialog-panel .mat-mdc-select-placeholder,.portal-virtual-join-dialog-panel .mat-mdc-select-placeholder,.portal-enrollment-dialog-panel .mat-mdc-select-placeholder,.portal-photo-capture-dialog-panel .mat-mdc-select-placeholder,.portal-photo-camera-dialog-panel .mat-mdc-select-placeholder,.scheduler-mat-dialog-panel .mat-mdc-select-placeholder,.send-photos-otl-dialog-panel .mat-mdc-select-placeholder,.upload-patient-document-dialog-panel .mat-mdc-select-placeholder,.signature-required-dialog-panel .mat-mdc-select-placeholder,.dashboard-photos-consents-panel .mat-mdc-select-placeholder,.portal-email-code-dialog-panel .mat-mdc-select-placeholder,.clinic-welcome-dialog-panel .mat-mdc-select-placeholder,.onboarding-checklist-dialog-panel .mat-mdc-select-placeholder,.portal-account-prompt-dialog-panel .mat-mdc-select-placeholder,.portal-terms-dialog-panel .mat-mdc-select-placeholder,.ops-appt-detail-dialog-panel .mat-mdc-select-placeholder,.filler-product-info-dialog-panel .mat-mdc-select-placeholder,.filler-treatment-glass-dialog-panel .mat-mdc-select-placeholder,.wave-category-requirement-dialog .mat-mdc-select-placeholder,.consent-dark-dialog .mat-mdc-select-placeholder,.consent-form-view-dialog-panel .mat-mdc-select-placeholder,.genogram-editor-dialog-panel .mat-mdc-select-placeholder,.unified-treatment-glass-dialog-panel .mat-mdc-select-placeholder,.ai-lips-preview-dialog-panel .mat-mdc-select-placeholder,.photo-drawer-move-dialog-panel .mat-mdc-select-placeholder{color:var(--theme-np-field-placeholder)!important;-webkit-text-fill-color:var(--theme-np-field-placeholder)!important;opacity:1!important}.symba-dialog-panel .mat-mdc-select-arrow,.symba-glass-dialog-panel .mat-mdc-select-arrow,.glass-dialog-panel .mat-mdc-select-arrow,.dark-glass-dialog .mat-mdc-select-arrow,.note-type-dialog-panel .mat-mdc-select-arrow,.reminder-dialog-panel .mat-mdc-select-arrow,.symba-confirm-dialog-panel .mat-mdc-select-arrow,.dashboard-follow-ups-peek-panel .mat-mdc-select-arrow,.dashboard-billing-peek-panel .mat-mdc-select-arrow,.patient-billing-peek-panel .mat-mdc-select-arrow,.billing-catalog-glass-dialog-panel .mat-mdc-select-arrow,.billing-tp-invoice-dialog .mat-mdc-select-arrow,.send-pdf-dialog-panel .mat-mdc-select-arrow,.reception-kiosk-dialog-panel .mat-mdc-select-arrow,.clinic-legal-agreements-dialog-panel .mat-mdc-select-arrow,.pharmacy-search-dialog-panel .mat-mdc-select-arrow,.send-forms-dialog-panel .mat-mdc-select-arrow,.patient-profile-panel .mat-mdc-select-arrow,.patient-billing-line-discount-dialog .mat-mdc-select-arrow,.patient-billing-send-invoice-email-dialog .mat-mdc-select-arrow,.patient-billing-delete-confirm-dialog .mat-mdc-select-arrow,.appointment-conflict-dialog-panel .mat-mdc-select-arrow,.edit-availability-dialog-panel .mat-mdc-select-arrow,.review-sign-dialog-panel .mat-mdc-select-arrow,.cost-basis-dialog-panel .mat-mdc-select-arrow,.signature-edit-dialog-panel .mat-mdc-select-arrow,.signature-crop-dialog-panel .mat-mdc-select-arrow,.profile-avatar-crop-dialog-panel .mat-mdc-select-arrow,.signature-cleanup-dialog-panel .mat-mdc-select-arrow,.portal-mgmt-glass-dialog .mat-mdc-select-arrow,.portal-forgot-password-panel .mat-mdc-select-arrow,.portal-reauth-dialog-panel .mat-mdc-select-arrow,.portal-invoice-pay-dialog-panel .mat-mdc-select-arrow,.portal-terms-accept-dialog-panel .mat-mdc-select-arrow,.portal-virtual-join-dialog-panel .mat-mdc-select-arrow,.portal-enrollment-dialog-panel .mat-mdc-select-arrow,.portal-photo-capture-dialog-panel .mat-mdc-select-arrow,.portal-photo-camera-dialog-panel .mat-mdc-select-arrow,.scheduler-mat-dialog-panel .mat-mdc-select-arrow,.send-photos-otl-dialog-panel .mat-mdc-select-arrow,.upload-patient-document-dialog-panel .mat-mdc-select-arrow,.signature-required-dialog-panel .mat-mdc-select-arrow,.dashboard-photos-consents-panel .mat-mdc-select-arrow,.portal-email-code-dialog-panel .mat-mdc-select-arrow,.clinic-welcome-dialog-panel .mat-mdc-select-arrow,.onboarding-checklist-dialog-panel .mat-mdc-select-arrow,.portal-account-prompt-dialog-panel .mat-mdc-select-arrow,.portal-terms-dialog-panel .mat-mdc-select-arrow,.ops-appt-detail-dialog-panel .mat-mdc-select-arrow,.filler-product-info-dialog-panel .mat-mdc-select-arrow,.filler-treatment-glass-dialog-panel .mat-mdc-select-arrow,.wave-category-requirement-dialog .mat-mdc-select-arrow,.consent-dark-dialog .mat-mdc-select-arrow,.consent-form-view-dialog-panel .mat-mdc-select-arrow,.genogram-editor-dialog-panel .mat-mdc-select-arrow,.unified-treatment-glass-dialog-panel .mat-mdc-select-arrow,.ai-lips-preview-dialog-panel .mat-mdc-select-arrow,.photo-drawer-move-dialog-panel .mat-mdc-select-arrow{color:var(--theme-np-field-arrow)!important}.symba-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.symba-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.dark-glass-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.note-type-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.reminder-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.symba-confirm-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.dashboard-follow-ups-peek-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.dashboard-billing-peek-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-billing-peek-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.billing-catalog-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.billing-tp-invoice-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.send-pdf-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.reception-kiosk-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.pharmacy-search-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.send-forms-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-profile-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-billing-line-discount-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.patient-billing-delete-confirm-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.appointment-conflict-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.edit-availability-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.review-sign-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.cost-basis-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.signature-edit-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.signature-crop-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.profile-avatar-crop-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.signature-cleanup-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-mgmt-glass-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-forgot-password-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-reauth-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-invoice-pay-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-terms-accept-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-virtual-join-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-enrollment-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-photo-capture-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-photo-camera-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.scheduler-mat-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.send-photos-otl-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.upload-patient-document-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.signature-required-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.dashboard-photos-consents-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-email-code-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.clinic-welcome-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.onboarding-checklist-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.portal-terms-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.ops-appt-detail-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.filler-product-info-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.filler-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.wave-category-requirement-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.consent-dark-dialog .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.consent-form-view-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.ai-lips-preview-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow,.photo-drawer-move-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--theme-np-field-arrow-focus)!important}.symba-dialog-panel .mat-datepicker-toggle,.symba-glass-dialog-panel .mat-datepicker-toggle,.glass-dialog-panel .mat-datepicker-toggle,.dark-glass-dialog .mat-datepicker-toggle,.note-type-dialog-panel .mat-datepicker-toggle,.reminder-dialog-panel .mat-datepicker-toggle,.symba-confirm-dialog-panel .mat-datepicker-toggle,.dashboard-follow-ups-peek-panel .mat-datepicker-toggle,.dashboard-billing-peek-panel .mat-datepicker-toggle,.patient-billing-peek-panel .mat-datepicker-toggle,.billing-catalog-glass-dialog-panel .mat-datepicker-toggle,.billing-tp-invoice-dialog .mat-datepicker-toggle,.send-pdf-dialog-panel .mat-datepicker-toggle,.reception-kiosk-dialog-panel .mat-datepicker-toggle,.clinic-legal-agreements-dialog-panel .mat-datepicker-toggle,.pharmacy-search-dialog-panel .mat-datepicker-toggle,.send-forms-dialog-panel .mat-datepicker-toggle,.patient-profile-panel .mat-datepicker-toggle,.patient-billing-line-discount-dialog .mat-datepicker-toggle,.patient-billing-send-invoice-email-dialog .mat-datepicker-toggle,.patient-billing-delete-confirm-dialog .mat-datepicker-toggle,.appointment-conflict-dialog-panel .mat-datepicker-toggle,.edit-availability-dialog-panel .mat-datepicker-toggle,.review-sign-dialog-panel .mat-datepicker-toggle,.cost-basis-dialog-panel .mat-datepicker-toggle,.signature-edit-dialog-panel .mat-datepicker-toggle,.signature-crop-dialog-panel .mat-datepicker-toggle,.profile-avatar-crop-dialog-panel .mat-datepicker-toggle,.signature-cleanup-dialog-panel .mat-datepicker-toggle,.portal-mgmt-glass-dialog .mat-datepicker-toggle,.portal-forgot-password-panel .mat-datepicker-toggle,.portal-reauth-dialog-panel .mat-datepicker-toggle,.portal-invoice-pay-dialog-panel .mat-datepicker-toggle,.portal-terms-accept-dialog-panel .mat-datepicker-toggle,.portal-virtual-join-dialog-panel .mat-datepicker-toggle,.portal-enrollment-dialog-panel .mat-datepicker-toggle,.portal-photo-capture-dialog-panel .mat-datepicker-toggle,.portal-photo-camera-dialog-panel .mat-datepicker-toggle,.scheduler-mat-dialog-panel .mat-datepicker-toggle,.send-photos-otl-dialog-panel .mat-datepicker-toggle,.upload-patient-document-dialog-panel .mat-datepicker-toggle,.signature-required-dialog-panel .mat-datepicker-toggle,.dashboard-photos-consents-panel .mat-datepicker-toggle,.portal-email-code-dialog-panel .mat-datepicker-toggle,.clinic-welcome-dialog-panel .mat-datepicker-toggle,.onboarding-checklist-dialog-panel .mat-datepicker-toggle,.portal-account-prompt-dialog-panel .mat-datepicker-toggle,.portal-terms-dialog-panel .mat-datepicker-toggle,.ops-appt-detail-dialog-panel .mat-datepicker-toggle,.filler-product-info-dialog-panel .mat-datepicker-toggle,.filler-treatment-glass-dialog-panel .mat-datepicker-toggle,.wave-category-requirement-dialog .mat-datepicker-toggle,.consent-dark-dialog .mat-datepicker-toggle,.consent-form-view-dialog-panel .mat-datepicker-toggle,.genogram-editor-dialog-panel .mat-datepicker-toggle,.unified-treatment-glass-dialog-panel .mat-datepicker-toggle,.ai-lips-preview-dialog-panel .mat-datepicker-toggle,.photo-drawer-move-dialog-panel .mat-datepicker-toggle{color:var(--theme-np-field-toggle)}.symba-dialog-panel .mat-mdc-form-field-error,.symba-glass-dialog-panel .mat-mdc-form-field-error,.glass-dialog-panel .mat-mdc-form-field-error,.dark-glass-dialog .mat-mdc-form-field-error,.note-type-dialog-panel .mat-mdc-form-field-error,.reminder-dialog-panel .mat-mdc-form-field-error,.symba-confirm-dialog-panel .mat-mdc-form-field-error,.dashboard-follow-ups-peek-panel .mat-mdc-form-field-error,.dashboard-billing-peek-panel .mat-mdc-form-field-error,.patient-billing-peek-panel .mat-mdc-form-field-error,.billing-catalog-glass-dialog-panel .mat-mdc-form-field-error,.billing-tp-invoice-dialog .mat-mdc-form-field-error,.send-pdf-dialog-panel .mat-mdc-form-field-error,.reception-kiosk-dialog-panel .mat-mdc-form-field-error,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field-error,.pharmacy-search-dialog-panel .mat-mdc-form-field-error,.send-forms-dialog-panel .mat-mdc-form-field-error,.patient-profile-panel .mat-mdc-form-field-error,.patient-billing-line-discount-dialog .mat-mdc-form-field-error,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field-error,.patient-billing-delete-confirm-dialog .mat-mdc-form-field-error,.appointment-conflict-dialog-panel .mat-mdc-form-field-error,.edit-availability-dialog-panel .mat-mdc-form-field-error,.review-sign-dialog-panel .mat-mdc-form-field-error,.cost-basis-dialog-panel .mat-mdc-form-field-error,.signature-edit-dialog-panel .mat-mdc-form-field-error,.signature-crop-dialog-panel .mat-mdc-form-field-error,.profile-avatar-crop-dialog-panel .mat-mdc-form-field-error,.signature-cleanup-dialog-panel .mat-mdc-form-field-error,.portal-mgmt-glass-dialog .mat-mdc-form-field-error,.portal-forgot-password-panel .mat-mdc-form-field-error,.portal-reauth-dialog-panel .mat-mdc-form-field-error,.portal-invoice-pay-dialog-panel .mat-mdc-form-field-error,.portal-terms-accept-dialog-panel .mat-mdc-form-field-error,.portal-virtual-join-dialog-panel .mat-mdc-form-field-error,.portal-enrollment-dialog-panel .mat-mdc-form-field-error,.portal-photo-capture-dialog-panel .mat-mdc-form-field-error,.portal-photo-camera-dialog-panel .mat-mdc-form-field-error,.scheduler-mat-dialog-panel .mat-mdc-form-field-error,.send-photos-otl-dialog-panel .mat-mdc-form-field-error,.upload-patient-document-dialog-panel .mat-mdc-form-field-error,.signature-required-dialog-panel .mat-mdc-form-field-error,.dashboard-photos-consents-panel .mat-mdc-form-field-error,.portal-email-code-dialog-panel .mat-mdc-form-field-error,.clinic-welcome-dialog-panel .mat-mdc-form-field-error,.onboarding-checklist-dialog-panel .mat-mdc-form-field-error,.portal-account-prompt-dialog-panel .mat-mdc-form-field-error,.portal-terms-dialog-panel .mat-mdc-form-field-error,.ops-appt-detail-dialog-panel .mat-mdc-form-field-error,.filler-product-info-dialog-panel .mat-mdc-form-field-error,.filler-treatment-glass-dialog-panel .mat-mdc-form-field-error,.wave-category-requirement-dialog .mat-mdc-form-field-error,.consent-dark-dialog .mat-mdc-form-field-error,.consent-form-view-dialog-panel .mat-mdc-form-field-error,.genogram-editor-dialog-panel .mat-mdc-form-field-error,.unified-treatment-glass-dialog-panel .mat-mdc-form-field-error,.ai-lips-preview-dialog-panel .mat-mdc-form-field-error,.photo-drawer-move-dialog-panel .mat-mdc-form-field-error{color:var(--theme-np-field-error)}.symba-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.symba-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.symba-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.symba-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.dark-glass-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.dark-glass-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.note-type-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.note-type-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.reminder-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.reminder-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.symba-confirm-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.symba-confirm-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.dashboard-follow-ups-peek-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.dashboard-follow-ups-peek-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.dashboard-billing-peek-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.dashboard-billing-peek-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-billing-peek-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-billing-peek-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.billing-catalog-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.billing-catalog-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.billing-tp-invoice-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.billing-tp-invoice-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.send-pdf-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.send-pdf-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.reception-kiosk-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.reception-kiosk-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.pharmacy-search-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.pharmacy-search-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.send-forms-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.send-forms-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-profile-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-profile-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-billing-line-discount-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-billing-line-discount-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.patient-billing-delete-confirm-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.patient-billing-delete-confirm-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.appointment-conflict-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.appointment-conflict-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.edit-availability-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.edit-availability-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.review-sign-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.review-sign-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.cost-basis-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.cost-basis-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.signature-edit-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.signature-edit-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.signature-crop-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.signature-crop-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.profile-avatar-crop-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.profile-avatar-crop-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.signature-cleanup-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.signature-cleanup-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-mgmt-glass-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-mgmt-glass-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-forgot-password-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-forgot-password-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-reauth-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-reauth-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-invoice-pay-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-invoice-pay-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-terms-accept-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-terms-accept-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-virtual-join-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-virtual-join-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-enrollment-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-enrollment-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-photo-capture-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-photo-capture-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-photo-camera-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-photo-camera-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.scheduler-mat-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.scheduler-mat-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.send-photos-otl-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.send-photos-otl-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.upload-patient-document-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.upload-patient-document-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.signature-required-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.signature-required-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.dashboard-photos-consents-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.dashboard-photos-consents-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-email-code-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-email-code-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.clinic-welcome-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.clinic-welcome-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.onboarding-checklist-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.onboarding-checklist-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-account-prompt-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-account-prompt-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.portal-terms-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.portal-terms-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.ops-appt-detail-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.ops-appt-detail-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.filler-product-info-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.filler-product-info-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.filler-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.filler-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.wave-category-requirement-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.wave-category-requirement-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.consent-dark-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.consent-dark-dialog .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.consent-form-view-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.consent-form-view-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.genogram-editor-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.genogram-editor-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.unified-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.unified-treatment-glass-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.ai-lips-preview-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.ai-lips-preview-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon,.photo-drawer-move-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-prefix .mat-icon,.photo-drawer-move-dialog-panel .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-icon{color:var(--theme-np-field-icon-prefix)}.symba-dialog-panel .mat-mdc-form-field,.symba-glass-dialog-panel .mat-mdc-form-field,.glass-dialog-panel .mat-mdc-form-field,.dark-glass-dialog .mat-mdc-form-field,.note-type-dialog-panel .mat-mdc-form-field,.reminder-dialog-panel .mat-mdc-form-field,.symba-confirm-dialog-panel .mat-mdc-form-field,.dashboard-follow-ups-peek-panel .mat-mdc-form-field,.dashboard-billing-peek-panel .mat-mdc-form-field,.patient-billing-peek-panel .mat-mdc-form-field,.billing-catalog-glass-dialog-panel .mat-mdc-form-field,.billing-tp-invoice-dialog .mat-mdc-form-field,.send-pdf-dialog-panel .mat-mdc-form-field,.reception-kiosk-dialog-panel .mat-mdc-form-field,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field,.pharmacy-search-dialog-panel .mat-mdc-form-field,.send-forms-dialog-panel .mat-mdc-form-field,.patient-profile-panel .mat-mdc-form-field,.patient-billing-line-discount-dialog .mat-mdc-form-field,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field,.patient-billing-delete-confirm-dialog .mat-mdc-form-field,.appointment-conflict-dialog-panel .mat-mdc-form-field,.edit-availability-dialog-panel .mat-mdc-form-field,.review-sign-dialog-panel .mat-mdc-form-field,.cost-basis-dialog-panel .mat-mdc-form-field,.signature-edit-dialog-panel .mat-mdc-form-field,.signature-crop-dialog-panel .mat-mdc-form-field,.profile-avatar-crop-dialog-panel .mat-mdc-form-field,.signature-cleanup-dialog-panel .mat-mdc-form-field,.portal-mgmt-glass-dialog .mat-mdc-form-field,.portal-forgot-password-panel .mat-mdc-form-field,.portal-reauth-dialog-panel .mat-mdc-form-field,.portal-invoice-pay-dialog-panel .mat-mdc-form-field,.portal-terms-accept-dialog-panel .mat-mdc-form-field,.portal-virtual-join-dialog-panel .mat-mdc-form-field,.portal-enrollment-dialog-panel .mat-mdc-form-field,.portal-photo-capture-dialog-panel .mat-mdc-form-field,.portal-photo-camera-dialog-panel .mat-mdc-form-field,.scheduler-mat-dialog-panel .mat-mdc-form-field,.send-photos-otl-dialog-panel .mat-mdc-form-field,.upload-patient-document-dialog-panel .mat-mdc-form-field,.signature-required-dialog-panel .mat-mdc-form-field,.dashboard-photos-consents-panel .mat-mdc-form-field,.portal-email-code-dialog-panel .mat-mdc-form-field,.clinic-welcome-dialog-panel .mat-mdc-form-field,.onboarding-checklist-dialog-panel .mat-mdc-form-field,.portal-account-prompt-dialog-panel .mat-mdc-form-field,.portal-terms-dialog-panel .mat-mdc-form-field,.ops-appt-detail-dialog-panel .mat-mdc-form-field,.filler-product-info-dialog-panel .mat-mdc-form-field,.filler-treatment-glass-dialog-panel .mat-mdc-form-field,.wave-category-requirement-dialog .mat-mdc-form-field,.consent-dark-dialog .mat-mdc-form-field,.consent-form-view-dialog-panel .mat-mdc-form-field,.genogram-editor-dialog-panel .mat-mdc-form-field,.unified-treatment-glass-dialog-panel .mat-mdc-form-field,.ai-lips-preview-dialog-panel .mat-mdc-form-field,.photo-drawer-move-dialog-panel .mat-mdc-form-field{--mat-form-field-outlined-label-text-color: var(--theme-np-field-label);--mat-form-field-outlined-hover-label-text-color: var(--theme-np-field-label-hover);--mat-form-field-outlined-focus-label-text-color: var(--theme-np-field-label-focus);--mat-form-field-outlined-outline-color: var(--theme-np-field-indicator);--mat-form-field-outlined-hover-outline-color: var(--theme-np-field-indicator-hover);--mat-form-field-outlined-focus-outline-color: var(--theme-np-field-indicator-focus);--mat-form-field-outlined-input-text-color: var(--theme-np-field-input);--mat-form-field-outlined-caret-color: var(--theme-np-field-caret)}.symba-dialog-panel .mat-mdc-text-field-wrapper,.symba-glass-dialog-panel .mat-mdc-text-field-wrapper,.glass-dialog-panel .mat-mdc-text-field-wrapper,.dark-glass-dialog .mat-mdc-text-field-wrapper,.note-type-dialog-panel .mat-mdc-text-field-wrapper,.reminder-dialog-panel .mat-mdc-text-field-wrapper,.symba-confirm-dialog-panel .mat-mdc-text-field-wrapper,.dashboard-follow-ups-peek-panel .mat-mdc-text-field-wrapper,.dashboard-billing-peek-panel .mat-mdc-text-field-wrapper,.patient-billing-peek-panel .mat-mdc-text-field-wrapper,.billing-catalog-glass-dialog-panel .mat-mdc-text-field-wrapper,.billing-tp-invoice-dialog .mat-mdc-text-field-wrapper,.send-pdf-dialog-panel .mat-mdc-text-field-wrapper,.reception-kiosk-dialog-panel .mat-mdc-text-field-wrapper,.clinic-legal-agreements-dialog-panel .mat-mdc-text-field-wrapper,.pharmacy-search-dialog-panel .mat-mdc-text-field-wrapper,.send-forms-dialog-panel .mat-mdc-text-field-wrapper,.patient-profile-panel .mat-mdc-text-field-wrapper,.patient-billing-line-discount-dialog .mat-mdc-text-field-wrapper,.patient-billing-send-invoice-email-dialog .mat-mdc-text-field-wrapper,.patient-billing-delete-confirm-dialog .mat-mdc-text-field-wrapper,.appointment-conflict-dialog-panel .mat-mdc-text-field-wrapper,.edit-availability-dialog-panel .mat-mdc-text-field-wrapper,.review-sign-dialog-panel .mat-mdc-text-field-wrapper,.cost-basis-dialog-panel .mat-mdc-text-field-wrapper,.signature-edit-dialog-panel .mat-mdc-text-field-wrapper,.signature-crop-dialog-panel .mat-mdc-text-field-wrapper,.profile-avatar-crop-dialog-panel .mat-mdc-text-field-wrapper,.signature-cleanup-dialog-panel .mat-mdc-text-field-wrapper,.portal-mgmt-glass-dialog .mat-mdc-text-field-wrapper,.portal-forgot-password-panel .mat-mdc-text-field-wrapper,.portal-reauth-dialog-panel .mat-mdc-text-field-wrapper,.portal-invoice-pay-dialog-panel .mat-mdc-text-field-wrapper,.portal-terms-accept-dialog-panel .mat-mdc-text-field-wrapper,.portal-virtual-join-dialog-panel .mat-mdc-text-field-wrapper,.portal-enrollment-dialog-panel .mat-mdc-text-field-wrapper,.portal-photo-capture-dialog-panel .mat-mdc-text-field-wrapper,.portal-photo-camera-dialog-panel .mat-mdc-text-field-wrapper,.scheduler-mat-dialog-panel .mat-mdc-text-field-wrapper,.send-photos-otl-dialog-panel .mat-mdc-text-field-wrapper,.upload-patient-document-dialog-panel .mat-mdc-text-field-wrapper,.signature-required-dialog-panel .mat-mdc-text-field-wrapper,.dashboard-photos-consents-panel .mat-mdc-text-field-wrapper,.portal-email-code-dialog-panel .mat-mdc-text-field-wrapper,.clinic-welcome-dialog-panel .mat-mdc-text-field-wrapper,.onboarding-checklist-dialog-panel .mat-mdc-text-field-wrapper,.portal-account-prompt-dialog-panel .mat-mdc-text-field-wrapper,.portal-terms-dialog-panel .mat-mdc-text-field-wrapper,.ops-appt-detail-dialog-panel .mat-mdc-text-field-wrapper,.filler-product-info-dialog-panel .mat-mdc-text-field-wrapper,.filler-treatment-glass-dialog-panel .mat-mdc-text-field-wrapper,.wave-category-requirement-dialog .mat-mdc-text-field-wrapper,.consent-dark-dialog .mat-mdc-text-field-wrapper,.consent-form-view-dialog-panel .mat-mdc-text-field-wrapper,.genogram-editor-dialog-panel .mat-mdc-text-field-wrapper,.unified-treatment-glass-dialog-panel .mat-mdc-text-field-wrapper,.ai-lips-preview-dialog-panel .mat-mdc-text-field-wrapper,.photo-drawer-move-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-np-field-container)}.symba-dialog-panel .mat-mdc-floating-label,.symba-dialog-panel .mdc-floating-label,.symba-glass-dialog-panel .mat-mdc-floating-label,.symba-glass-dialog-panel .mdc-floating-label,.glass-dialog-panel .mat-mdc-floating-label,.glass-dialog-panel .mdc-floating-label,.dark-glass-dialog .mat-mdc-floating-label,.dark-glass-dialog .mdc-floating-label,.note-type-dialog-panel .mat-mdc-floating-label,.note-type-dialog-panel .mdc-floating-label,.reminder-dialog-panel .mat-mdc-floating-label,.reminder-dialog-panel .mdc-floating-label,.symba-confirm-dialog-panel .mat-mdc-floating-label,.symba-confirm-dialog-panel .mdc-floating-label,.dashboard-follow-ups-peek-panel .mat-mdc-floating-label,.dashboard-follow-ups-peek-panel .mdc-floating-label,.dashboard-billing-peek-panel .mat-mdc-floating-label,.dashboard-billing-peek-panel .mdc-floating-label,.patient-billing-peek-panel .mat-mdc-floating-label,.patient-billing-peek-panel .mdc-floating-label,.billing-catalog-glass-dialog-panel .mat-mdc-floating-label,.billing-catalog-glass-dialog-panel .mdc-floating-label,.billing-tp-invoice-dialog .mat-mdc-floating-label,.billing-tp-invoice-dialog .mdc-floating-label,.send-pdf-dialog-panel .mat-mdc-floating-label,.send-pdf-dialog-panel .mdc-floating-label,.reception-kiosk-dialog-panel .mat-mdc-floating-label,.reception-kiosk-dialog-panel .mdc-floating-label,.clinic-legal-agreements-dialog-panel .mat-mdc-floating-label,.clinic-legal-agreements-dialog-panel .mdc-floating-label,.pharmacy-search-dialog-panel .mat-mdc-floating-label,.pharmacy-search-dialog-panel .mdc-floating-label,.send-forms-dialog-panel .mat-mdc-floating-label,.send-forms-dialog-panel .mdc-floating-label,.patient-profile-panel .mat-mdc-floating-label,.patient-profile-panel .mdc-floating-label,.patient-billing-line-discount-dialog .mat-mdc-floating-label,.patient-billing-line-discount-dialog .mdc-floating-label,.patient-billing-send-invoice-email-dialog .mat-mdc-floating-label,.patient-billing-send-invoice-email-dialog .mdc-floating-label,.patient-billing-delete-confirm-dialog .mat-mdc-floating-label,.patient-billing-delete-confirm-dialog .mdc-floating-label,.appointment-conflict-dialog-panel .mat-mdc-floating-label,.appointment-conflict-dialog-panel .mdc-floating-label,.edit-availability-dialog-panel .mat-mdc-floating-label,.edit-availability-dialog-panel .mdc-floating-label,.review-sign-dialog-panel .mat-mdc-floating-label,.review-sign-dialog-panel .mdc-floating-label,.cost-basis-dialog-panel .mat-mdc-floating-label,.cost-basis-dialog-panel .mdc-floating-label,.signature-edit-dialog-panel .mat-mdc-floating-label,.signature-edit-dialog-panel .mdc-floating-label,.signature-crop-dialog-panel .mat-mdc-floating-label,.signature-crop-dialog-panel .mdc-floating-label,.profile-avatar-crop-dialog-panel .mat-mdc-floating-label,.profile-avatar-crop-dialog-panel .mdc-floating-label,.signature-cleanup-dialog-panel .mat-mdc-floating-label,.signature-cleanup-dialog-panel .mdc-floating-label,.portal-mgmt-glass-dialog .mat-mdc-floating-label,.portal-mgmt-glass-dialog .mdc-floating-label,.portal-forgot-password-panel .mat-mdc-floating-label,.portal-forgot-password-panel .mdc-floating-label,.portal-reauth-dialog-panel .mat-mdc-floating-label,.portal-reauth-dialog-panel .mdc-floating-label,.portal-invoice-pay-dialog-panel .mat-mdc-floating-label,.portal-invoice-pay-dialog-panel .mdc-floating-label,.portal-terms-accept-dialog-panel .mat-mdc-floating-label,.portal-terms-accept-dialog-panel .mdc-floating-label,.portal-virtual-join-dialog-panel .mat-mdc-floating-label,.portal-virtual-join-dialog-panel .mdc-floating-label,.portal-enrollment-dialog-panel .mat-mdc-floating-label,.portal-enrollment-dialog-panel .mdc-floating-label,.portal-photo-capture-dialog-panel .mat-mdc-floating-label,.portal-photo-capture-dialog-panel .mdc-floating-label,.portal-photo-camera-dialog-panel .mat-mdc-floating-label,.portal-photo-camera-dialog-panel .mdc-floating-label,.scheduler-mat-dialog-panel .mat-mdc-floating-label,.scheduler-mat-dialog-panel .mdc-floating-label,.send-photos-otl-dialog-panel .mat-mdc-floating-label,.send-photos-otl-dialog-panel .mdc-floating-label,.upload-patient-document-dialog-panel .mat-mdc-floating-label,.upload-patient-document-dialog-panel .mdc-floating-label,.signature-required-dialog-panel .mat-mdc-floating-label,.signature-required-dialog-panel .mdc-floating-label,.dashboard-photos-consents-panel .mat-mdc-floating-label,.dashboard-photos-consents-panel .mdc-floating-label,.portal-email-code-dialog-panel .mat-mdc-floating-label,.portal-email-code-dialog-panel .mdc-floating-label,.clinic-welcome-dialog-panel .mat-mdc-floating-label,.clinic-welcome-dialog-panel .mdc-floating-label,.onboarding-checklist-dialog-panel .mat-mdc-floating-label,.onboarding-checklist-dialog-panel .mdc-floating-label,.portal-account-prompt-dialog-panel .mat-mdc-floating-label,.portal-account-prompt-dialog-panel .mdc-floating-label,.portal-terms-dialog-panel .mat-mdc-floating-label,.portal-terms-dialog-panel .mdc-floating-label,.ops-appt-detail-dialog-panel .mat-mdc-floating-label,.ops-appt-detail-dialog-panel .mdc-floating-label,.filler-product-info-dialog-panel .mat-mdc-floating-label,.filler-product-info-dialog-panel .mdc-floating-label,.filler-treatment-glass-dialog-panel .mat-mdc-floating-label,.filler-treatment-glass-dialog-panel .mdc-floating-label,.wave-category-requirement-dialog .mat-mdc-floating-label,.wave-category-requirement-dialog .mdc-floating-label,.consent-dark-dialog .mat-mdc-floating-label,.consent-dark-dialog .mdc-floating-label,.consent-form-view-dialog-panel .mat-mdc-floating-label,.consent-form-view-dialog-panel .mdc-floating-label,.genogram-editor-dialog-panel .mat-mdc-floating-label,.genogram-editor-dialog-panel .mdc-floating-label,.unified-treatment-glass-dialog-panel .mat-mdc-floating-label,.unified-treatment-glass-dialog-panel .mdc-floating-label,.ai-lips-preview-dialog-panel .mat-mdc-floating-label,.ai-lips-preview-dialog-panel .mdc-floating-label,.photo-drawer-move-dialog-panel .mat-mdc-floating-label,.photo-drawer-move-dialog-panel .mdc-floating-label{color:var(--theme-np-field-label-hover)!important}.symba-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.symba-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.symba-dialog-panel .mdc-floating-label--float-above,.symba-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.symba-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.symba-glass-dialog-panel .mdc-floating-label--float-above,.glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.glass-dialog-panel .mdc-floating-label--float-above,.dark-glass-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.dark-glass-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.dark-glass-dialog .mdc-floating-label--float-above,.note-type-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.note-type-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.note-type-dialog-panel .mdc-floating-label--float-above,.reminder-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.reminder-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.reminder-dialog-panel .mdc-floating-label--float-above,.symba-confirm-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.symba-confirm-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.symba-confirm-dialog-panel .mdc-floating-label--float-above,.dashboard-follow-ups-peek-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.dashboard-follow-ups-peek-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.dashboard-follow-ups-peek-panel .mdc-floating-label--float-above,.dashboard-billing-peek-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.dashboard-billing-peek-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.dashboard-billing-peek-panel .mdc-floating-label--float-above,.patient-billing-peek-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-billing-peek-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-billing-peek-panel .mdc-floating-label--float-above,.billing-catalog-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.billing-catalog-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.billing-catalog-glass-dialog-panel .mdc-floating-label--float-above,.billing-tp-invoice-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.billing-tp-invoice-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.billing-tp-invoice-dialog .mdc-floating-label--float-above,.send-pdf-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.send-pdf-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.send-pdf-dialog-panel .mdc-floating-label--float-above,.reception-kiosk-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.reception-kiosk-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.reception-kiosk-dialog-panel .mdc-floating-label--float-above,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.clinic-legal-agreements-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.clinic-legal-agreements-dialog-panel .mdc-floating-label--float-above,.pharmacy-search-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.pharmacy-search-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.pharmacy-search-dialog-panel .mdc-floating-label--float-above,.send-forms-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.send-forms-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.send-forms-dialog-panel .mdc-floating-label--float-above,.patient-profile-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-profile-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-profile-panel .mdc-floating-label--float-above,.patient-billing-line-discount-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-billing-line-discount-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-billing-line-discount-dialog .mdc-floating-label--float-above,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-billing-send-invoice-email-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-billing-send-invoice-email-dialog .mdc-floating-label--float-above,.patient-billing-delete-confirm-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.patient-billing-delete-confirm-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.patient-billing-delete-confirm-dialog .mdc-floating-label--float-above,.appointment-conflict-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.appointment-conflict-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.appointment-conflict-dialog-panel .mdc-floating-label--float-above,.edit-availability-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.edit-availability-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.edit-availability-dialog-panel .mdc-floating-label--float-above,.review-sign-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.review-sign-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.review-sign-dialog-panel .mdc-floating-label--float-above,.cost-basis-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.cost-basis-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.cost-basis-dialog-panel .mdc-floating-label--float-above,.signature-edit-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.signature-edit-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.signature-edit-dialog-panel .mdc-floating-label--float-above,.signature-crop-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.signature-crop-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.signature-crop-dialog-panel .mdc-floating-label--float-above,.profile-avatar-crop-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.profile-avatar-crop-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.profile-avatar-crop-dialog-panel .mdc-floating-label--float-above,.signature-cleanup-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.signature-cleanup-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.signature-cleanup-dialog-panel .mdc-floating-label--float-above,.portal-mgmt-glass-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-mgmt-glass-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-mgmt-glass-dialog .mdc-floating-label--float-above,.portal-forgot-password-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-forgot-password-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-forgot-password-panel .mdc-floating-label--float-above,.portal-reauth-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-reauth-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-reauth-dialog-panel .mdc-floating-label--float-above,.portal-invoice-pay-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-invoice-pay-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-invoice-pay-dialog-panel .mdc-floating-label--float-above,.portal-terms-accept-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-terms-accept-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-terms-accept-dialog-panel .mdc-floating-label--float-above,.portal-virtual-join-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-virtual-join-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-virtual-join-dialog-panel .mdc-floating-label--float-above,.portal-enrollment-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-enrollment-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-enrollment-dialog-panel .mdc-floating-label--float-above,.portal-photo-capture-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-photo-capture-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-photo-capture-dialog-panel .mdc-floating-label--float-above,.portal-photo-camera-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-photo-camera-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-photo-camera-dialog-panel .mdc-floating-label--float-above,.scheduler-mat-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.scheduler-mat-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.scheduler-mat-dialog-panel .mdc-floating-label--float-above,.send-photos-otl-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.send-photos-otl-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.send-photos-otl-dialog-panel .mdc-floating-label--float-above,.upload-patient-document-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.upload-patient-document-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.upload-patient-document-dialog-panel .mdc-floating-label--float-above,.signature-required-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.signature-required-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.signature-required-dialog-panel .mdc-floating-label--float-above,.dashboard-photos-consents-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.dashboard-photos-consents-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.dashboard-photos-consents-panel .mdc-floating-label--float-above,.portal-email-code-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-email-code-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-email-code-dialog-panel .mdc-floating-label--float-above,.clinic-welcome-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.clinic-welcome-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.clinic-welcome-dialog-panel .mdc-floating-label--float-above,.onboarding-checklist-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.onboarding-checklist-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.onboarding-checklist-dialog-panel .mdc-floating-label--float-above,.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-account-prompt-dialog-panel .mdc-floating-label--float-above,.portal-terms-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.portal-terms-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.portal-terms-dialog-panel .mdc-floating-label--float-above,.ops-appt-detail-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.ops-appt-detail-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.ops-appt-detail-dialog-panel .mdc-floating-label--float-above,.filler-product-info-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.filler-product-info-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.filler-product-info-dialog-panel .mdc-floating-label--float-above,.filler-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.filler-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.filler-treatment-glass-dialog-panel .mdc-floating-label--float-above,.wave-category-requirement-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.wave-category-requirement-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.wave-category-requirement-dialog .mdc-floating-label--float-above,.consent-dark-dialog .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.consent-dark-dialog .mat-mdc-form-field.mat-focused .mdc-floating-label,.consent-dark-dialog .mdc-floating-label--float-above,.consent-form-view-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.consent-form-view-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.consent-form-view-dialog-panel .mdc-floating-label--float-above,.genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.genogram-editor-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.genogram-editor-dialog-panel .mdc-floating-label--float-above,.unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.unified-treatment-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.unified-treatment-glass-dialog-panel .mdc-floating-label--float-above,.ai-lips-preview-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.ai-lips-preview-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.ai-lips-preview-dialog-panel .mdc-floating-label--float-above,.photo-drawer-move-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.photo-drawer-move-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label,.photo-drawer-move-dialog-panel .mdc-floating-label--float-above{color:var(--theme-np-field-label-focus)!important}.symba-dialog-panel .mat-mdc-checkbox,.symba-glass-dialog-panel .mat-mdc-checkbox,.glass-dialog-panel .mat-mdc-checkbox,.dark-glass-dialog .mat-mdc-checkbox,.note-type-dialog-panel .mat-mdc-checkbox,.reminder-dialog-panel .mat-mdc-checkbox,.symba-confirm-dialog-panel .mat-mdc-checkbox,.dashboard-follow-ups-peek-panel .mat-mdc-checkbox,.dashboard-billing-peek-panel .mat-mdc-checkbox,.patient-billing-peek-panel .mat-mdc-checkbox,.billing-catalog-glass-dialog-panel .mat-mdc-checkbox,.billing-tp-invoice-dialog .mat-mdc-checkbox,.send-pdf-dialog-panel .mat-mdc-checkbox,.reception-kiosk-dialog-panel .mat-mdc-checkbox,.clinic-legal-agreements-dialog-panel .mat-mdc-checkbox,.pharmacy-search-dialog-panel .mat-mdc-checkbox,.send-forms-dialog-panel .mat-mdc-checkbox,.patient-profile-panel .mat-mdc-checkbox,.patient-billing-line-discount-dialog .mat-mdc-checkbox,.patient-billing-send-invoice-email-dialog .mat-mdc-checkbox,.patient-billing-delete-confirm-dialog .mat-mdc-checkbox,.appointment-conflict-dialog-panel .mat-mdc-checkbox,.edit-availability-dialog-panel .mat-mdc-checkbox,.review-sign-dialog-panel .mat-mdc-checkbox,.cost-basis-dialog-panel .mat-mdc-checkbox,.signature-edit-dialog-panel .mat-mdc-checkbox,.signature-crop-dialog-panel .mat-mdc-checkbox,.profile-avatar-crop-dialog-panel .mat-mdc-checkbox,.signature-cleanup-dialog-panel .mat-mdc-checkbox,.portal-mgmt-glass-dialog .mat-mdc-checkbox,.portal-forgot-password-panel .mat-mdc-checkbox,.portal-reauth-dialog-panel .mat-mdc-checkbox,.portal-invoice-pay-dialog-panel .mat-mdc-checkbox,.portal-terms-accept-dialog-panel .mat-mdc-checkbox,.portal-virtual-join-dialog-panel .mat-mdc-checkbox,.portal-enrollment-dialog-panel .mat-mdc-checkbox,.portal-photo-capture-dialog-panel .mat-mdc-checkbox,.portal-photo-camera-dialog-panel .mat-mdc-checkbox,.scheduler-mat-dialog-panel .mat-mdc-checkbox,.send-photos-otl-dialog-panel .mat-mdc-checkbox,.upload-patient-document-dialog-panel .mat-mdc-checkbox,.signature-required-dialog-panel .mat-mdc-checkbox,.dashboard-photos-consents-panel .mat-mdc-checkbox,.portal-email-code-dialog-panel .mat-mdc-checkbox,.clinic-welcome-dialog-panel .mat-mdc-checkbox,.onboarding-checklist-dialog-panel .mat-mdc-checkbox,.portal-account-prompt-dialog-panel .mat-mdc-checkbox,.portal-terms-dialog-panel .mat-mdc-checkbox,.ops-appt-detail-dialog-panel .mat-mdc-checkbox,.filler-product-info-dialog-panel .mat-mdc-checkbox,.filler-treatment-glass-dialog-panel .mat-mdc-checkbox,.wave-category-requirement-dialog .mat-mdc-checkbox,.consent-dark-dialog .mat-mdc-checkbox,.consent-form-view-dialog-panel .mat-mdc-checkbox,.genogram-editor-dialog-panel .mat-mdc-checkbox,.unified-treatment-glass-dialog-panel .mat-mdc-checkbox,.ai-lips-preview-dialog-panel .mat-mdc-checkbox,.photo-drawer-move-dialog-panel .mat-mdc-checkbox{--mat-checkbox-label-text-color: var(--theme-text-secondary);--mat-checkbox-unselected-icon-color: var(--theme-text-muted, var(--theme-text-secondary));--mat-checkbox-unselected-hover-icon-color: var(--theme-text-primary);--mat-checkbox-selected-icon-color: var(--theme-accent);--mat-checkbox-selected-checkmark-color: var(--theme-accent-contrast, #fdfbf7);--mat-checkbox-selected-focus-icon-color: var(--theme-accent-strong, var(--theme-accent));--mat-checkbox-selected-hover-icon-color: var(--theme-accent-strong, var(--theme-accent))}.symba-dialog-panel .mat-mdc-radio-button,.symba-glass-dialog-panel .mat-mdc-radio-button,.glass-dialog-panel .mat-mdc-radio-button,.dark-glass-dialog .mat-mdc-radio-button,.note-type-dialog-panel .mat-mdc-radio-button,.reminder-dialog-panel .mat-mdc-radio-button,.symba-confirm-dialog-panel .mat-mdc-radio-button,.dashboard-follow-ups-peek-panel .mat-mdc-radio-button,.dashboard-billing-peek-panel .mat-mdc-radio-button,.patient-billing-peek-panel .mat-mdc-radio-button,.billing-catalog-glass-dialog-panel .mat-mdc-radio-button,.billing-tp-invoice-dialog .mat-mdc-radio-button,.send-pdf-dialog-panel .mat-mdc-radio-button,.reception-kiosk-dialog-panel .mat-mdc-radio-button,.clinic-legal-agreements-dialog-panel .mat-mdc-radio-button,.pharmacy-search-dialog-panel .mat-mdc-radio-button,.send-forms-dialog-panel .mat-mdc-radio-button,.patient-profile-panel .mat-mdc-radio-button,.patient-billing-line-discount-dialog .mat-mdc-radio-button,.patient-billing-send-invoice-email-dialog .mat-mdc-radio-button,.patient-billing-delete-confirm-dialog .mat-mdc-radio-button,.appointment-conflict-dialog-panel .mat-mdc-radio-button,.edit-availability-dialog-panel .mat-mdc-radio-button,.review-sign-dialog-panel .mat-mdc-radio-button,.cost-basis-dialog-panel .mat-mdc-radio-button,.signature-edit-dialog-panel .mat-mdc-radio-button,.signature-crop-dialog-panel .mat-mdc-radio-button,.profile-avatar-crop-dialog-panel .mat-mdc-radio-button,.signature-cleanup-dialog-panel .mat-mdc-radio-button,.portal-mgmt-glass-dialog .mat-mdc-radio-button,.portal-forgot-password-panel .mat-mdc-radio-button,.portal-reauth-dialog-panel .mat-mdc-radio-button,.portal-invoice-pay-dialog-panel .mat-mdc-radio-button,.portal-terms-accept-dialog-panel .mat-mdc-radio-button,.portal-virtual-join-dialog-panel .mat-mdc-radio-button,.portal-enrollment-dialog-panel .mat-mdc-radio-button,.portal-photo-capture-dialog-panel .mat-mdc-radio-button,.portal-photo-camera-dialog-panel .mat-mdc-radio-button,.scheduler-mat-dialog-panel .mat-mdc-radio-button,.send-photos-otl-dialog-panel .mat-mdc-radio-button,.upload-patient-document-dialog-panel .mat-mdc-radio-button,.signature-required-dialog-panel .mat-mdc-radio-button,.dashboard-photos-consents-panel .mat-mdc-radio-button,.portal-email-code-dialog-panel .mat-mdc-radio-button,.clinic-welcome-dialog-panel .mat-mdc-radio-button,.onboarding-checklist-dialog-panel .mat-mdc-radio-button,.portal-account-prompt-dialog-panel .mat-mdc-radio-button,.portal-terms-dialog-panel .mat-mdc-radio-button,.ops-appt-detail-dialog-panel .mat-mdc-radio-button,.filler-product-info-dialog-panel .mat-mdc-radio-button,.filler-treatment-glass-dialog-panel .mat-mdc-radio-button,.wave-category-requirement-dialog .mat-mdc-radio-button,.consent-dark-dialog .mat-mdc-radio-button,.consent-form-view-dialog-panel .mat-mdc-radio-button,.genogram-editor-dialog-panel .mat-mdc-radio-button,.unified-treatment-glass-dialog-panel .mat-mdc-radio-button,.ai-lips-preview-dialog-panel .mat-mdc-radio-button,.photo-drawer-move-dialog-panel .mat-mdc-radio-button{--mat-radio-label-text-color: var(--theme-text-primary);--mat-radio-unselected-icon-color: var(--theme-text-muted, var(--theme-text-secondary));--mat-radio-unselected-hover-icon-color: var(--theme-text-primary);--mat-radio-selected-icon-color: var(--theme-accent);--mat-radio-selected-hover-icon-color: var(--theme-accent-strong, var(--theme-accent));--mat-radio-selected-focus-icon-color: var(--theme-accent-strong, var(--theme-accent))}.symba-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.symba-glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.dark-glass-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.note-type-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.reminder-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.symba-confirm-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.dashboard-follow-ups-peek-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.dashboard-billing-peek-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.patient-billing-peek-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.billing-catalog-glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.billing-tp-invoice-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.send-pdf-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.reception-kiosk-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.clinic-legal-agreements-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.pharmacy-search-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.send-forms-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.patient-profile-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.patient-billing-line-discount-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.patient-billing-send-invoice-email-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.patient-billing-delete-confirm-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.appointment-conflict-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.edit-availability-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.review-sign-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.cost-basis-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.signature-edit-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.signature-crop-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.profile-avatar-crop-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.signature-cleanup-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-mgmt-glass-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-forgot-password-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-reauth-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-invoice-pay-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-terms-accept-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-virtual-join-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-enrollment-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-photo-capture-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-photo-camera-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.scheduler-mat-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.send-photos-otl-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.upload-patient-document-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.signature-required-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.dashboard-photos-consents-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-email-code-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.clinic-welcome-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.onboarding-checklist-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-account-prompt-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.portal-terms-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.ops-appt-detail-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.filler-product-info-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.filler-treatment-glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.wave-category-requirement-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.consent-dark-dialog .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.consent-form-view-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.genogram-editor-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.unified-treatment-glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.ai-lips-preview-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn),.photo-drawer-move-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary):not(.mat-warn){--mat-button-text-label-text-color: var(--theme-text-secondary);--mat-button-text-state-layer-color: var(--theme-control-hover-bg)}.symba-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.symba-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.symba-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.symba-glass-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.glass-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.glass-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.dark-glass-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.dark-glass-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.note-type-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.note-type-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.reminder-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.reminder-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.symba-confirm-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.symba-confirm-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.dashboard-follow-ups-peek-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.dashboard-follow-ups-peek-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.dashboard-billing-peek-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.dashboard-billing-peek-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-peek-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-peek-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.billing-catalog-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.billing-catalog-glass-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.billing-tp-invoice-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.billing-tp-invoice-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.send-pdf-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.send-pdf-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.reception-kiosk-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.reception-kiosk-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.clinic-legal-agreements-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.clinic-legal-agreements-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.pharmacy-search-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.pharmacy-search-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.send-forms-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.send-forms-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.patient-profile-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.patient-profile-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-line-discount-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-line-discount-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-send-invoice-email-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-send-invoice-email-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-delete-confirm-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.patient-billing-delete-confirm-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.appointment-conflict-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.appointment-conflict-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.edit-availability-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.edit-availability-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.review-sign-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.review-sign-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.cost-basis-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.cost-basis-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.signature-edit-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.signature-edit-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.signature-crop-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.signature-crop-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.profile-avatar-crop-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.profile-avatar-crop-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.signature-cleanup-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.signature-cleanup-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-mgmt-glass-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-mgmt-glass-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-forgot-password-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-forgot-password-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-reauth-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-reauth-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-invoice-pay-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-invoice-pay-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-terms-accept-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-terms-accept-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-virtual-join-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-virtual-join-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-enrollment-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-enrollment-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-photo-capture-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-photo-capture-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-photo-camera-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-photo-camera-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.scheduler-mat-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.scheduler-mat-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.send-photos-otl-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.send-photos-otl-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.upload-patient-document-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.upload-patient-document-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.signature-required-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.signature-required-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.dashboard-photos-consents-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.dashboard-photos-consents-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-email-code-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-email-code-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.clinic-welcome-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.clinic-welcome-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.onboarding-checklist-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.onboarding-checklist-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-account-prompt-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-account-prompt-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.portal-terms-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.portal-terms-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.ops-appt-detail-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.ops-appt-detail-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.filler-product-info-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.filler-product-info-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.filler-treatment-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.filler-treatment-glass-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.wave-category-requirement-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.wave-category-requirement-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.consent-dark-dialog .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.consent-dark-dialog .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.consent-form-view-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.consent-form-view-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.genogram-editor-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.genogram-editor-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.unified-treatment-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.unified-treatment-glass-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.ai-lips-preview-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.ai-lips-preview-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.photo-drawer-move-dialog-panel .mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.photo-drawer-move-dialog-panel .mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled){--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-container-color: var(--theme-accent);--mat-button-protected-label-text-color: var(--theme-accent-contrast, #fdfbf7)}.symba-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.symba-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.symba-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.symba-glass-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.glass-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.glass-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.dark-glass-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.dark-glass-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.note-type-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.note-type-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.reminder-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.reminder-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.symba-confirm-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.symba-confirm-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.dashboard-follow-ups-peek-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.dashboard-follow-ups-peek-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.dashboard-billing-peek-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.dashboard-billing-peek-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.patient-billing-peek-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.patient-billing-peek-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.billing-catalog-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.billing-catalog-glass-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.billing-tp-invoice-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.billing-tp-invoice-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.send-pdf-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.send-pdf-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.reception-kiosk-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.reception-kiosk-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.clinic-legal-agreements-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.clinic-legal-agreements-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.pharmacy-search-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.pharmacy-search-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.send-forms-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.send-forms-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.patient-profile-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.patient-profile-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.patient-billing-line-discount-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.patient-billing-line-discount-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.patient-billing-send-invoice-email-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.patient-billing-send-invoice-email-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.patient-billing-delete-confirm-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.patient-billing-delete-confirm-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.appointment-conflict-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.appointment-conflict-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.edit-availability-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.edit-availability-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.review-sign-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.review-sign-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.cost-basis-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.cost-basis-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.signature-edit-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.signature-edit-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.signature-crop-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.signature-crop-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.profile-avatar-crop-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.profile-avatar-crop-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.signature-cleanup-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.signature-cleanup-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-mgmt-glass-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-mgmt-glass-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-forgot-password-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-forgot-password-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-reauth-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-reauth-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-invoice-pay-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-invoice-pay-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-terms-accept-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-terms-accept-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-virtual-join-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-virtual-join-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-enrollment-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-enrollment-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-photo-capture-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-photo-capture-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-photo-camera-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-photo-camera-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.scheduler-mat-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.scheduler-mat-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.send-photos-otl-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.send-photos-otl-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.upload-patient-document-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.upload-patient-document-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.signature-required-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.signature-required-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.dashboard-photos-consents-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.dashboard-photos-consents-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-email-code-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-email-code-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.clinic-welcome-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.clinic-welcome-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.onboarding-checklist-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.onboarding-checklist-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-account-prompt-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-account-prompt-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.portal-terms-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.portal-terms-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.ops-appt-detail-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.ops-appt-detail-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.filler-product-info-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.filler-product-info-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.filler-treatment-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.filler-treatment-glass-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.wave-category-requirement-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.wave-category-requirement-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.consent-dark-dialog .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.consent-dark-dialog .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.consent-form-view-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.consent-form-view-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.genogram-editor-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.genogram-editor-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.unified-treatment-glass-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.unified-treatment-glass-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.ai-lips-preview-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.ai-lips-preview-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.photo-drawer-move-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.photo-drawer-move-dialog-panel .mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled{--mat-button-filled-disabled-container-color: color-mix(in srgb, var(--theme-text-primary) 18%, transparent);--mat-button-filled-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary));--mat-button-protected-disabled-container-color: color-mix(in srgb, var(--theme-text-primary) 18%, transparent);--mat-button-protected-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary))}.symba-dialog-panel .mat-mdc-icon-button,.symba-glass-dialog-panel .mat-mdc-icon-button,.glass-dialog-panel .mat-mdc-icon-button,.dark-glass-dialog .mat-mdc-icon-button,.note-type-dialog-panel .mat-mdc-icon-button,.reminder-dialog-panel .mat-mdc-icon-button,.symba-confirm-dialog-panel .mat-mdc-icon-button,.dashboard-follow-ups-peek-panel .mat-mdc-icon-button,.dashboard-billing-peek-panel .mat-mdc-icon-button,.patient-billing-peek-panel .mat-mdc-icon-button,.billing-catalog-glass-dialog-panel .mat-mdc-icon-button,.billing-tp-invoice-dialog .mat-mdc-icon-button,.send-pdf-dialog-panel .mat-mdc-icon-button,.reception-kiosk-dialog-panel .mat-mdc-icon-button,.clinic-legal-agreements-dialog-panel .mat-mdc-icon-button,.pharmacy-search-dialog-panel .mat-mdc-icon-button,.send-forms-dialog-panel .mat-mdc-icon-button,.patient-profile-panel .mat-mdc-icon-button,.patient-billing-line-discount-dialog .mat-mdc-icon-button,.patient-billing-send-invoice-email-dialog .mat-mdc-icon-button,.patient-billing-delete-confirm-dialog .mat-mdc-icon-button,.appointment-conflict-dialog-panel .mat-mdc-icon-button,.edit-availability-dialog-panel .mat-mdc-icon-button,.review-sign-dialog-panel .mat-mdc-icon-button,.cost-basis-dialog-panel .mat-mdc-icon-button,.signature-edit-dialog-panel .mat-mdc-icon-button,.signature-crop-dialog-panel .mat-mdc-icon-button,.profile-avatar-crop-dialog-panel .mat-mdc-icon-button,.signature-cleanup-dialog-panel .mat-mdc-icon-button,.portal-mgmt-glass-dialog .mat-mdc-icon-button,.portal-forgot-password-panel .mat-mdc-icon-button,.portal-reauth-dialog-panel .mat-mdc-icon-button,.portal-invoice-pay-dialog-panel .mat-mdc-icon-button,.portal-terms-accept-dialog-panel .mat-mdc-icon-button,.portal-virtual-join-dialog-panel .mat-mdc-icon-button,.portal-enrollment-dialog-panel .mat-mdc-icon-button,.portal-photo-capture-dialog-panel .mat-mdc-icon-button,.portal-photo-camera-dialog-panel .mat-mdc-icon-button,.scheduler-mat-dialog-panel .mat-mdc-icon-button,.send-photos-otl-dialog-panel .mat-mdc-icon-button,.upload-patient-document-dialog-panel .mat-mdc-icon-button,.signature-required-dialog-panel .mat-mdc-icon-button,.dashboard-photos-consents-panel .mat-mdc-icon-button,.portal-email-code-dialog-panel .mat-mdc-icon-button,.clinic-welcome-dialog-panel .mat-mdc-icon-button,.onboarding-checklist-dialog-panel .mat-mdc-icon-button,.portal-account-prompt-dialog-panel .mat-mdc-icon-button,.portal-terms-dialog-panel .mat-mdc-icon-button,.ops-appt-detail-dialog-panel .mat-mdc-icon-button,.filler-product-info-dialog-panel .mat-mdc-icon-button,.filler-treatment-glass-dialog-panel .mat-mdc-icon-button,.wave-category-requirement-dialog .mat-mdc-icon-button,.consent-dark-dialog .mat-mdc-icon-button,.consent-form-view-dialog-panel .mat-mdc-icon-button,.genogram-editor-dialog-panel .mat-mdc-icon-button,.unified-treatment-glass-dialog-panel .mat-mdc-icon-button,.ai-lips-preview-dialog-panel .mat-mdc-icon-button,.photo-drawer-move-dialog-panel .mat-mdc-icon-button{--mat-icon-button-icon-color: var(--theme-text-secondary)}.symba-dialog-panel input[type=text]:not(.mat-mdc-input-element),.symba-dialog-panel input[type=number]:not(.mat-mdc-input-element),.symba-dialog-panel input[type=email]:not(.mat-mdc-input-element),.symba-dialog-panel input[type=password]:not(.mat-mdc-input-element),.symba-dialog-panel textarea:not(.mat-mdc-input-element),.symba-dialog-panel select:not(.mat-mdc-select),.symba-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element),.symba-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element),.symba-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element),.symba-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element),.symba-glass-dialog-panel textarea:not(.mat-mdc-input-element),.symba-glass-dialog-panel select:not(.mat-mdc-select),.glass-dialog-panel input[type=text]:not(.mat-mdc-input-element),.glass-dialog-panel input[type=number]:not(.mat-mdc-input-element),.glass-dialog-panel input[type=email]:not(.mat-mdc-input-element),.glass-dialog-panel input[type=password]:not(.mat-mdc-input-element),.glass-dialog-panel textarea:not(.mat-mdc-input-element),.glass-dialog-panel select:not(.mat-mdc-select),.dark-glass-dialog input[type=text]:not(.mat-mdc-input-element),.dark-glass-dialog input[type=number]:not(.mat-mdc-input-element),.dark-glass-dialog input[type=email]:not(.mat-mdc-input-element),.dark-glass-dialog input[type=password]:not(.mat-mdc-input-element),.dark-glass-dialog textarea:not(.mat-mdc-input-element),.dark-glass-dialog select:not(.mat-mdc-select),.note-type-dialog-panel input[type=text]:not(.mat-mdc-input-element),.note-type-dialog-panel input[type=number]:not(.mat-mdc-input-element),.note-type-dialog-panel input[type=email]:not(.mat-mdc-input-element),.note-type-dialog-panel input[type=password]:not(.mat-mdc-input-element),.note-type-dialog-panel textarea:not(.mat-mdc-input-element),.note-type-dialog-panel select:not(.mat-mdc-select),.reminder-dialog-panel input[type=text]:not(.mat-mdc-input-element),.reminder-dialog-panel input[type=number]:not(.mat-mdc-input-element),.reminder-dialog-panel input[type=email]:not(.mat-mdc-input-element),.reminder-dialog-panel input[type=password]:not(.mat-mdc-input-element),.reminder-dialog-panel textarea:not(.mat-mdc-input-element),.reminder-dialog-panel select:not(.mat-mdc-select),.symba-confirm-dialog-panel input[type=text]:not(.mat-mdc-input-element),.symba-confirm-dialog-panel input[type=number]:not(.mat-mdc-input-element),.symba-confirm-dialog-panel input[type=email]:not(.mat-mdc-input-element),.symba-confirm-dialog-panel input[type=password]:not(.mat-mdc-input-element),.symba-confirm-dialog-panel textarea:not(.mat-mdc-input-element),.symba-confirm-dialog-panel select:not(.mat-mdc-select),.dashboard-follow-ups-peek-panel input[type=text]:not(.mat-mdc-input-element),.dashboard-follow-ups-peek-panel input[type=number]:not(.mat-mdc-input-element),.dashboard-follow-ups-peek-panel input[type=email]:not(.mat-mdc-input-element),.dashboard-follow-ups-peek-panel input[type=password]:not(.mat-mdc-input-element),.dashboard-follow-ups-peek-panel textarea:not(.mat-mdc-input-element),.dashboard-follow-ups-peek-panel select:not(.mat-mdc-select),.dashboard-billing-peek-panel input[type=text]:not(.mat-mdc-input-element),.dashboard-billing-peek-panel input[type=number]:not(.mat-mdc-input-element),.dashboard-billing-peek-panel input[type=email]:not(.mat-mdc-input-element),.dashboard-billing-peek-panel input[type=password]:not(.mat-mdc-input-element),.dashboard-billing-peek-panel textarea:not(.mat-mdc-input-element),.dashboard-billing-peek-panel select:not(.mat-mdc-select),.patient-billing-peek-panel input[type=text]:not(.mat-mdc-input-element),.patient-billing-peek-panel input[type=number]:not(.mat-mdc-input-element),.patient-billing-peek-panel input[type=email]:not(.mat-mdc-input-element),.patient-billing-peek-panel input[type=password]:not(.mat-mdc-input-element),.patient-billing-peek-panel textarea:not(.mat-mdc-input-element),.patient-billing-peek-panel select:not(.mat-mdc-select),.billing-catalog-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element),.billing-catalog-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element),.billing-catalog-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element),.billing-catalog-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element),.billing-catalog-glass-dialog-panel textarea:not(.mat-mdc-input-element),.billing-catalog-glass-dialog-panel select:not(.mat-mdc-select),.billing-tp-invoice-dialog input[type=text]:not(.mat-mdc-input-element),.billing-tp-invoice-dialog input[type=number]:not(.mat-mdc-input-element),.billing-tp-invoice-dialog input[type=email]:not(.mat-mdc-input-element),.billing-tp-invoice-dialog input[type=password]:not(.mat-mdc-input-element),.billing-tp-invoice-dialog textarea:not(.mat-mdc-input-element),.billing-tp-invoice-dialog select:not(.mat-mdc-select),.send-pdf-dialog-panel input[type=text]:not(.mat-mdc-input-element),.send-pdf-dialog-panel input[type=number]:not(.mat-mdc-input-element),.send-pdf-dialog-panel input[type=email]:not(.mat-mdc-input-element),.send-pdf-dialog-panel input[type=password]:not(.mat-mdc-input-element),.send-pdf-dialog-panel textarea:not(.mat-mdc-input-element),.send-pdf-dialog-panel select:not(.mat-mdc-select),.reception-kiosk-dialog-panel input[type=text]:not(.mat-mdc-input-element),.reception-kiosk-dialog-panel input[type=number]:not(.mat-mdc-input-element),.reception-kiosk-dialog-panel input[type=email]:not(.mat-mdc-input-element),.reception-kiosk-dialog-panel input[type=password]:not(.mat-mdc-input-element),.reception-kiosk-dialog-panel textarea:not(.mat-mdc-input-element),.reception-kiosk-dialog-panel select:not(.mat-mdc-select),.clinic-legal-agreements-dialog-panel input[type=text]:not(.mat-mdc-input-element),.clinic-legal-agreements-dialog-panel input[type=number]:not(.mat-mdc-input-element),.clinic-legal-agreements-dialog-panel input[type=email]:not(.mat-mdc-input-element),.clinic-legal-agreements-dialog-panel input[type=password]:not(.mat-mdc-input-element),.clinic-legal-agreements-dialog-panel textarea:not(.mat-mdc-input-element),.clinic-legal-agreements-dialog-panel select:not(.mat-mdc-select),.pharmacy-search-dialog-panel input[type=text]:not(.mat-mdc-input-element),.pharmacy-search-dialog-panel input[type=number]:not(.mat-mdc-input-element),.pharmacy-search-dialog-panel input[type=email]:not(.mat-mdc-input-element),.pharmacy-search-dialog-panel input[type=password]:not(.mat-mdc-input-element),.pharmacy-search-dialog-panel textarea:not(.mat-mdc-input-element),.pharmacy-search-dialog-panel select:not(.mat-mdc-select),.send-forms-dialog-panel input[type=text]:not(.mat-mdc-input-element),.send-forms-dialog-panel input[type=number]:not(.mat-mdc-input-element),.send-forms-dialog-panel input[type=email]:not(.mat-mdc-input-element),.send-forms-dialog-panel input[type=password]:not(.mat-mdc-input-element),.send-forms-dialog-panel textarea:not(.mat-mdc-input-element),.send-forms-dialog-panel select:not(.mat-mdc-select),.patient-profile-panel input[type=text]:not(.mat-mdc-input-element),.patient-profile-panel input[type=number]:not(.mat-mdc-input-element),.patient-profile-panel input[type=email]:not(.mat-mdc-input-element),.patient-profile-panel input[type=password]:not(.mat-mdc-input-element),.patient-profile-panel textarea:not(.mat-mdc-input-element),.patient-profile-panel select:not(.mat-mdc-select),.patient-billing-line-discount-dialog input[type=text]:not(.mat-mdc-input-element),.patient-billing-line-discount-dialog input[type=number]:not(.mat-mdc-input-element),.patient-billing-line-discount-dialog input[type=email]:not(.mat-mdc-input-element),.patient-billing-line-discount-dialog input[type=password]:not(.mat-mdc-input-element),.patient-billing-line-discount-dialog textarea:not(.mat-mdc-input-element),.patient-billing-line-discount-dialog select:not(.mat-mdc-select),.patient-billing-send-invoice-email-dialog input[type=text]:not(.mat-mdc-input-element),.patient-billing-send-invoice-email-dialog input[type=number]:not(.mat-mdc-input-element),.patient-billing-send-invoice-email-dialog input[type=email]:not(.mat-mdc-input-element),.patient-billing-send-invoice-email-dialog input[type=password]:not(.mat-mdc-input-element),.patient-billing-send-invoice-email-dialog textarea:not(.mat-mdc-input-element),.patient-billing-send-invoice-email-dialog select:not(.mat-mdc-select),.patient-billing-delete-confirm-dialog input[type=text]:not(.mat-mdc-input-element),.patient-billing-delete-confirm-dialog input[type=number]:not(.mat-mdc-input-element),.patient-billing-delete-confirm-dialog input[type=email]:not(.mat-mdc-input-element),.patient-billing-delete-confirm-dialog input[type=password]:not(.mat-mdc-input-element),.patient-billing-delete-confirm-dialog textarea:not(.mat-mdc-input-element),.patient-billing-delete-confirm-dialog select:not(.mat-mdc-select),.appointment-conflict-dialog-panel input[type=text]:not(.mat-mdc-input-element),.appointment-conflict-dialog-panel input[type=number]:not(.mat-mdc-input-element),.appointment-conflict-dialog-panel input[type=email]:not(.mat-mdc-input-element),.appointment-conflict-dialog-panel input[type=password]:not(.mat-mdc-input-element),.appointment-conflict-dialog-panel textarea:not(.mat-mdc-input-element),.appointment-conflict-dialog-panel select:not(.mat-mdc-select),.edit-availability-dialog-panel input[type=text]:not(.mat-mdc-input-element),.edit-availability-dialog-panel input[type=number]:not(.mat-mdc-input-element),.edit-availability-dialog-panel input[type=email]:not(.mat-mdc-input-element),.edit-availability-dialog-panel input[type=password]:not(.mat-mdc-input-element),.edit-availability-dialog-panel textarea:not(.mat-mdc-input-element),.edit-availability-dialog-panel select:not(.mat-mdc-select),.review-sign-dialog-panel input[type=text]:not(.mat-mdc-input-element),.review-sign-dialog-panel input[type=number]:not(.mat-mdc-input-element),.review-sign-dialog-panel input[type=email]:not(.mat-mdc-input-element),.review-sign-dialog-panel input[type=password]:not(.mat-mdc-input-element),.review-sign-dialog-panel textarea:not(.mat-mdc-input-element),.review-sign-dialog-panel select:not(.mat-mdc-select),.cost-basis-dialog-panel input[type=text]:not(.mat-mdc-input-element),.cost-basis-dialog-panel input[type=number]:not(.mat-mdc-input-element),.cost-basis-dialog-panel input[type=email]:not(.mat-mdc-input-element),.cost-basis-dialog-panel input[type=password]:not(.mat-mdc-input-element),.cost-basis-dialog-panel textarea:not(.mat-mdc-input-element),.cost-basis-dialog-panel select:not(.mat-mdc-select),.signature-edit-dialog-panel input[type=text]:not(.mat-mdc-input-element),.signature-edit-dialog-panel input[type=number]:not(.mat-mdc-input-element),.signature-edit-dialog-panel input[type=email]:not(.mat-mdc-input-element),.signature-edit-dialog-panel input[type=password]:not(.mat-mdc-input-element),.signature-edit-dialog-panel textarea:not(.mat-mdc-input-element),.signature-edit-dialog-panel select:not(.mat-mdc-select),.signature-crop-dialog-panel input[type=text]:not(.mat-mdc-input-element),.signature-crop-dialog-panel input[type=number]:not(.mat-mdc-input-element),.signature-crop-dialog-panel input[type=email]:not(.mat-mdc-input-element),.signature-crop-dialog-panel input[type=password]:not(.mat-mdc-input-element),.signature-crop-dialog-panel textarea:not(.mat-mdc-input-element),.signature-crop-dialog-panel select:not(.mat-mdc-select),.profile-avatar-crop-dialog-panel input[type=text]:not(.mat-mdc-input-element),.profile-avatar-crop-dialog-panel input[type=number]:not(.mat-mdc-input-element),.profile-avatar-crop-dialog-panel input[type=email]:not(.mat-mdc-input-element),.profile-avatar-crop-dialog-panel input[type=password]:not(.mat-mdc-input-element),.profile-avatar-crop-dialog-panel textarea:not(.mat-mdc-input-element),.profile-avatar-crop-dialog-panel select:not(.mat-mdc-select),.signature-cleanup-dialog-panel input[type=text]:not(.mat-mdc-input-element),.signature-cleanup-dialog-panel input[type=number]:not(.mat-mdc-input-element),.signature-cleanup-dialog-panel input[type=email]:not(.mat-mdc-input-element),.signature-cleanup-dialog-panel input[type=password]:not(.mat-mdc-input-element),.signature-cleanup-dialog-panel textarea:not(.mat-mdc-input-element),.signature-cleanup-dialog-panel select:not(.mat-mdc-select),.portal-mgmt-glass-dialog input[type=text]:not(.mat-mdc-input-element),.portal-mgmt-glass-dialog input[type=number]:not(.mat-mdc-input-element),.portal-mgmt-glass-dialog input[type=email]:not(.mat-mdc-input-element),.portal-mgmt-glass-dialog input[type=password]:not(.mat-mdc-input-element),.portal-mgmt-glass-dialog textarea:not(.mat-mdc-input-element),.portal-mgmt-glass-dialog select:not(.mat-mdc-select),.portal-forgot-password-panel input[type=text]:not(.mat-mdc-input-element),.portal-forgot-password-panel input[type=number]:not(.mat-mdc-input-element),.portal-forgot-password-panel input[type=email]:not(.mat-mdc-input-element),.portal-forgot-password-panel input[type=password]:not(.mat-mdc-input-element),.portal-forgot-password-panel textarea:not(.mat-mdc-input-element),.portal-forgot-password-panel select:not(.mat-mdc-select),.portal-reauth-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-reauth-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-reauth-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-reauth-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-reauth-dialog-panel textarea:not(.mat-mdc-input-element),.portal-reauth-dialog-panel select:not(.mat-mdc-select),.portal-invoice-pay-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-invoice-pay-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-invoice-pay-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-invoice-pay-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-invoice-pay-dialog-panel textarea:not(.mat-mdc-input-element),.portal-invoice-pay-dialog-panel select:not(.mat-mdc-select),.portal-terms-accept-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-terms-accept-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-terms-accept-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-terms-accept-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-terms-accept-dialog-panel textarea:not(.mat-mdc-input-element),.portal-terms-accept-dialog-panel select:not(.mat-mdc-select),.portal-virtual-join-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-virtual-join-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-virtual-join-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-virtual-join-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-virtual-join-dialog-panel textarea:not(.mat-mdc-input-element),.portal-virtual-join-dialog-panel select:not(.mat-mdc-select),.portal-enrollment-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-enrollment-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-enrollment-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-enrollment-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-enrollment-dialog-panel textarea:not(.mat-mdc-input-element),.portal-enrollment-dialog-panel select:not(.mat-mdc-select),.portal-photo-capture-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-photo-capture-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-photo-capture-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-photo-capture-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-photo-capture-dialog-panel textarea:not(.mat-mdc-input-element),.portal-photo-capture-dialog-panel select:not(.mat-mdc-select),.portal-photo-camera-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-photo-camera-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-photo-camera-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-photo-camera-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-photo-camera-dialog-panel textarea:not(.mat-mdc-input-element),.portal-photo-camera-dialog-panel select:not(.mat-mdc-select),.scheduler-mat-dialog-panel input[type=text]:not(.mat-mdc-input-element),.scheduler-mat-dialog-panel input[type=number]:not(.mat-mdc-input-element),.scheduler-mat-dialog-panel input[type=email]:not(.mat-mdc-input-element),.scheduler-mat-dialog-panel input[type=password]:not(.mat-mdc-input-element),.scheduler-mat-dialog-panel textarea:not(.mat-mdc-input-element),.scheduler-mat-dialog-panel select:not(.mat-mdc-select),.send-photos-otl-dialog-panel input[type=text]:not(.mat-mdc-input-element),.send-photos-otl-dialog-panel input[type=number]:not(.mat-mdc-input-element),.send-photos-otl-dialog-panel input[type=email]:not(.mat-mdc-input-element),.send-photos-otl-dialog-panel input[type=password]:not(.mat-mdc-input-element),.send-photos-otl-dialog-panel textarea:not(.mat-mdc-input-element),.send-photos-otl-dialog-panel select:not(.mat-mdc-select),.upload-patient-document-dialog-panel input[type=text]:not(.mat-mdc-input-element),.upload-patient-document-dialog-panel input[type=number]:not(.mat-mdc-input-element),.upload-patient-document-dialog-panel input[type=email]:not(.mat-mdc-input-element),.upload-patient-document-dialog-panel input[type=password]:not(.mat-mdc-input-element),.upload-patient-document-dialog-panel textarea:not(.mat-mdc-input-element),.upload-patient-document-dialog-panel select:not(.mat-mdc-select),.signature-required-dialog-panel input[type=text]:not(.mat-mdc-input-element),.signature-required-dialog-panel input[type=number]:not(.mat-mdc-input-element),.signature-required-dialog-panel input[type=email]:not(.mat-mdc-input-element),.signature-required-dialog-panel input[type=password]:not(.mat-mdc-input-element),.signature-required-dialog-panel textarea:not(.mat-mdc-input-element),.signature-required-dialog-panel select:not(.mat-mdc-select),.dashboard-photos-consents-panel input[type=text]:not(.mat-mdc-input-element),.dashboard-photos-consents-panel input[type=number]:not(.mat-mdc-input-element),.dashboard-photos-consents-panel input[type=email]:not(.mat-mdc-input-element),.dashboard-photos-consents-panel input[type=password]:not(.mat-mdc-input-element),.dashboard-photos-consents-panel textarea:not(.mat-mdc-input-element),.dashboard-photos-consents-panel select:not(.mat-mdc-select),.portal-email-code-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-email-code-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-email-code-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-email-code-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-email-code-dialog-panel textarea:not(.mat-mdc-input-element),.portal-email-code-dialog-panel select:not(.mat-mdc-select),.clinic-welcome-dialog-panel input[type=text]:not(.mat-mdc-input-element),.clinic-welcome-dialog-panel input[type=number]:not(.mat-mdc-input-element),.clinic-welcome-dialog-panel input[type=email]:not(.mat-mdc-input-element),.clinic-welcome-dialog-panel input[type=password]:not(.mat-mdc-input-element),.clinic-welcome-dialog-panel textarea:not(.mat-mdc-input-element),.clinic-welcome-dialog-panel select:not(.mat-mdc-select),.onboarding-checklist-dialog-panel input[type=text]:not(.mat-mdc-input-element),.onboarding-checklist-dialog-panel input[type=number]:not(.mat-mdc-input-element),.onboarding-checklist-dialog-panel input[type=email]:not(.mat-mdc-input-element),.onboarding-checklist-dialog-panel input[type=password]:not(.mat-mdc-input-element),.onboarding-checklist-dialog-panel textarea:not(.mat-mdc-input-element),.onboarding-checklist-dialog-panel select:not(.mat-mdc-select),.portal-account-prompt-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-account-prompt-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-account-prompt-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-account-prompt-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-account-prompt-dialog-panel textarea:not(.mat-mdc-input-element),.portal-account-prompt-dialog-panel select:not(.mat-mdc-select),.portal-terms-dialog-panel input[type=text]:not(.mat-mdc-input-element),.portal-terms-dialog-panel input[type=number]:not(.mat-mdc-input-element),.portal-terms-dialog-panel input[type=email]:not(.mat-mdc-input-element),.portal-terms-dialog-panel input[type=password]:not(.mat-mdc-input-element),.portal-terms-dialog-panel textarea:not(.mat-mdc-input-element),.portal-terms-dialog-panel select:not(.mat-mdc-select),.ops-appt-detail-dialog-panel input[type=text]:not(.mat-mdc-input-element),.ops-appt-detail-dialog-panel input[type=number]:not(.mat-mdc-input-element),.ops-appt-detail-dialog-panel input[type=email]:not(.mat-mdc-input-element),.ops-appt-detail-dialog-panel input[type=password]:not(.mat-mdc-input-element),.ops-appt-detail-dialog-panel textarea:not(.mat-mdc-input-element),.ops-appt-detail-dialog-panel select:not(.mat-mdc-select),.filler-product-info-dialog-panel input[type=text]:not(.mat-mdc-input-element),.filler-product-info-dialog-panel input[type=number]:not(.mat-mdc-input-element),.filler-product-info-dialog-panel input[type=email]:not(.mat-mdc-input-element),.filler-product-info-dialog-panel input[type=password]:not(.mat-mdc-input-element),.filler-product-info-dialog-panel textarea:not(.mat-mdc-input-element),.filler-product-info-dialog-panel select:not(.mat-mdc-select),.filler-treatment-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element),.filler-treatment-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element),.filler-treatment-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element),.filler-treatment-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element),.filler-treatment-glass-dialog-panel textarea:not(.mat-mdc-input-element),.filler-treatment-glass-dialog-panel select:not(.mat-mdc-select),.wave-category-requirement-dialog input[type=text]:not(.mat-mdc-input-element),.wave-category-requirement-dialog input[type=number]:not(.mat-mdc-input-element),.wave-category-requirement-dialog input[type=email]:not(.mat-mdc-input-element),.wave-category-requirement-dialog input[type=password]:not(.mat-mdc-input-element),.wave-category-requirement-dialog textarea:not(.mat-mdc-input-element),.wave-category-requirement-dialog select:not(.mat-mdc-select),.consent-dark-dialog input[type=text]:not(.mat-mdc-input-element),.consent-dark-dialog input[type=number]:not(.mat-mdc-input-element),.consent-dark-dialog input[type=email]:not(.mat-mdc-input-element),.consent-dark-dialog input[type=password]:not(.mat-mdc-input-element),.consent-dark-dialog textarea:not(.mat-mdc-input-element),.consent-dark-dialog select:not(.mat-mdc-select),.consent-form-view-dialog-panel input[type=text]:not(.mat-mdc-input-element),.consent-form-view-dialog-panel input[type=number]:not(.mat-mdc-input-element),.consent-form-view-dialog-panel input[type=email]:not(.mat-mdc-input-element),.consent-form-view-dialog-panel input[type=password]:not(.mat-mdc-input-element),.consent-form-view-dialog-panel textarea:not(.mat-mdc-input-element),.consent-form-view-dialog-panel select:not(.mat-mdc-select),.genogram-editor-dialog-panel input[type=text]:not(.mat-mdc-input-element),.genogram-editor-dialog-panel input[type=number]:not(.mat-mdc-input-element),.genogram-editor-dialog-panel input[type=email]:not(.mat-mdc-input-element),.genogram-editor-dialog-panel input[type=password]:not(.mat-mdc-input-element),.genogram-editor-dialog-panel textarea:not(.mat-mdc-input-element),.genogram-editor-dialog-panel select:not(.mat-mdc-select),.unified-treatment-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element),.unified-treatment-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element),.unified-treatment-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element),.unified-treatment-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element),.unified-treatment-glass-dialog-panel textarea:not(.mat-mdc-input-element),.unified-treatment-glass-dialog-panel select:not(.mat-mdc-select),.ai-lips-preview-dialog-panel input[type=text]:not(.mat-mdc-input-element),.ai-lips-preview-dialog-panel input[type=number]:not(.mat-mdc-input-element),.ai-lips-preview-dialog-panel input[type=email]:not(.mat-mdc-input-element),.ai-lips-preview-dialog-panel input[type=password]:not(.mat-mdc-input-element),.ai-lips-preview-dialog-panel textarea:not(.mat-mdc-input-element),.ai-lips-preview-dialog-panel select:not(.mat-mdc-select),.photo-drawer-move-dialog-panel input[type=text]:not(.mat-mdc-input-element),.photo-drawer-move-dialog-panel input[type=number]:not(.mat-mdc-input-element),.photo-drawer-move-dialog-panel input[type=email]:not(.mat-mdc-input-element),.photo-drawer-move-dialog-panel input[type=password]:not(.mat-mdc-input-element),.photo-drawer-move-dialog-panel textarea:not(.mat-mdc-input-element),.photo-drawer-move-dialog-panel select:not(.mat-mdc-select){color:var(--theme-text-primary);background:var(--theme-np-field-container);border:var(--theme-hairline) solid var(--theme-np-field-indicator);border-radius:var(--theme-radius-xs);caret-color:var(--theme-np-field-caret)}.symba-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.symba-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.symba-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.symba-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.symba-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.symba-dialog-panel select:not(.mat-mdc-select)::placeholder,.symba-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.symba-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.symba-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.symba-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.symba-glass-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.symba-glass-dialog-panel select:not(.mat-mdc-select)::placeholder,.glass-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.glass-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.glass-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.glass-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.glass-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.glass-dialog-panel select:not(.mat-mdc-select)::placeholder,.dark-glass-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.dark-glass-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.dark-glass-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.dark-glass-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.dark-glass-dialog textarea:not(.mat-mdc-input-element)::placeholder,.dark-glass-dialog select:not(.mat-mdc-select)::placeholder,.note-type-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.note-type-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.note-type-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.note-type-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.note-type-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.note-type-dialog-panel select:not(.mat-mdc-select)::placeholder,.reminder-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.reminder-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.reminder-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.reminder-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.reminder-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.reminder-dialog-panel select:not(.mat-mdc-select)::placeholder,.symba-confirm-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.symba-confirm-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.symba-confirm-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.symba-confirm-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.symba-confirm-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.symba-confirm-dialog-panel select:not(.mat-mdc-select)::placeholder,.dashboard-follow-ups-peek-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.dashboard-follow-ups-peek-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.dashboard-follow-ups-peek-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.dashboard-follow-ups-peek-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.dashboard-follow-ups-peek-panel textarea:not(.mat-mdc-input-element)::placeholder,.dashboard-follow-ups-peek-panel select:not(.mat-mdc-select)::placeholder,.dashboard-billing-peek-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.dashboard-billing-peek-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.dashboard-billing-peek-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.dashboard-billing-peek-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.dashboard-billing-peek-panel textarea:not(.mat-mdc-input-element)::placeholder,.dashboard-billing-peek-panel select:not(.mat-mdc-select)::placeholder,.patient-billing-peek-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.patient-billing-peek-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.patient-billing-peek-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.patient-billing-peek-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.patient-billing-peek-panel textarea:not(.mat-mdc-input-element)::placeholder,.patient-billing-peek-panel select:not(.mat-mdc-select)::placeholder,.billing-catalog-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.billing-catalog-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.billing-catalog-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.billing-catalog-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.billing-catalog-glass-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.billing-catalog-glass-dialog-panel select:not(.mat-mdc-select)::placeholder,.billing-tp-invoice-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.billing-tp-invoice-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.billing-tp-invoice-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.billing-tp-invoice-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.billing-tp-invoice-dialog textarea:not(.mat-mdc-input-element)::placeholder,.billing-tp-invoice-dialog select:not(.mat-mdc-select)::placeholder,.send-pdf-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.send-pdf-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.send-pdf-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.send-pdf-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.send-pdf-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.send-pdf-dialog-panel select:not(.mat-mdc-select)::placeholder,.reception-kiosk-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.reception-kiosk-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.reception-kiosk-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.reception-kiosk-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.reception-kiosk-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.reception-kiosk-dialog-panel select:not(.mat-mdc-select)::placeholder,.clinic-legal-agreements-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.clinic-legal-agreements-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.clinic-legal-agreements-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.clinic-legal-agreements-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.clinic-legal-agreements-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.clinic-legal-agreements-dialog-panel select:not(.mat-mdc-select)::placeholder,.pharmacy-search-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.pharmacy-search-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.pharmacy-search-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.pharmacy-search-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.pharmacy-search-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.pharmacy-search-dialog-panel select:not(.mat-mdc-select)::placeholder,.send-forms-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.send-forms-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.send-forms-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.send-forms-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.send-forms-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.send-forms-dialog-panel select:not(.mat-mdc-select)::placeholder,.patient-profile-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.patient-profile-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.patient-profile-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.patient-profile-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.patient-profile-panel textarea:not(.mat-mdc-input-element)::placeholder,.patient-profile-panel select:not(.mat-mdc-select)::placeholder,.patient-billing-line-discount-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.patient-billing-line-discount-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.patient-billing-line-discount-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.patient-billing-line-discount-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.patient-billing-line-discount-dialog textarea:not(.mat-mdc-input-element)::placeholder,.patient-billing-line-discount-dialog select:not(.mat-mdc-select)::placeholder,.patient-billing-send-invoice-email-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.patient-billing-send-invoice-email-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.patient-billing-send-invoice-email-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.patient-billing-send-invoice-email-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.patient-billing-send-invoice-email-dialog textarea:not(.mat-mdc-input-element)::placeholder,.patient-billing-send-invoice-email-dialog select:not(.mat-mdc-select)::placeholder,.patient-billing-delete-confirm-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.patient-billing-delete-confirm-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.patient-billing-delete-confirm-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.patient-billing-delete-confirm-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.patient-billing-delete-confirm-dialog textarea:not(.mat-mdc-input-element)::placeholder,.patient-billing-delete-confirm-dialog select:not(.mat-mdc-select)::placeholder,.appointment-conflict-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.appointment-conflict-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.appointment-conflict-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.appointment-conflict-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.appointment-conflict-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.appointment-conflict-dialog-panel select:not(.mat-mdc-select)::placeholder,.edit-availability-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.edit-availability-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.edit-availability-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.edit-availability-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.edit-availability-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.edit-availability-dialog-panel select:not(.mat-mdc-select)::placeholder,.review-sign-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.review-sign-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.review-sign-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.review-sign-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.review-sign-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.review-sign-dialog-panel select:not(.mat-mdc-select)::placeholder,.cost-basis-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.cost-basis-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.cost-basis-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.cost-basis-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.cost-basis-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.cost-basis-dialog-panel select:not(.mat-mdc-select)::placeholder,.signature-edit-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.signature-edit-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.signature-edit-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.signature-edit-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.signature-edit-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.signature-edit-dialog-panel select:not(.mat-mdc-select)::placeholder,.signature-crop-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.signature-crop-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.signature-crop-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.signature-crop-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.signature-crop-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.signature-crop-dialog-panel select:not(.mat-mdc-select)::placeholder,.profile-avatar-crop-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.profile-avatar-crop-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.profile-avatar-crop-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.profile-avatar-crop-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.profile-avatar-crop-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.profile-avatar-crop-dialog-panel select:not(.mat-mdc-select)::placeholder,.signature-cleanup-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.signature-cleanup-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.signature-cleanup-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.signature-cleanup-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.signature-cleanup-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.signature-cleanup-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-mgmt-glass-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-mgmt-glass-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-mgmt-glass-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-mgmt-glass-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-mgmt-glass-dialog textarea:not(.mat-mdc-input-element)::placeholder,.portal-mgmt-glass-dialog select:not(.mat-mdc-select)::placeholder,.portal-forgot-password-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-forgot-password-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-forgot-password-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-forgot-password-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-forgot-password-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-forgot-password-panel select:not(.mat-mdc-select)::placeholder,.portal-reauth-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-reauth-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-reauth-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-reauth-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-reauth-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-reauth-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-invoice-pay-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-invoice-pay-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-invoice-pay-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-invoice-pay-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-invoice-pay-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-invoice-pay-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-terms-accept-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-terms-accept-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-terms-accept-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-terms-accept-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-terms-accept-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-terms-accept-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-virtual-join-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-virtual-join-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-virtual-join-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-virtual-join-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-virtual-join-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-virtual-join-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-enrollment-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-enrollment-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-enrollment-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-enrollment-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-enrollment-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-enrollment-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-photo-capture-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-photo-capture-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-photo-capture-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-photo-capture-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-photo-capture-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-photo-capture-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-photo-camera-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-photo-camera-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-photo-camera-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-photo-camera-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-photo-camera-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-photo-camera-dialog-panel select:not(.mat-mdc-select)::placeholder,.scheduler-mat-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.scheduler-mat-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.scheduler-mat-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.scheduler-mat-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.scheduler-mat-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.scheduler-mat-dialog-panel select:not(.mat-mdc-select)::placeholder,.send-photos-otl-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.send-photos-otl-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.send-photos-otl-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.send-photos-otl-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.send-photos-otl-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.send-photos-otl-dialog-panel select:not(.mat-mdc-select)::placeholder,.upload-patient-document-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.upload-patient-document-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.upload-patient-document-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.upload-patient-document-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.upload-patient-document-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.upload-patient-document-dialog-panel select:not(.mat-mdc-select)::placeholder,.signature-required-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.signature-required-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.signature-required-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.signature-required-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.signature-required-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.signature-required-dialog-panel select:not(.mat-mdc-select)::placeholder,.dashboard-photos-consents-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.dashboard-photos-consents-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.dashboard-photos-consents-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.dashboard-photos-consents-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.dashboard-photos-consents-panel textarea:not(.mat-mdc-input-element)::placeholder,.dashboard-photos-consents-panel select:not(.mat-mdc-select)::placeholder,.portal-email-code-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-email-code-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-email-code-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-email-code-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-email-code-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-email-code-dialog-panel select:not(.mat-mdc-select)::placeholder,.clinic-welcome-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.clinic-welcome-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.clinic-welcome-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.clinic-welcome-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.clinic-welcome-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.clinic-welcome-dialog-panel select:not(.mat-mdc-select)::placeholder,.onboarding-checklist-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.onboarding-checklist-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.onboarding-checklist-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.onboarding-checklist-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.onboarding-checklist-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.onboarding-checklist-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-account-prompt-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-account-prompt-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-account-prompt-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-account-prompt-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-account-prompt-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-account-prompt-dialog-panel select:not(.mat-mdc-select)::placeholder,.portal-terms-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.portal-terms-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.portal-terms-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.portal-terms-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.portal-terms-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.portal-terms-dialog-panel select:not(.mat-mdc-select)::placeholder,.ops-appt-detail-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.ops-appt-detail-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.ops-appt-detail-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.ops-appt-detail-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.ops-appt-detail-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.ops-appt-detail-dialog-panel select:not(.mat-mdc-select)::placeholder,.filler-product-info-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.filler-product-info-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.filler-product-info-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.filler-product-info-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.filler-product-info-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.filler-product-info-dialog-panel select:not(.mat-mdc-select)::placeholder,.filler-treatment-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.filler-treatment-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.filler-treatment-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.filler-treatment-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.filler-treatment-glass-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.filler-treatment-glass-dialog-panel select:not(.mat-mdc-select)::placeholder,.wave-category-requirement-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.wave-category-requirement-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.wave-category-requirement-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.wave-category-requirement-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.wave-category-requirement-dialog textarea:not(.mat-mdc-input-element)::placeholder,.wave-category-requirement-dialog select:not(.mat-mdc-select)::placeholder,.consent-dark-dialog input[type=text]:not(.mat-mdc-input-element)::placeholder,.consent-dark-dialog input[type=number]:not(.mat-mdc-input-element)::placeholder,.consent-dark-dialog input[type=email]:not(.mat-mdc-input-element)::placeholder,.consent-dark-dialog input[type=password]:not(.mat-mdc-input-element)::placeholder,.consent-dark-dialog textarea:not(.mat-mdc-input-element)::placeholder,.consent-dark-dialog select:not(.mat-mdc-select)::placeholder,.consent-form-view-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.consent-form-view-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.consent-form-view-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.consent-form-view-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.consent-form-view-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.consent-form-view-dialog-panel select:not(.mat-mdc-select)::placeholder,.genogram-editor-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.genogram-editor-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.genogram-editor-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.genogram-editor-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.genogram-editor-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.genogram-editor-dialog-panel select:not(.mat-mdc-select)::placeholder,.unified-treatment-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.unified-treatment-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.unified-treatment-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.unified-treatment-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.unified-treatment-glass-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.unified-treatment-glass-dialog-panel select:not(.mat-mdc-select)::placeholder,.ai-lips-preview-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.ai-lips-preview-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.ai-lips-preview-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.ai-lips-preview-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.ai-lips-preview-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.ai-lips-preview-dialog-panel select:not(.mat-mdc-select)::placeholder,.photo-drawer-move-dialog-panel input[type=text]:not(.mat-mdc-input-element)::placeholder,.photo-drawer-move-dialog-panel input[type=number]:not(.mat-mdc-input-element)::placeholder,.photo-drawer-move-dialog-panel input[type=email]:not(.mat-mdc-input-element)::placeholder,.photo-drawer-move-dialog-panel input[type=password]:not(.mat-mdc-input-element)::placeholder,.photo-drawer-move-dialog-panel textarea:not(.mat-mdc-input-element)::placeholder,.photo-drawer-move-dialog-panel select:not(.mat-mdc-select)::placeholder{color:var(--theme-np-field-placeholder)}.symba-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.symba-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.symba-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.symba-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.symba-dialog-panel textarea:not(.mat-mdc-input-element):focus,.symba-dialog-panel select:not(.mat-mdc-select):focus,.symba-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.symba-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.symba-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.symba-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.symba-glass-dialog-panel textarea:not(.mat-mdc-input-element):focus,.symba-glass-dialog-panel select:not(.mat-mdc-select):focus,.glass-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.glass-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.glass-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.glass-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.glass-dialog-panel textarea:not(.mat-mdc-input-element):focus,.glass-dialog-panel select:not(.mat-mdc-select):focus,.dark-glass-dialog input[type=text]:not(.mat-mdc-input-element):focus,.dark-glass-dialog input[type=number]:not(.mat-mdc-input-element):focus,.dark-glass-dialog input[type=email]:not(.mat-mdc-input-element):focus,.dark-glass-dialog input[type=password]:not(.mat-mdc-input-element):focus,.dark-glass-dialog textarea:not(.mat-mdc-input-element):focus,.dark-glass-dialog select:not(.mat-mdc-select):focus,.note-type-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.note-type-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.note-type-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.note-type-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.note-type-dialog-panel textarea:not(.mat-mdc-input-element):focus,.note-type-dialog-panel select:not(.mat-mdc-select):focus,.reminder-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.reminder-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.reminder-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.reminder-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.reminder-dialog-panel textarea:not(.mat-mdc-input-element):focus,.reminder-dialog-panel select:not(.mat-mdc-select):focus,.symba-confirm-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.symba-confirm-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.symba-confirm-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.symba-confirm-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.symba-confirm-dialog-panel textarea:not(.mat-mdc-input-element):focus,.symba-confirm-dialog-panel select:not(.mat-mdc-select):focus,.dashboard-follow-ups-peek-panel input[type=text]:not(.mat-mdc-input-element):focus,.dashboard-follow-ups-peek-panel input[type=number]:not(.mat-mdc-input-element):focus,.dashboard-follow-ups-peek-panel input[type=email]:not(.mat-mdc-input-element):focus,.dashboard-follow-ups-peek-panel input[type=password]:not(.mat-mdc-input-element):focus,.dashboard-follow-ups-peek-panel textarea:not(.mat-mdc-input-element):focus,.dashboard-follow-ups-peek-panel select:not(.mat-mdc-select):focus,.dashboard-billing-peek-panel input[type=text]:not(.mat-mdc-input-element):focus,.dashboard-billing-peek-panel input[type=number]:not(.mat-mdc-input-element):focus,.dashboard-billing-peek-panel input[type=email]:not(.mat-mdc-input-element):focus,.dashboard-billing-peek-panel input[type=password]:not(.mat-mdc-input-element):focus,.dashboard-billing-peek-panel textarea:not(.mat-mdc-input-element):focus,.dashboard-billing-peek-panel select:not(.mat-mdc-select):focus,.patient-billing-peek-panel input[type=text]:not(.mat-mdc-input-element):focus,.patient-billing-peek-panel input[type=number]:not(.mat-mdc-input-element):focus,.patient-billing-peek-panel input[type=email]:not(.mat-mdc-input-element):focus,.patient-billing-peek-panel input[type=password]:not(.mat-mdc-input-element):focus,.patient-billing-peek-panel textarea:not(.mat-mdc-input-element):focus,.patient-billing-peek-panel select:not(.mat-mdc-select):focus,.billing-catalog-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.billing-catalog-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.billing-catalog-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.billing-catalog-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.billing-catalog-glass-dialog-panel textarea:not(.mat-mdc-input-element):focus,.billing-catalog-glass-dialog-panel select:not(.mat-mdc-select):focus,.billing-tp-invoice-dialog input[type=text]:not(.mat-mdc-input-element):focus,.billing-tp-invoice-dialog input[type=number]:not(.mat-mdc-input-element):focus,.billing-tp-invoice-dialog input[type=email]:not(.mat-mdc-input-element):focus,.billing-tp-invoice-dialog input[type=password]:not(.mat-mdc-input-element):focus,.billing-tp-invoice-dialog textarea:not(.mat-mdc-input-element):focus,.billing-tp-invoice-dialog select:not(.mat-mdc-select):focus,.send-pdf-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.send-pdf-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.send-pdf-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.send-pdf-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.send-pdf-dialog-panel textarea:not(.mat-mdc-input-element):focus,.send-pdf-dialog-panel select:not(.mat-mdc-select):focus,.reception-kiosk-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.reception-kiosk-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.reception-kiosk-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.reception-kiosk-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.reception-kiosk-dialog-panel textarea:not(.mat-mdc-input-element):focus,.reception-kiosk-dialog-panel select:not(.mat-mdc-select):focus,.clinic-legal-agreements-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.clinic-legal-agreements-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.clinic-legal-agreements-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.clinic-legal-agreements-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.clinic-legal-agreements-dialog-panel textarea:not(.mat-mdc-input-element):focus,.clinic-legal-agreements-dialog-panel select:not(.mat-mdc-select):focus,.pharmacy-search-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.pharmacy-search-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.pharmacy-search-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.pharmacy-search-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.pharmacy-search-dialog-panel textarea:not(.mat-mdc-input-element):focus,.pharmacy-search-dialog-panel select:not(.mat-mdc-select):focus,.send-forms-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.send-forms-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.send-forms-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.send-forms-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.send-forms-dialog-panel textarea:not(.mat-mdc-input-element):focus,.send-forms-dialog-panel select:not(.mat-mdc-select):focus,.patient-profile-panel input[type=text]:not(.mat-mdc-input-element):focus,.patient-profile-panel input[type=number]:not(.mat-mdc-input-element):focus,.patient-profile-panel input[type=email]:not(.mat-mdc-input-element):focus,.patient-profile-panel input[type=password]:not(.mat-mdc-input-element):focus,.patient-profile-panel textarea:not(.mat-mdc-input-element):focus,.patient-profile-panel select:not(.mat-mdc-select):focus,.patient-billing-line-discount-dialog input[type=text]:not(.mat-mdc-input-element):focus,.patient-billing-line-discount-dialog input[type=number]:not(.mat-mdc-input-element):focus,.patient-billing-line-discount-dialog input[type=email]:not(.mat-mdc-input-element):focus,.patient-billing-line-discount-dialog input[type=password]:not(.mat-mdc-input-element):focus,.patient-billing-line-discount-dialog textarea:not(.mat-mdc-input-element):focus,.patient-billing-line-discount-dialog select:not(.mat-mdc-select):focus,.patient-billing-send-invoice-email-dialog input[type=text]:not(.mat-mdc-input-element):focus,.patient-billing-send-invoice-email-dialog input[type=number]:not(.mat-mdc-input-element):focus,.patient-billing-send-invoice-email-dialog input[type=email]:not(.mat-mdc-input-element):focus,.patient-billing-send-invoice-email-dialog input[type=password]:not(.mat-mdc-input-element):focus,.patient-billing-send-invoice-email-dialog textarea:not(.mat-mdc-input-element):focus,.patient-billing-send-invoice-email-dialog select:not(.mat-mdc-select):focus,.patient-billing-delete-confirm-dialog input[type=text]:not(.mat-mdc-input-element):focus,.patient-billing-delete-confirm-dialog input[type=number]:not(.mat-mdc-input-element):focus,.patient-billing-delete-confirm-dialog input[type=email]:not(.mat-mdc-input-element):focus,.patient-billing-delete-confirm-dialog input[type=password]:not(.mat-mdc-input-element):focus,.patient-billing-delete-confirm-dialog textarea:not(.mat-mdc-input-element):focus,.patient-billing-delete-confirm-dialog select:not(.mat-mdc-select):focus,.appointment-conflict-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.appointment-conflict-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.appointment-conflict-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.appointment-conflict-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.appointment-conflict-dialog-panel textarea:not(.mat-mdc-input-element):focus,.appointment-conflict-dialog-panel select:not(.mat-mdc-select):focus,.edit-availability-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.edit-availability-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.edit-availability-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.edit-availability-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.edit-availability-dialog-panel textarea:not(.mat-mdc-input-element):focus,.edit-availability-dialog-panel select:not(.mat-mdc-select):focus,.review-sign-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.review-sign-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.review-sign-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.review-sign-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.review-sign-dialog-panel textarea:not(.mat-mdc-input-element):focus,.review-sign-dialog-panel select:not(.mat-mdc-select):focus,.cost-basis-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.cost-basis-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.cost-basis-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.cost-basis-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.cost-basis-dialog-panel textarea:not(.mat-mdc-input-element):focus,.cost-basis-dialog-panel select:not(.mat-mdc-select):focus,.signature-edit-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.signature-edit-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.signature-edit-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.signature-edit-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.signature-edit-dialog-panel textarea:not(.mat-mdc-input-element):focus,.signature-edit-dialog-panel select:not(.mat-mdc-select):focus,.signature-crop-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.signature-crop-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.signature-crop-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.signature-crop-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.signature-crop-dialog-panel textarea:not(.mat-mdc-input-element):focus,.signature-crop-dialog-panel select:not(.mat-mdc-select):focus,.profile-avatar-crop-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.profile-avatar-crop-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.profile-avatar-crop-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.profile-avatar-crop-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.profile-avatar-crop-dialog-panel textarea:not(.mat-mdc-input-element):focus,.profile-avatar-crop-dialog-panel select:not(.mat-mdc-select):focus,.signature-cleanup-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.signature-cleanup-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.signature-cleanup-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.signature-cleanup-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.signature-cleanup-dialog-panel textarea:not(.mat-mdc-input-element):focus,.signature-cleanup-dialog-panel select:not(.mat-mdc-select):focus,.portal-mgmt-glass-dialog input[type=text]:not(.mat-mdc-input-element):focus,.portal-mgmt-glass-dialog input[type=number]:not(.mat-mdc-input-element):focus,.portal-mgmt-glass-dialog input[type=email]:not(.mat-mdc-input-element):focus,.portal-mgmt-glass-dialog input[type=password]:not(.mat-mdc-input-element):focus,.portal-mgmt-glass-dialog textarea:not(.mat-mdc-input-element):focus,.portal-mgmt-glass-dialog select:not(.mat-mdc-select):focus,.portal-forgot-password-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-forgot-password-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-forgot-password-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-forgot-password-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-forgot-password-panel textarea:not(.mat-mdc-input-element):focus,.portal-forgot-password-panel select:not(.mat-mdc-select):focus,.portal-reauth-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-reauth-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-reauth-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-reauth-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-reauth-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-reauth-dialog-panel select:not(.mat-mdc-select):focus,.portal-invoice-pay-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-invoice-pay-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-invoice-pay-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-invoice-pay-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-invoice-pay-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-invoice-pay-dialog-panel select:not(.mat-mdc-select):focus,.portal-terms-accept-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-terms-accept-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-terms-accept-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-terms-accept-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-terms-accept-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-terms-accept-dialog-panel select:not(.mat-mdc-select):focus,.portal-virtual-join-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-virtual-join-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-virtual-join-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-virtual-join-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-virtual-join-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-virtual-join-dialog-panel select:not(.mat-mdc-select):focus,.portal-enrollment-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-enrollment-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-enrollment-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-enrollment-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-enrollment-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-enrollment-dialog-panel select:not(.mat-mdc-select):focus,.portal-photo-capture-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-photo-capture-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-photo-capture-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-photo-capture-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-photo-capture-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-photo-capture-dialog-panel select:not(.mat-mdc-select):focus,.portal-photo-camera-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-photo-camera-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-photo-camera-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-photo-camera-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-photo-camera-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-photo-camera-dialog-panel select:not(.mat-mdc-select):focus,.scheduler-mat-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.scheduler-mat-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.scheduler-mat-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.scheduler-mat-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.scheduler-mat-dialog-panel textarea:not(.mat-mdc-input-element):focus,.scheduler-mat-dialog-panel select:not(.mat-mdc-select):focus,.send-photos-otl-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.send-photos-otl-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.send-photos-otl-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.send-photos-otl-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.send-photos-otl-dialog-panel textarea:not(.mat-mdc-input-element):focus,.send-photos-otl-dialog-panel select:not(.mat-mdc-select):focus,.upload-patient-document-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.upload-patient-document-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.upload-patient-document-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.upload-patient-document-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.upload-patient-document-dialog-panel textarea:not(.mat-mdc-input-element):focus,.upload-patient-document-dialog-panel select:not(.mat-mdc-select):focus,.signature-required-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.signature-required-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.signature-required-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.signature-required-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.signature-required-dialog-panel textarea:not(.mat-mdc-input-element):focus,.signature-required-dialog-panel select:not(.mat-mdc-select):focus,.dashboard-photos-consents-panel input[type=text]:not(.mat-mdc-input-element):focus,.dashboard-photos-consents-panel input[type=number]:not(.mat-mdc-input-element):focus,.dashboard-photos-consents-panel input[type=email]:not(.mat-mdc-input-element):focus,.dashboard-photos-consents-panel input[type=password]:not(.mat-mdc-input-element):focus,.dashboard-photos-consents-panel textarea:not(.mat-mdc-input-element):focus,.dashboard-photos-consents-panel select:not(.mat-mdc-select):focus,.portal-email-code-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-email-code-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-email-code-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-email-code-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-email-code-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-email-code-dialog-panel select:not(.mat-mdc-select):focus,.clinic-welcome-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.clinic-welcome-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.clinic-welcome-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.clinic-welcome-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.clinic-welcome-dialog-panel textarea:not(.mat-mdc-input-element):focus,.clinic-welcome-dialog-panel select:not(.mat-mdc-select):focus,.onboarding-checklist-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.onboarding-checklist-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.onboarding-checklist-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.onboarding-checklist-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.onboarding-checklist-dialog-panel textarea:not(.mat-mdc-input-element):focus,.onboarding-checklist-dialog-panel select:not(.mat-mdc-select):focus,.portal-account-prompt-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-account-prompt-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-account-prompt-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-account-prompt-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-account-prompt-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-account-prompt-dialog-panel select:not(.mat-mdc-select):focus,.portal-terms-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.portal-terms-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.portal-terms-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.portal-terms-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.portal-terms-dialog-panel textarea:not(.mat-mdc-input-element):focus,.portal-terms-dialog-panel select:not(.mat-mdc-select):focus,.ops-appt-detail-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.ops-appt-detail-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.ops-appt-detail-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.ops-appt-detail-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.ops-appt-detail-dialog-panel textarea:not(.mat-mdc-input-element):focus,.ops-appt-detail-dialog-panel select:not(.mat-mdc-select):focus,.filler-product-info-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.filler-product-info-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.filler-product-info-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.filler-product-info-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.filler-product-info-dialog-panel textarea:not(.mat-mdc-input-element):focus,.filler-product-info-dialog-panel select:not(.mat-mdc-select):focus,.filler-treatment-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.filler-treatment-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.filler-treatment-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.filler-treatment-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.filler-treatment-glass-dialog-panel textarea:not(.mat-mdc-input-element):focus,.filler-treatment-glass-dialog-panel select:not(.mat-mdc-select):focus,.wave-category-requirement-dialog input[type=text]:not(.mat-mdc-input-element):focus,.wave-category-requirement-dialog input[type=number]:not(.mat-mdc-input-element):focus,.wave-category-requirement-dialog input[type=email]:not(.mat-mdc-input-element):focus,.wave-category-requirement-dialog input[type=password]:not(.mat-mdc-input-element):focus,.wave-category-requirement-dialog textarea:not(.mat-mdc-input-element):focus,.wave-category-requirement-dialog select:not(.mat-mdc-select):focus,.consent-dark-dialog input[type=text]:not(.mat-mdc-input-element):focus,.consent-dark-dialog input[type=number]:not(.mat-mdc-input-element):focus,.consent-dark-dialog input[type=email]:not(.mat-mdc-input-element):focus,.consent-dark-dialog input[type=password]:not(.mat-mdc-input-element):focus,.consent-dark-dialog textarea:not(.mat-mdc-input-element):focus,.consent-dark-dialog select:not(.mat-mdc-select):focus,.consent-form-view-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.consent-form-view-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.consent-form-view-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.consent-form-view-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.consent-form-view-dialog-panel textarea:not(.mat-mdc-input-element):focus,.consent-form-view-dialog-panel select:not(.mat-mdc-select):focus,.genogram-editor-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.genogram-editor-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.genogram-editor-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.genogram-editor-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.genogram-editor-dialog-panel textarea:not(.mat-mdc-input-element):focus,.genogram-editor-dialog-panel select:not(.mat-mdc-select):focus,.unified-treatment-glass-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.unified-treatment-glass-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.unified-treatment-glass-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.unified-treatment-glass-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.unified-treatment-glass-dialog-panel textarea:not(.mat-mdc-input-element):focus,.unified-treatment-glass-dialog-panel select:not(.mat-mdc-select):focus,.ai-lips-preview-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.ai-lips-preview-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.ai-lips-preview-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.ai-lips-preview-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.ai-lips-preview-dialog-panel textarea:not(.mat-mdc-input-element):focus,.ai-lips-preview-dialog-panel select:not(.mat-mdc-select):focus,.photo-drawer-move-dialog-panel input[type=text]:not(.mat-mdc-input-element):focus,.photo-drawer-move-dialog-panel input[type=number]:not(.mat-mdc-input-element):focus,.photo-drawer-move-dialog-panel input[type=email]:not(.mat-mdc-input-element):focus,.photo-drawer-move-dialog-panel input[type=password]:not(.mat-mdc-input-element):focus,.photo-drawer-move-dialog-panel textarea:not(.mat-mdc-input-element):focus,.photo-drawer-move-dialog-panel select:not(.mat-mdc-select):focus{outline:none;border-color:var(--theme-np-field-indicator-focus);background:var(--theme-np-field-container-focus)}.symba-dialog-panel input[type=checkbox],.symba-glass-dialog-panel input[type=checkbox],.glass-dialog-panel input[type=checkbox],.dark-glass-dialog input[type=checkbox],.note-type-dialog-panel input[type=checkbox],.reminder-dialog-panel input[type=checkbox],.symba-confirm-dialog-panel input[type=checkbox],.dashboard-follow-ups-peek-panel input[type=checkbox],.dashboard-billing-peek-panel input[type=checkbox],.patient-billing-peek-panel input[type=checkbox],.billing-catalog-glass-dialog-panel input[type=checkbox],.billing-tp-invoice-dialog input[type=checkbox],.send-pdf-dialog-panel input[type=checkbox],.reception-kiosk-dialog-panel input[type=checkbox],.clinic-legal-agreements-dialog-panel input[type=checkbox],.pharmacy-search-dialog-panel input[type=checkbox],.send-forms-dialog-panel input[type=checkbox],.patient-profile-panel input[type=checkbox],.patient-billing-line-discount-dialog input[type=checkbox],.patient-billing-send-invoice-email-dialog input[type=checkbox],.patient-billing-delete-confirm-dialog input[type=checkbox],.appointment-conflict-dialog-panel input[type=checkbox],.edit-availability-dialog-panel input[type=checkbox],.review-sign-dialog-panel input[type=checkbox],.cost-basis-dialog-panel input[type=checkbox],.signature-edit-dialog-panel input[type=checkbox],.signature-crop-dialog-panel input[type=checkbox],.profile-avatar-crop-dialog-panel input[type=checkbox],.signature-cleanup-dialog-panel input[type=checkbox],.portal-mgmt-glass-dialog input[type=checkbox],.portal-forgot-password-panel input[type=checkbox],.portal-reauth-dialog-panel input[type=checkbox],.portal-invoice-pay-dialog-panel input[type=checkbox],.portal-terms-accept-dialog-panel input[type=checkbox],.portal-virtual-join-dialog-panel input[type=checkbox],.portal-enrollment-dialog-panel input[type=checkbox],.portal-photo-capture-dialog-panel input[type=checkbox],.portal-photo-camera-dialog-panel input[type=checkbox],.scheduler-mat-dialog-panel input[type=checkbox],.send-photos-otl-dialog-panel input[type=checkbox],.upload-patient-document-dialog-panel input[type=checkbox],.signature-required-dialog-panel input[type=checkbox],.dashboard-photos-consents-panel input[type=checkbox],.portal-email-code-dialog-panel input[type=checkbox],.clinic-welcome-dialog-panel input[type=checkbox],.onboarding-checklist-dialog-panel input[type=checkbox],.portal-account-prompt-dialog-panel input[type=checkbox],.portal-terms-dialog-panel input[type=checkbox],.ops-appt-detail-dialog-panel input[type=checkbox],.filler-product-info-dialog-panel input[type=checkbox],.filler-treatment-glass-dialog-panel input[type=checkbox],.wave-category-requirement-dialog input[type=checkbox],.consent-dark-dialog input[type=checkbox],.consent-form-view-dialog-panel input[type=checkbox],.genogram-editor-dialog-panel input[type=checkbox],.unified-treatment-glass-dialog-panel input[type=checkbox],.ai-lips-preview-dialog-panel input[type=checkbox],.photo-drawer-move-dialog-panel input[type=checkbox]{accent-color:var(--theme-accent)}.symba-dialog-backdrop,.symba-glass-dialog-backdrop,.symba-confirm-dialog-backdrop,.portal-forgot-password-backdrop,.filler-treatment-glass-dialog-backdrop,.filler-product-info-dialog-backdrop{background:var(--theme-modal-scrim)!important;backdrop-filter:blur(var(--theme-blur-md));-webkit-backdrop-filter:blur(var(--theme-blur-md))}.cdk-overlay-pane.profile-avatar-crop-dialog-panel{max-height:calc(100dvh - 16px)!important}.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mat-mdc-dialog-container,.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mdc-dialog__container,.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mat-mdc-dialog-surface{max-height:calc(100dvh - 16px)!important;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cdk-overlay-pane.profile-avatar-crop-dialog-panel app-profile-avatar-crop-dialog{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-height:100%;overflow:hidden}@media(orientation:landscape)and (max-height:640px){.cdk-overlay-pane.profile-avatar-crop-dialog-panel{width:min(720px,100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 12px)!important}.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mat-mdc-dialog-title,.cdk-overlay-pane.profile-avatar-crop-dialog-panel h2[mat-dialog-title]{padding:12px 18px 10px}.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mat-mdc-dialog-content{padding:10px 18px}.cdk-overlay-pane.profile-avatar-crop-dialog-panel .mat-mdc-dialog-actions{padding:10px 18px 14px}}.cdk-overlay-pane.note-module-chooser-panel .mat-mdc-dialog-container,.cdk-overlay-pane.note-module-chooser-panel .mdc-dialog__container,.cdk-overlay-pane.note-module-chooser-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.note-module-chooser-panel .mat-mdc-dialog-surface{height:100%;max-height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cdk-overlay-pane.note-module-chooser-panel app-note-module-chooser-dialog{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}.cdk-overlay-pane.note-module-chooser-panel .mat-mdc-dialog-content{max-height:none;flex:1 1 auto;min-height:0}.cdk-overlay-pane.scribe-transcript-view-panel .mat-mdc-dialog-container,.cdk-overlay-pane.scribe-transcript-view-panel .mdc-dialog__container,.cdk-overlay-pane.scribe-transcript-view-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.scribe-transcript-view-panel .mat-mdc-dialog-surface{height:100%;max-height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cdk-overlay-pane.scribe-transcript-view-panel app-scribe-transcript-view-dialog{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}@media(max-width:640px){.cdk-overlay-pane.scribe-transcript-view-panel{left:0!important;top:0!important;transform:none!important;margin:0!important}}.cdk-overlay-pane.clinic-welcome-fit-panel{max-height:calc(100dvh - 32px)!important}.cdk-overlay-pane.clinic-welcome-fit-panel .mat-mdc-dialog-container,.cdk-overlay-pane.clinic-welcome-fit-panel .mdc-dialog__container,.cdk-overlay-pane.clinic-welcome-fit-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.clinic-welcome-fit-panel .mat-mdc-dialog-surface{max-height:calc(100dvh - 32px)!important;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cdk-overlay-pane.clinic-welcome-fit-panel app-clinic-welcome-dialog{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-height:100%;overflow:hidden}.ops-appt-detail-dialog-panel{max-height:calc(100dvh - 24px)!important}.ops-appt-detail-dialog-panel .mat-mdc-dialog-container{padding:0}.ops-appt-detail-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.ops-appt-detail-dialog-panel .mat-mdc-dialog-surface{padding:0!important;max-height:calc(100dvh - 24px)!important}.dashboard-photos-consents-panel .mat-mdc-dialog-container,.dashboard-photos-consents-panel .mat-mdc-dialog-container .mdc-dialog__surface,.dashboard-photos-consents-panel .mat-mdc-dialog-surface{height:100%}.dashboard-photos-consents-panel .mat-mdc-dialog-inner-container,.dashboard-photos-consents-panel .mat-mdc-dialog-inner-container>*{height:100%}.dashboard-photos-consents-panel .mat-mdc-progress-spinner{--mat-progress-spinner-active-indicator-color: var(--theme-accent)}.portal-account-prompt-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-field-bg);border-radius:12px!important}.portal-account-prompt-dialog-panel .mat-mdc-form-field-focus-overlay{background-color:transparent}.portal-account-prompt-dialog-panel .mdc-notched-outline__leading{border-color:var(--theme-field-border)!important;border-radius:12px 0 0 12px!important}.portal-account-prompt-dialog-panel .mdc-notched-outline__notch{border-color:var(--theme-field-border)!important;border-left:none!important}.portal-account-prompt-dialog-panel .mdc-notched-outline__trailing{border-color:var(--theme-field-border)!important;border-radius:0 12px 12px 0!important}.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-text-field-wrapper{background:var(--theme-field-bg-focus)}.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing{border-color:var(--theme-field-border-focus)!important}.portal-account-prompt-dialog-panel .mat-mdc-form-field-label,.portal-account-prompt-dialog-panel .mdc-floating-label{color:var(--theme-field-label)!important}.portal-account-prompt-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label{color:var(--theme-field-text)!important}.portal-account-prompt-dialog-panel .mat-mdc-input-element{color:var(--theme-field-text)!important;-webkit-text-fill-color:var(--theme-field-text)!important;caret-color:var(--theme-accent-strong, var(--theme-accent))}.portal-account-prompt-dialog-panel .mat-mdc-form-field .mat-icon,.portal-account-prompt-dialog-panel .mat-mdc-icon-button .mat-icon{color:var(--theme-text-secondary)}.portal-account-prompt-dialog-panel .terms-checkbox{--mat-form-field-label-text-color: var(--theme-text-secondary);--mat-checkbox-label-text-color: var(--theme-text-secondary);--mat-checkbox-unselected-icon-color: var(--theme-billing-checkbox-unselected);--mat-checkbox-unselected-hover-icon-color: var(--theme-billing-checkbox-unselected-hover);--mat-checkbox-unselected-focus-icon-color: var(--theme-billing-checkbox-unselected-focus);--mat-checkbox-unselected-pressed-icon-color: var(--theme-billing-checkbox-unselected-pressed);--mat-checkbox-selected-checkmark-color: var(--theme-billing-checkbox-check);--mat-checkbox-selected-focus-icon-color: var(--theme-billing-checkbox-selected-focus);--mat-checkbox-selected-hover-icon-color: var(--theme-billing-checkbox-selected-hover);--mat-checkbox-selected-icon-color: var(--theme-billing-checkbox-selected);--mat-checkbox-selected-pressed-icon-color: var(--theme-billing-checkbox-selected-pressed)}.portal-account-prompt-dialog-panel .terms-checkbox .mdc-form-field,.portal-account-prompt-dialog-panel .terms-checkbox .mdc-label{align-items:flex-start}.portal-account-prompt-dialog-panel .terms-checkbox .mdc-label{white-space:normal;line-height:1.45;color:var(--theme-text-secondary)!important;font-size:.82rem}.portal-account-prompt-dialog-panel .terms-link{color:var(--theme-accent-strong, var(--theme-accent))!important;text-decoration:underline;text-underline-offset:2px;font-weight:500;cursor:pointer}.portal-account-prompt-dialog-panel .terms-link:hover{color:var(--theme-text-primary)!important}.portal-account-prompt-dialog-panel .mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled{--mat-button-filled-disabled-container-color: var(--theme-control-bg);--mat-button-filled-disabled-label-text-color: var(--theme-text-muted)}.portal-terms-dialog-panel .portal-terms-dialog-content{color:var(--theme-text-secondary)}.portal-terms-dialog-panel .portal-terms-dialog-content .privacy-legal-page.embedded{color:inherit}.portal-terms-dialog-panel .portal-terms-dialog-content h2,.portal-terms-dialog-panel .portal-terms-dialog-content h3.subsection-title{color:var(--theme-text-primary)}.portal-terms-dialog-panel .portal-terms-dialog-content p,.portal-terms-dialog-panel .portal-terms-dialog-content li,.portal-terms-dialog-panel .portal-terms-dialog-content .muted,.portal-terms-dialog-panel .portal-terms-dialog-content .lead{color:var(--theme-text-secondary)}.portal-terms-dialog-panel .portal-terms-dialog-content .inline-link{color:var(--theme-accent-strong, var(--theme-accent))}.portal-terms-dialog-panel .portal-terms-dialog-content .inline-link:hover{color:var(--theme-text-primary)}.mat-mdc-button-base:not(.mat-mdc-icon-button):not(.mat-mdc-fab):not(.mat-mdc-mini-fab){--mat-button-filled-label-text-size: var(--theme-button-label-size);--mat-button-outlined-label-text-size: var(--theme-button-label-size);--mat-button-text-label-text-size: var(--theme-button-label-size);--mat-button-protected-label-text-size: var(--theme-button-label-size);--mat-button-tonal-label-text-size: var(--theme-button-label-size);--mdc-filled-button-label-text-size: var(--theme-button-label-size);--mdc-outlined-button-label-text-size: var(--theme-button-label-size);--mdc-text-button-label-text-size: var(--theme-button-label-size);--mdc-protected-button-label-text-size: var(--theme-button-label-size);font-size:var(--theme-button-label-size);font-weight:var(--theme-button-label-weight)}.mat-button-toggle-label-content{--mat-button-toggle-label-text-size: var(--theme-button-label-size);font-size:var(--theme-button-label-size);font-weight:var(--theme-button-label-weight)}.mat-mdc-outlined-button:not(.mat-primary):not(.mat-accent):not(.mat-warn){--mat-button-outlined-label-text-color: var(--theme-text-primary);--mat-button-outlined-hover-label-text-color: var(--theme-text-primary);--mat-button-outlined-focus-label-text-color: var(--theme-text-primary);--mat-button-outlined-pressed-label-text-color: var(--theme-text-primary);--mat-button-outlined-outline-color: var(--theme-glass-border-strong);--mat-button-outlined-hover-outline-color: var(--theme-accent);--mat-button-outlined-focus-outline-color: var(--theme-accent);--mat-button-outlined-hover-state-layer-color: var(--theme-text-primary);--mat-button-outlined-focus-state-layer-color: var(--theme-text-primary);--mat-button-outlined-pressed-state-layer-color: var(--theme-text-primary);--mat-button-outlined-state-layer-color: var(--theme-text-primary);--mat-button-outlined-disabled-label-text-color: var(--theme-text-muted);--mat-button-outlined-disabled-outline-color: var(--theme-panel-border)}.mat-mdc-outlined-button:not(.mat-primary):not(.mat-accent):not(.mat-warn) .mat-icon{color:inherit}.mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled),.mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled),.symba-btn-primary:not(:disabled):not(.mat-mdc-button-disabled),.symba-btn.symba-btn--primary:not(:disabled):not(.mat-mdc-button-disabled){--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-filled-state-layer-color: var(--theme-accent);--mat-button-protected-container-color: var(--theme-accent);--mat-button-protected-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-state-layer-color: var(--theme-accent);border-radius:var(--theme-radius-sm);font-weight:var(--theme-button-label-weight, 500);letter-spacing:.02em;font-size:var(--theme-button-label-size, var(--theme-font-size-sm))}.mat-mdc-raised-button.mat-primary:not(.mat-mdc-button-disabled):hover,.mat-mdc-unelevated-button.mat-primary:not(.mat-mdc-button-disabled):hover,.symba-btn-primary:not(:disabled):not(.mat-mdc-button-disabled):hover,.symba-btn.symba-btn--primary:not(:disabled):not(.mat-mdc-button-disabled):hover{--mat-button-filled-container-color: var(--theme-accent-strong, var(--theme-accent));--mat-button-protected-container-color: var(--theme-accent-strong, var(--theme-accent))}.mat-mdc-raised-button.mat-primary.mat-mdc-button-disabled,.mat-mdc-unelevated-button.mat-primary.mat-mdc-button-disabled,.symba-btn-primary:disabled,.symba-btn-primary.mat-mdc-button-disabled,.symba-btn.symba-btn--primary:disabled,.symba-btn.symba-btn--primary.mat-mdc-button-disabled{--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-filled-state-layer-color: var(--theme-accent);--mat-button-protected-container-color: var(--theme-accent);--mat-button-protected-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-state-layer-color: var(--theme-accent);border-radius:var(--theme-radius-sm);font-weight:var(--theme-button-label-weight, 500);letter-spacing:.02em;font-size:var(--theme-button-label-size, var(--theme-font-size-sm));--mat-button-filled-disabled-container-color: color-mix(in srgb, var(--theme-accent) 48%, transparent);--mat-button-filled-disabled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-disabled-container-color: color-mix(in srgb, var(--theme-accent) 48%, transparent);--mat-button-protected-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary))}.mat-mdc-raised-button.mat-primary:focus-visible,.mat-mdc-unelevated-button.mat-primary:focus-visible,.symba-btn-primary:focus-visible,.symba-btn.symba-btn--primary:focus-visible{outline:2px solid var(--theme-focus-ring, var(--theme-accent));outline-offset:2px}.mat-mdc-button:not(.mat-primary):not(.mat-accent):not(.mat-warn){--mat-button-text-label-text-color: var(--theme-text-secondary);--mat-button-text-state-layer-color: var(--theme-text-primary)}.mat-mdc-icon-button:not(.mat-primary):not(.mat-accent):not(.mat-warn){--mat-icon-button-icon-color: var(--theme-text-secondary);--mat-icon-button-state-layer-color: currentColor;--mat-icon-button-hover-state-layer-opacity: .12;--mat-icon-button-focus-state-layer-opacity: .16;--mat-icon-button-pressed-state-layer-opacity: .16}.module-nav-bar .mat-mdc-icon-button:not(.mat-primary):not(.mat-accent):not(.mat-warn){--mat-icon-button-icon-color: currentColor;color:inherit;--mat-icon-button-state-layer-color: currentColor;--mat-icon-button-hover-state-layer-opacity: .14}.mat-mdc-fab.mat-primary:not(.mat-mdc-button-disabled),.mat-mdc-mini-fab.mat-primary:not(.mat-mdc-button-disabled){--mat-fab-container-color: var(--theme-accent);--mat-fab-small-container-color: var(--theme-accent);--mat-fab-foreground-color: var(--theme-accent-contrast, #fdfbf7);--mat-fab-small-foreground-color: var(--theme-accent-contrast, #fdfbf7)}.mat-mdc-fab.mat-primary:not(.mat-mdc-button-disabled):hover:not(:disabled):not(.mat-mdc-button-disabled),.mat-mdc-mini-fab.mat-primary:not(.mat-mdc-button-disabled):hover:not(:disabled):not(.mat-mdc-button-disabled){--mat-fab-container-color: var(--theme-accent-strong, var(--theme-accent));--mat-fab-small-container-color: var(--theme-accent-strong, var(--theme-accent))}.mat-mdc-fab.mat-primary:not(.mat-mdc-button-disabled):focus-visible,.mat-mdc-mini-fab.mat-primary:not(.mat-mdc-button-disabled):focus-visible{outline:2px solid var(--theme-focus-ring, var(--theme-accent));outline-offset:2px}.tool-btn{width:var(--theme-tool-size);height:var(--theme-tool-size);border-radius:var(--theme-tool-radius);border:1px solid var(--theme-tool-border);background:var(--theme-tool-bg);color:var(--theme-tool-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.tool-btn:hover{background:var(--theme-tool-bg-hover);border-color:var(--theme-tool-border-hover);color:var(--theme-tool-text-active)}.mat-mdc-button-base .mat-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle}.mat-mdc-button-base .mat-mdc-progress-spinner,.mat-mdc-button-base mat-spinner{display:inline-flex;vertical-align:middle}.mat-mdc-icon-button.mat-mdc-button-base{display:inline-flex!important;align-items:center;justify-content:center;line-height:1;padding:0!important}.mat-mdc-icon-button.mat-mdc-button-base .mat-icon{display:flex;align-items:center;justify-content:center;line-height:1;margin:0}.mat-mdc-select-panel.admin-language-selector-panel{background:#fff}.mat-mdc-select-panel.admin-language-selector-panel .mat-mdc-option{color:var(--color-text)}.mat-mdc-select-panel.admin-language-selector-panel .mat-mdc-option:hover{background:#f0f4ff}.mat-mdc-select-panel.admin-language-selector-panel .mat-mdc-option.mat-mdc-option-active{background:#3a86cf;color:#fff}.mat-mdc-select-panel.user-edit-role-select-panel,.mat-mdc-select-panel.profile-language-select-panel{--mat-option-label-text-color: var(--theme-np-overlay-option-text);--mat-option-hover-state-layer-color: var(--theme-np-overlay-option-hover-bg);--mat-option-focus-state-layer-color: var(--theme-np-overlay-option-hover-bg);--mat-option-selected-state-layer-color: var(--theme-np-overlay-option-selected-bg);--mat-pseudo-checkbox-minimal-selected-checkmark-color: var(--theme-accent-strong);background:var(--theme-np-overlay-bg)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-np-overlay-border);border-radius:12px;box-shadow:var(--theme-np-overlay-shadow)}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option,.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option{color:var(--theme-np-overlay-option-text);min-height:44px}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option .mdc-list-item__primary-text,.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option .mdc-list-item__primary-text{color:var(--theme-np-overlay-option-text)!important}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option.mat-mdc-option-active,.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option.mat-mdc-option-active{background:var(--theme-np-overlay-option-hover-bg)!important}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled),.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:var(--theme-np-overlay-option-selected-bg)!important}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--theme-np-overlay-option-text)!important}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option.mdc-list-item--disabled,.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option.mdc-list-item--disabled{opacity:.45}.mat-mdc-select-panel.user-edit-role-select-panel .mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-select-panel.profile-language-select-panel .mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--theme-text-muted)!important}body.schedule-fullscreen .app-content-shell,body.super-admin-fullscreen .app-content-shell,body.billing-module-fullscreen .app-content-shell,body.help-module-fullscreen .app-content-shell,body.settings-module-fullscreen .app-content-shell{max-width:none;transform:none}body.symba-guided-tour-open .app-content-frame{justify-content:flex-start;align-items:stretch;min-height:0;height:calc(var(--app-viewport-height, 100dvh) + var(--symba-tour-tip-gutter-bottom, 0px));max-height:100%;overflow:hidden;background:transparent!important}body.symba-guided-tour-open .app-content-shell,body.symba-guided-tour-open.schedule-fullscreen .app-content-shell,body.symba-guided-tour-open.super-admin-fullscreen .app-content-shell,body.symba-guided-tour-open.billing-module-fullscreen .app-content-shell,body.symba-guided-tour-open.help-module-fullscreen .app-content-shell,body.symba-guided-tour-open.settings-module-fullscreen .app-content-shell{width:100%;max-width:100%;margin-right:0;height:100%;max-height:100%;transform:translateZ(0)!important;transform-origin:unset!important}body.symba-guided-tour-open .dashboard-page{padding-right:calc(var(--dash-gutter) + var(--symba-tour-tip-gutter, 0px))}body.symba-guided-tour-open .patient-chart-page,body.symba-guided-tour-open .profile-page,body.symba-guided-tour-open .messages-page,body.symba-guided-tour-open .help-page,body.symba-guided-tour-open .patient-list-page,body.symba-guided-tour-open .admin-page,body.symba-guided-tour-open .schedule-page,body.symba-guided-tour-open .billing-module-page{box-sizing:border-box;padding-right:var(--symba-tour-tip-gutter, 0px)}body.symba-guided-tour-open .symba-version-footer{visibility:hidden}body.symba-guided-tour-open .photo-drawer-backdrop,body.symba-guided-tour-open .photo-drawer-overlay,body.symba-guided-tour-open .chart-photo-drawer-backdrop,body.symba-guided-tour-open .chart-photo-drawer-overlay{right:var(--symba-tour-tip-gutter, 0px);bottom:var(--symba-tour-tip-gutter-bottom, 0px)}body.schedule-fullscreen .cdk-overlay-container{z-index:2000000!important}body.schedule-fullscreen .cdk-overlay-connected-position-bounding-box,body.schedule-fullscreen .cdk-global-overlay-wrapper{z-index:2000001!important}body.schedule-fullscreen .cdk-overlay-pane.mat-datepicker-popup,body.schedule-fullscreen .cdk-overlay-pane.help-info-icon-panel{z-index:2000002!important}body.schedule-fullscreen .cdk-overlay-backdrop.timeline-photo-expanded-backdrop{z-index:2000001!important}body.schedule-fullscreen .cdk-overlay-pane.timeline-photo-expanded-dialog-panel{z-index:2000002!important}body.schedule-fullscreen .cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-global-overlay-wrapper,body.schedule-fullscreen .cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-overlay-pane.timeline-photo-expanded-dialog-panel{z-index:2000002!important}body.schedule-fullscreen .cdk-overlay-backdrop.scheduler-mat-dialog-backdrop{z-index:2000003!important;background:var(--theme-modal-scrim)!important;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:opacity .4s cubic-bezier(.25,.8,.25,1),backdrop-filter .42s cubic-bezier(.32,.72,0,1),-webkit-backdrop-filter .42s cubic-bezier(.32,.72,0,1)}@media(prefers-reduced-motion:reduce){body.schedule-fullscreen .cdk-overlay-backdrop.scheduler-mat-dialog-backdrop{transition:opacity .4s cubic-bezier(.25,.8,.25,1)}}body.schedule-fullscreen .cdk-overlay-backdrop.scheduler-mat-dialog-backdrop.cdk-overlay-backdrop-showing{backdrop-filter:blur(14px) saturate(1.1);-webkit-backdrop-filter:blur(14px) saturate(1.1)}body.schedule-fullscreen .cdk-overlay-container:has(.scheduler-mat-dialog-panel) .mat-mdc-menu-panel.sched-header-quick-menu,body.schedule-fullscreen .cdk-overlay-container:has(.scheduler-mat-dialog-panel) .mat-mdc-menu-panel.sched-nested-pick-menu{visibility:hidden!important;pointer-events:none!important}body.schedule-fullscreen .cdk-overlay-pane.scheduler-mat-dialog-panel{z-index:2000004!important}body.schedule-fullscreen .cdk-overlay-connected-position-bounding-box:has(.avatar-peek-hover-overlay-panel){z-index:2000005!important}body.schedule-fullscreen .cdk-overlay-pane.avatar-peek-hover-overlay-panel{z-index:2000005!important}.cdk-overlay-pane.consent-form-view-dialog-panel{width:min(960px,96vw)!important;max-width:96vw!important;height:min(90vh,900px)!important;max-height:92vh!important}.cdk-overlay-pane.consent-form-view-dialog-panel .mat-mdc-dialog-container{height:100%}.cdk-overlay-pane.consent-form-view-dialog-panel .mat-mdc-dialog-container .mdc-dialog__surface,.cdk-overlay-pane.consent-form-view-dialog-panel .mat-mdc-dialog-surface{height:100%!important;max-height:100%!important;overflow:hidden!important;padding:0!important}body.schedule-fullscreen .cdk-overlay-container:has(.scheduler-mat-dialog-panel) .cdk-global-overlay-wrapper,body.schedule-fullscreen .cdk-overlay-container:has(.scheduler-mat-dialog-panel) .cdk-overlay-pane.scheduler-mat-dialog-panel{z-index:2000004!important}.scheduler-mat-dialog-panel .mat-mdc-checkbox{--mat-checkbox-label-text-color: var(--theme-field-text);--mat-checkbox-disabled-label-color: var(--theme-field-label);--mat-checkbox-unselected-icon-color: var(--theme-billing-checkbox-unselected);--mat-checkbox-unselected-hover-icon-color: var(--theme-billing-checkbox-unselected-hover);--mat-checkbox-unselected-focus-icon-color: var(--theme-billing-checkbox-unselected-focus);--mat-checkbox-unselected-pressed-icon-color: var(--theme-billing-checkbox-unselected-pressed);--mat-checkbox-selected-checkmark-color: var(--theme-status-primary-text);--mat-checkbox-selected-focus-icon-color: var(--theme-status-primary-bg-hover);--mat-checkbox-selected-hover-icon-color: var(--theme-status-primary-bg-hover);--mat-checkbox-selected-icon-color: var(--theme-status-primary-bg);--mat-checkbox-selected-pressed-icon-color: var(--theme-status-primary-bg);--mat-checkbox-unselected-hover-state-layer-color: rgba(250, 247, 241, .08);--mat-checkbox-unselected-focus-state-layer-color: rgba(250, 247, 241, .08);--mat-checkbox-unselected-pressed-state-layer-color: rgba(250, 247, 241, .08);--mat-checkbox-state-layer-size: 36px}.scheduler-mat-dialog-panel .mat-mdc-checkbox .mdc-checkbox__background{border-color:var(--theme-billing-checkbox-unselected)!important}.scheduler-mat-dialog-panel .mat-mdc-checkbox:hover .mdc-checkbox__background{border-color:var(--theme-billing-checkbox-unselected-hover)!important}.scheduler-mat-dialog-panel .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,.scheduler-mat-dialog-panel .mat-mdc-checkbox .mdc-checkbox--selected .mdc-checkbox__background{border-color:var(--theme-status-primary-bg-hover)!important;background-color:var(--theme-status-primary-bg)!important}.scheduler-mat-dialog-panel .mat-mdc-checkbox .mdc-checkbox__checkmark{color:var(--theme-status-primary-text)!important}.scheduler-mat-dialog-panel .mat-mdc-checkbox.mat-mdc-checkbox-disabled .mdc-checkbox__background{border-color:var(--theme-field-border)!important;opacity:.45}.scheduler-mat-dialog-panel .mat-mdc-checkbox label.mdc-label{color:var(--theme-field-text)!important}.scheduler-mat-dialog-panel .mat-mdc-checkbox.mat-mdc-checkbox-disabled label.mdc-label{color:var(--theme-field-label)!important}.cdk-overlay-container .mat-mdc-select-panel.scheduler-select-panel{--mat-option-label-text-color: var(--theme-field-option-text);--mat-option-label-text-size: 13px;--mat-option-hover-state-layer-color: color-mix(in srgb, var(--theme-field-option-text) 8%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, var(--theme-field-option-text) 8%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, var(--theme-accent, #2a6dba) 22%, transparent);background:var(--theme-field-option-bg)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-field-border);border-radius:10px!important;box-shadow:0 12px 32px #00000047;color-scheme:var(--theme-field-color-scheme)}.cdk-overlay-container .mat-mdc-select-panel.scheduler-select-panel .mat-mdc-option{color:var(--theme-field-option-text);min-height:32px;font-size:13px}.cdk-overlay-container .mat-mdc-select-panel.scheduler-select-panel .mat-mdc-option .mdc-list-item__primary-text{color:var(--theme-field-option-text)!important;font-size:13px!important}.cdk-overlay-container .mat-mdc-select-panel.scheduler-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:color-mix(in srgb,var(--theme-accent, #2a6dba) 22%,transparent)!important}.cdk-overlay-container .mat-mdc-select-panel.scheduler-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .mat-mdc-select-panel.scheduler-select-panel .mat-mdc-option.mat-mdc-option-active{background:color-mix(in srgb,var(--theme-field-option-text) 8%,transparent)!important}.cdk-overlay-container .scheduler-time-menu{max-height:280px;min-width:7.5rem;overflow-y:auto;overscroll-behavior:contain;padding:4px 0;margin:0;background:var(--theme-field-option-bg);border:1px solid var(--theme-field-border);border-radius:10px;box-shadow:0 12px 32px #00000047;color-scheme:var(--theme-field-color-scheme);scrollbar-width:thin}.cdk-overlay-container .scheduler-time-menu__option{display:block;width:100%;box-sizing:border-box;margin:0;padding:6px 14px 6px 28px;border:none;background:transparent;color:var(--theme-field-option-text);font:inherit;font-size:13px;line-height:1.25;text-align:left;white-space:nowrap;cursor:pointer;position:relative}.cdk-overlay-container .scheduler-time-menu__option:hover,.cdk-overlay-container .scheduler-time-menu__option:focus-visible{background:color-mix(in srgb,var(--theme-field-option-text) 8%,transparent);outline:none}.cdk-overlay-container .scheduler-time-menu__option--selected{background:color-mix(in srgb,var(--theme-accent, #2a6dba) 22%,transparent)}.cdk-overlay-container .scheduler-time-menu__option--selected:before{content:"";position:absolute;left:10px;top:50%;width:6px;height:10px;border:solid var(--theme-field-option-text);border-width:0 1.5px 1.5px 0;transform:translateY(-60%) rotate(45deg)}.cdk-overlay-container .mat-mdc-autocomplete-panel.scheduler-autocomplete-panel{--mat-option-label-text-color: rgba(250, 247, 241, .9);--mat-option-hover-state-layer-color: rgba(250, 247, 241, .06);--mat-option-focus-state-layer-color: rgba(250, 247, 241, .06);--mat-option-selected-state-layer-color: rgba(42, 109, 186, .22);background:#161824f5!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(250,247,241,.12);border-radius:12px!important;box-shadow:0 16px 48px #00000073}.cdk-overlay-container .mat-mdc-autocomplete-panel.scheduler-autocomplete-panel .mat-mdc-option{color:#faf7f1e6;min-height:40px}.cdk-overlay-container .mat-mdc-autocomplete-panel.scheduler-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text{color:#faf7f1e6!important}.cdk-overlay-container .mat-mdc-autocomplete-panel.scheduler-autocomplete-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .mat-mdc-autocomplete-panel.scheduler-autocomplete-panel .mat-mdc-option.mat-mdc-option-active{background:#faf7f10f!important}.cdk-overlay-container .mat-mdc-autocomplete-panel.scheduler-autocomplete-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:#2a6dba38!important}.cdk-overlay-container .cdk-overlay-backdrop.scheduler-resource-menu-backdrop{background:#0000002e;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;background:color-mix(in srgb,var(--theme-glass-bg-strong) 92%,transparent)!important;backdrop-filter:blur(24px) saturate(1.15);-webkit-backdrop-filter:blur(24px) saturate(1.15);border:1px solid var(--theme-glass-border);border-radius:16px!important;box-shadow:0 18px 44px #00000047,inset 0 1px color-mix(in srgb,var(--theme-text-inverse) 12%,transparent)!important;overflow:hidden;min-width:320px;max-width:min(92vw,380px);max-height:min(78vh,520px)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .mat-mdc-menu-content{padding:0;background:transparent!important;overflow:hidden}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-shell{display:flex;flex-direction:column;max-height:min(78vh,520px);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 10px;border-bottom:1px solid var(--theme-glass-border);background:color-mix(in srgb,var(--theme-glass-bg-soft) 38%,transparent);flex-shrink:0}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-header-copy{min-width:0}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-title{display:block;font-size:14px;font-weight:650;letter-spacing:.01em;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-sub{display:block;margin-top:3px;font-size:11px;font-weight:500;color:var(--theme-text-secondary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-badge{flex-shrink:0;padding:3px 8px;border-radius:999px;border:1px solid var(--theme-glass-border);background:color-mix(in srgb,var(--theme-glass-bg-soft) 72%,transparent);font-size:11px;font-weight:700;line-height:1.4;color:var(--theme-text-secondary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-actions{display:flex;gap:8px;padding:10px 12px 8px;border-bottom:1px solid color-mix(in srgb,var(--theme-glass-border) 70%,transparent);background:color-mix(in srgb,var(--theme-glass-bg-soft) 20%,transparent)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-action{display:flex;align-items:center;justify-content:center;gap:7px;flex:1 1 0;min-width:0;width:auto;min-height:34px;padding:7px 10px;border:1px solid var(--theme-glass-border);border-radius:9px;background:color-mix(in srgb,var(--theme-glass-bg-soft) 66%,transparent);color:var(--theme-text-secondary);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-action:hover{background:var(--theme-control-hover-bg);border-color:var(--theme-glass-border-strong);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-action:focus-visible{outline:2px solid var(--theme-status-primary-border);outline-offset:1px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-action mat-icon{flex-shrink:0;font-size:22px;width:22px;height:22px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-scroll{flex:1 1 auto;min-width:0;overflow-y:auto;padding:8px;scrollbar-width:thin;scrollbar-color:var(--theme-scrollbar-thumb) transparent}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item{display:flex;align-items:center;gap:9px;width:100%;min-height:42px;padding:8px 10px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--theme-text-primary);font:inherit;font-size:13px;font-weight:500;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item+.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item{margin-top:2px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item:hover{background:color-mix(in srgb,var(--theme-control-hover-bg) 78%,transparent)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item:focus-visible{outline:2px solid var(--theme-status-primary-border);outline-offset:1px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item.scheduler-resource-menu-item--selected{border-color:color-mix(in srgb,var(--provider-color, var(--theme-status-primary-border)) 42%,var(--theme-glass-border));background:color-mix(in srgb,var(--provider-color, var(--theme-status-primary-bg)) 10%,var(--theme-glass-bg-soft))}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 1px color-mix(in srgb,var(--provider-color, currentColor) 35%,var(--theme-glass-border))}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:5px;border:1px solid var(--theme-glass-border-strong);background:color-mix(in srgb,var(--theme-glass-bg-soft) 58%,transparent);flex-shrink:0;transition:background .12s ease,border-color .12s ease}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item-check mat-icon{font-size:22px;width:22px;height:22px;line-height:22px;color:var(--provider-foreground, var(--theme-status-primary-text))}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-item-check.scheduler-resource-menu-item-check--on{border-color:color-mix(in srgb,var(--provider-color, var(--theme-status-primary-border)) 70%,var(--theme-status-primary-border));background:var(--provider-color, var(--theme-status-primary-bg))}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-footer{flex-shrink:0;padding:10px 12px 12px;border-top:1px solid var(--theme-glass-border);background:color-mix(in srgb,var(--theme-glass-bg-soft) 34%,transparent)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-done{width:100%;min-height:36px;padding:8px 12px;border:1px solid var(--theme-status-primary-border);border-radius:9px;background:var(--theme-status-primary-bg);color:var(--theme-status-primary-text);font-size:12px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-done:hover{background:var(--theme-status-primary-bg-hover)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-resource-menu-panel .scheduler-resource-menu-done:focus-visible{outline:2px solid var(--theme-status-primary-border);outline-offset:2px}.status-icon-group{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.status-icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:36px;height:36px;padding:0;border-radius:8px;border:1px solid var(--theme-field-border);background:var(--theme-field-bg);color:var(--theme-text-muted);cursor:pointer;transition:background .15s,border-color .15s,color .15s,width .15s,padding .15s}.status-icon-btn mat-icon{font-size:22px;width:22px;height:22px;line-height:22px;overflow:visible;flex-shrink:0}.status-icon-btn__label{font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap;max-width:8.5rem;overflow:hidden;text-overflow:ellipsis}.status-icon-btn:disabled{opacity:.55;cursor:default}.status-icon-btn:hover:not(:disabled):not(.status-icon-btn--selected){color:var(--theme-text-primary);border-color:var(--theme-status-info-border);background:var(--theme-status-info-bg-hover)}.status-icon-btn--selected{width:auto;min-width:36px;padding:0 10px 0 8px;color:var(--theme-text-primary);background:var(--theme-control-active-bg);border-color:var(--theme-accent)}.status-icon-btn--selected mat-icon{color:var(--theme-accent)}.symba-segmented-toggle.mat-button-toggle-group,.theme-toggle-group.mat-button-toggle-group{--mat-button-toggle-divider-color: transparent;--mat-button-toggle-selected-state-background-color: transparent;--mat-button-toggle-background-color: transparent;display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:var(--theme-radius-sm);border:var(--theme-hairline) solid var(--theme-rule);background:transparent;box-shadow:none;overflow:hidden}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle{border:none;background:transparent;color:var(--theme-text-muted);border-radius:var(--theme-radius-xs);transition:color var(--theme-transition-fast),background var(--theme-transition-fast)}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle+.mat-button-toggle,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle+.mat-button-toggle{border-left:none}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-button,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-button{height:100%}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-label-content,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-label-content{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;line-height:1.2;font-size:var(--theme-type-body-sm-size);font-weight:var(--theme-button-label-weight, 500);border-radius:var(--theme-radius-xs)}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-label-content mat-icon,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-label-content mat-icon{font-size:22px;width:22px;height:22px;line-height:22px}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-focus-overlay,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-focus-overlay{background:transparent}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-appearance-standard:hover:not(.mat-button-toggle-checked),.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-appearance-standard:hover:not(.mat-button-toggle-checked){color:var(--theme-text-primary)}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-appearance-standard:hover:not(.mat-button-toggle-checked) .mat-button-toggle-label-content,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-appearance-standard:hover:not(.mat-button-toggle-checked) .mat-button-toggle-label-content{background:var(--theme-inset-bg)}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-checked,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-checked{color:var(--theme-accent-strong, var(--theme-accent))}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-checked .mat-button-toggle-label-content,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-checked .mat-button-toggle-label-content{background:color-mix(in srgb,var(--theme-accent) 12%,transparent);box-shadow:none}.symba-segmented-toggle.mat-button-toggle-group .mat-button-toggle-checked mat-icon,.theme-toggle-group.mat-button-toggle-group .mat-button-toggle-checked mat-icon{color:var(--theme-accent-strong, var(--theme-accent))}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-hover-bg);color:var(--theme-text-primary);background:color-mix(in srgb,var(--theme-glass-bg-strong) 92%,transparent)!important;backdrop-filter:blur(24px) saturate(1.15);-webkit-backdrop-filter:blur(24px) saturate(1.15);border:1px solid var(--theme-glass-border);border-radius:12px!important;box-shadow:0 18px 44px #00000047,inset 0 1px color-mix(in srgb,var(--theme-text-inverse) 10%,transparent)!important;overflow:hidden;min-width:220px;max-width:min(320px,92vw)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-content,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-hover-bg);min-height:44px;color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item mat-icon{color:var(--theme-text-secondary)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item .mat-mdc-menu-item-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item .mat-mdc-menu-item-text{color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled){background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item.cdk-keyboard-focused,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item.cdk-keyboard-focused,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu .mat-mdc-menu-item.cdk-keyboard-focused,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.scheduler-toolbar-overflow-menu a.mat-mdc-menu-item.cdk-keyboard-focused{background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel,.mat-mdc-menu-panel.scheduler-tools-menu-panel,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel,.mat-mdc-menu-panel.scheduler-zoom-menu-panel{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-hover-bg);color:var(--theme-text-primary);background:color-mix(in srgb,var(--theme-glass-bg-strong) 92%,transparent)!important;backdrop-filter:blur(24px) saturate(1.15);-webkit-backdrop-filter:blur(24px) saturate(1.15);border:1px solid var(--theme-glass-border);border-radius:14px!important;box-shadow:0 18px 44px #00000047,inset 0 1px color-mix(in srgb,var(--theme-text-inverse) 12%,transparent)!important;overflow:hidden;min-width:248px;max-width:min(320px,92vw)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-content,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-content,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-content,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-content{padding:0;background:transparent!important;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-header,.mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-header,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .scheduler-zoom-menu-header,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .scheduler-zoom-menu-header{display:flex;flex-direction:column;gap:3px;padding:13px 16px 11px;border-bottom:1px solid var(--theme-glass-border);background:color-mix(in srgb,var(--theme-glass-bg-soft) 38%,transparent);cursor:default}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-title,.mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-title,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .scheduler-zoom-menu-title,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .scheduler-zoom-menu-title{font-size:14px;font-weight:650;letter-spacing:.01em;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-sub,.mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-sub,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .scheduler-zoom-menu-sub,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .scheduler-zoom-menu-sub{font-size:11px;font-weight:500;color:var(--theme-text-secondary)}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-list,.mat-mdc-menu-panel.scheduler-tools-menu-panel .scheduler-tools-menu-list{padding:6px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-hover-bg);min-height:42px;border-radius:9px;color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item+.mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item+.mat-mdc-menu-item,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item+.mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item+.mat-mdc-menu-item{margin-top:2px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item mat-icon{color:var(--theme-text-secondary)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text{color:var(--theme-text-primary)!important;font-weight:500}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled){background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.cdk-keyboard-focused,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.cdk-keyboard-focused,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.cdk-keyboard-focused,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.cdk-keyboard-focused{background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item{margin:0 6px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item:first-of-type,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item:first-of-type{margin-top:6px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item:last-of-type,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item:last-of-type{margin-bottom:6px}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.scheduler-zoom-menu-item--active,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.scheduler-zoom-menu-item--active{background:color-mix(in srgb,var(--theme-tab-active-bg) 70%,transparent)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.scheduler-zoom-menu-item--active .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.scheduler-zoom-menu-item--active mat-icon,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.scheduler-zoom-menu-item--active .mat-icon,.mat-mdc-menu-panel.scheduler-zoom-menu-panel .mat-mdc-menu-item.scheduler-zoom-menu-item--active mat-icon{color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled){background:color-mix(in srgb,#d31932 16%,transparent)!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) .mat-mdc-menu-item-text,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) .mdc-list-item__primary-text,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) .mat-mdc-menu-item-text{color:#d31932!important}.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) mat-icon,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) .mat-icon,.mat-mdc-menu-panel.scheduler-tools-menu-panel .mat-mdc-menu-item.scheduler-tools-menu-item--danger:hover:not([disabled]):not(.mat-mdc-menu-item-disabled) mat-icon{color:#d31932!important}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;background:var(--theme-panel-bg)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid var(--theme-panel-border);border-radius:12px!important;box-shadow:var(--theme-glass-shadow)!important;overflow:hidden;min-width:240px;max-height:min(70vh,460px)}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .mat-mdc-menu-content,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important;overflow-y:auto}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .mat-mdc-menu-item,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);min-height:40px;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .mat-mdc-menu-item mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .mat-mdc-menu-item mat-icon{color:var(--theme-text-secondary)}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .mat-mdc-menu-item .mat-mdc-menu-submenu-icon,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .mat-mdc-menu-item .mat-mdc-menu-submenu-icon{color:var(--theme-text-secondary)!important;fill:var(--theme-text-secondary)!important}.cdk-overlay-container .mat-mdc-menu-panel.sched-header-quick-menu .col-dot,.cdk-overlay-container .mat-mdc-menu-panel.sched-nested-pick-menu .col-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:10px;vertical-align:middle;flex-shrink:0;box-shadow:0 0 0 1px var(--theme-panel-border)}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;background:var(--theme-panel-bg)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid var(--theme-panel-border);border-radius:12px!important;box-shadow:var(--theme-glass-shadow)!important;overflow:hidden;min-width:220px;max-height:min(70vh,460px)}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important;overflow-y:auto}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);min-height:36px;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-text-primary)!important;display:inline-flex;align-items:center}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-item.cdk-mouse-focused{background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-item[disabled],.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled{--mat-menu-item-label-text-color: var(--theme-text-secondary);opacity:.65}.symba-user-account-menu-proxy{position:fixed;margin:0;padding:0;border:none;border-radius:50%;background:transparent;color:var(--theme-text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box;container-type:size;z-index:var(--theme-z-fullscreen-dialog);pointer-events:auto;-webkit-tap-highlight-color:transparent}.symba-user-account-menu-proxy:focus-visible{outline:2px solid var(--theme-focus-ring);outline-offset:2px}.symba-user-account-menu-proxy__avatar{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;pointer-events:none}.symba-user-account-menu-proxy--initials{background:var(--theme-control-bg);box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-text-primary) 35%,transparent);font-size:38cqmin;font-weight:600;letter-spacing:.5px}body.symba-support-capture-hide .symba-user-account-menu-proxy{visibility:hidden!important;pointer-events:none!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel,.mat-mdc-menu-panel.symba-menu-panel{--mat-menu-container-color: var(--theme-glass-bg-strong);--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);background:var(--theme-glass-bg-strong)!important;background-color:var(--theme-glass-bg-strong)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid var(--theme-panel-border);border-radius:12px!important;box-shadow:var(--theme-glass-shadow)!important;overflow:hidden;min-width:220px;color:var(--theme-text-primary)}:root[data-theme=dark] .cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel,:root[data-theme=dark] .mat-mdc-menu-panel.symba-menu-panel,:root:not([data-theme=light]) .cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel,:root:not([data-theme=light]) .mat-mdc-menu-panel.symba-menu-panel{background:#161412f5!important;background-color:#161412f5!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel,:root[data-theme=light] .mat-mdc-menu-panel.symba-menu-panel{background:#fbf9f5fa!important;background-color:#fbf9f5fa!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-content,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-content{padding:6px 0;background:transparent!important;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);min-height:40px;color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item mat-icon{color:var(--theme-text-secondary)!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.cdk-mouse-focused,.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.cdk-mouse-focused,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item:hover:not([disabled]){background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger{--mat-menu-item-label-text-color: var(--theme-accent-danger);--mat-menu-item-icon-color: var(--theme-accent-danger);color:var(--theme-accent-danger)!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger mat-icon,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger .mat-icon,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger mat-icon{color:var(--theme-accent-danger)!important}.cdk-overlay-container .mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger .mdc-list-item__primary-text,.mat-mdc-menu-panel.symba-menu-panel .mat-mdc-menu-item.symba-menu-item--danger .mdc-list-item__primary-text{color:var(--theme-accent-danger)!important}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu,.mat-mdc-menu-panel.contextual-help-menu{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);background:var(--theme-panel-bg)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid var(--theme-panel-border);border-radius:12px!important;box-shadow:var(--theme-glass-shadow)!important;overflow:hidden;min-width:280px;max-width:min(360px,100vw - 24px);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-content,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);min-height:40px;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item mat-icon{color:var(--theme-text-secondary)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item.contextual-help-menu-item--ask .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item.contextual-help-menu-item--ask .mat-mdc-menu-item-text,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item.contextual-help-menu-item--ask .mdc-list-item__primary-text,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item.contextual-help-menu-item--ask .mat-mdc-menu-item-text{display:inline-flex;align-items:center;gap:0;min-width:0}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .symi-icon--menu,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .symi-icon--menu{display:inline-block;width:22px;height:22px;margin-right:16px;vertical-align:middle;object-fit:contain;flex-shrink:0}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .symi-icon--menu.symi-icon--light-theme,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .symi-icon--menu.symi-icon--light-theme{display:none}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-text-primary)!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--dark-theme,:root[data-theme=light] .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--dark-theme{display:none}:root[data-theme=light] .cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--light-theme,:root[data-theme=light] .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--light-theme{display:inline-block}:root[data-theme=dark] .cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--light-theme,:root[data-theme=dark] .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--light-theme{display:none}:root[data-theme=dark] .cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--dark-theme,:root[data-theme=dark] .mat-mdc-menu-panel.contextual-help-menu .symi-icon--menu.symi-icon--dark-theme{display:inline-block}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-header,.mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-header{padding:8px 16px 4px;font-size:.8125rem;font-weight:600;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-section,.mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-section{padding:10px 16px 2px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--theme-text-muted)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-empty,.mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-empty{padding:8px 16px;font-size:.8125rem;color:var(--theme-text-muted)}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-label,.mat-mdc-menu-panel.contextual-help-menu .contextual-help-menu-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cdk-overlay-container .mat-mdc-menu-panel.contextual-help-menu .mat-mdc-divider,.mat-mdc-menu-panel.contextual-help-menu .mat-mdc-divider{border-top-color:var(--theme-panel-border);margin:4px 0}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu,.mat-mdc-menu-panel.module-nav-user-menu{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-disabled-label-text-color: var(--theme-text-muted);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);background:var(--theme-panel-bg)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid var(--theme-panel-border);border-radius:12px!important;box-shadow:var(--theme-glass-shadow)!important;overflow:hidden;min-width:200px;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-content,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-text-primary);--mat-menu-item-icon-color: var(--theme-text-secondary);--mat-menu-item-hover-state-layer-color: var(--theme-control-hover-bg);--mat-menu-item-focus-state-layer-color: var(--theme-control-active-bg);min-height:40px;color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item mat-icon{color:var(--theme-text-secondary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.cdk-mouse-focused,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.cdk-mouse-focused{background:var(--theme-control-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item .dash-user-menu-phone-live,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item .dash-user-menu-phone-live{color:var(--theme-success, #5c9e73)!important}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.dash-user-menu-super .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.dash-user-menu-super mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.dash-user-menu-super .mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .mat-mdc-menu-item.dash-user-menu-super mat-icon{color:var(--theme-super-accent, #6cb3a1)!important}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:4px 12px;box-sizing:border-box}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-label,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-label{font-size:14px;color:var(--theme-text-primary);white-space:nowrap}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btns,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btns{display:flex;align-items:center;gap:6px}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;width:22px;height:22px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--theme-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn .mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn .mat-icon{font-size:22px;width:22px;height:22px;color:inherit}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn:hover,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn:hover{background:var(--theme-control-hover-bg);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn.active,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn.active{background:var(--theme-control-active-bg);border-color:var(--theme-panel-border);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn:focus-visible,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-theme-btn:focus-visible{outline:2px solid var(--theme-focus-ring);outline-offset:1px}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:4px 12px;box-sizing:border-box}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;width:22px;height:22px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--theme-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn .mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn mat-icon,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn .mat-icon{font-size:22px;width:22px;height:22px;color:inherit}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn:hover,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn:hover{background:var(--theme-control-hover-bg);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn.active,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn.active{background:var(--theme-control-active-bg);border-color:var(--theme-panel-border);color:var(--theme-text-primary)}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn:focus-visible,.mat-mdc-menu-panel.module-nav-user-menu .user-account-menu-fullwidth-btn:focus-visible{outline:2px solid var(--theme-focus-ring);outline-offset:1px}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .dash-user-menu-lang,.mat-mdc-menu-panel.module-nav-user-menu .dash-user-menu-lang{display:flex;align-items:center;gap:12px;min-height:40px;padding:0 12px;color:var(--theme-text-primary);box-sizing:border-box}.cdk-overlay-container .mat-mdc-menu-panel.module-nav-user-menu .dash-user-menu-lang .dash-user-menu-lang-toggle,.mat-mdc-menu-panel.module-nav-user-menu .dash-user-menu-lang .dash-user-menu-lang-toggle{margin-left:auto}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px;vertical-align:middle;flex-shrink:0;background:var(--theme-control-bg, rgba(250, 247, 241, .18));box-shadow:0 0 0 1px var(--theme-panel-border)}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-arrived{background:#ffc400}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-progress,.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-with-provider,.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-in-treatment{background:#216fbb}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-recovery{background:#2a6dba}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-completed{background:#5c9e73}.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-no-show,.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-canceled-by-patient,.cdk-overlay-container .mat-mdc-menu-panel.waiting-room-status-menu .status-dot.status-canceled-by-clinic{background:#c8524b}.cdk-overlay-container .mat-mdc-menu-panel.surgical-preset-menu-panel,.mat-mdc-menu-panel.surgical-preset-menu-panel{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-review-sign-text);--mat-menu-item-hover-state-layer-color: var(--theme-review-sign-btn-state-layer);--mat-menu-item-focus-state-layer-color: var(--theme-review-sign-btn-state-layer);background:var(--theme-review-sign-surface)!important;border:1px solid var(--theme-review-sign-border);border-radius:10px!important;box-shadow:var(--theme-review-sign-shadow)!important;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);color:var(--theme-review-sign-text)}.cdk-overlay-container .mat-mdc-menu-panel.surgical-preset-menu-panel .mat-mdc-menu-item,.mat-mdc-menu-panel.surgical-preset-menu-panel .mat-mdc-menu-item{min-height:40px;font-size:13px}.cdk-overlay-container .mat-mdc-menu-panel.surgical-preset-menu-panel .mat-mdc-menu-content,.mat-mdc-menu-panel.surgical-preset-menu-panel .mat-mdc-menu-content{background:transparent!important;color:var(--theme-review-sign-text)}.cdk-overlay-container .mat-mdc-menu-panel.surgical-preset-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.surgical-preset-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-review-sign-text)!important}.cdk-overlay-container .mat-mdc-menu-panel.surgical-preset-menu-panel .mat-divider,.mat-mdc-menu-panel.surgical-preset-menu-panel .mat-divider{border-top-color:var(--theme-review-sign-divider)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel,.mat-mdc-menu-panel.history-date-menu-panel{max-width:min(360px,100vw - 32px)!important;max-height:min(480px,100vh - 48px)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-presets,.mat-mdc-menu-panel.history-date-menu-panel .history-date-presets{display:grid;grid-template-columns:1fr 1fr;gap:2px 6px;padding:6px 8px 4px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-preset-item,.mat-mdc-menu-panel.history-date-menu-panel .history-date-preset-item{appearance:none;-webkit-appearance:none;color-scheme:inherit;display:block;width:100%;min-width:0;text-align:left;border:0;border-radius:6px;background:transparent!important;color:var(--theme-review-sign-text)!important;font:inherit;font-size:12px;font-weight:500;line-height:1.25;min-height:32px;padding:6px 8px;cursor:pointer}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-preset-item:hover,.mat-mdc-menu-panel.history-date-menu-panel .history-date-preset-item:hover{background:var(--theme-review-sign-btn-state-layer)!important}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-month-list,.mat-mdc-menu-panel.history-date-menu-panel .history-date-month-list{display:flex;flex-direction:column;gap:10px;max-height:300px;overflow-y:auto;padding:8px 12px 10px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-year-group{display:grid;grid-template-columns:44px minmax(0,1fr);column-gap:10px;align-items:start}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-year-label{padding-top:4px;font-size:12px;font-weight:700;letter-spacing:.02em;line-height:1.2;color:var(--theme-review-sign-meta, var(--theme-review-sign-hint))}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-year-months{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px 4px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-month-item{appearance:none;-webkit-appearance:none;color-scheme:inherit;display:block;width:100%;min-width:0;text-align:left;border:0;border-radius:6px;background:transparent!important;color:var(--theme-review-sign-text)!important;font:inherit;font-size:12px;font-weight:500;line-height:1.2;min-height:28px;padding:4px 6px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-month-item:hover{background:var(--theme-review-sign-btn-state-layer)!important}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-step{display:flex;flex-direction:column;gap:10px;padding:8px 12px 12px;min-width:min(280px,100vw - 48px);max-width:320px;box-sizing:border-box}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-header{display:flex;align-items:center;gap:4px;min-height:36px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-back{width:32px!important;height:32px!important;padding:0!important;color:var(--theme-review-sign-text)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-back mat-icon{font-size:22px;width:22px;height:22px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-title{font-size:13px;font-weight:650;color:var(--theme-review-sign-text)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-hint{margin:0;font-size:11px;line-height:1.35;color:var(--theme-review-sign-hint, var(--theme-review-sign-meta))}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-pills{display:flex;flex-wrap:wrap;gap:4px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-pill{min-width:30px;height:28px;padding:0 6px;border-radius:8px;border:1px solid var(--theme-review-sign-border);background:transparent;color:var(--theme-review-sign-text);font-size:12px;cursor:pointer}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-pill:hover{background:var(--theme-review-sign-btn-state-layer)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-pill.selected{background:var(--theme-review-sign-btn-state-layer);border-color:var(--theme-review-sign-btn-text, var(--theme-review-sign-text));font-weight:650}.cdk-overlay-container .mat-mdc-menu-panel.history-date-menu-panel .history-date-day-submit{align-self:stretch;margin-top:2px}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu{--mat-menu-container-color: var(--theme-review-sign-surface);--mat-menu-item-label-text-color: var(--theme-review-sign-text);--mat-menu-item-hover-state-layer-color: var(--theme-review-sign-btn-state-layer);--mat-menu-item-focus-state-layer-color: var(--theme-review-sign-btn-state-layer);border:1px solid var(--theme-review-sign-border);border-radius:12px!important;box-shadow:var(--theme-review-sign-shadow);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);min-width:0!important;max-width:min(360px,100vw - 32px)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-content{display:flex;flex-wrap:wrap;gap:6px;padding:10px!important}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-item{min-height:32px;height:32px;width:auto;min-width:0;padding:0 12px;border-radius:16px;border:1px solid var(--theme-review-sign-border);background:color-mix(in srgb,var(--theme-review-sign-text) 4%,transparent);font-size:12px;font-weight:600;letter-spacing:.01em;flex:0 0 auto}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:var(--theme-review-sign-text)!important}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-item:hover{background:color-mix(in srgb,var(--theme-review-sign-text) 10%,transparent)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-item.selected{border-color:var(--theme-primary, #216fbb);background:color-mix(in srgb,var(--theme-primary, #216fbb) 18%,transparent);color:var(--theme-primary, #216fbb)}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-item.selected .mdc-list-item__primary-text{color:var(--theme-primary, #216fbb)!important}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu .mat-mdc-menu-item.date-pill-clear{border-style:dashed;font-weight:500;opacity:.85}.cdk-overlay-container .mat-mdc-menu-panel.history-date-pill-menu.history-date-pill-menu--months{max-width:min(420px,100vw - 32px)}app-face-2d mat-sidenav-container.face-2d-sidenav-container{height:100%;width:100%;display:block;position:relative}app-face-2d mat-sidenav-content.face-2d-content{height:100%;display:block;overflow:visible!important}app-face-2d .preset-dialog .preset-name-field .mat-mdc-text-field-wrapper,app-face-2d .preset-dialog .preset-description-field .mat-mdc-text-field-wrapper{background:#faf7f10d}app-face-2d .preset-dialog .preset-name-field .mdc-notched-outline__leading,app-face-2d .preset-dialog .preset-name-field .mdc-notched-outline__notch,app-face-2d .preset-dialog .preset-name-field .mdc-notched-outline__trailing,app-face-2d .preset-dialog .preset-description-field .mdc-notched-outline__leading,app-face-2d .preset-dialog .preset-description-field .mdc-notched-outline__notch,app-face-2d .preset-dialog .preset-description-field .mdc-notched-outline__trailing{border-color:#faf7f138!important}app-face-2d .preset-dialog .preset-name-field .mat-mdc-form-field-focus-overlay,app-face-2d .preset-dialog .preset-description-field .mat-mdc-form-field-focus-overlay{background-color:transparent}app-face-2d .preset-dialog .preset-name-field .mat-mdc-floating-label,app-face-2d .preset-dialog .preset-name-field .mdc-floating-label,app-face-2d .preset-dialog .preset-description-field .mat-mdc-floating-label,app-face-2d .preset-dialog .preset-description-field .mdc-floating-label{color:#faf7f18c}app-face-2d .preset-dialog .preset-name-field input.mat-mdc-input-element,app-face-2d .preset-dialog .preset-name-field textarea.mat-mdc-input-element,app-face-2d .preset-dialog .preset-description-field input.mat-mdc-input-element,app-face-2d .preset-dialog .preset-description-field textarea.mat-mdc-input-element{color:#faf7f1f2;caret-color:#96c0e8}app-face-2d .preset-dialog .preset-loading mat-spinner{--mat-progress-spinner-active-indicator-color: rgba(250, 247, 241, .85)}app-face-2d .face-right-toolbar .face-vertical-toolbar .tool-button{color:#faf7f1d9}app-face-2d .face-right-toolbar .face-vertical-toolbar .tool-button:hover{background:#faf7f11f;color:#fdfbf7}app-face-2d .face-right-toolbar .face-vertical-toolbar .tool-button.selected{color:#96c0e8;background:#96c0e826}app-face-2d .face-right-toolbar .face-vertical-toolbar .tool-button.clear-button:hover{color:#ef9a9a;background:#ef9a9a26}app-face-2d .face-right-toolbar .face-vertical-toolbar .brush-settings-button:hover{background:#faf7f11f}app-face-2d .face-right-toolbar .face-vertical-toolbar .brush-preview-circle{background:#faf7f126;border-color:#faf7f133}app-face-2d .right-toolbar .mode-toggle-container{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border:none!important;border-radius:0;min-width:unset;max-width:unset}app-face-2d .right-toolbar .mode-toggle-container .tool-group+.tool-group{border-top-color:#faf7f11f}app-face-2d .right-toolbar .mode-toggle-container .tool-button{color:#faf7f1d9}app-face-2d .right-toolbar .mode-toggle-container .tool-button:hover{background:#faf7f11f;color:#fdfbf7}app-face-2d .right-toolbar .mode-toggle-container .tool-button.selected{color:#96c0e8;background:#96c0e826}app-face-2d .right-toolbar .mode-toggle-container .tool-button.clear-button:hover{color:#ef9a9a;background:#ef9a9a26}app-face-2d .right-toolbar .mode-toggle-container .brush-settings-button:hover{background:#faf7f11f}app-face-2d .right-toolbar .mode-toggle-container .brush-preview-circle{background:#faf7f126;border-color:#faf7f133}app-face-2d .face-nav-fixed app-photo-switcher,app-face-2d .face-nav-fixed .photo-switcher{display:block}app-face-2d .face-nav-fixed .region-label-btn{color:#faf7f1b8}app-face-2d .face-nav-fixed .region-label-btn .region-icon,app-face-2d .face-nav-fixed .region-label-btn mat-icon.region-icon{color:currentColor}app-face-2d .face-nav-fixed .region-label-btn svg.region-icon path,app-face-2d .face-nav-fixed .region-label-btn svg.region-icon ellipse{stroke:currentColor}app-face-2d .face-nav-fixed .region-label-btn svg.region-icon--lips path{fill:currentColor;stroke:currentColor}app-face-2d .face-nav-fixed .region-label-btn:hover{color:#faf7f1f2;background:#faf7f11a}app-face-2d .face-nav-fixed .region-label-btn.active{color:#fdfbf7;background:#faf7f124;box-shadow:0 0 12px #6ba5dd38}app-face-2d .face-nav-fixed .face-diagram{width:72px;height:96px;background-color:#0000004f;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}app-face-2d .face-nav-fixed .face-outline{stroke:#faf7f1d9!important;stroke-width:2!important;fill:none!important}app-face-2d .face-nav-fixed .face-region:hover{fill:#faf7f11f!important}app-face-2d .face-nav-fixed .face-region.active{fill:#faf7f166!important}app-face-2d .face-nav-fixed .lips-region:hover{fill:#faf7f126!important}app-face-2d .face-nav-fixed .lips-region.active{fill:#faf7f1cc!important}app-face-2d .face-nav-fixed .dividers line{stroke:#faf7f1cc!important;stroke-width:1!important}app-face-2d .face-nav-fixed .face-features ellipse{stroke:#faf7f1d9!important;stroke-width:1.5!important}app-face-2d .face-nav-fixed .face-features path{stroke:#faf7f1d9!important;stroke-width:1.5!important}app-face-2d .face-nav-fixed .reset-btn{color:#faf7f1b3!important}app-face-2d .face-nav-fixed .reset-btn:hover{background:#0000000d!important;color:#fdfbf7!important}app-face-2d .face-nav-fixed .reset-btn.active{background:#00000040!important;color:#fdfbf7!important;box-shadow:0 0 8px #faf7f133!important}app-face-2d .face-nav-fixed .active-region-border{stroke:#faf7f1!important}app-face-2d .progress-notes-overlay app-progress-notes{display:block;max-height:500px;overflow-y:auto}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes{padding:24px;background:#f3e9a229;backdrop-filter:blur(48px);-webkit-backdrop-filter:blur(48px)}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section{margin-bottom:32px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections{gap:20px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section{background:#f8f9fa;border-radius:12px;padding:20px;border-left:4px solid #3a86cf;box-shadow:0 2px 8px #0000000d}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-header{margin-bottom:12px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-header .treatment-type{font-size:16px;font-weight:600;color:#3a352f;text-transform:uppercase;letter-spacing:.5px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-header .treatment-count{font-size:14px;color:#7a736a;font-weight:500}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-text{font-size:15px;line-height:1.6;color:#4a443c}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field .mat-mdc-form-field-outline{color:#3a86cf!important}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field .mat-mdc-form-field-focus-overlay{background-color:#3a86cf0a!important}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field .mdc-notched-outline__leading,app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field .mdc-notched-outline__notch,app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field .mdc-notched-outline__trailing{border-color:#3a86cf!important;border-width:2px!important}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field .mdc-notched-outline--notched .mdc-notched-outline__notch{border-top:none!important}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .notes-section .rich-text-editor .notes-field textarea{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6;min-height:40px;height:102px;resize:vertical;padding:16px}app-face-2d .progress-notes-overlay .treatment-section:nth-child(1){border-left-color:#5c9e73}app-face-2d .progress-notes-overlay .treatment-section:nth-child(2){border-left-color:#c9883c}app-face-2d .progress-notes-overlay .treatment-section:nth-child(3){border-left-color:#1a5c9e}app-face-2d .progress-notes-overlay .treatment-section:nth-child(4){border-left-color:#00bcd4}@media(max-width:768px){app-face-2d .face-nav-fixed .face-diagram{width:60px;height:80px}app-face-2d .face-nav-fixed .reset-btn{width:32px!important;height:32px!important}app-face-2d .face-nav-fixed .reset-btn mat-icon{font-size:22px!important;width:22px!important;height:22px!important}app-face-2d .progress-notes-overlay app-progress-notes{max-height:calc(100dvh - 120px)}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes{padding:16px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section{margin-bottom:24px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections{gap:16px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section{padding:16px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-header{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:10px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-header .treatment-type{font-size:14px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-header .treatment-count{font-size:12px}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes .injection-data-section .treatment-sections .treatment-section .treatment-text{font-size:14px}}@media(max-width:480px){app-face-2d .face-nav-fixed .face-diagram{width:52px;height:70px}app-face-2d .face-nav-fixed .reset-btn{width:28px!important;height:28px!important}app-face-2d .face-nav-fixed .reset-btn mat-icon{font-size:22px!important;width:22px!important;height:22px!important}app-face-2d .progress-notes-overlay app-progress-notes{max-height:calc(100dvh - 100px)}app-face-2d .progress-notes-overlay app-progress-notes .progress-notes{padding:12px}}.cdk-overlay-backdrop.note-type-dialog-backdrop{background:var(--theme-review-sign-backdrop)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.note-type-dialog-panel .mat-mdc-dialog-content{max-height:min(68vh,520px)}.note-type-dialog-panel .mat-mdc-radio-button,.note-type-dialog-panel .mat-mdc-radio-button .mdc-form-field,.note-type-dialog-panel .mat-mdc-radio-button .mdc-label{--mat-radio-label-text-color: var(--theme-review-sign-text) !important;color:var(--theme-review-sign-text)!important}.note-type-dialog-panel .mat-mdc-radio-button{--mat-radio-unselected-icon-color: var(--theme-review-sign-meta);--mat-radio-unselected-hover-icon-color: var(--theme-review-sign-hint);--mat-radio-selected-icon-color: var(--theme-accent);--mat-radio-selected-hover-icon-color: var(--theme-accent-strong);--mat-radio-selected-focus-icon-color: var(--theme-accent);--mat-radio-label-text-color: var(--theme-review-sign-text);--mat-radio-state-layer-size: 36px}.note-type-dialog-panel .mat-mdc-button-base.mat-warn{--mat-button-filled-container-color: #8f2a25;--mat-button-filled-label-text-color: #fdfbf7;--mat-button-filled-hover-container-color: #a8322c}.cdk-overlay-backdrop.reminder-dialog-backdrop{background:var(--theme-review-sign-backdrop)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dashboard-follow-ups-peek-panel .mat-mdc-dialog-surface,.dashboard-billing-peek-panel .mat-mdc-dialog-surface,.patient-billing-peek-panel .mat-mdc-dialog-surface{padding:0}.dashboard-follow-ups-peek-backdrop{background:color-mix(in srgb,#000 28%,transparent)!important}.reminder-dialog-panel .mat-mdc-dialog-content{max-height:min(75vh,560px)}.reminder-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-field-bg)!important;border-radius:10px}.reminder-dialog-panel .mat-mdc-form-field-focus-overlay{background-color:transparent!important}.reminder-dialog-panel .mat-mdc-input-element{color:var(--theme-review-sign-input-text)!important;caret-color:var(--theme-accent)!important}.reminder-dialog-panel .mat-mdc-input-element::placeholder{color:var(--theme-review-sign-meta)!important;opacity:1!important}.reminder-dialog-panel{--mat-select-placeholder-text-color: var(--theme-review-sign-meta);--mat-select-enabled-trigger-text-color: var(--theme-review-sign-input-text);--mat-select-enabled-arrow-color: var(--theme-review-sign-meta);--mat-select-focused-arrow-color: var(--theme-accent)}.reminder-dialog-panel .mat-mdc-select-placeholder{color:var(--theme-review-sign-meta)!important;opacity:1!important}.reminder-dialog-panel .mat-mdc-select-value,.reminder-dialog-panel .mat-mdc-select-value-text,.reminder-dialog-panel .mat-mdc-select-min-line{color:var(--theme-review-sign-input-text)!important}.reminder-dialog-panel .mat-mdc-select-arrow,.reminder-dialog-panel .mdc-floating-label,.reminder-dialog-panel .mat-mdc-floating-label{color:var(--theme-review-sign-meta)!important}.reminder-dialog-panel .mdc-text-field--focused .mdc-floating-label,.reminder-dialog-panel .mdc-text-field--focused .mat-mdc-floating-label,.reminder-dialog-panel .mdc-floating-label--float-above{color:var(--theme-accent)!important}.reminder-dialog-panel .mdc-notched-outline .mdc-notched-outline__leading,.reminder-dialog-panel .mdc-notched-outline .mdc-notched-outline__notch,.reminder-dialog-panel .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--theme-review-sign-outlined-outline)!important}.reminder-dialog-panel .mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.reminder-dialog-panel .mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.reminder-dialog-panel .mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--theme-accent)!important}.reminder-dialog-panel .mat-mdc-form-field-subscript-wrapper{display:none}.cdk-overlay-backdrop.symba-confirm-dialog-backdrop{background:var(--theme-review-sign-backdrop)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.symba-confirm-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-field-bg)!important;border-radius:10px}.symba-confirm-dialog-panel .mat-mdc-form-field-focus-overlay{background-color:transparent!important}.symba-confirm-dialog-panel .mat-mdc-input-element{color:var(--theme-review-sign-input-text)!important;caret-color:var(--theme-accent)!important}.symba-confirm-dialog-panel .mat-mdc-input-element::placeholder{color:var(--theme-review-sign-meta)!important;opacity:1!important}.symba-confirm-dialog-panel .mdc-floating-label,.symba-confirm-dialog-panel .mat-mdc-floating-label{color:var(--theme-review-sign-meta)!important}.symba-confirm-dialog-panel .mdc-text-field--focused .mdc-floating-label,.symba-confirm-dialog-panel .mdc-text-field--focused .mat-mdc-floating-label,.symba-confirm-dialog-panel .mdc-floating-label--float-above{color:var(--theme-accent)!important}.symba-confirm-dialog-panel .mat-mdc-form-field-subscript-wrapper{color:var(--theme-review-sign-meta)!important}.cdk-overlay-backdrop.review-sign-dialog-backdrop{background:var(--theme-review-sign-backdrop)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.review-sign-dialog-panel .mat-mdc-dialog-content{max-height:min(62vh,440px)}.review-sign-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary){--mat-button-text-label-text-color: var(--theme-review-sign-btn-text);--mat-button-text-state-layer-color: var(--theme-review-sign-btn-state-layer)}.review-sign-dialog-panel .mat-mdc-outlined-button{--mat-button-outlined-label-text-color: var(--theme-review-sign-outlined-text);--mat-button-outlined-hover-label-text-color: var(--theme-review-sign-outlined-text-hover);--mat-button-outlined-focus-label-text-color: var(--theme-review-sign-outlined-text-hover);--mat-button-outlined-outline-color: var(--theme-review-sign-outlined-outline);--mat-button-outlined-hover-outline-color: var(--theme-review-sign-outlined-outline-hover);--mat-button-outlined-focus-outline-color: var(--theme-review-sign-outlined-outline-focus);--mat-button-outlined-disabled-label-text-color: var(--theme-review-sign-outlined-text-disabled);--mat-button-outlined-disabled-outline-color: var(--theme-review-sign-outlined-outline-disabled)}.review-sign-dialog-panel .mat-mdc-progress-spinner circle{stroke:var(--theme-review-sign-spinner)!important}.review-sign-dialog-panel.review-sign-dialog-preview-open .mat-mdc-dialog-container{padding:0!important;max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.review-sign-dialog-panel.review-sign-dialog-preview-open .mat-mdc-dialog-surface{border-radius:0!important;width:100%!important;height:100%!important;max-height:100dvh!important;overflow:hidden!important;display:flex;flex-direction:column;background:var(--theme-review-sign-preview-bg)!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.progress-note-html-preview-panel .mat-mdc-dialog-container{padding:0!important;max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.progress-note-html-preview-panel .mat-mdc-dialog-surface{border-radius:0!important;width:100%!important;height:100%!important;max-height:100dvh!important;overflow:hidden!important;display:flex;flex-direction:column;background:transparent!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cdk-overlay-backdrop.progress-note-html-preview-backdrop{background:transparent}.review-sign-dialog-panel .mat-mdc-input-element,.review-sign-dialog-panel textarea.mat-mdc-input-element{color:var(--theme-review-sign-input-text)!important;-webkit-text-fill-color:var(--theme-review-sign-input-text)!important}.review-sign-dialog-panel div[mat-internal-form-field]{--mat-form-field-label-text-color: var(--theme-review-sign-text)}.review-sign-dialog-panel .mat-mdc-checkbox{--mat-form-field-label-text-color: var(--theme-review-sign-text);--mat-checkbox-label-text-color: var(--theme-review-sign-text);--mat-checkbox-disabled-label-color: var(--theme-review-sign-outlined-text-disabled);--mat-checkbox-unselected-icon-color: var(--theme-review-sign-outlined-outline);--mat-checkbox-unselected-hover-icon-color: var(--theme-review-sign-outlined-outline-hover);--mat-checkbox-unselected-focus-icon-color: var(--theme-review-sign-outlined-outline-focus);--mat-checkbox-unselected-pressed-icon-color: var(--theme-review-sign-outlined-outline);--mat-checkbox-selected-checkmark-color: var(--theme-review-sign-primary-text);--mat-checkbox-selected-focus-icon-color: var(--theme-review-sign-primary-bg);--mat-checkbox-selected-hover-icon-color: var(--theme-review-sign-primary-bg);--mat-checkbox-selected-icon-color: var(--theme-review-sign-primary-bg);--mat-checkbox-selected-pressed-icon-color: var(--theme-review-sign-primary-bg);--mat-checkbox-unselected-hover-state-layer-color: var(--theme-review-sign-btn-state-layer);--mat-checkbox-unselected-focus-state-layer-color: var(--theme-review-sign-btn-state-layer);--mat-checkbox-unselected-pressed-state-layer-color: var(--theme-review-sign-btn-state-layer);--mat-checkbox-state-layer-size: 36px}.review-sign-dialog-panel .mat-mdc-checkbox label.mdc-label{color:var(--theme-review-sign-text)!important}.review-sign-dialog-panel .mat-mdc-checkbox.mat-mdc-checkbox-disabled label.mdc-label{color:var(--theme-review-sign-outlined-text-disabled)!important}.review-sign-dialog-panel .mat-mdc-form-field{--mat-form-field-outlined-label-text-color: var(--theme-review-sign-meta);--mat-form-field-outlined-hover-label-text-color: var(--theme-review-sign-hint);--mat-form-field-outlined-focus-label-text-color: var(--theme-accent);--mat-form-field-outlined-outline-color: var(--theme-review-sign-outlined-outline);--mat-form-field-outlined-hover-outline-color: var(--theme-review-sign-outlined-outline-hover);--mat-form-field-outlined-focus-outline-color: var(--theme-review-sign-outlined-outline-focus);--mat-form-field-outlined-input-text-color: var(--theme-review-sign-input-text);--mat-form-field-outlined-caret-color: var(--theme-accent);--mat-form-field-focus-select-arrow-color: var(--theme-accent)}.review-sign-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-glass-bg-soft)}.send-pdf-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary){--mat-button-text-label-text-color: var(--theme-review-sign-btn-text);--mat-button-text-state-layer-color: var(--theme-review-sign-btn-state-layer)}.send-pdf-dialog-panel .mat-mdc-button-base.mat-primary[disabled]{--mat-button-filled-container-color: var(--theme-review-sign-primary-disabled-bg);--mat-button-filled-label-text-color: var(--theme-review-sign-primary-disabled-text)}.send-pdf-dialog-panel .mat-mdc-button-base.mat-primary[disabled] .mat-icon{color:var(--theme-review-sign-primary-disabled-text)}.send-pdf-dialog-panel .mat-mdc-form-field{--mat-form-field-outlined-label-text-color: var(--theme-review-sign-meta);--mat-form-field-outlined-hover-label-text-color: var(--theme-review-sign-hint);--mat-form-field-outlined-focus-label-text-color: var(--theme-accent);--mat-form-field-outlined-outline-color: var(--theme-review-sign-outlined-outline);--mat-form-field-outlined-hover-outline-color: var(--theme-review-sign-outlined-outline-hover);--mat-form-field-outlined-focus-outline-color: var(--theme-review-sign-outlined-outline-focus);--mat-form-field-outlined-input-text-color: var(--theme-review-sign-input-text);--mat-form-field-outlined-caret-color: var(--theme-accent);--mat-form-field-focus-select-arrow-color: var(--theme-accent)}.send-pdf-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-glass-bg-soft)}.send-pdf-dialog-panel .mat-mdc-input-element,.send-pdf-dialog-panel textarea.mat-mdc-input-element{color:var(--theme-review-sign-input-text)!important;-webkit-text-fill-color:var(--theme-review-sign-input-text)!important}.send-pdf-dialog-panel .mat-mdc-input-element::placeholder{color:var(--theme-review-sign-meta);opacity:1}.note-type-dialog-panel .mat-mdc-input-element,.note-type-dialog-panel textarea.mat-mdc-input-element,.signature-edit-dialog-panel .mat-mdc-input-element,.signature-edit-dialog-panel textarea.mat-mdc-input-element,.dark-glass-dialog .mat-mdc-input-element,.dark-glass-dialog textarea.mat-mdc-input-element,.reception-kiosk-dialog-panel .mat-mdc-input-element,.reception-kiosk-dialog-panel textarea.mat-mdc-input-element{color:var(--theme-review-sign-input-text)!important;-webkit-text-fill-color:var(--theme-review-sign-input-text)!important}.cdk-overlay-backdrop.reception-kiosk-dialog-backdrop{background:var(--theme-modal-scrim)!important;backdrop-filter:blur(var(--theme-blur-lg, 14px));-webkit-backdrop-filter:blur(var(--theme-blur-lg, 14px))}.reception-kiosk-dialog-panel .mat-mdc-dialog-container{max-height:calc(100dvh - 24px)}.reception-kiosk-dialog-panel .mat-mdc-dialog-surface{display:flex;flex-direction:column;max-height:100%;min-height:0}.reception-kiosk-dialog-panel form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.reception-kiosk-dialog-panel .mat-mdc-dialog-title{flex-shrink:0}.reception-kiosk-dialog-panel .mat-mdc-dialog-content{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.reception-kiosk-dialog-panel .mat-mdc-dialog-actions{flex-shrink:0}.reception-kiosk-dialog-panel .mat-mdc-button-base.mat-mdc-button.reception-dialog-secondary{--mat-button-text-label-text-color: var(--theme-text-secondary);--mat-button-text-state-layer-color: var(--theme-control-hover-bg)}.cdk-overlay-container .mat-mdc-select-panel.reception-dialog-select-panel{background:var(--theme-glass-bg-strong)!important;backdrop-filter:blur(var(--theme-blur-lg, 16px));-webkit-backdrop-filter:blur(var(--theme-blur-lg, 16px));border:1px solid var(--theme-glass-border);box-shadow:var(--theme-glass-shadow)}.cdk-overlay-container .mat-mdc-select-panel.reception-dialog-select-panel .mat-mdc-option{color:var(--theme-text-primary)!important}.cdk-overlay-container .mat-mdc-select-panel.reception-dialog-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:color-mix(in srgb,var(--theme-accent) 22%,transparent)!important}.cdk-overlay-container .mat-mdc-select-panel.reception-dialog-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--theme-control-hover-bg)!important}.filler-treatment-glass-dialog-panel .mat-mdc-dialog-container{max-width:700px!important}.filler-treatment-glass-dialog-panel .mat-mdc-dialog-surface{overflow:visible;max-width:700px!important;width:100%}.filler-product-info-dialog-panel .mat-mdc-dialog-container{max-width:720px!important}.filler-product-info-dialog-panel .mat-mdc-dialog-surface{max-width:720px!important;width:100%;max-height:min(90vh,90dvh)}.sel-toxin-more-menu .mat-mdc-menu-item{min-height:48px}.sel-toxin-more-menu .sel-toxin-more-item__col{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.2}.sel-toxin-more-menu .sel-toxin-more-item__name{font-size:14px;font-weight:600;white-space:nowrap}.sel-toxin-more-menu .sel-toxin-more-item__sub{font-size:10px;font-weight:300;letter-spacing:-.03em;opacity:.7}.sel-toxin-more-menu .sel-toxin-more-item--selected{background:color-mix(in srgb,var(--theme-accent, #96c0e8) 16%,transparent)}.sel-toxin-more-menu .sel-reg{font-size:.58em;vertical-align:super;margin-left:.12em}.cdk-overlay-pane.symba-dialog-await-position{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.cdk-overlay-backdrop.symba-dialog-await-position-backdrop{opacity:0!important;transition:none!important}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-container{max-width:880px!important;overflow:hidden}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-surface{max-width:880px!important;width:100%;height:100%;min-height:0;max-height:100%;display:flex;flex-direction:column}@media(prefers-reduced-motion:no-preference){.unified-treatment-glass-dialog-panel:not(.symba-dialog-await-position) .mat-mdc-dialog-surface{animation:unified-dialog-in .32s cubic-bezier(.32,.72,0,1) both}}@keyframes unified-dialog-in{0%{opacity:0;transform:scale(.96) translateY(10px);backdrop-filter:none;-webkit-backdrop-filter:none}}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-inner-container{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-inner-container>*{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;max-height:100%}.unified-treatment-glass-dialog-panel .mat-mdc-input-element,.unified-treatment-glass-dialog-panel textarea.mat-mdc-input-element{color:var(--theme-review-sign-input-text)!important;-webkit-text-fill-color:var(--theme-review-sign-input-text)!important}.unified-treatment-glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary){--mat-button-text-label-text-color: var(--theme-review-sign-btn-text);--mat-button-text-state-layer-color: var(--theme-review-sign-btn-state-layer)}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-content,.unified-treatment-glass-dialog-panel .mat-mdc-dialog-actions{padding:0!important}.unified-treatment-glass-dialog-panel button.manufacturer-btn,.unified-treatment-glass-dialog-panel button.manufacturer-btn .mfr-name,.unified-treatment-glass-dialog-panel button.manufacturer-btn .mfr-count{color:var(--theme-treatment-mfr-btn-text)!important}.cdk-overlay-container:has(.unified-treatment-glass-dialog-panel){z-index:10050!important}.visit-step-bar-overlay{position:absolute;z-index:40;top:12px;left:50%;transform:translate(-50%);max-width:calc(100% - 24px)}.visit-step-bar-overlay.visit-step-bar--body-portal{position:fixed!important;z-index:40!important;transform:translate(-50%);pointer-events:none}body:has(.unified-treatment-glass-dialog-panel) .visit-step-bar-overlay.visit-step-bar--body-portal{z-index:10060!important}html.symba-face-preset-dialog .visit-step-bar-overlay.visit-step-bar--body-portal,html.symba-face-fullscreen-overlay .visit-step-bar-overlay.visit-step-bar--body-portal,body:has(app-face-preset-dialog-overlay) .visit-step-bar-overlay.visit-step-bar--body-portal,body:has(app-face-manage-presets-dialog) .visit-step-bar-overlay.visit-step-bar--body-portal{visibility:hidden!important;pointer-events:none!important}.cdk-overlay-container:has(.cdk-overlay-pane.mat-mdc-dialog-panel:not(.unified-treatment-glass-dialog-panel)){z-index:10080!important}.cdk-overlay-container:has(.vco-overlay-pane){z-index:10080!important}.visit-shade-backdrop{position:absolute;inset:0;z-index:34;background:color-mix(in srgb,var(--theme-text-primary) 24%,transparent);pointer-events:auto}.visit-shade{position:absolute;inset:0;z-index:35;display:flex;flex-direction:column;min-height:0;overflow:hidden;isolation:isolate;background:var(--theme-glass-bg-strong, var(--theme-surface));border:1px solid var(--theme-glass-border, color-mix(in srgb, var(--theme-text-primary) 20%, transparent));box-shadow:var(--theme-glass-shadow, 0 8px 32px rgba(0, 0, 0, .28));backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0 0 16px 16px;transform:translateY(-100%);opacity:0;pointer-events:auto}.visit-shade--open{transform:translateY(0);opacity:1;will-change:transform,opacity;animation:visit-shade-drop var(--theme-transition-slow, .42s cubic-bezier(.32, .72, 0, 1)) both}.visit-shade--closing{transform:translateY(-100%);opacity:0;will-change:transform,opacity;animation:visit-shade-lift var(--theme-transition-slow, .42s cubic-bezier(.32, .72, 0, 1)) both;pointer-events:none}.visit-shade--resting:not(.visit-shade--closing):not(.visit-shade--parked){will-change:auto;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.visit-shade--parked{visibility:hidden;pointer-events:none;opacity:0;transform:translateY(-100%);animation:none;backdrop-filter:none;-webkit-backdrop-filter:none;content-visibility:hidden;contain:strict}.visit-shade--flush .visit-shade__body{padding-top:56px}@keyframes visit-shade-drop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes visit-shade-lift{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.visit-shade__header{flex:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:56px 12px 8px}.visit-shade__title{font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-text-secondary)}.visit-shade__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;background:color-mix(in srgb,var(--theme-text-primary) 8%,transparent);color:var(--theme-text-primary);cursor:pointer;transition:background .15s ease}.visit-shade__close:hover{background:color-mix(in srgb,var(--theme-text-primary) 16%,transparent)}.visit-shade__body{flex:1;min-height:0;min-width:0;overflow:auto;display:flex;flex-direction:column;padding:0 clamp(.5rem,1.2vw,.85rem) clamp(.5rem,1.2vw,.85rem)}.visit-shade__body>*{flex:1;min-height:0}.visit-shade__body .visit-shade-photos,.visit-shade__body app-progress-note-html-preview-dialog,.visit-shade__body .visit-shade-charge{display:flex;flex-direction:column;min-height:0}.visit-shade__body .visit-shade-charge[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){.visit-shade--open{animation:none;transform:translateY(0);opacity:1}.visit-shade--closing,.visit-shade--parked{animation:none;transform:translateY(-100%);opacity:0}}.cdk-overlay-pane.visit-treatment-drawer-panel{height:auto!important;max-height:calc(100dvh - 108px)!important}.cdk-overlay-pane.visit-treatment-drawer-panel .mat-mdc-dialog-container,.cdk-overlay-pane.visit-treatment-drawer-panel .mat-mdc-dialog-surface,.cdk-overlay-pane.visit-treatment-drawer-panel .mat-mdc-dialog-inner-container,.cdk-overlay-pane.visit-treatment-drawer-panel .mat-mdc-dialog-inner-container>*{height:auto!important;max-height:inherit;min-height:0!important;flex:0 1 auto;overflow:hidden}@media(prefers-reduced-motion:no-preference){.cdk-overlay-pane.visit-treatment-drawer-panel .mat-mdc-dialog-surface{animation:visit-treatment-drawer-up .32s cubic-bezier(.32,.72,0,1) both}}@keyframes visit-treatment-drawer-up{0%{opacity:0;transform:translateY(28px)}}.cdk-overlay-backdrop.visit-treatment-drawer-backdrop{background:color-mix(in srgb,var(--theme-text-primary, #101014) 6%,transparent);backdrop-filter:none;-webkit-backdrop-filter:none;bottom:max(84px,env(safe-area-inset-bottom,0px) + 72px)!important}.face-2d-sidenav-container.face-body-mode .face-2d-sidenav-container,.face-2d-sidenav-container.face-body-mode .face-2d-content,.face-2d-sidenav-container.face-body-mode .face-2d-wrapper{background:transparent!important}.face-2d-sidenav-container.face-body-mode .zoomer-container{visibility:hidden;pointer-events:none}.face-2d-sidenav-container.face-body-mode .zoomer-container .photo-drawer-backdrop,.face-2d-sidenav-container.face-body-mode .zoomer-container .photo-drawer-overlay{visibility:visible;pointer-events:auto}.face-2d-sidenav-container.face-body-mode app-face-left-toolbar,.face-2d-sidenav-container.face-body-mode app-face-right-toolbar,.face-2d-sidenav-container.face-body-mode .visit-treatment-bar-dock,.face-2d-sidenav-container.face-body-mode .face-workspace-col,.face-2d-sidenav-container.face-body-mode .face-workspace-legend,.face-2d-sidenav-container.face-body-mode .face-phone-sheet-bar,.face-2d-sidenav-container.face-body-mode .face-phone-sheet-btn{pointer-events:auto}@media(max-width:768px){.cdk-overlay-pane.unified-treatment-glass-dialog-panel{position:fixed!important;inset:0!important;margin:0!important;padding:0!important;max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-container{padding:0!important;margin:0!important;max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;box-shadow:none!important}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-surface{border-radius:0!important;max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;min-height:100dvh!important}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-inner-container{flex:1 1 auto;min-height:0;height:100%}.unified-treatment-glass-dialog-panel .mat-mdc-dialog-inner-container>*{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column}}.cdk-overlay-backdrop.billing-catalog-glass-dialog-backdrop{background:#04060cc7!important;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);transition:opacity .4s cubic-bezier(.25,.8,.25,1),backdrop-filter .42s cubic-bezier(.32,.72,0,1),-webkit-backdrop-filter .42s cubic-bezier(.32,.72,0,1)}@media(prefers-reduced-motion:reduce){.cdk-overlay-backdrop.billing-catalog-glass-dialog-backdrop{transition:opacity .4s cubic-bezier(.25,.8,.25,1)}}.cdk-overlay-backdrop.billing-catalog-glass-dialog-backdrop.cdk-overlay-backdrop-showing{backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12)}.cost-basis-dialog-panel .mat-mdc-dialog-surface{min-width:min(1180px,98vw)}@media(prefers-reduced-motion:no-preference){.cost-basis-dialog-panel .mat-mdc-dialog-surface{animation:cost-basis-dialog-panel-in .36s cubic-bezier(.32,.72,0,1) both}}.cost-basis-dialog-panel .mat-mdc-dialog-title,.cost-basis-dialog-panel h2[mat-dialog-title]{padding:22px 28px 16px;font-size:1.3rem}.cost-basis-dialog-panel .mat-mdc-dialog-content{padding:20px 28px 22px;max-height:min(76vh,780px);overflow-x:hidden}.cost-basis-dialog-panel .mat-mdc-dialog-actions{padding:16px 28px 24px}@keyframes cost-basis-dialog-panel-in{0%{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content{max-height:min(72vh,620px);scrollbar-width:thin;scrollbar-color:var(--theme-billing-cat-scrollbar-thumb) transparent}.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content::-webkit-scrollbar{width:6px}.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content::-webkit-scrollbar-track{background:transparent}.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content::-webkit-scrollbar-thumb{background:var(--theme-billing-cat-scrollbar-thumb);border-radius:3px}.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content::-webkit-scrollbar-thumb:hover{background:var(--theme-billing-cat-scrollbar-thumb-hover)}.billing-catalog-glass-dialog-panel .mat-mdc-form-field{--mat-form-field-outlined-label-text-color: var(--theme-billing-dialog-field-label);--mat-form-field-outlined-hover-label-text-color: var(--theme-billing-dialog-field-label-hover);--mat-form-field-outlined-focus-label-text-color: var(--theme-billing-dialog-field-label-focus);--mat-form-field-outlined-outline-color: var(--theme-billing-dialog-field-outline);--mat-form-field-outlined-hover-outline-color: var(--theme-billing-dialog-field-outline-hover);--mat-form-field-outlined-focus-outline-color: var(--theme-billing-dialog-field-outline-focus);--mat-form-field-outlined-input-text-color: var(--theme-billing-dialog-field-input);--mat-form-field-outlined-caret-color: var(--theme-billing-dialog-field-caret);--mat-form-field-filled-label-text-size: 14px;--mat-form-field-filled-label-text-color: var(--theme-billing-dialog-field-label-hover);--mat-form-field-filled-hover-label-text-color: var(--theme-billing-dialog-field-label-hover);--mat-form-field-filled-focus-label-text-color: var(--theme-billing-dialog-field-label-focus);--mat-form-field-filled-container-color: var(--theme-billing-dialog-field-bg);--mat-form-field-filled-hover-container-color: var(--theme-billing-dialog-field-bg);--mat-form-field-filled-focus-container-color: var(--theme-billing-dialog-field-bg);--mat-form-field-filled-active-indicator-color: var(--theme-billing-dialog-field-outline);--mat-form-field-filled-hover-active-indicator-color: var(--theme-billing-dialog-field-outline-hover);--mat-form-field-filled-focus-active-indicator-color: var(--theme-billing-dialog-field-outline-focus);--mat-form-field-filled-input-text-color: var(--theme-billing-dialog-field-input);--mat-form-field-filled-caret-color: var(--theme-billing-dialog-field-caret);--mat-form-field-focus-select-arrow-color: var(--theme-billing-dialog-field-arrow-focus);--mat-select-enabled-arrow-color: var(--theme-billing-dialog-field-arrow);--mat-select-disabled-arrow-color: var(--theme-billing-dialog-field-arrow-disabled)}.billing-catalog-glass-dialog-panel .mat-mdc-text-field-wrapper{background:var(--theme-billing-dialog-field-bg)}.billing-catalog-glass-dialog-panel .mat-mdc-input-element:disabled,.billing-catalog-glass-dialog-panel textarea.mat-mdc-input-element:disabled{color:var(--theme-billing-dialog-field-input-disabled)!important;-webkit-text-fill-color:var(--theme-billing-dialog-field-input-disabled)!important}.billing-catalog-glass-dialog-panel div[mat-internal-form-field]{--mat-form-field-label-text-color: var(--theme-billing-checkbox-label)}.billing-catalog-glass-dialog-panel .mat-mdc-checkbox{--mat-form-field-label-text-color: var(--theme-billing-checkbox-label);--mat-checkbox-label-text-color: var(--theme-billing-checkbox-label);--mat-checkbox-disabled-label-color: var(--theme-billing-checkbox-label-disabled);--mat-checkbox-unselected-icon-color: var(--theme-billing-checkbox-unselected);--mat-checkbox-unselected-hover-icon-color: var(--theme-billing-checkbox-unselected-hover);--mat-checkbox-unselected-focus-icon-color: var(--theme-billing-checkbox-unselected-focus);--mat-checkbox-unselected-pressed-icon-color: var(--theme-billing-checkbox-unselected-pressed);--mat-checkbox-selected-checkmark-color: var(--theme-billing-checkbox-check);--mat-checkbox-selected-focus-icon-color: var(--theme-billing-checkbox-selected-focus);--mat-checkbox-selected-hover-icon-color: var(--theme-billing-checkbox-selected-hover);--mat-checkbox-selected-icon-color: var(--theme-billing-checkbox-selected);--mat-checkbox-selected-pressed-icon-color: var(--theme-billing-checkbox-selected-pressed);--mat-checkbox-unselected-hover-state-layer-color: var(--theme-billing-checkbox-state-layer);--mat-checkbox-unselected-focus-state-layer-color: var(--theme-billing-checkbox-state-layer);--mat-checkbox-unselected-pressed-state-layer-color: var(--theme-billing-checkbox-state-layer);--mat-checkbox-state-layer-size: 36px}.billing-catalog-glass-dialog-panel .mat-mdc-checkbox label.mdc-label{color:var(--theme-billing-checkbox-label)!important}.billing-catalog-glass-dialog-panel .mat-mdc-checkbox.mat-mdc-checkbox-disabled label.mdc-label{color:var(--theme-billing-checkbox-label-disabled)!important}.billing-catalog-glass-dialog-panel .mat-mdc-button-base.mat-mdc-button:not(.mat-primary){--mat-button-text-label-text-color: var(--theme-billing-dialog-button-text);--mat-button-text-state-layer-color: var(--theme-billing-dialog-button-state-layer)}.billing-catalog-glass-dialog-panel .mat-mdc-outlined-button:not(.mat-primary):not(.mat-warn){--mat-button-outlined-label-text-color: var(--theme-billing-btn-outlined-text);--mat-button-outlined-hover-label-text-color: var(--theme-billing-btn-outlined-text);--mat-button-outlined-focus-label-text-color: var(--theme-billing-btn-outlined-text);--mat-button-outlined-outline-color: var(--theme-billing-btn-outlined-border);--mat-button-outlined-hover-outline-color: var(--theme-billing-dialog-field-outline-hover);--mat-button-outlined-focus-outline-color: var(--theme-billing-dialog-field-outline-focus);--mat-button-outlined-hover-state-layer-color: var(--theme-billing-btn-outlined-state-layer);--mat-button-outlined-focus-state-layer-color: var(--theme-billing-btn-outlined-state-layer);--mat-button-outlined-pressed-state-layer-color: var(--theme-billing-btn-outlined-state-layer);--mat-button-outlined-state-layer-color: var(--theme-billing-btn-outlined-state-layer)}.billing-catalog-glass-dialog-panel .mat-mdc-outlined-button .mat-icon{color:inherit}.billing-catalog-glass-dialog-panel .mat-mdc-dialog-content p{color:var(--theme-billing-cat-content-text);margin:0;line-height:1.5}.billing-catalog-glass-dialog-panel .mat-mdc-input-element,.billing-catalog-glass-dialog-panel textarea.mat-mdc-input-element{color:var(--theme-billing-dialog-field-input)!important;-webkit-text-fill-color:var(--theme-billing-dialog-field-input)!important}.billing-catalog-glass-dialog-panel .mat-mdc-input-element::placeholder,.billing-catalog-glass-dialog-panel textarea.mat-mdc-input-element::placeholder{color:var(--theme-billing-dialog-field-placeholder)!important;-webkit-text-fill-color:var(--theme-billing-dialog-field-placeholder)!important}.billing-catalog-glass-dialog-panel .mat-mdc-floating-label,.billing-catalog-glass-dialog-panel .mdc-floating-label{color:var(--theme-billing-dialog-field-label-hover)!important;font-size:14px!important;letter-spacing:.02em;opacity:1}.billing-catalog-glass-dialog-panel .mdc-floating-label--float-above,.billing-catalog-glass-dialog-panel .mat-mdc-floating-label.mdc-floating-label--float-above{color:var(--theme-billing-dialog-field-label-hover)!important;font-weight:500}.billing-catalog-glass-dialog-panel .mat-mdc-form-field.mat-focused .mat-mdc-floating-label,.billing-catalog-glass-dialog-panel .mat-mdc-form-field.mat-focused .mdc-floating-label--float-above{color:var(--theme-billing-dialog-field-label-focus)!important}.billing-catalog-glass-dialog-panel .mat-mdc-select-min-line,.billing-catalog-glass-dialog-panel .mat-mdc-select-value-text{color:var(--theme-billing-dialog-field-input)!important}.billing-catalog-glass-dialog-panel .mat-mdc-form-field-hint-wrapper,.billing-catalog-glass-dialog-panel .mat-mdc-form-field-error{color:var(--theme-billing-dialog-field-hint)}.billing-catalog-glass-dialog-panel .mdc-dialog__title{color:var(--theme-billing-dialog-title-text)!important}.billing-catalog-glass-dialog-panel .mat-mdc-button-base.mat-warn{--mat-button-filled-container-color: var(--theme-billing-cat-warn-bg);--mat-button-filled-label-text-color: var(--theme-billing-cat-warn-text);--mat-button-filled-hover-container-color: var(--theme-billing-cat-warn-bg-hover)}.billing-catalog-glass-dialog-panel table.mat-mdc-table{--mat-table-background-color: transparent;background:transparent;color:var(--theme-billing-cat-table-cell-text)}.billing-catalog-glass-dialog-panel tr.mat-mdc-header-row{background:var(--theme-billing-cat-table-header-bg)}.billing-catalog-glass-dialog-panel tr.mat-mdc-header-row .mat-mdc-header-cell{background:transparent;color:var(--theme-billing-cat-table-header-text);border-bottom-color:var(--theme-billing-cat-table-header-border)}.billing-catalog-glass-dialog-panel tr.mat-mdc-row:nth-child(2n){background:var(--theme-billing-cat-table-row-even-bg)}.billing-catalog-glass-dialog-panel tr.mat-mdc-row:nth-child(odd){background:var(--theme-billing-cat-table-row-odd-bg)}.billing-catalog-glass-dialog-panel tr.mat-mdc-row .mat-mdc-cell{background:transparent!important;color:var(--theme-billing-cat-table-cell-text);border-bottom-color:var(--theme-billing-cat-table-cell-border)}.billing-catalog-glass-dialog-panel .mat-mdc-icon-button{--mat-icon-button-icon-color: var(--theme-billing-cat-icon-btn);--mat-icon-button-state-layer-color: var(--theme-billing-cat-icon-btn-state-layer)}.billing-catalog-glass-dialog-panel .mat-mdc-icon-button:hover{--mat-icon-button-icon-color: var(--theme-billing-cat-icon-btn-hover)}.billing-catalog-glass-dialog-panel .mat-mdc-progress-spinner{--mat-progress-spinner-active-indicator-color: var(--theme-billing-cat-spinner)}.cdk-overlay-container .mat-mdc-select-panel.billing-catalog-select-panel,.cdk-overlay-container .mat-mdc-select-panel.billing-module-select-panel{background:var(--theme-billing-select-panel-bg)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-billing-select-panel-border);border-radius:12px!important;box-shadow:var(--theme-billing-select-panel-shadow)}.cdk-overlay-container .mat-mdc-select-panel.billing-catalog-select-panel .mat-mdc-option,.cdk-overlay-container .mat-mdc-select-panel.billing-module-select-panel .mat-mdc-option{color:var(--theme-billing-select-option-text);min-height:44px}.cdk-overlay-container .mat-mdc-select-panel.billing-catalog-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled),.cdk-overlay-container .mat-mdc-select-panel.billing-module-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:var(--theme-billing-select-option-selected-bg)!important}.cdk-overlay-container .mat-mdc-select-panel.billing-catalog-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .mat-mdc-select-panel.billing-module-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--theme-billing-select-option-hover-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu,.mat-mdc-menu-panel.billing-module-menu{--mat-menu-container-color: var(--theme-billing-menu-bg);--mat-menu-container-elevation-shadow: none;--mat-menu-item-label-text-color: var(--theme-billing-menu-item-text);--mat-menu-item-icon-color: var(--theme-billing-menu-item-icon);--mat-menu-item-disabled-label-text-color: var(--theme-billing-menu-item-disabled-text);--mat-menu-item-hover-state-layer-color: var(--theme-billing-menu-item-hover);--mat-menu-item-focus-state-layer-color: var(--theme-billing-menu-item-hover);color:var(--theme-billing-menu-item-text);background-color:var(--theme-billing-menu-bg)!important;background:linear-gradient(155deg,color-mix(in srgb,var(--theme-billing-menu-bg) 88%,rgba(250,247,241,.06)) 0%,var(--theme-billing-menu-bg) 100%)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid var(--theme-billing-menu-border);border-radius:12px!important;box-shadow:var(--theme-billing-menu-shadow)!important;overflow:hidden;min-width:200px;max-width:min(320px,92vw)}:root[data-theme=dark] .cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu,:root[data-theme=dark] .mat-mdc-menu-panel.billing-module-menu,:root:not([data-theme=light]) .cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu,:root:not([data-theme=light]) .mat-mdc-menu-panel.billing-module-menu{background:linear-gradient(155deg,#201c30f0,#0c0a18f7)!important;background-color:#121020f5!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu,:root[data-theme=light] .mat-mdc-menu-panel.billing-module-menu{background:var(--theme-billing-menu-bg)!important;background-color:var(--theme-billing-menu-bg)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-content,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important;color:var(--theme-billing-menu-item-text)}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item{--mat-menu-item-label-text-color: var(--theme-billing-menu-item-text);--mat-menu-item-icon-color: var(--theme-billing-menu-item-icon);--mat-menu-item-hover-state-layer-color: var(--theme-billing-menu-item-hover);--mat-menu-item-focus-state-layer-color: var(--theme-billing-menu-item-hover);min-height:44px;color:var(--theme-billing-menu-item-text)!important;text-decoration:none}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item mat-icon{color:var(--theme-billing-menu-item-icon)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item .mat-mdc-menu-item-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item .mat-mdc-menu-item-text{color:var(--theme-billing-menu-item-text)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled),.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item:hover:not([disabled]):not(.mat-mdc-menu-item-disabled){background:var(--theme-billing-menu-item-hover)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.cdk-keyboard-focused,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item.cdk-program-focused,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item.cdk-keyboard-focused,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.cdk-keyboard-focused,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item.cdk-program-focused,.mat-mdc-menu-panel.billing-module-menu a.mat-mdc-menu-item.cdk-keyboard-focused{background:var(--theme-billing-menu-item-hover)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled],.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled],.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled,.mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item{opacity:1;cursor:default;--mat-menu-item-label-text-color: var(--theme-billing-menu-item-disabled-text);color:var(--theme-billing-menu-item-disabled-text)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] .mat-mdc-menu-item-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled .mat-mdc-menu-item-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item .mdc-list-item__primary-text,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item .mat-mdc-menu-item-text,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] .mdc-list-item__primary-text,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] .mat-mdc-menu-item-text,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled .mdc-list-item__primary-text,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled .mat-mdc-menu-item-text,.mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item .mat-mdc-menu-item-text{color:var(--theme-billing-menu-item-disabled-text)!important}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] .mat-icon,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] mat-icon,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled .mat-icon,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled mat-icon,.mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item mat-icon{color:var(--theme-billing-menu-item-icon)!important;opacity:.9}.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] span,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled span,.cdk-overlay-container .mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item span,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item[disabled] span,.mat-mdc-menu-panel.billing-module-menu .mat-mdc-menu-item.mat-mdc-menu-item-disabled span,.mat-mdc-menu-panel.billing-module-menu .billing-module-menu-info.mat-mdc-menu-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(240px,70vw)}.cdk-overlay-container .mat-mdc-select-panel.patient-billing-select-panel{background:var(--theme-billing-select-panel-bg)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-billing-select-panel-border);border-radius:12px!important;box-shadow:var(--theme-billing-select-panel-shadow)}.cdk-overlay-container .mat-mdc-select-panel.patient-billing-select-panel .mat-mdc-option{color:var(--theme-billing-select-option-text);min-height:44px}.cdk-overlay-container .mat-mdc-select-panel.patient-billing-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:var(--theme-billing-select-option-selected-bg)!important}.cdk-overlay-container .mat-mdc-select-panel.patient-billing-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled){background:var(--theme-billing-select-option-hover-bg)!important}.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel{--mat-option-label-text-color: rgba(250, 247, 241, .92);--mat-option-hover-state-layer-color: rgba(250, 247, 241, .08);--mat-option-focus-state-layer-color: rgba(250, 247, 241, .08);--mat-option-selected-state-layer-color: rgba(250, 247, 241, .08);background:#1c1e26f5!important;background-color:#1c1e26f5!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(250,247,241,.12);border-radius:8px;box-shadow:0 8px 24px #00000059;color:#faf7f1eb}.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option{min-height:44px;color:#faf7f1eb!important}.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option .mdc-list-item__primary-text{width:100%;color:#faf7f1eb!important}.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .rx-ac-shorthand{display:block;font-size:.9rem;line-height:1.35;color:#faf7f1eb!important;white-space:normal;word-break:break-word}.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option.mat-mdc-option-active{background:#faf7f114!important}.cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:#faf7f114!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel{--mat-option-label-text-color: rgba(28, 25, 22, .92);--mat-option-hover-state-layer-color: rgba(33, 111, 187, .08);--mat-option-focus-state-layer-color: rgba(33, 111, 187, .08);--mat-option-selected-state-layer-color: rgba(33, 111, 187, .08);background:#faf7f1fa!important;background-color:#faf7f1fa!important;border:1px solid rgba(176,168,156,.4);box-shadow:0 8px 24px #2c28232e;color:#1c1916eb}:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option{color:#1c1916eb!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option .mdc-list-item__primary-text{color:#1c1916eb!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .rx-ac-shorthand{color:#1c1916eb!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option.mat-mdc-option-active{background:#216fbb14!important}:root[data-theme=light] .cdk-overlay-container .mat-mdc-autocomplete-panel.rx-medication-ac-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:#216fbb14!important}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.patient-billing-datepicker-panel){--mat-datepicker-calendar-container-background-color: var(--theme-np-cal-bg);--mat-datepicker-calendar-container-text-color: var(--theme-np-cal-text);--mat-datepicker-calendar-container-elevation-shadow: var(--theme-np-cal-shadow);--mat-datepicker-calendar-container-touch-elevation-shadow: var(--theme-np-cal-shadow);--mat-datepicker-calendar-body-label-text-color: var(--theme-np-cal-body-label);--mat-datepicker-calendar-period-button-text-color: var(--theme-np-cal-period-text);--mat-datepicker-calendar-period-button-icon-color: var(--theme-np-cal-icon);--mat-datepicker-calendar-navigation-button-icon-color: var(--theme-np-cal-icon);--mat-datepicker-calendar-header-divider-color: var(--theme-np-cal-header-divider);--mat-datepicker-calendar-header-text-color: var(--theme-np-cal-header-text);--mat-datepicker-calendar-date-text-color: var(--theme-np-cal-date-text);--mat-datepicker-calendar-date-disabled-state-text-color: var(--theme-np-cal-date-disabled);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-today-outline-color: var(--theme-np-cal-today-outline);--mat-datepicker-calendar-date-today-disabled-state-outline-color: var(--theme-np-cal-date-disabled);--mat-datepicker-calendar-date-selected-state-background-color: var(--theme-np-cal-selected-bg);--mat-datepicker-calendar-date-selected-state-text-color: var(--theme-np-cal-selected-text);--mat-datepicker-calendar-date-selected-disabled-state-background-color: var(--theme-np-cal-selected-disabled-bg);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--theme-np-cal-selected-today-outline);--mat-datepicker-calendar-date-focus-state-background-color: var(--theme-np-cal-focus-bg);--mat-datepicker-calendar-date-hover-state-background-color: var(--theme-np-cal-hover-bg);--mat-datepicker-calendar-date-in-range-state-background-color: var(--theme-np-cal-focus-bg);border:1px solid var(--theme-np-cal-border);border-radius:14px!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.reception-walkin-datepicker-panel),.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.scheduler-datepicker-panel){--mat-datepicker-calendar-container-background-color: rgba(20, 18, 15, .98);--mat-datepicker-calendar-container-text-color: #e4e4e7;--mat-datepicker-calendar-container-elevation-shadow: 0 20px 56px rgba(0, 0, 0, .55);--mat-datepicker-calendar-container-touch-elevation-shadow: 0 24px 64px rgba(0, 0, 0, .6);--mat-datepicker-calendar-body-label-text-color: rgba(250, 247, 241, .5);--mat-datepicker-calendar-period-button-text-color: #e4e4e7;--mat-datepicker-calendar-period-button-icon-color: rgba(250, 247, 241, .78);--mat-datepicker-calendar-navigation-button-icon-color: rgba(250, 247, 241, .78);--mat-datepicker-calendar-header-divider-color: rgba(250, 247, 241, .12);--mat-datepicker-calendar-header-text-color: rgba(250, 247, 241, .48);--mat-datepicker-calendar-date-text-color: rgba(250, 247, 241, .92);--mat-datepicker-calendar-date-disabled-state-text-color: rgba(250, 247, 241, .22);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-today-outline-color: rgba(150, 192, 232, .85);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(250, 247, 241, .15);--mat-datepicker-calendar-date-selected-state-background-color: rgba(33, 111, 187, .88);--mat-datepicker-calendar-date-selected-state-text-color: #fdfbf7;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(33, 111, 187, .35);--mat-datepicker-calendar-date-today-selected-state-outline-color: #fdfbf7;--mat-datepicker-calendar-date-focus-state-background-color: rgba(150, 192, 232, .22);--mat-datepicker-calendar-date-hover-state-background-color: rgba(150, 192, 232, .16);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(33, 111, 187, .2);border:1px solid rgba(250,247,241,.12);border-radius:14px!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.patient-billing-datepicker-panel) .mat-datepicker-content-container,.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.reception-walkin-datepicker-panel) .mat-datepicker-content-container,.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.scheduler-datepicker-panel) .mat-datepicker-content-container{background:transparent}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.patient-billing-datepicker-panel) .mat-calendar.patient-billing-datepicker-panel,.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.reception-walkin-datepicker-panel) .mat-calendar.reception-walkin-datepicker-panel,.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.scheduler-datepicker-panel) .mat-calendar.scheduler-datepicker-panel{background:transparent}.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.patient-billing-datepicker-panel) .mat-datepicker-close-button.mat-mdc-raised-button,.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.reception-walkin-datepicker-panel) .mat-datepicker-close-button.mat-mdc-raised-button,.cdk-overlay-container mat-datepicker-content:has(.mat-calendar.scheduler-datepicker-panel) .mat-datepicker-close-button.mat-mdc-raised-button{--mat-button-protected-container-color: rgba(33, 111, 187, .55);--mat-button-protected-label-text-color: #fdfbf7}.cdk-overlay-backdrop.signature-edit-dialog-backdrop{background:#000000f0!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.signature-edit-dialog-panel .mat-mdc-dialog-content{max-height:min(72vh,560px)}.consent-dark-dialog .mat-mdc-form-field{--mat-form-field-outlined-label-text-color: rgba(250, 247, 241, .55);--mat-form-field-outlined-hover-label-text-color: rgba(250, 247, 241, .8);--mat-form-field-outlined-focus-label-text-color: #96c0e8;--mat-form-field-outlined-outline-color: rgba(250, 247, 241, .2);--mat-form-field-outlined-hover-outline-color: rgba(250, 247, 241, .35);--mat-form-field-outlined-focus-outline-color: #96c0e8;--mat-form-field-outlined-input-text-color: rgba(250, 247, 241, .87);--mat-form-field-outlined-caret-color: #96c0e8}.consent-dark-dialog .mat-mdc-slide-toggle{--mat-slide-toggle-unselected-track-color: rgba(250, 247, 241, .2);--mat-slide-toggle-unselected-handle-color: rgba(250, 247, 241, .5)}.consent-dark-dialog .mat-mdc-slide-toggle label{color:#faf7f1b3}.brush-settings-menu,.mat-mdc-menu-panel.brush-settings-menu{min-width:260px!important}.brush-settings-menu .menu-sections-container{display:flex;gap:12px;padding:4px 8px}.brush-settings-menu .menu-section{flex:1}.brush-settings-menu .menu-section:first-child{padding-right:8px;border-right:1px solid #e3ded5;display:flex;flex-direction:column;align-items:center}.brush-settings-menu .menu-section:last-child{padding-left:8px}.brush-settings-menu .menu-section-title{font-size:11px;font-weight:600;color:#8f887e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;text-align:center}.brush-settings-menu .brush-size-options{display:flex;flex-direction:column;gap:2px;align-items:center;width:100%}.brush-settings-menu .brush-size-options button[mat-menu-item],.brush-settings-menu .brush-size-options .mat-mdc-menu-item{width:100%;display:flex!important;justify-content:center!important;align-items:center!important}.brush-settings-menu .brush-size-options button[mat-menu-item] .menu-thickness-dot,.brush-settings-menu .brush-size-options .mat-mdc-menu-item .menu-thickness-dot{margin:0 auto}.brush-settings-menu .brush-size-options button[mat-menu-item].selected,.brush-settings-menu .brush-size-options .mat-mdc-menu-item.selected{background:#216fbb1f!important}.brush-settings-menu .brush-color-options{display:flex;flex-direction:column;gap:2px}.brush-settings-menu .brush-color-options button[mat-menu-item].selected,.brush-settings-menu .brush-color-options .mat-mdc-menu-item.selected{background:#216fbb1f!important}.brush-settings-menu .menu-thickness-dot{border-radius:50%;flex-shrink:0}.brush-settings-menu .menu-color-swatch{width:20px;height:20px;border-radius:50%;border:1px solid transparent;flex-shrink:0}.brush-settings-menu .custom-color-menu-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer}.brush-settings-menu .custom-color-menu-item.selected{background:#216fbb1a}.brush-settings-menu .menu-color-picker{width:24px;height:24px;border:none;border-radius:4px;cursor:pointer;flex-shrink:0}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu{--mat-menu-container-color: transparent;--mat-menu-container-elevation-shadow: none;background:linear-gradient(155deg,#202434d1,#0a0e1ae0)!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border:1px solid rgba(250,247,241,.14);border-radius:12px!important;box-shadow:0 16px 48px #00000080,inset 0 1px #faf7f114!important;overflow:hidden;min-width:220px}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-content{padding:6px 0;background:transparent!important}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item{--mat-menu-item-label-text-color: rgba(250, 247, 241, .92);--mat-menu-item-icon-color: rgba(250, 247, 241, .62);--mat-menu-item-hover-state-layer-color: rgba(250, 247, 241, .1);--mat-menu-item-focus-state-layer-color: rgba(250, 247, 241, .12);min-height:44px}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item mat-icon{color:#faf7f19e}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:#faf7f1eb!important}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item.clear-everything-item{--mat-menu-item-label-text-color: #ef9a9a;--mat-menu-item-icon-color: #ef5350;--mat-menu-item-hover-state-layer-color: rgba(239, 83, 80, .18);--mat-menu-item-focus-state-layer-color: rgba(239, 83, 80, .22);margin-top:4px;border-top:1px solid rgba(250,247,241,.1)}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item.clear-everything-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item.clear-everything-item mat-icon{color:#ef5350}.cdk-overlay-container .mat-mdc-menu-panel.clear-all-menu .mat-mdc-menu-item.clear-everything-item .mdc-list-item__primary-text{color:#ef9a9a!important}.cdk-overlay-backdrop.timeline-photo-expanded-backdrop{background:#04060ed9!important;z-index:1001!important}.cdk-overlay-pane.timeline-photo-expanded-dialog-panel{z-index:1002!important;pointer-events:auto;width:min(95vw,600px);max-width:min(95vw,600px)!important}.cdk-overlay-pane.timeline-photo-expanded-dialog-panel.timeline-photo-expanded-dialog-panel--fullscreen{max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.timeline-photo-expanded-dialog-panel--fullscreen .mat-mdc-dialog-container,.timeline-photo-expanded-dialog-panel--fullscreen .mat-mdc-dialog-surface{width:100%!important;height:100%!important;max-height:100%!important}.cdk-overlay-backdrop.send-photos-otl-dialog-backdrop{background:var(--theme-modal-scrim)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1001!important}.cdk-overlay-pane.send-photos-otl-dialog-panel{z-index:1002!important;pointer-events:auto}.cdk-overlay-backdrop.photo-drawer-confirm-dialog-backdrop{background:var(--theme-review-sign-backdrop)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1001!important}.cdk-overlay-pane.photo-drawer-confirm-dialog-panel,.cdk-overlay-pane.photo-drawer-move-dialog-panel{z-index:1002!important;pointer-events:auto}.timeline-photo-expanded-dialog-panel .mat-mdc-dialog-container{padding:0;--mat-dialog-container-color: transparent;--mat-dialog-container-shape: 0;border-radius:0;background:transparent!important;box-shadow:none!important;overflow:visible}.timeline-photo-expanded-dialog-panel .mat-mdc-dialog-surface{background:transparent!important;box-shadow:none!important;overflow:visible!important}.tl-exp-brush-menu,.mat-mdc-menu-panel.tl-exp-brush-menu{min-width:260px!important}.cdk-overlay-container .mat-mdc-menu-panel.tl-exp-overflow-menu,.mat-mdc-menu-panel.tl-exp-overflow-menu{--mat-menu-container-color: rgba(14, 18, 28, .96);--mat-menu-item-label-text-color: #fdfbf7;--mat-menu-item-icon-color: rgba(250, 247, 241, .85);--mat-menu-item-hover-state-layer-color: rgba(250, 247, 241, .1);--mat-menu-item-focus-state-layer-color: rgba(250, 247, 241, .12);background:#0e121cf5!important;border:1px solid rgba(250,247,241,.16);border-radius:12px!important;box-shadow:0 8px 28px #00000073!important;min-width:200px;color:#fdfbf7}.cdk-overlay-container:has(.timeline-photo-expanded-dialog-panel) .cdk-overlay-pane:has(.tl-exp-overflow-menu){z-index:1022!important}.cdk-overlay-container .mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item,.mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item{color:#fdfbf7}.cdk-overlay-container .mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item .mat-icon,.cdk-overlay-container .mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item mat-icon,.mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item .mat-icon,.mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item mat-icon{color:#faf7f1d9}.cdk-overlay-container .mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item .mdc-list-item__primary-text,.mat-mdc-menu-panel.tl-exp-overflow-menu .mat-mdc-menu-item .mdc-list-item__primary-text{color:#fdfbf7!important}.wave-category-requirement-dialog .mat-mdc-dialog-container{padding:20px 20px 16px}.genogram-editor-dialog-panel{max-width:calc(100vw - 12px)!important;width:calc(100vw - 12px)!important;max-height:calc(100vh - 12px)!important}@media(max-width:639px){.genogram-editor-dialog-panel{border-radius:0!important;max-width:100vw!important;width:100vw!important;max-height:100vh!important}}.genogram-editor-dialog-panel .mdc-dialog--open .mdc-dialog__container{width:100%!important;max-width:100%!important;opacity:1}.genogram-editor-dialog-panel .mat-mdc-dialog-container,.genogram-editor-dialog-panel .mdc-dialog__container,.genogram-editor-dialog-panel .mdc-dialog__surface{width:100%!important;max-width:100%!important;--mat-dialog-container-color: var(--theme-panel-bg);color:var(--theme-text-primary);padding:0!important;height:100%;border-radius:0;display:flex;flex-direction:column}.genogram-editor-dialog-panel .mat-mdc-dialog-surface{padding:0!important;overflow:hidden}@media(min-width:640px){.genogram-editor-dialog-panel .mat-mdc-dialog-container,.genogram-editor-dialog-panel .mdc-dialog__surface{border-radius:10px}}.genogram-editor-dialog-panel .deceased-check .mdc-checkbox__background{border-color:var(--theme-field-border)!important}.genogram-editor-dialog-panel .deceased-check .mdc-checkbox--selected .mdc-checkbox__background{border-color:var(--theme-accent)!important;background-color:var(--theme-accent)!important}.genogram-editor-dialog-panel .deceased-check .mdc-checkbox__checkmark{color:var(--theme-text-inverse)!important}.genogram-editor-dialog-panel .deceased-check .mdc-checkbox__ripple,.genogram-editor-dialog-panel .deceased-check .mat-mdc-checkbox-ripple,.genogram-editor-dialog-panel .deceased-check .mat-ripple{display:none!important}.genogram-editor-dialog-panel .deceased-check .mdc-form-field>label,.genogram-editor-dialog-panel .deceased-check .mdc-label,.genogram-editor-dialog-panel .deceased-check label{color:var(--theme-text-primary)!important}.cdk-overlay-container .consent-treating-select-panel.mat-mdc-select-panel{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#1c1c2ae0!important;border:1px solid rgba(250,247,241,.14);border-radius:10px;box-shadow:0 12px 40px #00000073;padding:4px 0}.cdk-overlay-container .consent-treating-select-panel .mat-mdc-option{color:#faf7f1eb!important;min-height:44px}.cdk-overlay-container .consent-treating-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),.cdk-overlay-container .consent-treating-select-panel .mat-mdc-option.mat-mdc-option-active{background:#faf7f11a!important}.cdk-overlay-container .consent-treating-select-panel .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){background:#96c0e826!important}.consent-doc-lang-toggle.mat-button-toggle-group{border:1px solid rgba(250,247,241,.16)!important;border-radius:6px!important;overflow:hidden;background:#06080ef0!important;box-shadow:inset 0 1px #faf7f10f,0 2px 10px #00000059!important}.consent-doc-lang-toggle.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:inset 0 1px #faf7f10f,0 2px 10px #00000059!important}.consent-doc-lang-toggle .mat-button-toggle-appearance-standard{color:#faf7f194!important;background-color:transparent!important}.consent-doc-lang-toggle .mat-button-toggle-appearance-standard.mat-button-toggle-checked{color:#b3e5fc!important;background-color:#6ba5dd3d!important}.consent-doc-lang-toggle .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left-color:#faf7f11f!important}.consent-doc-lang-toggle .mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 10px!important;line-height:28px!important;min-height:28px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.02em!important}.consent-doc-lang-toggle .mat-button-toggle-button{-webkit-appearance:none;appearance:none;background:transparent!important}.consent-doc-lang-toggle .mat-button-toggle-appearance-standard:not(.mat-button-toggle-checked):not(.mat-button-toggle-disabled):hover{color:#faf7f1e6!important}.cdk-overlay-backdrop.image-lightbox-backdrop{background:#000000eb!important}.cdk-overlay-pane.image-lightbox-dialog-panel{max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important}.image-lightbox-dialog-panel .mat-mdc-dialog-container,.image-lightbox-dialog-panel .mat-mdc-dialog-surface{padding:0;margin:0;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;background:transparent!important;box-shadow:none!important;overflow:hidden}.cdk-overlay-container .mat-mdc-menu-panel.appt-color-preset-menu{--mat-menu-container-color: var(--theme-panel-bg, #1b1f2a);border:1px solid var(--theme-panel-border, rgba(250, 247, 241, .12));border-radius:12px!important;overflow:hidden}.cdk-overlay-container .mat-mdc-menu-panel.appt-color-preset-menu .mat-mdc-menu-content{padding:0}.appt-color-preset-menu .color-preset-panel{padding:10px 12px 12px;max-width:260px}.appt-color-preset-menu .color-preset-title{margin:0 0 8px;font-size:.7rem;font-weight:600;letter-spacing:.03em;color:var(--theme-text-secondary, rgba(250, 247, 241, .6))}.appt-color-preset-menu .color-preset-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.appt-color-preset-menu .color-preset-swatch{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:7px;cursor:pointer;box-shadow:inset 0 0 0 1px #faf7f166;transition:transform .1s ease,box-shadow .1s ease}.appt-color-preset-menu .color-preset-swatch mat-icon{font-size:22px;width:22px;height:22px}.appt-color-preset-menu .color-preset-swatch:hover{transform:translateY(-1px) scale(1.06);box-shadow:0 3px 8px #0000004d}.appt-color-preset-menu .color-preset-swatch--active{box-shadow:0 0 0 2px var(--theme-panel-bg, #1b1f2a),0 0 0 4px var(--theme-accent, #2a6dba)}.cdk-overlay-pane.appt-hover-card-pane{pointer-events:auto;z-index:12030!important}.help-return-focus{outline:2px solid var(--theme-accent, #6ba5dd)!important;outline-offset:3px;animation:help-return-pulse 2.2s ease-out}@keyframes help-return-pulse{0%{box-shadow:0 0 #6ba5dd8c}70%{box-shadow:0 0 0 12px #6ba5dd00}to{box-shadow:0 0 #6ba5dd00}}.cdk-overlay-backdrop.help-info-icon-backdrop{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cdk-overlay-pane.help-info-icon-panel{z-index:12050!important}.cdk-overlay-pane.avatar-peek-hover-overlay-panel{z-index:12040!important;pointer-events:none}.cdk-overlay-pane.dashboard-billing-peek-panel{z-index:12045!important}.cdk-overlay-backdrop.dashboard-billing-peek-backdrop,.cdk-overlay-backdrop.compare-photo-dialog-backdrop{background:transparent!important}.cdk-overlay-pane.compare-photo-dialog-panel{max-width:100vw!important;width:100vw!important;height:100vh!important;pointer-events:none}.compare-photo-dialog-panel .mat-mdc-dialog-container{--mat-dialog-container-color: transparent;padding:0!important;max-width:100vw!important;width:100vw!important;height:100vh!important;box-shadow:none!important;pointer-events:none}.compare-photo-dialog-panel .mat-mdc-dialog-surface{padding:0!important;background:transparent!important;box-shadow:none!important;border:none!important;border-radius:0!important;overflow:visible!important;width:100%!important;height:100%!important;pointer-events:none}.compare-photo-dialog-panel app-compare-photo,.compare-photo-dialog-panel .compare-overlay{pointer-events:auto}.history-tile-fly-ghost{overflow:hidden!important;pointer-events:none!important}.symba-table{width:100%}.symba-table .mat-mdc-header-row,.symba-table tr.mat-mdc-header-row{position:sticky;top:0;z-index:2;background:var(--theme-table-header-bg, var(--theme-panel-bg))}.symba-table .mat-mdc-header-cell,.symba-table tr.mat-mdc-header-row .mat-mdc-header-cell{color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table .mat-mdc-row,.symba-table tr.mat-mdc-row{background:transparent}.symba-table .mat-mdc-row:hover,.symba-table tr.mat-mdc-row:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table .mat-mdc-cell,.symba-table tr.mat-mdc-row .mat-mdc-cell{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table .mat-mdc-row:last-of-type .mat-mdc-cell,.symba-table tr.mat-mdc-row:last-of-type .mat-mdc-cell{border-bottom:0}.symba-table{border-collapse:collapse}.symba-table thead th,.symba-table th{position:sticky;top:0;z-index:2;color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table tbody tr,.symba-table tr{background:transparent}.symba-table tbody tr:hover,.symba-table tr:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table tbody td,.symba-table td{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table tbody tr:last-of-type td,.symba-table tr:last-of-type td{border-bottom:0}.symba-table.symba-table--striped .mat-mdc-row:nth-child(2n),.symba-table.symba-table--striped tr.mat-mdc-row:nth-child(2n),.symba-table.symba-table--striped tbody tr:nth-child(2n){background:var(--theme-table-row-alt-bg, rgba(250, 247, 241, .02))}.symba-table.symba-table--no-hover .mat-mdc-row:hover,.symba-table.symba-table--no-hover tr.mat-mdc-row:hover,.symba-table.symba-table--no-hover tbody tr:hover,.symba-table.symba-table--no-hover tr:hover{background:transparent}.symba-table-compact{width:100%}.symba-table-compact .mat-mdc-header-row,.symba-table-compact tr.mat-mdc-header-row{position:sticky;top:0;z-index:2;background:var(--theme-table-header-bg, var(--theme-panel-bg))}.symba-table-compact .mat-mdc-header-cell,.symba-table-compact tr.mat-mdc-header-row .mat-mdc-header-cell{color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table-compact .mat-mdc-row,.symba-table-compact tr.mat-mdc-row{background:transparent}.symba-table-compact .mat-mdc-row:hover,.symba-table-compact tr.mat-mdc-row:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-compact .mat-mdc-cell,.symba-table-compact tr.mat-mdc-row .mat-mdc-cell{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table-compact .mat-mdc-row:last-of-type .mat-mdc-cell,.symba-table-compact tr.mat-mdc-row:last-of-type .mat-mdc-cell{border-bottom:0}.symba-table-compact{border-collapse:collapse}.symba-table-compact thead th,.symba-table-compact th{position:sticky;top:0;z-index:2;color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table-compact tbody tr,.symba-table-compact tr{background:transparent}.symba-table-compact tbody tr:hover,.symba-table-compact tr:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-compact tbody td,.symba-table-compact td{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table-compact tbody tr:last-of-type td,.symba-table-compact tr:last-of-type td{border-bottom:0}.symba-table-compact.symba-table--striped .mat-mdc-row:nth-child(2n),.symba-table-compact.symba-table--striped tr.mat-mdc-row:nth-child(2n),.symba-table-compact.symba-table--striped tbody tr:nth-child(2n){background:var(--theme-table-row-alt-bg, rgba(250, 247, 241, .02))}.symba-table-compact.symba-table--no-hover .mat-mdc-row:hover,.symba-table-compact.symba-table--no-hover tr.mat-mdc-row:hover,.symba-table-compact.symba-table--no-hover tbody tr:hover,.symba-table-compact.symba-table--no-hover tr:hover{background:transparent}.symba-table-compact{--symba-table-header-font-size: var(--theme-type-label-sm-size);--symba-table-header-letter-spacing: var(--theme-type-label-sm-tracking);--symba-table-cell-padding: 6px 8px;--symba-table-cell-font-size: var(--theme-type-meta-size)}.symba-table-billing{width:100%}.symba-table-billing .mat-mdc-header-row,.symba-table-billing tr.mat-mdc-header-row{position:sticky;top:0;z-index:2;background:var(--theme-table-header-bg, var(--theme-panel-bg))}.symba-table-billing .mat-mdc-header-cell,.symba-table-billing tr.mat-mdc-header-row .mat-mdc-header-cell{color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table-billing .mat-mdc-row,.symba-table-billing tr.mat-mdc-row{background:transparent}.symba-table-billing .mat-mdc-row:hover,.symba-table-billing tr.mat-mdc-row:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-billing .mat-mdc-cell,.symba-table-billing tr.mat-mdc-row .mat-mdc-cell{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table-billing .mat-mdc-row:last-of-type .mat-mdc-cell,.symba-table-billing tr.mat-mdc-row:last-of-type .mat-mdc-cell{border-bottom:0}.symba-table-billing{border-collapse:collapse}.symba-table-billing thead th,.symba-table-billing th{position:sticky;top:0;z-index:2;color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table-billing tbody tr,.symba-table-billing tr{background:transparent}.symba-table-billing tbody tr:hover,.symba-table-billing tr:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-billing tbody td,.symba-table-billing td{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table-billing tbody tr:last-of-type td,.symba-table-billing tr:last-of-type td{border-bottom:0}.symba-table-billing.symba-table--striped .mat-mdc-row:nth-child(2n),.symba-table-billing.symba-table--striped tr.mat-mdc-row:nth-child(2n),.symba-table-billing.symba-table--striped tbody tr:nth-child(2n){background:var(--theme-table-row-alt-bg, rgba(250, 247, 241, .02))}.symba-table-billing.symba-table--no-hover .mat-mdc-row:hover,.symba-table-billing.symba-table--no-hover tr.mat-mdc-row:hover,.symba-table-billing.symba-table--no-hover tbody tr:hover,.symba-table-billing.symba-table--no-hover tr:hover{background:transparent}.symba-table-billing{--symba-table-header-font-size: var(--theme-type-label-size);--symba-table-header-letter-spacing: var(--theme-type-label-tracking);--symba-table-cell-padding: 11px 16px}.symba-table-billing .mat-mdc-row:hover,.symba-table-billing tr.mat-mdc-row:hover,.symba-table-billing tbody tr:hover,.symba-table-billing tr:hover{background:var(--theme-billing-table-row-hover-bg, var(--theme-table-row-hover-bg))}.symba-table-money{width:100%}.symba-table-money .mat-mdc-header-row,.symba-table-money tr.mat-mdc-header-row{position:sticky;top:0;z-index:2;background:var(--theme-table-header-bg, var(--theme-panel-bg))}.symba-table-money .mat-mdc-header-cell,.symba-table-money tr.mat-mdc-header-row .mat-mdc-header-cell{color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table-money .mat-mdc-row,.symba-table-money tr.mat-mdc-row{background:transparent}.symba-table-money .mat-mdc-row:hover,.symba-table-money tr.mat-mdc-row:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-money .mat-mdc-cell,.symba-table-money tr.mat-mdc-row .mat-mdc-cell{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table-money .mat-mdc-row:last-of-type .mat-mdc-cell,.symba-table-money tr.mat-mdc-row:last-of-type .mat-mdc-cell{border-bottom:0}.symba-table-money{border-collapse:collapse}.symba-table-money thead th,.symba-table-money th{position:sticky;top:0;z-index:2;color:var(--theme-text-muted);font-weight:var(--symba-table-header-font-weight, var(--theme-type-label-weight));font-size:var(--symba-table-header-font-size, var(--theme-type-label-size));letter-spacing:var(--symba-table-header-letter-spacing, var(--theme-type-label-tracking));text-transform:var(--symba-table-header-transform, uppercase);border-bottom:var(--theme-hairline) solid var(--theme-rule);background:var(--theme-table-header-bg, var(--theme-panel-bg));padding:var(--symba-table-cell-padding, 10px 12px);white-space:nowrap}.symba-table-money tbody tr,.symba-table-money tr{background:transparent}.symba-table-money tbody tr:hover,.symba-table-money tr:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-money tbody td,.symba-table-money td{color:var(--theme-text-primary);border-bottom:var(--theme-hairline) solid var(--theme-rule-faint);padding:var(--symba-table-cell-padding, 10px 12px);font-size:var(--symba-table-cell-font-size, var(--theme-type-body-sm-size));font-variant-numeric:tabular-nums}.symba-table-money tbody tr:last-of-type td,.symba-table-money tr:last-of-type td{border-bottom:0}.symba-table-money.symba-table--striped .mat-mdc-row:nth-child(2n),.symba-table-money.symba-table--striped tr.mat-mdc-row:nth-child(2n),.symba-table-money.symba-table--striped tbody tr:nth-child(2n){background:var(--theme-table-row-alt-bg, rgba(250, 247, 241, .02))}.symba-table-money.symba-table--no-hover .mat-mdc-row:hover,.symba-table-money.symba-table--no-hover tr.mat-mdc-row:hover,.symba-table-money.symba-table--no-hover tbody tr:hover,.symba-table-money.symba-table--no-hover tr:hover{background:transparent}.symba-table-money{--symba-table-header-font-size: var(--theme-type-label-size);--symba-table-header-letter-spacing: var(--theme-type-label-tracking);--symba-table-cell-padding: 11px 16px}.symba-table-money .mat-mdc-row:hover,.symba-table-money tr.mat-mdc-row:hover,.symba-table-money tbody tr:hover,.symba-table-money tr:hover{background:var(--theme-billing-table-row-hover-bg, var(--theme-table-row-hover-bg))}.symba-table-money{--theme-billing-table-row-hover-bg: var(--theme-table-row-hover-bg)}.symba-table-money .mat-mdc-row:hover,.symba-table-money tr.mat-mdc-row:hover,.symba-table-money tbody tr:hover,.symba-table-money tr:hover{background:var(--theme-table-row-hover-bg, var(--theme-inset-bg))}.symba-table-money .mat-mdc-cell.symba-money,.symba-table-money .mat-mdc-header-cell.symba-money,.symba-table-money .symba-money,.symba-table-money td.symba-money,.symba-table-money th.symba-money,.symba-table-money .col-amount,.symba-table-money .col-price,.symba-table-money .mat-column-total,.symba-table-money .mat-column-amount{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1}.symba-table-money .col-amount,.symba-table-money .col-price,.symba-table-money .mat-column-total,.symba-table-money .mat-column-amount{text-align:end}.symba-table-money .symba-money--positive{color:var(--theme-status-success-text-strong)}.symba-table-money .symba-money--zero{color:var(--theme-text-muted)}.symba-table-money .symba-table-money-footer,.symba-table-money .symba-money-footer{background:var(--theme-inset-header-bg);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1;color:var(--theme-text-primary)}.symba-table-wrap{overflow:auto;background:var(--theme-table-row-bg, var(--theme-inset-bg));border:var(--theme-hairline) solid var(--theme-table-border, var(--theme-inset-border));border-radius:var(--theme-radius-lg, 14px)}.symba-btn-primary{--mat-button-filled-container-color: var(--theme-accent);--mat-button-filled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-filled-state-layer-color: var(--theme-accent);--mat-button-protected-container-color: var(--theme-accent);--mat-button-protected-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-state-layer-color: var(--theme-accent);border-radius:var(--theme-radius-sm);font-weight:var(--theme-button-label-weight, 500);letter-spacing:.02em;font-size:var(--theme-button-label-size, var(--theme-font-size-sm))}.symba-btn-primary:hover:not(:disabled):not(.mat-mdc-button-disabled){--mat-button-filled-container-color: var(--theme-accent-strong, var(--theme-accent));--mat-button-protected-container-color: var(--theme-accent-strong, var(--theme-accent))}.symba-btn-primary:disabled,.symba-btn-primary.mat-mdc-button-disabled{--mat-button-filled-disabled-container-color: color-mix(in srgb, var(--theme-accent) 48%, transparent);--mat-button-filled-disabled-label-text-color: var(--theme-accent-contrast, #fdfbf7);--mat-button-protected-disabled-container-color: color-mix(in srgb, var(--theme-accent) 48%, transparent);--mat-button-protected-disabled-label-text-color: var(--theme-text-muted, var(--theme-text-secondary))}.symba-btn-primary:focus-visible{outline:2px solid var(--theme-focus-ring, var(--theme-accent));outline-offset:2px}
