@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)}@keyframes ballX{0%,25%,50%,75%,to{background-position:25% 0,75% 0}40%{background-position:25% 0,85% 0}90%{background-position:15% 0,75% 0}}@keyframes moveX{to{transform:translate(.15px)}}.loader{animation:ballX 2s ease-in-out infinite;background:radial-gradient(circle 8px at 8px center,#FFF 100%,transparent 0),radial-gradient(circle 8px at 8px center,#FFF 100%,transparent 0);background-size:16px 16px;background-repeat:no-repeat;display:inline-block;height:16px;position:relative;width:108px}.loader:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#ffffff40;border:2px solid white;inset:0;margin:auto;animation:moveX 2s cubic-bezier(.5,300,.5,-300) infinite}
