@media (prefers-color-scheme: light){@property --color-primary{syntax: "<color>"; inherits: false; initial-value: #00a3e0;}@property --color-secondary{syntax: "<color>"; inherits: false; initial-value: #0072bc;}@property --color-background{syntax: "<color>"; inherits: false; initial-value: #ffffff;}@property --color-text-light{syntax: "<color>"; inherits: false; initial-value: #ffffff;}@property --color-text-dark{syntax: "<color>"; inherits: false; initial-value: #000000;}@property --color-error{syntax: "<color>"; inherits: false; initial-value: #c70a28;}@property --color-success{syntax: "<color>"; inherits: false; initial-value: #4EB52C;}@property --color-warning{syntax: "<color>"; inherits: false; initial-value: #e08800;}@property --color-border-mix{syntax: "<color>"; inherits: false; initial-value: #000000;}@property --color-input-border{syntax: "<color>"; inherits: false; initial-value: #b3e3f6;}@property --color-stars{syntax: "<color>"; inherits: false; initial-value: #ffcc00;}@property --color-disabled-color{syntax: "<color>"; inherits: false; initial-value: #efefef;}@property --color-disabled-background{syntax: "<color>"; inherits: false; initial-value: #8592a6;}}@media (prefers-color-scheme: dark){@property --color-primary{syntax: "<color>"; inherits: false; initial-value: #00a3e0;}@property --color-secondary{syntax: "<color>"; inherits: false; initial-value: #0072bc;}@property --color-background{syntax: "<color>"; inherits: false; initial-value: #1F1E1C;}@property --color-text-light{syntax: "<color>"; inherits: false; initial-value: #000000;}@property --color-text-dark{syntax: "<color>"; inherits: false; initial-value: #ffffff;}@property --color-error{syntax: "<color>"; inherits: false; initial-value: #da2b48;}@property --color-success{syntax: "<color>"; inherits: false; initial-value: #4EB52C;}@property --color-warning{syntax: "<color>"; inherits: false; initial-value: #e08800;}@property --color-border-mix{syntax: "<color>"; inherits: false; initial-value: #878787;}@property --color-input-border{syntax: "<color>"; inherits: false; initial-value: #00a3e0;}@property --color-stars{syntax: "<color>"; inherits: false; initial-value: #ffcc00;}@property --color-disabled-color{syntax: "<color>"; inherits: false; initial-value: #efefef;}@property --color-disabled-background{syntax: "<color>"; inherits: false; initial-value: #8592a6;}}*{box-sizing:border-box}body{font-family:Roboto,Helvetica Neue,sans-serif;background-color:var(--color-background)}.scroll-disabled,.ng-trigger-toggleHeight.ng-animating{overflow:hidden}span.mandatory{color:var(--color-primary)}
