/*!
 Material Components for the web
 Copyright (c) 2018 Google Inc.
 License: Apache-2.0
*/@keyframes mdc-ripple-fg-radius-in{0%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-opacity-in{0%{animation-timing-function:linear;opacity:0}to{opacity:.16;opacity:var(--mdc-ripple-fg-opacity,.16)}}@keyframes mdc-ripple-fg-opacity-out{0%{animation-timing-function:linear;opacity:.16;opacity:var(--mdc-ripple-fg-opacity,.16)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var:1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug:before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;border:none;border-radius:2px;box-sizing:border-box;display:inline-block;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;height:36px;letter-spacing:.04em;line-height:2.25rem;min-width:64px;outline:none;overflow:hidden;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;will-change:transform,opacity}.mdc-button:after,.mdc-button:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-button:before{transition:opacity 15ms linear}.mdc-button.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-button.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-button.mdc-ripple-upgraded:before,.mdc-button:after,.mdc-button:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-button.mdc-ripple-upgraded:before{transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-button.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-button.mdc-ripple-upgraded--unbounded:before,.mdc-button.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button::-moz-focus-inner{border:0;padding:0}.mdc-button:disabled{background-color:transparent;color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));cursor:default;pointer-events:none}.mdc-button--theme-dark .mdc-button:disabled,.mdc-theme--dark .mdc-button:disabled{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-button:not(:disabled){background-color:transparent;color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-button:after,.mdc-button:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-button:after,.mdc-button:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-button:hover:before{opacity:.04}.mdc-button.mdc-ripple-upgraded--background-focused:before,.mdc-button:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-button:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-button:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-button--theme-dark .mdc-button--raised:disabled,.mdc-button--theme-dark .mdc-button--unelevated:disabled,.mdc-theme--dark .mdc-button--raised:disabled,.mdc-theme--dark .mdc-button--unelevated:disabled{background-color:hsla(0,0%,100%,.12);color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff)}.mdc-button--raised:after,.mdc-button--raised:before,.mdc-button--unelevated:after,.mdc-button--unelevated:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-button--raised:after,.mdc-button--raised:before,.mdc-button--unelevated:after,.mdc-button--unelevated:before{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-primary,#fff)}}.mdc-button--raised:hover:before,.mdc-button--unelevated:hover:before{opacity:.08}.mdc-button--raised.mdc-ripple-upgraded--background-focused:before,.mdc-button--raised:not(.mdc-ripple-upgraded):focus:before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused:before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-button--raised:not(.mdc-ripple-upgraded):after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active:after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-button--raised{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.mdc-button--raised:focus,.mdc-button--raised:hover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-button--raised:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-button--stroked{border-style:solid;border-width:2px;line-height:32px;padding-left:14px;padding-right:14px}.mdc-button--stroked:disabled{border-color:rgba(0,0,0,.38);border-color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-button--theme-dark .mdc-button--stroked:disabled,.mdc-theme--dark .mdc-button--stroked:disabled{border-color:hsla(0,0%,100%,.5);border-color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-button--stroked.mdc-button--dense{line-height:27px}.mdc-button--stroked.mdc-button--compact{padding-left:6px;padding-right:6px}.mdc-button--stroked:not(:disabled){border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-button--compact{padding:0 8px}.mdc-button--dense{font-size:.8125rem;height:32px;line-height:32px}.mdc-button__icon{display:inline-block;font-size:18px;height:18px;line-height:inherit;margin-right:8px;vertical-align:top;width:18px}.mdc-card{border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:0}.mdc-card__primary{padding:16px}.mdc-card__primary .mdc-card__title--large{padding-top:8px}.mdc-card__primary:last-child{padding-bottom:24px}.mdc-card__supporting-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;padding:8px 16px;text-decoration:inherit;text-transform:inherit}.mdc-card--theme-dark .mdc-card__supporting-text,.mdc-theme--dark .mdc-card__supporting-text{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-card__primary+.mdc-card__supporting-text{margin-top:-8px;padding-top:0}.mdc-card__supporting-text:last-child{padding-bottom:24px}.mdc-card__actions{box-sizing:border-box;display:flex;padding:8px}.mdc-card--theme-dark .mdc-card__actions,.mdc-theme--dark .mdc-card__actions{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-card__actions .mdc-card__action{margin:0 8px 0 0}.mdc-card__actions .mdc-card__action[dir=rtl],[dir=rtl] .mdc-card__actions .mdc-card__action{margin:0 0 0 8px}.mdc-card__actions .mdc-card__action:last-child,.mdc-card__actions .mdc-card__action:last-child[dir=rtl],[dir=rtl] .mdc-card__actions .mdc-card__action:last-child{margin-left:0;margin-right:0}.mdc-card__actions--vertical{align-items:flex-start;flex-flow:column}.mdc-card__actions--vertical .mdc-card__action{margin:0 0 4px}.mdc-card__actions--vertical .mdc-card__action:last-child{margin-bottom:0}.mdc-card__media{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;padding:16px}.mdc-card__media-item{display:inline-block;height:80px;margin:16px 0 0;padding:0;width:auto}.mdc-card__media-item--1dot5x{height:120px;width:auto}.mdc-card__media-item--2x{height:160px;width:auto}.mdc-card__media-item--3x{height:240px;width:auto}.mdc-card__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;margin:-.063rem 0;text-decoration:inherit;text-transform:inherit}.mdc-card--theme-dark .mdc-card__title,.mdc-theme--dark .mdc-card__title{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-card__title--large{font-size:1.5rem;letter-spacing:normal;line-height:2rem;margin:0}.mdc-card__subtitle,.mdc-card__title--large{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-weight:400;text-decoration:inherit;text-transform:inherit}.mdc-card__subtitle{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));font-size:.875rem;letter-spacing:.04em;line-height:1.25rem;margin:-.063rem 0}.mdc-card--theme-dark .mdc-card__subtitle,.mdc-theme--dark .mdc-card__subtitle{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-card__horizontal-block{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;padding-left:0;padding-right:16px}.mdc-card__horizontal-block[dir=rtl],[dir=rtl] .mdc-card__horizontal-block{padding-left:16px;padding-right:0}.mdc-card__horizontal-block .mdc-card__actions--vertical{margin:16px}.mdc-card__horizontal-block .mdc-card__media-item{margin-left:16px;margin-right:0}.mdc-card__horizontal-block .mdc-card__media-item[dir=rtl],[dir=rtl] .mdc-card__horizontal-block .mdc-card__media-item{margin-left:0;margin-right:16px}.mdc-card__horizontal-block .mdc-card__media-item--3x{margin-bottom:16px}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.78334}50%{animation-timing-function:cubic-bezier(0,0,.2,1)}to{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0,0,0,1)}to{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{0%{stroke-dashoffset:0;animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1}to{stroke-dashoffset:-29.78334;opacity:0}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{0%{animation-timing-function:cubic-bezier(0,0,.2,1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(45deg)}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(1turn)}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{0%{animation-timing-function:mdc-animation-deceleration-curve-timing-function;opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(315deg)}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}32.8%,to{opacity:0;transform:scaleX(0)}}.mdc-checkbox{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;box-sizing:content-box;cursor:pointer;display:inline-block;flex:0 0 18px;height:18px;line-height:0;padding:11px;vertical-align:bottom;white-space:nowrap;width:18px;will-change:transform,opacity}.mdc-checkbox .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.26)}.mdc-checkbox .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{background-color:rgba(0,0,0,.26);border-color:transparent}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:hsla(0,0%,100%,.3)}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox--theme-dark .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{background-color:hsla(0,0%,100%,.3)}.mdc-checkbox:after,.mdc-checkbox:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-checkbox:before{transition:opacity 15ms linear}.mdc-checkbox.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-checkbox.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox:after,.mdc-checkbox:before{background-color:#018786}@supports not (-ms-ime-align:auto){.mdc-checkbox:after,.mdc-checkbox:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}}.mdc-checkbox:hover:before{opacity:.04}.mdc-checkbox.mdc-ripple-upgraded--background-focused:before,.mdc-checkbox:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-checkbox:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-checkbox:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-checkbox:after,.mdc-checkbox:before{height:100%;left:0;top:0;width:100%}.mdc-checkbox.mdc-ripple-upgraded:before{height:100%;left:0;top:0;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:100%}.mdc-checkbox.mdc-ripple-upgraded--unbounded:before{left:25%;left:var(--mdc-ripple-left,25%);top:25%;top:var(--mdc-ripple-top,25%);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-checkbox.mdc-ripple-upgraded--unbounded:before,.mdc-checkbox.mdc-ripple-upgraded:after{height:50%;height:var(--mdc-ripple-fg-size,50%);width:50%;width:var(--mdc-ripple-fg-size,50%)}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{background-color:transparent;border-color:#fff}.mdc-checkbox--theme-dark .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox--theme-dark .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786);border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}@keyframes mdc-checkbox-fade-in-background-0{0%{background-color:transparent;border-color:#fff}50%{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786);border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786);border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}to{background-color:transparent;border-color:#fff}}.mdc-checkbox--theme-dark.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--theme-dark.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-0}.mdc-checkbox--theme-dark.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--theme-dark.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-theme--dark .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-0}.mdc-checkbox__checkmark__path{stroke:#fff!important}.mdc-checkbox__mixedmark{background-color:#fff}.mdc-checkbox__background:before{background-color:#018786}@supports not (-ms-ime-align:auto){.mdc-checkbox__background:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}}.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{background-color:transparent;border-color:rgba(0,0,0,.54)}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786);border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}@keyframes mdc-checkbox-fade-in-background-1{0%{background-color:transparent;border-color:rgba(0,0,0,.54)}50%{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786);border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}}@keyframes mdc-checkbox-fade-out-background-1{0%,80%{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786);border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}to{background-color:transparent;border-color:rgba(0,0,0,.54)}}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-1}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-1}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{align-items:center;background-color:transparent;border:2px solid;border-radius:2px;bottom:0;box-sizing:border-box;display:inline-flex;height:45%;justify-content:center;left:11px;pointer-events:none;position:absolute;right:auto;top:11px;transition:background-color 90ms cubic-bezier(.4,0,.6,1) 0ms,border-color 90ms cubic-bezier(.4,0,.6,1) 0ms;width:45%;will-change:background-color,border-color}.mdc-checkbox[dir=rtl] .mdc-checkbox__background,[dir=rtl] .mdc-checkbox .mdc-checkbox__background{left:auto;right:11px}.mdc-checkbox__checkmark{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .18s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark__path{stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334;transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox__mixedmark{height:2px;opacity:0;transform:scaleX(0) rotate(0deg);transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox--upgraded .mdc-checkbox__checkmark__path,.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none!important}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background{animation-duration:.18s;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark__path{animation:mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark__path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0,0,.2,1) 0ms,background-color 90ms cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark__path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark__path{stroke-dashoffset:0}.mdc-checkbox__background:before{border-radius:50%;bottom:0;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:scale(0);transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms;width:100%;will-change:opacity,transform}.mdc-ripple-upgraded--unbounded .mdc-checkbox__background:before{content:none}.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before{opacity:.26;transform:scale(2.75);transition:opacity 80ms cubic-bezier(0,0,.2,1) 0ms,transform 80ms cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{opacity:1;transition:opacity .18s cubic-bezier(0,0,.2,1) 0ms,transform .18s cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark{opacity:0;transform:rotate(45deg);transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{opacity:1;transform:scaleX(1) rotate(0deg)}:root{--mdc-dialog-dark-theme-bg-color:#303030}.mdc-dialog{display:flex;visibility:hidden;z-index:5}.mdc-dialog,.mdc-dialog__backdrop{align-items:center;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.mdc-dialog__backdrop{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));opacity:0;z-index:-1}.mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-background,#fff);border-radius:2px;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);display:inline-flex;flex-direction:column;max-width:865px;min-width:640px;opacity:0;transform:translateY(150px) scale(.8);width:calc(100% - 30px)}.mdc-dialog--theme-dark .mdc-dialog__surface,.mdc-theme--dark .mdc-dialog__surface{background-color:#303030;background-color:var(--mdc-dialog-dark-theme-bg-color,#303030);color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__header{align-items:center;display:flex;padding:24px 24px 0}.mdc-dialog[dir=rtl] .mdc-dialog__header,[dir=rtl] .mdc-dialog .mdc-dialog__header{text-align:right}.mdc-dialog__header__empty{padding:0}.mdc-dialog__header__title{flex:1;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;margin:0}.mdc-dialog__body,.mdc-dialog__header__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;text-decoration:inherit;text-transform:inherit}.mdc-dialog__body{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;margin-top:20px;padding:0 24px 24px}.mdc-dialog--theme-dark .mdc-dialog__body,.mdc-theme--dark .mdc-dialog__body{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-dialog__body--scrollable{-webkit-overflow-scrolling:touch;border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);max-height:195px;overflow-x:auto;overflow-y:scroll}.mdc-dialog__footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:8px}.mdc-dialog__footer__button{margin-left:0;margin-right:8px}.mdc-dialog__footer__button[dir=rtl],[dir=rtl] .mdc-dialog__footer__button{margin-left:8px;margin-right:0}.mdc-dialog__footer__button:last-child,.mdc-dialog__footer__button:last-child[dir=rtl],[dir=rtl] .mdc-dialog__footer__button:last-child{margin-left:0;margin-right:0}.mdc-dialog__action{color:#018786;color:var(--mdc-theme-secondary,#018786)}@media (max-width:640px){.mdc-dialog,.mdc-dialog__surface{min-width:280px}.mdc-dialog__body{line-height:24px}}.mdc-dialog--animating{visibility:visible}.mdc-dialog--animating .mdc-dialog__backdrop{transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--animating .mdc-dialog__surface{transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--open{visibility:visible}.mdc-dialog--open .mdc-dialog__backdrop{opacity:.3}.mdc-dialog--open .mdc-dialog__surface{opacity:1;transform:translateY(0) scale(1)}.mdc-dialog-scroll-lock{overflow:hidden}:root{--mdc-persistent-drawer-dark-theme-bg-color:#212121}.mdc-drawer--persistent{color:rgba(0,0,0,.87);width:0}.mdc-drawer--persistent .mdc-drawer__toolbar-spacer{align-items:center;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0;height:56px;padding:16px;position:relative}.mdc-drawer--persistent .mdc-drawer__toolbar-spacer--theme-dark .mdc-drawer--persistent .mdc-drawer__toolbar-spacer,.mdc-theme--dark .mdc-drawer--persistent .mdc-drawer__toolbar-spacer{border-bottom:1px solid hsla(0,0%,100%,.12)}@media (min-width:600px){.mdc-drawer--persistent .mdc-drawer__toolbar-spacer{height:64px}}.mdc-drawer--persistent .mdc-drawer__header{position:relative}.mdc-drawer--persistent .mdc-drawer__header:before{content:"";display:block;padding-top:56.25%}.mdc-drawer--persistent .mdc-drawer__header-content{align-items:flex-end;bottom:0;box-sizing:border-box;display:flex;left:0;padding:16px;position:absolute;right:0;top:0}.mdc-drawer--persistent .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:inherit;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;outline:none;position:relative;text-decoration:inherit;text-decoration:none;text-transform:inherit}.mdc-drawer--persistent .mdc-list-item__graphic{color:rgba(0,0,0,.54)}.mdc-drawer--persistent .mdc-list-item__graphic--theme-dark .mdc-drawer--persistent .mdc-list-item__graphic,.mdc-theme--dark .mdc-drawer--persistent .mdc-list-item__graphic{color:hsla(0,0%,100%,.54)}.mdc-drawer--persistent .mdc-drawer__drawer,.mdc-drawer--persistent.mdc-drawer--permanent{background-color:#fff}.mdc-drawer--persistent .mdc-drawer__drawer{border-left:0;border-right:1px solid #e4e4e4;box-sizing:border-box;display:inline-flex;flex-direction:column;height:100%;left:0;overflow:hidden;right:auto;touch-action:none;transform:translateX(-107%);transform:translateX(calc(-100% - 20px));width:240px;will-change:transform}.mdc-drawer--persistent .mdc-drawer__drawer[dir=rtl],[dir=rtl] .mdc-drawer--persistent .mdc-drawer__drawer{border-left:1px solid #e4e4e4;border-right:0;left:auto;right:0}.mdc-drawer--persistent .mdc-drawer__drawer--theme-dark,.mdc-theme--dark .mdc-drawer--persistent .mdc-drawer__drawer{background-color:#212121;background-color:var(--mdc-persistent-drawer-dark-theme-bg-color,#212121);border-left:0;border-right:1px solid hsla(0,0%,100%,.12);color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-drawer--persistent .mdc-drawer__drawer--theme-dark[dir=rtl],.mdc-theme--dark .mdc-drawer--persistent .mdc-drawer__drawer[dir=rtl],[dir=rtl] .mdc-drawer--persistent .mdc-drawer__drawer--theme-dark,[dir=rtl] .mdc-theme--dark .mdc-drawer--persistent .mdc-drawer__drawer{border-left:1px solid hsla(0,0%,100%,.12);border-right:0}.mdc-drawer--persistent[dir=rtl] .mdc-drawer--persistent .mdc-drawer__drawer,[dir=rtl] .mdc-drawer--persistent .mdc-drawer--persistent .mdc-drawer__drawer{transform:translateX(107%);transform:translateX(calc(100% + 20px))}.mdc-drawer--persistent.mdc-drawer--animating .mdc-drawer__drawer{transition:transform .195s cubic-bezier(.4,0,.6,1) 0ms}.mdc-drawer--persistent.mdc-drawer--animating.mdc-drawer--open .mdc-drawer__drawer{transition:transform .225s cubic-bezier(0,0,.2,1) 0ms}.mdc-drawer--persistent.mdc-drawer--open{pointer-events:auto;width:240px}.mdc-drawer--persistent.mdc-drawer--open .mdc-drawer__drawer,.mdc-drawer--persistent.mdc-drawer--open[dir=rtl] .mdc-drawer__drawer,[dir=rtl] .mdc-drawer--persistent.mdc-drawer--open .mdc-drawer__drawer{transform:none}:root{--mdc-permanent-drawer-dark-theme-bg-color:#212121}.mdc-drawer--permanent{border-left:0;border-right:1px solid #e4e4e4;box-sizing:border-box;color:rgba(0,0,0,.87);display:inline-flex;flex:0 0 auto;flex-direction:column;left:0;overflow:hidden;right:auto;width:240px}.mdc-drawer--permanent .mdc-drawer__toolbar-spacer{align-items:center;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0;height:56px;padding:16px;position:relative}.mdc-drawer--permanent .mdc-drawer__toolbar-spacer--theme-dark .mdc-drawer--permanent .mdc-drawer__toolbar-spacer,.mdc-theme--dark .mdc-drawer--permanent .mdc-drawer__toolbar-spacer{border-bottom:1px solid hsla(0,0%,100%,.12)}@media (min-width:600px){.mdc-drawer--permanent .mdc-drawer__toolbar-spacer{height:64px}}.mdc-drawer--permanent .mdc-drawer__header{position:relative}.mdc-drawer--permanent .mdc-drawer__header:before{content:"";display:block;padding-top:56.25%}.mdc-drawer--permanent .mdc-drawer__header-content{align-items:flex-end;bottom:0;box-sizing:border-box;display:flex;left:0;padding:16px;position:absolute;right:0;top:0}.mdc-drawer--permanent .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:inherit;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;outline:none;position:relative;text-decoration:inherit;text-decoration:none;text-transform:inherit}.mdc-drawer--permanent .mdc-list-item__graphic{color:rgba(0,0,0,.54)}.mdc-drawer--permanent .mdc-list-item__graphic--theme-dark .mdc-drawer--permanent .mdc-list-item__graphic,.mdc-theme--dark .mdc-drawer--permanent .mdc-list-item__graphic{color:hsla(0,0%,100%,.54)}.mdc-drawer--permanent .mdc-drawer__drawer,.mdc-drawer--permanent.mdc-drawer--permanent{background-color:#fff}.mdc-drawer--permanent[dir=rtl],[dir=rtl] .mdc-drawer--permanent{border-left:1px solid #e4e4e4;border-right:0;left:auto;right:0}.mdc-drawer--permanent--theme-dark,.mdc-theme--dark .mdc-drawer--permanent{background-color:#212121;background-color:var(--mdc-permanent-drawer-dark-theme-bg-color,#212121);border-left:0;border-right:1px solid hsla(0,0%,100%,.12);color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-drawer--permanent--theme-dark[dir=rtl],.mdc-theme--dark .mdc-drawer--permanent[dir=rtl],[dir=rtl] .mdc-drawer--permanent--theme-dark,[dir=rtl] .mdc-theme--dark .mdc-drawer--permanent{border-left:1px solid hsla(0,0%,100%,.12);border-right:0}.mdc-drawer--permanent--floating{background:none;border-left:0;border-right:none}.mdc-drawer--permanent--floating[dir=rtl],[dir=rtl] .mdc-drawer--permanent--floating{border-left:none;border-right:0}.mdc-drawer--permanent--floating--theme-dark,.mdc-theme--dark .mdc-drawer--permanent--floating{background:none;border-left:0;border-right:none}.mdc-drawer--permanent--floating--theme-dark[dir=rtl],.mdc-theme--dark .mdc-drawer--permanent--floating[dir=rtl],[dir=rtl] .mdc-drawer--permanent--floating--theme-dark,[dir=rtl] .mdc-theme--dark .mdc-drawer--permanent--floating{border-left:none;border-right:0}.mdc-drawer--temporary{box-sizing:border-box;color:rgba(0,0,0,.87);contain:strict;height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:5}.mdc-drawer--temporary .mdc-drawer__toolbar-spacer{align-items:center;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0;height:56px;padding:16px;position:relative}.mdc-drawer--temporary .mdc-drawer__toolbar-spacer--theme-dark .mdc-drawer--temporary .mdc-drawer__toolbar-spacer,.mdc-theme--dark .mdc-drawer--temporary .mdc-drawer__toolbar-spacer{border-bottom:1px solid hsla(0,0%,100%,.12)}@media (min-width:600px){.mdc-drawer--temporary .mdc-drawer__toolbar-spacer{height:64px}}.mdc-drawer--temporary .mdc-drawer__header{position:relative}.mdc-drawer--temporary .mdc-drawer__header:before{content:"";display:block;padding-top:56.25%}.mdc-drawer--temporary .mdc-drawer__header-content{align-items:flex-end;bottom:0;box-sizing:border-box;display:flex;left:0;padding:16px;position:absolute;right:0;top:0}.mdc-drawer--temporary .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:inherit;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;outline:none;position:relative;text-decoration:inherit;text-decoration:none;text-transform:inherit}.mdc-drawer--temporary .mdc-list-item__graphic{color:rgba(0,0,0,.54)}.mdc-drawer--temporary .mdc-list-item__graphic--theme-dark .mdc-drawer--temporary .mdc-list-item__graphic,.mdc-theme--dark .mdc-drawer--temporary .mdc-list-item__graphic{color:hsla(0,0%,100%,.54)}.mdc-drawer--temporary .mdc-drawer__drawer,.mdc-drawer--temporary.mdc-drawer--permanent{background-color:#fff}.mdc-drawer--temporary:before{background-color:rgba(0,0,0,.6);box-sizing:border-box;content:"";display:block;height:100%;left:0;opacity:0;opacity:var(--mdc-temporary-drawer-opacity,0);position:absolute;top:0;width:100%;will-change:opacity}.mdc-drawer--temporary .mdc-drawer__drawer{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-sizing:border-box;display:flex;flex-direction:column;height:100%;left:0;max-width:280px;overflow:hidden;position:absolute;right:auto;touch-action:none;transform:translateX(-107%);transform:translateX(calc(-100% - 20px));width:calc(100% - 56px);will-change:transform}.mdc-drawer--temporary .mdc-drawer__drawer[dir=rtl],[dir=rtl] .mdc-drawer--temporary .mdc-drawer__drawer{left:auto;right:0}.mdc-drawer--temporary--theme-dark .mdc-drawer--temporary .mdc-drawer__drawer,.mdc-theme--dark .mdc-drawer--temporary .mdc-drawer__drawer{background:#303030;color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-drawer--temporary[dir=rtl] .mdc-drawer--temporary .mdc-drawer__drawer,[dir=rtl] .mdc-drawer--temporary .mdc-drawer--temporary .mdc-drawer__drawer{transform:translateX(107%);transform:translateX(calc(100% + 20px))}@media (min-width:600px){.mdc-drawer--temporary .mdc-drawer__drawer{max-width:320px;width:calc(100% - 64px)}}.mdc-drawer--temporary .mdc-drawer__content{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-grow:1;margin:0;overflow-x:hidden;overflow-y:auto;touch-action:pan-y}.mdc-drawer--temporary .mdc-drawer__footer{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);flex-shrink:0}.mdc-drawer--temporary.mdc-drawer--animating:before{transition:opacity .3s cubic-bezier(0,0,.2,1) 0ms}.mdc-drawer--temporary.mdc-drawer--animating.mdc-drawer--open .mdc-drawer__drawer{transition:transform .225s cubic-bezier(0,0,.2,1) 0ms}.mdc-drawer--temporary.mdc-drawer--animating .mdc-drawer__drawer{transition:transform .195s cubic-bezier(.4,0,.6,1) 0ms}.mdc-drawer--temporary.mdc-drawer--open{pointer-events:auto}.mdc-drawer--temporary.mdc-drawer--open:before{opacity:1;opacity:var(--mdc-temporary-drawer-opacity,1)}.mdc-drawer--temporary.mdc-drawer--open .mdc-drawer__drawer,.mdc-drawer--temporary.mdc-drawer--open[dir=rtl] .mdc-drawer__drawer,[dir=rtl] .mdc-drawer--temporary.mdc-drawer--open .mdc-drawer__drawer{transform:none}.mdc-drawer-scroll-lock{overflow:hidden}.mdc-elevation--z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-elevation--z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mdc-elevation--z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mdc-elevation--z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mdc-elevation--z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-elevation--z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mdc-elevation--z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mdc-elevation--z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mdc-elevation--z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-elevation--z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mdc-elevation--z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mdc-elevation--z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mdc-elevation--z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mdc-elevation--z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mdc-elevation--z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mdc-elevation--z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mdc-elevation--z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mdc-elevation--z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mdc-elevation--z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mdc-elevation--z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mdc-elevation--z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mdc-elevation--z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mdc-elevation--z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mdc-elevation--z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mdc-elevation--z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mdc-elevation-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.mdc-fab{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;fill:currentColor;-moz-appearance:none;-webkit-appearance:none;background-color:#018786;border:none;border-radius:50%;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-sizing:border-box;color:#fff;color:var(--mdc-theme-text-primary-on-secondary,#fff);cursor:pointer;display:inline-flex;height:56px;justify-content:center;overflow:hidden;padding:0;position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1),opacity 15ms linear 30ms,transform .27s cubic-bezier(0,0,.2,1) 0ms;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:56px;will-change:transform,opacity}.mdc-fab:after,.mdc-fab:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-fab:before{transition:opacity 15ms linear}.mdc-fab.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-fab.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-fab.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-fab.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-fab.mdc-ripple-upgraded:before,.mdc-fab:after,.mdc-fab:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-fab.mdc-ripple-upgraded:before{transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-fab.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-fab.mdc-ripple-upgraded--unbounded:before,.mdc-fab.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-fab:focus,.mdc-fab:hover{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-fab:active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mdc-fab:active,.mdc-fab:focus{outline:none}.mdc-fab:hover{cursor:pointer}.mdc-fab::-moz-focus-inner{border:0;padding:0}.mdc-fab>svg{width:100%}@supports not (-ms-ime-align:auto){.mdc-fab{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}}.mdc-fab:after,.mdc-fab:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-fab:after,.mdc-fab:before{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-secondary,#fff)}}.mdc-fab:hover:before{opacity:.08}.mdc-fab.mdc-ripple-upgraded--background-focused:before,.mdc-fab:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-fab:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-fab:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-fab.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-fab--mini{height:40px;width:40px}.mdc-fab__icon{align-items:center;display:flex;justify-content:center;transition:transform .18s cubic-bezier(0,0,.2,1) 90ms;width:100%;will-change:transform}.mdc-fab--exited{opacity:0;transform:scale(0);transition:opacity 15ms linear .15s,transform .18s cubic-bezier(.4,0,1,1) 0ms}.mdc-fab--exited .mdc-fab__icon{transform:scale(0);transition:transform 135ms cubic-bezier(.4,0,1,1) 0ms}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));display:inline-flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;vertical-align:middle}.mdc-form-field--theme-dark,.mdc-theme--dark .mdc-form-field{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-form-field>label{margin-right:auto;order:0;padding-left:4px}.mdc-form-field--align-end>label,.mdc-form-field[dir=rtl]>label,[dir=rtl] .mdc-form-field>label{margin-left:auto;padding-right:4px}.mdc-form-field--align-end>label{order:-1}.mdc-form-field--align-end[dir=rtl]>label,[dir=rtl] .mdc-form-field--align-end>label{margin-right:auto;padding-left:4px}.mdc-grid-list .mdc-grid-tile__primary{padding-bottom:100%}.mdc-grid-list .mdc-grid-tile{margin:2px 0;padding:0 2px}.mdc-grid-list .mdc-grid-tile__secondary{left:2px;width:calc(100% - 4px)}.mdc-grid-list .mdc-grid-list__tiles{margin:2px auto}.mdc-grid-list__tiles{display:flex;flex-flow:row wrap;margin:0;padding:0}.mdc-grid-list--tile-gutter-1 .mdc-grid-tile{margin:.5px 0;padding:0 .5px}.mdc-grid-list--tile-gutter-1 .mdc-grid-tile__secondary{left:.5px;width:calc(100% - 1px)}.mdc-grid-list--tile-gutter-1 .mdc-grid-list__tiles{margin:.5px auto}.mdc-grid-list--tile-aspect-16x9 .mdc-grid-tile__primary{padding-bottom:56.24993%}.mdc-grid-list--tile-aspect-3x2 .mdc-grid-tile__primary{padding-bottom:66.66667%}.mdc-grid-list--tile-aspect-2x3 .mdc-grid-tile__primary{padding-bottom:149.99925%}.mdc-grid-list--tile-aspect-4x3 .mdc-grid-tile__primary{padding-bottom:75.00019%}.mdc-grid-list--tile-aspect-3x4 .mdc-grid-tile__primary{padding-bottom:133.33333%}.mdc-grid-tile{display:block;position:relative;width:200px;width:var(--mdc-grid-list-tile-width,200px)}.mdc-grid-tile__primary{background-color:#fff;background-color:var(--mdc-theme-background,#fff);color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));height:0;position:relative}.mdc-grid-tile__primary-content{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.mdc-grid-tile__secondary{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee);bottom:0;box-sizing:border-box;color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff);height:48px;padding:16px;position:absolute}.mdc-grid-tile__title{font-size:1rem;font-weight:500;line-height:1rem;margin:0}.mdc-grid-tile__support-text,.mdc-grid-tile__title{display:block;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.mdc-grid-tile__support-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;margin:4px 0 0;text-decoration:inherit;text-transform:inherit}.mdc-grid-tile__icon{font-size:0;position:absolute;top:calc(50% - 12px)}.mdc-grid-list--twoline-caption .mdc-grid-tile__secondary{height:68px}.mdc-grid-list--header-caption .mdc-grid-tile__secondary{bottom:auto;top:0}.mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary{padding-left:56px;padding-right:8px}.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary,[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary{padding-left:8px;padding-right:56px}.mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon{font-size:24px;left:16px;right:auto}.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon,[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon{left:auto;right:16px}.mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary{padding-left:16px;padding-right:56px}.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary,[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary{padding-left:56px;padding-right:16px}.mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon{font-size:24px;left:auto;right:16px}.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon,[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon{left:16px;right:auto}.mdc-icon-toggle{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;align-items:center;box-sizing:border-box;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));cursor:pointer;display:flex;font-size:1.5rem;height:48px;justify-content:center;outline:none;padding:12px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:48px;will-change:transform,opacity;will-change:auto}.mdc-icon-toggle:after,.mdc-icon-toggle:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-icon-toggle:before{transition:opacity 15ms linear}.mdc-icon-toggle.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-icon-toggle.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-icon-toggle.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-icon-toggle.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-toggle:after,.mdc-icon-toggle:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-icon-toggle.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}.mdc-icon-toggle.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-icon-toggle.mdc-ripple-upgraded--unbounded:before,.mdc-icon-toggle.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-icon-toggle:after,.mdc-icon-toggle:before{background-color:#000}.mdc-icon-toggle:hover:before{opacity:.04}.mdc-icon-toggle.mdc-ripple-upgraded--background-focused:before,.mdc-icon-toggle:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-icon-toggle:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-icon-toggle:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-icon-toggle.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-icon-toggle--theme-dark.mdc-icon-toggle,.mdc-theme--dark .mdc-icon-toggle{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:after,.mdc-icon-toggle--theme-dark.mdc-icon-toggle:before,.mdc-theme--dark .mdc-icon-toggle:after,.mdc-theme--dark .mdc-icon-toggle:before{background-color:#fff}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:hover:before,.mdc-theme--dark .mdc-icon-toggle:hover:before{opacity:.08}.mdc-icon-toggle--theme-dark.mdc-icon-toggle.mdc-ripple-upgraded--background-focused:before,.mdc-icon-toggle--theme-dark.mdc-icon-toggle:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark .mdc-icon-toggle.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark .mdc-icon-toggle:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:not(.mdc-ripple-upgraded):after,.mdc-theme--dark .mdc-icon-toggle:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-icon-toggle--theme-dark.mdc-icon-toggle:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark .mdc-icon-toggle:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-icon-toggle--theme-dark.mdc-icon-toggle.mdc-ripple-upgraded,.mdc-theme--dark .mdc-icon-toggle.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-icon-toggle:after{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-icon-toggle--disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));pointer-events:none}.mdc-icon-toggle--theme-dark.mdc-icon-toggle--disabled,.mdc-theme--dark .mdc-icon-toggle--disabled{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}:root{--mdc-layout-grid-margin-desktop:24px;--mdc-layout-grid-gutter-desktop:24px;--mdc-layout-grid-column-width-desktop:72px;--mdc-layout-grid-margin-tablet:16px;--mdc-layout-grid-gutter-tablet:16px;--mdc-layout-grid-column-width-tablet:72px;--mdc-layout-grid-margin-phone:16px;--mdc-layout-grid-gutter-phone:16px;--mdc-layout-grid-column-width-phone:72px}@media (min-width:840px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:var(--mdc-layout-grid-margin-desktop,24px)}}@media (min-width:480px) and (max-width:839px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-tablet,16px)}}@media (max-width:479px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-phone,16px)}}@media (min-width:840px){.mdc-layout-grid__inner{align-items:stretch;display:flex;flex-flow:row wrap;margin:-12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2*-1)}@supports (display:grid){.mdc-layout-grid__inner{grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop,24px);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));margin:0}}}@media (min-width:480px) and (max-width:839px){.mdc-layout-grid__inner{align-items:stretch;display:flex;flex-flow:row wrap;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2*-1)}@supports (display:grid){.mdc-layout-grid__inner{grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet,16px);display:grid;grid-template-columns:repeat(8,minmax(0,1fr));margin:0}}}@media (max-width:479px){.mdc-layout-grid__inner{align-items:stretch;display:flex;flex-flow:row wrap;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px)/2*-1)}@supports (display:grid){.mdc-layout-grid__inner{grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone,16px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}}}@media (min-width:840px){.mdc-layout-grid__cell{box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px)/2);width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell{grid-column-end:span 4;margin:0;width:auto}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.33333% - 24px);width:calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{grid-column-end:span 1;width:auto}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.66667% - 24px);width:calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{grid-column-end:span 2;width:auto}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{grid-column-end:span 3;width:auto}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.66667% - 24px);width:calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{grid-column-end:span 5;width:auto}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{grid-column-end:span 6;width:auto}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:calc(58.33333% - 24px);width:calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{grid-column-end:span 7;width:auto}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.66667% - 24px);width:calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{grid-column-end:span 9;width:auto}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.33333% - 24px);width:calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{grid-column-end:span 10;width:auto}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.66667% - 24px);width:calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{grid-column-end:span 11;width:auto}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{grid-column-end:span 12;width:auto}}}@media (min-width:480px) and (max-width:839px){.mdc-layout-grid__cell{box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px)/2);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell{grid-column-end:span 4;margin:0;width:auto}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{grid-column-end:span 1;width:auto}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{grid-column-end:span 2;width:auto}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{grid-column-end:span 3;width:auto}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{grid-column-end:span 5;width:auto}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{grid-column-end:span 6;width:auto}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{grid-column-end:span 7;width:auto}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{grid-column-end:span 8;width:auto}}}@media (max-width:479px){.mdc-layout-grid__cell{box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px)/2);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell{grid-column-end:span 4;margin:0;width:auto}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{grid-column-end:span 1;width:auto}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{grid-column-end:span 2;width:auto}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{grid-column-end:span 3;width:auto}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{grid-column-end:span 4;width:auto}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports (display:grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports (display:grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media (min-width:840px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc(var(--mdc-layout-grid-column-width-desktop, 72px)*12 + var(--mdc-layout-grid-gutter-desktop, 24px)*11 + var(--mdc-layout-grid-margin-desktop, 24px)*2)}}@media (min-width:480px) and (max-width:839px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc(var(--mdc-layout-grid-column-width-tablet, 72px)*8 + var(--mdc-layout-grid-gutter-tablet, 16px)*7 + var(--mdc-layout-grid-margin-tablet, 16px)*2)}}@media (max-width:479px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc(var(--mdc-layout-grid-column-width-phone, 72px)*4 + var(--mdc-layout-grid-gutter-phone, 16px)*3 + var(--mdc-layout-grid-margin-phone, 16px)*2)}}.mdc-layout-grid--align-left{margin-left:0;margin-right:auto}.mdc-layout-grid--align-right{margin-left:auto;margin-right:0}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(83.67142%)}to{transform:translateX(200.61106%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(.08)}36.65%{animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);transform:scaleX(.08)}69.15%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66148)}to{transform:scaleX(.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(.15,0,.51506,.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.28406,.8,.73371);transform:translateX(37.65191%)}48.35%{animation-timing-function:cubic-bezier(.4,.62704,.6,.90203);transform:translateX(84.38617%)}to{transform:translateX(160.27778%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397);transform:scaleX(.08)}19.15%{animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432);transform:scaleX(.4571)}44.15%{animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179);transform:scaleX(.72796)}to{transform:scaleX(.08)}}@keyframes buffering{to{transform:translateX(-10px)}}@keyframes primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-83.67142%)}to{transform:translateX(-200.61106%)}}@keyframes secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(.15,0,.51506,.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.28406,.8,.73371);transform:translateX(-37.65191%)}48.35%{animation-timing-function:cubic-bezier(.4,.62704,.6,.90203);transform:translateX(-84.38617%)}to{transform:translateX(-160.27778%)}}@keyframes buffering-reverse{to{transform:translateX(10px)}}.mdc-linear-progress{height:4px;overflow:hidden;position:relative;transform:translateZ(0);transition:opacity .25s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-linear-progress .mdc-linear-progress__buffering-dots{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")}.mdc-linear-progress .mdc-linear-progress__buffer{background-color:#e6e6e6}.mdc-linear-progress__bar{animation:none;height:100%;position:absolute;transform-origin:top left;transition:transform .25s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-linear-progress__bar-inner{animation:none;display:inline-block;height:100%;position:absolute;width:100%}.mdc-linear-progress__buffering-dots{animation:buffering .25s linear infinite;background-repeat:repeat-x;background-size:10px 4px;height:100%;position:absolute;width:100%}.mdc-linear-progress__buffer{height:100%;position:absolute;transform-origin:top left;transition:transform .25s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar{visibility:hidden}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{animation:primary-indeterminate-translate 2s linear infinite;left:-145.166611%}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:primary-indeterminate-scale 2s linear infinite}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{animation:secondary-indeterminate-translate 2s linear infinite;left:-54.888891%;visibility:visible}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:secondary-indeterminate-scale 2s linear infinite}.mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed .mdc-linear-progress__buffer{right:0;transform-origin:center right}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:primary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:secondary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots{animation:buffering-reverse .25s linear infinite}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{left:auto;right:-145.166611%}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{left:auto;right:-54.888891%}.mdc-list--theme-dark .mdc-list-divider,.mdc-list-group--theme-dark .mdc-list-divider,.mdc-theme--dark .mdc-list .mdc-list-divider,.mdc-theme--dark .mdc-list-group .mdc-list-divider{border-bottom-color:hsla(0,0%,100%,.2)}.mdc-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;line-height:1.5rem;list-style-type:none;margin:0;padding:8px 0;text-decoration:inherit;text-transform:inherit}.mdc-list--theme-dark,.mdc-theme--dark .mdc-list{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-list--theme-dark .mdc-list-item__secondary-text,.mdc-theme--dark .mdc-list .mdc-list-item__secondary-text{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-list--theme-dark .mdc-list-item__graphic,.mdc-theme--dark .mdc-list .mdc-list-item__graphic{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-icon-on-dark,hsla(0,0%,100%,.5))}.mdc-list--theme-dark .mdc-list-item__meta,.mdc-theme--dark .mdc-list .mdc-list-item__meta{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-list-item__secondary-text{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.mdc-list-item__graphic{background-color:transparent;color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}.mdc-list-item__meta{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.mdc-list--dense{font-size:.812rem;padding-bottom:4px;padding-top:4px}.mdc-list-item{align-items:center;display:flex;height:48px;justify-content:flex-start;overflow:hidden;padding:0 16px;position:relative;text-overflow:ellipsis;white-space:nowrap}.mdc-list-item:focus{outline:none}.mdc-list-item--activated,.mdc-list-item--activated .mdc-list-item__graphic,.mdc-list-item--selected,.mdc-list-item--selected .mdc-list-item__graphic{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-list-item__graphic{align-items:center;display:inline-flex;height:24px;justify-content:center;margin-left:0;margin-right:32px;width:24px}.mdc-list-item[dir=rtl] .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list-item__graphic{margin-left:32px;margin-right:0}.mdc-list-item__meta{margin-left:auto;margin-right:0}.mdc-list-item[dir=rtl] .mdc-list-item__meta,[dir=rtl] .mdc-list-item .mdc-list-item__meta{margin-left:0;margin-right:auto}.mdc-list-item__text{display:inline-flex;flex-direction:column}.mdc-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit}.mdc-list--dense .mdc-list-item__secondary-text{font-size:inherit}.mdc-list--dense .mdc-list-item{height:40px}.mdc-list--dense .mdc-list-item__graphic{height:20px;margin-left:0;margin-right:36px;width:20px}.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic{margin-left:36px;margin-right:0}.mdc-list--avatar-list .mdc-list-item{height:56px}.mdc-list--avatar-list .mdc-list-item__graphic{border-radius:50%;height:40px;margin-left:0;margin-right:16px;width:40px}.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}:not(.mdc-list--non-interactive)>.mdc-list-item{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity}:not(.mdc-list--non-interactive)>.mdc-list-item:after,:not(.mdc-list--non-interactive)>.mdc-list-item:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}:not(.mdc-list--non-interactive)>.mdc-list-item:before{transition:opacity 15ms linear}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list--non-interactive)>.mdc-list-item:after,:not(.mdc-list--non-interactive)>.mdc-list-item:before{height:200%;left:-50%;top:-50%;width:200%}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--unbounded:before,:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}:not(.mdc-list--non-interactive)>.mdc-list-item:after,:not(.mdc-list--non-interactive)>.mdc-list-item:before{background-color:#000}:not(.mdc-list--non-interactive)>.mdc-list-item:hover:before{opacity:.04}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}:not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}:not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}:not(.mdc-list--non-interactive)>.mdc-list-item--activated:before{opacity:.12}:not(.mdc-list--non-interactive)>.mdc-list-item--activated:after,:not(.mdc-list--non-interactive)>.mdc-list-item--activated:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){:not(.mdc-list--non-interactive)>.mdc-list-item--activated:after,:not(.mdc-list--non-interactive)>.mdc-list-item--activated:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}:not(.mdc-list--non-interactive)>.mdc-list-item--activated:hover:before{opacity:.16}:not(.mdc-list--non-interactive)>.mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}:not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after{opacity:.28;transition-duration:75ms}:not(.mdc-list--non-interactive)>.mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.28}:not(.mdc-list--non-interactive)>.mdc-list-item--selected:before{opacity:.04}:not(.mdc-list--non-interactive)>.mdc-list-item--selected:after,:not(.mdc-list--non-interactive)>.mdc-list-item--selected:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){:not(.mdc-list--non-interactive)>.mdc-list-item--selected:after,:not(.mdc-list--non-interactive)>.mdc-list-item--selected:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}:not(.mdc-list--non-interactive)>.mdc-list-item--selected:hover:before{opacity:.08}:not(.mdc-list--non-interactive)>.mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{opacity:.16;transition-duration:75ms}:not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{opacity:.2;transition-duration:75ms}:not(.mdc-list--non-interactive)>.mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.2}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item:after,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item:before{background-color:#fff}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item:hover:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item:hover:before{opacity:.08}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:before{opacity:.12}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:after,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:after,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:hover:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:hover:before{opacity:.16}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after{opacity:.28;transition-duration:75ms}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated.mdc-ripple-upgraded,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.28}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:before{opacity:.04}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:after,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:after,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:hover:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:hover:before{opacity:.08}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{opacity:.16;transition-duration:75ms}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{opacity:.2;transition-duration:75ms}.mdc-list--theme-dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected.mdc-ripple-upgraded,.mdc-theme--dark :not(.mdc-list--non-interactive)>.mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.2}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item{height:48px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{height:36px;margin-left:0;margin-right:20px;width:36px}.mdc-list-item[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:20px;margin-right:0}.mdc-list--two-line .mdc-list-item{height:72px}.mdc-list--two-line.mdc-list--dense .mdc-list-item{height:60px}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-divider{border:none;border-bottom:1px solid;border-bottom-color:rgba(0,0,0,.12);height:0;margin:0}.mdc-list-divider--padded{margin:0 16px}.mdc-list-divider--inset{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list-group[dir=rtl] .mdc-list-divider--inset,[dir=rtl] .mdc-list-group .mdc-list-divider--inset{margin-left:0;margin-right:72px}.mdc-list-divider--inset.mdc-list-divider--padded{width:calc(100% - 88px)}.mdc-list-group--theme-dark .mdc-list-group__subheader,.mdc-theme--dark .mdc-list-group .mdc-list-group__subheader{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-list-group .mdc-list{padding:0}.mdc-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;margin:.75rem 16px;text-decoration:inherit;text-transform:inherit}.mdc-simple-menu{background-color:#fff;border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;display:none;margin:0;max-height:calc(100vh - 32px);max-width:calc(100vw - 32px);min-width:170px;opacity:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;transform:scale(1);transform-origin:top left;white-space:nowrap;will-change:transform,opacity;z-index:4}.mdc-simple-menu--theme-dark,.mdc-theme--dark .mdc-simple-menu{background-color:#424242}.mdc-simple-menu:focus{outline:none}.mdc-simple-menu--animating-open{display:inline-block;opacity:0;overflow-y:hidden;transform:scale(.8);transition:opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1)}.mdc-simple-menu--animating-open>.mdc-simple-menu__items{transform:scale(1.25)}.mdc-simple-menu--open{display:inline-block;opacity:1;transform:scale(1)}.mdc-simple-menu--open>.mdc-simple-menu__items{transform:scale(1)}.mdc-simple-menu--animating-closed{display:inline-block;opacity:0;overflow-y:hidden;transition:opacity 75ms linear}.mdc-simple-menu__items{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;transform:scale(1);will-change:transform}.mdc-simple-menu__items>.mdc-list-item{cursor:pointer}.mdc-simple-menu--animating .mdc-simple-menu__items{overflow-y:hidden}[dir=rtl] .mdc-simple-menu{transform-origin:top right}.mdc-simple-menu .mdc-list,.mdc-simple-menu .mdc-list-group{padding:8px 0}.mdc-simple-menu .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:inherit;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;outline:none;position:relative;text-decoration:inherit;text-decoration:none;text-transform:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mdc-simple-menu--theme-dark.mdc-simple-menu .mdc-list-item,.mdc-theme--dark .mdc-simple-menu .mdc-list-item{color:#fff}.mdc-simple-menu--theme-dark.mdc-simple-menu .mdc-list-divider,.mdc-theme--dark .mdc-simple-menu .mdc-list-divider{border-color:hsla(0,0%,100%,.12)}.mdc-simple-menu .mdc-list-item__graphic{color:rgba(0,0,0,.54)}.mdc-simple-menu--theme-dark.mdc-simple-menu .mdc-list-item__graphic,.mdc-theme--dark .mdc-simple-menu .mdc-list-item__graphic{color:hsla(0,0%,100%,.54)}.mdc-simple-menu .mdc-list-item[aria-disabled=true]{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));cursor:default;pointer-events:none}.mdc-simple-menu--theme-dark .mdc-simple-menu .mdc-list-item[aria-disabled=true],.mdc-theme--dark .mdc-simple-menu .mdc-list-item[aria-disabled=true]{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-simple-menu .mdc-list-item[aria-disabled=true]:focus:before{opacity:0}.mdc-menu-anchor{overflow:visible;position:relative}.mdc-radio{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;box-sizing:border-box;cursor:pointer;display:inline-block;flex:0 0 auto;height:40px;padding:10px;width:40px;will-change:transform,opacity;will-change:opacity,transform,border-color,background-color,color}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54);border-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.mdc-radio--theme-dark .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mdc-theme--dark .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:hsla(0,0%,100%,.7);border-color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-radio .mdc-radio__background:before{background-color:#018786}@supports not (-ms-ime-align:auto){.mdc-radio .mdc-radio__background:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}}.mdc-radio:after,.mdc-radio:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-radio:before{transition:opacity 15ms linear}.mdc-radio.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-radio.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-radio.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-radio.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-radio:after,.mdc-radio:before{height:100%;left:0;top:0;width:100%}.mdc-radio.mdc-ripple-upgraded:before{height:100%;left:0;top:0;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:100%}.mdc-radio.mdc-ripple-upgraded--unbounded:before{left:25%;left:var(--mdc-ripple-left,25%);top:25%;top:var(--mdc-ripple-top,25%);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-radio.mdc-ripple-upgraded--unbounded:before,.mdc-radio.mdc-ripple-upgraded:after{height:50%;height:var(--mdc-ripple-fg-size,50%);width:50%;width:var(--mdc-ripple-fg-size,50%)}.mdc-radio:after,.mdc-radio:before{background-color:#018786}@supports not (-ms-ime-align:auto){.mdc-radio:after,.mdc-radio:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}}.mdc-radio:hover:before{opacity:.04}.mdc-radio.mdc-ripple-upgraded--background-focused:before,.mdc-radio:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-radio:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-radio:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-radio.mdc-ripple-upgraded .mdc-radio__background:before{content:none}.mdc-radio__background{box-sizing:border-box;display:inline-block;height:50%;left:10px;position:absolute;width:50%}.mdc-radio__background:before{border-radius:50%;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scale(0);transition:opacity .12s cubic-bezier(.4,0,.6,1) 0ms,transform .12s cubic-bezier(.4,0,.6,1) 0ms;width:100%}.mdc-radio__outer-circle{border-style:solid;border-width:2px;transition:border-color .12s cubic-bezier(.4,0,.6,1) 0ms}.mdc-radio__inner-circle,.mdc-radio__outer-circle{border-radius:50%;box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%}.mdc-radio__inner-circle{transform:scale(0);transition:transform .12s cubic-bezier(.4,0,.6,1) 0ms,background-color .12s cubic-bezier(.4,0,.6,1) 0ms}.mdc-radio__native-control{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform .12s cubic-bezier(0,0,.2,1) 0ms,background-color .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(.5);transition:transform .12s cubic-bezier(0,0,.2,1) 0ms,background-color .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.26)}.mdc-radio--theme-dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio--theme-dark [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle,.mdc-theme--dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,.mdc-theme--dark [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:hsla(0,0%,100%,.3)}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{background-color:rgba(0,0,0,.26)}.mdc-radio--theme-dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio--theme-dark [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mdc-theme--dark .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-theme--dark [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{background-color:hsla(0,0%,100%,.3)}.mdc-radio__native-control:focus+.mdc-radio__background:before{opacity:.26;transform:scale(2);transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;outline:none;overflow:hidden;position:relative;will-change:transform,opacity}.mdc-ripple-surface:after,.mdc-ripple-surface:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-ripple-surface:before{transition:opacity 15ms linear}.mdc-ripple-surface.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface:after,.mdc-ripple-surface:before{background-color:#000}.mdc-ripple-surface:hover:before{opacity:.04}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-ripple-surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-ripple-surface:after,.mdc-ripple-surface:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-ripple-surface.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:before,.mdc-ripple-surface.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]{overflow:visible}.mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before{background-color:#6200ee}@supports not (-ms-ime-align:auto){.mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}}.mdc-ripple-surface--primary:hover:before{opacity:.04}.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-ripple-surface--primary.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before{background-color:#018786}@supports not (-ms-ime-align:auto){.mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}}.mdc-ripple-surface--accent:hover:before{opacity:.04}.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-ripple-surface--accent.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-select{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.54' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:none;border-radius:4px 4px 0 0;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:56px;justify-content:flex-start;letter-spacing:.04em;line-height:1.75rem;outline:none;overflow:visible;position:relative;text-decoration:inherit;text-transform:inherit}.mdc-select:not(.mdc-select--disabled) .mdc-select__surface{background-color:hsla(0,0%,100%,.1)}.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text,.mdc-select:not(.mdc-select--disabled) .mdc-select__surface{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-select:not(.mdc-select--disabled) .mdc-select__label{color:rgba(0,0,0,.6)}.mdc-select:not(.mdc-select--disabled) .mdc-select__bottom-line{background-color:rgba(0,0,0,.5)}.mdc-select:not(.mdc-select--disabled) .mdc-select__bottom-line:after,.mdc-select:not(.mdc-select--disabled) .mdc-select__surface:focus .mdc-select__bottom-line,.mdc-select:not(.mdc-select--disabled) .mdc-select__surface:focus~.mdc-select__bottom-line,.mdc-select:not(.mdc-select--disabled).mdc-select--open .mdc-select__bottom-line{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-select:not(.mdc-select--disabled) .mdc-select__surface:focus .mdc-select__label{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-select:not(.mdc-select--disabled) .mdc-select__surface:focus .mdc-select__label--float-above{opacity:.87}.mdc-select[dir=rtl],[dir=rtl] .mdc-select{background-position:left 10px center}.mdc-select__menu{left:0;max-height:100%;position:fixed;top:0;transform-origin:center center;z-index:4}.mdc-select__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px 4px 0 0;display:flex;flex-grow:1;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:56px;letter-spacing:.04em;line-height:1.75rem;outline:none;overflow:hidden;padding-left:16px;padding-right:26px;position:relative;text-decoration:inherit;text-transform:inherit;width:100%;will-change:transform,opacity}.mdc-select[dir=rtl] .mdc-select__surface,[dir=rtl] .mdc-select .mdc-select__surface{padding-left:26px;padding-right:16px}.mdc-select__surface:after,.mdc-select__surface:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-select__surface:before{transition:opacity 15ms linear}.mdc-select__surface.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-select__surface.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-select__surface.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select__surface.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-select__surface:after,.mdc-select__surface:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-select__surface.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}.mdc-select__surface.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-select__surface.mdc-ripple-upgraded--unbounded:before,.mdc-select__surface.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-select__surface:after,.mdc-select__surface:before{background-color:#000}.mdc-select__surface:hover:before{opacity:.04}.mdc-select__surface.mdc-ripple-upgraded--background-focused:before,.mdc-select__surface:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-select__surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-select__surface:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-select__surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-select--theme-dark .mdc-select__surface:after,.mdc-select--theme-dark .mdc-select__surface:before,.mdc-theme--dark .mdc-select__surface:after,.mdc-theme--dark .mdc-select__surface:before{background-color:#fff}.mdc-select--theme-dark .mdc-select__surface:hover:before,.mdc-theme--dark .mdc-select__surface:hover:before{opacity:.08}.mdc-select--theme-dark .mdc-select__surface.mdc-ripple-upgraded--background-focused:before,.mdc-select--theme-dark .mdc-select__surface:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark .mdc-select__surface.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark .mdc-select__surface:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-select--theme-dark .mdc-select__surface:not(.mdc-ripple-upgraded):after,.mdc-theme--dark .mdc-select__surface:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-select--theme-dark .mdc-select__surface:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark .mdc-select__surface:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-select--theme-dark .mdc-select__surface.mdc-ripple-upgraded,.mdc-theme--dark .mdc-select__surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-select__surface::-ms-expand{display:none}.mdc-select__label{bottom:12px;left:16px;pointer-events:none;position:absolute;right:auto;transform-origin:left top;transition:transform .18s cubic-bezier(.4,0,.2,1);will-change:transform}.mdc-select__label[dir=rtl],[dir=rtl] .mdc-select__label{left:auto;right:16px}.mdc-select[dir=rtl] .mdc-select__label,[dir=rtl] .mdc-select .mdc-select__label{transform-origin:right top}.mdc-select__label--float-above{transform:translateY(-40%) scale(.75)}.mdc-select__selected-text{align-items:flex-end;display:flex;margin-bottom:6px;overflow:hidden;transition:opacity 125ms cubic-bezier(.4,0,.6,1) 0ms,transform 125ms cubic-bezier(.4,0,.6,1) 0ms;white-space:nowrap}.mdc-select__bottom-line{transform:scaleY(1);transform-origin:bottom}.mdc-select__bottom-line,.mdc-select__bottom-line:after{bottom:0;height:1px;left:0;position:absolute;transition:transform .18s cubic-bezier(.4,0,.2,1);width:100%}.mdc-select__bottom-line:after{content:"";opacity:0;transform:scaleX(0);z-index:2}.mdc-select__bottom-line--active:after{opacity:1}.mdc-select .mdc-select__surface:focus .mdc-select__bottom-line:after,.mdc-select .mdc-select__surface:focus~.mdc-select__bottom-line:after{opacity:1;transform:scaleY(2)}.mdc-select--open .mdc-select__surface:before{opacity:.12}.mdc-select--theme-dark .mdc-select--open .mdc-select__surface:before,.mdc-theme--dark .mdc-select--open .mdc-select__surface:before{opacity:.24}.mdc-select--open .mdc-select__selected-text{opacity:0;transform:translateY(8px);transition:opacity 125ms cubic-bezier(0,0,.2,1) 125ms,transform 125ms cubic-bezier(0,0,.2,1) 125ms}.mdc-select--open .mdc-select__bottom-line:after{opacity:1;transform:scaleY(2)}.mdc-select--disabled,.mdc-select[disabled]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230' fill-rule='evenodd' opacity='.38' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E");border-bottom-style:dotted;border-bottom-width:1px;cursor:default;opacity:.38;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mdc-select--disabled .mdc-select__label,.mdc-select[disabled] .mdc-select__label{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-select--disabled .mdc-select__bottom-line,.mdc-select[disabled] .mdc-select__bottom-line{display:none}.mdc-select--theme-dark.mdc-select--disabled,.mdc-select--theme-dark.mdc-select[disabled],.mdc-theme--dark .mdc-select--disabled,.mdc-theme--dark .mdc-select[disabled]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' fill-rule='evenodd' opacity='.38' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E");border-bottom:1px dotted hsla(0,0%,100%,.38);color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-select__menu .mdc-list-item{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit}.mdc-select__menu .mdc-list-item[aria-selected=true]{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-item,.mdc-theme--dark .mdc-select__menu .mdc-list-item{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-item[aria-selected=true],.mdc-theme--dark .mdc-select__menu .mdc-list-item[aria-selected=true]{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-select__menu .mdc-list-item:after,.mdc-select__menu .mdc-list-item:before{height:100%;left:0;top:0;width:100%}.mdc-select__menu .mdc-list-item.mdc-ripple-upgraded:before{height:100%;left:0;top:0;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:100%}.mdc-select__menu .mdc-list-item.mdc-ripple-upgraded--unbounded:before{left:25%;left:var(--mdc-ripple-left,25%);top:25%;top:var(--mdc-ripple-top,25%);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-select__menu .mdc-list-item.mdc-ripple-upgraded--unbounded:before,.mdc-select__menu .mdc-list-item.mdc-ripple-upgraded:after{height:50%;height:var(--mdc-ripple-fg-size,50%);width:50%;width:var(--mdc-ripple-fg-size,50%)}.mdc-select__menu .mdc-list-item:after,.mdc-select__menu .mdc-list-item:before{border-radius:0}.mdc-select__menu .mdc-list-group,.mdc-select__menu .mdc-list-group>.mdc-list-item:first-child{margin-top:12px}.mdc-select__menu .mdc-list-group{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38));font-weight:400}.mdc-select__menu .mdc-list-group .mdc-list-item{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-group,.mdc-theme--dark .mdc-select__menu .mdc-list-group{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-select--theme-dark .mdc-select__menu .mdc-list-group .mdc-list-item,.mdc-theme--dark .mdc-select__menu .mdc-list-group .mdc-list-item{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-select-scroll-lock{overflow:hidden}.mdc-slider{-webkit-tap-highlight-color:transparent}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container{background-color:rgba(1,135,134,.26)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container:after,.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker:after{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb{fill:#018786;fill:var(--mdc-theme-secondary,#018786);stroke:#018786;stroke:var(--mdc-theme-secondary,#018786)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring,.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-snackbar{align-items:center;background-color:#323232;bottom:0;box-sizing:border-box;display:flex;justify-content:flex-start;left:50%;padding-left:24px;padding-right:24px;pointer-events:none;position:fixed;transform:translate(-50%,100%);transition:transform .25s cubic-bezier(.4,0,1,1) 0ms;will-change:transform}.mdc-snackbar--theme-dark .mdc-snackbar,.mdc-theme--dark .mdc-snackbar{background-color:#fafafa}@media (max-width:599px){.mdc-snackbar{left:0;transform:translateY(100%);width:100%}}@media (min-width:600px){.mdc-snackbar{border-radius:2px;max-width:568px;min-width:288px}.mdc-snackbar--align-start{bottom:24px;left:24px;right:auto;transform:translateY(200%)}.mdc-snackbar--align-start[dir=rtl],[dir=rtl] .mdc-snackbar--align-start{left:auto;right:24px}}@media (max-width:599px){.mdc-snackbar--align-start{bottom:0;left:0;transform:translateY(100%);width:100%}}.mdc-snackbar--active{pointer-events:auto;transform:translate(0);transition:transform .25s cubic-bezier(0,0,.2,1) 0ms}.mdc-snackbar--active:not(.mdc-snackbar--align-start){transform:translate(-50%)}@media (max-width:599px){.mdc-snackbar--active:not(.mdc-snackbar--align-start){bottom:0;left:0;transform:translate(0);width:100%}}.mdc-snackbar__action-wrapper{padding-left:24px;padding-right:0}.mdc-snackbar__action-wrapper[dir=rtl],[dir=rtl] .mdc-snackbar__action-wrapper{padding-left:0;padding-right:24px}.mdc-snackbar--action-on-bottom{flex-direction:column}.mdc-snackbar__text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;height:48px;letter-spacing:.04em;line-height:1.25rem;margin-left:0;margin-right:auto;opacity:0;text-decoration:inherit;text-transform:inherit;transition:opacity .3s cubic-bezier(.4,0,1,1) 0ms}.mdc-snackbar[dir=rtl] .mdc-snackbar__text,[dir=rtl] .mdc-snackbar .mdc-snackbar__text{margin-left:auto;margin-right:0}.mdc-snackbar--theme-dark .mdc-snackbar__text,.mdc-theme--dark .mdc-snackbar__text{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}@media (min-width:600px){.mdc-snackbar__text{padding-left:0;padding-right:24px}.mdc-snackbar__text[dir=rtl],[dir=rtl] .mdc-snackbar__text{padding-left:24px;padding-right:0}}.mdc-snackbar--action-on-bottom .mdc-snackbar__text{margin-right:inherit}.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper{flex-direction:column;justify-content:flex-start;margin:-12px 0 8px auto}.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper[dir=rtl],[dir=rtl] .mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper{margin-left:0;margin-right:auto}.mdc-snackbar--multiline .mdc-snackbar__text{height:80px}.mdc-snackbar__action-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-appearance:none;background-color:transparent;border:none;color:#018786;color:var(--mdc-theme-secondary,#018786);font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:2.25rem;opacity:0;outline:none;padding:0;text-decoration:none;text-transform:uppercase;transition:opacity .3s cubic-bezier(.4,0,1,1) 0ms;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:hidden}.mdc-snackbar--theme-dark .mdc-snackbar__action-button,.mdc-theme--dark .mdc-snackbar__action-button{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-snackbar__action-button:hover{cursor:pointer}.mdc-snackbar__action-button::-moz-focus-inner{border:0}.mdc-snackbar__action-button:not([aria-hidden]){visibility:inherit}.mdc-snackbar--active .mdc-snackbar__action-button:not([aria-hidden]),.mdc-snackbar--active .mdc-snackbar__text{opacity:1;transition:opacity .3s cubic-bezier(.4,0,1,1) 0ms}.mdc-snackbar--multiline.mdc-snackbar--action-on-bottom .mdc-snackbar__text{margin:0}.mdc-switch{display:inline-block;position:relative}.mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background:before{background-color:#000}.mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob{background-color:#fafafa}.mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob:before{background-color:#9e9e9e}.mdc-switch--theme-dark .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background:before,.mdc-theme--dark .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background:before{background-color:#fff}.mdc-switch--theme-dark .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob,.mdc-theme--dark .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob{background-color:#bdbdbd}.mdc-switch--theme-dark .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob:before,.mdc-theme--dark .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob:before{background-color:#f1f1f1}.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background .mdc-switch__knob,.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background .mdc-switch__knob:before,.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background:before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.mdc-switch__native-control{cursor:pointer;display:inline-block;height:48px;left:-14px;margin-top:-3px;opacity:0;position:absolute;top:-14px;transition:transform 90ms cubic-bezier(.4,0,.2,1);width:48px;z-index:2}.mdc-switch__native-control:checked{transform:translateX(14px)}.mdc-switch__background{border-radius:7px;display:block;height:14px;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:34px}.mdc-switch__background:before{border-radius:7px;bottom:0;content:"";display:block;left:0;opacity:.38;position:absolute;right:0;top:0;transition:opacity 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1)}.mdc-switch--theme-dark .mdc-switch__background:before,.mdc-theme--dark .mdc-switch__background:before{opacity:.3}.mdc-switch__background .mdc-switch__knob{border-radius:10px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:block;height:20px;left:0;position:absolute;top:-3px;transform:translateX(0);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);width:20px;z-index:1}.mdc-switch__background .mdc-switch__knob:before{content:"";left:-14px;opacity:.2;top:-14px;transform:scale(0)}.mdc-switch__background .mdc-switch__knob:before,.mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before{border-radius:24px;height:48px;position:absolute;transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1);width:48px}.mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before{transform:scale(1)}.mdc-switch--theme-dark .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before,.mdc-theme--dark .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before{opacity:.14}.mdc-switch__native-control:checked~.mdc-switch__background:before{opacity:.5}.mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob{transform:translateX(14px);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1)}.mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob:before{opacity:.15}.mdc-switch__native-control:disabled{cursor:auto}.mdc-switch__native-control:disabled~.mdc-switch__background:before{background-color:#000;opacity:.12}.mdc-switch--theme-dark .mdc-switch__native-control:disabled~.mdc-switch__background:before,.mdc-theme--dark .mdc-switch__native-control:disabled~.mdc-switch__background:before{background-color:#fff;opacity:.1}.mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob{background-color:#bdbdbd}.mdc-switch--theme-dark .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob,.mdc-theme--dark .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob{background-color:#424242}.mdc-tab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;cursor:pointer;display:table-cell;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;min-height:48px;min-width:160px;overflow:hidden;padding:0 24px;position:relative;text-align:center;text-decoration:inherit;text-decoration:none;text-transform:inherit;vertical-align:middle;white-space:nowrap}.mdc-tab,.mdc-tab .mdc-tab__icon{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.mdc-tab:hover,.mdc-tab:hover .mdc-tab__icon{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-tab:focus{outline-color:rgba(0,0,0,.54);outline-color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.mdc-tab-bar--theme-dark .mdc-tab,.mdc-theme--dark .mdc-tab{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-tab-bar--theme-dark .mdc-tab:hover,.mdc-theme--dark .mdc-tab:hover{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-tab-bar--theme-dark .mdc-tab:focus,.mdc-theme--dark .mdc-tab:focus{outline-color:hsla(0,0%,100%,.7);outline-color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}@media screen and (max-width:600px){.mdc-tab{min-width:72px;padding:0 12px}}.mdc-tab__icon{display:block;height:24px;margin:0 auto;width:24px}.mdc-tab-bar--icons-with-text .mdc-tab__icon{margin-top:4px}.mdc-tab__icon-text{display:block;margin:0 auto}.mdc-tab__icon+.mdc-tab__icon-text{padding-top:6px}.mdc-tab--active,.mdc-tab--active .mdc-tab__icon{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-tab-bar--theme-dark .mdc-tab--active,.mdc-theme--dark .mdc-tab--active{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-tab--active:before{bottom:0}.mdc-tab__indicator{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));bottom:2px;height:2px;left:0;position:absolute;visibility:hidden;width:calc(100% - 4px)}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab{position:relative}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab--active .mdc-tab__indicator,.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:active .mdc-tab__indicator,.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:hover .mdc-tab__indicator{visibility:visible}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:not(.mdc-tab--active):hover .mdc-tab__indicator{opacity:.38}.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab--active,.mdc-tab-bar:not(.mdc-tab-bar-upgraded) .mdc-tab:not(.mdc-tab--active):active .mdc-tab__indicator{opacity:.87}.mdc-tab.mdc-ripple-upgraded{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity}.mdc-tab.mdc-ripple-upgraded:after,.mdc-tab.mdc-ripple-upgraded:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-tab.mdc-ripple-upgraded:before{transition:opacity 15ms linear}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab.mdc-ripple-upgraded:after,.mdc-tab.mdc-ripple-upgraded:before{background-color:#000}.mdc-tab.mdc-ripple-upgraded:hover:before{opacity:.04}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused:before,.mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-tab.mdc-ripple-upgraded:after,.mdc-tab.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded:before,.mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:after,.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:after,.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:before{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff)}}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:hover:before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:hover:before{opacity:.08}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused:before,.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-tab-bar--theme-dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded,.mdc-theme--dark .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:after,.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:after,.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:before{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-primary,#fff)}}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:hover:before{opacity:.08}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused:before,.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-toolbar .mdc-tab.mdc-ripple-upgraded.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-tab.mdc-ripple-upgraded:focus{outline:none}.mdc-tab-bar__indicator{bottom:0;height:2px;left:0;position:absolute;visibility:hidden}.mdc-tab-bar__indicator,.mdc-tab__indicator{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-tab-bar{display:table;height:48px;margin:0 auto;position:relative;text-transform:uppercase}.mdc-tab-bar__indicator{transform-origin:left top;transition:transform .24s cubic-bezier(0,0,.2,1) 0ms;width:100%;will-change:transform}.mdc-tab-bar--theme-dark .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-tab-bar__indicator{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-toolbar .mdc-tab-bar .mdc-tab{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-primary,hsla(0,0%,100%,.7))}.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-toolbar .mdc-tab-bar .mdc-tab--active,.mdc-toolbar .mdc-tab-bar .mdc-tab:hover{color:#fff;color:var(--mdc-theme-text-primary-on-primary,#fff)}.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab--active,.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab:hover,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab--active,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab:hover{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-toolbar .mdc-tab-bar .mdc-tab-bar__indicator{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-primary,#fff)}.mdc-tab-bar--theme-dark .mdc-toolbar .mdc-tab-bar .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-toolbar .mdc-tab-bar .mdc-tab-bar__indicator{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-tab-bar--icons-with-text{height:72px}.mdc-tab-bar-scroller{align-items:center;background-color:inherit;box-sizing:border-box;display:flex;overflow:hidden;width:100%}.mdc-tab-bar-scroller__scroll-frame{display:flex;flex:1;justify-content:flex-start;overflow:hidden;position:relative}.mdc-tab-bar-scroller__scroll-frame__tabs{transition:transform .24s cubic-bezier(0,0,.2,1) 0ms;will-change:transform}.mdc-tab-bar-scroller__indicator{align-items:center;color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));cursor:pointer;display:flex;justify-content:center;visibility:hidden;width:48px}.mdc-tab-bar--theme-dark .mdc-tab-bar-scroller__indicator,.mdc-theme--dark .mdc-tab-bar-scroller__indicator{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-tab-bar-scroller__indicator:hover{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-tab-bar--theme-dark .mdc-tab-bar-scroller__indicator:hover,.mdc-theme--dark .mdc-tab-bar-scroller__indicator:hover{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.mdc-tab-bar-scroller__indicator__inner{color:inherit;cursor:inherit;text-decoration:inherit}.mdc-tab-bar-scroller__indicator__inner:focus{outline-color:inherit}.mdc-tab-bar-scroller[dir=rtl] .mdc-tab-bar-scroller__indicator__inner,[dir=rtl] .mdc-tab-bar-scroller .mdc-tab-bar-scroller__indicator__inner{transform:rotate(180deg)}.mdc-tab-bar-scroller__indicator__inner:hover{color:inherit}.mdc-tab-bar--theme-dark .mdc-tab-bar-scroller__indicator__inner:hover,.mdc-theme--dark .mdc-tab-bar-scroller__indicator__inner:hover{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-tab-bar-scroller__indicator--enabled{visibility:visible}.mdc-text-field__bottom-line{bottom:0;height:2px;left:0;opacity:0;position:absolute;transform:scaleX(0);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);width:100%;z-index:2}.mdc-text-field__bottom-line--active{transform:scaleX(1)}.mdc-text-field .mdc-text-field__input:focus~.mdc-text-field__bottom-line{opacity:1}.mdc-text-field-helper-text{font-size:.75rem;margin:0;opacity:0;transition:opacity .18s cubic-bezier(.4,0,.2,1);will-change:opacity}.mdc-text-field+.mdc-text-field-helper-text{margin-bottom:8px}.mdc-text-field-helper-text--persistent{opacity:1;transition:none;will-change:auto}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{bottom:16px;cursor:pointer;position:absolute}.mdc-text-field--theme-dark .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--theme-dark .mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-theme--dark .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-theme--dark .mdc-text-field--with-trailing-icon .mdc-text-field__icon{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field__label{bottom:8px;cursor:text;left:0;position:absolute;transform-origin:left top;transition:transform .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1)}.mdc-text-field[dir=rtl] .mdc-text-field__label,[dir=rtl] .mdc-text-field .mdc-text-field__label{left:auto;right:0;transform-origin:right top}.mdc-text-field__label--float-above{cursor:auto;transform:translateY(-100%) scale(.75)}.mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-standard .25s 1}.mdc-text-field__idle-outline{border:1px solid;border-radius:4px;height:calc(100% - 4px);left:0;opacity:1;position:absolute;top:0;transition:opacity .1s ease;width:calc(100% - 4px)}.mdc-text-field__outline{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;border-radius:4px;height:calc(100% - 2px);left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .18s cubic-bezier(.4,0,.2,1);width:calc(100% - 1px);will-change:transform,opacity}.mdc-text-field__outline:after,.mdc-text-field__outline:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-text-field__outline:before{transition:opacity 15ms linear}.mdc-text-field__outline.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-text-field__outline.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-text-field__outline.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field__outline.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field__outline:after,.mdc-text-field__outline:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-text-field__outline.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}.mdc-text-field__outline.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-text-field__outline.mdc-ripple-upgraded--unbounded:before,.mdc-text-field__outline.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-text-field__outline:after,.mdc-text-field__outline:before{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align:auto){.mdc-text-field__outline:after,.mdc-text-field__outline:before{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}}.mdc-text-field__outline:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-text-field__outline:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-text-field__outline.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-text-field__outline svg{height:100%;position:absolute;width:100%}.mdc-text-field__outline svg .mdc-text-field__outline-path{stroke-width:1px;fill:transparent;transition:stroke .18s cubic-bezier(.4,0,.2,1),stroke-width .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1)}.mdc-text-field{display:inline-block;margin-bottom:8px;position:relative;will-change:opacity,transform,color}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{border-color:rgba(0,0,0,.5)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:hover{border-color:#000}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__bottom-line{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__label{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__label{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38))}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__idle-outline{border-color:rgba(0,0,0,.12)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__outline .mdc-text-field__outline-path{stroke:rgba(0,0,0,.12)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon:hover~.mdc-text-field__idle-outline,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:hover~.mdc-text-field__idle-outline{border-color:rgba(0,0,0,.87)}.mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-text-field__outline-path{stroke:#6200ee;stroke:var(--mdc-theme-primary,#6200ee)}.mdc-text-field__input{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-bottom:1px solid;border-radius:0;font-family:Roboto,sans-serif;font-size:inherit;letter-spacing:.04em;padding:0 0 8px;transition:opacity .18s cubic-bezier(.4,0,.2,1);width:100%}.mdc-text-field__input::-moz-placeholder{opacity:1;-moz-transition:color .18s cubic-bezier(.4,0,.2,1);transition:color .18s cubic-bezier(.4,0,.2,1)}.mdc-text-field__input::placeholder{opacity:1;transition:color .18s cubic-bezier(.4,0,.2,1)}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input--theme-dark,.mdc-theme--dark .mdc-text-field__input{border-bottom:1px solid hsla(0,0%,100%,.5)}.mdc-text-field__input--theme-dark:hover,.mdc-theme--dark .mdc-text-field__input:hover{border-bottom:1px solid}.mdc-text-field__input--theme-dark::-moz-placeholder,.mdc-theme--dark .mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field__input--theme-dark::placeholder,.mdc-theme--dark .mdc-text-field__input::placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field__input--theme-dark:focus::-moz-placeholder,.mdc-theme--dark .mdc-text-field__input:focus::-moz-placeholder{color:hsla(0,0%,100%,.3)}.mdc-text-field__input--theme-dark:focus::placeholder,.mdc-theme--dark .mdc-text-field__input:focus::placeholder{color:hsla(0,0%,100%,.3)}.mdc-text-field__input:-webkit-autofill+.mdc-text-field__label{cursor:auto;transform:translateY(-100%) scale(.75)}.mdc-text-field--outlined{border:none;height:56px}.mdc-text-field--outlined .mdc-text-field__input{background-color:transparent;border:none;display:flex;height:30px;padding:12px;z-index:1}.mdc-text-field--outlined .mdc-text-field__input:hover~.mdc-text-field__idle-outline{border:1px solid}.mdc-text-field--outlined .mdc-text-field__label{bottom:20px;left:16px;position:absolute;right:auto;transition:transform .26s ease}.mdc-text-field--outlined .mdc-text-field__label[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-text-field__label{left:auto;right:16px}.mdc-text-field--outlined .mdc-text-field__label--float-above{transform:translateY(-130%) scale(.75)}.mdc-text-field--outlined .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-outlined .25s 1}.mdc-text-field--outlined .mdc-text-field__icon{z-index:2}.mdc-text-field--outlined .mdc-text-field__icon:hover~.mdc-text-field__idle-outline{border:1px solid rgba(0,0,0,.87)}.mdc-text-field--outlined .mdc-text-field__label--float-above~.mdc-text-field__idle-outline{opacity:0}.mdc-text-field--outlined .mdc-text-field__label--float-above~.mdc-text-field__outline{opacity:1}.mdc-text-field--outlined.mdc-text-field--focused .mdc-text-field__idle-outline{opacity:0}.mdc-text-field--outlined.mdc-text-field--focused .mdc-text-field__outline{opacity:1}.mdc-text-field--outlined.mdc-text-field--focused .mdc-text-field__outline-path{stroke-width:2px}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0,0,0,.38)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__idle-outline{border-color:rgba(0,0,0,.06)}.mdc-text-field--outlined.mdc-text-field--disabled:not(.mdc-text-field--focused) .mdc-text-field__outline .mdc-text-field__outline-path{stroke:rgba(0,0,0,.06)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__outline-path{stroke-width:1px}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__label{bottom:20px}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3)}.mdc-text-field--outlined.mdc-text-field--dense{height:48px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 7px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label{bottom:18px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateY(-145%) scale(.923)}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-outlined-dense .25s 1}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon{top:12px}.mdc-text-field--box{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;background-color:rgba(0,0,0,.04);border-radius:4px 4px 0 0;display:inline-flex;height:56px;margin-top:16px;overflow:hidden;position:relative;will-change:transform,opacity}.mdc-text-field--box:after,.mdc-text-field--box:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-text-field--box:before{transition:opacity 15ms linear}.mdc-text-field--box.mdc-ripple-upgraded:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-text-field--box.mdc-ripple-upgraded--unbounded:after{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0)}.mdc-text-field--box.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field--box.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field--box:after,.mdc-text-field--box:before{background-color:rgba(0,0,0,.87)}@supports not (-ms-ime-align:auto){.mdc-text-field--box:after,.mdc-text-field--box:before{background-color:rgba(0,0,0,.87);background-color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}}.mdc-text-field--box:hover:before{opacity:.04}.mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before,.mdc-text-field--box:not(.mdc-ripple-upgraded)[focus-within]:before{opacity:.12;transition-duration:75ms}.mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within:before,.mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before{opacity:.12;transition-duration:75ms}.mdc-text-field--box:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-text-field--box:not(.mdc-ripple-upgraded):active:after{opacity:.16;transition-duration:75ms}.mdc-text-field--box.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.16}.mdc-text-field--box:after,.mdc-text-field--box:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-text-field--box.mdc-ripple-upgraded:before{height:200%;left:-50%;top:-50%;transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0));width:200%}.mdc-text-field--box.mdc-ripple-upgraded--unbounded:before{left:0;left:var(--mdc-ripple-left,0);top:0;top:var(--mdc-ripple-top,0);transform:scale(0);transform:scale(var(--mdc-ripple-fg-scale,0))}.mdc-text-field--box.mdc-ripple-upgraded--unbounded:before,.mdc-text-field--box.mdc-ripple-upgraded:after{height:100%;height:var(--mdc-ripple-fg-size,100%);width:100%;width:var(--mdc-ripple-fg-size,100%)}.mdc-text-field--theme-dark.mdc-text-field--box,.mdc-theme--dark .mdc-text-field--box{background-color:hsla(0,0%,100%,.1)}.mdc-text-field--theme-dark.mdc-text-field--box:after,.mdc-text-field--theme-dark.mdc-text-field--box:before,.mdc-theme--dark .mdc-text-field--box:after,.mdc-theme--dark .mdc-text-field--box:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-text-field--theme-dark.mdc-text-field--box:after,.mdc-text-field--theme-dark.mdc-text-field--box:before,.mdc-theme--dark .mdc-text-field--box:after,.mdc-theme--dark .mdc-text-field--box:before{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark,#fff)}}.mdc-text-field--theme-dark.mdc-text-field--box:hover:before,.mdc-theme--dark .mdc-text-field--box:hover:before{opacity:.08}.mdc-text-field--theme-dark.mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before,.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded)[focus-within]:before,.mdc-theme--dark .mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded)[focus-within]:before{opacity:.24;transition-duration:75ms}.mdc-text-field--theme-dark.mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within:before,.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before,.mdc-theme--dark .mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within:before,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before{opacity:.24;transition-duration:75ms}.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):after,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-text-field--theme-dark.mdc-text-field--box:not(.mdc-ripple-upgraded):active:after,.mdc-theme--dark .mdc-text-field--box:not(.mdc-ripple-upgraded):active:after{opacity:.32;transition-duration:75ms}.mdc-text-field--theme-dark.mdc-text-field--box.mdc-ripple-upgraded,.mdc-theme--dark .mdc-text-field--box.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.32}.mdc-text-field--box .mdc-text-field__input{align-self:flex-end;box-sizing:border-box;height:100%;padding:20px 16px 0}.mdc-text-field--box .mdc-text-field__label{bottom:20px;color:rgba(0,0,0,.6);left:16px;overflow:hidden;pointer-events:none;position:absolute;right:auto;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 48px);will-change:transform}.mdc-text-field--box .mdc-text-field__label[dir=rtl],[dir=rtl] .mdc-text-field--box .mdc-text-field__label{left:auto;right:16px}.mdc-text-field--theme-dark .mdc-text-field--box .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--box .mdc-text-field__label{color:hsla(0,0%,100%,.7);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))}.mdc-text-field--box .mdc-text-field__label--float-above{transform:translateY(-50%) scale(.75)}.mdc-text-field--box .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-box .25s 1}.mdc-text-field--box.mdc-text-field--disabled{background-color:rgba(0,0,0,.02);border-bottom:none;color:rgba(0,0,0,.38)}.mdc-text-field--theme-dark.mdc-text-field--box.mdc-text-field--disabled,.mdc-theme--dark .mdc-text-field--box.mdc-text-field--disabled{background-color:#303030;border-bottom:none;color:hsla(0,0%,100%,.3)}.mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__label{bottom:20px}.mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3)}.mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__icon--theme-dark,.mdc-theme--dark .mdc-text-field--box.mdc-text-field--disabled .mdc-text-field__icon{color:hsla(0,0%,100%,.3)}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label{bottom:20px}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateY(-90%) scale(.923)}.mdc-text-field--box.mdc-text-field--dense .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-box-dense .25s 1}.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:15px}.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:15px;padding-right:48px}.mdc-text-field--with-leading-icon .mdc-text-field__icon{left:15px;right:auto}.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon{left:auto;right:15px}.mdc-text-field--with-leading-icon .mdc-text-field__label{left:48px;right:auto}.mdc-text-field--with-leading-icon .mdc-text-field__label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__label{left:auto;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__label--float-above{transform:translateX(-27%) translateY(-130%) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__label--float-above{transform:translateX(27%) translateY(-130%) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-outlined-leading-icon .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateX(-25%) translateY(-145%) scale(.923)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateX(25%) translateY(-145%) scale(.923)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-outlined-leading-icon-dense .25s 1}.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:15px;padding-right:48px}.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:15px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:auto;right:15px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:15px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;transform:scale(.8)}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:12px;padding-right:38px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__label{left:38px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__label{left:auto;right:38px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:12px;padding-right:38px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:38px;padding-right:12px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box){align-items:flex-end;box-sizing:border-box;display:inline-flex;margin-top:16px;position:relative}.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box):not(.mdc-text-field--textarea):not(.mdc-text-field--outlined){height:48px}.mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) .mdc-text-field__label{pointer-events:none}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:hover{border-color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__bottom-line{background-color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__label{color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__label{color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text--validation-msg{color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__idle-outline{border-color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__outline .mdc-text-field__outline-path{stroke:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon:hover~.mdc-text-field__idle-outline,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:hover~.mdc-text-field__idle-outline{border-color:#d50000}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-text-field__outline-path{stroke:#d50000}.mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--theme-dark.mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg,.mdc-theme--dark .mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg{color:#ff6e6e}.mdc-text-field--dense{font-size:.813rem;margin-bottom:4px;margin-top:12px}.mdc-text-field--dense .mdc-text-field__label--float-above{transform:translateY(-110%) scale(.923)}.mdc-text-field--disabled{pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{border-color:rgba(35,31,32,.26);color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder,.mdc-text-field--disabled .mdc-text-field__label{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-text-field--disabled .mdc-text-field__input::placeholder,.mdc-text-field--disabled .mdc-text-field__label{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-text-field--disabled+.mdc-text-field-helper-text{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__input,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input{border-color:hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder,.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__label{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,.mdc-text-field--theme-dark .mdc-text-field--disabled .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input::placeholder,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__label{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field--disabled .mdc-text-field__input,.mdc-text-field--theme-dark.mdc-text-field--disabled .mdc-text-field__input,.mdc-theme--dark .mdc-text-field--disabled .mdc-text-field__input{border-bottom:1px dotted}.mdc-text-field--theme-dark.mdc-text-field--disabled+.mdc-text-field-helper-text,.mdc-theme--dark .mdc-text-field--disabled+.mdc-text-field-helper-text{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field--disabled .mdc-text-field__label{bottom:8px;cursor:default}.mdc-text-field__input:required+.mdc-text-field__label:after{content:"*";margin-left:1px}.mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder,.mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__label{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,.mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__label{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--focused .mdc-text-field__input:required+.mdc-text-field__label:after{color:#d50000}.mdc-text-field--theme-dark.mdc-text-field--focused .mdc-text-field__input:required+.mdc-text-field__label:after,.mdc-theme--dark .mdc-text-field--focused .mdc-text-field__input:required+.mdc-text-field__label:after{color:#ff6e6e}.mdc-text-field--focused+.mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--textarea{border:1px solid rgba(0,0,0,.73);border-radius:4px;display:flex;height:auto;overflow:hidden;transition:none;width:-moz-fit-content;width:fit-content}.mdc-text-field--textarea .mdc-text-field__label{border-radius:4px 4px 0 0}.mdc-text-field--textarea .mdc-text-field__input{border-radius:2px}.mdc-text-field--theme-dark .mdc-text-field--textarea,.mdc-theme--dark .mdc-text-field--textarea{border-color:#fff}.mdc-text-field--textarea .mdc-text-field__input{border:1px solid transparent;margin:0;padding:32px 16px 16px}.mdc-text-field--textarea .mdc-text-field__input:focus{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--textarea .mdc-text-field__input:invalid:not(:focus){border-color:#d50000}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__input:hover,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__input:hover{border-bottom-color:transparent}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__input:focus,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__input:focus{border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__input:invalid:not(:focus),.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__input:invalid:not(:focus){border-color:#ff6e6e}.mdc-text-field--textarea .mdc-text-field__label{background-color:#fff;bottom:auto;left:1px;line-height:1.15;margin-left:8px;margin-top:2px;padding:8px;right:auto;top:18px}.mdc-text-field--textarea .mdc-text-field__label[dir=rtl],[dir=rtl] .mdc-text-field--textarea .mdc-text-field__label{left:auto;right:1px}.mdc-text-field--theme-dark .mdc-text-field--textarea .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__label{background-color:#303030}.mdc-text-field--textarea .mdc-text-field__label--float-above{transform:translateY(-50%) scale(.923)}.mdc-text-field--textarea .mdc-text-field__label--float-above.mdc-text-field__label--shake{animation:invalid-shake-float-above-textarea .25s 1}.mdc-text-field--textarea.mdc-text-field--disabled{background-color:#f9f9f9;border-color:rgba(35,31,32,.26);border-style:solid}.mdc-text-field--theme-dark .mdc-text-field--textarea.mdc-text-field--disabled,.mdc-theme--dark .mdc-text-field--textarea.mdc-text-field--disabled{background-color:#2f2f2f;border-color:hsla(0,0%,100%,.3)}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__label{background-color:#f9f9f9}.mdc-text-field--theme-dark .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__label{background-color:#2f2f2f}.mdc-text-field--textarea.mdc-text-field--invalid{border-color:#d50000}.mdc-text-field--textarea.mdc-text-field--focused{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea){border:none;border-bottom:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:block;height:56px;margin:0;outline:none}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{border:none!important;height:100%;padding:0;resize:none;width:100%}.mdc-text-field--fullwidth .mdc-text-field__input{resize:vertical}.mdc-text-field--fullwidth--theme-dark,.mdc-theme--dark .mdc-text-field--fullwidth{border-bottom:1px solid hsla(0,0%,100%,.12)}.mdc-text-field--dense+.mdc-text-field-helper-text{margin-bottom:4px}.mdc-text-field--box+.mdc-text-field-helper-text{margin-left:16px;margin-right:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}:root{--mdc-theme-primary:#6200ee;--mdc-theme-primary-light:#b37eff;--mdc-theme-primary-dark:#8936ff;--mdc-theme-secondary:#018786;--mdc-theme-secondary-light:#02cecc;--mdc-theme-secondary-dark:#004040;--mdc-theme-background:#fff;--mdc-theme-text-primary-on-primary:#fff;--mdc-theme-text-secondary-on-primary:hsla(0,0%,100%,.7);--mdc-theme-text-hint-on-primary:hsla(0,0%,100%,.5);--mdc-theme-text-disabled-on-primary:hsla(0,0%,100%,.5);--mdc-theme-text-icon-on-primary:hsla(0,0%,100%,.5);--mdc-theme-text-primary-on-primary-light:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-primary-light:rgba(0,0,0,.54);--mdc-theme-text-hint-on-primary-light:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-primary-light:rgba(0,0,0,.38);--mdc-theme-text-icon-on-primary-light:rgba(0,0,0,.38);--mdc-theme-text-primary-on-primary-dark:#fff;--mdc-theme-text-secondary-on-primary-dark:hsla(0,0%,100%,.7);--mdc-theme-text-hint-on-primary-dark:hsla(0,0%,100%,.5);--mdc-theme-text-disabled-on-primary-dark:hsla(0,0%,100%,.5);--mdc-theme-text-icon-on-primary-dark:hsla(0,0%,100%,.5);--mdc-theme-text-primary-on-secondary:#fff;--mdc-theme-text-secondary-on-secondary:hsla(0,0%,100%,.7);--mdc-theme-text-hint-on-secondary:hsla(0,0%,100%,.5);--mdc-theme-text-disabled-on-secondary:hsla(0,0%,100%,.5);--mdc-theme-text-icon-on-secondary:hsla(0,0%,100%,.5);--mdc-theme-text-primary-on-secondary-light:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-secondary-light:rgba(0,0,0,.54);--mdc-theme-text-hint-on-secondary-light:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-secondary-light:rgba(0,0,0,.38);--mdc-theme-text-icon-on-secondary-light:rgba(0,0,0,.38);--mdc-theme-text-primary-on-secondary-dark:#fff;--mdc-theme-text-secondary-on-secondary-dark:hsla(0,0%,100%,.7);--mdc-theme-text-hint-on-secondary-dark:hsla(0,0%,100%,.5);--mdc-theme-text-disabled-on-secondary-dark:hsla(0,0%,100%,.5);--mdc-theme-text-icon-on-secondary-dark:hsla(0,0%,100%,.5);--mdc-theme-text-primary-on-background:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,.38);--mdc-theme-text-primary-on-dark:#fff;--mdc-theme-text-secondary-on-dark:hsla(0,0%,100%,.7);--mdc-theme-text-hint-on-dark:hsla(0,0%,100%,.5);--mdc-theme-text-disabled-on-dark:hsla(0,0%,100%,.5);--mdc-theme-text-icon-on-dark:hsla(0,0%,100%,.5)}.mdc-theme--background{background-color:#fff;background-color:var(--mdc-theme-background,#fff)}.mdc-theme--primary{color:#6200ee!important;color:var(--mdc-theme-primary,#6200ee)!important}.mdc-theme--primary-light{color:#b37eff!important;color:var(--mdc-theme-primary-light,#b37eff)!important}.mdc-theme--primary-dark{color:#8936ff!important;color:var(--mdc-theme-primary-dark,#8936ff)!important}.mdc-theme--secondary{color:#018786!important;color:var(--mdc-theme-secondary,#018786)!important}.mdc-theme--secondary-light{color:#02cecc!important;color:var(--mdc-theme-secondary-light,#02cecc)!important}.mdc-theme--secondary-dark{color:#004040!important;color:var(--mdc-theme-secondary-dark,#004040)!important}.mdc-theme--text-primary-on-primary{color:#fff!important;color:var(--mdc-theme-text-primary-on-primary,#fff)!important}.mdc-theme--text-secondary-on-primary{color:hsla(0,0%,100%,.7)!important;color:var(--mdc-theme-text-secondary-on-primary,hsla(0,0%,100%,.7))!important}.mdc-theme--text-hint-on-primary{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-hint-on-primary,hsla(0,0%,100%,.5))!important}.mdc-theme--text-disabled-on-primary{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-disabled-on-primary,hsla(0,0%,100%,.5))!important}.mdc-theme--text-icon-on-primary{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-icon-on-primary,hsla(0,0%,100%,.5))!important}.mdc-theme--text-primary-on-primary-light{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-primary-light,rgba(0,0,0,.87))!important}.mdc-theme--text-secondary-on-primary-light{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-primary-light,rgba(0,0,0,.54))!important}.mdc-theme--text-hint-on-primary-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-primary-light,rgba(0,0,0,.38))!important}.mdc-theme--text-disabled-on-primary-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-primary-light,rgba(0,0,0,.38))!important}.mdc-theme--text-icon-on-primary-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-primary-light,rgba(0,0,0,.38))!important}.mdc-theme--text-primary-on-primary-dark{color:#fff!important;color:var(--mdc-theme-text-primary-on-primary-dark,#fff)!important}.mdc-theme--text-secondary-on-primary-dark{color:hsla(0,0%,100%,.7)!important;color:var(--mdc-theme-text-secondary-on-primary-dark,hsla(0,0%,100%,.7))!important}.mdc-theme--text-hint-on-primary-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-hint-on-primary-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-disabled-on-primary-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-disabled-on-primary-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-icon-on-primary-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-icon-on-primary-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-primary-on-secondary{color:#fff!important;color:var(--mdc-theme-text-primary-on-secondary,#fff)!important}.mdc-theme--text-secondary-on-secondary{color:hsla(0,0%,100%,.7)!important;color:var(--mdc-theme-text-secondary-on-secondary,hsla(0,0%,100%,.7))!important}.mdc-theme--text-hint-on-secondary{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-hint-on-secondary,hsla(0,0%,100%,.5))!important}.mdc-theme--text-disabled-on-secondary{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-disabled-on-secondary,hsla(0,0%,100%,.5))!important}.mdc-theme--text-icon-on-secondary{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-icon-on-secondary,hsla(0,0%,100%,.5))!important}.mdc-theme--text-primary-on-secondary-light{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-secondary-light,rgba(0,0,0,.87))!important}.mdc-theme--text-secondary-on-secondary-light{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-secondary-light,rgba(0,0,0,.54))!important}.mdc-theme--text-hint-on-secondary-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-secondary-light,rgba(0,0,0,.38))!important}.mdc-theme--text-disabled-on-secondary-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-secondary-light,rgba(0,0,0,.38))!important}.mdc-theme--text-icon-on-secondary-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-secondary-light,rgba(0,0,0,.38))!important}.mdc-theme--text-primary-on-secondary-dark{color:#fff!important;color:var(--mdc-theme-text-primary-on-secondary-dark,#fff)!important}.mdc-theme--text-secondary-on-secondary-dark{color:hsla(0,0%,100%,.7)!important;color:var(--mdc-theme-text-secondary-on-secondary-dark,hsla(0,0%,100%,.7))!important}.mdc-theme--text-hint-on-secondary-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-hint-on-secondary-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-disabled-on-secondary-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-disabled-on-secondary-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-icon-on-secondary-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-icon-on-secondary-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-primary-on-background{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))!important}.mdc-theme--text-secondary-on-background{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))!important}.mdc-theme--text-hint-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))!important}.mdc-theme--text-disabled-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38))!important}.mdc-theme--text-icon-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))!important}.mdc-theme--text-primary-on-light{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))!important}.mdc-theme--text-secondary-on-light{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))!important}.mdc-theme--text-hint-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38))!important}.mdc-theme--text-disabled-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))!important}.mdc-theme--text-icon-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-light,rgba(0,0,0,.38))!important}.mdc-theme--text-primary-on-dark{color:#fff!important;color:var(--mdc-theme-text-primary-on-dark,#fff)!important}.mdc-theme--text-secondary-on-dark{color:hsla(0,0%,100%,.7)!important;color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))!important}.mdc-theme--text-hint-on-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-disabled-on-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-icon-on-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-icon-on-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--primary-bg{background-color:#6200ee!important;background-color:var(--mdc-theme-primary,#6200ee)!important}.mdc-theme--primary-light-bg{background-color:#b37eff!important;background-color:var(--mdc-theme-primary-light,#b37eff)!important}.mdc-theme--primary-dark-bg{background-color:#8936ff!important;background-color:var(--mdc-theme-primary-dark,#8936ff)!important}.mdc-theme--secondary-bg{background-color:#018786!important;background-color:var(--mdc-theme-secondary,#018786)!important}.mdc-theme--secondary-light-bg{background-color:#02cecc!important;background-color:var(--mdc-theme-secondary-light,#02cecc)!important}.mdc-theme--secondary-dark-bg{background-color:#004040!important;background-color:var(--mdc-theme-secondary-dark,#004040)!important}.mdc-toolbar{background-color:#6200ee;background-color:var(--mdc-theme-primary,#6200ee);color:#fff;flex-direction:column;justify-content:space-between}.mdc-toolbar,.mdc-toolbar__row{box-sizing:border-box;display:flex;position:relative;width:100%}.mdc-toolbar__row{align-items:center;height:auto;min-height:64px}@media (max-width:959px) and (orientation:landscape){.mdc-toolbar__row{min-height:48px}}@media (max-width:599px){.mdc-toolbar__row{min-height:56px}}.mdc-toolbar__section{align-items:flex-start;display:inline-flex;flex:1;height:100%;justify-content:center;min-width:0;z-index:1}.mdc-toolbar__section--align-start{justify-content:flex-start;order:-1}.mdc-toolbar__section--align-end{justify-content:flex-end;order:1}.mdc-toolbar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-self:center;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;line-height:1.5rem;margin-left:24px;margin-right:0;overflow:hidden;padding:16px 0;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;white-space:nowrap;z-index:1}.mdc-toolbar__title[dir=rtl],[dir=rtl] .mdc-toolbar__title{margin-left:0;margin-right:24px}.mdc-toolbar__icon{align-items:center;background-color:transparent;border:none;color:inherit;cursor:pointer;display:flex;justify-content:center;padding:16px 12px;text-decoration:none}.mdc-toolbar__icon:last-of-type{padding-left:12px;padding-right:24px}.mdc-toolbar__icon:last-of-type[dir=rtl],[dir=rtl] .mdc-toolbar__icon:last-of-type{padding-left:24px;padding-right:12px}.mdc-toolbar__menu-icon{align-items:center;background-color:transparent;border:none;color:inherit;cursor:pointer;display:flex;justify-content:center;padding:16px 24px;text-decoration:none}.mdc-toolbar__menu-icon+.mdc-toolbar__title{margin-left:8px;margin-right:0}.mdc-toolbar__menu-icon+.mdc-toolbar__title[dir=rtl],[dir=rtl] .mdc-toolbar__menu-icon+.mdc-toolbar__title{margin-left:0;margin-right:8px}@media (max-width:599px){.mdc-toolbar__title{margin-left:16px;margin-right:0}.mdc-toolbar__title[dir=rtl],[dir=rtl] .mdc-toolbar__title{margin-left:0;margin-right:16px}.mdc-toolbar__icon{padding-left:8px;padding-right:8px}.mdc-toolbar__icon:last-of-type{padding-left:8px;padding-right:16px}.mdc-toolbar__icon:last-of-type[dir=rtl],[dir=rtl] .mdc-toolbar__icon:last-of-type{padding-left:16px;padding-right:8px}.mdc-toolbar__menu-icon{padding-left:16px;padding-right:16px}.mdc-toolbar__menu-icon+.mdc-toolbar__title{margin-left:16px;margin-right:0}.mdc-toolbar__menu-icon+.mdc-toolbar__title[dir=rtl],[dir=rtl] .mdc-toolbar__menu-icon+.mdc-toolbar__title{margin-left:0;margin-right:16px}}.mdc-toolbar--fixed{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);left:0;position:fixed;top:0;z-index:4}.mdc-toolbar--flexible{--mdc-toolbar-ratio-to-extend-flexible:4}.mdc-toolbar--flexible .mdc-toolbar__row:first-child{height:256px;height:calc(64px*var(--mdc-toolbar-ratio-to-extend-flexible, 4))}@media (max-width:599px){.mdc-toolbar--flexible .mdc-toolbar__row:first-child{height:224px;height:calc(56px*var(--mdc-toolbar-ratio-to-extend-flexible, 4))}}.mdc-toolbar--flexible .mdc-toolbar__row:first-child:after{content:"";position:absolute}.mdc-toolbar--flexible-default-behavior .mdc-toolbar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-self:flex-end;font-family:Roboto,sans-serif;font-size:2.125rem;font-weight:400;letter-spacing:normal;line-height:2.5rem;line-height:1.5rem;text-decoration:inherit;text-transform:inherit}.mdc-toolbar--flexible-default-behavior .mdc-toolbar__row:first-child:after{height:100%;left:0;opacity:1;top:0;transition:opacity .2s ease;width:100%}.mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__row:first-child:after{opacity:0}.mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__title{font-weight:500}.mdc-toolbar--waterfall.mdc-toolbar--fixed{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--flexible-space-minimized{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--flexible-space-minimized{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-toolbar-fixed-adjust{margin-top:64px}@media (max-width:959px) and (max-height:599px){.mdc-toolbar-fixed-adjust{margin-top:48px}}@media (max-width:599px){.mdc-toolbar-fixed-adjust{margin-top:56px}}.mdc-toolbar__section--shrink-to-fit{flex:none}.mdc-typography,.mdc-typography--display4{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif}.mdc-typography--display4{font-size:7rem;font-weight:300;letter-spacing:-.04em;line-height:7rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--display4{margin:-1rem 0 3.5rem -.085em}.mdc-typography--display3{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:3.5rem;font-weight:400;letter-spacing:-.02em;line-height:3.5rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--display3{margin:-8px 0 64px -.07em}.mdc-typography--display2{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:2.8125rem;font-weight:400;letter-spacing:normal;line-height:3rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--display2{margin:-.5rem 0 4rem -.07em}.mdc-typography--display1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:2.125rem;font-weight:400;letter-spacing:normal;line-height:2.5rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--display1{margin:-.5rem 0 4rem -.07em}.mdc-typography--headline{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:normal;line-height:2rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--headline{margin:-.5rem 0 1rem -.06em}.mdc-typography--title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--title{margin:-.5rem 0 1rem -.05em}.mdc-typography--subheading2{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.75rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--subheading2{margin:-.5rem 0 1rem -.06em}.mdc-typography--subheading1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.938rem;font-weight:400;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--subheading1{margin:-.313rem 0 .813rem -.06em}.mdc-typography--body2{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:1.5rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--body2{margin:-.25rem 0 .75rem}.mdc-typography--body1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--body1{margin:-.25rem 0 .75rem}.mdc-typography--caption{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.08em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit}.mdc-typography--adjust-margin.mdc-typography--caption{margin:-.5rem 0 1rem -.04em}.mdc-typography--button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.04em;line-height:2.25rem;text-decoration:none;text-transform:uppercase}.mdc-typography--adjust-margin.mdc-typography--button{margin:inherit}@keyframes mdc-slider-emphasize{0%{animation-timing-function:ease-out}50%{animation-timing-function:ease-in;transform:scale(.85)}to{transform:scale(.571)}}.mdc-slider{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;height:48px;position:relative;touch-action:pan-x;width:100%}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track{background-color:#1f80f2;background-color:var(--mdc-theme-secondary,#1f80f2)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container{background-color:rgba(31,128,242,.26)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container:after,.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker:after{background-color:#1f80f2;background-color:var(--mdc-theme-secondary,#1f80f2)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb{fill:#1f80f2;fill:var(--mdc-theme-secondary,#1f80f2);stroke:#1f80f2;stroke:var(--mdc-theme-secondary,#1f80f2)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring,.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin{background-color:#1f80f2;background-color:var(--mdc-theme-secondary,#1f80f2)}.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin{color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.mdc-slider--disabled .mdc-slider__track{background-color:#9a9a9a}.mdc-slider--disabled .mdc-slider__track-container{background-color:hsla(0,0%,60%,.26)}.mdc-slider--disabled .mdc-slider__track-marker-container:after,.mdc-slider--disabled .mdc-slider__track-marker:after{background-color:#9a9a9a}.mdc-slider--disabled .mdc-slider__thumb{fill:#9a9a9a;stroke:#9a9a9a;stroke:#fff;stroke:var(--mdc-slider-bg-color-behind-component,#fff)}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track{background-color:#787878}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track-container,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track-container{background-color:hsla(0,0%,47%,.26)}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track-marker-container:after,.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__track-marker:after,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track-marker-container:after,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__track-marker:after{background-color:#787878}.mdc-slider--theme-dark.mdc-slider--disabled .mdc-slider__thumb,.mdc-theme--dark .mdc-slider--disabled .mdc-slider__thumb{fill:#787878;stroke:#787878;stroke:#333;stroke:var(--mdc-slider-bg-color-behind-component,#333)}.mdc-slider:focus{outline:none}.mdc-slider__track-container{height:2px;overflow:hidden;position:absolute;top:50%;width:100%}.mdc-slider__track{height:100%;position:absolute;transform-origin:left top;width:100%;will-change:transform}.mdc-slider[dir=rtl] .mdc-slider__track,[dir=rtl] .mdc-slider .mdc-slider__track{transform-origin:right top}.mdc-slider__track-marker-container{display:flex;margin-left:-1px;margin-right:0;visibility:hidden}.mdc-slider[dir=rtl] .mdc-slider__track-marker-container,[dir=rtl] .mdc-slider .mdc-slider__track-marker-container{margin-left:0;margin-right:-1px}.mdc-slider__track-marker-container:after{content:"";display:block;height:2px;width:2px}.mdc-slider__track-marker{flex:1}.mdc-slider__track-marker:after{content:"";display:block;height:2px;width:2px}.mdc-slider__track-marker:first-child:after{width:3px}.mdc-slider__thumb-container{height:100%;left:0;position:absolute;top:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:21px;will-change:transform}.mdc-slider__thumb{stroke-width:3.5;left:0;position:absolute;top:0;transform:scale(.571);transition:transform .1s ease-out,fill .1s ease-out,stroke .1s ease-out}.mdc-slider__focus-ring{border-radius:50%;height:21px;opacity:0;transition:transform .26667s ease-out,opacity .26667s ease-out,background-color .26667s ease-out;width:21px}.mdc-slider__pin{align-items:center;border-radius:50% 50% 50% 0;display:flex;height:26px;justify-content:center;left:0;margin-left:-2px;margin-top:-2px;position:absolute;top:0;transform:rotate(-45deg) scale(0) translate(0);transition:transform .1s ease-out;width:26px;z-index:1}.mdc-slider__pin-value-marker{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.08em;line-height:1.25rem;text-decoration:inherit;text-transform:inherit;transform:rotate(45deg)}.mdc-slider--active .mdc-slider__thumb{transform:scaleX(1)}.mdc-slider--focus .mdc-slider__thumb{animation:mdc-slider-emphasize .26667s linear}.mdc-slider--focus .mdc-slider__focus-ring{opacity:.25;transform:scale3d(1.55,1.55,1.55)}.mdc-slider--disabled{cursor:auto}.mdc-slider--in-transit .mdc-slider__thumb{transition-delay:.14s}.mdc-slider--in-transit .mdc-slider__thumb-container,.mdc-slider--in-transit .mdc-slider__track,.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track{transition:transform 80ms ease}.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb{transform:scale(.57143)}.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin{transform:rotate(-45deg) scale(1) translate(19px,-20px)}.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb{animation:none}.mdc-slider--discrete.mdc-slider--display-markers .mdc-slider__track-marker-container{visibility:visible}.ui-kit-slider{background-color:#1f96f2;border-radius:7px;cursor:pointer;height:14px;opacity:.84;position:relative;width:40px}.ui-kit-slider__circle{background-color:#fff;border-radius:50%;height:8px;margin-top:3px;position:absolute;top:0;transition:left .2s ease;width:8px}.ui-kit-slider__circle_left{left:3px}.ui-kit-slider__circle_right{left:29px}.axis-slider{display:inline-flex}.axis-slider__letter{color:rgba(0,0,0,.38);font-size:15px;line-height:18px}.axis-slider__letter_left{margin-right:16px}.axis-slider__letter_right{margin-left:16px}.mdc-dialog{cursor:auto;display:none;z-index:-1}.mdc-dialog--open{display:flex;z-index:10000}.mdc-dialog__surface{bottom:auto}.mdc-dialog-button{display:inline-block}.mdc-dialog__error{color:rgba(255,0,0,.87);font-size:13px;padding:10px;text-align:center}.mdc-dialog__body{line-height:inherit}.mdc-dialog--theme-dark .mdc-dialog__surface,.mdc-theme--dark .mdc-dialog__surface{background-color:#262625;box-shadow:0 0 24px 0 rgba(0,0,0,.22),0 24px 24px 0 rgba(0,0,0,.3)}.mdc-dialog--theme-dark .mdc-dialog__footer,.mdc-theme--dark .mdc-dialog__footer{background-color:#404040;box-shadow:0 -1px 0 0 rgba(0,0,0,.12)}.mdc-date-time-picker{display:inline-flex}.mdc-date-time-picker *{box-sizing:border-box}.mdc-date-time-picker .rdtPicker{border:none;box-shadow:0 0 6px 0 rgba(0,0,0,.22),0 3px 6px 0 rgba(0,0,0,.3);height:392px;left:-50%;margin-top:0;padding:0 13px 0 8px;top:100%;width:327px}.mdc-date-time-picker .rdtPicker .rdtTime{height:100%}.mdc-date-time-picker .rdtPicker table{border-collapse:collapse;height:100%}.mdc-date-time-picker .rdtPicker td,.mdc-date-time-picker .rdtPicker th{height:auto}.mdc-date-time-picker .rdtPicker th{border:none;height:54px;padding:10px 0}.mdc-date-time-picker .rdtPicker .rdtNext,.mdc-date-time-picker .rdtPicker .rdtPrev{position:relative}.mdc-date-time-picker .rdtPicker .rdtNext span,.mdc-date-time-picker .rdtPicker .rdtPrev span{display:none}.mdc-date-time-picker .rdtPicker .rdtPrev:before{transform:rotate(90deg)}.mdc-date-time-picker .rdtPicker .rdtNext:before,.mdc-date-time-picker .rdtPicker .rdtPrev:before{background-image:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzU3NTc1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTcuNDEgOC41OSAxMiAxMy4xN2w0LjU5LTQuNThMMTggMTBsLTYgNi02LTYgMS40MS0xLjQxeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMFYweiIvPjwvc3ZnPg==");background-position:50%;background-repeat:no-repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.mdc-date-time-picker .rdtPicker .rdtNext:before{transform:rotate(-90deg)}.mdc-date-time-picker .rdtPicker .dow{color:rgba(0,0,0,.38);font-size:12px;height:16px;padding-bottom:13px;width:40px}.mdc-date-time-picker .rdtPicker .rdtSwitch{color:rgba(0,0,0,.87);font-size:14px}.mdc-date-time-picker .rdtPicker .rdtDay{color:rgba(0,0,0,.87);font-size:12px;height:40px;text-shadow:none}.mdc-date-time-picker .rdtPicker .rdtDay:hover{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0iI2VlZSI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiLz48L3N2Zz4=")}.mdc-date-time-picker .rdtPicker .rdtDay.rdtActive,.mdc-date-time-picker .rdtPicker .rdtDay:hover{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:40px 40px}.mdc-date-time-picker .rdtPicker .rdtDay.rdtActive{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0iIzE0OTVGNyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiLz48L3N2Zz4=");color:#fff!important}.mdc-date-time-picker .rdtPicker .rdtDay.rdtDisabled:hover{background-image:none;color:rgba(0,0,0,.87)}.mdc-date-time-picker .rdtPicker .rdtDay.rdtToday{color:#1495f7}.mdc-date-time-picker .rdtPicker .rdtDay.rdtToday:before{display:none}.mdc-date-time-picker .rdtPicker .rdtNew,.mdc-date-time-picker .rdtPicker .rdtNew.rdtDisabled:hover,.mdc-date-time-picker .rdtPicker .rdtOld,.mdc-date-time-picker .rdtPicker .rdtOld.rdtDisabled:hover{color:rgba(0,0,0,.12)}.mdc-date-time-picker .rdtPicker tfoot{border:none}.mdc-date-time-picker .rdtPicker .rdtTimeToggle{color:rgba(0,0,0,.87);font-family:Roboto;font-size:14px;font-weight:500;height:61px}.mdc-date-time-picker .rdtPicker .rdtCounters{align-items:center;display:flex;justify-content:center}.mdc-date-time-picker .rdtPicker .rdtCounter{align-items:center;display:flex;flex-direction:column;height:auto;width:auto}.mdc-date-time-picker .rdtPicker .rdtCounter .rdtBtn{background-image:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNzU3NTc1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTcuNDEgOC41OSAxMiAxMy4xN2w0LjU5LTQuNThMMTggMTBsLTYgNi02LTYgMS40MS0xLjQxeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMFYweiIvPjwvc3ZnPg==");background-position:50%;background-repeat:no-repeat;height:40px;overflow:hidden;padding-left:80px;width:40px}.mdc-date-time-picker .rdtPicker .rdtCounter .rdtBtn:first-child{transform:rotate(180deg)}.mdc-date-time-picker .rdtPicker .rdtCount,.mdc-date-time-picker .rdtPicker .rdtCounterSeparator{color:rgba(0,0,0,.87);font-size:60px;font-weight:300}.mdc-date-time-picker .rdtMonths,.mdc-date-time-picker .rdtYears{display:flex;flex-direction:column;height:100%}.mdc-date-time-picker .rdtMonths table:first-child,.mdc-date-time-picker .rdtYears table:first-child{height:auto}.mdc-date-time-picker .rdtMonths table:nth-child(2),.mdc-date-time-picker .rdtYears table:nth-child(2){height:auto;margin:auto}.mdc-date-time-picker .rdtMonths .rdtActive,.mdc-date-time-picker .rdtMonths .rdtActive:hover,.mdc-date-time-picker .rdtYears .rdtActive,.mdc-date-time-picker .rdtYears .rdtActive:hover{background-color:#2397f4}.mdc-date-time-picker .rdtMonth,.mdc-date-time-picker .rdtYear{border-radius:4px;color:rgba(0,0,0,.87);font-size:14px;height:72px!important}.mdc-date-time-picker--theme-dark .rdtPicker,.mdc-theme--dark .mdc-date-time-picker .rdtPicker{background-color:#262625}.mdc-date-time-picker--theme-dark .dow,.mdc-date-time-picker--theme-dark .rdtDay,.mdc-date-time-picker--theme-dark .rdtSwitch,.mdc-theme--dark .mdc-date-time-picker .dow,.mdc-theme--dark .mdc-date-time-picker .rdtDay,.mdc-theme--dark .mdc-date-time-picker .rdtSwitch{color:hsla(0,0%,100%,.87)}.mdc-date-time-picker--theme-dark .rdtDay:hover,.mdc-theme--dark .mdc-date-time-picker .rdtDay:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle fill='rgba(255, 255, 255, 0.08)' cx='10' cy='10' r='10'/%3E%3C/svg%3E")}.mdc-date-time-picker--theme-dark .rdtDay.rdtDisabled:hover,.mdc-theme--dark .mdc-date-time-picker .rdtDay.rdtDisabled:hover{background-image:none;color:hsla(0,0%,100%,.12)}.mdc-date-time-picker--theme-dark .rdtDay.rdtToday,.mdc-theme--dark .mdc-date-time-picker .rdtDay.rdtToday{color:#1495f7}.mdc-date-time-picker--theme-dark .rdtDay.rdtToday:before,.mdc-theme--dark .mdc-date-time-picker .rdtDay.rdtToday:before{display:none}.mdc-date-time-picker--theme-dark .rdtNew,.mdc-date-time-picker--theme-dark .rdtNew.rdtDisabled:hover,.mdc-date-time-picker--theme-dark .rdtOld,.mdc-date-time-picker--theme-dark .rdtOld.rdtDisabled:hover,.mdc-theme--dark .mdc-date-time-picker .rdtNew,.mdc-theme--dark .mdc-date-time-picker .rdtNew.rdtDisabled:hover,.mdc-theme--dark .mdc-date-time-picker .rdtOld,.mdc-theme--dark .mdc-date-time-picker .rdtOld.rdtDisabled:hover{color:hsla(0,0%,100%,.12)}.mdc-date-time-picker--theme-dark .rdtTimeToggle,.mdc-theme--dark .mdc-date-time-picker .rdtTimeToggle{color:hsla(0,0%,100%,.87)}.mdc-date-time-picker--theme-dark .rdtTimeToggle:hover,.mdc-theme--dark .mdc-date-time-picker .rdtTimeToggle:hover{background-color:hsla(0,0%,100%,.08)}.mdc-date-time-picker--theme-dark .rdtCount,.mdc-date-time-picker--theme-dark .rdtCounterSeparator,.mdc-date-time-picker--theme-dark .rdtMonth,.mdc-date-time-picker--theme-dark .rdtYear,.mdc-theme--dark .mdc-date-time-picker .rdtCount,.mdc-theme--dark .mdc-date-time-picker .rdtCounterSeparator,.mdc-theme--dark .mdc-date-time-picker .rdtMonth,.mdc-theme--dark .mdc-date-time-picker .rdtYear{color:hsla(0,0%,100%,.87)}.mdc-date-time-picker--theme-dark .rdtMonth.rdtDisabled,.mdc-date-time-picker--theme-dark .rdtYear.rdtDisabled,.mdc-theme--dark .mdc-date-time-picker .rdtMonth.rdtDisabled,.mdc-theme--dark .mdc-date-time-picker .rdtYear.rdtDisabled{color:hsla(0,0%,100%,.38)}.mdc-date-time-picker--theme-dark .rdtCounter .rdtBtn:hover,.mdc-date-time-picker--theme-dark thead tr:first-child th:hover,.mdc-theme--dark .mdc-date-time-picker .rdtCounter .rdtBtn:hover,.mdc-theme--dark .mdc-date-time-picker thead tr:first-child th:hover{background-color:hsla(0,0%,100%,.08)}.mdc-drawer--temporary .mdc-drawer__drawer--theme-dark,.mdc-theme--dark .mdc-drawer--temporary .mdc-drawer__drawer{background-color:#262625}.mdc-fab{align-items:center}.mdc-icon{display:inline-block;height:24px;line-height:normal;overflow:hidden;position:relative;text-align:center;vertical-align:middle;width:24px}.mdc-icon .svg-holder{bottom:20%;font-size:0;left:20%;position:absolute;right:20%;top:20%}.mdc-icon svg{fill:currentColor;height:100%;width:100%}.mdc-icon__src{background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:20%;left:20%;position:absolute;right:20%;top:20%}.mdc-icon--no-shrinked .mdc-icon__src{bottom:0;left:0;right:0;top:0}.mdc-icon--half-shrinked .mdc-icon__src{bottom:25%;left:25%;right:25%;top:25%}.mdc-icon--3-4-shrinked .mdc-icon__src{bottom:12.5%;left:12.5%;right:12.5%;top:12.5%}.mdc-icon--no-shrinked .svg-holder{bottom:0;left:0;right:0;top:0}.mdc-icon--half-shrinked .svg-holder{bottom:25%;left:25%;right:25%;top:25%}.mdc-icon--3-4-shrinked .svg-holder{bottom:12.5%;left:12.5%;right:12.5%;top:12.5%}.mdc-icon--large{height:36px;width:36px}.mdc-icon--rounded{border-radius:100%}.mdc-list-item[data-visible=false]{display:none}.mdc-list-item--vertical{align-items:flex-start;flex-direction:column;justify-content:center}.mdc-list-item[aria-selected=true]{background-color:#dcdcdc}.mdc-list-item--theme-dark[aria-selected=true],.mdc-theme--dark .mdc-list-item[aria-selected=true]{background-color:rgba(105,189,255,.2)}.mdc-menu-anchor{cursor:pointer}.mdc-simple-menu{overflow:auto;z-index:10000}.mdc-simple-menu--animating{overflow:hidden}.mdc-simple-menu__items{display:block}.mdc-simple-menu--theme-dark,.mdc-theme--dark .mdc-simple-menu{background-color:#404040;box-shadow:0 0 8px 0 rgba(0,0,0,.12),0 8px 8px 0 rgba(0,0,0,.24)}.mdc-simple-menu-overlay{background-color:rgba(0,0,0,.05);bottom:0;left:0;position:absolute;right:0;top:0;visibility:hidden;z-index:10000}.mdc-simple-menu-overlay--visible{visibility:visible}.mdc-checkbox{position:relative;transform:translateZ(0)}.mdc-radio-list{list-style-type:none;margin:0;padding:0}.mdc-radio-list__item{list-style-type:none;margin:0;padding:0 0 10px}.mdc-radio-list--horizontal .mdc-radio-list__item{display:inline-block;padding:0 3px 0 5px;vertical-align:middle}.mdc-radio{position:relative;transform:translateZ(0)}.mdc-select--theme-dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text,.mdc-select--theme-dark .mdc-select:not(.mdc-select--disabled) .mdc-select__surface,.mdc-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text,.mdc-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__surface{color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.mdc-select--theme-dark .mdc-select:not(.mdc-select--disabled) .mdc-select__surface,.mdc-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__surface{background-color:#000}.mdc-select--theme-dark .mdc-select:not(.mdc-select--disabled) .mdc-select__label,.mdc-theme--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__label{color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.mdc-select--theme-dark .mdc-select.mdc-select--disabled .mdc-select__label,.mdc-theme--dark .mdc-select.mdc-select--disabled .mdc-select__label{color:hsla(0,0%,100%,.54);color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.54))}.mdc-select--multiple{background-position:100% 17px;height:auto;position:relative}.mdc-select--multiple .mdc-select__surface{height:auto}.mdc-select--multiple .mdc-select__inputContainer{zoom:1;width:100%}.mdc-select--multiple .mdc-select__inputContainer:after,.mdc-select--multiple .mdc-select__inputContainer:before{content:"";display:table}.mdc-select--multiple .mdc-select__inputContainer:after{clear:both}.mdc-select--multiple .mdc-select__input{background:none;border:0;float:left;height:36px;padding:0}.mdc-select--multiple .mdc-select__input:focus{outline:none}.mdc-select--multiple .mdc-select__input--theme-dark,.mdc-theme--dark .mdc-select--multiple .mdc-select__input{color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-primary-dark,hsla(0,0%,100%,.87))}.mdc-select--multiple .mdc-select__input--theme-dark::-moz-placeholder,.mdc-theme--dark .mdc-select--multiple .mdc-select__input::-moz-placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-select--multiple .mdc-select__input--theme-dark::placeholder,.mdc-theme--dark .mdc-select--multiple .mdc-select__input::placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-select--multiple .mdc-select__selectionItems{float:left}.mdc-select--multiple .mdc-select__selected_item{background-color:#dedede;border:0;border-radius:16px;color:rgba(0,0,0,.87);float:left;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:0;height:32px;line-height:32px;margin:2px 3px 4px 0;padding:0 6px 0 12px;white-space:nowrap}.mdc-select--multiple .mdc-select__selected_item--theme-dark,.mdc-theme--dark .mdc-select--multiple .mdc-select__selected_item{background-color:rgba(105,189,255,.26);color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.mdc-select--multiple .mdc-select__selected_item_close,.mdc-select--multiple .mdc-select__selected_item_label{display:inline-block;font-size:13px;vertical-align:middle}.mdc-select--multiple .mdc-select__selected_item_close{background:transparent;border:none;color:rgba(0,0,0,.87);cursor:pointer;height:24px;line-height:20px;margin:0 0 0 4px;opacity:.54;outline:none;overflow:hidden;padding:0;text-align:center;text-decoration:none;width:24px}.mdc-select--multiple .mdc-select__selected_item_close--theme-dark,.mdc-theme--dark .mdc-select--multiple .mdc-select__selected_item_close{color:#97aab9}.mdc-select--multiple .mdc-select__selected_chipped{align-items:center;display:flex;justify-content:space-between;padding-left:0}.mdc-select--multiple .mdc-select__selected_chipped .mdc-icon--half-shrinked .mdc-icon__src{height:24px;width:24px}.mdc-select--multiple .mdc-select__chip-container{border-radius:50%;margin-right:8px}.mdc-select--multiple .mdc-select__chip-container,.mdc-switch__background .mdc-switch__knob{align-items:center;display:flex;justify-content:center}.mdc-switch__background .mdc-switch__knob .mdc-switch__icon{color:rgba(0,0,0,.38)}.mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background .mdc-switch__knob .mdc-switch__icon{color:#fff}@keyframes invalid-shake-float-above-standard{0%{transform:translateX(0) translateY(-100%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-100%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-100%) scale(.75)}to{transform:translateX(0) translateY(-100%) scale(.75)}}@keyframes invalid-shake-float-above-box{0%{transform:translateX(0) translateY(-50%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-50%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-50%) scale(.75)}to{transform:translateX(0) translateY(-50%) scale(.75)}}@keyframes invalid-shake-float-above-box-dense{0%{transform:translateX(0) translateY(-90%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-90%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-90%) scale(.923)}to{transform:translateX(0) translateY(-90%) scale(.923)}}@keyframes invalid-shake-float-above-outlined{0%{transform:translateX(0) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-130%) scale(.75)}to{transform:translateX(0) translateY(-130%) scale(.75)}}@keyframes invalid-shake-float-above-outlined-dense{0%{transform:translateX(0) translateY(-145%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-145%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-145%) scale(.923)}to{transform:translateX(0) translateY(-145%) scale(.923)}}@keyframes invalid-shake-float-above-outlined-leading-icon{0%{transform:translateX(-27%) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(-23%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-31%) translateY(-130%) scale(.75)}to{transform:translateX(-27%) translateY(-130%) scale(.75)}}@keyframes invalid-shake-float-above-outlined-leading-icon-dense{0%{transform:translateX(-25%) translateY(-145%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(-21%) translateY(-145%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-29%) translateY(-145%) scale(.923)}to{transform:translateX(-25%) translateY(-145%) scale(.923)}}@keyframes invalid-shake-float-above-textarea{0%{transform:translateX(0) translateY(-50%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-50%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-50%) scale(.923)}to{transform:translateX(0) translateY(-50%) scale(.923)}}.mdc-theme--dark input:-webkit-autofill,.mdc-theme--dark input:-webkit-autofill:focus,.mdc-theme--dark input:-webkit-autofill:hover,.mdc-theme--dark select:-webkit-autofill,.mdc-theme--dark select:-webkit-autofill:focus,.mdc-theme--dark select:-webkit-autofill:hover,.mdc-theme--dark textarea:-webkit-autofill,.mdc-theme--dark textarea:-webkit-autofill:focus,.mdc-theme--dark textarea:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #122331}.mdc-text-field--box.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:20px 16px 0}.mdc-text-field__input:-webkit-autofill+.mdc-text-field__label{transform:translateY(-50%) scale(.75)}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field--with-leading-icon,.mdc-text-field--with-trailing-icon{align-items:center;display:flex!important;padding-left:15px;padding-right:15px}.mdc-text-field--with-leading-icon .mdc-text-field__input,.mdc-text-field--with-trailing-icon .mdc-text-field__input{flex:1 1 auto}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{display:inline-block;overflow:hidden;text-overflow:ellipsis}.mdc-text-field--with-leading-icon .mdc-text-field__icon{margin-right:10px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{margin-left:10px}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:static}.mdc-text-field-helptext{color:rgba(0,0,0,.38);font-size:12px;line-height:1.3333;margin-top:5px;padding-left:16px}.mdc-text-field-helptext--theme-dark,.mdc-theme--dark .mdc-text-field-helptext{color:hsla(0,0%,100%,.54)}.mdc-text-field--upgraded.mdc-text-field--invalid .mdc-text-field__bottom-line--active{opacity:1}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea).mdc-text-field--with-leading-icon .mdc-text-field__input,.mdc-text-field--fullwidth:not(.mdc-text-field--textarea).mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-top:0}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{order:1}.mdc-text-field--multiline .mdc-text-field__input{border-width:1px;overflow:auto}.mdc-text-field--theme-dark:not(.mdc-text-field--disabled) .mdc-text-field__input,.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.mdc-text-field--theme-dark:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text,.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.mdc-text-field--theme-dark.mdc-text-field--box,.mdc-theme--dark .mdc-text-field--box{background-color:#000;border-bottom:#fff}.mdc-text-field--textarea{background:#f5f5f5}.mdc-text-field--theme-dark.mdc-text-field--textarea,.mdc-theme--dark .mdc-text-field--textarea{border:#fff}.mdc-text-field--theme-dark.mdc-text-field--textarea .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__label{background-color:#000}.mdc-text-field--textarea .mdc-text-field__label{background:#f5f5f5;margin-top:0}.mdc-text-field--textarea :hover,.mdc-text-field--textarea :hover+label{background:#ececec}.mdc-text-field--textarea :focus,.mdc-text-field--textarea :focus+label{background:#dcdcdc}.mdc-text-field--textarea :active,.mdc-text-field--textarea :active+label{background:#d3d3d3}.mdc-text-field--textarea--theme-dark,.mdc-text-field--textarea--theme-dark .mdc-text-field__label,.mdc-theme--dark .mdc-text-field--textarea,.mdc-theme--dark .mdc-text-field--textarea .mdc-text-field__label{background:#000}.mdc-text-field--textarea--theme-dark :hover,.mdc-theme--dark .mdc-text-field--textarea :hover{background:rgba(73,87,99,.107)}.mdc-text-field--textarea--theme-dark :hover+label,.mdc-theme--dark .mdc-text-field--textarea :hover+label{background:rgba(73,87,99,0)}.mdc-text-field--textarea--theme-dark :focus,.mdc-theme--dark .mdc-text-field--textarea :focus{background:rgba(73,87,99,.107)}.mdc-text-field--textarea--theme-dark :focus+label,.mdc-theme--dark .mdc-text-field--textarea :focus+label{background:rgba(73,87,99,0)}.mdc-text-field--textarea--theme-dark :active,.mdc-theme--dark .mdc-text-field--textarea :active{background:rgba(73,87,99,.107)}.mdc-text-field--textarea--theme-dark :active+label,.mdc-theme--dark .mdc-text-field--textarea :active+label{background:rgba(73,87,99,0)}.mdc-text-field--textarea.mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-text-field--textarea.mdc-text-field--box:hover:before,.mdc-text-field--textarea.mdc-text-field--box:not(.mdc-ripple-upgraded):active:after,.mdc-text-field--textarea.mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before,.mdc-text-field--textarea.mdc-text-field--box:not(.mdc-ripple-upgraded)[focus-within]:before{opacity:0}.mdc-text-field--textarea.mdc-text-field--box.mdc-ripple-upgraded--background-focused:before,.mdc-text-field--textarea.mdc-text-field--box:hover:before,.mdc-text-field--textarea.mdc-text-field--box:not(.mdc-ripple-upgraded):active:after,.mdc-text-field--textarea.mdc-text-field--box:not(.mdc-ripple-upgraded):focus-within:before,.mdc-text-field--textarea.mdc-text-field--box:not(.mdc-ripple-upgraded):focus:before{opacity:0}.mdc-text-field__input--theme-dark::-moz-placeholder,.mdc-theme--dark .mdc-text-field__input::-moz-placeholder{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.mdc-text-field__input--theme-dark::placeholder,.mdc-theme--dark .mdc-text-field__input::placeholder{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.mdc-text-field--theme-dark:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder,.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-primary-dark,hsla(0,0%,100%,.5))}.mdc-text-field--theme-dark:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,.mdc-text-field--theme-dark:not(.mdc-text-field--disabled) .mdc-text-field__label,.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,.mdc-theme--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__label{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-primary-dark,hsla(0,0%,100%,.5))}.mdc-toolbar{align-items:center;flex-direction:row;height:64px;padding:0 20px;z-index:100}.mdc-toolbar__section{height:auto}.mdc-theme--dark .mdc-toolbar,.mdc-toolbar--theme-dark{--mdc-theme-primary:#000}.mdc-toolbar-fixed-adjust{height:64px;margin:0}@keyframes pulse{0%{opacity:0;transform:scale(0)}50%{transform:scale(.99)}to{opacity:1;transform:scale(1);visibility:visible}}.mdc-tooltip{background:rgba(97,97,97,.9);border-radius:2px;color:#fff;display:inline-block;font-size:10px;font-weight:500;left:-500px;line-height:14px;padding:8px;pointer-events:none;position:fixed;text-align:center;top:-500px;transform:scale(0);transform-origin:top center;white-space:nowrap;z-index:10000}.mdc-tooltip--multi-line{line-height:1.4;max-width:320px;white-space:normal}.mdc-tooltip--large{font-size:14px;line-height:14px;padding:16px}.mdc-tooltip.is-active{animation:pulse .2s cubic-bezier(0,0,.2,1) forwards}.mdc-tab-bar{margin-bottom:12px;margin-left:0;margin-right:auto}.mdc-tab-bar__indicator{background-color:#1f96f2}.mdc-tab-bar-holder,.mdc-tab-bar-scroller{height:48px;margin-bottom:18px;position:relative}.mdc-tab-bar-holder:after,.mdc-tab-bar-scroller:after{border-bottom:1px solid rgba(105,189,255,.26);content:"";left:0;position:absolute;top:48px;width:100%}.mdc-tab-bar-scroller{position:relative}.mdc-tab-bar-scroller:after{top:38px}.mdc-tabs{align-self:flex-start;display:flex;flex-direction:column}.mdc-tabs__panel{display:none}.mdc-tabs__panel_active{display:block}.mdc-tabs .mdc-tab{font-size:13px}.mdc-tabs--theme-dark .mdc-tab,.mdc-theme--dark .mdc-tabs .mdc-tab{color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.mdc-tabs--theme-dark .mdc-tab--active,.mdc-theme--dark .mdc-tabs .mdc-tab--active{color:#1f80f2;color:var(--mdc-theme-primary,#1f80f2)}.mdc-tabs--theme-dark .mdc-tab-bar__indicator,.mdc-theme--dark .mdc-tabs .mdc-tab-bar__indicator{background-color:#1f80f2;background-color:var(--mdc-theme-primary,#1f80f2)}.mdc-tab{margin-left:0;margin-right:auto;min-width:100px}.mdc-tab,.mdc-tab--active,.mdc-tab--active .mdc-tab__icon,.mdc-tab:focus,.mdc-tab:hover{color:#1f96f2}.circular-progress{animation:mui-progress-circular-rotate 1.4s linear infinite;color:#3f51b5;display:inline-block;line-height:1}.circular-progress__circle{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0px;animation:mui-progress-circular-dash 1.4s ease-in-out infinite}@keyframes mui-progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes mui-progress-circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-120px}}.material-icons{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;height:1em;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap;width:1em}.mdc-ripple-upgraded{position:relative;z-index:1}.mdc-ripple-upgraded:before{z-index:1}.mdc-checkbox,.mdc-radio{--mdc-ripple-fg-scale:1.6!important}.ui-kit-structure-view-rows-container{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.ui-kit-structure-view-rows-container--with-height{flex-grow:1;height:100%}.measureHeight .ui-kit-structure-view-rows-container--with-height{height:0!important;overflow:hidden}.ui-kit-structure-view-rows-container__top{flex:0 0 auto;overflow-x:hidden;overflow-y:auto}.ui-kit-structure-view-rows-container__top:focus{outline:0}.ui-kit-structure-view-rows-container__top__content{overflow:hidden}.ui-kit-structure-view-rows-container__top__content:focus{outline:0}.ui-kit-structure-view-rows-container__main{flex-grow:1;overflow-x:hidden;position:relative}.ui-kit-structure-view-rows-container__main:focus{outline:0}.ui-kit-structure-view-rows-container__main__content{overflow:hidden}.ui-kit-structure-view-rows-container__main__content:focus{outline:0}.ui-kit-structure-view-rows-container--with-height .ui-kit-structure-view-rows-container__main{overflow-y:auto}.ui-kit-structure-view-rows-container__bottom{flex:0 0 auto;overflow-x:hidden;overflow-y:auto}.ui-kit-structure-view-rows-container__bottom:focus{outline:0}.ui-kit-structure-view-rows-container__bottom__content{overflow:hidden}.ui-kit-structure-view-rows-container__bottom__content:focus{outline:0}.ui-kit-structure-view-rows-container .ui-kit-structure-view-rows-content:focus{outline:none}.ui-kit-table{box-sizing:border-box;display:flex;flex-direction:column}.ui-kit-table table{border-spacing:0}.ui-kit-table__nodata{padding:40px 10px 50px;text-align:center}.mdc-theme--dark .ui-kit-table__nodata,.ui-kit-table__nodata--theme-dark{background-color:#262626}.ui-kit-table__placeholder{padding:20px 10px;text-align:center}.mdc-theme--dark .ui-kit-table__placeholder,.ui-kit-table__placeholder--theme-dark{background-color:#262626}.ui-kit-table__header{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between}.ui-kit-table__headerleft{flex:0 0 auto;margin-right:10px}.ui-kit-table__headermiddle{flex:1}.ui-kit-table__headerright{flex:0 0 auto;margin-left:10px}.ui-kit-table__headerright__content{display:flex;justify-content:flex-end}.ui-kit-table__contentpane{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.ui-kit-table__footer{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;margin-top:10px}.ui-kit-table__footerleft{flex:0 0 auto;margin-right:10px}.ui-kit-table__footermiddle{flex:1}.ui-kit-table__footerright{flex:0 0 auto;margin-left:10px}.ui-kit-table-headcells,.ui-kit-table-row{box-sizing:border-box;display:flex;white-space:nowrap}.ui-kit-table-headcells__left,.ui-kit-table-row__left{align-items:center;background-color:#fff;display:flex;vertical-align:middle;white-space:nowrap}.mdc-theme--dark .ui-kit-table-headcells__left,.mdc-theme--dark .ui-kit-table-row__left,.ui-kit-table-headcells__left--theme-dark,.ui-kit-table-row__left--theme-dark{background-color:#262626}.ui-kit-table-headcells__main,.ui-kit-table-row__main{display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ui-kit-table-headcells__main__content,.ui-kit-table-row__main__content{align-items:center;display:flex}.mdc-theme--dark .ui-kit-table-headcells__main__content,.mdc-theme--dark .ui-kit-table-row__main__content,.ui-kit-table-headcells__main__content--theme-dark,.ui-kit-table-row__main__content--theme-dark{background-color:transparent}.ui-kit-table-headcells__right,.ui-kit-table-row__right{align-items:center;display:flex;vertical-align:middle;white-space:nowrap}.ui-kit-table-headcells{overflow:hidden}.ui-kit-table-headcell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-table-headcell__content{box-sizing:border-box;padding:10px 20px;word-break:break-all}.ui-kit-table-headcell--sortable{cursor:pointer}.ui-kit-table-headcell-sort-order{border-color:#e5e5e5 transparent transparent;border-style:solid;border-width:6px 4px 0;display:inline-block;height:0;left:7px;margin:-3px 0 0;position:absolute;top:50%;transform:rotate(0deg);transform-origin:center center;transition:transform .5s;vertical-align:middle;visibility:hidden;width:0}.ui-kit-table-headcell-sort-order--asc{visibility:visible}.ui-kit-table-headcell-sort-order--desc{transform:rotate(180deg);visibility:visible}.ui-kit-table-headcell-resizer{cursor:e-resize;display:inline-block;height:30px;position:absolute;right:-3px;top:50%;transform:translateY(-50%);vertical-align:middle;width:6px;z-index:1}.ui-kit-table-headcell-resizer:after{background:#ccc;bottom:0;content:"";left:2.5px;position:absolute;right:2.5px;top:0}.ui-kit-table-headcell-resizer--right{left:-1px;right:auto}.ui-kit-table-row-no-children__content{padding:15px 20px;text-align:center}.ui-kit-table-cell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-table-cell__content{box-sizing:border-box;padding:10px 20px}.ui-kit-table-cell--content-----column .ui-kit-table-cell__content{padding:0}.withAutoWidth .ui-kit-table-cell__content{display:inline-block!important}.ui-kit-table .horizontal-scroll-bar{position:relative}.ui-kit-table .horizontal-scroll-bar__container{overflow:auto}.ui-kit-table .horizontal-scroll-bar__content{min-height:1px}.ui-kit-table-group-head{border-top:1px solid #e6e6e6;color:rgba(0,0,0,.87);font-size:12px;margin-top:15px;position:relative;text-transform:uppercase}.ui-kit-table-group-head:first-child{margin-top:-1px}.ui-kit-table-group-head__content{color:rgba(0,0,0,.87);font-size:12px;padding:18px}.mdc-theme--dark .ui-kit-table-group-head__content,.ui-kit-table-group-head__content--theme-dark{color:hsla(0,0%,100%,.87)}.ui-kit-table--material{border-radius:2px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2);margin:0 5px}.ui-kit-table--material .ui-kit-table__header{background-color:#fff;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));font-size:20px;line-height:24px;padding:18px 20px 12px}.mdc-theme--dark .ui-kit-table--material .ui-kit-table__header,.ui-kit-table--material .ui-kit-table__header--theme-dark{background-color:#262626;color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.ui-kit-table--material .ui-kit-table-headcell__content{background-color:#fff;color:rgba(38,44,51,.54);font-size:12px;font-weight:500;line-height:14px;padding:20px 10px 20px 20px}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-headcell__content,.ui-kit-table--material .ui-kit-table-headcell__content--theme-dark{background-color:#262626;color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.ui-kit-table--hasSelected .ui-kit-table__header{background-color:rgba(31,150,242,.1);color:#1f96f2;font-size:14px;line-height:16px}.ui-kit-table--material .ui-kit-table-row{background-color:#fff;border-top:1px solid #e5e5e5}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-row,.ui-kit-table--material .ui-kit-table-row--theme-dark{background-color:#262626;border-top-color:rgba(105,189,255,.12)}.ui-kit-table--material .ui-kit-table-row--selected{background-color:#f5f5f5}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-row--selected,.ui-kit-table--material .ui-kit-table-row--selected--theme-dark{background-color:#262626}.ui-kit-table--material .ui-kit-table-headcell-resizer{background:#fff;height:100%;top:0;transform:translateY(0);z-index:3}.ui-kit-table--material .ui-kit-table-headcell-resizer:after{bottom:15px;top:15px}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-headcell-resizer,.ui-kit-table--material .ui-kit-table-headcell-resizer--theme-dark{background-color:#262626}.ui-kit-table--material .ui-kit-table-headcells__left,.ui-kit-table--material .ui-kit-table-headcells__right,.ui-kit-table--material .ui-kit-table-row__left,.ui-kit-table--material .ui-kit-table-row__right{position:relative;z-index:1}.ui-kit-table--material .ui-kit-table-headcells__left:after,.ui-kit-table--material .ui-kit-table-row__left:after{background:linear-gradient(90deg,#000,transparent);bottom:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.5);content:"";opacity:.14;position:absolute;right:0;top:0;width:2px;z-index:2}.ui-kit-table--material .ui-kit-table-headcells__right:before,.ui-kit-table--material .ui-kit-table-row__right:before{background:linear-gradient(90deg,#000,transparent);bottom:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.5);content:"";left:0;opacity:.14;position:absolute;top:0;width:2px;z-index:2}.ui-kit-table--material .ui-kit-table-cell{background-color:#fff;position:relative}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-cell,.ui-kit-table--material .ui-kit-table-cell--theme-dark{background-color:#262626}.ui-kit-table--material .ui-kit-table-cell__content{font-family:Roboto,Arial,sans-serif;font-size:15px;line-height:18px;padding:15px 10px 15px 20px}.ui-kit-table--material .ui-kit-table-row--selected .ui-kit-table-cell{background-color:#f5f5f5}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-row--selected .ui-kit-table-cell,.ui-kit-table--material .ui-kit-table-row--selected .ui-kit-table-cell--theme-dark{background-color:#262626}.ui-kit-table--material .ui-kit-table-cell----group-side--{align-self:flex-end}.ui-kit-table--material .ui-kit-table-cell----group-side-- .group-side-cell__border{background:#fff;bottom:-3px;height:6px;left:0;position:absolute;right:0;z-index:1}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-cell----group-side-- .group-side-cell__border{background:#262626}.ui-kit-table--material .group-side-cell__name{position:relative;z-index:2}.ui-kit-table--material .ui-kit-table-row--selected .group-side-cell__border{background:#f5f5f5}.ui-kit-table--material .ui-kit-table-row--last-in-group .group-side-cell__border{display:none}.ui-kit-table--material .group-head-owner{position:relative;z-index:3}.ui-kit-table--material .ui-kit-table-headcells__main,.ui-kit-table--material .ui-kit-table-row__main{overflow:visible}.ui-kit-grid{box-sizing:border-box;display:flex;flex-direction:column}.ui-kit-grid table{border-spacing:0}.ui-kit-grid__nodata{padding:40px 10px 50px;text-align:center}.mdc-theme--dark .ui-kit-grid__nodata,.ui-kit-grid__nodata--theme-dark{background-color:#262626}.ui-kit-grid__placeholder{padding:20px 10px;text-align:center}.mdc-theme--dark .ui-kit-grid__placeholder,.ui-kit-grid__placeholder--theme-dark{background-color:#262626}.ui-kit-grid__header{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between}.ui-kit-grid__headerleft{flex:0 0 auto;margin-right:10px}.ui-kit-grid__headermiddle{flex:1}.ui-kit-grid__headerright{flex:0 0 auto;margin-left:10px}.ui-kit-grid__headerright__content{display:flex;justify-content:flex-end}.ui-kit-grid__contentpane{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.ui-kit-grid__footer{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;margin-top:10px}.ui-kit-grid__footerleft{flex:0 0 auto;margin-right:10px}.ui-kit-grid__footermiddle{flex:1}.ui-kit-grid__footerright{flex:0 0 auto;margin-left:10px}.ui-kit-grid-headcells,.ui-kit-grid-row{box-sizing:border-box;display:flex;white-space:nowrap}.ui-kit-grid-headcells__left,.ui-kit-grid-row__left{align-items:center;background-color:#fff;display:flex;vertical-align:middle;white-space:nowrap}.mdc-theme--dark .ui-kit-grid-headcells__left,.mdc-theme--dark .ui-kit-grid-row__left,.ui-kit-grid-headcells__left--theme-dark,.ui-kit-grid-row__left--theme-dark{background-color:#262626}.ui-kit-grid-headcells__main,.ui-kit-grid-row__main{display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ui-kit-grid-headcells__main__content,.ui-kit-grid-row__main__content{align-items:center;display:flex}.mdc-theme--dark .ui-kit-grid-headcells__main__content,.mdc-theme--dark .ui-kit-grid-row__main__content,.ui-kit-grid-headcells__main__content--theme-dark,.ui-kit-grid-row__main__content--theme-dark{background-color:transparent}.ui-kit-grid-headcells__right,.ui-kit-grid-row__right{align-items:center;display:flex;vertical-align:middle;white-space:nowrap}.ui-kit-grid-headcells{overflow:hidden}.ui-kit-grid-headcell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-grid-headcell__content{box-sizing:border-box;padding:10px 20px;word-break:break-all}.ui-kit-grid-headcell--sortable{cursor:pointer}.ui-kit-grid-headcell-sort-order{border-color:#e5e5e5 transparent transparent;border-style:solid;border-width:6px 4px 0;display:inline-block;height:0;left:7px;margin:-3px 0 0;position:absolute;top:50%;transform:rotate(0deg);transform-origin:center center;transition:transform .5s;vertical-align:middle;visibility:hidden;width:0}.ui-kit-grid-headcell-sort-order--asc{visibility:visible}.ui-kit-grid-headcell-sort-order--desc{transform:rotate(180deg);visibility:visible}.ui-kit-grid-headcell-resizer{cursor:e-resize;display:inline-block;height:30px;position:absolute;right:-3px;top:50%;transform:translateY(-50%);vertical-align:middle;width:6px;z-index:1}.ui-kit-grid-headcell-resizer:after{background:#ccc;bottom:0;content:"";left:2.5px;position:absolute;right:2.5px;top:0}.ui-kit-grid-headcell-resizer--right{left:-1px;right:auto}.ui-kit-grid-row-no-children__content{padding:15px 20px;text-align:center}.ui-kit-grid-cell{flex:0 0 auto;position:relative;white-space:normal}.ui-kit-grid-cell__content{box-sizing:border-box;padding:10px 20px}.ui-kit-grid-cell--content-----column .ui-kit-grid-cell__content{padding:0}.withAutoWidth .ui-kit-grid-cell__content{display:inline-block!important}.ui-kit-grid .horizontal-scroll-bar{position:relative}.ui-kit-grid .horizontal-scroll-bar__container{overflow:auto}.ui-kit-grid .horizontal-scroll-bar__content{min-height:1px}.ui-kit-grid-group-head{border-top:1px solid #e6e6e6;color:rgba(0,0,0,.87);font-size:12px;margin-top:15px;position:relative;text-transform:uppercase}.ui-kit-grid-group-head:first-child{margin-top:-1px}.ui-kit-grid-group-head__content{color:rgba(0,0,0,.87);font-size:12px;padding:18px}.mdc-theme--dark .ui-kit-grid-group-head__content,.ui-kit-grid-group-head__content--theme-dark{color:hsla(0,0%,100%,.87)}.ui-kit-grid-row{align-items:stretch;display:flex;flex-direction:row;padding-bottom:20px;position:relative}.ui-kit-grid-cell{box-sizing:border-box;padding:0 15px 0 5px}.ui-kit-grid-cell,.ui-kit-grid-cell__content{display:flex;flex:1 0 auto;flex-direction:column}.ui-kit-grid-cell__content{padding:0;position:relative}.ui-kit-grid-cell__content>*{flex:1 0 auto}.ui-kit-list{box-sizing:border-box;display:flex;flex-direction:column}.ui-kit-list table{border-spacing:0}.ui-kit-list__nodata{padding:40px 10px 50px;text-align:center}.mdc-theme--dark .ui-kit-list__nodata,.ui-kit-list__nodata--theme-dark{background-color:#262626}.ui-kit-list__placeholder{padding:20px 10px;text-align:center}.mdc-theme--dark .ui-kit-list__placeholder,.ui-kit-list__placeholder--theme-dark{background-color:#262626}.ui-kit-list__header{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between}.ui-kit-list__headerleft{flex:0 0 auto;margin-right:10px}.ui-kit-list__headermiddle{flex:1}.ui-kit-list__headerright{flex:0 0 auto;margin-left:10px}.ui-kit-list__headerright__content{display:flex;justify-content:flex-end}.ui-kit-list__contentpane{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.ui-kit-list__footer{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;margin-top:10px}.ui-kit-list__footerleft{flex:0 0 auto;margin-right:10px}.ui-kit-list__footermiddle{flex:1}.ui-kit-list__footerright{flex:0 0 auto;margin-left:10px}.ui-kit-list-headcells,.ui-kit-list-row{box-sizing:border-box;display:flex;white-space:nowrap}.ui-kit-list-headcells__left,.ui-kit-list-row__left{align-items:center;background-color:#fff;display:flex;vertical-align:middle;white-space:nowrap}.mdc-theme--dark .ui-kit-list-headcells__left,.mdc-theme--dark .ui-kit-list-row__left,.ui-kit-list-headcells__left--theme-dark,.ui-kit-list-row__left--theme-dark{background-color:#262626}.ui-kit-list-headcells__main,.ui-kit-list-row__main{display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ui-kit-list-headcells__main__content,.ui-kit-list-row__main__content{align-items:center;display:flex}.mdc-theme--dark .ui-kit-list-headcells__main__content,.mdc-theme--dark .ui-kit-list-row__main__content,.ui-kit-list-headcells__main__content--theme-dark,.ui-kit-list-row__main__content--theme-dark{background-color:transparent}.ui-kit-list-headcells__right,.ui-kit-list-row__right{align-items:center;display:flex;vertical-align:middle;white-space:nowrap}.ui-kit-list-headcells{overflow:hidden}.ui-kit-list-headcell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-list-headcell__content{box-sizing:border-box;padding:10px 20px;word-break:break-all}.ui-kit-list-headcell--sortable{cursor:pointer}.ui-kit-list-headcell-sort-order{border-color:#e5e5e5 transparent transparent;border-style:solid;border-width:6px 4px 0;display:inline-block;height:0;left:7px;margin:-3px 0 0;position:absolute;top:50%;transform:rotate(0deg);transform-origin:center center;transition:transform .5s;vertical-align:middle;visibility:hidden;width:0}.ui-kit-list-headcell-sort-order--asc{visibility:visible}.ui-kit-list-headcell-sort-order--desc{transform:rotate(180deg);visibility:visible}.ui-kit-list-headcell-resizer{cursor:e-resize;display:inline-block;height:30px;position:absolute;right:-3px;top:50%;transform:translateY(-50%);vertical-align:middle;width:6px;z-index:1}.ui-kit-list-headcell-resizer:after{background:#ccc;bottom:0;content:"";left:2.5px;position:absolute;right:2.5px;top:0}.ui-kit-list-headcell-resizer--right{left:-1px;right:auto}.ui-kit-list-row-no-children__content{padding:15px 20px;text-align:center}.ui-kit-list-cell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-list-cell__content{box-sizing:border-box;padding:10px 20px}.ui-kit-list-cell--content-----column .ui-kit-list-cell__content{padding:0}.withAutoWidth .ui-kit-list-cell__content{display:inline-block!important}.ui-kit-list .horizontal-scroll-bar{position:relative}.ui-kit-list .horizontal-scroll-bar__container{overflow:auto}.ui-kit-list .horizontal-scroll-bar__content{min-height:1px}.ui-kit-list-group-head{border-top:1px solid #e6e6e6;color:rgba(0,0,0,.87);font-size:12px;margin-top:15px;position:relative;text-transform:uppercase}.ui-kit-list-group-head:first-child{margin-top:-1px}.ui-kit-list-group-head__content{color:rgba(0,0,0,.87);font-size:12px;padding:18px}.mdc-theme--dark .ui-kit-list-group-head__content,.ui-kit-list-group-head__content--theme-dark{color:hsla(0,0%,100%,.87)}.ui-kit-tree-table{box-sizing:border-box;display:flex;flex-direction:column}.ui-kit-tree-table table{border-spacing:0}.ui-kit-tree-table__nodata{padding:40px 10px 50px;text-align:center}.mdc-theme--dark .ui-kit-tree-table__nodata,.ui-kit-tree-table__nodata--theme-dark{background-color:#262626}.ui-kit-tree-table__placeholder{padding:20px 10px;text-align:center}.mdc-theme--dark .ui-kit-tree-table__placeholder,.ui-kit-tree-table__placeholder--theme-dark{background-color:#262626}.ui-kit-tree-table__header{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between}.ui-kit-tree-table__headerleft{flex:0 0 auto;margin-right:10px}.ui-kit-tree-table__headermiddle{flex:1}.ui-kit-tree-table__headerright{flex:0 0 auto;margin-left:10px}.ui-kit-tree-table__headerright__content{display:flex;justify-content:flex-end}.ui-kit-tree-table__contentpane{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.ui-kit-tree-table__footer{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;margin-top:10px}.ui-kit-tree-table__footerleft{flex:0 0 auto;margin-right:10px}.ui-kit-tree-table__footermiddle{flex:1}.ui-kit-tree-table__footerright{flex:0 0 auto;margin-left:10px}.ui-kit-tree-table-headcells,.ui-kit-tree-table-row{box-sizing:border-box;display:flex;white-space:nowrap}.ui-kit-tree-table-headcells__left,.ui-kit-tree-table-row__left{align-items:center;background-color:#fff;display:flex;vertical-align:middle;white-space:nowrap}.mdc-theme--dark .ui-kit-tree-table-headcells__left,.mdc-theme--dark .ui-kit-tree-table-row__left,.ui-kit-tree-table-headcells__left--theme-dark,.ui-kit-tree-table-row__left--theme-dark{background-color:#262626}.ui-kit-tree-table-headcells__main,.ui-kit-tree-table-row__main{display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ui-kit-tree-table-headcells__main__content,.ui-kit-tree-table-row__main__content{align-items:center;display:flex}.mdc-theme--dark .ui-kit-tree-table-headcells__main__content,.mdc-theme--dark .ui-kit-tree-table-row__main__content,.ui-kit-tree-table-headcells__main__content--theme-dark,.ui-kit-tree-table-row__main__content--theme-dark{background-color:transparent}.ui-kit-tree-table-headcells__right,.ui-kit-tree-table-row__right{align-items:center;display:flex;vertical-align:middle;white-space:nowrap}.ui-kit-tree-table-headcells{overflow:hidden}.ui-kit-tree-table-headcell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-tree-table-headcell__content{box-sizing:border-box;padding:10px 20px;word-break:break-all}.ui-kit-tree-table-headcell--sortable{cursor:pointer}.ui-kit-tree-table-headcell-sort-order{border-color:#e5e5e5 transparent transparent;border-style:solid;border-width:6px 4px 0;display:inline-block;height:0;left:7px;margin:-3px 0 0;position:absolute;top:50%;transform:rotate(0deg);transform-origin:center center;transition:transform .5s;vertical-align:middle;visibility:hidden;width:0}.ui-kit-tree-table-headcell-sort-order--asc{visibility:visible}.ui-kit-tree-table-headcell-sort-order--desc{transform:rotate(180deg);visibility:visible}.ui-kit-tree-table-headcell-resizer{cursor:e-resize;display:inline-block;height:30px;position:absolute;right:-3px;top:50%;transform:translateY(-50%);vertical-align:middle;width:6px;z-index:1}.ui-kit-tree-table-headcell-resizer:after{background:#ccc;bottom:0;content:"";left:2.5px;position:absolute;right:2.5px;top:0}.ui-kit-tree-table-headcell-resizer--right{left:-1px;right:auto}.ui-kit-tree-table-row-no-children__content{padding:15px 20px;text-align:center}.ui-kit-tree-table-cell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-tree-table-cell__content{box-sizing:border-box;padding:10px 20px}.ui-kit-tree-table-cell--content-----column .ui-kit-tree-table-cell__content{padding:0}.withAutoWidth .ui-kit-tree-table-cell__content{display:inline-block!important}.ui-kit-tree-table .horizontal-scroll-bar{position:relative}.ui-kit-tree-table .horizontal-scroll-bar__container{overflow:auto}.ui-kit-tree-table .horizontal-scroll-bar__content{min-height:1px}.ui-kit-tree-table-group-head{border-top:1px solid #e6e6e6;color:rgba(0,0,0,.87);font-size:12px;margin-top:15px;position:relative;text-transform:uppercase}.ui-kit-tree-table-group-head:first-child{margin-top:-1px}.ui-kit-tree-table-group-head__content{color:rgba(0,0,0,.87);font-size:12px;padding:18px}.mdc-theme--dark .ui-kit-tree-table-group-head__content,.ui-kit-tree-table-group-head__content--theme-dark{color:hsla(0,0%,100%,.87)}.ui-kit-tree-table__toggler{margin-left:-20px;margin-top:3px;position:absolute;z-index:2}.ui-kit-tree-table-cell--withExpand .ui-kit-tree-table-cell__content{padding:10px 20px}.ui-kit-tree-table-row--leaf .ui-kit-tree-table-cell--content-----column .ui-kit-tree-table-cell__content{padding-left:0}.ui-kit-tree-table--material{border-radius:2px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2);margin:0 5px}.ui-kit-tree-table--material .ui-kit-tree-table__header{background-color:#fff;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));font-size:20px;line-height:24px;padding:18px 20px 12px}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table__header,.ui-kit-tree-table--material .ui-kit-tree-table__header--theme-dark{background-color:#262626;color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.ui-kit-tree-table--material .ui-kit-tree-table-headcell__content{background-color:#fff;color:rgba(38,44,51,.54);font-size:12px;font-weight:500;line-height:14px;padding:20px 10px 20px 20px}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-headcell__content,.ui-kit-tree-table--material .ui-kit-tree-table-headcell__content--theme-dark{background-color:#262626;color:hsla(0,0%,100%,.87);color:var(--mdc-theme-text-primary-on-dark,hsla(0,0%,100%,.87))}.ui-kit-tree-table--hasSelected .ui-kit-tree-table__header{background-color:rgba(31,150,242,.1);color:#1f96f2;font-size:14px;line-height:16px}.ui-kit-tree-table--material .ui-kit-tree-table-row{background-color:#fff;border-top:1px solid #e5e5e5}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-row,.ui-kit-tree-table--material .ui-kit-tree-table-row--theme-dark{background-color:#262626;border-top-color:rgba(105,189,255,.12)}.ui-kit-tree-table--material .ui-kit-tree-table-row--selected{background-color:#f5f5f5}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-row--selected,.ui-kit-tree-table--material .ui-kit-tree-table-row--selected--theme-dark{background-color:#262626}.ui-kit-tree-table--material .ui-kit-tree-table-headcell-resizer{background:#fff;height:100%;top:0;transform:translateY(0);z-index:3}.ui-kit-tree-table--material .ui-kit-tree-table-headcell-resizer:after{bottom:15px;top:15px}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-headcell-resizer,.ui-kit-tree-table--material .ui-kit-tree-table-headcell-resizer--theme-dark{background-color:#262626}.ui-kit-tree-table--material .ui-kit-tree-table-headcells__left,.ui-kit-tree-table--material .ui-kit-tree-table-headcells__right,.ui-kit-tree-table--material .ui-kit-tree-table-row__left,.ui-kit-tree-table--material .ui-kit-tree-table-row__right{position:relative;z-index:1}.ui-kit-tree-table--material .ui-kit-tree-table-headcells__left:after,.ui-kit-tree-table--material .ui-kit-tree-table-row__left:after{background:linear-gradient(90deg,#000,transparent);bottom:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.5);content:"";opacity:.14;position:absolute;right:0;top:0;width:2px;z-index:2}.ui-kit-tree-table--material .ui-kit-tree-table-headcells__right:before,.ui-kit-tree-table--material .ui-kit-tree-table-row__right:before{background:linear-gradient(90deg,#000,transparent);bottom:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.5);content:"";left:0;opacity:.14;position:absolute;top:0;width:2px;z-index:2}.ui-kit-tree-table--material .ui-kit-tree-table-cell{background-color:#fff;position:relative}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-cell,.ui-kit-tree-table--material .ui-kit-tree-table-cell--theme-dark{background-color:#262626}.ui-kit-tree-table--material .ui-kit-tree-table-cell__content{font-family:Roboto,Arial,sans-serif;font-size:15px;line-height:18px;padding:15px 10px 15px 20px}.ui-kit-tree-table--material .ui-kit-tree-table-row--selected .ui-kit-tree-table-cell{background-color:#f5f5f5}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-row--selected .ui-kit-tree-table-cell,.ui-kit-tree-table--material .ui-kit-tree-table-row--selected .ui-kit-tree-table-cell--theme-dark{background-color:#262626}.ui-kit-tree-table--material .ui-kit-tree-table-cell----group-side--{align-self:flex-end}.ui-kit-tree-table--material .ui-kit-tree-table-cell----group-side-- .group-side-cell__border{background:#fff;bottom:-3px;height:6px;left:0;position:absolute;right:0;z-index:1}.mdc-theme--dark .ui-kit-tree-table--material .ui-kit-tree-table-cell----group-side-- .group-side-cell__border{background:#262626}.ui-kit-tree-table--material .group-side-cell__name{position:relative;z-index:2}.ui-kit-tree-table--material .ui-kit-tree-table-row--selected .group-side-cell__border{background:#f5f5f5}.ui-kit-tree-table--material .ui-kit-tree-table-row--last-in-group .group-side-cell__border{display:none}.ui-kit-tree-table--material .group-head-owner{position:relative;z-index:3}.ui-kit-tree-table--material .ui-kit-tree-table-headcells__main,.ui-kit-tree-table--material .ui-kit-tree-table-row__main{overflow:visible}.ui-kit-tree-table--material .ui-kit-tree-table-cell--withExpand .ui-kit-tree-table-cell__content{padding-left:46px}.ui-kit-tree-table--material .ui-kit-tree-table__toggler{margin-left:-20px;margin-top:0;top:50%;transform:translateY(-50%)}.ui-kit-tree{box-sizing:border-box;display:flex;flex-direction:column}.ui-kit-tree table{border-spacing:0}.ui-kit-tree__nodata{padding:40px 10px 50px;text-align:center}.mdc-theme--dark .ui-kit-tree__nodata,.ui-kit-tree__nodata--theme-dark{background-color:#262626}.ui-kit-tree__placeholder{padding:20px 10px;text-align:center}.mdc-theme--dark .ui-kit-tree__placeholder,.ui-kit-tree__placeholder--theme-dark{background-color:#262626}.ui-kit-tree__header{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between}.ui-kit-tree__headerleft{flex:0 0 auto;margin-right:10px}.ui-kit-tree__headermiddle{flex:1}.ui-kit-tree__headerright{flex:0 0 auto;margin-left:10px}.ui-kit-tree__headerright__content{display:flex;justify-content:flex-end}.ui-kit-tree__contentpane{overflow-scrolling:touch;-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.ui-kit-tree__footer{align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;margin-top:10px}.ui-kit-tree__footerleft{flex:0 0 auto;margin-right:10px}.ui-kit-tree__footermiddle{flex:1}.ui-kit-tree__footerright{flex:0 0 auto;margin-left:10px}.ui-kit-tree-headcells,.ui-kit-tree-row{box-sizing:border-box;display:flex;white-space:nowrap}.ui-kit-tree-headcells__left,.ui-kit-tree-row__left{align-items:center;background-color:#fff;display:flex;vertical-align:middle;white-space:nowrap}.mdc-theme--dark .ui-kit-tree-headcells__left,.mdc-theme--dark .ui-kit-tree-row__left,.ui-kit-tree-headcells__left--theme-dark,.ui-kit-tree-row__left--theme-dark{background-color:#262626}.ui-kit-tree-headcells__main,.ui-kit-tree-row__main{display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ui-kit-tree-headcells__main__content,.ui-kit-tree-row__main__content{align-items:center;display:flex}.mdc-theme--dark .ui-kit-tree-headcells__main__content,.mdc-theme--dark .ui-kit-tree-row__main__content,.ui-kit-tree-headcells__main__content--theme-dark,.ui-kit-tree-row__main__content--theme-dark{background-color:transparent}.ui-kit-tree-headcells__right,.ui-kit-tree-row__right{align-items:center;display:flex;vertical-align:middle;white-space:nowrap}.ui-kit-tree-headcells{overflow:hidden}.ui-kit-tree-headcell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-tree-headcell__content{box-sizing:border-box;padding:10px 20px;word-break:break-all}.ui-kit-tree-headcell--sortable{cursor:pointer}.ui-kit-tree-headcell-sort-order{border-color:#e5e5e5 transparent transparent;border-style:solid;border-width:6px 4px 0;display:inline-block;height:0;left:7px;margin:-3px 0 0;position:absolute;top:50%;transform:rotate(0deg);transform-origin:center center;transition:transform .5s;vertical-align:middle;visibility:hidden;width:0}.ui-kit-tree-headcell-sort-order--asc{visibility:visible}.ui-kit-tree-headcell-sort-order--desc{transform:rotate(180deg);visibility:visible}.ui-kit-tree-headcell-resizer{cursor:e-resize;display:inline-block;height:30px;position:absolute;right:-3px;top:50%;transform:translateY(-50%);vertical-align:middle;width:6px;z-index:1}.ui-kit-tree-headcell-resizer:after{background:#ccc;bottom:0;content:"";left:2.5px;position:absolute;right:2.5px;top:0}.ui-kit-tree-headcell-resizer--right{left:-1px;right:auto}.ui-kit-tree-row-no-children__content{padding:15px 20px;text-align:center}.ui-kit-tree-cell{box-sizing:border-box;flex:0 0 auto;position:relative;white-space:normal}.ui-kit-tree-cell__content{box-sizing:border-box;padding:10px 20px}.ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{padding:0}.withAutoWidth .ui-kit-tree-cell__content{display:inline-block!important}.ui-kit-tree .horizontal-scroll-bar{position:relative}.ui-kit-tree .horizontal-scroll-bar__container{overflow:auto}.ui-kit-tree .horizontal-scroll-bar__content{min-height:1px}.ui-kit-tree-group-head{border-top:1px solid #e6e6e6;color:rgba(0,0,0,.87);font-size:12px;margin-top:15px;position:relative;text-transform:uppercase}.ui-kit-tree-group-head:first-child{margin-top:-1px}.ui-kit-tree-group-head__content{color:rgba(0,0,0,.87);font-size:12px;padding:18px}.mdc-theme--dark .ui-kit-tree-group-head__content,.ui-kit-tree-group-head__content--theme-dark{color:hsla(0,0%,100%,.87)}.ui-kit-tree__toggler{margin-left:-20px;margin-top:3px;position:absolute;z-index:2}.ui-kit-tree-cell--content-----column{align-items:center;display:flex;flex-grow:1}.ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{padding:0 0 0 20px}.ui-kit-tree-row--leaf .ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{padding-left:0}.ui-kit-tree-item__icon{margin-right:12px}.ui-kit-tree--material{color:#9e9e9e}.ui-kit-tree--material .ui-kit-tree-row{background-color:#fff;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin-top:-1px}.mdc-theme--dark .ui-kit-tree--material .ui-kit-tree-row,.ui-kit-tree--material .ui-kit-tree-row--theme-dark{background-color:#262626;border-bottom-color:rgba(105,189,255,.12);border-top-color:rgba(105,189,255,.12)}.ui-kit-tree--material .ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{padding-bottom:10px;padding-top:10px}.ui-kit-tree--material .ui-kit-tree-row:first-child{margin-top:0}.ui-kit-tree--material .ui-kit-tree-row .ui-kit-tree--material .ui-kit-tree-row{margin-top:-1px}.mdc-theme--dark .ui-kit-tree--material .ui-kit-tree-row--selected,.ui-kit-tree--material .ui-kit-tree-row--selected,.ui-kit-tree--material .ui-kit-tree-row--selected--theme-dark{background-color:rgba(31,150,242,.1)}.ui-kit-tree--material .ui-kit-tree-row__left,.ui-kit-tree--material .ui-kit-tree-row__right{position:relative;z-index:1}.ui-kit-tree--material .ui-kit-tree-row__left:after{right:0}.ui-kit-tree--material .ui-kit-tree-row__left:after,.ui-kit-tree--material .ui-kit-tree-row__right:before{background:linear-gradient(90deg,#000,transparent);bottom:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.5);content:"";opacity:.14;position:absolute;top:0;width:2px;z-index:2}.ui-kit-tree--material .ui-kit-tree-row__right:before{left:0}.ui-kit-tree--material .ui-kit-tree-row__main{overflow:visible}.ui-kit-tree--material .ui-kit-tree-cell{background-color:#fff}.mdc-theme--dark .ui-kit-tree--material .ui-kit-tree-cell,.ui-kit-tree--material .ui-kit-tree-cell--theme-dark{background-color:#262626}.ui-kit-tree--material .ui-kit-tree-cell__content{color:rgba(38,44,51,.87);font-family:Roboto,Arial;font-size:15px;line-height:18px;padding:13px 10px 13px 20px}.mdc-theme--dark .ui-kit-tree--material .ui-kit-tree-row--selected .ui-kit-tree-cell,.ui-kit-tree--material .ui-kit-tree-row--selected .ui-kit-tree-cell,.ui-kit-tree--material .ui-kit-tree-row--selected .ui-kit-tree-cell--theme-dark{background-color:rgba(31,150,242,.1)}.ui-kit-tree--material .ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{padding-left:46px}.ui-kit-tree--material .ui-kit-tree__toggler{margin-left:-20px;margin-top:0;top:50%;transform:translateY(-50%)}.ui-kit-tree--material .ui-kit-tree-headcells__main,.ui-kit-tree--material .ui-kit-tree-row__main{overflow:visible}.ui-kit-list-item{align-items:center;color:rgba(38,44,52,.87);display:flex;font-size:13px;justify-content:flex-start;padding:6px 18px 6px 24px;position:relative}.ui-kit-list-item:focus{outline:none}.ui-kit-list-item__icon{align-items:center;display:inline-flex;justify-content:center;margin-right:22px}.ui-kit-list-item__secondary_label{font-size:12px;margin-top:3px}.mdc-text-field--disabled{background:rgba(0,0,0,.1)}.mdc-tooltip{z-index:10010}.ui-kit-dashboard-tooltip{background:rgba(97,97,97,.9);border:0;border-radius:2px;color:#fff;display:inline-block;font-size:10px;font-weight:500;line-height:14px;padding:8px;pointer-events:none;text-align:center;white-space:nowrap;z-index:10010}.ui-kit-table__header .base-styles--searchTextfield{margin-left:-15px;margin-right:-10px}.ui-kit-list-row--selected{background-color:rgba(31,150,242,.1)}.labelStyles-labelStyles--label{border-radius:2px;display:inline-flex;font-size:11px;font-weight:700;line-height:1.18;padding:4px 9px;text-transform:uppercase}.labelStyles-labelStyles--small{background-color:#a9daff}.labelStyles-labelStyles--medium{background-color:#b8e986}.labelStyles-labelStyles--large{background-color:#f57c23}.labelStyles-labelStyles--labelSmall{font-size:9px;line-height:.9;padding:3px 6px}.styles-fullcalendar--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-fullcalendar--placeholderContainer{align-items:center;box-sizing:border-box;display:flex;flex-grow:1;height:100%;justify-content:center;padding:20px;width:100%}.styles-fullcalendar--container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:1em}.styles-fullcalendar--container a{color:rgba(0,0,0,.87)}.styles-fullcalendar--container.styles-fullcalendar--darkTheme{--fc-page-bg-color:#212121;--fc-list-event-hover-bg-color:rgba(31,150,242,.1)}.styles-fullcalendar--container.styles-fullcalendar--darkTheme a{color:hsla(0,0%,100%,.87)}.styles-fullcalendar--calendarContainer{flex-grow:1}.styles-fullcalendar--sliderContainer{align-items:center;align-self:flex-end;display:flex;margin-bottom:10px;margin-top:10px;padding-right:10px}.styles-fullcalendar--userLabel{margin-right:10px}.styles-fullcalendar--projectLabel{margin-left:10px}.styles-fullcalendar--nonEditable{cursor:default!important}.styles-fullcalendar--eventContainer{align-items:center;border-radius:2px;border-style:solid;border-width:1px;cursor:pointer;display:flex;font-size:0;height:100%;overflow:hidden;padding:1px 0 1px 4px;width:100%}.styles-fullcalendar--eventContainer.styles-fullcalendar--highlighted,.styles-fullcalendar--eventContainer:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.styles-fullcalendar--eventContainer.styles-fullcalendar--horizontal{align-items:flex-start;flex-direction:column;padding:12px 5px;position:relative}.styles-fullcalendar--eventContainer.styles-fullcalendar--horizontal .styles-fullcalendar--dot{display:none}.styles-fullcalendar--eventContainer.styles-fullcalendar--horizontal .styles-fullcalendar--eventNameContainer{display:flex;flex-direction:column}.styles-fullcalendar--eventContainer.styles-fullcalendar--horizontal .styles-fullcalendar--taskName{margin-left:0}.styles-fullcalendar--eventContainer.styles-fullcalendar--horizontal .styles-fullcalendar--deleteIcon{position:absolute;right:0;top:0}.styles-fullcalendar--dot{border:1px solid rgba(0,0,0,.38);border-radius:50%;flex-shrink:0;height:10px;margin-right:5px;width:10px}.styles-fullcalendar--eventText{font-size:11px;line-height:11px}.styles-fullcalendar--eventTime{font-weight:300;margin-right:5px}.styles-fullcalendar--eventNameContainer{display:inline-block;flex-grow:1;font-size:11px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-fullcalendar--taskName{font-weight:700;margin-left:5px}.styles-fullcalendar--deleteIcon{cursor:pointer;flex-shrink:0}.styles-fullcalendar--container .fc-timegrid-event-harness-inset .fc-timegrid-event,.styles-fullcalendar--container .fc-timegrid-event.fc-event-mirror,.styles-fullcalendar--container .fc-timegrid-more-link{box-shadow:none}.styles-fullcalendar--container .fc-v-event{border:none}.styles-fullcalendar--container .fc-daygrid-dot-event:hover:hover{background:none}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1);will-change:transform}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-moz-grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-moz-grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(/images/layers416d91365b44e4b4f4777663e6f009f3.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/images/layers-2x8f2c4d11474275fbc1614b9098334eae.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/images/marker-icon2b3e1faf89f94a4835397e7a43b4f77d.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fff;background:hsla(0,0%,100%,.5);border:2px solid #777;border-top:none;box-sizing:border-box;font-size:11px;line-height:1.1;overflow:hidden;padding:2px 5px 1px;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{line-height:1.4;margin:13px 19px}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#c3c3c3;font:16px/14px Tahoma,Verdana,sans-serif;font-weight:700;height:14px;padding:4px 4px 0 0;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:18px}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{border-bottom:1px solid #ddd;border-top:1px solid #ddd;overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}.marker-cluster-small{background-color:hsla(91,60%,72%,.6)}.marker-cluster-small div{background-color:rgba(110,204,57,.6)}.marker-cluster-medium{background-color:rgba(241,211,87,.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.marker-cluster-large{background-color:hsla(18,97%,72%,.6)}.marker-cluster-large div{background-color:rgba(241,128,23,.6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif;height:30px;margin-left:5px;margin-top:5px;text-align:center;width:30px}.marker-cluster span{line-height:30px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}
/*!
 * https://github.com/YouCanBookMe/react-datetime
 */.rdt{position:relative}.rdtPicker{background:#fff;border:1px solid #f9f9f9;box-shadow:0 1px 3px rgba(0,0,0,.1);display:none;margin-top:1px;padding:4px;position:absolute;width:250px;z-index:99999!important}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{margin:0;width:100%}.rdtPicker td,.rdtPicker th{height:28px;text-align:center}.rdtPicker td{cursor:pointer}.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtNew,.rdtPicker td.rdtOld{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{border-bottom:7px solid #428bca;border-left:7px solid transparent;border-top-color:rgba(0,0,0,.2);bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{border-bottom:none;cursor:default;width:14.2857%}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtNext span,.rdtPrev span{-webkit-touch-callout:none;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{background:none;border:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{height:100%;width:100%}td.rdtMonth,td.rdtYear{cursor:pointer;height:50px;width:25%}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px;width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{-webkit-touch-callout:none;cursor:pointer;display:block;height:40%;line-height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{font-size:1.2em;height:20%}.rdtMilli{padding-left:8px;vertical-align:middle;width:48px}.rdtMilli input{font-size:1.2em;margin-top:37px;width:100%}.rdtTime td{cursor:default}.styles-alarmPrioritiesListStyles--item{align-items:stretch;height:48px}.styles-alarmPrioritiesListStyles--priorityContainer{color:#fff;font-size:40px;text-align:center;width:48px}.styles-alarmPrioritiesListStyles--unacknowledgedState{color:#fa1b1b}.styles-alarmPrioritiesListStyles--acknowledgedState{color:#ff9696}.styles-alarmPrioritiesListStyles--shelvedState{color:#1bd0fa}.styles-alarmPrioritiesListStyles--inactiveUnacknowledged{color:#47fa1b}.styles-breadcrumbs--container{align-items:center;display:flex;line-height:1.16}.styles-breadcrumbs--item{align-items:center;display:flex;margin-right:10px}.styles-breadcrumbs--item.styles-breadcrumbs--last{flex-grow:1;margin-right:0;overflow:hidden}.styles-breadcrumbs--label{color:rgba(0,0,0,.87);font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.styles-breadcrumbs--menuLink{color:rgba(0,0,0,.87)}.styles-breadcrumbs--arrow{color:rgba(0,0,0,.2);flex-shrink:0;margin-left:10px}.styles-breadcrumbs--dotMenu{color:rgba(0,0,0,.87)}.styles-breadcrumbs--dropdownMenu{margin-left:-18px}.styles-breadcrumbs--darkTheme .styles-breadcrumbs--dotMenu,.styles-breadcrumbs--darkTheme .styles-breadcrumbs--label{color:hsla(0,0%,100%,.87)}.styles-breadcrumbs--darkTheme .styles-breadcrumbs--arrow{color:hsla(0,0%,100%,.3)}.mdc-theme--dark .styles-breadcrumbs--menuLink{color:hsla(0,0%,100%,.87)}.styles-collapsedMenuStyles--nestedMenu{transform:translate(-96%,-60px)}.styles-collapsedMenuStyles--actionIcon{margin-right:10px}.styles-headerActionStyes--container{align-items:center;display:flex}.styles-headerActionStyes--actionButton{border-radius:50%;height:40px;max-width:40px;min-width:40px;padding:0 8px}.styles-headerActionStyes--buttonDelete{--mdc-theme-primary:rgba(255,0,0,.87)}.styles-headerActionStyes--buttonCancel{--mdc-theme-primary:rgba(0,0,0,.5)}.styles-headerActionStyes--buttonDisabled{--mdc-theme-primary:rgba(0,0,0,.2)}.styles-headerActionStyes--moreVertButton{--mdc-theme-primary:rgba(0,0,0,.87)}.styles-headerActionStyes--menuItem{align-items:center;display:flex}.styles-headerActionStyes--menuItemIcon{margin-right:20px}.styles-headerActionStyes--menuItemLabel{font-size:15px;line-height:1.2}.styles-headerActionStyes--button{padding:0}.styles-headerActionStyes--darkTheme .styles-headerActionStyes--moreVertButton{--mdc-theme-primary:hsla(0,0%,100%,.87)}.styles-headerActionStyes--darkTheme .styles-headerActionStyes--buttonCancel{--mdc-theme-primary:#fff}.styles-headerContentStyles--container{display:flex;justify-content:space-between}.styles-headerContentStyles--breadcrumbsContainer{align-items:center;display:flex;flex-grow:1;overflow:hidden}.styles-headerContentStyles--breadcrumbs{max-width:100%}.styles-headerContentStyles--actionsContainer{flex-shrink:0}.styles-portalEntityView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-portalEntityView--container{display:flex;flex-direction:column}.styles-portalEntityView--oneEntity,.styles-portalEntityView--withPaddings{padding:30px 10px 30px 20px}.styles-portalEntityView--contentRead{font-size:16px}.styles-portalEntityView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-portalEntityView--itemLabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:4px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-portalEntityView--itemLabel{color:hsla(0,0%,100%,.54)}.styles-portalEntityView--header{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;flex-shrink:0;height:50px;overflow:hidden;padding-left:20px;padding-right:40px}.styles-portalEntityView--headerPlaceholder{align-items:center;display:flex;flex:1}.styles-portalEntityView--headerContent{color:rgba(0,0,0,.87);flex:1;font-size:20px;line-height:28px;overflow:hidden}.styles-portalEntityView--content{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:auto;position:relative}.styles-portalEntityView--content .styles-portalEntityView--content{height:auto}.mdc-dialog__body .styles-portalEntityView--content,.mdc-dialog__body .styles-portalEntityView--layout{flex:0 0 auto}.mdc-dialog .styles-portalEntityView--content{padding:5px 0}.styles-portalEntityView--toolbar{margin-left:10px}.styles-portalEntityView--toolbarActions{align-items:center;display:flex;position:relative}.styles-portalEntityView--toolbarAction{font-size:13px;font-weight:600;text-transform:uppercase}.styles-portalEntityView--action{font-size:13px;font-weight:500;padding-left:9px;padding-right:8px}.styles-portalEntityView--cancelAction{--mdc-theme-primary:transparentize(#000,0.5)}.styles-portalEntityView--deleteAction{--mdc-theme-primary:transparentize(red,0.13)}.styles-portalEntityView--item{padding:25px 0 0}.styles-portalEntityView--item:first-child{padding-top:0}.styles-portalEntityView--item:last-child{margin-bottom:45px}.styles-portalEntityView--itemRead{border-top:1px solid #e9e9e9;margin-top:25px}.styles-portalEntityView--itemRead:empty{display:none}.styles-portalEntityView--itemRead:first-child{border:none;margin-top:0}.styles-portalEntityView--itemRead.styles-portalEntityView--itemDescription{border-top:0;margin-top:-17px;position:relative}.styles-portalEntityView--itemRead.styles-portalEntityView--itemEmail{border-top:0;margin-top:-22px;position:relative}.styles-portalEntityView--itemRead.styles-portalEntityView--itemAddress{border-top:0;margin-left:-5px;margin-top:19px;padding:0}.styles-portalEntityView--itemRead.styles-portalEntityView--itemDescriptionView{border:0;margin-top:0}.styles-portalEntityView--itemRead.styles-portalEntityView--itemTypesView{border:0;margin-top:21px;padding:0}.styles-portalEntityView--itemRead.styles-portalEntityView--itemKpiesView{border:0;margin-top:29px;padding:0}.styles-portalEntityView--itemCreate,.styles-portalEntityView--itemEdit{visibility:visible}.styles-portalEntityView--layout{flex-grow:1;height:100%;position:relative}.styles-portalEntityView--layout .styles-portalEntityView--layout{flex-grow:0;height:auto}.styles-portalEntityView--icon{background-color:#fafafa;color:#dcdcdc;padding:30px;text-align:center}.styles-portalEntityView--leftContent{float:left;margin-right:30px;position:relative}.styles-portalEntityView--leftContent>*{margin-bottom:16px}@media only screen and (max-width:680px){.styles-portalEntityView--leftContent{float:none;margin:0 auto;width:120px}}.styles-portalEntityView--hmiLink{box-sizing:border-box;cursor:pointer;width:100%}.styles-portalEntityView--mainTopContent{box-sizing:border-box;display:flex;flex-direction:column;overflow:visible}.styles-portalEntityView--tabs{clear:both;margin-top:28px}.styles-portalEntityView--tabs .mdc-tab-bar{margin-bottom:20px}.styles-portalEntityView--tabLabel{color:rgba(0,0,0,.54);font-family:Roboto;font-size:13px;font-weight:500;letter-spacing:0;line-height:15px;text-transform:uppercase}.mdc-theme--dark .styles-portalEntityView--tabLabel{color:#fff}.mdc-tab--active .styles-portalEntityView--tabLabel{color:#1f80f2}.styles-portalEntityView--tabContent{box-sizing:border-box;display:flex;flex-direction:column}.styles-portalEntityView--layout--without-left{display:flex;flex-direction:column}.styles-portalEntityView--layout--without-left .styles-portalEntityView--mainTopContent{display:flex;flex-direction:column;flex-grow:1;height:100%}.styles-portalEntityView--layout--without-left .styles-portalEntityView--mainTopContent .styles-portalEntityView--mainTopContent{overflow:visible}.mdc-dialog .styles-portalEntityView--layout--without-left .styles-portalEntityView--mainTopContent{margin-right:0}.styles-portalEntityView--submitTrigger{left:-9999em;position:absolute;top:-9999em}.styles-portalEntityView--error{color:rgba(255,0,0,.87);padding:10px;text-align:center}.styles-portalEntityView--erroredIcon{position:absolute;right:0;top:0}.styles-portalEntityView--link,.styles-portalEntityView--linkToSection{color:#1f80f2;cursor:pointer;font-size:15px}.styles-portalEntityView--linkToSection{font-size:14px;text-transform:uppercase}.styles-portalEntityView--waiting:after{background:#fff;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:200}.styles-portalEntityView--pageStretched .styles-portalEntityView--layout{display:flex}@media only screen and (max-width:680px){.styles-portalEntityView--pageStretched .styles-portalEntityView--layout{display:block}}.styles-portalEntityView--pageStretched .styles-portalEntityView--mainTopContent{flex-grow:1}.styles-portalEntityView--pageStretched .styles-portalEntityView--mainBottomContent{display:flex;flex-direction:column;flex-grow:1}.styles-portalEntityView--pageStretched .styles-portalEntityView--mainBottomContent .styles-portalEntityView--tabs{display:flex;flex-direction:column;flex-grow:1;width:100%}.styles-portalEntityView--pageStretched .styles-portalEntityView--mainBottomContent .mdc-tabs__panel_active{display:flex;flex-direction:column;flex-grow:1}.styles-portalEntityView--pageStretched .styles-portalEntityView--mainBottomContent .mdc-tabs__panel_active .styles-portalEntityView--tabContent{flex-grow:1}.styles-portalEntityView--pageStretched .styles-portalEntityView--leftContent{float:none}.styles-portalEntityView--forceChangeBlock{align-items:center;display:flex;flex-direction:column}.styles-portalEntityView--forceChangeButton{margin-bottom:10px;width:100%}.styles-portalEntityView--message{font-size:12px}.styles-portalEntityView--errorMessage{color:rgba(255,0,0,.87)}.styles-portalEntityView--backButton{--mdc-theme-primary:#686868;align-items:center;display:flex;font-size:13px;font-weight:300}.styles-portalEntityView--arrowIcon{color:#707070;margin-right:5px;transform:rotate(180deg)}.styles-portalEntityView--item:last-child{margin-bottom:35px}.styles-portalEntityView--isCreating,.styles-portalEntityView--isEditing,.styles-portalEntityView--isReading{visibility:visible}.styles-portalEntityView--section{margin:12px 0 0;position:relative}.styles-portalEntityView--section:last-child{margin-bottom:45px}.styles-portalEntityView--section:empty{display:none}.styles-portalEntityView--sectionRead.styles-portalEntityView--withSeparator{border-top:1px solid #e9e9e9;padding-top:24px}.styles-portalEntityView--sectionRead.styles-portalEntityView--withSeparator:first-child{border:none}.styles-portalEntityView--sectionCreate,.styles-portalEntityView--sectionEdit{visibility:visible}.styles-portalEntityView--isCreating .styles-portalEntityView--sectionDisabled,.styles-portalEntityView--isEditing .styles-portalEntityView--sectionDisabled{opacity:.5}.styles-portalEntityView--isCreating .styles-portalEntityView--sectionDisabled:after,.styles-portalEntityView--isEditing .styles-portalEntityView--sectionDisabled:after{background-color:transparent;bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.styles-portalEntityView--section.styles-portalEntityView--isFieldset{min-width:0;min-width:auto}.styles-portalEntityView--section.styles-portalEntityView--isFieldset+.styles-portalEntityView--sectionRead{border:none}.styles-portalEntityView--section.styles-portalEntityView--isFieldset,.styles-portalEntityView--section.styles-portalEntityView--isFieldset+.styles-portalEntityView--section.styles-portalEntityView--isFieldset{border:1px solid #e9e9e9;border-radius:4px;padding:27px 22px 19px}.styles-portalEntityView--section legend{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;padding:0 8px}.mdc-theme--dark .styles-portalEntityView--section legend{color:hsla(0,0%,100%,.87)}.styles-portalEntityView--section .styles-portalEntityView--section:last-child{margin-bottom:0}.styles-portalEntityView--leftContent .styles-portalEntityView--copyIdButton,.styles-portalEntityView--leftContent .styles-portalEntityView--copyTooltip{width:100%}.styles-portalEntityView--formContainer,.styles-portalEntityView--formContainer>form,.styles-portalEntityView--formContent{display:flex;flex:1;flex-direction:column;overflow:auto}.styles-portalEntityView--darkTheme{background-color:#212121}.styles-portalEntityView--darkTheme .styles-portalEntityView--itemRead,.styles-portalEntityView--darkTheme .styles-portalEntityView--sectionRead{border-top-color:rgba(105,189,255,.12)}.styles-portalEntityView--darkTheme .styles-portalEntityView--section.styles-portalEntityView--isFieldset,.styles-portalEntityView--darkTheme .styles-portalEntityView--section.styles-portalEntityView--isFieldset+.styles-portalEntityView--section.styles-portalEntityView--isFieldset{border-color:#325876;box-shadow:0 1px 3px 0 rgba(0,0,0,.2)}.styles-portalEntityView--darkTheme .styles-portalEntityView--action{--mdc-theme-primary:#26a8f6}.styles-portalEntityView--darkTheme .styles-portalEntityView--deleteAction{--mdc-theme-primary:transparentize(red,0.13)}.styles-portalEntityView--darkTheme .styles-portalEntityView--cancelAction{--mdc-theme-primary:#fff}.styles-portalEntityView--darkTheme .styles-portalEntityView--header{border-bottom:1px solid rgba(105,189,255,.12)}.styles-portalEntityView--darkTheme .styles-portalEntityView--backButton{--mdc-theme-primary:hsla(0,0%,100%,.87)}.styles-portalEntityView--darkTheme .styles-portalEntityView--icon{background-color:rgba(105,189,255,.26);color:#69bdff}.styles-portalEntityView--darkTheme .styles-portalEntityView--iconNotSync{height:112px;width:112px}.styles-portalEntityView--darkTheme .styles-portalEntityView--notSyncSvg{bottom:0;left:0;position:absolute;right:0;top:0}@keyframes placeholders-placeholders--placeHolderShimmer{0%{background-position:-668px 0}to{background-position:668px 0}}.placeholders-placeholders--placeholder{position:relative}.placeholders-placeholders--placeholder:before{animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholders-placeholders--placeHolderShimmer;animation-timing-function:linear;background:#eee linear-gradient(90deg,#eee 8%,#e3e3e3 18%,#eee 33%) no-repeat;background-size:800px 204px;border-radius:2px;bottom:-1px;content:"";left:-1px;opacity:1;position:absolute;right:-1px;top:-1px;transition:opacity .6s;z-index:1}.placeholders-placeholders--placeholderCircle img{opacity:0;transition:opacity 1s}.placeholders-placeholders--placeholderCircle:before{border-radius:50%}.placeholders-placeholders--placeholderHalf{width:100%}.placeholders-placeholders--placeholderHalf:before{right:50%}.placeholders-placeholders--placeholderQuarter{width:100%}.placeholders-placeholders--placeholderQuarter:before{right:75%}.placeholders-placeholders--placeholderHidden{opacity:0;transition:opacity 1s}.placeholders-placeholders--placeholder.placeholders-placeholders--loaded:before{opacity:0!important;pointer-events:none}.placeholders-placeholders--placeholder.placeholders-placeholders--loadedHalf{width:auto}.placeholders-placeholders--placeholder.placeholders-placeholders--loadedHidden{opacity:1}.placeholders-placeholders--placeholder.placeholders-placeholders--loadedCircle img{opacity:1!important}.placeholders-placeholders--darkTheme.placeholders-placeholders--placeholder:before{background-color:rgba(105,189,255,.08);background-image:linear-gradient(90deg,rgba(105,189,255,.08) 8%,rgba(105,189,255,.18) 18%,rgba(105,189,255,.08) 33%)}.errorPane-styles--container{color:#d50000;font-size:13px;line-height:15px;margin-bottom:30px}.errorPane-styles--title{align-items:flex-end;display:flex;margin-bottom:5px}.errorPane-styles--titleText{font-weight:700}.errorPane-styles--errorIcon{margin-left:5px}.styles-secondaryButtonStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-secondaryButtonStyles--button{--mdc-theme-primary:#000;opacity:.54}.styles-secondaryButtonStyles--button:disabled{---mdc-theme-primary:rgba(0,0,0,.26)}.mdc-theme--dark .styles-secondaryButtonStyles--button{color:#fff}.mdc-theme--dark .styles-secondaryButtonStyles--button:disabled{---mdc-theme-primary:hsla(0,0%,100%,.3)}.styles-formDialogStyles--formContainer{position:relative}.styles-formDialogStyles--footer{display:flex;margin-left:-24px;margin-right:-24px;margin-top:24px;padding:8px 3px}.styles-formDialogStyles--dialog .mdc-dialog__body{padding-bottom:0}.styles-formDialogStyles--buttons{align-items:center;display:flex;justify-content:flex-end;width:100%}.styles-formDialogStyles--overlay{background-color:hsla(0,0%,100%,.85);bottom:52px;left:0;margin:0 -24px;position:absolute;right:0;top:-10px;z-index:10}.styles-formDialogStyles--darkTheme .styles-formDialogStyles--overlay{background-color:rgba(33,33,33,.85)}.mdc-theme--dark .styles-formDialogStyles--footer{background-color:#152735}.styles-confirmOperationDialog--buttonsContainer{display:flex;justify-content:flex-end;width:100%}.styles-confirmOperationDialog--content{margin-bottom:-10px}.styles-confirmOperationDialog--extraInfo{margin-top:20px}.styles-simpleItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-simpleItem--container{align-items:center;color:#919191;display:flex;font-size:0;transition:color .1s ease}.styles-simpleItem--container:hover{color:#000}.styles-simpleItem--icon{position:relative}.styles-simpleItem--listLabel{display:inline-block;font-size:13px;font-weight:300;margin-left:11px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-simpleItem--listLabel:focus{outline:none}.styles-simpleItem--label{display:inline-block;flex:1;margin-left:13px}.styles-simpleItem--tooltip{flex:1}.styles-simpleItem--tooltipContainer{overflow:hidden;width:100%}.styles-simpleItem--active{background-color:#fcfcfc;color:#000}.styles-simpleItem--container.styles-simpleItem--dark{background-color:inherit;color:hsla(0,0%,100%,.87)}.styles-simpleItem--container.styles-simpleItem--dark.styles-simpleItem--active{background-color:rgba(35,151,244,.3);color:#2397f4}.styles-simpleItem--container.styles-simpleItem--dark:hover{background-color:rgba(35,151,244,.1)}.styles-portalListView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-portalListView--item{color:rgba(0,0,0,.87);font-size:13px;margin-bottom:4px}.styles-portalListView--item .styles-simpleItem--container{padding:6px 18px 6px 24px}.styles-portalListView--groupinglabel,.styles-portalListView--label{color:rgba(0,0,0,.87);font-size:12px;padding:18px 0;text-transform:uppercase}.styles-portalListView--groupinglabel{border-top:1px solid #e6e6e6;margin-top:-1px;padding-left:18px;padding-right:18px;position:relative}.styles-portalListView--groupinglabelGroup{margin-top:15px}.styles-portalListView--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-portalListView--highlighted{background-color:transparent}.placeholders-listPlaceholder--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.placeholders-listPlaceholder--listPlaceholder{text-align:left;width:100%}.placeholders-listPlaceholder--gridItem{box-sizing:border-box;display:inline-block;padding:0 10px 10px 0;width:19%}@media only screen and (max-width:1060px){.placeholders-listPlaceholder--gridItem{width:33%}}@media only screen and (max-width:680px){.placeholders-listPlaceholder--gridItem{width:48%}}@media only screen and (max-width:400px){.placeholders-listPlaceholder--gridItem{margin-right:0;width:100%}}.placeholders-listPlaceholder--gridContainer{height:120px}.base-styles--list{margin:0}.base-styles--item{color:rgba(0,0,0,.87);font-size:13px;margin-bottom:4px}.base-styles--item .styles-simpleItem--container{padding:3px 18px 3px 19px}.base-styles--label{color:rgba(0,0,0,.87);font-size:12px;padding:20px 0 5px;text-transform:uppercase}.base-styles--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .base-styles--highlighted{background-color:transparent}.styles-alarmsViewStyles--tabs{height:100%;width:100%}.styles-alarmsViewStyles--tabs .ui-kit-grid-group-head,.styles-alarmsViewStyles--tabs .ui-kit-list-group-head{border-top:transparent}.styles-alarmsViewStyles--tabs .mdc-tabs__panel_active{flex-grow:1}.styles-alarmsViewStyles--darkTheme .mdc-tab-bar-holder{background-color:#212121}.styles-copyTooltip--tooltipElement:focus{outline:none}.styles-baseDialogs--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-baseDialogs--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-baseDialogs--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-baseDialogs--submitTrigger{left:-9999em;position:absolute;top:-9999em}.styles-baseDialogs--header{color:rgba(0,0,0,.87);font-size:20px;font-weight:500;line-height:28px}.styles-baseDialogs--confirmMessage{color:rgba(0,0,0,.54);font-size:15px;line-height:18px}.styles-abstractProgressDialog--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-abstractProgressDialog--bodyContainer{position:relative}.styles-abstractProgressDialog--buttons{display:flex;width:100%}.styles-abstractProgressDialog--resetButton{margin-right:auto}.styles-abstractProgressDialog--resetButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-abstractProgressDialog--resetButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-abstractProgressDialog--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-abstractProgressDialog--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-abstractProgressDialog--overlay{background-color:hsla(0,0%,100%,.85);bottom:0;left:0;margin:0 -24px;position:absolute;right:0;top:0;z-index:10}.styles-abstractProgressDialog--errorContainer{color:#ee3c3f;margin-bottom:-10px;padding:0 24px}.styles-abstractProgressDialog--errorMessage{font-size:13px;margin:0}.styles-abstractProgressDialog--darkTheme .styles-abstractProgressDialog--overlay{background-color:rgba(33,33,33,.85)}.mdc-dialog--theme-dark .styles-abstractProgressDialog--cancelButton:not(:disabled),.mdc-dialog--theme-dark .styles-abstractProgressDialog--resetButton:not(:disabled){color:hsla(0,0%,100%,.38)}.styles-exportTagsDialog--closeButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-dialog--theme-dark .styles-exportTagsDialog--closeButton:not(:disabled){color:hsla(0,0%,100%,.38)}.styles-dndLoaderStyles--dragZone{position:relative}.styles-dndLoaderStyles--mask{background-color:hsla(0,0%,100%,.3);bottom:-4px;position:absolute;right:-4px;z-index:-1}.styles-dndLoaderStyles--activeMask{border:2px dashed #ffb63d;bottom:2px;left:2px;right:2px;top:2px;z-index:100}.styles-fileDnDLoaderStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-fileDnDLoaderStyles--container{align-items:center;border-radius:2px;box-sizing:border-box;color:rgba(0,0,0,.54);display:flex;height:60px;overflow:hidden;position:relative}.styles-fileDnDLoaderStyles--container *{box-sizing:border-box}.styles-fileDnDLoaderStyles--emptyContainer{border:1px dashed #2397f4;justify-content:center}.styles-fileDnDLoaderStyles--emptyLayout{align-items:center;display:flex;justify-content:center}.styles-fileDnDLoaderStyles--dndIcon{margin-right:20px;opacity:.26}.styles-fileDnDLoaderStyles--dndText{font-size:13px;margin:0}.styles-fileDnDLoaderStyles--browseLabel{color:#51adf6;cursor:pointer}.styles-fileDnDLoaderStyles--input{height:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;width:0}.styles-fileDnDLoaderStyles--fileContainer{background-color:#f3f3f3;justify-content:flex-start;padding:0 16px 0 20px}.styles-fileDnDLoaderStyles--fileMetadata{display:flex;flex-direction:column;margin-left:18px}.styles-fileDnDLoaderStyles--fileName{font-size:13px}.styles-fileDnDLoaderStyles--fileSize{font-size:12px}.styles-fileDnDLoaderStyles--removeIcon{color:rgba(0,0,0,.54);cursor:pointer;margin-left:auto}.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--container{color:hsla(0,0%,100%,.38)}.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--fileIcon,.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--fileName,.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--fileSize{color:hsla(0,0%,100%,.87)}.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--fileContainer{background-color:#404040}.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--dndIcon{color:#69bdff}.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--removeIcon{color:hsla(0,0%,100%,.38)}.styles-fileDnDLoaderStyles--darkTheme .styles-fileDnDLoaderStyles--importSuccess{color:hsla(0,0%,100%,.87)}.styles-highliter--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-highliter--matchClass{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-highliter--matchClass{background-color:transparent}.styles-simpleTreeItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-simpleTreeItem--container{align-items:center;color:rgba(38,44,52,.87);display:flex;flex:1}.styles-simpleTreeItem--clickable{cursor:pointer}.styles-simpleTreeItem--icon{color:#9e9e9e;display:inline-flex;font-size:0;margin-right:12px;position:relative}.styles-simpleTreeItem--label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;flex:1;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-simpleTreeItem--listLabel{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-simpleTreeItem--listLabel:focus{outline:none}.styles-simpleTreeItem--tooltipContainer{width:100%}.styles-simpleTreeItem--selected{background:rgba(31,128,242,.1);color:#1f80f2}.styles-simpleTreeItem--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-simpleTreeItem--highlighted{background-color:transparent}.mdc-theme--dark .styles-simpleTreeItem--container,.styles-simpleTreeItem--darkTheme.styles-simpleTreeItem--container{color:hsla(0,0%,100%,.87)}.styles-trees--expandButton{border-color:transparent transparent transparent #757575;border-style:solid;border-width:5px 0 5px 5px;display:inline-block;height:0;width:0}.styles-trees--collapseButton{border-color:#757575 transparent transparent;border-style:solid;border-width:5px 5px 0;display:inline-block;height:0;width:0}.styles-trees--searchInput{color:rgba(0,0,0,.87);font-size:20px;font-weight:500;line-height:28px;position:relative}.styles-trees--darkTheme .styles-trees--searchInput{color:hsla(0,0%,100%,.87)}.styles-trees--darkTheme .styles-trees--collapseButton{border-color:#7f8c95 transparent transparent}.mdc-theme--dark .styles-trees--searchInput{background-color:#212121;color:hsla(0,0%,100%,.87)}.mdc-theme--dark .styles-trees--collapseButton{border-color:#7f8c95 transparent transparent}.inputs-searchInputStyles--input{box-sizing:border-box;color:#000;color:initial}.inputs-searchInputStyles--input .mdc-text-field{border:0;height:32px}.styles-selectItemsPanel--container{align-items:center;background-color:#e8f4fd;box-sizing:border-box;display:flex;height:48px;text-align:left;width:100%}.styles-selectItemsPanel--container[data-quantity="0"]{background-color:inherit}.styles-selectItemsPanel--text{color:#1f80f2;font-size:14px;padding-left:4px}.styles-selectItemsPanel--text[data-quantity="0"]{color:inherit}.styles-selectItemsPanel--darkTheme{background-color:#212121}.styles-mulipleAutocompleteDialog--cancelButton:not(:disabled),.styles-mulipleAutocompleteDialog--clearButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.styles-mulipleAutocompleteDialog--buttonsContainer{align-items:center;display:flex;justify-content:space-between;width:100%}.styles-mulipleAutocompleteDialog--body{padding-left:24px;padding-right:24px;padding-top:24px}.mdc-dialog--theme-dark .styles-mulipleAutocompleteDialog--cancelButton:not(:disabled),.mdc-dialog--theme-dark .styles-mulipleAutocompleteDialog--clearButton:not(:disabled){color:hsla(0,0%,100%,.38)}.styles-multipleTreeDialogStyles--itemContainer{grid-column-gap:12px;align-items:center;-moz-column-gap:12px;column-gap:12px;display:grid;grid-auto-flow:column}.styles-multipleTreeDialogStyles--treeView{background-color:inherit}.styles-multipleTreeDialogStyles--treeView .ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{padding-bottom:0;padding-top:0}.styles-multipleTreeDialogStyles--treeView .ui-kit-tree__header{margin-bottom:0}.styles-multipleTreeDialogStyles--leafContainer{align-items:center;color:rgba(0,0,0,.87);display:flex;font-size:15px;line-height:1.2;margin-left:-22px}.styles-multipleTreeDialogStyles--folderContainer{padding:10px 0}.styles-multipleTreeDialogStyles--folderTitle{color:rgba(38,44,51,.87);font-weight:500;line-height:20px}.styles-multipleTreeDialogStyles--leafName{cursor:pointer}.styles-multipleTreeDialogStyles--selectedItemsPanel{padding-left:14px}.mdc-dialog--theme-dark .styles-multipleTreeDialogStyles--leafContainer{color:hsla(0,0%,100%,.87)}.mdc-dialog--theme-dark .styles-multipleTreeDialogStyles--folderTitle{color:#fff}.styles-importTagsDialog--buttons{display:flex}.styles-importTagsDialog--radioItem{color:red}.styles-importTagsDialog--conflictStrategy{align-items:center;box-shadow:inset 0 -1px 0 0 rgba(105,189,255,.12);display:flex;height:48px;margin:11px -24px 6px;padding:0 24px}.styles-importTagsDialog--fileChooser{height:60px}.styles-importTagsDialog--radioGroupContainer{margin-left:-5px}.styles-importTagsDialog--radioGroupContainer .mdc-radio-list__item{padding-bottom:0}.styles-importTagsDialog--emptyContainer{align-items:center;border:1px dashed #2397f4;display:flex;height:60px;justify-content:center}.styles-importTagsDialog--fileContainer{align-items:center;background-color:#f3f3f3;display:flex;height:60px;justify-content:flex-start;padding:0 16px 0 20px}.styles-importTagsDialog--fileMetadata{display:flex;flex-direction:column;margin-left:18px}.styles-importTagsDialog--fileName{color:#000;font-size:13px}.styles-importTagsDialog--fileSize{font-size:12px}.styles-importTagsDialog--removeIcon{color:rgba(0,0,0,.54);cursor:pointer;margin-left:auto}.styles-importTagsDialog--emptyLayout{align-items:center;display:flex;justify-content:center}.styles-importTagsDialog--browseLabel{color:#51adf6;cursor:pointer}.styles-importTagsDialog--csvIcon{color:#000}.styles-importTagsDialog--input{height:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;width:0}.styles-importTagsDialog--dndIcon{margin-right:20px;opacity:.26}.styles-importTagsDialog--dndText{font-size:13px;margin:0}.styles-importTagsDialog--supportedFiles{font-size:12px;margin:0}.styles-importTagsDialog--importSuccess{color:rgba(0,0,0,.87)}.styles-importTagsDialog--successTitle{font-weight:500;margin-bottom:10px}.styles-importTagsDialog--successInfo{margin-bottom:2px}.styles-importTagsDialog--details{font-weight:500;margin-top:10px}.styles-importTagsDialog--hereLabel{font-weight:400}.styles-importTagsDialog--darkTheme .styles-importTagsDialog--overlay{background-color:rgba(33,33,33,.85)}.mdc-dialog--theme-dark .styles-importTagsDialog--fileName{color:#fff}.mdc-dialog--theme-dark .styles-importTagsDialog--fileContainer{background-color:#404040}.mdc-dialog--theme-dark .styles-importTagsDialog--csvIcon{color:#69bdff}.mdc-dialog--theme-dark .styles-importTagsDialog--removeIcon{color:hsla(0,0%,100%,.7)}.mdc-dialog--theme-dark .styles-importTagsDialog--importSuccess{color:hsla(0,0%,100%,.87)}.styles-richGridItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-richGridItem--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-richGridItem--highlighted{background-color:transparent}.styles-richGridItem--container,.styles-richGridItem--root{display:flex;flex:1 0 auto;flex-direction:column}.styles-richGridItem--container{align-items:center;background-color:#f8f8f8;border:2px solid transparent;border-radius:2px;color:rgba(38,44,52,.87);justify-content:space-between;margin:0;padding:12px 18px;text-align:center;transition:transform .1s ease-in,background-color .1s ease-in}.styles-richGridItem--container--selected{border-color:#2397f4}.styles-richGridItem--item{display:flex;flex-direction:column}.styles-richGridItem--itemSelectable{position:relative}.styles-richGridItem--itemSelectable .styles-richGridItem--selectControl{left:11px;position:absolute;top:10px;z-index:1}.styles-richGridItem--layout{align-items:center;display:flex;flex:1;flex-direction:column;width:100%}.styles-richGridItem--icon{color:rgba(0,0,0,.12);margin-bottom:22px;position:relative}.styles-richGridItem--label{color:rgba(0,0,0,.87);display:inline-block;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.styles-richGridItem--top{display:flex;justify-content:flex-end;width:100%}.styles-richGridItem--details{color:rgba(0,0,0,.54);font-size:13px;max-width:100%;padding-top:3px}.styles-richGridItem--secondaryDetails{align-items:center;bottom:-12px;flex-direction:row;justify-content:space-between;position:relative;width:100%}.no-touch .styles-richGridItem--container:hover{background-color:#eaeaea}.styles-richGridItem--darkTheme.styles-richGridItem--container{background-color:#404040}.styles-richGridItem--darkTheme .styles-richGridItem--icon{color:#315775}.styles-richGridItem--darkTheme .styles-richGridItem--label{color:hsla(0,0%,100%,.87)}.styles-richGridItem--darkTheme .styles-richGridItem--actions,.styles-richGridItem--darkTheme .styles-richGridItem--details{color:hsla(0,0%,100%,.38)}.no-touch .styles-richGridItem--darkTheme.styles-richGridItem--container:hover{background-color:#254157}.styles-actionsMenu--item{align-items:center;align-self:stretch;display:flex;margin-left:-16px;margin-right:-16px;padding:0 16px;width:100%}.styles-actionsMenu--item__icon{visibility:visible}.styles-actionsMenu--item__label{flex-grow:1;visibility:visible}.styles-actionsMenu--separator{background-color:#ccc;height:1px}.styles-richListItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-richListItem--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-richListItem--highlighted{background-color:transparent}.styles-richListItem--container{align-items:center;background-color:#f8f8f8;border:2px solid transparent;border-radius:2px;color:rgba(38,44,52,.87);display:flex;margin:0 4px 12px;padding:14px 18px;transition:transform .1s ease-in,background-color .1s ease-in}.styles-richListItem--container--selected{border-color:#2397f4}.styles-richListItem--itemSelectable .styles-richListItem--container{padding-left:60px}.styles-richListItem--itemSelectable .styles-richListItem--selectControl{left:16px;margin-top:-25px;position:absolute;top:50%;z-index:1}.styles-richListItem--icon{color:rgba(0,0,0,.12);margin-right:22px;position:relative}.styles-richListItem--label{color:rgba(0,0,0,.87);display:inline-block;font-size:15px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis}.styles-richListItem--layout{align-items:center;display:flex;width:100%}.styles-richListItem--content{flex:1;overflow:hidden}.styles-richListItem--details{color:rgba(0,0,0,.54);font-size:13px;max-width:100%;padding-top:3px}.styles-richListItem--rightPane{align-self:stretch;display:flex;margin-bottom:-14px;margin-top:-14px;position:relative}.styles-richListItem--active{background:rgba(31,128,242,.1);color:#1f80f2}.styles-richListItem--active .styles-richListItem--icon{color:#1f80f2}.styles-richListItem--actions{align-self:start;margin:12px -6px 0 22px;order:1}.no-touch .styles-richListItem--container:hover{background-color:#eaeaea}.styles-richListItem--darkTheme.styles-richListItem--container{background-color:#404040;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.styles-richListItem--darkTheme .styles-richListItem--label{color:hsla(0,0%,100%,.87)}.styles-richListItem--darkTheme .styles-richListItem--details{color:hsla(0,0%,100%,.38)}.styles-richListItem--darkTheme .styles-richListItem--icon{color:#315775}.styles-richListItem--darkTheme .styles-richListItem--actions{color:hsla(0,0%,100%,.38)}.no-touch .styles-richListItem--darkTheme.styles-richListItem--container:hover{background-color:#254157}.grouped-styles--groupName{color:rgba(0,0,0,.87);font-weight:500;padding-right:18px}.grouped-styles--groupCount,.grouped-styles--groupName{display:inline-block;font-size:15px;line-height:18px;vertical-align:middle}.grouped-styles--groupCount{color:rgba(0,0,0,.54)}.grouped-styles--itemName{color:rgba(0,0,0,.87);font-size:15px;line-height:18px}.ui-kit-tree-table--material .grouped-styles--groupHeader:hover,.ui-kit-tree-table--material .grouped-styles--groupHeader:hover .ui-kit-tree-table-cell{background-color:rgba(0,0,0,.03)}.grouped-styles--darkTheme .grouped-styles--groupName{color:hsla(0,0%,100%,.87)}.grouped-styles--darkTheme .grouped-styles--groupCount{color:hsla(0,0%,100%,.38)}.grouped-styles--darkTheme .grouped-styles--itemName{color:hsla(0,0%,100%,.87)}.styles-managePermissionsDialog--header{color:rgba(0,0,0,.87);font-size:20px;font-weight:500;line-height:1.4;padding:21px 24px 15px}.styles-managePermissionsDialog--body{display:flex;flex-direction:column;position:relative}.styles-managePermissionsDialog--progressWrapper{background-color:hsla(0,0%,100%,.85);bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.styles-managePermissionsDialog--searchField{margin-bottom:10px}.styles-managePermissionsDialog--searchField .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){border:none;height:40px;margin-left:24px;margin-right:24px;width:auto}.styles-managePermissionsDialog--searchField .mdc-text-field--box{border-top-left-radius:0;border-top-right-radius:0}.styles-managePermissionsDialog--searchField .mdc-text-field--box.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:12px 0}.styles-managePermissionsDialog--searchIcon{opacity:.54}.styles-managePermissionsDialog--overrideBlock{align-items:center;box-shadow:inset 0 1px 0 0 rgba(0,0,0,.1);display:flex;height:56px;justify-content:space-between;padding:0 24px}.styles-managePermissionsDialog--overrideLabel{color:rgba(0,0,0,.87);font-size:15px}.styles-managePermissionsDialog--footer{align-items:center;box-shadow:0 -1px 0 0 rgba(0,0,0,.12);box-sizing:border-box;display:flex;justify-content:flex-end;padding:8px 8px 8px 16px;width:100%}.styles-managePermissionsDialog--cancelButton,.styles-managePermissionsDialog--resetButton{--mdc-theme-primary:rgba(0,0,0,.54)}.styles-managePermissionsDialog--resetButton{align-self:flex-start;margin-right:auto}.styles-managePermissionsDialog--table{border-radius:0;box-shadow:none;margin:0}.styles-managePermissionsDialog--table .ui-kit-tree-table-headcell--first .ui-kit-tree-table-headcell__content{color:rgba(38,44,51,.87);font-weight:500;padding:11px 24px 21px}.styles-managePermissionsDialog--table .ui-kit-tree-table__header{display:none}.mdc-dialog--theme-dark .styles-managePermissionsDialog--header{color:hsla(0,0%,100%,.87)}.mdc-dialog--theme-dark .styles-managePermissionsDialog--progressWrapper{background-color:rgba(33,33,33,.85)}.mdc-dialog--theme-dark .styles-managePermissionsDialog--overrideLabel{color:hsla(0,0%,100%,.87)}.mdc-dialog--theme-dark .styles-managePermissionsDialog--cancelButton,.mdc-dialog--theme-dark .styles-managePermissionsDialog--resetButton{--mdc-theme-primary:hsla(0,0%,100%,.54)}.mdc-dialog--theme-dark .styles-managePermissionsDialog--table .ui-kit-tree-table-headcell--first .ui-kit-tree-table-headcell__content{color:hsla(0,0%,100%,.87)}.mdc-dialog--theme-dark .styles-managePermissionsDialog--footer{background-color:#404040}.styles-manageFilesPermissionsDialog--table .ui-kit-tree-table-headcell--allow .ui-kit-tree-table-headcell__content,.styles-manageFilesPermissionsDialog--table .ui-kit-tree-table-headcell--forbid .ui-kit-tree-table-headcell__content{padding-top:11px;text-align:center}.styles-manageFilesPermissionsDialog--table .ui-kit-tree-table-cell--allow .ui-kit-tree-table-cell__content,.styles-manageFilesPermissionsDialog--table .ui-kit-tree-table-cell--forbid .ui-kit-tree-table-cell__content{align-items:center;display:flex;justify-content:center;padding:4px 10px}.styles-manageTagsPermissionsDialog--table .ui-kit-tree-table-headcell--Permission .ui-kit-tree-table-headcell__content{padding-top:11px;text-align:left}.styles-manageTagsPermissionsDialog--table .ui-kit-tree-table-cell--Permission .ui-kit-tree-table-cell__content{align-items:center;display:flex;justify-content:center;padding:4px 10px}.styles-manageTagsPermissionsDialog--select.mdc-select,.styles-manageTagsPermissionsDialog--select:not(.mdc-select--disabled) .mdc-select__surface{border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:40px}.styles-manageTagsPermissionsDialog--select:not(.mdc-select--disabled) .mdc-select__bottom-line{display:none}.styles-manageTagsPermissionsDialog--select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(38,44,51,.87);font-size:15px}.styles-manageMetadataDialog--metadataTable .ui-kit-tree-table-headcell .ui-kit-tree-table-headcell__content{padding-top:11px;text-align:center}.styles-manageMetadataDialog--metadataTable .ui-kit-tree-table-headcell.ui-kit-tree-table-headcell--first .ui-kit-tree-table-headcell__content{text-align:left}.styles-manageMetadataDialog--metadataTable .ui-kit-tree-table-cell--acknowledge .ui-kit-tree-table-cell__content,.styles-manageMetadataDialog--metadataTable .ui-kit-tree-table-cell--comment .ui-kit-tree-table-cell__content,.styles-manageMetadataDialog--metadataTable .ui-kit-tree-table-cell--visible .ui-kit-tree-table-cell__content{align-items:center;display:flex;justify-content:center}.nodata-styles--noDataView{padding:20px 10px;text-align:center}.itemsaware-baseViewStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.itemsaware-baseViewStyles--baseView,.itemsaware-baseViewStyles--content{display:flex;flex-direction:column;flex-grow:1;height:100%}.itemsaware-baseViewStyles--content{-webkit-overflow-scrolling:touch;overflow:auto;padding:30px 10px 30px 20px;position:relative}.itemsaware-baseViewStyles--content .ui-kit-grid,.itemsaware-baseViewStyles--content .ui-kit-list{flex-grow:1}.itemsaware-baseViewStyles--searchWrapper{margin-bottom:5px;margin-top:15px;padding-left:20px;padding-right:20px;position:relative}.itemsaware-baseViewStyles--clearIcon{cursor:pointer;position:absolute;right:40px;top:50%;transform:translateY(-50%)}.itemsaware-baseViewStyles--searchInput .mdc-text-field{height:40px}.styles-resourcesPane--resourcePane .itemsaware-baseViewStyles--content{padding-top:0}.styles-resourcesPane--actionDelete{--mdc-theme-primary:rgba(255,0,0,.87)}.styles-resourcesPane--actions,.styles-resourcesPane--actionsPanel{align-items:center;display:flex}.styles-resourcesPane--actions{margin-left:20px}.styles-resourcesPane--selectAll{margin-left:36px}.styles-baseCompareDialog--cancelButton{--mdc-theme-primary:rgba(0,0,0,.54)}.styles-baseCompareDialog--headerContainer{align-items:stretch;display:flex;padding-left:24px;padding-right:24px}.styles-baseCompareDialog--header{align-items:stretch;color:rgba(0,0,0,.87);display:flex;font-size:20px;font-weight:500;line-height:1.4;margin-bottom:10px;margin-top:20px}.mdc-theme--dark .styles-baseCompareDialog--cancelButton{--mdc-theme-primary:hsla(0,0%,100%,.54)}.mdc-theme--dark .styles-baseCompareDialog--header{color:hsla(0,0%,100%,.87)}.styles-localizedDataTableView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-localizedDataTableView--tableView{margin:0 -24px -10px;max-height:80vh}.styles-localizedDataTableView--tableView .ui-kit-table-headcells__main__content,.styles-localizedDataTableView--tableView .ui-kit-table-row__main__content{height:100%}.styles-localizedDataTableView--tableHeader{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-size:20px;font-weight:500;letter-spacing:0;line-height:28px;margin-left:-13px;white-space:nowrap}.mdc-theme--dark .styles-localizedDataTableView--tableHeader{color:#fff}.styles-localizedDataTableView--columnHead{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-localizedDataTableView--columnHead{color:hsla(0,0%,100%,.54)}.styles-localizedDataTableView--localeLabel{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-localizedDataTableView--localeLabel{color:hsla(0,0%,100%,.54)}.styles-localizedDataTableView--text{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-localizedDataTableView--text{color:hsla(0,0%,100%,.87)}.styles-localizedDataTableView--textEditing{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:24px}.mdc-theme--dark .styles-localizedDataTableView--textEditing{color:hsla(0,0%,100%,.87)}.styles-localizedDataTableView--cell,.styles-localizedDataTableView--cell .styles-cellEditors--value,.styles-localizedDataTableView--cell .tether-target{display:block}.styles-localizedDataTableView--row{position:relative}.styles-localizedDataTableView--row--changed .styles-localizedDataTableView--cellMarker{background-color:#8fcaf8}.styles-localizedDataTableView--row--new .styles-localizedDataTableView--cellMarker{background-color:#1f96f2}.styles-localizedDataTableView--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-localizedDataTableView--row--removed .styles-localizedDataTableView--cellMarker{background-color:#a8a8a8}.styles-localizedDataTableView--cellMarker{z-index:101}.styles-localizedDataTableView--cellMarker,.styles-localizedDataTableView--tooltip{bottom:0;left:0;position:absolute;right:0;top:0}.placeholders-tablePlaceholder--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.placeholders-tablePlaceholder--tablePlaceholder{text-align:left;width:100%}.styles-cellEditors--editor{background-color:#fafafa;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);padding:30px 15px}.styles-cellEditors--editor.styles-cellEditors--darkEditor{background-color:#213a4d}.styles-cellEditors--edit .styles-cellEditors--value,.styles-cellEditors--edit .styles-cellEditors--value .tether-target{display:block}.styles-cellEditors--input{background:none;border:0;border-bottom:3px solid transparent;color:rgba(0,0,0,.87);font-family:Roboto,Arial,sans-serif;font-size:16px;line-height:24px;width:100%}.styles-cellEditors--input:focus{box-shadow:inset 0 -2px 0 0 #1f96f2;outline:0}.styles-cellEditors--darkEditor .styles-cellEditors--input{color:hsla(0,0%,100%,.87)}.styles-localizedTextfieldComponent--editContainer{position:relative}.styles-localizedTextfieldComponent--dialogButton{--mdc-theme-primary:#777;position:absolute;top:calc(50% - 18px)}.styles-localizedTextfieldComponent--dialogButton[data-position~=right]{right:0}.styles-localizedTextfieldComponent--dialogButton[data-position~=left]{left:0}.styles-localizedTextfieldComponent--dialogButton[data-position~=top]{top:18px}.styles-localizedTextfieldComponent--input .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){height:36px}.styles-localizedTextfieldComponent--input .mdc-text-field--box.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0 32px 0 6px}.mdc-button.iconedButton{display:inline-block;height:36px;line-height:normal;min-width:36px;padding:0;text-decoration:none;transition:color .1s ease;width:auto}.edit-styles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.edit-styles--newLabel{color:#1f80f2;cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.edit-styles--newLabel:before{content:"+";margin-right:5px}.edit-styles--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .edit-styles--highlighted{background-color:transparent}.edit-styles--entityItem{align-items:center;cursor:pointer;display:flex;height:48px;padding-left:20px}.edit-styles--entityItem:hover{background-color:#f5f5f5}.edit-styles--darkTheme.edit-styles--entityItem{color:hsla(0,0%,100%,.87)}.edit-styles--darkTheme.edit-styles--entityItem:hover{background-color:hsla(0,0%,100%,.08)}.edit-styles--darkTheme .edit-styles--entityName{color:hsla(0,0%,100%,.87)}.edit-styles--darkTheme.edit-styles--header{border:none}.styles-renameDialog--textfield{padding-left:40px;width:auto!important}.styles-moveMetadataDialogStyles--buttons{display:flex;justify-content:flex-end;width:100%}.styles-moveMetadataDialogStyles--cancelButton{margin-right:auto}.styles-moveMetadataDialogStyles--errorContainer{grid-gap:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;padding-bottom:3px}.styles-moveMetadataDialogStyles--errorTextWithIcon{grid-gap:10px;align-items:center;display:flex;flex-direction:row;gap:10px}.styles-alarmsPaneStyles--actions{padding-left:20px}.styles-alarmsPaneStyles--actionDelete{--mdc-theme-primary:rgba(255,0,0,.87)}.styles-alarmsTreeViewStyles--container{align-items:center;color:rgba(38,44,52,.87);display:flex;flex:1}.styles-alarmsTreeViewStyles--clickable{cursor:pointer}.styles-alarmsTreeViewStyles--icon{color:#9e9e9e;display:inline-flex;font-size:0;margin-right:12px;position:relative}.styles-alarmsTreeViewStyles--label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;flex:1;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-alarmsTreeViewStyles--listLabel{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-alarmsTreeViewStyles--listLabel:focus{outline:none}.styles-alarmsTreeViewStyles--tooltipContainer{width:100%}.styles-alarmsTreeViewStyles--selected{background:rgba(31,128,242,.1);color:#1f80f2}.styles-alarmsTreeViewStyles--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-alarmsTreeViewStyles--highlighted{background-color:transparent}.mdc-theme--dark .styles-alarmsTreeViewStyles--container,.styles-alarmsTreeViewStyles--darkTheme.styles-alarmsTreeViewStyles--container{color:hsla(0,0%,100%,.87)}.styles-alarmsTreeViewStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmsTreeViewStyles--list .ui-kit-tree-cell__content{max-width:100%}.styles-alarmsTreeViewStyles--list .ui-kit-tree-row__main__content{height:100%}.styles-alarmsTreeViewStyles--list .ui-kit-tree-cell--content-----column,.styles-alarmsTreeViewStyles--list .ui-kit-tree-cell__content.ui-kit-tree-cell__content{height:100%;padding-bottom:0;padding-top:0}.styles-alarmsTreeViewStyles--itemContainer{height:100%}.styles-alarmsTreeViewStyles--icon{flex-shrink:0}.styles-alarmsTreeViewStyles--alarmContent{display:flex;flex-direction:column;flex-grow:1;justify-content:center;overflow:hidden}.styles-alarmsTreeViewStyles--tooltipElement{color:rgba(0,0,0,.54);display:inline-block;font-size:13px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-alarmsTreeViewStyles--tooltipElement:focus{outline:none}.styles-alarmsTreeViewStyles--darkTheme .styles-alarmsTreeViewStyles--tooltipElement{color:hsla(0,0%,100%,.38)}.styles-pathFormatterStyles--name,.styles-pathFormatterStyles--path{font-size:15px;font-weight:400}.styles-pathFormatterStyles--path{color:rgba(0,0,0,.38);display:block}.styles-pathFormatterStyles--name{color:rgba(38,44,51,.87)}.styles-pathFormatterStyles--darkTheme.styles-pathFormatterStyles--path{color:hsla(0,0%,100%,.38)}.styles-pathFormatterStyles--darkTheme .styles-pathFormatterStyles--name{color:hsla(0,0%,100%,.87)}.layouts-layout--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.layouts-layout--link{color:#1f80f2;cursor:pointer;font-size:15px}.layouts-layout--container{display:flex;flex:1;flex-direction:column;overflow:auto}.layouts-layout--header{align-items:center;border-bottom:1px solid #e9e9e9;display:flex;flex-shrink:0;height:50px;overflow:hidden;padding-left:20px;padding-right:20px}.layouts-layout--headerContent{color:rgba(0,0,0,.87);flex:1;font-size:20px;line-height:28px;overflow:hidden}.layouts-layout--content{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:auto;padding:24px 20px 16px;position:relative}.layouts-layout--content .layouts-layout--content{height:auto}@media only screen and (max-width:680px){.layouts-layout--content{padding:8px 12px}}.mdc-dialog__body .layouts-layout--content,.mdc-dialog__body .layouts-layout--layout{flex:0 0 auto}.mdc-dialog .layouts-layout--content{box-sizing:border-box;padding:5px 0}.mdc-dialog .layouts-layout--mainBottomContent{height:100%;margin:0;padding:0}.layouts-layout--toolbar{margin-left:10px}.layouts-layout--toolbarActions{align-items:center;display:flex;position:relative}.layouts-layout--toolbarAction{font-size:13px;font-weight:600;margin-left:18px;text-transform:uppercase}.layouts-layout--layout{flex-grow:1;height:100%;position:relative}.layouts-layout--layout .layouts-layout--layout{flex-grow:0;height:auto}.layouts-layout--leftContent{float:left;margin-right:30px;position:relative}.layouts-layout--leftContent>*{margin-bottom:16px}@media only screen and (max-width:680px){.layouts-layout--leftContent{float:none;margin:0 auto;width:120px}}.layouts-layout--mainTopContent{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;overflow:visible;padding-bottom:18px;position:sticky;top:-16px;z-index:2}.mdc-theme--dark .layouts-layout--mainTopContent{background-color:#212121}.layouts-layout--mainContent{box-sizing:border-box;display:flex;flex-direction:column;overflow:visible}.layouts-layout--mainBottomContent{margin-bottom:20px;padding-right:9px}.layouts-layout--tabs{clear:both}.layouts-layout--tabs .mdc-tab-bar-holder{background:#fff;position:sticky;top:30px;z-index:2}.layouts-layout--tabsWithScroll{clear:both;margin-top:28px}.layouts-layout--tabsWithScroll .mdc-tab-bar{margin-bottom:20px}.layouts-layout--tabLabel{text-transform:uppercase}.layouts-layout--tabContent{box-sizing:border-box;padding:0 22px}.layouts-layout--layout--without-left,.layouts-layout--tabContent{display:flex;flex-direction:column}.layouts-layout--layout--without-left .layouts-layout--mainTopContent{display:flex;flex-direction:column;flex-grow:1;height:100%}.layouts-layout--layout--without-left .layouts-layout--mainTopContent .layouts-layout--mainTopContent{overflow:visible}.mdc-dialog .layouts-layout--layout--without-left .layouts-layout--mainTopContent{margin-right:0}.layouts-layout--pageStretched .layouts-layout--layout{display:flex}.layouts-layout--pageStretched .layouts-layout--mainContent{flex-grow:1}.layouts-layout--pageStretched .layouts-layout--mainBottomContent{display:flex;flex-direction:column;flex-grow:1}.layouts-layout--pageStretched .layouts-layout--mainBottomContent .layouts-layout--tabs{display:flex;flex-direction:column;flex-grow:1;width:100%}.layouts-layout--pageStretched .layouts-layout--mainBottomContent .mdc-tabs__panel_active{display:flex;flex-direction:column;flex-grow:1}.layouts-layout--pageStretched .layouts-layout--mainBottomContent .mdc-tabs__panel_active .layouts-layout--tabContent{flex-grow:1}.layouts-layout--pageStretched .layouts-layout--leftContent{float:none}.layouts-layout--progressBar{z-index:201}.layouts-layout--darkTheme{background-color:#212121}.layouts-layout--darkTheme .layouts-layout--header{border-bottom:1px solid rgba(105,189,255,.12)}.layouts-layout--darkTheme .mdc-tab-bar-holder{background-color:#212121}@media print{.layouts-layout--header{display:none}}@keyframes errorMessage-styles--invalid-shake-float-above-standard{0%{transform:translateX(0) translateY(-100%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-100%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-100%) scale(.75)}to{transform:translateX(0) translateY(-100%) scale(.75)}}@keyframes errorMessage-styles--invalid-shake-float-above-box{0%{transform:translateX(0) translateY(-50%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-50%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-50%) scale(.75)}to{transform:translateX(0) translateY(-50%) scale(.75)}}@keyframes errorMessage-styles--invalid-shake-float-above-box-dense{0%{transform:translateX(0) translateY(-90%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-90%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-90%) scale(.923)}to{transform:translateX(0) translateY(-90%) scale(.923)}}@keyframes errorMessage-styles--invalid-shake-float-above-outlined{0%{transform:translateX(0) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-130%) scale(.75)}to{transform:translateX(0) translateY(-130%) scale(.75)}}@keyframes errorMessage-styles--invalid-shake-float-above-outlined-dense{0%{transform:translateX(0) translateY(-145%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-145%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-145%) scale(.923)}to{transform:translateX(0) translateY(-145%) scale(.923)}}@keyframes errorMessage-styles--invalid-shake-float-above-outlined-leading-icon{0%{transform:translateX(-27%) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(-23%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-31%) translateY(-130%) scale(.75)}to{transform:translateX(-27%) translateY(-130%) scale(.75)}}@keyframes errorMessage-styles--invalid-shake-float-above-outlined-leading-icon-dense{0%{transform:translateX(-25%) translateY(-145%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(-21%) translateY(-145%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-29%) translateY(-145%) scale(.923)}to{transform:translateX(-25%) translateY(-145%) scale(.923)}}@keyframes errorMessage-styles--invalid-shake-float-above-textarea{0%{transform:translateX(0) translateY(-50%) scale(.923)}33%{animation-timing-function:cubic-bezier(.5,0,.70173,.49582);transform:translateX(4%) translateY(-50%) scale(.923)}66%{animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);transform:translateX(-4%) translateY(-50%) scale(.923)}to{transform:translateX(0) translateY(-50%) scale(.923)}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-transition:all 9999s ease-out 9999s;transition:all 9999s ease-out 9999s}.errorMessage-styles--mdc-theme--dark input:-webkit-autofill,.errorMessage-styles--mdc-theme--dark input:-webkit-autofill:focus,.errorMessage-styles--mdc-theme--dark input:-webkit-autofill:hover,.errorMessage-styles--mdc-theme--dark select:-webkit-autofill,.errorMessage-styles--mdc-theme--dark select:-webkit-autofill:focus,.errorMessage-styles--mdc-theme--dark select:-webkit-autofill:hover,.errorMessage-styles--mdc-theme--dark textarea:-webkit-autofill,.errorMessage-styles--mdc-theme--dark textarea:-webkit-autofill:focus,.errorMessage-styles--mdc-theme--dark textarea:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #122331}.errorMessage-styles--mdc-text-field--box.errorMessage-styles--mdc-text-field--fullwidth:not(.errorMessage-styles--mdc-text-field--textarea) .errorMessage-styles--mdc-text-field__input{padding:20px 16px 0}.errorMessage-styles--mdc-text-field__input:-webkit-autofill+.errorMessage-styles--mdc-text-field__label{transform:translateY(-50%) scale(.75)}.errorMessage-styles--mdc-text-field__input::-ms-clear{display:none}.errorMessage-styles--mdc-text-field--with-leading-icon,.errorMessage-styles--mdc-text-field--with-trailing-icon{align-items:center;display:flex!important;padding-left:15px;padding-right:15px}.errorMessage-styles--mdc-text-field--with-leading-icon .errorMessage-styles--mdc-text-field__input,.errorMessage-styles--mdc-text-field--with-trailing-icon .errorMessage-styles--mdc-text-field__input{flex:1 1 auto}.errorMessage-styles--mdc-text-field--with-leading-icon .errorMessage-styles--mdc-text-field__icon,.errorMessage-styles--mdc-text-field--with-trailing-icon .errorMessage-styles--mdc-text-field__icon{display:inline-block;overflow:hidden;text-overflow:ellipsis}.errorMessage-styles--mdc-text-field--with-leading-icon .errorMessage-styles--mdc-text-field__icon{margin-right:10px}.errorMessage-styles--mdc-text-field--with-trailing-icon .errorMessage-styles--mdc-text-field__icon{margin-left:10px}.errorMessage-styles--mdc-text-field--with-leading-icon .errorMessage-styles--mdc-text-field__icon,.errorMessage-styles--mdc-text-field--with-trailing-icon .errorMessage-styles--mdc-text-field__icon{position:static}.errorMessage-styles--mdc-text-field-helptext{color:rgba(0,0,0,.38);font-size:12px;line-height:1.3333;margin-top:5px;padding-left:16px}.errorMessage-styles--mdc-text-field-helptext--theme-dark,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field-helptext{color:hsla(0,0%,100%,.54)}.errorMessage-styles--mdc-text-field--upgraded.errorMessage-styles--mdc-text-field--invalid .errorMessage-styles--mdc-text-field__bottom-line--active{opacity:1}.errorMessage-styles--mdc-text-field--fullwidth:not(.errorMessage-styles--mdc-text-field--textarea).errorMessage-styles--mdc-text-field--with-leading-icon .errorMessage-styles--mdc-text-field__input,.errorMessage-styles--mdc-text-field--fullwidth:not(.errorMessage-styles--mdc-text-field--textarea).errorMessage-styles--mdc-text-field--with-trailing-icon .errorMessage-styles--mdc-text-field__input{padding-top:0}.errorMessage-styles--mdc-text-field--with-trailing-icon .errorMessage-styles--mdc-text-field__icon{order:1}.errorMessage-styles--mdc-text-field--multiline .errorMessage-styles--mdc-text-field__input{border-width:1px;overflow:auto}.errorMessage-styles--mdc-text-field--theme-dark:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__input,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__input{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff)}.errorMessage-styles--mdc-text-field--theme-dark:not(.errorMessage-styles--mdc-text-field--disabled)+.errorMessage-styles--mdc-text-field-helper-text,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field:not(.errorMessage-styles--mdc-text-field--disabled)+.errorMessage-styles--mdc-text-field-helper-text{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))}.errorMessage-styles--mdc-text-field--theme-dark.errorMessage-styles--mdc-text-field--box,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--box{background-color:#000;border-bottom:#fff}.errorMessage-styles--mdc-text-field--textarea{background:#f5f5f5}.errorMessage-styles--mdc-text-field--theme-dark.errorMessage-styles--mdc-text-field--textarea,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea{border:#fff}.errorMessage-styles--mdc-text-field--theme-dark.errorMessage-styles--mdc-text-field--textarea .errorMessage-styles--mdc-text-field__label,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea .errorMessage-styles--mdc-text-field__label{background-color:#000}.errorMessage-styles--mdc-text-field--textarea .errorMessage-styles--mdc-text-field__label{background:#f5f5f5;margin-top:0}.errorMessage-styles--mdc-text-field--textarea :hover,.errorMessage-styles--mdc-text-field--textarea :hover+label{background:#ececec}.errorMessage-styles--mdc-text-field--textarea :focus,.errorMessage-styles--mdc-text-field--textarea :focus+label{background:#dcdcdc}.errorMessage-styles--mdc-text-field--textarea :active,.errorMessage-styles--mdc-text-field--textarea :active+label{background:#d3d3d3}.errorMessage-styles--mdc-text-field--textarea--theme-dark,.errorMessage-styles--mdc-text-field--textarea--theme-dark .errorMessage-styles--mdc-text-field__label,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea .errorMessage-styles--mdc-text-field__label{background:#000}.errorMessage-styles--mdc-text-field--textarea--theme-dark :hover,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea :hover{background:rgba(73,87,99,.107)}.errorMessage-styles--mdc-text-field--textarea--theme-dark :hover+label,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea :hover+label{background:rgba(73,87,99,0)}.errorMessage-styles--mdc-text-field--textarea--theme-dark :focus,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea :focus{background:rgba(73,87,99,.107)}.errorMessage-styles--mdc-text-field--textarea--theme-dark :focus+label,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea :focus+label{background:rgba(73,87,99,0)}.errorMessage-styles--mdc-text-field--textarea--theme-dark :active,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea :active{background:rgba(73,87,99,.107)}.errorMessage-styles--mdc-text-field--textarea--theme-dark :active+label,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field--textarea :active+label{background:rgba(73,87,99,0)}.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box.errorMessage-styles--mdc-ripple-upgraded--background-focused:before,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:hover:before,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:not(.errorMessage-styles--mdc-ripple-upgraded):active:after,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:not(.errorMessage-styles--mdc-ripple-upgraded):focus:before,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:not(.errorMessage-styles--mdc-ripple-upgraded)[focus-within]:before{opacity:0}.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box.errorMessage-styles--mdc-ripple-upgraded--background-focused:before,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:hover:before,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:not(.errorMessage-styles--mdc-ripple-upgraded):active:after,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:not(.errorMessage-styles--mdc-ripple-upgraded):focus-within:before,.errorMessage-styles--mdc-text-field--textarea.errorMessage-styles--mdc-text-field--box:not(.errorMessage-styles--mdc-ripple-upgraded):focus:before{opacity:0}.errorMessage-styles--mdc-text-field__input--theme-dark::-moz-placeholder,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field__input::-moz-placeholder{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.errorMessage-styles--mdc-text-field__input--theme-dark::placeholder,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field__input::placeholder{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))}.errorMessage-styles--mdc-text-field--theme-dark:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__input::-moz-placeholder,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-primary-dark,hsla(0,0%,100%,.5))}.errorMessage-styles--mdc-text-field--theme-dark:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__input::placeholder,.errorMessage-styles--mdc-text-field--theme-dark:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__label,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__input::placeholder,.errorMessage-styles--mdc-theme--dark .errorMessage-styles--mdc-text-field:not(.errorMessage-styles--mdc-text-field--disabled) .errorMessage-styles--mdc-text-field__label{color:hsla(0,0%,100%,.5);color:var(--mdc-theme-text-hint-on-primary-dark,hsla(0,0%,100%,.5))}.errorMessage-styles--container{color:#d50000;font-size:12px;line-height:1.3333;margin-top:5px;padding-left:16px}.styles-entityViewItem--placeholder{margin:2px 0}.styles-inputWithValidation--container{position:relative}.styles-inputWithValidation--iconContainer{position:absolute;right:26px;top:15px}.styles-inputWithValidation--icon:focus{outline:none}.styles-textInputContainer--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-textInputContainer--readContainer{align-items:center;display:flex;font-size:14px;line-height:16px}.styles-textInputContainer--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-textInputContainer--label{color:hsla(0,0%,100%,.54)}.styles-textInputContainer--value{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-textInputContainer--value{color:hsla(0,0%,100%,.87)}.styles-textInputContainer--darkTheme{position:relative}.styles-portalEntityEmailView--contentRead{color:rgba(38,44,51,.87);font-size:14px}.styles-portalEntityEmailView--darkTheme{color:hsla(0,0%,100%,.87)}.styles-checkboxEntityItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-checkboxEntityItem--placeholder{align-items:center;display:flex;margin-top:6px}.styles-checkboxEntityItem--placeholderTick{margin-right:12px}.styles-checkboxEntityItem--placeholderLabel{flex:1 0 auto;max-width:150px}.styles-checkboxEntityItem--readContainer{align-items:center;display:flex}.styles-checkboxEntityItem--icon{margin-right:10px}.styles-checkboxEntityItem--label{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px}.mdc-theme--dark .styles-checkboxEntityItem--label{color:hsla(0,0%,100%,.87)}.styles-checkboxEntityItem--checked,.styles-checkboxEntityItem--darkTheme,.styles-checkboxEntityItem--unchecked{color:inherit}.styles-googleAuthenticatorDialog--title{font-size:15px;font-weight:400;margin-top:0}.styles-googleAuthenticatorDialog--QRCodeContainer{align-items:center;display:flex;height:240px;justify-content:center;margin-bottom:24px;margin-top:32px}.styles-googleAuthenticatorDialog--keyContainer{display:flex;flex-direction:column}.styles-googleAuthenticatorDialog--keyTitle{display:inline-block;margin-bottom:4px}.styles-googleAuthenticatorDialog--keyValue{color:rgba(0,0,0,.87);font-size:16px}.styles-googleAuthenticatorDialog--darkTheme .styles-googleAuthenticatorDialog--keyValue{color:hsla(0,0%,100%,.87)}.styles-googleAuthView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-googleAuthView--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-googleAuthView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-googleAuthView--editContent{align-items:center;display:flex;justify-content:space-between}.styles-googleAuthView--valueContainer{align-items:center;display:flex}.styles-googleAuthView--buttonIcon{margin-right:10px}.styles-googleAuthView--warning{color:#ffd599;margin:10px 0}.base-styles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.base-styles--header,.base-styles--searchHeader{align-items:center;display:flex}.base-styles--searchHeader{border-bottom:1px solid #e1e1e1;padding:0 16px}.base-styles--searchTextfield{flex:1;font-size:20px;margin-top:10px}.base-styles--searchTextfield input{border-bottom:none}.base-styles--searchTextfield label:after{display:none}.ui-kit-table-cell--marker,.ui-kit-table-headcell--marker{align-self:stretch;background-color:#fff;padding-left:0;padding-right:0}.ui-kit-table--material .ui-kit-table-headcell--marker{background-color:transparent}.mdc-theme--dark .ui-kit-table--material .ui-kit-table-cell--marker{background-color:#404040}.ui-kit-table__header h1{color:transparent;height:0;visibility:hidden;width:0}.styles-dayOfWeekPicker--container{border:1px solid rgba(0,0,0,.06);border-radius:2px;display:flex;height:54px}.styles-dayOfWeekPicker--dayOfWeek{align-items:center;background-color:transparent;border-right:1px solid rgba(0,0,0,.06);color:rgba(0,0,0,.87);cursor:pointer;display:flex;font-size:16px;justify-content:center;transition:background-color .1s ease;width:14.28571%}.styles-dayOfWeekPicker--dayOfWeek.styles-dayOfWeekPicker--active,.styles-dayOfWeekPicker--dayOfWeek:hover{background-color:#1f96f2;color:hsla(0,0%,100%,.87)}.styles-dayOfWeekPicker--dayOfWeek:last-child{border:none}.styles-dayOfWeekPicker--darkTheme.styles-dayOfWeekPicker--container{border-color:rgba(31,150,242,.12)}.styles-dayOfWeekPicker--darkTheme .styles-dayOfWeekPicker--dayOfWeek{border-right-color:rgba(31,150,242,.12);color:hsla(0,0%,100%,.87)}.styles-reportSubscriptionDialog--intervalContainer{display:flex;justify-content:flex-end;margin-bottom:24px}.styles-reportSubscriptionDialog--text{margin-bottom:24px;width:100%}.styles-reportSubscriptionDialog--interval{margin-right:auto;width:200px}.styles-reportSubscriptionDialog--time{width:120px}.styles-reportSubscriptionDialog--hours{margin-right:8px}.styles-reportSubscriptionDialog--label{color:rgba(0,0,0,.87);font-size:15px;line-height:1.333}.styles-reportSubscriptionDialog--dowLabel{margin-bottom:16px}.styles-reportSubscriptionDialog--documentTypeLabel{margin-top:18px}.styles-reportSubscriptionDialog--monthlyAndYearlyContainer{align-items:center;display:flex}.styles-reportSubscriptionDialog--select{margin:0 16px}.styles-reportSubscriptionDialog--select .mdc-select,.styles-reportSubscriptionDialog--select .mdc-select__surface{height:35px}.styles-reportSubscriptionDialog--select .mdc-select__selected-text{margin-bottom:0}.styles-reportSubscriptionDialog--darkTheme .styles-reportSubscriptionDialog--label{color:hsla(0,0%,100%,.38)}.styles-tableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-tableStyles--row{position:relative}.styles-tableStyles--row--changed .styles-tableStyles--cellMarker{background-color:#8fcaf8}.styles-tableStyles--row--new .styles-tableStyles--cellMarker{background-color:#1f96f2}.styles-tableStyles--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-tableStyles--row--removed .styles-tableStyles--cellMarker{background-color:#a8a8a8}.styles-tableStyles--cellMarker{bottom:0;left:0;position:absolute;right:0;top:0;z-index:101}.styles-tableStyles--table{box-shadow:0 0 8px rgba(0,0,0,.15)}.styles-tableStyles--table .ui-kit-table-row__main{height:100%}.styles-tableStyles--table .ui-kit-table-row__main__content{align-items:stretch;height:100%}.styles-tableStyles--table .ui-kit-table-cell__content{align-items:center;display:flex;height:100%;padding-bottom:0;padding-top:0}.styles-tableStyles--table .ui-kit-table-headcell__content{color:rgba(0,0,0,.87)}.styles-tableStyles--table .styles-tableStyles--editButton{display:none}.styles-tableStyles--table .styles-tableStyles--editButton:focus{outline:none}.styles-tableStyles--table .ui-kit-table-row:hover .styles-tableStyles--editButton{display:inline-block}.styles-tableStyles--label{display:inline-block;font-weight:500;line-height:1.3333;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-tableStyles--tooltip{bottom:0;left:0;position:absolute;right:0;top:0}.styles-manageSharedLinksTableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-manageSharedLinksTableStyles--row{position:relative}.styles-manageSharedLinksTableStyles--row--changed .styles-manageSharedLinksTableStyles--cellMarker{background-color:#8fcaf8}.styles-manageSharedLinksTableStyles--row--new .styles-manageSharedLinksTableStyles--cellMarker{background-color:#1f96f2}.styles-manageSharedLinksTableStyles--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-manageSharedLinksTableStyles--row--removed .styles-manageSharedLinksTableStyles--cellMarker{background-color:#a8a8a8}.styles-manageSharedLinksTableStyles--cellMarker{bottom:0;left:0;position:absolute;right:0;top:0;z-index:101}.styles-manageSharedLinksTableStyles--sharedLinksTable .ui-kit-table-row{position:relative}.styles-manageSharedLinksTableStyles--sharedLinksTable .ui-kit-table-headcell--url{padding-left:20px}.styles-manageSharedPageLinksTableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-manageSharedPageLinksTableStyles--row{position:relative}.styles-manageSharedPageLinksTableStyles--row--changed .styles-manageSharedPageLinksTableStyles--cellMarker{background-color:#8fcaf8}.styles-manageSharedPageLinksTableStyles--row--new .styles-manageSharedPageLinksTableStyles--cellMarker{background-color:#1f96f2}.styles-manageSharedPageLinksTableStyles--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-manageSharedPageLinksTableStyles--row--removed .styles-manageSharedPageLinksTableStyles--cellMarker{background-color:#a8a8a8}.styles-manageSharedPageLinksTableStyles--cellMarker{bottom:0;left:0;position:absolute;right:0;top:0;z-index:101}.styles-manageSharedPageLinksTableStyles--sharedPageLinksTable .ui-kit-table-row{position:relative}.styles-manageSharedPageLinksTableStyles--sharedPageLinksTable .ui-kit-table-headcell--url{padding-left:20px}.styles-manageSharedTrendGroupsTableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-manageSharedTrendGroupsTableStyles--row{position:relative}.styles-manageSharedTrendGroupsTableStyles--row--changed .styles-manageSharedTrendGroupsTableStyles--cellMarker{background-color:#8fcaf8}.styles-manageSharedTrendGroupsTableStyles--row--new .styles-manageSharedTrendGroupsTableStyles--cellMarker{background-color:#1f96f2}.styles-manageSharedTrendGroupsTableStyles--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-manageSharedTrendGroupsTableStyles--row--removed .styles-manageSharedTrendGroupsTableStyles--cellMarker{background-color:#a8a8a8}.styles-manageSharedTrendGroupsTableStyles--cellMarker{bottom:0;left:0;position:absolute;right:0;top:0;z-index:101}.styles-manageSharedTrendGroupsTableStyles--sharedTrendGroupsTable .ui-kit-table-row{position:relative}.styles-manageSharedTrendGroupsTableStyles--sharedTrendGroupsTable .ui-kit-table-headcell--url{padding-left:20px}.styles-userDeviceTable--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-userDeviceTable--table.ui-kit-table--material .ui-kit-table-cell__content{padding-bottom:13px;padding-top:13px}.styles-userDeviceTable--typeColumnContainer{display:flex}.styles-userDeviceTable--deviceInfo{display:flex;flex-direction:column;justify-content:space-between;margin-left:31px}.styles-userDeviceTable--deviceType{color:#1f80f2;font-size:12px;line-height:1.333}.styles-userDeviceTable--OSAndModel{font-size:16px;letter-spacing:0;line-height:1.5}.styles-userDeviceTable--lastLoggedIn{color:rgba(0,0,0,.54);font-size:12px;letter-spacing:0;line-height:1.3333}.styles-userDeviceTable--outDateDevices{padding-top:16px}.styles-userDeviceTable--removeButton{--mdc-theme-primary:#000}.styles-userDeviceTable--darkTheme .styles-userDeviceTable--lastLoggedIn{color:hsla(0,0%,100%,.54)}.styles-userDeviceTable--darkTheme .styles-userDeviceTable--removeButton{--mdc-theme-primary:#fff}.styles-userDevicesViewStyles--title{font-size:24px;font-weight:500;line-height:1.333;margin-bottom:16px;margin-top:26px}.styles-userComponentsStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-userComponentsStyles--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-userComponentsStyles--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-portalEntityNameView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-portalEntityNameView--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-portalEntityNameView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-portalEntityNameView--contentRead{align-items:flex-start;color:rgba(38,44,51,.87);display:flex;font-size:24px;font-weight:500}.styles-portalEntityNameView--contentRead.styles-portalEntityNameView--dark{color:hsla(0,0%,100%,.87)}.styles-portalEntityNameView--adminLabel{background:#a9daff;border-radius:2px;display:inline-flex;font-size:11px;font-weight:700;line-height:1.18;margin-left:17px;padding:4px 9px;text-transform:uppercase}.styles-portalEntityNameView--darkTheme.styles-portalEntityNameView--contentRead{color:hsla(0,0%,100%,.87)}.styles-nameEntityItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-nameEntityItem--container{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;white-space:nowrap}.mdc-theme--dark .styles-nameEntityItem--container{color:#fff}.styles-nameEntityItem--darkTheme{color:inherit}.styles-chip--container{background-color:rgba(0,0,0,.06);border-radius:16px;color:rgba(0,0,0,.87);display:flex;flex-shrink:0;padding:8px 14px}.styles-chip--darkTheme.styles-chip--container{background-color:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.87)}.styles-permissionChip--content{align-items:center;display:flex}.styles-permissionChip--icon{margin-right:7px}.styles-permissionChip--itemSource{align-items:center;display:flex}.styles-permissionChip--itemName{white-space:nowrap}.styles-permissionChip--entitySource{color:rgba(0,0,0,.54);margin-right:10px}.styles-permissionChip--darkTheme .styles-permissionChip--entitySource{color:hsla(0,0%,100%,.54)}.styles-tableItemCollapsibleStyles--container{display:flex;flex-direction:column}.styles-tableItemCollapsibleStyles--container.styles-tableItemCollapsibleStyles--expanded .styles-tableItemCollapsibleStyles--collapseArrow{transform:rotate(90deg)}.styles-tableItemCollapsibleStyles--item{align-items:center;color:rgba(0,0,0,.54);cursor:pointer;display:flex}.styles-tableItemCollapsibleStyles--collapseArrow{margin-right:10px;transition:transform .1s linear}.styles-tableItemCollapsibleStyles--darkTheme .styles-tableItemCollapsibleStyles--item{color:hsla(0,0%,100%,.54)}.styles-tableSelect--container .mdc-select__surface{height:36px}.styles-tableSelect--container .mdc-select__selected-text{font-size:13px;line-height:36px;margin-bottom:0}.styles-tableSelect--container.mdc-select{height:auto}.styles-runtimeSettingsStyles--chip{margin:10px 0}.styles-runtimeSettingsStyles--button{--mdc-theme-primary:#777;margin-left:5px;min-width:32px;padding:0 8px;z-index:0}.styles-runtimeSettingsStyles--pageNameContainer{align-items:center;display:flex}.styles-runtimeSettingsStyles--pageName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-runtimeSettingsStyles--pageNameButtonsContainer{align-items:center;display:flex;position:sticky;right:0}.styles-runtimeSettingsStyles--categoryChip{margin-top:0}.styles-runtimeSettingsStyles--categoriesChooser{align-items:flex-start;display:flex}.styles-runtimeSettingsStyles--categoriesContainer{display:flex;flex-direction:column}.styles-runtimeSettingsStyles--categoriesDropdownButton{margin-left:0;margin-right:6px}.styles-runtimeSettingsStyles--settingsContainer.ui-kit-table--withoutHeight .ui-kit-table__hscrollbar{bottom:-15px}.styles-listItemStyles--container{align-items:center;display:flex;padding-left:14px;padding-right:20px}.styles-listItemStyles--container .mdc-form-field{align-items:center;display:flex;width:100%}.styles-listItemStyles--container .mdc-form-field label{width:100%}.styles-multipleAutocompleteStyles--container{font-family:Roboto,sans-serif;overflow:visible;position:relative}.styles-multipleAutocompleteStyles--content{align-items:stretch;background-color:transparent;border-radius:0 0 2px 2px;display:flex;flex-direction:column}.styles-multipleAutocompleteStyles--noItemsFound{padding-bottom:10px;padding-top:10px;text-align:center}.styles-multipleAutocompleteStyles--listViewer .ui-kit-list-row__main{overflow:visible}.styles-multipleAutocompleteStyles--selectedItemsPanel{padding-left:4px}.styles-userYubicoView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-userYubicoView--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-userYubicoView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-userYubicoView--contentRead{color:rgba(38,44,51,.87);font-size:24px;font-weight:500}.styles-userYubicoView--contentRead.styles-userYubicoView--dark{color:hsla(0,0%,100%,.87)}.styles-userYubicoView--contentEdit{align-items:center;display:flex}.styles-userYubicoView--text{flex-grow:1}.styles-userYubicoView--button{flex:0 0 auto;margin-left:24px}.styles-userYubicoView--buttonContent{align-items:center;display:flex}.styles-userYubicoView--buttonIcon{flex:0 0 auto}.styles-userYubicoView--buttonText{flex-grow:1;margin-left:10px;white-space:nowrap}.styles-userYubicoView--darkTheme{color:hsla(0,0%,100%,.87)}.projects-styles--icon{position:absolute}.projects-styles--icon:focus{outline:none}.styles-userMobileTagsRead--projectRow{align-items:center;display:flex;font-size:15px;font-weight:500}.styles-userMobileTagsRead--projectName{margin-left:12px;margin-right:10px}.styles-userMobileTagsRead--tag{align-items:center;display:flex}.styles-userMobileTagsRead--projectIcon{flex-shrink:0;position:relative}.styles-userMobileTagsRead--booleanCell{text-align:center}.styles-dropdown--controlContainer{align-items:center;color:#9e9e9e;cursor:pointer;display:flex;height:100%;padding-left:15px;padding-right:25px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-dropdown--icon{margin-right:13px}.styles-dropdown--toggler{border-color:#757575 transparent transparent;border-style:solid;border-width:5px 5px 0;display:inline-block;height:0;margin-left:auto;transition:transform .3s ease;width:0}.styles-dropdown--togglerOpened{transform:rotate(180deg)}.styles-dropdown--dropdown{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1),0 0 20px rgba(0,0,0,.3);box-sizing:border-box}.styles-dropdown--previewItemContainer{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.styles-dropdown--darkTheme .styles-dropdown--dropdown{background-color:#212121;border-color:#212121}.styles-selectTagsFromPage--dialogContainer{color:red}.styles-selectTagsFromPage--dialogContainer .mdc-dialog__surface{max-width:80%}.styles-selectTagsFromPage--dropdownContainer{width:300px}.styles-selectTagsFromPage--view{display:flex;flex-direction:column;margin-left:-24px;min-height:400px;position:relative}.styles-selectTagsFromPage--splittedPane{flex:1}.styles-selectTagsFromPage--tagsPane{display:flex;flex-direction:column;flex-grow:1;height:100%}.styles-selectTagsFromPage--tagsPane>*{flex-grow:1}.styles-selectTagsFromPage--rightContentContainer{margin-left:auto}.styles-selectTagsFromPage--rightContentContainer>div{height:100%}.styles-tagsFromPage--container{background-color:#fafafa;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.12)}.styles-tagsFromPage--container .ui-kit-list__nodata{padding:0;text-align:left}.styles-tagsFromPage--container .ui-kit-list__header{margin-bottom:0}.styles-tagsFromPage--container .ui-kit-list__placeholder{padding:0;-moz-text-align-last:left;text-align-last:left}.styles-tagsFromPage--title{box-shadow:inset 0 1px 0 0 rgba(0,0,0,.1),0 1px 0 0 rgba(0,0,0,.1);line-height:3;text-transform:uppercase}.styles-tagsFromPage--loading,.styles-tagsFromPage--title{color:rgba(0,0,0,.38);font-size:12px;font-weight:500;padding-left:25px}.styles-tagsFromPage--loading{padding-top:10px}.styles-tagsFromPage--noData{font-size:12px;padding:10px 25px 0}.styles-tagsFromPage--item{align-items:center;box-sizing:border-box;display:flex;padding-left:13px;width:100%}.styles-tagsFromPage--item .mdc-form-field{width:100%}.styles-tagsFromPage--item label{display:inherit;overflow:hidden}.styles-tagsFromPage--itemName{color:rgba(38,44,51,.87);font-size:15px;font-weight:400;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.styles-tagsFromPage--darkTheme.styles-tagsFromPage--container{background-color:#212121}.styles-tagsFromPage--darkTheme .styles-tagsFromPage--loading,.styles-tagsFromPage--darkTheme .styles-tagsFromPage--title{color:hsla(0,0%,100%,.38)}.styles-tagsFromPage--darkTheme .styles-tagsFromPage--itemName{color:hsla(0,0%,100%,.87)}.styles-divider--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-divider--divider{bottom:0;position:absolute;right:0;top:0}.styles-divider--resizer{cursor:ew-resize;left:0;width:20px;z-index:6}.styles-divider--resizer,.styles-divider--resizer:after{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;bottom:0;outline:none;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-divider--resizer:after{background:transparent;content:"";left:-1px;transition:all .3s;width:1px}.styles-divider--divider:hover .styles-divider--resizer:after,.styles-divider--resizer.styles-divider--dragging:after{background:#1f80f2;width:2px}.styles-divider--dividerCollapsed .styles-divider--resizer{display:none}.styles-divider--toggler{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;cursor:pointer;height:20px;margin:-10px 0 0;opacity:0;outline:none;position:absolute;top:50%;transition:opacity .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px;z-index:11}.styles-divider--divider:hover .styles-divider--toggler,.styles-divider--dividerCollapsed .styles-divider--toggler,.styles-divider--toggler:hover,.touch .styles-divider--toggler{opacity:1}.styles-divider--togglerContent{margin-left:5px}.styles-divider--togglerContent:after{bottom:-10px;transform:rotate(-90deg)}.styles-divider--togglerContent:after,.styles-divider--togglerContent:before{background:#1f96f2;content:"";display:block;height:2px;position:relative;transition:all .2s;width:10px}.styles-divider--togglerContent:before{top:6px;transform:rotate(90deg)}.styles-divider--toggler:hover .styles-divider--togglerContent:after{transform:rotate(-130deg)}.styles-divider--toggler:hover .styles-divider--togglerContent:before{transform:rotate(130deg)}.styles-divider--dividerCollapsed .styles-divider--toggler:hover .styles-divider--togglerContent:after,.styles-divider--dividerCollapsed .styles-divider--togglerContent:after{transform:rotate(-40deg)}.styles-divider--dividerCollapsed .styles-divider--toggler:hover .styles-divider--togglerContent:before,.styles-divider--dividerCollapsed .styles-divider--togglerContent:before{transform:rotate(40deg)}.styles-splittedPane--root{display:flex;overflow:hidden;position:relative;width:100%}.styles-splittedPane--leftPane{box-shadow:0 0 18px rgba(0,0,0,.25);display:flex;flex-direction:column;flex-shrink:0;position:relative;transition:margin-left .3s ease-in;z-index:101}@media print{.styles-splittedPane--leftPane{display:none}}.styles-splittedPane--leftPaneCollapsed{box-shadow:none}.styles-splittedPane--leftPaneOverlapped{bottom:0;left:0;position:absolute;top:0}.styles-splittedPane--rightPane{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.styles-dashboardPropertyEditor--eventEditorLabel,.styles-dashboardPropertyEditor--label{color:rgba(0,0,0,.6);font-family:Roboto;font-size:10px;line-height:11px;margin-bottom:6px;text-transform:capitalize}.styles-dashboardPropertyEditor--eventEditorLabel{font-size:12px;margin-bottom:0}.styles-dashboardPropertyEditor--content{align-items:center;display:flex}.styles-dashboardPropertyEditor--editor{width:100%}.styles-dashboardPropertyEditor--editor .mdc-select,.styles-dashboardPropertyEditor--editor .mdc-select__surface{height:36px}.styles-dashboardPropertyEditor--expressionButton{border:0;cursor:pointer;flex:0 0 auto;height:16px;margin-left:10px;opacity:0;padding:0;position:relative;width:16px}.styles-dashboardPropertyEditor--expressionButton.styles-dashboardPropertyEditor--filled{color:#2397f4;opacity:1}.styles-dashboardPropertyEditor--expressionButton.styles-dashboardPropertyEditor--disabled{cursor:default;opacity:0}.styles-dashboardPropertyEditor--expressionButton .svg-holder{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0}.styles-dashboardPropertyEditor--expressionButton .svg-holder svg{fill:currentColor;height:100%;width:100%}.styles-dashboardPropertyEditor--view{margin-bottom:4px}.styles-dashboardPropertyEditor--view:hover .styles-dashboardPropertyEditor--expressionButton{opacity:1}.styles-dashboardPropertyEditor--view:hover .styles-dashboardPropertyEditor--expressionButton.styles-dashboardPropertyEditor--disabled{opacity:0}.mdc-theme--dark .styles-dashboardPropertyEditor--eventEditorLabel,.mdc-theme--dark .styles-dashboardPropertyEditor--label{color:hsla(0,0%,100%,.6)}.styles-manageMetadataEditor--list{padding-bottom:10px}.styles-manageMetadataEditor--noData{font-size:13px;text-align:center}.styles-manageMetadataEditor--item{align-items:center;display:flex}.styles-manageMetadataEditor--itemLabel{color:rgba(0,0,0,.87);flex:1;font-size:13px;line-height:15px}.styles-manageMetadataEditor--itemRemoveButton{cursor:pointer;display:inline-block}.styles-manageMetadataEditor--buttons{align-items:center;display:flex;justify-content:flex-end}.theme-dark .styles-manageMetadataEditor--itemLabel{color:hsla(0,0%,100%,.87)}.styles-inputEditor--editorInput .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){height:36px}.styles-inputEditor--editorInput .mdc-text-field--box.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0 0 0 6px}.styles-nameEditor--view{align-items:center;display:flex}.styles-nameEditor--inputHolder{flex:1}.styles-nameEditor--input .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){height:36px}.styles-nameEditor--input .mdc-text-field--box.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0 0 0 6px}.styles-nameEditor--bindButton{visibility:visible}.styles-nameEditor--itemTemplate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-nameEditor--itemContent{position:relative}.styles-nameEditor--itemContent:after{background:#fff;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0}.styles-comboBox--container{background-color:#fff;border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;display:none;overflow-y:scroll;padding:8px 0;position:fixed;z-index:10000}.styles-comboBox--container:focus{outline:none}.styles-comboBox--container--open{display:flex;flex-direction:column}.styles-comboBox--container>*{flex:1}.styles-comboBox--baseLoadingComponent{text-align:center}.styles-comboBox--inputWrapper{position:relative}.styles-comboBox--inputWrapper .mdc-text-field__input{padding-right:24px!important}.styles-comboBox--clearIcon{cursor:pointer;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.styles-comboBox--clearIconHidden{pointer-events:none;visibility:hidden}.styles-comboBox--item{cursor:pointer;font-size:1rem;font-weight:400;line-height:1.75rem;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.styles-comboBox--item:hover{background-color:#f5f5f5}.styles-comboBox--noValueItem{color:#1f80f2}.styles-comboBox--selectedItem,.styles-comboBox--selectedItem:hover{background-color:#cdd7de}.mdc-theme--dark .styles-comboBox--container,.styles-comboBox--darkTheme{background-color:#262625}.mdc-theme--dark .styles-comboBox--container .styles-comboBox--item:hover,.styles-comboBox--darkTheme .styles-comboBox--item:hover{background-color:hsla(0,0%,100%,.08)}.mdc-theme--dark .styles-comboBox--container .styles-comboBox--selectedItem,.mdc-theme--dark .styles-comboBox--container .styles-comboBox--selectedItem:hover,.styles-comboBox--darkTheme .styles-comboBox--selectedItem,.styles-comboBox--darkTheme .styles-comboBox--selectedItem:hover{background-color:hsla(0,0%,100%,.2)}.styles-zoomLevelChooser--zoomButton{cursor:pointer;flex:1;height:27px!important;min-width:80px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-zoomLevelChooser--zoomButton .mdc-select__surface{font-size:15px;height:27px;line-height:18px}.styles-zoomLevelChooser--zoomInput label{top:16px}.styles-zoomLevelChooser--menu{max-width:95px}.styles-zoomLevelChooser--menu .mdc-list-item[data-index="0"]{padding:0}.styles-selectEditor--select{flex:1}.styles-selectEditor--select .mdc-select,.styles-selectEditor--select .mdc-select__surface{height:36px}.styles-colorEditor--view{align-items:center;display:flex}.styles-colorEditor--content{flex:1;padding:0 10px}.styles-colorEditor--editor{align-items:center;display:flex;margin:10px 0}.styles-colorEditor--editor.styles-colorEditor--disabled{position:relative}.styles-colorEditor--editor.styles-colorEditor--disabled:after{background:#303030;bottom:0;content:"";left:-5px;opacity:.8;position:absolute;right:0;top:0;z-index:1}.styles-colorEditor--label{margin:0 10px 0 0}.styles-colorEditor--alphaView{flex:1;margin-left:10px;min-width:75px}.styles-colorEditor--colorDisplay{border:1px solid hsla(0,0%,100%,.12);border-radius:2px;box-sizing:border-box;height:20px;margin-left:-5px;overflow:hidden;position:relative;width:28px;z-index:0}.styles-colorEditor--colorDisplay .styles-colorEditor--checkeredBg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADFJREFUOE9jZGBgEGHAD97gk2YcNYBhmIQBgWSAP52AwoAQwJvQRg1gACckQoC2gQgAIF8IscwEtKYAAAAASUVORK5CYII=) 0;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:-1}.styles-colorEditor--colorDisplay .styles-colorEditor--coloredBg{height:100%;width:100%}.styles-colorEditor--colorDisplay:after{border:2px solid #000;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.styles-colorEditor--fontColorView{display:block}.internal-viewerStyles--togglePanelButton{cursor:pointer;display:inline-block}.internal-viewerStyles--togglePanelButton:focus{outline:none}.styles-dashboardPropertiesView--fillSubsection{align-items:center;display:flex}.styles-dashboardPropertiesView--strokeSection{align-items:flex-start;display:flex}.styles-dashboardPropertiesView--strokeWidthItem{flex:0 0 40px}.styles-dashboardPropertiesView--strokeTypeItem{flex:2}.styles-dashboardPropertiesView--strokeTypeItem .mdc-select,.styles-dashboardPropertiesView--strokeTypeItem .mdc-select__surface{height:36px}.styles-dashboardPropertiesView--strokeSection .styles-dashboardPropertiesView--strokeTypeItem{padding-right:20px}.styles-dashboardPropertiesView--deviationTopSubsection{padding-bottom:10px}.styles-dashboardPropertiesView--deviationSubsectionContent{align-items:center;display:flex;padding-bottom:10px}.styles-slideEditor--editor{align-items:center;display:inline-flex}.styles-slideEditor--label{color:rgba(0,0,0,.87);flex:0 0 40px;font-family:Roboto;font-size:15px;line-height:18px;padding:0 20px 0 10px}.mdc-theme--dark .styles-slideEditor--label{color:#fff}.styles-slideEditor--slider{flex:1}.styles-slideEditor--label .mdc-text-field{border-bottom:0!important}.styles-pageImageTile--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-pageImageTile--container{border-radius:2px;box-sizing:border-box;height:0;overflow:hidden;padding-bottom:100%;position:relative}.styles-pageImageTile--container *{box-sizing:border-box}.styles-pageImageTile--emptyContainer{border:1px dashed #2397f4}.styles-pageImageTile--imageContainer{background-color:#f3f4f5}.styles-pageImageTile--errorContainer{background-color:rgba(213,0,0,.05);border:1px solid #f3b4b4;position:relative}.styles-pageImageTile--loadingContainer{background-color:#f3f4f5}.styles-pageImageTile--layout{bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0}.styles-pageImageTile--dndZone{display:flex;flex-grow:1}.styles-pageImageTile--emptyContent{flex-direction:column}.styles-pageImageTile--emptyContent,.styles-pageImageTile--preview{align-items:center;display:flex;flex-grow:1;justify-content:center;position:relative}.styles-pageImageTile--preview{overflow:hidden}.styles-pageImageTile--errorContent{font-size:12px;padding:0 20px;text-align:center}.styles-pageImageTile--errorContent,.styles-pageImageTile--loadingContent{align-items:center;display:flex;flex-grow:1;justify-content:center;position:relative}.styles-pageImageTile--content{align-items:center;align-self:flex-end;display:flex;height:38px;padding-left:13px;padding-right:13px;padding-top:1px;position:relative;width:100%}.styles-pageImageTile--name{color:rgba(38,44,51,.87);display:block;font-size:15px;font-weight:400;line-height:1.2;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-pageImageTile--image{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.styles-pageImageTile--dndIcon{margin-bottom:11px;opacity:.3}.styles-pageImageTile--text{color:rgba(0,0,0,.54);font-size:11px;line-height:11px;text-align:center}.styles-pageImageTile--supported{color:rgba(0,0,0,.38);font-size:9px}.styles-pageImageTile--browse{color:#51adf6;cursor:pointer}.styles-pageImageTile--input{height:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;width:0}.styles-pageImageTile--progress{color:#2397f4}.styles-pageImageTile--errorIcon{left:11px;position:absolute;top:11px}.styles-pageImageTile--closeIcon{background:red;cursor:pointer;opacity:.54;position:absolute;right:8px;top:8px}.styles-pageImageTile--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-pageImageTile--highlighted{background-color:transparent}.mdc-theme--dark .styles-pageImageTile--imageContainer,.mdc-theme--dark .styles-pageImageTile--loadingContainer,.styles-pageImageTile--darkTheme .styles-pageImageTile--imageContainer,.styles-pageImageTile--darkTheme .styles-pageImageTile--loadingContainer{background-color:#404040}.mdc-theme--dark .styles-pageImageTile--dndIcon,.styles-pageImageTile--darkTheme .styles-pageImageTile--dndIcon{opacity:.26}.mdc-theme--dark .styles-pageImageTile--supported,.mdc-theme--dark .styles-pageImageTile--text,.styles-pageImageTile--darkTheme .styles-pageImageTile--supported,.styles-pageImageTile--darkTheme .styles-pageImageTile--text{color:hsla(0,0%,100%,.38)}.mdc-theme--dark .styles-pageImageTile--name,.styles-pageImageTile--darkTheme .styles-pageImageTile--name{color:hsla(0,0%,100%,.87)}.styles-halignEditor--editor{align-items:center;background:hsla(0,0%,85%,.88);border-radius:2px;display:inline-flex}.styles-halignEditor--item{box-sizing:border-box;color:#565656;cursor:pointer;display:inline-block;text-align:center;width:45px}.styles-halignEditor--itemToLeft{border-bottom-left-radius:2px;border-top-left-radius:2px}.styles-halignEditor--itemToRight{border-bottom-right-radius:2px;border-top-right-radius:2px}.styles-halignEditor--active{background:#2397f4;color:#fff}.styles-groupNameEditor--input .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){height:36px}.styles-groupNameEditor--input .mdc-text-field--box.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0 0 0 6px}.styles-dashboardSearchView--view{position:relative;width:200px}.styles-dashboardSearchView--view .mdc-text-field--box{background:none}.styles-dashboardSearchView--view .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){height:38px}.styles-dashboardSearchView--closeIcon{left:8px;position:absolute;top:50%;transform:translateY(-50%)}.styles-dashboardMenus--item{padding:6px 0}.styles-dashboardMenus--item:hover{background-color:hsla(0,0%,100%,.08)}.styles-dashboardMenus--itemContent{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;font-size:.9rem;padding:0 20px;width:100%}.styles-dashboardMenus--itemLabel{flex:1 1 0;max-width:300px;overflow:hidden}.styles-dashboardMenus--itemAccelerator{font-size:11px;margin-left:20px}.styles-dashboardMenus--item.styles-dashboardMenus--disabled{cursor:default!important}.styles-dashboardMenus--item.styles-dashboardMenus--disabled .styles-dashboardMenus--itemContent{opacity:.5}.styles-dashboardMenus--menu{padding:10px 0;position:absolute;z-index:101}.styles-dashboardMenus--separator{background:hsla(0,0%,93%,.2);height:1px;margin:8px 20px}.outline-outlineView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.outline-outlineView--view{bottom:0;left:0;position:absolute;top:0;width:300px}.outline-outlineView--view .ui-kit-tree-table--material{margin:0}.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-cell--withExpand .ui-kit-tree-table-cell__content{padding-left:32px}.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-row--leaf .ui-kit-tree-table-cell--iconAndName .ui-kit-tree-table-cell__content{padding-left:14px}.outline-outlineView--view .ui-kit-tree-table-cell__content{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;outline:none;padding-bottom:1px;padding-top:7px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.outline-outlineView--view .ui-kit-tree-table__header{padding:0}.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-row{border:0}.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-cell--theme-dark,.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-row--theme-dark,.outline-outlineView--view .ui-kit-tree-table__nodata--theme-dark{background-color:#122331}.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table__toggler{margin-left:-16px}.outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-row .ui-kit-tree-table-cell--visibility .ui-kit-tree-table-cell__content{padding-left:10px}.outline-outlineView--content{bottom:0;left:0;position:absolute;right:0;top:0}.mdc-theme--dark .outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-cell,.mdc-theme--dark .outline-outlineView--view .ui-kit-tree-table--material .ui-kit-tree-table-row,.mdc-theme--dark .outline-outlineView--view .ui-kit-tree-table__nodata{background-color:#122331}.outline-outlineView--titleContainer{align-items:center;border-bottom:2px solid rgba(0,0,0,.06);display:flex}.outline-outlineView--title{flex:1;font-family:Roboto,Arial;font-size:12px;font-weight:500;letter-spacing:1px;line-height:14px;padding:13px 12px;text-transform:uppercase}.outline-outlineView--addNewGroup{cursor:pointer;flex:0 0 auto;margin:0 10px}.outline-outlineView--addNewGroupDisabled{cursor:default;opacity:.4}.outline-outlineView--selectedRow,.outline-outlineView--selectedRow .ui-kit-tree-table-cell{background-color:#2397f4!important;color:#fff!important}.outline-outlineView--item{font-size:13px;line-height:15px}.outline-outlineView--notVisible{opacity:.38}.outline-outlineView--searchInput{color:rgba(0,0,0,.87);font-family:Roboto,Arial;font-size:13px;line-height:15px}.outline-outlineView--searchInput .mdc-text-field{border:0;height:38px}.outline-outlineView--expressionButton{background-color:#fff;color:rgba(0,0,0,.6);font-size:12px;margin-left:8px;padding:0}.outline-outlineView--expressionButton.outline-outlineView--filled{background-color:#888;color:#fff}.outline-outlineView--icon{display:inline-block;height:18px;position:relative;width:18px}.outline-outlineView--icon>svg{height:100%;left:0;position:absolute;top:0;width:100%}.outline-outlineView--visibility{cursor:pointer}.mdc-theme--dark .outline-outlineView--title{background-color:#212121;color:hsla(0,0%,100%,.38)}.mdc-theme--dark .outline-outlineView--titleContainer{border-bottom:2px solid hsla(0,0%,100%,.06)}.mdc-theme--dark .outline-outlineView--searchInput{background-color:#0d1a25;color:hsla(0,0%,100%,.87)}.outline-outlineView--hasExpression .outline-outlineView--icon,.outline-outlineView--hasExpression .styles-simpleTreeItem--icon{color:#e040fb}.outline-outlineView--expandButton{cursor:pointer;display:inline-block;padding:4px 4px 0}.outline-outlineView--expandButton:after{border-color:transparent transparent transparent #757575;border-style:solid;border-width:4px 0 4px 4px;content:"";display:inline-block;height:0;width:0}.outline-outlineView--collapseButton{cursor:pointer;display:inline-block;padding:2px 4px}.outline-outlineView--collapseButton:after{border-color:#757575 transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;width:0}.mdc-theme--dark .outline-outlineView--collapseButton,.outline-outlineView--darkTheme .outline-outlineView--collapseButton{border-color:#7f8c95 transparent transparent}.styles-collectionEditor--editor{align-items:center;display:flex;margin-bottom:4px}.styles-collectionEditor--editorContent{flex:1}.styles-collectionEditor--editorClose{cursor:pointer;margin:0 4px}.styles-collectionEditor--noData{font-size:13px;text-align:center}.styles-collectionEditor--buttons{align-items:center;display:flex;justify-content:flex-end;margin-top:8px}.styles-componentLabelEditor--mainEditor{align-items:center;display:flex}.styles-componentLabelEditor--labelText{flex:1}.styles-componentLabelEditor--auxEditor{margin-bottom:10px}.styles-switchPropertyEditor--view{visibility:visible}.styles-switchPropertyEditor--activeEditor{margin-top:8px}.styles-colorStopEditor--view{align-items:center;display:flex}.styles-colorStopEditor--view>*{margin-right:10px}.styles-templatesTools--item{align-items:center;cursor:pointer;display:flex;padding:8px}.styles-templatesTools--item:hover{color:#2397f4}.styles-templatesTools--item.highlighted{background:#2397f4;color:#fff}.styles-templatesTools--itemContent{display:flex;flex:1}.styles-templatesTools--itemLabel{flex:1;font-family:Roboto;font-size:13px;line-height:15px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.styles-templatesTools--itemActions{align-items:center;display:flex}.styles-templatesTools--itemAction{cursor:pointer;margin-left:12px}.styles-templatesTools--noItems{font-size:12px;padding:20px 0;text-align:center}.styles-templatesTools--tabs .mdc-tab-bar,.styles-templatesTools--tabs .mdc-tab-bar-holder{height:32px}.styles-templatesTools--tabs .mdc-tab{text-transform:capitalize}.styles-templatesTools--tabs .mdc-tab-bar-holder:after{top:32px}.name-pageName--view{flex:1 0 auto;font-size:20px;max-width:500px;padding-left:10px}.name-pageName--read{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.name-pageName--textfield{padding-left:40px;width:auto!important}.styles-pageViewer--preloaderContainer{position:relative}.styles-pageViewer--preloader{min-height:200px;position:relative}.styles-pageViewer--tagsChooser{background:rgba(0,0,0,.3);bottom:0;left:0;position:absolute;right:0;top:0}.styles-pageViewer--noData{font-weight:700;left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.styles-pageViewer--pageViewerLayout{height:100%;left:0;position:relative;top:0;width:100%}.styles-pageViewer--pageViewerLayout .leftPanelSiblingContent{border-left:2px solid #e4e4e4;width:302px}.mdc-theme--dark .styles-pageViewer--pageViewerLayout .leftPanelSiblingContent{border-left:2px solid #090f1a}.styles-pageViewer--pageViewer{height:100%;left:0;position:absolute;top:0;width:100%}.styles-pageViewer--nameErrorMessage{left:24px;position:absolute;top:-24px}.styles-replaceDataProvider--content{margin-bottom:-24px}.styles-replaceDataProvider--field{margin-bottom:8px}.styles-tagChooser--view{align-items:center;display:flex}.styles-tagChooser--tagName{color:rgba(38,44,51,.87);display:flex;flex:1;font-size:13px;line-height:15px;overflow:hidden;text-overflow:ellipsis}.styles-tagChooser--tagNameContent{align-items:center;display:flex;flex:1}.styles-tagChooser--placeholder{color:rgba(38,44,51,.38)}.styles-tagChooser--buttonClear{margin:0 5px}.styles-tagChooser--buttonClear button{--mdc-theme-primary:#777;min-width:32px;padding:0}.styles-tagChooser--dark .styles-tagChooser--buttonClear button{--mdc-theme-primary:$primary-dark-theme-font-color}.styles-tagChooser--dialog .mdc-dialog__body{padding-left:0;padding-right:0}.styles-tagChooser--nameHolder{display:inline-block;flex:1;overflow:hidden;text-overflow:ellipsis}.styles-tagChooser--dark .styles-tagChooser--tagName{color:hsla(0,0%,100%,.87)}.styles-tagChooser--dark .styles-tagChooser--placeholder{color:hsla(0,0%,100%,.54)}.styles-tagChooser--activeButton{--mdc-theme-primary:#777;min-width:32px;padding:0}.styles-tagChooser--dark .styles-tagChooser--activeButton{--mdc-theme-primary:$primary-dark-theme-font-color}.styles-dateArgumentProvider--view{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:10100}.styles-tagPathsAndTrendsProvider--selectedItemsPanel{padding-left:14px}.styles-wizard--dialog .styles-wizard--content{height:500px}@media (orientation:landscape),only screen and (max-width:680px){.styles-wizard--dialog .styles-wizard--content{height:58vh;max-height:500px}}.styles-wizard--buttonsContainer{display:grid;grid-auto-flow:column;justify-content:space-between;width:100%}.styles-wizard--dialogContent{bottom:0;left:0;position:absolute;right:0;top:0}.styles-wizard--page{left:-9999em;position:absolute;top:-9999em}.styles-wizard--pageActive{left:auto;top:auto}.styles-entityViewWizard--entityView,.styles-wizard--pageActive{height:100%;position:relative}.styles-entityViewWizard--entityViewContent{bottom:0;left:0;position:absolute;right:0;top:0}.styles-expressionValueDialog--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-expressionValueDialog--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-expressionValueDialog--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-expressionValueDialog--dialog .mdc-dialog__header{padding:0}.styles-expressionValueDialog--dialog .mdc-dialog__body{margin-top:0}.styles-expressionValueDialog--dialog button:hover .mdc-icon{color:#1f80f2!important}.styles-expressionValueDialog--content{margin:0 -24px -24px;min-height:150px}.styles-templateParametersProvider--view{margin-bottom:-24px}.styles-templateParametersProvider--nameField{margin-bottom:8px}.styles-templatePreviewer--view{background-color:#e4e4e4;box-sizing:border-box;height:400px;padding:20px;position:relative;width:100%}.styles-templatePreviewer--content{background:no-repeat 50%;background-size:contain;bottom:20px;left:20px;position:absolute;right:20px;top:20px}.styles-dashboard--view{height:100%;left:0;position:absolute;top:0;width:100%}.styles-dashboard--placeholder{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.style-trendGroupCheckbox--checkbox{cursor:pointer;position:absolute}.style-tagsChooserDashboard--tagsChooser{background:rgba(0,0,0,.3);bottom:0;left:0;position:absolute;right:0;top:0}.styles-selectTagsFromListDialogStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-selectTagsFromListDialogStyles--tagItem{align-items:center;display:flex}.styles-selectTagsFromListDialogStyles--tagPath{display:inline-block;margin-right:10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-selectTagsFromListDialogStyles--tagIcon{color:rgba(0,0,0,.38);margin-right:12px}.styles-selectTagsFromListDialogStyles--tagProjectName{color:rgba(0,0,0,.54);flex-shrink:0;margin-left:auto}.styles-selectTagsFromListDialogStyles--darkTheme .styles-selectTagsFromListDialogStyles--tagIcon,.styles-selectTagsFromListDialogStyles--darkTheme .styles-selectTagsFromListDialogStyles--tagProjectName{color:hsla(0,0%,100%,.38)}.styles-userMobileTagsEdit--projectRow{align-items:center;display:flex;font-size:15px;font-weight:500}.styles-userMobileTagsEdit--projectName{margin-left:12px;margin-right:10px}.styles-userMobileTagsEdit--tag{align-items:center;display:flex}.styles-userMobileTagsEdit--projectIcon{flex-shrink:0;position:relative}.styles-userMobileTagsEdit--booleanCell{text-align:center}.styles-userMobileTagsEdit--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-userMobileTagsEdit--selectTagsFromPageButton{align-items:center;display:flex;margin-left:auto}.styles-userMobileTagsEdit--selectTagsIcon{margin-right:14px}.styles-userMobileTagsEdit--removeButton{--mdc-theme-primary:rgba(0,0,0,.54)}.styles-userMobileTagsEdit--headerContainer{display:flex;justify-content:space-between}.styles-userMobileTagsEdit--selectTagsFromListButton{--mdc-theme-primary:#000;margin-left:14px}.styles-userMobileTagsEdit--removeCell{text-align:right}.styles-userMobileTagsEdit--darkTheme .styles-userMobileTagsEdit--removeButton{--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-userMobileTagsEdit--darkTheme .styles-userMobileTagsEdit--selectTagsFromListButton{--mdc-theme-primary:#fff}.styles-shortUserName--settingFields{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.styles-measurementSystemEntityViewStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-measurementSystemEntityViewStyles--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-measurementSystemEntityViewStyles--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-measurementSystemEntityViewStyles--switchContainer{align-items:center;display:flex}.styles-measurementSystemEntityViewStyles--switchContainer .styles-measurementSystemEntityViewStyles--conversionButton{color:#000;margin-left:20px}.styles-measurementSystemEntityViewStyles--bodyContainer{padding:24px 16px;position:relative}.styles-measurementSystemEntityViewStyles--title{display:block;font-size:18px;font-weight:500;line-height:160%;margin-bottom:5px;text-transform:uppercase}.styles-measurementSystemEntityViewStyles--header{font-size:16px;font-weight:400;line-height:157%}.styles-measurementSystemEntityViewStyles--unit{display:inline-block;font-size:18px;font-weight:400;line-height:110%;margin-bottom:13px}.styles-measurementSystemEntityViewStyles--closeButton{position:absolute;right:16px;top:24px}.styles-measurementSystemEntityViewStyles--darkTheme .styles-measurementSystemEntityViewStyles--conversionButton{color:#fff}.styles-measurementSystemEntityViewStyles--darkTheme .styles-measurementSystemEntityViewStyles--closeButton{color:#3c5c82}.styles-userView--itemSuperUser{border-top:0}.styles-userView--container .mdc-tab-bar-holder{top:-16px}.styles-selectEntityItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-selectEntityItem--readContainer{align-items:center;align-items:baseline;display:flex;font-size:14px;line-height:16px}.styles-selectEntityItem--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-selectEntityItem--label{color:hsla(0,0%,100%,.54)}.styles-selectEntityItem--value{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-selectEntityItem--value{color:hsla(0,0%,100%,.87)}.styles-baseFilesChooser--input{opacity:0;position:absolute}.styles-baseFilesChooser--inputLabel{color:#1f80f2;font-size:14px;text-decoration:underline}.styles-baseFilesChooser--dropZone{border:2px dashed #cbe6fc;border-radius:5px;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:20px;text-align:center}.styles-baseFilesChooser--error{color:#d0021b;padding:10px 0}.styles-baseFilesChooser--container{position:relative}.styles-baseFilesChooser--container--over .styles-baseFilesChooser--dropZone{background-color:rgba(203,230,252,.5)}.styles-baseFilesChooser--content,.styles-baseFilesChooser--description{display:flex;flex:1;flex-direction:column}.styles-baseFilesChooser--description{align-content:center;align-items:center;justify-content:center}.styles-baseFilesChooser--description__top{color:rgba(0,0,0,.87);font-size:24px;line-height:30px}.styles-baseFilesChooser--description__middle{color:rgba(0,0,0,.87);font-size:14px}.styles-baseFilesChooser--supportedTypes{color:rgba(0,0,0,.87);font-size:12px;padding-top:10px}.styles-baseFilesChooser--items{display:flex;flex:0;justify-content:center;padding:5px 0}.styles-baseFilesChooser--item{align-self:flex-end;display:inline-block;max-height:200px;max-width:120px;overflow:hidden;text-align:center;word-break:break-all}.styles-baseFilesChooser--item__name{color:rgba(0,0,0,.87);font-size:16px;padding:2px 0}.styles-baseFilesChooser--item__size{color:rgba(0,0,0,.87);font-size:12px}.styles-baseFilesChooser--darkTheme .styles-baseFilesChooser--dropZone{border-color:#1f80f2}.styles-baseFilesChooser--darkTheme .styles-baseFilesChooser--description__middle,.styles-baseFilesChooser--darkTheme .styles-baseFilesChooser--description__top,.styles-baseFilesChooser--darkTheme .styles-baseFilesChooser--item__name,.styles-baseFilesChooser--darkTheme .styles-baseFilesChooser--item__size,.styles-baseFilesChooser--darkTheme .styles-baseFilesChooser--supportedTypes{color:hsla(0,0%,100%,.38)}.styles-resourcesDialogs--inputHolder{margin-bottom:40px}.styles-resourcesDialogs--loading:after{background:rgba(0,0,0,.3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:100}.styles-resourcesSubView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-resourcesSubView--view .ui-kit-list-row__main{overflow:visible}.styles-resourcesSubView--view .ui-kit-grid-group-head,.styles-resourcesSubView--view .ui-kit-list-group-head{border:0;margin:0;padding-bottom:6px;padding-top:6px}.styles-resourcesSubView--view .ui-kit-grid-group-head{padding-bottom:6px;padding-top:6px}.styles-resourcesSubView--view .ui-kit-grid-group-head:first-child,.styles-resourcesSubView--view .ui-kit-list-group-head:first-child{display:none}.styles-resourcesSubView--folderItem{background-color:#f3f4f5}.styles-resourcesSubView--foldersAndPagesInfo>*{padding:0 8px 0 0}.styles-resourcesSubView--download{margin-right:10px}.styles-resourcesSubView--fileDetails{zoom:1;visibility:visible}.styles-resourcesSubView--fileDetails:after,.styles-resourcesSubView--fileDetails:before{content:"";display:table}.styles-resourcesSubView--fileDetails:after{clear:both}.styles-resourcesSubView--fileDetails__info{margin-top:10px;overflow:hidden}.styles-resourcesSubView--fileDetails__downloads{float:right;padding-right:15px}.styles-resourcesSubView--fileDetails__name{color:rgba(38,44,51,.87);font-size:24px;font-weight:500}.styles-resourcesSubView--fileDetails__name.styles-resourcesSubView--dark{color:hsla(0,0%,100%,.87)}.styles-resourcesSubView--fileDetails__updateTime{font-size:13px;margin:5px 0}.styles-resourcesSubView--fileDetails__time{font-weight:700}.styles-resourcesSubView--fileDetails__download{color:#1f80f2;cursor:pointer;font-size:15px;font-size:14px;margin:5px}.styles-resourcesSubView--fileViewer{height:500px;margin:20px 0;position:relative}.styles-resourcesSubView--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-resourcesSubView--highlighted{background-color:transparent}.styles-resourcesSubView--tagValue{align-items:center;display:flex;justify-content:center}.styles-resourcesSubView--darkTheme .styles-resourcesSubView--fileDetails__name{color:hsla(0,0%,100%,.87)}.styles-createDocumentDialogStyles--container{grid-gap:16px;display:grid}.styles-pageHistoryDialogStyles--buttons{width:100%}.styles-createPageTemplateDialog--container{grid-gap:16px;display:grid}.styles-pageTemplateDialog--item{align-items:center;color:rgba(0,0,0,.87);display:flex;width:100%}.styles-pageTemplateDialog--removeButton{margin-left:auto}.styles-pageTemplateDialog--pageIcon{margin-right:26px}.styles-pageTemplateDialog--tree{margin-left:-24px;margin-right:-24px}.styles-pageTemplateDialog--tree .ui-kit-tree-cell--content-----column .ui-kit-tree-cell__content{margin-bottom:3px;padding-bottom:0;padding-left:26px;padding-top:0;width:100%}.styles-pageTemplateDialog--hidden{visibility:hidden}.styles-pageTemplateDialog--darkTheme .styles-pageTemplateDialog--item{color:hsla(0,0%,100%,.87)}.TfodDialog-tfodDialog--filesChooser{height:100%}.TfodDialog-tfodDialog--fileChooserWrapper{padding:100px}.TfodDialog-tfodDialog--previewImage{display:block;max-width:100%}.TfodDialog-tfodDialog--spinnerWrapper{grid-gap:16px;gap:16px}.TfodDialog-tfodDialog--resualtsWrapper,.TfodDialog-tfodDialog--spinnerWrapper{align-items:center;display:flex;flex-direction:column}.TfodDialog-tfodDialog--loadingWrapper{align-items:center;display:flex;height:100%;justify-content:center}.TfodDialog-tfodDialog--changeImageWrapper{display:flex;justify-content:flex-end}.styles-createEntityDialog--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-createEntityDialog--buttons{display:flex;justify-content:flex-end;width:100%}.styles-createEntityDialog--dialog .mdc-dialog__surface{max-width:600px;min-width:600px}.styles-createEntityDialog--resetButton{margin-right:auto}.styles-createEntityDialog--resetButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-createEntityDialog--resetButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-createEntityDialog--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-createEntityDialog--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-createEntityDialog--scrollContent{height:calc(70vh - 96px);max-height:452px}.styles-metadataEntityView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-metadataEntityView--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-metadataEntityView--readContainer{align-items:center;display:flex}.styles-metadataEntityView--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-metadataEntityView--readlabel{color:hsla(0,0%,100%,.54)}.styles-metadataEntityView--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-metadataEntityView--readValue{color:hsla(0,0%,100%,.87)}.styles-metadataEntityView--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-metadataEntityView--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-metadataEntityView--typeAndEditorPage>*{margin:0!important}.styles-metadataEntityView--tagValue{margin-left:16px}.styles-metadataEntityView--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-metadataEntityView--name{color:#fff}.styles-metadataEntityView--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-metadataEntityView--title{color:#fff}.styles-metadataEntityView--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-metadataEntityView--item{color:hsla(0,0%,100%,.87)}.styles-metadataEntityView--item:first-child{margin-top:0}.styles-metadataEntityView--item:last-of-type{margin-bottom:0}.styles-metadataEntityView--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-metadataEntityView--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-fileChooserStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-fileChooserStyles--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:5px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-fileChooserStyles--label{color:hsla(0,0%,100%,.54)}.styles-fileChooserStyles--value{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-fileChooserStyles--value{color:hsla(0,0%,100%,.87)}.styles-opcuaDeviceStyles--container{grid-gap:20px;display:grid;grid-template-columns:1fr}.styles-opcuaDeviceStyles--payload{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-intervalEntityItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-intervalEntityItem--dataContainer{position:relative}.styles-intervalEntityItem--withMaxWidth{max-width:800px}.styles-intervalEntityItem--label{color:#1f80f2;color:var(--mdc-theme-primary,#1f96f2);left:16px;pointer-events:none;position:absolute;right:auto;top:14px;transform:translateY(-40%) scale(.75);transform-origin:left top;transition:transform .18s cubic-bezier(.4,0,.2,1);will-change:transform;z-index:1}.styles-intervalEntityItem--sections{align-items:flex-end;background-color:rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.12);border-radius:4px 4px 0 0;display:flex;height:56px;overflow:hidden}.styles-intervalEntityItem--sections:after{bottom:0;content:"";height:1px;left:0;position:absolute;transition:transform .18s cubic-bezier(.4,0,.2,1);width:100%}.styles-intervalEntityItem--section{align-items:center;display:flex;flex:1}.styles-intervalEntityItem--sectionLabel{color:rgba(0,0,0,.6);display:inline-block;font-size:16px;letter-spacing:0;line-height:24px;overflow:hidden;padding-top:5px;text-overflow:ellipsis}.styles-intervalEntityItem--sectionField .mdc-text-field{background:none!important;border-bottom:0!important;border-radius:0!important;flex:1;height:32px!important}.styles-intervalEntityItem--sectionField .mdc-text-field__input{flex:1 0 60px;overflow:hidden;padding:0 0 0 16px!important}.styles-intervalEntityItem--itemsGrid{display:grid;grid-template-columns:repeat(3,.33fr)}.styles-intervalEntityItem--cell{color:rgba(0,0,0,.87);display:flex;font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:10px}.mdc-theme--dark .styles-intervalEntityItem--cell{color:hsla(0,0%,100%,.87)}.styles-intervalEntityItem--cell:last-child{margin-right:0}.styles-intervalEntityItem--cellLabel{margin-left:10px}.mdc-text-field--focused .styles-intervalEntityItem--sectionLabel{color:#1f80f2;color:var(--mdc-theme-primary,#1f96f2)}.styles-intervalEntityItem--disabled{opacity:.5}.styles-intervalEntityItem--disabled:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.styles-intervalEntityItem--disabled .styles-intervalEntityItem--label,.styles-intervalEntityItem--disabled .styles-intervalEntityItem--sectionLabel{color:rgba(0,0,0,.38)}.styles-intervalEntityItem--disabled .styles-intervalEntityItem--sections{background-color:rgba(0,0,0,.02)}.styles-intervalEntityItem--darkTheme .styles-intervalEntityItem--label{color:hsla(0,0%,100%,.5)}.styles-intervalEntityItem--darkTheme .styles-intervalEntityItem--sections{background-color:#122331}.styles-intervalEntityItem--darkTheme .styles-intervalEntityItem--sectionLabel{color:hsla(0,0%,100%,.5)}.styles-intervalEntityItem--darkTheme .styles-intervalEntityItem--disabled .styles-intervalEntityItem--sections{background-color:#303030;color:hsla(0,0%,100%,.3)!important}.styles-intervalEntityItem--readModeContainer{align-items:center;display:flex;font-size:14px;line-height:16px}.styles-intervalEntityItem--readModeContainer .styles-intervalEntityItem--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;position:static;transform:none;white-space:nowrap}.mdc-theme--dark .styles-intervalEntityItem--readModeContainer .styles-intervalEntityItem--label,.styles-intervalEntityItem--darkTheme .styles-intervalEntityItem--label{color:hsla(0,0%,100%,.54)}.styles-beckhoffDeviceStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-beckhoffDeviceStyles--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-beckhoffDeviceStyles--readContainer{align-items:center;display:flex}.styles-beckhoffDeviceStyles--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-beckhoffDeviceStyles--readlabel{color:hsla(0,0%,100%,.54)}.styles-beckhoffDeviceStyles--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-beckhoffDeviceStyles--readValue{color:hsla(0,0%,100%,.87)}.styles-beckhoffDeviceStyles--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-beckhoffDeviceStyles--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-beckhoffDeviceStyles--typeAndEditorPage>*{margin:0!important}.styles-beckhoffDeviceStyles--tagValue{margin-left:16px}.styles-beckhoffDeviceStyles--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-beckhoffDeviceStyles--name{color:#fff}.styles-beckhoffDeviceStyles--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-beckhoffDeviceStyles--title{color:#fff}.styles-beckhoffDeviceStyles--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-beckhoffDeviceStyles--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-beckhoffDeviceStyles--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-beckhoffDeviceStyles--item{color:hsla(0,0%,100%,.87)}.styles-beckhoffDeviceStyles--item:first-child{margin-top:0}.styles-beckhoffDeviceStyles--item:last-of-type{margin-bottom:0}.styles-MBusDeviceStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-MBusDeviceStyles--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-MBusDeviceStyles--readContainer{align-items:center;display:flex}.styles-MBusDeviceStyles--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-MBusDeviceStyles--readlabel{color:hsla(0,0%,100%,.54)}.styles-MBusDeviceStyles--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-MBusDeviceStyles--readValue{color:hsla(0,0%,100%,.87)}.styles-MBusDeviceStyles--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-MBusDeviceStyles--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-MBusDeviceStyles--typeAndEditorPage>*{margin:0!important}.styles-MBusDeviceStyles--tagValue{margin-left:16px}.styles-MBusDeviceStyles--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-MBusDeviceStyles--name{color:#fff}.styles-MBusDeviceStyles--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-MBusDeviceStyles--title{color:#fff}.styles-MBusDeviceStyles--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-MBusDeviceStyles--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-MBusDeviceStyles--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-MBusDeviceStyles--item{color:hsla(0,0%,100%,.87)}.styles-MBusDeviceStyles--item:first-child{margin-top:0}.styles-MBusDeviceStyles--item:last-of-type{margin-bottom:0}.styles-MBusDeviceStyles--container{grid-gap:20px;display:grid;grid-template-columns:1fr}.styles-MBusDeviceStyles--payload{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-renameMetadataDialog--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-renameMetadataDialog--container .ui-kit-table__header{display:none}.styles-renameMetadataDialog--errorContainer{grid-gap:20px;display:flex;flex-direction:column;gap:20px;overflow:auto}.styles-renameMetadataDialog--errorTextWithIcon{grid-gap:10px;align-items:center;display:flex;flex-direction:row;gap:10px}.styles-renameMetadataDialog--errorTableCell{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-tagValue--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-tagValue--tagValue{color:#5f6b81;font-family:Roboto,sans-serif;font-size:24px;letter-spacing:0;line-height:28px}.mdc-theme--dark .styles-tagValue--tagValue{color:#5f6b81}.styles-tagValue--tagValue .styles-tagValue--tagValueString{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-width:30vw;overflow:hidden}.styles-baseContentPage--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-baseContentPage--body{bottom:0;display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0}.styles-baseContentPage--leftContent{background-color:#fff;flex-grow:1;overflow:hidden}.styles-baseContentPage--content{display:flex;flex:1;flex-direction:column;overflow:auto;position:relative}.styles-baseContentPage--errorContent{display:flex;left:0;position:fixed;right:0;top:64px;z-index:10100}.styles-baseContentPage--errorContentAuxPane{height:1px;width:320px}.styles-baseContentPage--contentLayout{box-sizing:border-box;display:flex;flex:1;overflow:auto}.styles-baseContentPage--contentMainPane{display:flex;flex:1;flex-direction:column;overflow:auto;position:relative}.styles-baseContentPage--contentMainPane .styles-portalEntityView--container{flex:1;overflow:auto}.styles-baseContentPage--contentMainPane .styles-portalEntityView--container .styles-portalEntityView--container{flex:0 0 auto;overflow:visible}.styles-baseContentPage--errorContentMainPane{flex:1}.styles-baseContentPage--withLeftFixedPane .styles-baseContentPage--leftContent{display:flex;flex-direction:column;flex-grow:1;min-height:1px;position:relative}.styles-baseContentPage--scrollPane{box-sizing:border-box;margin-left:-9px}.styles-baseContentPage--menuContent{color:rgba(38,44,52,.87)}.styles-baseContentPage--headerLeftMenu{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;flex-shrink:0;height:50px;justify-content:space-between;padding-left:22px;padding-right:22px}.styles-baseContentPage--commands{align-items:center;display:flex}.styles-baseContentPage--commandIcon{color:rgba(24,25,32,.6);cursor:pointer;margin-right:4px}.styles-baseContentPage--commandIcon:last-child{margin-right:0}.styles-baseContentPage--commandIcon:hover{color:#1f80f2}.styles-baseContentPage--commandIcon .mdc-icon:active,.styles-baseContentPage--commandIcon .mdc-icon:focus,.styles-baseContentPage--commandIcon:active,.styles-baseContentPage--commandIcon:focus{outline:none}.styles-baseContentPage--activeCommand{color:#1f80f2}.styles-baseContentPage--leftMenuContent{box-sizing:border-box;display:flex;flex-grow:1;width:100%}.styles-baseContentPage--leftMenuContentInner{width:100%}.styles-baseContentPage--leftMenuFooter{align-items:center;border-top:1px solid #e6e6e6;display:flex;flex-shrink:0;height:50px;padding-left:14px}.styles-baseContentPage--menuFilterContainer{border-bottom:1px solid #e6e6e6;padding-bottom:10px;padding-top:10px}.styles-baseContentPage--leftPaneOpened{visibility:visible}.styles-baseContentPage--darkPage .styles-baseContentPage--leftContent{background-color:#212121}.styles-baseContentPage--darkPage .styles-baseContentPage--headerLeftMenu{border-bottom:1px solid rgba(105,189,255,.12)}.styles-baseContentPage--darkPage .styles-baseContentPage--menuFilterContainer{background-color:#000;border-bottom:1px solid rgba(105,189,255,.12)}.styles-baseContentPage--darkPage .styles-baseContentPage--leftMenuContentInner,.styles-baseContentPage--darkPage .styles-baseContentPage--leftMenuContentInner .ui-kit-list-row__main__content{background-color:#212121}.styles-baseContentPage--darkPage .styles-baseContentPage--commandIcon{color:hsla(0,0%,100%,.6)}.styles-baseContentPage--darkPage .styles-baseContentPage--commandIcon.styles-baseContentPage--activeCommand{color:#1f80f2}@media print{.styles-baseContentPage--body .mdc-toolbar-fixed-adjust{display:none}}.styles-labelStyles--container{color:#686868;font-size:16px;font-weight:300;line-height:1.1875}.styles-labelStyles--darkLabel{color:hsla(0,0%,100%,.38)}.styles-fusionFilter--inputWrapper{position:relative}.styles-fusionFilter--container .mdc-text-field{border:0;height:24px}.styles-fusionFilter--container .mdc-text-field__input{font-size:13px}.styles-fusionFilter--container .mdc-text-field__input::-moz-placeholder{color:#a1a1a1;font-weight:300}.styles-fusionFilter--container .mdc-text-field__input::placeholder{color:#a1a1a1;font-weight:300}.styles-fusionFilter--container .mdc-text-field__input{padding-left:50px}.styles-fusionFilter--container .mdc-text-field--with-leading-icon .mdc-text-field__icon{left:22px;margin-top:-1px}.styles-fusionFilter--container.styles-fusionFilter--dark .mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.38)}.styles-fusionFilter--container.styles-fusionFilter--dark .mdc-text-field__input::placeholder{color:hsla(0,0%,100%,.38)}.styles-fusionFilter--clearIcon{cursor:pointer;position:absolute;right:19px;top:50%;transform:translateY(-50%)}.styles-errors--view{background:linear-gradient(180deg,#ea141f,#ef4b4b);box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);color:#fff;margin:0 10%;position:relative;text-align:center}.styles-errors--content{font-size:13px;font-weight:400;line-height:15px;padding:26px 64px}.styles-errors--close{position:absolute;right:12px;top:12px}.styles-errors--close .mdc-button.iconedButton{color:#fff}.styles-errors--close .mdc-button.iconedButton .mdc-icon{align-items:center;display:flex;justify-content:center}.styles-errors--close .iconedButton.mdc-button:after,.styles-errors--close .mdc-button:before{background-color:#fff}.styles-errors--closeButton{color:#fff}.styles-addButtonStyle--plus{font-size:20px;margin-right:14px}.styles-addButtonStyle--buttonContent{align-items:center;display:flex}.styles-permissionsItems--header{align-items:center;display:flex;justify-content:space-between}.styles-permissionsItems--selectAllContainer{align-items:center;display:flex}.styles-permissionsItems--selectAllContainer .styles-permissionsItems--selectAllText{margin-right:10px}.styles-permissionsItems--permissionContainer{align-items:center;display:flex;justify-content:space-between}.styles-permissionsItems--groupContainer{display:grid;grid-template-columns:auto auto;justify-content:space-between}.styles-permissionsItems--groupLeft{display:flex}.styles-permissionsItems--groupName{color:rgba(0,0,0,.87);font-weight:500}.styles-permissionsItems--counter{margin-left:10px}.styles-permissionsItems--groupRight{text-align:right}.styles-permissionsItems--selectAllContainer{position:relative}.styles-permissionsItems--darkTheme .styles-permissionsItems--groupName{color:hsla(0,0%,100%,.87)}.styles-typeItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-typeItem--container{align-items:stretch;background-color:#fff;box-sizing:content-box!important;display:flex;height:15px;padding-right:20px;padding-top:16px;position:sticky;top:0;z-index:1}.styles-typeItem--container *{box-sizing:border-box}.styles-typeItem--container .mdc-switch{transform:scale(.7)}.styles-typeItem--container .mdc-switch .mdc-switch__native-control:enabled:checked~.mdc-switch__background .mdc-switch__knob:before,.styles-typeItem--container .mdc-switch .mdc-switch__native-control:enabled:not(:checked)~.mdc-switch__background .mdc-switch__knob:before{background-color:transparent}.styles-typeItem--checkZone{cursor:pointer;flex-shrink:0;position:relative;width:22px}.styles-typeItem--round{border:2px solid #c4c4c4;border-radius:50%;height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px}.styles-typeItem--name{color:#bfbfbf;cursor:pointer;flex-grow:1;flex-shrink:0;font-size:13px;font-weight:500;overflow:hidden;padding-left:9px;text-overflow:ellipsis;transition:color .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.styles-typeItem--container.styles-typeItem--active .styles-typeItem--name,.styles-typeItem--name:hover{color:#686868}.styles-typeItem--container.styles-typeItem--dark .styles-typeItem--name{color:#fff}.styles-typeItem--container.styles-typeItem--dark:not(.styles-typeItem--active) .styles-typeItem--checkZone,.styles-typeItem--container.styles-typeItem--dark:not(.styles-typeItem--active) .styles-typeItem--name{opacity:.3}.styles-typeItem--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-typeItem--highlighted{background-color:transparent}.styles-typeItem--switch{transform:scale(.7)}.styles-typeItem--container.styles-typeItem--dark{background-color:#212121}.styles-kpiUtilsStyles--kpi{background-color:#dedede;border:1px solid #dedede;border-radius:50%;box-shadow:0 0 4px 0 #dedede;box-sizing:border-box;display:inline-block;height:6px;width:6px}.styles-kpiUtilsStyles--kpi.styles-kpiUtilsStyles--turnedOn{background-color:#00ff45;border:1px solid #00ff45;box-shadow:0 0 4px 0 #00ff45}.styles-legendRow--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-legendRow--container{background-color:transparent;border-top:1px solid #fdfdfd;color:#686868;cursor:pointer;display:inline-block;display:flex;font-size:13px;font-weight:300;height:30px;margin-left:2px;max-width:100%;overflow:hidden;padding-left:19.5px;padding-right:30px;position:relative;text-overflow:ellipsis;transition:background-color .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:100%}.styles-legendRow--container:last-child{border-bottom:1px solid #fdfdfd}.styles-legendRow--container.styles-legendRow--inactive{color:#bfbfbf}.styles-legendRow--container.styles-legendRow--inactive:hover{color:#686868}.styles-legendRow--container.styles-legendRow--selected{background-color:#eee;color:#686868;font-weight:800}.styles-legendRow--container:hover{background-color:#eee;color:#686868;font-weight:500}.styles-legendRow--container.styles-legendRow--withBoundedLegend{background-color:#eee}.styles-legendRow--label{align-self:center;display:inline-block;max-width:100%;overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap}.styles-legendRow--link{color:#8a8a8a;font-size:0;right:2px}.styles-legendRow--icon,.styles-legendRow--link{position:absolute;top:50%;transform:translateY(-50%)}.styles-legendRow--icon{right:20px}.styles-legendRow--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-legendRow--highlighted{background-color:transparent}.styles-legendRow--container.styles-legendRow--dark{border-top:1px solid rgba(105,189,255,.26);color:hsla(0,0%,100%,.87)}.styles-legendRow--container.styles-legendRow--dark:last-child{border-bottom:1px solid rgba(105,189,255,.26)}.styles-legendRow--container.styles-legendRow--dark.styles-legendRow--inactive{color:hsla(0,0%,100%,.38)}.styles-legendRow--container.styles-legendRow--dark.styles-legendRow--inactive:hover{color:hsla(0,0%,100%,.87)}.styles-legendRow--container.styles-legendRow--dark.styles-legendRow--selected,.styles-legendRow--container.styles-legendRow--dark:hover{background-color:#404040;color:hsla(0,0%,100%,.87)}.styles-legendRow--container.styles-legendRow--dark.styles-legendRow--withBoundedLegend{background-color:#404040}.styles-kpiHeader--container{box-sizing:border-box;overflow:hidden;padding-left:10px;padding-right:10px;text-align:center}.styles-kpiHeader--name{color:#686868;font-size:11px;font-weight:400;vertical-align:middle}.styles-kpiHeader--container.styles-kpiHeader--darkTheme .styles-kpiHeader--name{color:hsla(0,0%,100%,.87)}.scales-kpiScalesStyles--rail{position:relative;width:100%}.scales-kpiScalesStyles--kpi{left:0;position:absolute;top:0}.styles-digitalKpi--container{background-color:#dedede;border:1px solid #dedede;border-radius:50%;box-shadow:0 0 4px 0 #dedede;box-sizing:border-box;display:inline-block;height:6px;width:6px}.styles-digitalKpi--container.styles-digitalKpi--active{background-color:#00ff45;border:1px solid #00ff45;box-shadow:0 0 4px 0 #00ff45}.styles-kpiCell--kpiScale{margin-top:3px;width:37px}.styles-kpiCell--container{border-bottom:1px solid #fdfdfd;padding:0 10px}.styles-kpiCell--container.styles-kpiCell--inactive .styles-kpiCell--kpiValue{color:#c4c4c4}.styles-kpiCell--kpiHeader{height:0;overflow:hidden}.styles-kpiCell--kpiWithScaler{align-items:center;display:flex;flex-direction:column}.styles-kpiCell--kpiContent{align-items:center;display:inline-flex;flex-direction:column;justify-content:center;vertical-align:middle;width:100%}.styles-kpiCell--kpiValue{color:#686868;font-size:9px;font-weight:400}.styles-kpiCell--digitalKpi{display:inline-flex}.styles-kpiCell--digitalInactive{opacity:.44}.styles-kpiCell--erroredIcon:focus{outline:none}.styles-kpiCell--darkTheme{border-bottom:1px solid rgba(105,189,255,.26)}.styles-kpiCell--darkTheme .styles-kpiCell--kpiValue{color:hsla(0,0%,100%,.87)}.styles-kpiesTable--scaler{margin-top:3px;width:37px}.styles-kpiesTable--clusterCell{padding:0 10px}.styles-kpiesTable--container{border-spacing:0}.styles-kpiesTable--container *{box-sizing:border-box}.styles-kpiesTable--container .styles-kpiesTable--body{box-shadow:0 0 8px rgba(0,0,0,.15)}.styles-kpiesTable--container thead{background:#fff;box-shadow:0 -8px 8px -8px rgba(0,0,0,.15),-8px 0 8px -8px rgba(0,0,0,.15),8px 0 8px -8px rgba(0,0,0,.15);position:sticky;top:0;z-index:100}.styles-kpiesTable--clusterCell{background-color:#fff;font-size:9px;font-weight:300;text-align:center;vertical-align:middle}.styles-kpiesTable--tableHeader{height:40px}.styles-kpiesTable--contentRow{background-color:#fff;height:30px;transition:background-color .1s ease}.styles-kpiesTable--contentRow.styles-kpiesTable--rowHovered,.styles-kpiesTable--contentRow:nth-child(2n-1){background-color:#fdfdfd}.styles-kpiesTable--contentRow:last-child{height:29px}.styles-kpiesTable--bottomGap{height:10px}.styles-kpiesTable--contentCell{border-bottom:1px solid red}.styles-kpiesTable--clusterCellContent{align-items:center;display:flex;flex-direction:column}.styles-kpiesTable--container.styles-kpiesTable--darkTheme thead{background:#0a141c}.styles-kpiesTable--container.styles-kpiesTable--darkTheme .styles-kpiesTable--clusterCell,.styles-kpiesTable--container.styles-kpiesTable--darkTheme .styles-kpiesTable--contentRow,.styles-kpiesTable--container.styles-kpiesTable--darkTheme .styles-kpiesTable--contentRow:nth-child(2n-1){background-color:#0a141c}.styles-projectsTypesMenuStyles--container{padding-left:19px;padding-top:9px}.styles-projectsTypesMenuStyles--container *{box-sizing:border-box}.styles-projectsTypesMenuStyles--allRow{cursor:default}.styles-projectsTypesMenuStyles--item{margin-bottom:4px}.styles-projectsTypesMenuStyles--collapsible{border-left:2px solid #c4c4c4;margin-left:10px}.styles-projectsTypesMenuStyles--collapsibleContainer{padding-bottom:9px;padding-top:9px}.styles-projectsTypesMenuStyles--clusterRow{display:table-row}.styles-projectsTypesMenuStyles--clusterRow:hover{background-color:#fcfcfc}.styles-projectsTypesMenuStyles--clusterRow.styles-projectsTypesMenuStyles--inactiveRow{color:#c4c4c4}.styles-projectsTypesMenuStyles--cell{border-left:2px solid transparent;display:table-cell;font-size:9px;font-weight:400;height:29px;line-height:29px;padding-left:10px;padding-right:10px;position:relative;text-align:center;white-space:nowrap}.styles-projectsTypesMenuStyles--allCell{border-left:2px solid #bfbfbf;font-size:13px;padding-left:17px;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-projectsTypesMenuStyles--tablesContainer{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;width:100%;z-index:1}.styles-projectsTypesMenuStyles--darkTheme .styles-projectsTypesMenuStyles--collapsible{border-left:2px solid #5d6b77}.styles-multipleToggler--container{display:flex;height:50px}.styles-multipleToggler--container[data-disabled=true]{opacity:.5;pointer-events:none}.styles-multipleToggler--container *{box-sizing:border-box}.styles-multipleToggler--item{align-items:center;border-bottom:1px solid #5f6b82;border-right:1px solid #5f6b82;border-top:1px solid #5f6b82;color:rgba(0,0,0,.87);cursor:pointer;display:flex;padding:0 15px;transition:all .1s ease}.styles-multipleToggler--item:first-child{border-bottom-left-radius:2px;border-left:1px solid #5f6b82;border-top-left-radius:2px}.styles-multipleToggler--item:last-child{border-bottom-right-radius:2px;border-top-right-radius:2px}.styles-multipleToggler--activeItem{background-color:#5f6b82;color:#fff}.styles-multipleToggler--darkTheme .styles-multipleToggler--item{border-bottom:1px solid rgba(31,150,242,.12);border-right:1px solid rgba(31,150,242,.12);border-top:1px solid rgba(31,150,242,.12);color:hsla(0,0%,100%,.87)}.styles-multipleToggler--darkTheme .styles-multipleToggler--item:first-child{border-left:1px solid rgba(31,150,242,.12)}.styles-multipleToggler--darkTheme .styles-multipleToggler--activeItem,.styles-multipleToggler--darkTheme .styles-multipleToggler--item:hover{background-color:#1f80f2}.styles-alarmSettingsDialogStyles--container{grid-gap:13px;display:grid;grid-template-columns:1fr}.styles-alarmSettingsDialogStyles--categoriesList{margin-left:-15px}.styles-periodChooser--container{display:flex}.styles-periodChooser--period{background-color:#fff;border:1px solid #eff0f2;cursor:pointer;font-size:14px;font-weight:500;line-height:1.3;margin-right:5px;overflow:hidden;padding:5px;transition:all .1s ease}.styles-periodChooser--period:hover{background-color:#5f6b82;border:1px solid #5f6b82;color:#fff}.styles-periodChooser--period:last-child{margin-right:0}.styles-periodChooser--activePeriod{background-color:#5f6b82;border:1px solid #5f6b82;color:#fff}.styles-periodChooser--darkTheme .styles-periodChooser--period{background-color:transparent;border:1px solid rgba(105,189,255,.26);font-weight:400}.styles-periodChooser--darkTheme .styles-periodChooser--period:hover{background-color:#1f80f2}.styles-periodChooserExport--periodChooserExport .styles-periodChooser--period{border:1px solid rgba(0,0,0,.06);box-sizing:border-box;color:rgba(0,0,0,.87);font-size:16px;font-weight:400;height:56px;line-height:56px;margin-right:0;padding:0;text-align:center;width:56px}.styles-periodChooserExport--periodChooserExport .styles-periodChooser--activePeriod,.styles-periodChooserExport--periodChooserExport .styles-periodChooser--period:hover{background-color:rgba(0,0,0,.06)}.styles-periodChooser--darkTheme .styles-periodChooser--period{border:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.87)}.styles-periodChooser--darkTheme .styles-periodChooser--period:hover{background-color:hsla(0,0%,100%,.06)}.styles-periodChooser--darkTheme .styles-periodChooser--activePeriod,.styles-periodChooser--darkTheme .styles-periodChooser--activePeriod:hover{background-color:#1f80f2}.styles-statisticsSettingsStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-statisticsSettingsStyles--containerPadding{padding:0 24px 24px}.styles-statisticsSettingsStyles--container{margin-bottom:12px}.styles-statisticsSettingsStyles--settings{align-items:center;display:flex;justify-content:space-between;padding-bottom:0}.styles-statisticsSettingsStyles--placeholder{margin-bottom:20px}.styles-statisticsSettingsStyles--otherSettingsButton{--mdc-theme-primary:rgba(0,0,0,.54);margin-left:10px}.styles-statisticsSettingsStyles--otherSettingsButton:focus{outline:none}.styles-statisticsSettingsStyles--selectedProjects{align-items:center;display:flex;font-size:20px;line-height:1.3;margin-top:20px;padding-left:24px}.styles-statisticsSettingsStyles--projectNames{color:rgba(0,0,0,.87);font-size:14px;letter-spacing:0;line-height:1.35714285}.styles-statisticsSettingsStyles--selectedLabel{color:rgba(0,0,0,.54);font-size:14px;letter-spacing:0;line-height:1.35714285714;margin-right:5px}.styles-statisticsSettingsStyles--darkTheme .styles-statisticsSettingsStyles--otherSettingsButton{--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-statisticsSettingsStyles--darkTheme .styles-statisticsSettingsStyles--selectedLabel{color:hsla(0,0%,100%,.38)}.styles-statisticsSettingsStyles--darkTheme .styles-statisticsSettingsStyles--projectNames{color:hsla(0,0%,100%,.87)}@media print{.styles-statisticsSettingsStyles--settings{display:none}}.styles-exportRangePicker--container{display:inline-flex}.styles-exportRangePicker--container .mdc-date-time-picker:first-child{margin-right:16px}.styles-exportRangePicker--container .mdc-text-field__input{font-size:16px}.styles-exportRangePicker--container .mdc-date-time-picker:first-child .rdtPicker{bottom:100%;left:0;top:auto}.styles-exportRangePicker--container .mdc-date-time-picker:last-child .rdtPicker{bottom:100%;left:auto;right:0;top:auto}.styles-comparisonRangePicker--dateRange{display:flex}.styles-comparisonRangePicker--rangeStart{align-items:center;display:flex;margin-right:10px}.styles-comparisonRangePicker--rangeEnd{align-items:center;display:flex}.styles-comparisonRangePicker--rangeLabel{font-size:14px;font-weight:500;line-height:1.3;margin-right:10px}.styles-comparisonRangePicker--inputWrapper{align-self:stretch}.styles-comparisonRangePicker--inputRange{border:1px solid #bfc3cb;box-shadow:inset 2px 2px 4px rgba(46,52,63,.15);font-size:14px;height:100%;padding:6px 0 6px 6px}.styles-comparisonRangePicker--inputRange:focus{outline:none}.styles-comparisonRangePicker--endRangePicker,.styles-comparisonRangePicker--endRangePicker>div:first-child,.styles-comparisonRangePicker--startRangePicker,.styles-comparisonRangePicker--startRangePicker>div:first-child{align-self:stretch;display:flex}.styles-comparisonRangePicker--darkTheme .styles-comparisonRangePicker--inputRange{background-color:transparent;border:1px solid rgba(105,189,255,.26);box-shadow:inset 2px 2px 3px 0 rgba(0,0,0,.1);color:hsla(0,0%,100%,.87)}.styles-periodControlStyles--choosers{align-items:center;display:flex}@media print{.styles-periodControlStyles--choosers{display:none}}.styles-periodControlStyles--periodChooser{margin-right:10px}.styles-periodControlStyles--groupedBy{align-self:center;color:#242831;font-size:12px;margin-left:10px}.styles-periodControlStyles--darkTheme .styles-periodControlStyles--groupedBy{color:hsla(0,0%,100%,.87)}.styles-chartStyles--legend,.styles-chartStyles--legendBottom,.styles-chartStyles--legendInnerLeft,.styles-chartStyles--legendInnerRight,.styles-chartStyles--legendTopLeft,.styles-chartStyles--legendTopRight{visibility:visible}.styles-chartStyles--placeholder{position:relative}.styles-chartStyles--placeholderContent{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.styles-chartStyles--chart{width:100%}.styles-chartStyles--chart .nsewdrag{cursor:default!important}.styles-chartStyles--chart .legend{padding:0;white-space:nowrap}.styles-chartStyles--chart .legend .groups,.styles-chartStyles--chart .legend .legendtitletext{visibility:collapse!important}.styles-chartStyles--chart .legend .scrollbox{clip-path:none!important}.styles-noDataView--container{align-items:center;display:flex;flex-direction:column;justify-content:center}.styles-noDataView--title{font-size:20px;line-height:1.4;margin-bottom:8px;margin-top:22px;text-align:center}.styles-noDataView--text{color:rgba(0,0,0,.54);font-size:15px;line-height:1.333;margin-bottom:22px;margin-top:0;text-align:center}.styles-noDataView--darkTheme .styles-noDataView--text{color:hsla(0,0%,100%,.38)}.styles-alarmsSunburstView--container{align-items:center;display:flex}.styles-alarmsSunburstView--legend{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;margin-left:35px}.styles-alarmsSunburstView--legendTitle{margin-bottom:24px;text-align:right}.styles-alarmsSunburstView--itemsContainer{display:flex;flex-wrap:wrap;padding-top:2px}.styles-alarmsSunburstView--legendItem{margin-bottom:12px;margin-right:25px}.styles-alarmsSunburstView--topItem{align-items:center;display:flex}.styles-alarmsSunburstView--label{color:rgba(0,0,0,.54);font-size:12px;line-height:15px}.styles-alarmsSunburstView--dot{border-radius:50%;flex-shrink:0;height:6px;margin-right:8px;width:6px}.styles-alarmsSunburstView--itemInfo{align-items:flex-start;display:flex;margin-top:6px}.styles-alarmsSunburstView--quantity{color:rgba(0,0,0,.87);font-size:34px;font-weight:300;letter-spacing:0;line-height:34px;margin-right:3px}.styles-alarmsSunburstView--quantity span:active,.styles-alarmsSunburstView--quantity span:focus{outline:none}.styles-alarmsSunburstView--fraction{color:rgba(0,0,0,.54);font-size:12px;letter-spacing:0;line-height:16px}.styles-alarmsSunburstView--activeTime{align-items:center;background-color:rgba(0,0,0,.04);display:flex;font-size:14px;line-height:19px;margin-bottom:16px;padding:4px 16px}.styles-alarmsSunburstView--activeTimeLabel{color:rgba(0,0,0,.54);margin-right:.5em}.styles-alarmsSunburstView--darkTheme .styles-alarmsSunburstView--label{color:hsla(0,0%,100%,.38)}.styles-alarmsSunburstView--darkTheme .styles-alarmsSunburstView--quantity{color:hsla(0,0%,100%,.87)}.styles-alarmsSunburstView--darkTheme .styles-alarmsSunburstView--activeTimeLabel,.styles-alarmsSunburstView--darkTheme .styles-alarmsSunburstView--fraction{color:hsla(0,0%,100%,.38)}.styles-alarmsSunburstView--darkTheme .styles-alarmsSunburstView--activeTime{background-color:#0f293a}.styles-pieBarBadgeContent--topContent{display:flex}.styles-pieBarBadgeContent--legendContainer{display:flex;margin-left:37px}@media (max-width:1600px){.styles-pieBarBadgeContent--legendContainer{margin-left:20px}}.styles-pieBarBadgeContent--dot{border-radius:50%;flex-shrink:0;height:6px;margin-right:8px;width:6px}.styles-pieBarBadgeContent--legendItem{margin-right:24px}@media (max-width:1600px){.styles-pieBarBadgeContent--legendItem{margin-right:12px}}.styles-pieBarBadgeContent--topItem{align-items:center;display:flex}.styles-pieBarBadgeContent--label{color:rgba(0,0,0,.54);font-size:11px;letter-spacing:0;line-height:15px;word-spacing:100000px}.styles-pieBarBadgeContent--itemInfo{align-items:flex-start;display:flex;margin-top:11px;padding-left:14px}.styles-pieBarBadgeContent--quantity{font-size:34px;font-weight:300;letter-spacing:0;line-height:34px}.styles-pieBarBadgeContent--quantity span:active,.styles-pieBarBadgeContent--quantity span:focus{outline:none}.styles-pieBarBadgeContent--fraction{color:rgba(0,0,0,.54);font-size:12px;line-height:16px;margin-left:7px}.styles-pieBarBadgeContent--barChartContainer{height:160px;width:100%}.styles-pieBarBadgeContent--darkTheme .styles-pieBarBadgeContent--fraction,.styles-pieBarBadgeContent--darkTheme .styles-pieBarBadgeContent--label{color:hsla(0,0%,100%,.38)}.styles-statisticsBadge--container{box-shadow:0 1px 3px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;padding:20px 23px}.styles-statisticsBadge--title{font-size:20px;letter-spacing:0;line-height:1.3;margin-bottom:20px}.styles-statisticsBadge--title.styles-statisticsBadge--hidden{visibility:hidden}.styles-statisticsBadge--progress{margin:auto;max-width:231px}.styles-statisticsBadge--darkTheme.styles-statisticsBadge--container{background-color:#404040}@media print{.styles-statisticsBadge--container{box-shadow:none}}.styles-alarmStatisticsView--container{padding:0 24px}.styles-alarmStatisticsView--container,.styles-alarmStatisticsView--content{display:flex;flex-direction:column;flex-grow:1}.styles-alarmStatisticsView--noData{flex-grow:1;height:100%;margin:auto;max-width:300px}.styles-alarmStatisticsView--info{font-size:20px;line-height:1.3;margin-top:20px;padding-left:23px}.styles-alarmStatisticsView--grid{grid-gap:16px;display:flex;flex-direction:column;flex-grow:1;gap:16px;margin-top:10px;padding-bottom:24px;padding-left:24px;padding-right:48px}.styles-alarmStatisticsView--scrollPane{margin-left:-24px;margin-right:-24px}@media print{.styles-alarmStatisticsView--container,.styles-alarmStatisticsView--grid,.styles-alarmStatisticsView--info{margin:0;padding:0}.styles-alarmStatisticsView--scrollPane{display:none}}.styles-alarmStatisticsCompareStyles--containerPadding{padding:0 24px 24px}.styles-alarmStatisticsCompareStyles--container,.styles-alarmStatisticsCompareStyles--contentContainer{display:flex;flex-direction:column;flex-grow:1}.styles-alarmStatisticsCompareStyles--gridContainer{grid-gap:4px 2px;display:grid;grid-template-columns:repeat(2,1fr)}.styles-alarmStatisticsCompareStyles--settingsContainer{margin-bottom:23px}.styles-alarmStatisticsCompareStyles--flexWrapper,.styles-alarmStatisticsCompareStyles--scrollContainer{flex-grow:1}.styles-alarmStatisticsCompareStyles--dateRange{font-size:20px;line-height:1.3}.styles-alarmStatisticsCompareStyles--period{display:flex;flex-direction:column;padding-left:23px}.styles-alarmStatisticsCompareStyles--currentPeriod{padding-left:47px}.styles-alarmsFilter--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmsFilter--container{display:flex;flex-direction:column}.styles-alarmsFilter--addProject{margin-left:auto}.styles-alarmsFilter--filterContainer{align-items:center;display:flex;justify-content:space-between}.styles-alarmsFilter--otherSettingsButton{--mdc-theme-primary:rgba(0,0,0,.54);margin-left:10px}.styles-alarmsFilter--otherSettingsButton:focus{outline:none}.styles-alarmsFilter--filterButton{margin-left:10px}.styles-alarmsFilter--titleContainer{align-items:baseline;display:flex}.styles-alarmsFilter--title{font-size:19px;font-weight:400;margin:0}.styles-alarmsFilter--alarmsCounter{color:rgba(0,0,0,.54);font-size:14px;margin-left:10px}.styles-alarmsFilter--informationContainer{margin-top:20px}.styles-alarmsFilter--selectedProjectsContainer{margin-top:18px}.styles-alarmsFilter--selectedProjectsLabel{color:rgba(0,0,0,.54);flex-shrink:0;font-size:14px}.styles-alarmsFilter--projectsListContainer{align-items:center;display:flex}.styles-alarmsFilter--projectsList{font-size:12px;font-weight:500;margin-left:5px}.styles-alarmsFilter--darkTheme .styles-alarmsFilter--otherSettingsButton{--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-alarmsFilter--darkTheme .styles-alarmsFilter--alarmsCounter,.styles-alarmsFilter--darkTheme .styles-alarmsFilter--selectedProjectsLabel{color:hsla(0,0%,100%,.38)}.styles-selectStyles--container{align-items:center;color:rgba(0,0,0,.6);cursor:pointer;display:flex;justify-content:space-between}.styles-selectStyles--label{font-size:13px}.styles-selectStyles--arrowIcon{transform:rotate(90deg)}.styles-selectStyles--chipLabel{display:inline-block;font-size:13px;margin-right:7px}.styles-selectStyles--darkTheme.styles-selectStyles--container{color:hsla(0,0%,100%,.38)}.styles-shelveAlarmDialogsStyles--container{display:flex}.styles-shelveAlarmDialogsStyles--hoursInput{margin-right:20px}.styles-addCommentDialog--buttonsContainer{display:flex;justify-content:flex-end;width:100%}.styles-entitiesChooserStyles--entitiesList{background-color:#fff;border-radius:2px;box-shadow:0 0 8px 0 rgba(0,0,0,.12),0 8px 8px 0 rgba(0,0,0,.24)}.styles-entitiesChooserStyles--entitiesList .ui-kit-list-group-head:first-child{margin-top:-1px}.styles-entitiesChooserStyles--entitiesList .ui-kit-list__header{margin-bottom:0}.styles-entitiesChooserStyles--entitiesList .base-styles--header{height:56px}.styles-entitiesChooserStyles--entitiesList .base-styles--label,.styles-entitiesChooserStyles--entitiesList .ui-kit-list-group-head .ui-kit-list-group-head__content{padding:0}.styles-entitiesChooserStyles--groupName{color:rgba(0,0,0,.38);font-size:12px;font-weight:700;height:36px;line-height:36px;padding-left:18px;text-transform:uppercase}.styles-entitiesChooserStyles--darkTheme.styles-entitiesChooserStyles--entitiesList{background-color:#212121}.styles-entitiesChooserStyles--darkTheme .styles-entitiesChooserStyles--groupName{color:hsla(0,0%,100%,.38)}.styles-entitiesChooserStyles--darkTheme .ui-kit-list-group-head{border-top:transparent}.styles-descriptionEntityItemStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-descriptionEntityItemStyles--container{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:6px;margin-top:10px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-descriptionEntityItemStyles--container{color:hsla(0,0%,100%,.87)}.styles-permissionsEntityChooser--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-permissionsEntityChooser--entityItem{align-items:center;cursor:pointer;display:flex;height:48px;padding-left:20px}.styles-permissionsEntityChooser--entityItem:hover{background-color:#f5f5f5}.styles-permissionsEntityChooser--entityIcon{opacity:.54}.styles-permissionsEntityChooser--entityName{color:rgba(38,44,51,.87);flex-grow:1;font-size:15px;margin-left:12px}.styles-permissionsEntityChooser--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-permissionsEntityChooser--highlighted{background-color:transparent}.styles-permissionsEntityChooser--header{align-items:center;border-top:1px solid rgba(0,0,0,.1);display:flex;height:48px;padding-left:4px}.styles-permissionsEntityChooser--darkTheme.styles-permissionsEntityChooser--entityItem{color:hsla(0,0%,100%,.87)}.styles-permissionsEntityChooser--darkTheme.styles-permissionsEntityChooser--entityItem:hover{background-color:hsla(0,0%,100%,.08)}.styles-permissionsEntityChooser--darkTheme .styles-permissionsEntityChooser--entityName{color:hsla(0,0%,100%,.87)}.styles-permissionsEntityChooser--darkTheme.styles-permissionsEntityChooser--header{border:none}.styles-entitiesFromListChooserStyles--item{height:48px}.styles-textFilterInputStyles--container{display:flex;max-width:100%;position:relative}.styles-textFilterInputStyles--container .mdc-text-field{padding-right:20px}.styles-textFilterInputStyles--container .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){border-top-left-radius:0;border-top-right-radius:0;height:29px}.styles-textFilterInputStyles--container .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{font-size:15px;letter-spacing:normal;padding-top:0}.styles-textFilterInputStyles--container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{font-size:13px}.styles-textFilterInputStyles--container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{font-size:13px}.styles-textFilterInputStyles--closeButton{cursor:pointer;opacity:.87;position:absolute;right:0;top:3px}.styles-alarmsTableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmsTableStyles--container{box-shadow:0 1px 3px 0 rgba(0,0,0,.2);margin-left:0;margin-right:0;margin-top:20px}.styles-alarmsTableStyles--container .ui-kit-table-row__main{display:flex}.styles-alarmsTableStyles--container .ui-kit-table-row{min-height:64px}.styles-alarmsTableStyles--container .ui-kit-table-row__main__content{align-items:stretch}.styles-alarmsTableStyles--container .ui-kit-table-cell__content{align-items:center;display:flex;height:100%;line-height:1.2;padding-bottom:0;padding-top:0}.styles-alarmsTableStyles--container .ui-kit-table-headcell--state .ui-kit-table-headcell__content{padding-left:0}.styles-alarmsTableStyles--container .ui-kit-table-cell--description .ui-kit-table-cell__content{padding-right:0}.styles-alarmsTableStyles--container .ui-kit-table__headerleft{width:100%}.styles-alarmsTableStyles--container .styles-alarmsTableStyles--filterRow .ui-kit-table-cell__content{background-color:rgba(0,0,0,.1)}.styles-alarmsTableStyles--headCellContainer{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-alarmsTableStyles--sortArrow{margin-left:5px;transition:transform .1s ease}.styles-alarmsTableStyles--sortArrowDescending{transform:rotate(180deg)}.styles-alarmsTableStyles--mainText{color:rgba(0,0,0,.87);font-size:15px}.styles-alarmsTableStyles--mainText span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.styles-alarmsTableStyles--mainText span:focus{outline:none}.styles-alarmsTableStyles--secondaryText{color:rgba(0,0,0,.54);font-size:12px}.styles-alarmsTableStyles--secondaryText span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-alarmsTableStyles--secondaryText span:focus{outline:none}.styles-alarmsTableStyles--cellContentContainer{align-items:center;display:flex;flex-grow:1;overflow:hidden}.styles-alarmsTableStyles--textContentContainer{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.styles-alarmsTableStyles--projectDataContainer{margin-left:8px}.styles-alarmsTableStyles--projectName{cursor:pointer}.styles-alarmsTableStyles--pageLinkIconContainer{cursor:pointer;height:24px;width:24px}.styles-alarmsTableStyles--linkToPageIcon{color:rgba(0,0,0,.54)}.styles-alarmsTableStyles--alarmInfoContainer{margin-left:11px}.styles-alarmsTableStyles--tagNameContainer{align-items:center;display:flex;flex-grow:1;width:100%}.styles-alarmsTableStyles--tagName{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-alarmsTableStyles--alarmBadge{align-items:center;background:#fc2210;border-radius:4px;color:#fff;display:inline-flex;flex-shrink:0;font-size:10px;height:14px;justify-content:center;margin-left:8px;min-width:10px;padding:0 3px 0 2px}.styles-alarmsTableStyles--messageContainer{align-items:flex-start;max-height:100%;padding-right:10px;white-space:normal}.styles-alarmsTableStyles--stateCell{justify-content:center}.styles-alarmsTableStyles--stateCell .ui-kit-table-cell__content{justify-content:center;padding:0!important}.styles-alarmsTableStyles--unacknowledgedState{background-color:rgba(213,0,0,.2)!important}.styles-alarmsTableStyles--acknowledgedState{background-color:rgba(255,80,80,.12)!important}.styles-alarmsTableStyles--shelvedState{background-color:rgba(105,189,255,.12)!important}.styles-alarmsTableStyles--inactiveUnacknowledged{background-color:rgba(61,244,6,.2)!important}.styles-alarmsTableStyles--actionsContainer{align-items:center;display:flex}.styles-alarmsTableStyles--actionTooltipContainer{margin-right:6px}.styles-alarmsTableStyles--actionTooltipContainer:last-child{margin-right:0}.styles-alarmsTableStyles--alarmAction{color:rgba(0,0,0,.54)!important;min-width:36px;padding-left:0;padding-right:0}.styles-alarmsTableStyles--alarmAction:focus{outline:none}.styles-alarmsTableStyles--manageComments{position:relative}.styles-alarmsTableStyles--commentsCount{align-items:center;background:#000;border-radius:50%;color:hsla(0,0%,100%,.87);display:flex;font-size:10px;height:14px;justify-content:center;position:absolute;right:0;top:0;width:14px}.styles-alarmsTableStyles--darkTheme .styles-alarmsTableStyles--mainText{color:hsla(0,0%,100%,.87)}.styles-alarmsTableStyles--darkTheme .styles-alarmsTableStyles--secondaryText{color:hsla(0,0%,100%,.38)}.styles-alarmsTableStyles--darkTheme .styles-alarmsTableStyles--linkToPageIcon{color:hsla(0,0%,100%,.54)}.styles-alarmsTableStyles--darkTheme .styles-alarmsTableStyles--alarmAction{color:hsla(0,0%,100%,.54)!important}.styles-alarmCommentsDialogStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmCommentsDialogStyles--dialog .mdc-dialog__header{align-items:center;display:flex;height:64px;padding-top:0}.styles-alarmCommentsDialogStyles--dialog .mdc-dialog__header__title{width:100%}.styles-alarmCommentsDialogStyles--dialog .mdc-dialog__body{margin-top:0;padding-bottom:0;padding-top:20px;padding-top:0}.styles-alarmCommentsDialogStyles--dialog .styles-formDialogStyles--footer{margin-top:0}.styles-alarmCommentsDialogStyles--titleContainer{align-items:center;display:flex;justify-content:space-between;width:100%}.styles-alarmCommentsDialogStyles--title{fonw-weight:500;font-size:20px;line-height:1.4;margin:0}.styles-alarmCommentsDialogStyles--addCommentContainer{background-color:hsla(0,0%,95%,.8);margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px;padding-top:16px}.styles-alarmCommentsDialogStyles--addNewComment .mdc-text-field--textarea{margin:0}.styles-alarmCommentsDialogStyles--deleteButton:not(:disabled){--mdc-theme-primary:rgba(255,0,0,.87)}.styles-alarmCommentsDialogStyles--addCommentsButtons{display:flex;justify-content:flex-end;margin-top:8px;padding:8px 0}.styles-alarmCommentsDialogStyles--commentInfo{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.styles-alarmCommentsDialogStyles--userName{color:rgba(0,0,0,.87);font-size:16px;font-weight:500;line-height:1.1875}.styles-alarmCommentsDialogStyles--timestamp{color:rgba(0,0,0,.54);font-size:12px}.styles-alarmCommentsDialogStyles--commentContent{color:rgba(0,0,0,.54);font-size:15px}.styles-alarmCommentsDialogStyles--commentsList{margin-left:-24px;margin-right:-24px}.styles-alarmCommentsDialogStyles--commentsList .ui-kit-list-cell,.styles-alarmCommentsDialogStyles--commentsList .ui-kit-list-cell__content,.styles-alarmCommentsDialogStyles--commentsList .ui-kit-list-row__main__content{height:100%}.styles-alarmCommentsDialogStyles--itemContainer{height:calc(100% - 22px);padding:11px 24px;position:relative;transition:all .2s ease}.styles-alarmCommentsDialogStyles--itemContainer.styles-alarmCommentsDialogStyles--itemHovered:not(.styles-alarmCommentsDialogStyles--itemInEditMode){background-color:rgba(105,189,255,.12)}.styles-alarmCommentsDialogStyles--cancelButton{margin-left:auto}.styles-alarmCommentsDialogStyles--commentActions{position:absolute;right:24px;top:0}.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--addCommentContainer,.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--commentsList{background-color:#142533}.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--userName{color:hsla(0,0%,100%,.87)}.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--commentContent,.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--timestamp{color:hsla(0,0%,100%,.54)}.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--itemContainer{background-color:#192d3d}.styles-alarmCommentsDialogStyles--darkTheme .styles-alarmCommentsDialogStyles--itemContainer.styles-alarmCommentsDialogStyles--itemHovered:not(.styles-alarmCommentsDialogStyles--itemInEditMode){background-color:#223e54}.styles-alarmCommentsDialogStyles--itemInEditMode .styles-alarmCommentsDialogStyles--addCommentContainer{margin-left:-24px;margin-right:-24px}.styles-alarmStatusIndicator--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmStatusIndicator--stateIcon{border-radius:50%;height:16px;width:16px}.styles-alarmStatusIndicator--unknownIcon{background:radial-gradient(circle,#7a7a7a 0,#cfcfcf 100%);box-shadow:0 0 2px 0 hsla(0,0%,100%,.5)}.styles-alarmStatusIndicator--unacknowledgedIcon{background:radial-gradient(circle,#ff8383 0,#fa1b1b 63.23%,#c40000 100%);box-shadow:0 0 5px 0 #e80000}.styles-alarmStatusIndicator--acknowledgedIcon{background:radial-gradient(circle,#ffd0d0 0,#ff9696 64.64%,#ff8383 100%);box-shadow:0 0 5px 0 #e80000}.styles-alarmStatusIndicator--shelvedIcon{background:radial-gradient(circle,#83d0ff 0,#1bd0fa 63.23%,#00a3c4 100%);box-shadow:0 0 5px 0 #00bfe8}.styles-alarmStatusIndicator--inactiveUnacknowledgedIcon{background:radial-gradient(circle,#99ff31 0,#47fa1b 63.63%,#03c400 100%);box-shadow:0 0 5px 0 #53e800}.styles-alarmsView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmsView--contentContainer{align-items:center;display:flex;flex-grow:1;justify-content:center}.styles-alarmsView--ready{align-items:stretch;flex-direction:column;justify-content:flex-start;overflow:hidden}.styles-alarmsView--tabs{flex-grow:1;height:100%;width:100%}.styles-alarmsView--tabs .mdc-tabs__panel_active{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.styles-alarmsView--tabContainer{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}.styles-alarmsView--realTimeTabContainer{margin-top:10px;padding-bottom:24px;padding-left:24px;padding-right:24px}.styles-searchItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-searchItem--item{display:flex;margin-bottom:10px}.styles-searchItem--icon{color:#dcdcdc;margin-right:28px}.styles-searchItem--content{flex:1}.styles-searchItem--name{color:rgba(0,0,0,.87);font-size:15px;font-weight:500}.styles-searchItem--description{color:rgba(0,0,0,.54);font-size:13px}.styles-searchItem--matchingText{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-searchItem--matchingText{background-color:transparent}.mdc-theme--dark .styles-searchItem--name{color:hsla(0,0%,100%,.87)}.mdc-theme--dark .styles-searchItem--description{color:hsla(0,0%,100%,.38)}.mdc-theme--dark .styles-searchItem--icon{color:#69bdff}.styles-searchPage--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-searchPage--title{color:rgba(38,44,51,.87);font-size:24px;font-weight:500;margin-bottom:28px}.styles-searchPage--header{border-top:1px solid #e9e9e9;color:#1f80f2;font-size:14px;font-weight:600;margin-top:25px;padding:25px 0 16px;text-transform:uppercase}.styles-searchPage--header:first-child{border:0;margin-top:0;padding-top:0}.styles-searchPage--content{padding:30px 220px}@media only screen and (max-width:1060px){.styles-searchPage--content{padding-left:120px;padding-right:120px}}@media only screen and (max-width:680px){.styles-searchPage--content{padding-left:60px;padding-right:60px}}@media only screen and (max-width:400px){.styles-searchPage--content{padding-left:20px;padding-right:20px}}.styles-searchPage--darkTheme .styles-searchPage--title{color:hsla(0,0%,100%,.87)}.styles-chartLegend--view{overflow:hidden;padding:5px 10px;text-align:right}.styles-chartLegend--view .styles-chartLegend--itemView{align-items:center;display:flex;font-size:0}.styles-chartLegend--view .styles-chartLegend--itemView.styles-chartLegend--inactive{opacity:.3}.styles-chartLegend--view .styles-chartLegend--itemView.styles-chartLegend--inactive .styles-chartLegend--checkbox{visibility:hidden}.styles-chartLegend--view .styles-chartLegend--itemView:hover{font-weight:700}.styles-chartLegend--view .styles-chartLegend--itemColor{display:inline-block;flex:0 0 30px;height:9px;margin-right:5px;vertical-align:-1px;width:30px}.styles-chartLegend--view .styles-chartLegend--itemLabel{color:#5f6c85;flex:1 0 auto;font-size:11px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.styles-chartLegend--view .styles-chartLegend--projectName{opacity:.54}.styles-chartLegend--view .styles-chartLegend--list{list-style-type:none;margin:0;padding:0}.styles-chartLegend--view .styles-chartLegend--checkbox{display:none}.styles-chartLegend--viewVertical{display:inline-block}.styles-chartLegend--viewVertical .styles-chartLegend--item{text-align:left;white-space:nowrap}.styles-chartLegend--viewHorizontal{font-size:0;line-height:0}@media screen and (-webkit-min-device-pixel-ratio:0){.styles-chartLegend--viewHorizontal{letter-spacing:-4px}}.styles-chartLegend--viewHorizontal .styles-chartLegend--item{display:inline-block;font-size:14px;letter-spacing:normal;line-height:normal;margin-bottom:10px;margin-left:15px;vertical-align:middle}.styles-chartLegend--viewHorizontal .styles-chartLegend--item:first-child{margin-left:0}.styles-chartLegend--viewInner{background-color:hsla(0,0%,100%,.7);border:2px solid #a9a9a9}.styles-chartLegend--viewInteractive{cursor:pointer}.styles-chartLegend--viewInteractive .styles-chartLegend--checkbox{display:inline-block}.styles-chartLegend--darkTheme.styles-chartLegend--view .styles-chartLegend--itemLabel{color:#5f6b85}.styles-chartLegend--darkTheme.styles-chartLegend--view .styles-chartLegend--itemLabel .styles-chartLegend--projectName{opacity:.8}.history-styles--container{position:relative}.history-styles--loading{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.styles-charts--historyChart{position:relative}.styles-sharedReportPaneStyles--container{color:rgba(38,44,51,.87);padding:0 15px}.styles-sharedReportPaneStyles--periodControl .styles-periodControlStyles--choosers{margin-bottom:24px}.styles-sharedReportPaneStyles--reportName{font-size:24px;font-weight:500;line-height:1.166;margin-bottom:17px;margin-top:24px}.styles-sharedReportPaneStyles--description{font-size:16px;margin:20px 0}.styles-sharedReportPaneStyles--groupName{font-size:20px;font-weight:400;line-height:1.2;margin:20px 0 0}.styles-sharedReportPage--container{height:calc(100% - 64px);overflow-y:scroll;padding-top:64px}.styles-sharedReportPage--logo{height:31px;width:77px}.styles-sharedReportPage--content{margin:0 auto;width:82.6%}.styles-typeViewStyles--item{display:block;margin-bottom:12px;position:relative}.styles-typeViewStyles--item:last-child{margin-bottom:0}.styles-typeViewStyles--sizeLabel{left:3px;position:absolute;top:3px;z-index:10}.styles-typeViewStyles--controls{align-items:center;display:flex;justify-content:center;margin-top:16px}.styles-typeViewStyles--controls>*{margin:0 4px}.styles-typeViewStyles--pickerWrapper{background-color:#eee;border-radius:2px;margin-top:5px;padding:15px}.styles-typeViewStyles--colorButton{position:relative}.styles-typeViewStyles--clusterIconContainer{margin-top:19px}.styles-baseIconLoader--container{display:flex;justify-content:space-between;margin-left:-24px;margin-right:-24px;padding:14px 24px 24px}.styles-typeIconStyles--dndZone{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.styles-typeIconStyles--browseWrapper{align-items:center;color:rgba(0,0,0,.54);display:flex;flex-direction:column;font-size:12px;justify-content:center;line-height:1.2;position:relative}.styles-typeIconStyles--browseWrapper .styles-typeIconStyles--browseLabel{color:#000}.styles-typeIconStyles--browseWrapper.styles-typeIconStyles--whiteText{color:hsla(0,0%,100%,.7)}.styles-typeIconStyles--browseWrapper.styles-typeIconStyles--whiteText .styles-typeIconStyles--browseLabel{color:#fff}.styles-typeIconStyles--browseLabel{cursor:pointer;text-decoration:underline}.styles-typeIconStyles--typeTileItem{height:180px;width:180px}.styles-typeIconStyles--fileInput{height:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:0}.styles-typeIconStyles--deleteIcon{cursor:pointer;position:absolute;right:5px;top:5px}.styles-typesIconsLoader--sizeLabel{margin-bottom:8px}.ui-kit-list-cell--dndOrder,.ui-kit-table-cell--dndOrder,.ui-kit-tree-cell--dndOrder{align-self:stretch}.ui-kit-list-cell--dndOrder .ui-kit-list-cell__content,.ui-kit-list-cell--dndOrder .ui-kit-table-cell__content,.ui-kit-list-cell--dndOrder .ui-kit-tree-cell__content,.ui-kit-table-cell--dndOrder .ui-kit-list-cell__content,.ui-kit-table-cell--dndOrder .ui-kit-table-cell__content,.ui-kit-table-cell--dndOrder .ui-kit-tree-cell__content,.ui-kit-tree-cell--dndOrder .ui-kit-list-cell__content,.ui-kit-tree-cell--dndOrder .ui-kit-table-cell__content,.ui-kit-tree-cell--dndOrder .ui-kit-tree-cell__content{padding-left:0;padding-right:0}.order-styles--ordering{bottom:0;cursor:move;cursor:grab;left:0;position:absolute;top:0;width:100%;z-index:1}.order-styles--icon{left:0;position:absolute;top:50%;transform:translateY(-50%)}.order-styles--dragPreview{opacity:.8;pointer-events:none;position:fixed;touch-action:none;z-index:100}.order-styles--placeholder{--order-placeholder-color:#ddd;background:var(--order-placeholder-color);height:30px;overflow:hidden;z-index:2}.mdc-theme--dark .order-styles--placeholder{--order-placeholder-color:#1f303d}.order-styles--placeholder .ui-kit-list-cell,.order-styles--placeholder .ui-kit-table-cell,.order-styles--placeholder .ui-kit-tree-cell{background:var(--order-placeholder-color)!important}.order-styles--placeholder .ui-kit-list-cell__content,.order-styles--placeholder .ui-kit-list-cell__content *,.order-styles--placeholder .ui-kit-table-cell__content,.order-styles--placeholder .ui-kit-table-cell__content *,.order-styles--placeholder .ui-kit-tree-cell__content,.order-styles--placeholder .ui-kit-tree-cell__content *{visibility:hidden}.order-styles--placeholder .ui-kit-list-row__main,.order-styles--placeholder .ui-kit-list-row__main__content,.order-styles--placeholder .ui-kit-table-row__main,.order-styles--placeholder .ui-kit-table-row__main__content,.order-styles--placeholder .ui-kit-tree-row__main,.order-styles--placeholder .ui-kit-tree-row__main__content{background:var(--order-placeholder-color)!important;overflow:hidden}.styles-kpiesTable--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-kpiesTable--row{position:relative}.styles-kpiesTable--row--changed .styles-kpiesTable--cellMarker{background-color:#8fcaf8}.styles-kpiesTable--row--new .styles-kpiesTable--cellMarker{background-color:#1f96f2}.styles-kpiesTable--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-kpiesTable--row--removed .styles-kpiesTable--cellMarker{background-color:#a8a8a8}.styles-kpiesTable--cellMarker{z-index:101}.styles-kpiesTable--cellMarker,.styles-kpiesTable--tooltip{bottom:0;left:0;position:absolute;right:0;top:0}.styles-iconLoaderStyles--dragZone{display:flex;height:180px;width:100%}.styles-iconLoaderStyles--itemContainer{align-items:stretch;display:flex;width:100%}.styles-iconLoaderStyles--emptyContainer{height:100%;padding:20px}.styles-iconLoaderStyles--fileRendererContainer{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.styles-iconLoaderStyles--svgContainer svg{max-width:100%}.styles-iconLoaderStyles--deleteIcon{color:rgba(0,0,0,.87);position:absolute;right:5px;top:5px}.styles-iconLoaderStyles--darkTheme .styles-iconLoaderStyles--deleteIcon{color:hsla(0,0%,100%,.87)}.styles-dashboardTableStyles--iconPickerContainer{align-items:center;display:flex}.styles-dashboardTableStyles--iconContainer{align-items:center;display:flex;height:33px;justify-content:center;margin-right:6.5px;width:33px}.styles-dashboardTableStyles--widgetLabel{margin:10px auto}.styles-dashboardTableStyles--tagNameContent{align-items:center;display:flex;flex:1;max-width:100%;overflow:hidden}.styles-dashboardTableStyles--tagPathHolder{display:inline-block;flex:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.styles-dashboardTableStyles--tagTooltip{max-width:100%}.styles-app--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-app--root{height:100%;left:0;position:absolute;top:0;width:100%}.styles-app--application,.styles-app--page,.styles-app--window,.styles-app--windowContent{height:100%;position:relative}.styles-app--page{overflow:hidden}.styles-app--confirmDialog{z-index:-1}.styles-app--confirmDialog.mdc-dialog--open{z-index:10002}.styles-app--tfaConfirmDialog{z-index:-1}.styles-app--tfaConfirmDialog.mdc-dialog--open{z-index:10001}.styles-app--headerLeftContentLayout{flex:0 0 auto;margin-right:10px;z-index:9990}.styles-app--headerCenterContentLayout{flex-grow:1;max-width:600px}.styles-app--headerRightContentLayout{flex:0 0 auto}.styles-app--leftContent{background-color:#fff;flex-grow:1;overflow:hidden}.styles-app--drawer{border-right:0;flex-grow:1;width:100%}.styles-app--logoContainer{display:flex}.styles-app--version{display:inline-block;font-size:10px;overflow:hidden;padding-left:3px;text-overflow:ellipsis}@media only screen and (max-width:680px){.styles-app--version{font-size:8px}}.styles-app--header{background-color:#000;box-shadow:none;color:#fff;z-index:9990}.styles-app--header .mdc-button,.styles-app--header .mdc-text-field__input{color:#fff}.styles-app--header .mdc-text-field__input{z-index:21}@media print{.styles-app--header{display:none}}.styles-app--headerCenterContentLayout{align-items:center;display:flex;justify-content:center}.styles-app--headerLeftContent,.styles-app--headerRightContent{align-items:center;display:flex;justify-content:space-between;position:relative}.styles-app--headerRightContent a{color:#fff}.styles-app--menuButton{margin-right:16px}@media only screen and (max-width:680px){.styles-app--menuButton{margin-right:8px}}.styles-app--helpIconWrapper{align-items:center;background-color:hsla(0,0%,100%,.2);border-radius:3px;display:flex;height:50px;justify-content:center;margin-right:16px;width:50px}.styles-app--helpIcon{color:#1f80f2;color:var(--mdc-theme-primary)}.styles-confirmDialog--confirmMessageContainer,.styles-confirmDialog--extraInfo{margin-top:20px}.styles-confirmDialog--confirmMessageTitle{font-weight:500;margin-bottom:20px}.styles-releaseNotesDialog--squareButton{min-width:24px;padding-left:6px;padding-right:6px}@media only screen and (max-width:1060px){.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--header{height:120px}.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--header .styles-releaseNotesDialog--title{font-size:30px;line-height:36px}.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--header .styles-releaseNotesDialog--month{font-size:36px;line-height:52px}.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--content{height:200px}}@media (orientation:landscape) and (max-width:680px),only screen and (max-width:680px){.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--header{height:auto;padding:10px 24px}.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--header .styles-releaseNotesDialog--title{font-size:24px;line-height:30px}.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--header .styles-releaseNotesDialog--month{font-size:30px;line-height:32px}.styles-releaseNotesDialog--dialog .styles-releaseNotesDialog--content{height:calc(90vh - 196px)}}.styles-releaseNotesDialog--dialog .mdc-dialog__body{margin:0;padding:0}.styles-releaseNotesDialog--container{margin-left:-24px;margin-right:-24px;margin-top:-20px;position:relative}.styles-releaseNotesDialog--header{background-image:var(--thmi-release-notes-header-background-url);background-size:cover;display:flex;flex-direction:column;height:180px;justify-content:flex-end;padding-bottom:14px;padding-left:24px}.styles-releaseNotesDialog--title{color:hsla(0,0%,100%,.87);font-size:36px;font-weight:700;line-height:42px;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.styles-releaseNotesDialog--month{color:hsla(0,0%,100%,.87);font-size:52px;font-weight:300;line-height:61px;margin:0;text-shadow:0 2px 6px rgba(0,0,0,.2)}.styles-releaseNotesDialog--content{color:rgba(38,44,51,.87);display:flex;flex-direction:column;height:400px;max-height:calc(90vh - 196px);position:relative}.styles-releaseNotesDialog--scrollContent{padding:24px 25px 0}.styles-releaseNotesDialog--articleTitle{font-size:23px;margin-bottom:10px;margin-top:0}.styles-releaseNotesDialog--articleBodyTitle{font-size:18px;font-weight:600;margin-bottom:10px;margin-left:10px;margin-top:0}.styles-releaseNotesDialog--articleBody{font-size:13px}[dir=ltr] .styles-releaseNotesDialog--articleBodyGroup{margin-left:0}[dir=ltr] .styles-releaseNotesDialog--articleBodyGroup,[dir=rtl] .styles-releaseNotesDialog--articleBodyGroup{margin-right:0}[dir=rtl] .styles-releaseNotesDialog--articleBodyGroup{margin-left:0}.styles-releaseNotesDialog--articleBodyGroup{margin-bottom:1em;margin-top:2em}.styles-releaseNotesDialog--list{font-size:13px;margin:0 0 20px}.styles-releaseNotesDialog--listItem{font-size:15px;margin-bottom:2px}.mdc-dialog--theme-dark .styles-releaseNotesDialog--content{color:hsla(0,0%,100%,.87)}.mdc-dialog--theme-dark .mdc-dialog__footer{background-color:#212121;box-shadow:none}.styles-releaseNotesDialog--warning{font-weight:500}.styles-releaseNotesDialog--link{outline:none}.styles-releaseNotesDialog--link:hover{text-decoration:underline}.styles-releaseNotesDialog--linkBold{font-weight:700;outline:none}.styles-releaseNotesDialog--linkBold:hover{text-decoration:underline}.styles-snack--container{box-sizing:border-box;display:flex;height:48px;position:absolute;width:400px}.styles-snack--container *{box-sizing:border-box}.styles-snack--container.styles-snack--error .styles-snack--content{background-color:#d50000}.styles-snack--container.styles-snack--success .styles-snack--content{background-color:#529900}.styles-snack--container.styles-snack--warning .styles-snack--content{background-color:#ff9800}.styles-snack--content{align-items:flex-start;background-color:#313131;border-radius:4px;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);color:#fff;display:flex;flex-wrap:wrap;font-size:14px;padding:6px 45px 6px 24px;width:100%}.styles-snack--message{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-snack--message:focus{outline:none}.styles-snack--messageHolder{flex:1 0 0;overflow:hidden}.styles-snack--icon{margin-right:10px}.styles-snack--date{font-size:12px}.styles-snack--actionIcon{cursor:pointer;position:absolute;right:20px;top:10px}.styles-snackbar--container{bottom:0;position:absolute;right:0;z-index:10000}.styles-snackbar--snack{position:absolute;right:24px;transition:bottom .2s ease}.styles-snackbar--snack .snack-exiting{transition:none}.styles-snackbar--afterExiting{transition:bottom .2s ease 225ms}.styles-yubicoTFAStyles--container{display:flex;flex-direction:column}.styles-yubicoTFAStyles--yubicoIcon{align-self:center}.styles-yubicoTFAStyles--yubicoHeader{color:rgba(0,0,0,.87);font-size:15px;font-weight:700;line-height:1.2;margin-bottom:2px;margin-top:10px}.styles-yubicoTFAStyles--yubicoContent{color:rgba(0,0,0,.87);font-size:15px;font-weight:400;line-height:1.2}.styles-yubicoTFAStyles--input{margin-top:16px}.styles-yubicoTFAStyles--darkTheme .styles-yubicoTFAStyles--title{color:hsla(0,0%,100%,.38)}.styles-yubicoTFAStyles--darkTheme .styles-yubicoTFAStyles--yubicoContent,.styles-yubicoTFAStyles--darkTheme .styles-yubicoTFAStyles--yubicoHeader{color:hsla(0,0%,100%,.87)}.styles-GoogleAuthInputStyles--container{align-items:center;display:flex;flex:1}.styles-GoogleAuthInputStyles--container .styles-GoogleAuthInputStyles--input{margin-left:4px}.styles-GoogleAuthInputStyles--input{background-color:rgba(0,0,0,.06);border:none;border-radius:2px;box-sizing:border-box;color:rgba(0,0,0,.87);font-size:32px;height:56px;letter-spacing:0;line-height:56px;outline:none;padding:9px 12px;width:42px}.styles-GoogleAuthInputStyles--input:nth-child(4){margin-left:16px}.styles-GoogleAuthInputStyles--darkTheme .styles-GoogleAuthInputStyles--input{background-color:rgba(105,189,255,.12);color:hsla(0,0%,100%,.87)}.styles-googleAuthTextStyles--subtitle{color:rgba(0,0,0,.54);font-size:15px;font-weight:400;margin:0}.styles-googleAuthTextStyles--darkTheme.styles-googleAuthTextStyles--subtitle{color:hsla(0,0%,100%,.38)}.styles-confirmChangesDialog--cancelButton{margin-left:auto}.styles-confirmChangesDialog--title{color:rgba(0,0,0,.54);font-size:15px;font-weight:400;line-height:1.2;margin:0 0 16px}.styles-confirmChangesDialog--subtitle{margin-bottom:52px}.styles-confirmChangesDialog--googleInput{align-self:center;margin-bottom:60px}.styles-confirmChangesDialog--container{display:flex;flex-direction:column}.styles-confirmChangesDialog--dontRequire{margin-left:-11px;margin-top:10px}.styles-confirmChangesDialog--darkTheme .styles-confirmChangesDialog--title{color:hsla(0,0%,100%,.38)}.styles-progressDialogStyles--formContainer{position:relative}.styles-progressDialogStyles--footer{display:flex;margin-left:-24px;margin-right:-24px;margin-top:24px;padding:8px 3px}.styles-progressDialogStyles--dialog .mdc-dialog__body{padding-bottom:0}.styles-progressDialogStyles--buttons{align-items:center;display:flex;justify-content:flex-end;width:100%}.styles-progressDialogStyles--overlay{background-color:hsla(0,0%,100%,.85);bottom:52px;left:0;margin:0 -24px;position:relative;right:0;top:-10px;z-index:10}.styles-progressDialogStyles--darkTheme .styles-progressDialogStyles--overlay{background-color:rgba(33,33,33,.85)}.styles-portalMainLogoStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-portalMainLogoStyles--logo{color:#fff;height:31px;margin-left:10px}@media only screen and (max-width:680px){.styles-portalMainLogoStyles--logo{height:25px;margin-left:0}}.alarmsIndicator-alertIndicator--indicator{border-radius:3px;height:50px;margin:0;padding:0 16px}.alarmsIndicator-alertIndicator--indicator.alarmsIndicator-alertIndicator--active{--mdc-theme-primary:#fc2210}.alarmsIndicator-alertIndicator--indicator.alarmsIndicator-alertIndicator--unack{--mdc-theme-primary:#fbc900}.alarmsIndicator-alertIndicator--indicator.alarmsIndicator-alertIndicator--no-active{--mdc-theme-primary:#6b7383}.alarmsIndicator-alertIndicator--icon{height:30px;margin-right:6px;width:30px}.icon-styles--profileIcon{border:2px solid #fff;border-radius:100%;display:inline-block;flex-shrink:0;margin-right:20px;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.icon-styles--profileIcon.icon-styles--interactive{cursor:pointer}.icon-styles--profileIcon.icon-styles--interactive:hover{box-shadow:0 1px 2px rgba(0,0,0,.2)}.icon-styles--profileIcon.icon-styles--interactive:before{background-color:rgba(0,0,0,.12);border-radius:100%;content:"";display:none;height:100%;left:-3px;padding:3px;position:absolute;top:-3px;width:100%;z-index:-1}.icon-styles--profileIcon.icon-styles--interactive:active:before{display:block}.icon-styles--profileIconImage{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.icon-styles--profileIconName{color:#fff;font-weight:500;text-align:center}.profile-styles--profileSettingsView{align-items:center;color:rgba(0,0,0,.87);display:flex;flex-direction:row;justify-content:space-between}.profile-styles--profileSettingsView.profile-styles--leftMenuProfile .mdc-button{color:rgba(0,0,0,.54)}.profile-styles--link{--mdc-theme-primary:#000;color:rgba(0,0,0,.54);cursor:pointer;font-size:15px}.profile-styles--darkTheme .profile-styles--link,.profile-styles--darkTheme.profile-styles--profileSettingsView.profile-styles--leftMenuProfile .mdc-button{color:hsla(0,0%,100%,.87)}.logOutButton-styles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.logOutButton-styles--logOutButton{--mdc-theme-primary:#000}.logOutButton-styles--darkTheme.logOutButton-styles--logOutButton{--mdc-theme-primary:#fff}.styles-infoDialog--container .mdc-dialog__surface{max-width:640px}.styles-infoDialog--container .mdc-dialog__footer{background-color:#e4e4e5}.mdc-dialog--theme-dark.styles-infoDialog--container .mdc-dialog__footer{background:#404040}.styles-infoDialog--dialogBody{padding:24px 24px 54px 57px}.styles-pagesMenu--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-pagesMenu--leftMenu{display:flex;flex-direction:column;height:100%;overflow:hidden}.styles-pagesMenu--link{align-items:center;color:rgba(0,0,0,.54);cursor:pointer;display:inline-flex;font-size:15px;height:100%;padding:0 16px;position:relative;width:100%}.styles-pagesMenu--selected{color:#1f80f2}.styles-pagesMenu--icon{height:20px;margin-right:20px;vertical-align:middle;width:20px}.styles-pagesMenu--aboutContainer{grid-gap:62px;color:#464a50;display:grid;font-size:13px;grid-template-columns:auto 1fr;line-height:15px}.styles-pagesMenu--aboutContent{color:#757575;display:flex;flex-direction:column;font-size:13px;justify-content:space-between;line-height:18px}.styles-pagesMenu--tmLogo{height:auto;width:100%}.styles-pagesMenu--versionRow{display:flex;font-size:15px}.styles-pagesMenu--version{margin-left:10px}.styles-pagesMenu--docsLink{color:#757575}.styles-pagesMenu--menuLogo{color:#fff;height:39px;margin-bottom:30px;margin-left:16px;margin-top:18px;width:auto}.styles-pagesMenu--menuFooter{border-top:1px solid rgba(0,0,0,.12);padding:16px}.styles-pagesMenu--userName{font-size:14px}.styles-pagesMenu--signOut{font-size:14px;text-transform:uppercase}.styles-pagesMenu--darkTheme .styles-pagesMenu--link{color:hsla(0,0%,100%,.87)}.styles-pagesMenu--darkTheme .styles-pagesMenu--selected{color:#1f80f2}.styles-pagesMenu--darkTheme .styles-pagesMenu--menuFooter{border-top:1px solid hsla(0,0%,100%,.12)}.styles-pagesMenu--darkTheme .styles-pagesMenu--menuLogo{color:#fff}.styles-pagesMenu--pagesMenuList{flex-grow:1;overflow:auto}.styles-pagesMenu--pagesMenuList .mdc-list-item{padding:0}.mdc-theme--dark .styles-pagesMenu--aboutContainer{color:hsla(0,0%,100%,.38);padding-bottom:25px}.mdc-theme--dark .styles-pagesMenu--version{color:hsla(0,0%,100%,.87)}.mdc-theme--dark .styles-pagesMenu--aboutLogo{color:#fff}.mdc-theme--dark .styles-pagesMenu--aboutContainer,.mdc-theme--dark .styles-pagesMenu--aboutContent,.mdc-theme--dark .styles-pagesMenu--docsLink{color:hsla(0,0%,100%,.87)}.styles-pages--container{grid-gap:20px;display:grid}.styles-serverGenerateConfigView--content{display:flex;flex-wrap:wrap}.styles-serverGenerateConfigView--copyButton{margin-bottom:10px;margin-right:10px}.styles-progressBarStyles--container{background-color:rgba(95,107,129,.102);border-radius:2px;height:5px;position:relative;width:100%}.styles-progressBarStyles--progress{background-color:#54cc34;border-radius:2px 0 0 2px;height:100%;position:absolute;transition:width .5s ease-in-out;width:50%}.styles-progressBarStyles--darkTheme{background-color:rgba(95,107,129,.204)}.styles-progressBarStyles--darkTheme .styles-progressBarStyles--progress{background-color:#1f96f2}.styles-diagnosticsViewItemStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-diagnosticsViewItemStyles--container{grid-column-gap:21px;-moz-column-gap:21px;column-gap:21px;display:grid;grid-template-areas:"icon title" "icon text" "icon progress";grid-template-columns:56px auto;position:relative;width:100%}.styles-diagnosticsViewItemStyles--iconContainer{grid-area:icon}.styles-diagnosticsViewItemStyles--title{color:#5f6b81;font-size:12px;grid-area:title;line-height:16px}.styles-diagnosticsViewItemStyles--text,.styles-diagnosticsViewItemStyles--title{display:inline-block;letter-spacing:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-diagnosticsViewItemStyles--text{color:rgba(0,0,0,.87);font-size:16px;font-weight:500;grid-area:text;line-height:24px}.styles-diagnosticsViewItemStyles--progress{max-width:231px}.styles-diagnosticsViewItemStyles--darkTheme .styles-diagnosticsViewItemStyles--text{color:hsla(0,0%,100%,.87)}.styles-diagnosticsViewStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-diagnosticsViewStyles--container{height:100%}.styles-diagnosticsViewStyles--title{color:rgba(0,0,0,.87);font-size:20px;font-weight:500;letter-spacing:0;line-height:28px}.styles-diagnosticsViewStyles--darkTheme .styles-diagnosticsViewStyles--title{color:hsla(0,0%,100%,.87)}.styles-diagnosticsViewCategoryStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-diagnosticsViewCategoryStyles--container{margin-top:29px}.styles-diagnosticsViewCategoryStyles--container:not(:first-child){margin-top:54px}.styles-diagnosticsViewCategoryStyles--title{align-items:center;color:rgba(38,44,51,.87);display:inline-block;display:flex;font-size:16px;grid-area:title;letter-spacing:0;line-height:21px;margin-bottom:16px;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.styles-diagnosticsViewCategoryStyles--title:after{border-bottom:1px solid rgba(0,0,0,.12);content:"";flex:1;margin-left:12px}.styles-diagnosticsViewCategoryStyles--content{grid-column-gap:60px;grid-row-gap:32px;-moz-column-gap:60px;column-gap:60px;display:grid;grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(302px,360px));height:100%;row-gap:32px;width:100%}.styles-diagnosticsViewCategoryStyles--darkTheme .styles-diagnosticsViewCategoryStyles--title{color:hsla(0,0%,100%,.87)}.styles-diagnosticsViewCategoryStyles--darkTheme .styles-diagnosticsViewCategoryStyles--title:after{border-bottom-color:rgba(105,189,255,.23)}.styles-networkViewItemStyles--address{margin-right:10px}.styles-projectStatsStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectStatsStyles--container{box-sizing:border-box;height:100%;padding:16px 20px;width:100%}.styles-projectStatsStyles--attachedLabel{color:rgba(0,0,0,.54);display:inline-block;font-size:14px;margin-bottom:16px}.styles-projectStatsStyles--attachedProjects{color:rgba(0,0,0,.54);display:inline-block;font-size:14px;margin-right:8px}.styles-projectStatsStyles--projects{color:rgba(0,0,0,.87)}.styles-projectStatsStyles--darkTheme .styles-projectStatsStyles--attachedLabel,.styles-projectStatsStyles--darkTheme .styles-projectStatsStyles--attachedProjects{color:hsla(0,0%,100%,.38)}.styles-projectStatsStyles--darkTheme .styles-projectStatsStyles--projects{color:hsla(0,0%,100%,.87)}.styles-templatePageStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-templatePageStyles--container{background-image:var(--thmi-login-background-url);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}@media only screen and (max-width:1060px){.styles-templatePageStyles--container{align-items:center}}.styles-templatePageStyles--container .mdc-button--raised:not(:disabled){--mdc-theme-primary:#2397f4}.styles-templatePageStyles--container .mdc-checkbox:after,.styles-templatePageStyles--container .mdc-checkbox:before,.styles-templatePageStyles--container .mdc-checkbox__background:after,.styles-templatePageStyles--container .mdc-checkbox__background:before,.styles-templatePageStyles--container .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.styles-templatePageStyles--container .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{--mdc-theme-secondary:#2397f4;--mdc-theme-primary:#2397f4}.styles-templatePageStyles--container .mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__label,.styles-templatePageStyles--container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__bottom-line{--mdc-theme-primary:#2397f4}.styles-templatePageStyles--authWrapper{align-self:center;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.07);box-sizing:border-box;margin-top:15px;min-width:434px;padding:31px 36px 44px 39px}@media only screen and (max-width:1060px){.styles-templatePageStyles--authWrapper{align-self:center;margin-left:auto;margin-right:auto}}@media only screen and (max-width:680px){.styles-templatePageStyles--authWrapper{align-self:center;margin-left:auto;margin-right:auto;width:92%}}.styles-templatePageStyles--logo{margin-bottom:15px}.styles-templatePageStyles--childrenContainer{display:flex;flex-direction:column;min-height:301px}.styles-forgotPasswordForm--container{display:flex;flex-direction:column;flex-grow:1}.styles-forgotPasswordForm--title{color:rgba(38,44,51,.87);font-size:24px;font-weight:400;line-height:1.166667;margin:0 0 7px}.styles-forgotPasswordForm--successTitle{display:flex;flex-direction:column;font-size:24px;font-weight:400;line-height:1.166667;margin:0 0 20px}.styles-forgotPasswordForm--emailTo{display:inline-block;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-spacing:1000px}.styles-forgotPasswordForm--email{font-weight:700;margin:0}.styles-forgotPasswordForm--info{color:rgba(38,44,51,.87);font-size:15px;line-height:1.2;margin:0;width:434px}.styles-forgotPasswordForm--formWrapper{margin-top:33px}.styles-forgotPasswordForm--form,.styles-forgotPasswordForm--formDataContainer,.styles-forgotPasswordForm--formWrapper{display:flex;flex-direction:column;flex-grow:1}.styles-forgotPasswordForm--button{margin-left:auto;margin-top:auto}@media (max-width:440px){.styles-forgotPasswordForm--successTitle{font-size:20px}}@media (max-width:360px){.styles-forgotPasswordForm--successTitle{font-size:16px}}.simpleCaptcha-styles--captcha{font-size:x-large;font-style:italic;margin-left:auto;margin-right:auto;padding:10px;text-decoration:line-through;-webkit-user-select:none;-moz-user-select:none;user-select:none}.simpleCaptcha-styles--captcha:hover{cursor:pointer}.simpleCaptcha-styles--captchaWrapper{align-items:center;display:flex;padding-top:10px}.styles-loginForm--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-loginForm--container{display:flex;flex-flow:column;flex-grow:1;max-width:360px;position:relative}.styles-loginForm--rowUser{margin-bottom:21px}.styles-loginForm--rowPassword{margin-bottom:12px}.styles-loginForm--rememberMeRow{display:flex;flex-direction:row;margin-left:-12px}.styles-loginForm--rememberMeRow .mdc-form-field{color:#262c33;font-size:15px}.styles-loginForm--version{color:rgba(233,237,49,.38);font-size:12px;margin:8px 0 0;text-align:right}.styles-loginForm--title{color:rgba(38,44,51,.87);font-size:24px;font-weight:400;margin:0 0 7px}.styles-loginForm--subtitle{color:#262c33;font-size:15px;font-weight:400;margin-bottom:15px;margin-top:0}.styles-loginForm--googleAuthInput{align-self:center;justify-self:center;place-self:center}.styles-loginForm--yubicoHeader{color:rgba(38,44,51,.87);font-size:15px;font-weight:700;line-height:18px;margin-bottom:0}.styles-loginForm--yubicoContent{color:rgba(38,44,51,.87);font-size:15px;height:18px;line-height:18px}.styles-loginForm--actionsBlock{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.styles-loginForm--linksBlock{color:#2397f4;display:flex;flex-direction:column;font-size:13px}.styles-loginForm--changePasswordBlock{display:flex;justify-content:flex-end;margin-top:auto}.styles-loginForm--noKeyContainer{flex-grow:1}.styles-loginForm--noKeyIconWrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.styles-loginForm--formContainer{display:flex;flex-direction:column;flex-grow:1}.styles-loginForm--form{display:flex;flex:1;flex-direction:column;height:100%}.styles-loginForm--spinnerContainer{align-content:center;align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;justify-items:center;left:0;opacity:.5;place-content:center;place-items:center;position:absolute;right:0;top:0}.styles-loginForm--generateKeyButton{align-self:flex-end;margin-top:15px}.styles-recoveryPasswordForm--container{display:flex;flex-direction:column;flex-grow:1}.styles-recoveryPasswordForm--title{color:rgba(38,44,51,.87);font-size:24px;font-weight:400;line-height:1.166667;margin:0 0 7px}.styles-recoveryPasswordForm--subTitle{color:rgba(38,44,51,.87);font-size:15px;font-weight:400;line-height:1.2;margin:0 0 26px}.styles-recoveryPasswordForm--form,.styles-recoveryPasswordForm--formContent,.styles-recoveryPasswordForm--formWrapper{display:flex;flex-direction:column;flex-grow:1}.styles-recoveryPasswordForm--newPassword{margin-bottom:36px;max-width:360px}.styles-recoveryPasswordForm--newPasswordConfirm{max-width:360px}.styles-recoveryPasswordForm--button{margin-left:auto;margin-top:auto}.styles-reportsView--tabs{height:100%;width:100%}.styles-groupSettingView--container{grid-gap:16px;display:grid}.styles-groupSettingView--units{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.styles-pageChooserEntityItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-pageChooserEntityItem--editContainer{background-color:hsla(0,0%,100%,.1);border-bottom:1px solid rgba(0,0,0,.87);display:flex;flex-direction:column;justify-content:flex-end;min-height:24px;padding:20px 8px 0;position:relative}.styles-pageChooserEntityItem--label{color:rgba(0,0,0,.6);font-size:12px;font-weight:400;left:8px;position:absolute;top:12px}.styles-pageChooserEntityItem--valueEditContainer{align-items:center;display:flex;justify-content:space-between}.styles-pageChooserEntityItem--valueEdit{font-size:0;max-width:calc(100% - 40px);position:relative}.styles-pageChooserEntityItem--values{display:flex;flex-direction:column;padding-top:5px}.styles-pageChooserEntityItem--valueSingle{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-pageChooserEntityItem--valueSingle{color:hsla(0,0%,100%,.87)}.styles-pageChooserEntityItem--value{color:rgba(0,0,0,.87);display:inline-block;font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-theme--dark .styles-pageChooserEntityItem--value{color:hsla(0,0%,100%,.87)}.styles-pageChooserEntityItem--value:focus{outline:none}.styles-pageChooserEntityItem--multipleEdit .styles-pageChooserEntityItem--value{margin-bottom:5px}.styles-pageChooserEntityItem--errorMessage{left:0;position:absolute;top:100%}.styles-pageChooserEntityItem--dialogButton{--mdc-theme-primary:#777}.styles-pageChooserEntityItem--darkTheme .styles-pageChooserEntityItem--dialogButton{--mdc-theme-primary:$primary-dark-theme-font-color}.styles-pageChooserEntityItem--removeButton{--mdc-theme-primary:#777;margin:0 5px}.styles-pageChooserEntityItem--darkTheme .styles-pageChooserEntityItem--removeButton{--mdc-theme-primary:$primary-dark-theme-font-color}.styles-pageChooserEntityItem--button{cursor:pointer}.styles-pageChooserEntityItem--disabled{cursor:default;opacity:.38;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-pageChooserEntityItem--disabled .styles-pageChooserEntityItem--editContainer{border-bottom-style:dotted;border-bottom-width:1px}.styles-pageChooserEntityItem--placeholder{cursor:default;opacity:.38;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles-pageChooserEntityItem--placeholderLabel{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:19px;padding:8px 0 2px}.mdc-theme--dark .styles-pageChooserEntityItem--placeholderLabel{color:hsla(0,0%,100%,.87)}.styles-pageChooserEntityItem--darkTheme .styles-pageChooserEntityItem--editContainer{background-color:#122331}.styles-pageChooserEntityItem--darkTheme.styles-pageChooserEntityItem--disabled .styles-pageChooserEntityItem--editContainer{background:none;border-bottom:1px dotted hsla(0,0%,100%,.38)}.styles-pageChooserEntityItem--darkTheme.styles-pageChooserEntityItem--disabled .styles-pageChooserEntityItem--label{color:hsla(0,0%,100%,.54)}.styles-pageChooserEntityItem--darkTheme .styles-pageChooserEntityItem--label{color:hsla(0,0%,100%,.87)}.styles-pageChooserEntityItem--readContainer{align-items:center;display:flex;font-size:14px;line-height:16px}.styles-pageChooserEntityItem--readContainer .styles-pageChooserEntityItem--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;position:static;transform:none;white-space:nowrap}.mdc-theme--dark .styles-pageChooserEntityItem--readContainer .styles-pageChooserEntityItem--label{color:hsla(0,0%,100%,.54)}.styles-pageChooserEntityItem--readContainerMultiple{align-items:flex-start}.styles-editGroupStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-editGroupStyles--headerContainer{align-items:center;display:flex;justify-content:space-between;padding-left:24px;position:relative;width:calc(100% - 24px)}.styles-editGroupStyles--squareButton{--mdc-theme-primary:#000;min-width:40px;opacity:.54;padding:0 8px}.styles-editGroupStyles--draggingPlaceholder{background-color:rgba(35,151,244,.03);border:1px dashed rgba(35,151,244,.38);border-radius:2px;margin:0 5px 15px}.styles-editGroupStyles--container .styles-editGroupStyles--table{box-shadow:0 1px 3px 0 rgba(0,0,0,.2);margin-bottom:16px}.styles-editGroupStyles--container .styles-editGroupStyles--table:last-child{margin-bottom:0}.styles-editGroupStyles--container .styles-editGroupStyles--table.styles-editGroupStyles--tableDragging{width:100%}.styles-editGroupStyles--container .styles-editGroupStyles--table .ui-kit-tree-table-cell,.styles-editGroupStyles--container .styles-editGroupStyles--table .ui-kit-tree-table-row__main__content{height:100%}.styles-editGroupStyles--container .styles-editGroupStyles--table .ui-kit-tree-table-cell__content{align-items:center;display:flex;height:100%;padding-bottom:0;padding-top:0}.styles-editGroupStyles--actionsContainer{align-items:center;display:flex}.styles-editGroupStyles--addProjectButton{margin-right:10px}.styles-editGroupStyles--actionsSeparator{background-color:rgba(105,189,255,.26);height:36px;margin:0 10px;width:1px}.styles-editGroupStyles--projectReadContainer{align-items:center;display:flex;flex-grow:1;font-size:15px;font-weight:500}.styles-editGroupStyles--addTagButton{margin-left:auto}.styles-editGroupStyles--removeButton{opacity:1}.styles-editGroupStyles--projectName{margin-left:12px;margin-right:10px}.styles-editGroupStyles--projectIcon{color:#000;position:relative}.styles-editGroupStyles--tagItemContainer{align-items:center;display:flex;justify-content:space-between}.styles-editGroupStyles--tagProjectName{color:rgba(0,0,0,.54)}.styles-editGroupStyles--selectTagsFromPageButton{margin-left:auto}.styles-editGroupStyles--tagRow{align-items:center;display:flex;width:100%}.styles-editGroupStyles--tagIcon{color:rgba(0,0,0,.38);margin-right:12px}.styles-editGroupStyles--tagPicker{flex-grow:1}.styles-editGroupStyles--tagPicker .errorMessage-styles--container{padding-left:8px}.styles-editGroupStyles--tagPickerEditContainer{border:none;padding:0 8px}.styles-editGroupStyles--tagPickerEditContainer .styles-pageChooserEntityItem--label{top:0}.styles-editGroupStyles--tagPickerEditContainer .styles-tagChooser--nameHolder,.styles-editGroupStyles--tagPickerEditContainer .styles-tagChooser--tagName{align-self:flex-end}.styles-editGroupStyles--reorderIconContainer{color:rgba(0,0,0,.38);cursor:grab;display:none;left:-10px;position:absolute;top:50%;transform:translateY(-50%)}.styles-editGroupStyles--reorderIconContainer .styles-editGroupStyles--reorderIcon:focus{outline:none}.styles-editGroupStyles--iconActive{display:block}.styles-editGroupStyles--darkTheme .styles-editGroupStyles--actionMenuButton,.styles-editGroupStyles--darkTheme .styles-editGroupStyles--removeButton,.styles-editGroupStyles--darkTheme .styles-editGroupStyles--selectTagsFromListButton{--mdc-theme-primary:#fff}.styles-editGroupStyles--darkTheme.styles-editGroupStyles--draggingPlaceholder{background-color:rgba(35,151,244,.03);border:1px dashed rgba(35,151,244,.38)}.styles-editGroupStyles--darkTheme .styles-editGroupStyles--reorderIconContainer,.styles-editGroupStyles--darkTheme .styles-editGroupStyles--tagIcon{color:hsla(0,0%,100%,.38)}.styles-editGroupStyles--darkTheme .styles-editGroupStyles--tagPicker .styles-pageChooserEntityItem--editContainer{background-color:transparent}.mdc-dialog--theme-dark .styles-editGroupStyles--tagProjectName{color:hsla(0,0%,100%,.38)}.styles-editGroupsStyles--group{margin-bottom:16px}.styles-tables--view{position:relative}.styles-chartGroupStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-chartGroupStyles--container{padding-top:21px}.styles-chartGroupStyles--titleContainer{align-items:center;display:flex;margin-bottom:21px}.styles-chartGroupStyles--title{font-size:20px;font-weight:400;margin:0 12px 0 0}.styles-chartGroupStyles--gearButton{--mdc-theme-primary:rgba(0,0,0,.6);opacity:.6}.styles-chartGroupStyles--description{margin-bottom:20px}.styles-chartGroupStyles--darkTheme .styles-chartGroupStyles--gearButton{--mdc-theme-primary:hsla(0,0%,100%,.6)}@media print{.styles-chartGroupStyles--gearButton{display:none}}.styles-axesSettingsStyles--settingsTable.ui-kit-table--material{border-radius:0;box-shadow:none;margin:0 -24px}.styles-axesSettingsStyles--settingsTable .ui-kit-table__header{display:none}.styles-axesSettingsStyles--settingsTable .ui-kit-table-headcell__content{color:rgba(38,44,51,.87);font-size:15px;font-weight:400;line-height:1;padding:17px 10px 16px 24px}.styles-axesSettingsStyles--settingsTable .ui-kit-table-cell__content{color:rgba(0,0,0,.54);padding:15px 10px 15px 24px}.styles-axesSettingsStyles--settingsTable .ui-kit-table__headercells{border-bottom:1px solid rgba(0,0,0,.1)}.styles-axesSettingsStyles--settingsTable .ui-kit-table-row{border-bottom:1px solid rgba(0,0,0,.1);border-top:none}.styles-axesSettingsStyles--settingsTable .ui-kit-table-cell--Engineering .ui-kit-table-cell__content{color:rgba(0,0,0,.87)}.ui-kit-table--material .styles-axesSettingsStyles--otherRow,.ui-kit-table--material .styles-axesSettingsStyles--otherRow .ui-kit-table-cell{background-color:#e0ebff}.ui-kit-table--material .styles-axesSettingsStyles--errorRow{background-color:rgba(213,0,0,.05);box-shadow:inset 0 1px 0 0 #f3b4b4,inset 0 -1px 0 0 #f3b4b4;margin-top:-1px}.ui-kit-table--material .styles-axesSettingsStyles--errorRow .ui-kit-table-cell{background-color:transparent}.styles-axesSettingsStyles--unit{align-items:center;display:flex}.styles-axesSettingsStyles--unitText{margin-right:14px}.styles-axesSettingsStyles--errorsList{list-style-type:none}.styles-axesSettingsStyles--errorTooltip:focus{outline:none}.styles-axesSettingsStyles--errorMessage{font-size:11px}.styles-axesSettingsStyles--darkTheme .axis-slider__letter{color:hsla(0,0%,100%,.87)}.styles-axesSettingsStyles--darkTheme .ui-kit-table-headcell .ui-kit-table-headcell__content{color:hsla(0,0%,100%,.38)}.styles-axesSettingsStyles--darkTheme .ui-kit-table-cell__content{color:hsla(0,0%,100%,.87)}.styles-axesSettingsStyles--darkTheme .ui-kit-table-row,.styles-axesSettingsStyles--darkTheme .ui-kit-table__headercells{border-bottom:1px solid rgba(105,189,255,.12)}.styles-axesSettingsStyles--darkTheme .ui-kit-table-cell--Engineering .ui-kit-table-cell__content{color:hsla(0,0%,100%,.87)}.styles-axesSettingsStyles--darkTheme.ui-kit-table--material .styles-axesSettingsStyles--otherRow,.styles-axesSettingsStyles--darkTheme.ui-kit-table--material .styles-axesSettingsStyles--otherRow .ui-kit-table-cell{background-color:transparent}.styles-axesSettingsStyles--darkTheme.ui-kit-table--material .styles-axesSettingsStyles--errorRow{background-color:rgba(213,0,0,.26);box-shadow:inset 0 1px 0 0 rgba(238,60,63,.54),inset 0 -1px 0 0 rgba(238,60,63,.54)}.styles-axesSettingsDialog--titleContainer{align-items:center;display:flex}.styles-axesSettingsDialog--titleText{margin-right:20px}.styles-axesSettingsDialog--errorsWrapper{align-items:center;display:flex}.styles-axesSettingsDialog--errorsQuantity{color:#d50000;font-size:15px;line-height:1;margin-left:5px}.styles-axesSettingsDialog--buttonsContainer{display:flex;width:100%}.styles-axesSettingsDialog--resetButton{margin-right:auto}@media print{.styles-tabsStyles--tabs .mdc-tab-bar-holder{display:none}}.styles-groupsViewStyles--placeholderTableHeader{margin-bottom:16px;margin-top:32px}.styles-reportPermissionsView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-reportPermissionsView--emailColumn{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-reportPermissionsView--textfield .mdc-text-field-helptext{color:#d50000}.styles-sharedReportDialogStyles--buttons{display:flex;justify-content:flex-end;width:100%}.styles-sharedReportDialogStyles--text{color:rgba(0,0,0,.87);margin:0 0 35px}.styles-sharedReportDialogStyles--error{margin-top:-17px}.styles-sharedReportDialogStyles--link{display:inline-block;margin-top:5px}.styles-sharedReportDialogStyles--periodContainer{align-items:center;display:flex;justify-content:space-between}.styles-sharedReportDialogStyles--label{color:rgba(0,0,0,.87);flex-shrink:0;font-weight:400;white-space:nowrap}.styles-sharedReportDialogStyles--switchContainer{margin-bottom:20px}.styles-sharedReportDialogStyles--switchContainer .mdc-form-field{width:100%}.styles-sharedReportDialogStyles--switchContainer label{font-weight:400;margin-left:0;padding:0}.styles-sharedReportDialogStyles--select{max-width:230px;width:100%}.styles-sharedReportDialogStyles--select .mdc-select,.styles-sharedReportDialogStyles--select .mdc-select__surface{height:36px}.styles-sharedReportDialogStyles--select .mdc-select__selected-text{font-size:15px;margin-bottom:2px}.styles-sharedReportDialogStyles--darkTheme .styles-sharedReportDialogStyles--label,.styles-sharedReportDialogStyles--darkTheme .styles-sharedReportDialogStyles--text{color:hsla(0,0%,100%,.87)}.styles-reportEntityViewStyles--container{display:block}.styles-reportEntityViewStyles--item{margin-bottom:16px}.styles-reportEntityViewStyles--permissionsWarning{color:#d50000;font-size:12px;line-height:1.3333;margin-bottom:16px;width:100%}.styles-pointPicker--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-pointPicker--dialogHeader{align-items:center;display:flex;justify-content:space-between;padding:24px 24px 0}.styles-pointPicker--dialogHeader .mdc-dialog__header__title{flex-shrink:0}.styles-pointPicker--dialogTitle{flex:1 1;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;margin:0}.styles-pointPicker--yMin{grid-area:ymin}.styles-pointPicker--yMax{grid-area:ymax}.styles-pointPicker--xMin{grid-area:xmin}.styles-pointPicker--xMax{grid-area:xmax}.styles-pointPicker--chart{grid-area:chart}.styles-pointPicker--closeButtonContainer{grid-area:close;justify-self:end}.styles-pointPicker--closeButton{--mdc-theme-primary:$primary-font-color}.styles-pointPicker--container{grid-gap:16px;display:grid;grid-template-areas:"ymax .     .     close" ".    chart chart chart" "ymin chart chart chart" ".    xmin  .     xmax";grid-template-columns:90px 90px auto 90px;grid-template-rows:35px auto 35px 35px}.styles-pointPicker--input .mdc-text-field--box{height:36px;margin:0}.styles-pointPicker--input .mdc-text-field__input{padding:0;text-align:center;width:100%}.styles-pointPicker--darkTheme .styles-pointPicker--closeButton{--mdc-theme-primary:$primary-dark-theme-font-color}.styles-statsDashborad--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-statsDashborad--container.styles-statsDashborad--isInProgress{align-items:center;display:flex;justify-content:center}.styles-statsDashborad--contentContainer{align-items:flex-start;display:flex}.styles-statsDashborad--chartDataContainer{position:relative}.styles-statsDashborad--chartDataContainer .slice{cursor:pointer}.styles-statsDashborad--iconContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.styles-statsDashborad--chartInfo{align-items:center;display:flex;justify-content:flex-end}.styles-statsDashborad--total{font-size:34px;font-weight:300;line-height:1.3235;margin-right:8px}.styles-statsDashborad--chartLabel{color:rgba(0,0,0,.54);font-size:12px;max-width:55px}.styles-statsDashborad--legendContainer{display:flex;flex-direction:column;flex-grow:1;margin-left:24px}.styles-statsDashborad--legend{display:flex;flex-wrap:wrap}.styles-statsDashborad--legendLabel{align-items:center;display:flex;font-size:16px;line-height:21px;margin-bottom:19px;max-height:21px}.styles-statsDashborad--backButton{--mdc-theme-primary:#000;margin-left:-14px;margin-right:8px}.styles-statsDashborad--legendItem{cursor:pointer;margin-bottom:8px;margin-right:25px}.styles-statsDashborad--itemTop{align-items:center;display:flex;margin-bottom:5px}.styles-statsDashborad--dot{border-radius:50%;flex-shrink:0;height:6px;margin-right:8px;width:6px}.styles-statsDashborad--itemLabel{color:rgba(0,0,0,.54);font-size:11px;line-height:15px}.styles-statsDashborad--itemInfo{align-items:flex-start;display:flex}.styles-statsDashborad--quantity{color:rgba(0,0,0,.87);font-size:34px;font-weight:300;line-height:1;margin-right:7px}.styles-statsDashborad--percent{color:rgba(0,0,0,.54);font-size:12px;line-height:16px}.styles-statsDashborad--projectsList{background-color:#f5f5f5;border-radius:3px;padding-top:5px}.styles-statsDashborad--projectName{padding:0 14px!important}.styles-statsDashborad--projectName .styles-simpleItem--listLabel{color:#69bdff;font-size:11px;margin-left:0}.styles-statsDashborad--darkTheme .styles-statsDashborad--chartLabel,.styles-statsDashborad--darkTheme .styles-statsDashborad--itemLabel,.styles-statsDashborad--darkTheme .styles-statsDashborad--percent{color:hsla(0,0%,100%,.38)}.styles-statsDashborad--darkTheme .styles-statsDashborad--quantity{color:hsla(0,0%,100%,.87)}.styles-statsDashborad--darkTheme .styles-statsDashborad--backButton{--mdc-theme-primary:#fff}.styles-statsDashborad--darkTheme .styles-statsDashborad--projectsList{background-color:#122331}.styles-projectsTelemetry--container{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr;padding:20px}@media (max-width:1023px){.styles-projectsTelemetry--container{grid-template-columns:1fr}}.title-component-TitleCardWidget--titleCardContainer{font-size:3rem;line-height:1.3;text-decoration:underline;width:40vw}.category-toggler-CategoryToggler--categorybarContainer{padding:0 1%}.category-toggler-CategoryToggler--bar{align-items:flex-start;background-color:#c1c1c1;display:flex;height:24px;justify-content:space-between;list-style:none;margin:0 auto;padding-left:0}.category-toggler-CategoryToggler--bar .category-toggler-CategoryToggler--item{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;text-align:center}.category-toggler-CategoryToggler--bar .category-toggler-CategoryToggler--item .category-toggler-CategoryToggler--paragraph{margin:5px 0 0}.category-toggler-CategoryToggler--bar .category-toggler-CategoryToggler--item.category-toggler-CategoryToggler--active{transform:scale(1.2)}.category-toggler-CategoryToggler--bar .category-toggler-CategoryToggler--item.category-toggler-CategoryToggler--active .category-toggler-CategoryToggler--paragraph{font-weight:700;position:absolute;top:20px}.category-toggler-CategoryToggler--bar .category-toggler-CategoryToggler--item.category-toggler-CategoryToggler--active .category-toggler-CategoryToggler--barCircle{border:none;opacity:1;position:absolute;top:-2px}.category-toggler-CategoryToggler--barCircle{background-color:#4f4f4f;border:none;border-radius:50%;cursor:pointer;height:24px;opacity:.25;outline:none;width:24px}.styles-errorspage--body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.styles-errorspage--body:before{background-image:var(--thmi-login-blured-background-url);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;position:fixed;top:0;width:100%}.styles-errorspage--body .mdc-button--raised:not(:disabled){--mdc-theme-primary:#2397f4}.styles-errorspage--content{max-width:60%;position:relative;text-align:center;z-index:1}.styles-errorspage--header{color:var(--thmi-error-page-header-color);font-size:156px;font-weight:500;line-height:1.1730769230769231}.styles-errorspage--title{color:#fff;font-size:42px;margin-bottom:16px}.styles-errorspage--description{color:hsla(0,0%,100%,.54);font-size:15px;margin:0 auto 27px;width:300px}.styles-permissionTable--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-permissionTable--permissionTable .ui-kit-table__headercells{top:-30px}.styles-permissionTable--permissionTable .ui-kit-table-cell__content{padding:23px 0}.styles-permissionTable--permissionTable .ui-kit-table-cell{padding-left:20px}.styles-permissionTable--permissionTable .ui-kit-table-cell.ui-kit-table-cell--marker{padding-left:0}.styles-permissionTable--permissionTable .ui-kit-table-cell.ui-kit-table-cell--marker .ui-kit-table-cell__content{height:100%;padding:0}.styles-permissionTable--permissionTable.ui-kit-table--withoutHeight .ui-kit-table__hscrollbar{bottom:-15px}.styles-permissionTable--header{align-items:center;display:flex;justify-content:space-between}.styles-permissionTable--entityIcon{flex-shrink:0;opacity:.54}.styles-permissionTable--deleteIcon:focus{outline:none}.styles-permissionTable--entityName{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-permissionTable--entityName:focus{outline:none}.styles-permissionTable--entityNameContainer{align-items:center;display:flex}.styles-permissionTable--nameWrapper{flex-grow:1;margin-left:14px;overflow:hidden;padding-right:5px}.styles-permissionTable--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-permissionTable--highlighted{background-color:transparent}.styles-permissionTable--noRolesMessage{color:#000;font-size:11px;line-height:1.181818;opacity:.54}.styles-permissionTable--tooltip{height:100%;width:100%}.styles-permissionTable--tooltipAdded{background-color:#1f96f2}.styles-permissionTable--tooltipChanged{background-color:#8fcaf8}.styles-permissionTable--tooltipDeleted{background-color:#a8a8a8}.styles-permissionTable--cellMarker{height:100%;width:100%}.styles-permissionTable--cellMarker:focus{outline:none}.styles-permissionTable--permissionTable.styles-permissionTable--dark .styles-permissionTable--entityIcon{opacity:.7}.styles-permissionTable--permissionTable.styles-permissionTable--dark .mdc-select:not(.mdc-select--disabled) .mdc-select__surface{background-color:transparent}.styles-permissionTable--permissionTable.styles-permissionTable--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.54)}.styles-permissionTable--permissionTable.styles-permissionTable--dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:hsla(0,0%,100%,.54)}.styles-permissionTable--permissionTable.styles-permissionTable--dark .styles-permissionTable--noRolesMessage{color:hsla(0,0%,100%,.54)}.styles-addEntitiesStyles--closeIcon{cursor:pointer}.styles-richPortalListView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-richPortalListView--item{color:rgba(0,0,0,.87);font-size:13px;margin-bottom:4px}.styles-richPortalListView--item .styles-simpleItem--container{padding:6px 18px 6px 24px}.styles-richPortalListView--activeEditor{align-items:center;display:flex}.styles-richPortalListView--switcherItem{color:rgba(0,0,0,.54);cursor:pointer}.styles-richPortalListView--switcherItem:hover,.styles-richPortalListView--switcherItemActive{color:#1f80f2}.styles-richPortalListView--richSearchFilter .mdc-text-field{border:0}.styles-richPortalListView--richListHeader{margin:0 30px}.styles-richPortalListView--richFilteredList{display:flex;flex:1;flex-direction:column;margin:0 -30px}.styles-richPortalListView--richFilteredList .filtered-styles--header{margin-bottom:16px}.styles-richPortalListView--richFilteredList .styles-listView--listViewContent{margin:0 0 0 30px;overflow:visible}.styles-richPortalListView--richFilteredList .styles-list--itemsPane{padding-left:5px}@media only screen and (max-width:1920px){.styles-richPortalListView--richFilteredList .styles-list--itemsPane{padding-right:20%}}@media only screen and (max-width:1060px){.styles-richPortalListView--richFilteredList .styles-list--itemsPane{padding-right:0}}.styles-richPortalListView--listMode .styles-richPortalListView--icon{height:32px;width:32px}.styles-richPortalListView--listMode .styles-richPortalListView--item{margin-bottom:8px}.styles-richPortalListView--gridsMode .styles-list--content{margin-left:-20px;width:100%}.styles-richPortalListView--gridsMode .styles-richPortalListView--icon{height:62px;width:62px}.styles-richPortalListView--gridsMode .styles-richPortalListView--item{box-sizing:border-box;display:inline-block;padding:0 0 20px 20px;vertical-align:middle;width:250px}@media only screen and (max-width:1060px){.styles-richPortalListView--gridsMode .styles-richPortalListView--item{min-width:180px;width:20%}}.styles-richPortalListView--groupLink{color:#1f80f2;cursor:pointer;font-size:15px}.styles-richPortalListView--email,.styles-richPortalListView--groups,.styles-richPortalListView--projects{display:inline-block;font-size:13px;margin-top:4px;max-width:100%}.styles-richPortalListView--emailTooltip,.styles-richPortalListView--groupTooltip{display:inline-block;max-height:17px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-richPortalListView--emailTooltip span,.styles-richPortalListView--groupTooltip span{display:inline-block;white-space:pre}.styles-richPortalListView--emailTooltipItem,.styles-richPortalListView--tooltipItem{color:#fff}.styles-richPortalListView--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-richPortalListView--highlighted{background-color:transparent}.styles-RestoreTagsHistoryView--parentClassName{display:flex;flex-direction:column;flex-grow:1;margin-bottom:0!important}.styles-RestoreTagsHistoryView--confirmDialog{z-index:10000}:root{--thmi-login-background-url:none;--thmi-login-blured-background-url:none;--thmi-error-page-header-color:inherit;--thmi-release-notes-header-background-url:none}.january{--thmi-login-background-url:url(/images/loginbgfca17ee5cb20c485cdf139295ec5a170.jpg);--thmi-login-blured-background-url:url(/images/loginbgblura0192b63793c9a3f80154f69a11cdc9f.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header4a9c421f98c650e618cc9716d59dae3a.svg);--thmi-error-page-header-color:#81a0c6}.february{--thmi-login-background-url:url(/images/loginbgd6b911926ef84f1701ff72db39511585.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur2a87cb20d89a5d573f90e90ae8897bce.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header36f1a7b103530f33fbaff0e891a36fa4.svg);--thmi-error-page-header-color:#dfb6aa}.march{--thmi-login-background-url:url(/images/loginbg72fa1453bc6709030ed871b9437701f1.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur87b03da4eb6abb414df4bd6ae5f8f6be.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_headerce3160ec5c6c2ca9dc846068031fefb9.svg);--thmi-error-page-header-color:#d1caa5}.april{--thmi-login-background-url:url(/images/loginbg87b10b7ab7047ffa81bbde43c1779c65.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur304b8c8897ef7518c6d04783bde24541.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_headerb1c4592feb2fed36314101cb8c280112.svg);--thmi-error-page-header-color:#366d38}.may{--thmi-login-background-url:url(/images/loginbg00dee36bd5d20574db2e7964c42e35cc.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur74e7ba35e954f31d08e04970d3e45376.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header8b9df5024fdb4e018c8624128c43db20.svg);--thmi-error-page-header-color:#cca7a8}.june{--thmi-login-background-url:url(/images/loginbg2ce5dd3adec81e35f6aa819f99684fff.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur41e3f0e84a3262602baa23464f7413f7.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header886c3af61d714a39a8a05f289d470bc9.svg);--thmi-error-page-header-color:#566406}.july{--thmi-login-background-url:url(/images/loginbg703e7f573fcda743c8abedb774eab2fd.jpg);--thmi-login-blured-background-url:url(/images/loginbgblure0ad2b8bdb4c58839e4c7173830a33b9.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_headerbdacfb40e25e18a33cd0f811b37f5c20.svg);--thmi-error-page-header-color:#c3c1c2}.august{--thmi-login-background-url:url(/images/loginbg5a528d8bd44f014863750cb2fd9149d7.jpg);--thmi-login-blured-background-url:url(/images/loginbgblurde0b43c014e2b031d7e52d1079b07109.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header0432fc5da3633ef79e8e2987d8a197f3.svg);--thmi-error-page-header-color:#be8944}.september{--thmi-login-background-url:url(/images/loginbgb6a5d691b87fe865c74d1d81ca9233c7.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur6d97cfb6f3a93ac3bd2c7b375a10b1c6.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header1680f3c8719ad826164d2fde1f80fa07.svg);--thmi-error-page-header-color:#ccad7b}.october{--thmi-login-background-url:url(/images/loginbg4f91de1f0fade14474290e91846962bd.jpg);--thmi-login-blured-background-url:url(/images/loginbgblurceb367531326ec7668beae336e0a5640.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_header422ab66cdf2aff555ccfd251dc11d875.svg);--thmi-error-page-header-color:#f07049}.november{--thmi-login-background-url:url(/images/loginbg44e82565274d3bf0ec10e1da3f8ba540.jpg);--thmi-login-blured-background-url:url(/images/loginbgblur487cd10cb61bf8d34fb7c773d58a26f3.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_headerfb3eca023be079ed1113b6df804ee47b.svg);--thmi-error-page-header-color:#819d98}.december{--thmi-login-background-url:url(/images/loginbg3464e5c53ea51e9bc294c8907ac63857.jpg);--thmi-login-blured-background-url:url(/images/loginbgblurac77fec03af10ad3f8b2cf77ee69bafe.jpg);--thmi-release-notes-header-background-url:url(/images/release_notes_headerbcd16a76325b72fc345b1bc15a945ed2.svg);--thmi-error-page-header-color:#d1e2fb}* ::-webkit-scrollbar{height:6px;width:6px}* ::-webkit-scrollbar-corner{display:none}* ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.26)}.styles-historyRestorationTableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-10095408626f97cfc9a7772cf02570befe1.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-100407d176da0671400977dff7762981abc.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-100italic3f625cc6dcd2630a3c21a2133731f835.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-100italic49228fbe77cc6afbfacee438bd7b2a5e.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-3009cbd22e92af37d4a2d63d3b5cc0ac99b.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-300cf60b976c84588920ffb4ff6e616100b.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-300italic4f8732545b514f6f9ff379fc54cb7cf1.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-300italicf6d8776be76d52cbe96e82be48c390b1.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-regularc7302514f88d5197f341995e61917634.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-regular51b6353852027c1f8a99d6346db66d57.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-italice92555f6196b62fdd6283741aef405fc.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-italic0de4b0c0fac109268af8a996e0c1c11c.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-500c06aba693d2d057795f00b250d855af9.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-500c29ec4dadb747cdeede0c6ab94196283.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-500italic35041e6cf84f31fcf827d9428fea9408.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-500italicab4a754cb3c6739f6b4f80c602422c7e.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-700e2621c6da5251a34a3383cd552d07702.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-700bf610b14acbe6d224cfaf12858813a52.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-700italic6de03367337c1f9f491fb5d0ef853ee1.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-700italic2f65ff6fc8c2755748f282ff642e04a7.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-900italiceac13f3042fbce917a41489eb66f1a7d.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-900italic73e33f6529da203a95ac068d7095caab.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(""),url(/fonts/roboto-v27-latin_cyrillic-ext-90015fa71c3e79210bf1741aa611575d4d2.woff2) format("woff2"),url(/fonts/roboto-v27-latin_cyrillic-ext-90086ceebf5fea3087925b950048ebf2c9d.woff) format("woff")}body,html{color:rgba(38,44,52,.87);height:100%;margin:0;position:relative}body{overflow:hidden!important}body.dragging *,body.ew-resizing *{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.ew-resizing *{cursor:ew-resize}.monaco-aria-container{top:0}a{color:#1f80f2;text-decoration:none}pre{font-family:Roboto,sans-serif;margin:0;white-space:pre-line}#root{height:100%;position:relative}.styles-historyRestorationTableStyles--root{height:100%;left:0;position:absolute;top:0;width:100%}.styles-historyRestorationTableStyles--application,.styles-historyRestorationTableStyles--window,.styles-historyRestorationTableStyles--windowContent{height:100%;position:relative}.styles-historyRestorationTableStyles--page{height:100%;overflow:hidden;position:relative}.mdc-toolbar-fixed-adjust{flex:0 0 64px}.tether-element{z-index:10000}.tether-target{display:inline-block}#mainPreloader{filter:blur(0);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:100}#mainPreloader svg{height:100%;width:100%}.mdc-theme--dark{background-color:#212121}.iScrollLoneScrollbar{z-index:10!important}.iScrollLoneScrollbar .iScrollIndicator{background-color:rgba(0,0,0,.26)!important;border:0!important;border-radius:0!important}.iScrollHorizontalScrollbar .iScrollIndicator{height:6px!important}.iScrollVerticalScrollbar .iScrollIndicator{width:6px!important}.styles-historyRestorationTableStyles--confirmDialog{z-index:-1}.styles-historyRestorationTableStyles--confirmDialog.mdc-dialog--open{z-index:10002}.styles-historyRestorationTableStyles--tfaConfirmDialog{z-index:-1}.styles-historyRestorationTableStyles--tfaConfirmDialog.mdc-dialog--open{z-index:10001}input::-webkit-input-placeholder{color:rgba(0,0,0,.87)}.mdc-theme--dark input::-webkit-input-placeholder{color:hsla(0,0%,100%,.87)}input:-moz-placeholder{color:rgba(0,0,0,.87)}.mdc-theme--dark input:-moz-placeholder{color:hsla(0,0%,100%,.87)}.ui-kit-list--withoutHeight .ui-kit-list__hscrollbar,.ui-kit-list--withoutHeight .ui-kit-table__hscrollbar,.ui-kit-list--withoutHeight .ui-kit-tree-table__hscrollbar,.ui-kit-list--withoutHeight .ui-kit-tree__hscrollbar,.ui-kit-table--withoutHeight .ui-kit-list__hscrollbar,.ui-kit-table--withoutHeight .ui-kit-table__hscrollbar,.ui-kit-table--withoutHeight .ui-kit-tree-table__hscrollbar,.ui-kit-table--withoutHeight .ui-kit-tree__hscrollbar,.ui-kit-tree--withoutHeight .ui-kit-list__hscrollbar,.ui-kit-tree--withoutHeight .ui-kit-table__hscrollbar,.ui-kit-tree--withoutHeight .ui-kit-tree-table__hscrollbar,.ui-kit-tree--withoutHeight .ui-kit-tree__hscrollbar,.ui-kit-tree-table--withoutHeight .ui-kit-list__hscrollbar,.ui-kit-tree-table--withoutHeight .ui-kit-table__hscrollbar,.ui-kit-tree-table--withoutHeight .ui-kit-tree-table__hscrollbar,.ui-kit-tree-table--withoutHeight .ui-kit-tree__hscrollbar{bottom:-30px;position:sticky}.ui-kit-list--withoutHeight .ui-kit-list__headercells,.ui-kit-list--withoutHeight .ui-kit-table__headercells,.ui-kit-list--withoutHeight .ui-kit-tree-table__headercells,.ui-kit-list--withoutHeight .ui-kit-tree__headercells,.ui-kit-table--withoutHeight .ui-kit-list__headercells,.ui-kit-table--withoutHeight .ui-kit-table__headercells,.ui-kit-table--withoutHeight .ui-kit-tree-table__headercells,.ui-kit-table--withoutHeight .ui-kit-tree__headercells,.ui-kit-tree--withoutHeight .ui-kit-list__headercells,.ui-kit-tree--withoutHeight .ui-kit-table__headercells,.ui-kit-tree--withoutHeight .ui-kit-tree-table__headercells,.ui-kit-tree--withoutHeight .ui-kit-tree__headercells,.ui-kit-tree-table--withoutHeight .ui-kit-list__headercells,.ui-kit-tree-table--withoutHeight .ui-kit-table__headercells,.ui-kit-tree-table--withoutHeight .ui-kit-tree-table__headercells,.ui-kit-tree-table--withoutHeight .ui-kit-tree__headercells{background-color:#fff;position:sticky;top:auto;z-index:2}.mdc-theme--dark .ui-kit-list__headercells,.mdc-theme--dark .ui-kit-table__headercells,.mdc-theme--dark .ui-kit-tree-table__headercells,.mdc-theme--dark .ui-kit-tree__headercells{background-color:#212121}.styles-historyRestorationTableStyles--headerLeftContentLayout{flex:0 0 auto;margin-right:10px;z-index:9990}.styles-historyRestorationTableStyles--headerCenterContentLayout{flex-grow:1;max-width:600px}.styles-historyRestorationTableStyles--headerRightContentLayout{flex:0 0 auto}.styles-historyRestorationTableStyles--leftContent{background-color:#fff;flex-grow:1;overflow:hidden}.styles-historyRestorationTableStyles--drawer{border-right:0;flex-grow:1;width:100%}.styles-historyRestorationTableStyles--logoContainer{display:flex}.styles-historyRestorationTableStyles--version{display:inline-block;font-size:10px;overflow:hidden;padding-left:3px;text-overflow:ellipsis}@media only screen and (max-width:680px){.styles-historyRestorationTableStyles--version{font-size:8px}}.styles-historyRestorationTableStyles--header{background-color:#000;box-shadow:none;color:#fff;z-index:9990}.styles-historyRestorationTableStyles--header .mdc-button,.styles-historyRestorationTableStyles--header .mdc-text-field__input{color:#fff}.styles-historyRestorationTableStyles--header .mdc-text-field__input{z-index:21}@media print{.styles-historyRestorationTableStyles--header{display:none}}.styles-historyRestorationTableStyles--headerCenterContentLayout{align-items:center;display:flex;justify-content:center}.styles-historyRestorationTableStyles--headerLeftContent,.styles-historyRestorationTableStyles--headerRightContent{align-items:center;display:flex;justify-content:space-between;position:relative}.styles-historyRestorationTableStyles--headerRightContent a{color:#fff}.styles-historyRestorationTableStyles--menuButton{margin-right:16px}@media only screen and (max-width:680px){.styles-historyRestorationTableStyles--menuButton{margin-right:8px}}.styles-historyRestorationTableStyles--helpIconWrapper{align-items:center;background-color:hsla(0,0%,100%,.2);border-radius:3px;display:flex;height:50px;justify-content:center;margin-right:16px;width:50px}.styles-historyRestorationTableStyles--helpIcon,.styles-historyRestorationTableStyles--tableWrapper .styles-historyRestorationTableStyles--buttonWrapper .styles-historyRestorationTableStyles--tooltipIcon{color:#1f80f2;color:var(--mdc-theme-primary)}.mdc-theme--dark{color:hsla(0,0%,100%,.87)}.mdc-theme--dark .helpIconWrapper{background-color:#223d52}.styles-historyRestorationTableStyles--tableWrapper{grid-gap:8px;display:grid;gap:8px;grid-template-columns:3fr 1fr;height:100%;justify-content:space-between;padding-bottom:8px;padding-top:8px;width:100%;z-index:-1}.styles-historyRestorationTableStyles--tableWrapper .styles-historyRestorationTableStyles--timePicker{z-index:0}.styles-historyRestorationTableStyles--tableWrapper .styles-historyRestorationTableStyles--calendarWrapper{grid-gap:8px;align-items:center;display:flex;flex-direction:column;gap:8px}@media (max-width:680px){.styles-historyRestorationTableStyles--tableWrapper{grid-template-columns:1fr 1fr}}@media (max-width:400px){.styles-historyRestorationTableStyles--tableWrapper{grid-template-columns:auto auto}}.styles-historyRestorationTableStyles--tableWrapper .styles-historyRestorationTableStyles--tableControls{grid-gap:.5rem;display:flex;gap:.5rem;justify-content:flex-end;margin-right:5px;margin-top:.5rem}.styles-historyRestorationTableStyles--tableWrapper .styles-historyRestorationTableStyles--buttonWrapper{position:relative}.styles-historyRestorationTableStyles--tableWrapper .styles-historyRestorationTableStyles--buttonWrapper .styles-historyRestorationTableStyles--tooltipIcon{left:110%;position:absolute;top:20%}.styles-ConnectedMassTagsEditingView--parentClassName{display:flex;flex-direction:column;flex-grow:1;margin-bottom:0!important}.styles-massTagsEdit--tagIcon{margin-right:10px}.styles-massTagsEdit--container{display:flex;flex-grow:1;max-width:100%}.styles-dropdownSelectStyles--list{background-color:#fff;border-radius:2px;box-shadow:0 0 8px 0 rgba(0,0,0,.12),0 8px 8px 0 rgba(0,0,0,.24);margin-top:8px}.styles-dropdownSelectStyles--list .ui-kit-list-row__main{width:100%}.styles-dropdownSelectStyles--list .ui-kit-list-cell{min-width:100%}.styles-dropdownSelectStyles--list .base-styles--searchTextfield{margin-top:0}.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field{border-bottom:1px solid rgba(0,0,0,.1);height:57px}.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field .mdc-text-field__icon{opacity:.54}.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field .mdc-text-field__input{font-size:15px}.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field .mdc-text-field__input::-moz-placeholder{color:rgba(38,44,51,.38);font-size:15px;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis}.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field .mdc-text-field__input::placeholder{color:rgba(38,44,51,.38);font-size:15px;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis}.styles-dropdownSelectStyles--list .base-styles--label{color:rgba(0,0,0,.38);font-size:12px;font-weight:500;height:36px;line-height:36px;padding:0 18px}.styles-dropdownSelectStyles--listItem{display:flex}.styles-dropdownSelectStyles--listItem .mdc-form-field{align-items:center;display:flex;padding:0 8px;width:100%}.styles-dropdownSelectStyles--listItem .mdc-form-field label{flex-grow:1}.styles-dropdownSelectStyles--darkTheme.styles-dropdownSelectStyles--list{background-color:#254157;box-shadow:0 0 8px 0 rgba(0,0,0,.12),0 8px 8px 0 rgba(0,0,0,.24)}.styles-dropdownSelectStyles--darkTheme.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field .mdc-text-field__input::-moz-placeholder{color:hsla(0,0%,100%,.38)}.styles-dropdownSelectStyles--darkTheme.styles-dropdownSelectStyles--list .inputs-searchInputStyles--input .mdc-text-field .mdc-text-field__input::placeholder{color:hsla(0,0%,100%,.38)}.styles-dropdownSelectStyles--darkTheme.styles-dropdownSelectStyles--list .base-styles--label{color:hsla(0,0%,100%,.38)}.styles-textfieldStyles--container{display:flex;max-width:100%}.styles-textfieldStyles--container .mdc-text-field{padding-right:30px}.styles-textfieldStyles--container .mdc-text-field--fullwidth:not(.mdc-text-field--textarea){border-top-left-radius:0;border-top-right-radius:0;height:23px}.styles-textfieldStyles--container .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{font-size:15px;letter-spacing:normal}.styles-textfieldStyles--textfieldContainer{position:relative;width:100%}.styles-textfieldStyles--closeButton{cursor:pointer;opacity:.87;position:absolute;right:0;top:3px}.styles-textfieldStyles--value{display:inline-block;font-size:15px;height:21px;letter-spacing:normal;max-width:100%;overflow:hidden;padding-top:2px;text-overflow:ellipsis;white-space:nowrap}.styles-selectfieldStyles--container.mdc-select{background-position:100%;border-radius:0;height:23px}.styles-selectfieldStyles--container .mdc-select__surface{border-radius:0;height:23px;padding-left:0}.styles-selectfieldStyles--container .mdc-select__selected-text{font-size:15px;letter-spacing:normal;line-height:1.2;margin-bottom:3px}.styles-selectfieldStyles--value{padding-bottom:3px;padding-top:2px}.styles-massEditTableStyles--container{display:flex;flex-direction:column}.styles-massEditTableStyles--outsideClick{display:flex;flex-direction:column;flex-grow:1}.styles-massEditTableStyles--marker{bottom:0;left:0;position:absolute;right:0;top:0}.styles-massEditTableStyles--header{display:flex;flex-wrap:wrap}.styles-massEditTableStyles--titleContainer{align-items:center;display:flex;flex-grow:1}.styles-massEditTableStyles--headerErrorIconContainer{align-items:center;display:flex;margin-left:15px}.styles-massEditTableStyles--tableErrorsAmount{color:#d50000;font-size:15px;line-height:12px;margin-left:5px}.styles-massEditTableStyles--errorsList{background-color:rgba(213,0,0,.12);box-shadow:inset 0 1px 0 0 rgba(238,60,63,.54),inset 0 -1px 0 0 rgba(238,60,63,.54);list-style-type:none;margin:20px -20px 0;padding:12px 20px;width:100%}.styles-massEditTableStyles--errorItem{color:#eb3437;font-size:15px;line-height:1.2}.styles-massEditTableStyles--markerHasChanges{background-color:#8fcaf8}.styles-massEditTableStyles--markerHasErrors{background-color:#d50000}.styles-massEditTableStyles--lockContainer{align-self:center;position:relative}.styles-massEditTableStyles--lockIcon{left:-17px;opacity:.54;position:absolute;top:50%;transform:translateY(-50%)}.styles-massEditTableStyles--cell{max-width:100%;width:100%}.styles-massEditTableStyles--table{box-sizing:border-box}.styles-massEditTableStyles--table .styles-massEditTableStyles--cellWithError{background:rgba(213,0,0,.12);color:#eb3437}.styles-massEditTableStyles--table .styles-massEditTableStyles--cellWithError:after,.styles-massEditTableStyles--table .styles-massEditTableStyles--cellWithError:before{background-color:rgba(238,60,63,.54);content:"";height:1px;left:0;position:absolute;width:100%}.styles-massEditTableStyles--table .styles-massEditTableStyles--cellWithError:before{top:-1px}.styles-massEditTableStyles--table .styles-massEditTableStyles--cellWithError:after{bottom:-1px}.styles-massEditTableStyles--table .ui-kit-table-row__main__content{align-items:stretch}.styles-massEditTableStyles--table .ui-kit-table-cell__content{display:flex;height:100%;padding-bottom:11.5px;padding-top:11.5px}.styles-massEditTableStyles--table .ui-kit-table__header{padding-bottom:0}.styles-massEditTableStyles--table .ui-kit-table-cell--select .ui-kit-table-cell__content,.styles-massEditTableStyles--table .ui-kit-table-headcell--select .ui-kit-table-headcell__content{align-items:center;display:flex;justify-content:center;padding:3.5px 0}.styles-massEditTableStyles--table .ui-kit-table__headerleft{width:100%}.styles-massEditTableStyles--table .ui-kit-table-row.styles-massEditTableStyles--filterRow,.styles-massEditTableStyles--table .ui-kit-table-row.styles-massEditTableStyles--filterRow .ui-kit-table-cell__content{background-color:rgba(0,0,0,.1)}.styles-massEditTableStyles--table .ui-kit-table-row.styles-massEditTableStyles--filterRow .ui-kit-table-cell--marker .ui-kit-table-cell__content{background:none}.styles-massEditTableStyles--table .ui-kit-table-row.styles-massEditTableStyles--filterRow .ui-kit-table-cell--marker{background-color:rgba(0,0,0,.01)}.styles-massEditTableStyles--contentHead{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.styles-massEditTableStyles--contentHeadLabel{color:rgba(38,44,51,.87);flex-grow:1;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-massEditTableStyles--contentHeadLabel:focus{outline:none}.styles-massEditTableStyles--tableButtons{display:flex;margin-left:auto}.styles-massEditTableStyles--sortArrow{color:#000;transform:rotate(0deg);transition:transform .2s ease}.styles-massEditTableStyles--sortArrowDescending{transform:rotate(180deg)}.styles-massEditTableStyles--columnsSettingsButtons{--mdc-theme-primary:#000;opacity:.54}.styles-massEditTableStyles--withFilterRow{--mdc-theme-primary:#1f96f2;opacity:1}.styles-massEditTableStyles--darkTheme .styles-massEditTableStyles--table{box-sizing:border-box}.styles-massEditTableStyles--darkTheme .styles-massEditTableStyles--table .styles-massEditTableStyles--cellWithError{background-color:rgba(213,0,0,.12);color:#eb3437}.styles-massEditTableStyles--darkTheme .styles-massEditTableStyles--columnsSettingsButtons,.styles-massEditTableStyles--darkTheme .styles-massEditTableStyles--sortArrow{color:#fff}.styles-massEditTableStyles--darkTheme .styles-massEditTableStyles--contentHeadLabel{color:hsla(0,0%,100%,.7)}.styles-wizardChooserStyles--container{align-items:center;display:flex}.styles-wizardChooserStyles--containerMultiple{align-items:flex-start}.styles-wizardChooserStyles--valuesContainerMultiple{display:flex;flex-direction:column}.styles-wizardChooserStyles--valuesContainer{display:flex;flex-grow:1;flex-shrink:1;overflow:hidden}.styles-wizardChooserStyles--valueContainer{align-items:center;display:flex;flex-grow:1;max-width:100%}.styles-wizardChooserStyles--icon{opacity:.72}.styles-wizardChooserStyles--icon:focus{outline:none}.styles-wizardChooserStyles--label{flex-grow:1;flex-shrink:1;overflow:hidden;padding-right:20px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles-wizardChooserStyles--label span:focus{outline:none}.styles-massExpressionsDialog--placeholder{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.styles-massExpressionsDialog--editor{margin-top:-32px}.styles-expressions--view{visibility:visible}.styles-namesSubview--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-namesSubview--edit{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-namesSubview--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;white-space:nowrap}.mdc-theme--dark .styles-namesSubview--name{color:#fff}.styles-namesSubview--customName{color:rgba(0,0,0,.54);display:inline-block;font-family:Roboto,sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:28px;padding-left:8px}.mdc-theme--dark .styles-namesSubview--customName{color:hsla(0,0%,100%,.7)}.styles-localizedTextAreaEntityItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-localizedTextAreaEntityItem--container{font-size:16px;line-height:24px;margin-bottom:6px;margin-top:10px}.styles-localizedTextAreaEntityItem--editContainer{position:relative}.styles-localizedTextAreaEntityItem--dialogButton{--mdc-theme-primary:#777;position:absolute;right:0;top:0}.styles-localizedTextAreaEntityItem--readContainer{align-items:center;align-items:flex-start;display:flex;font-size:14px;line-height:16px;margin-top:1em}.styles-localizedTextAreaEntityItem--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-localizedTextAreaEntityItem--label{color:hsla(0,0%,100%,.54)}.styles-localizedTextAreaEntityItem--value{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-localizedTextAreaEntityItem--value{color:hsla(0,0%,100%,.87)}.styles-localizedTextAreaEntityItem--darkTheme{position:relative}.styles-localizedTextAreaEntityItem--tableView{margin:0 -24px -10px;max-height:80vh}.styles-localizedTextAreaEntityItem--tableHeader{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-size:20px;font-weight:500;letter-spacing:0;line-height:28px;margin-left:-13px;white-space:nowrap}.mdc-theme--dark .styles-localizedTextAreaEntityItem--tableHeader{color:#fff}.styles-localizedTextAreaEntityItem--columnHead{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-localizedTextAreaEntityItem--columnHead{color:hsla(0,0%,100%,.54)}.styles-localizedTextAreaEntityItem--localeLabel{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-localizedTextAreaEntityItem--localeLabel{color:hsla(0,0%,100%,.54)}.styles-localizedTextAreaEntityItem--text{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-localizedTextAreaEntityItem--text{color:hsla(0,0%,100%,.87)}.styles-localizedTextAreaEntityItem--textEditing{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:24px}.mdc-theme--dark .styles-localizedTextAreaEntityItem--textEditing{color:hsla(0,0%,100%,.87)}.styles-generalTagDataStyles--typeAndEditorPage{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-generalTagDataStyles--typeAndEditorPageRead{margin:24px 0}.styles-generalTagDataStyles--description{margin-top:16px}.styles-tagHistorySettingsView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-tagHistorySettingsView--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-tagHistorySettingsView--readContainer{align-items:center;display:flex}.styles-tagHistorySettingsView--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-tagHistorySettingsView--readlabel{color:hsla(0,0%,100%,.54)}.styles-tagHistorySettingsView--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-tagHistorySettingsView--readValue{color:hsla(0,0%,100%,.87)}.styles-tagHistorySettingsView--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-tagHistorySettingsView--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-tagHistorySettingsView--typeAndEditorPage>*{margin:0!important}.styles-tagHistorySettingsView--tagValue{margin-left:16px}.styles-tagHistorySettingsView--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-tagHistorySettingsView--name{color:#fff}.styles-tagHistorySettingsView--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-tagHistorySettingsView--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-tagHistorySettingsView--inputsContainer{grid-gap:16px;display:grid;grid-template-columns:repeat(2,minmax(200px,.5fr))}.styles-tagHistorySettingsView--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-tagHistorySettingsView--title{color:#fff}.styles-tagHistorySettingsView--sectionInnerItems{display:grid;grid-template-columns:minmax(200px,.5fr)}.styles-tagHistorySettingsView--switchTagsGrid{grid-gap:16px;display:grid;grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.styles-tagHistorySettingsView--switchTagsLayout{grid-gap:16px;display:grid;grid-auto-flow:row}.styles-tagHistorySettingsView--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-tagHistorySettingsView--item{color:hsla(0,0%,100%,.87)}.styles-tagHistorySettingsView--item:first-child{margin-top:0}.styles-tagHistorySettingsView--item:last-of-type{margin-bottom:0}.styles-tagHistorySettingsView--cleanupSection{margin-top:10px}.styles-tagHistorySettingsView--deleteFromCloudItem{margin-top:20px}.styles-configRecalculateDialogStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-configRecalculateDialogStyles--container{grid-gap:16px;display:grid}.styles-configRecalculateDialogStyles--rangePicker .mdc-date-time-picker{display:block;flex-grow:1}.styles-configRecalculateDialogStyles--buttonsContainer{display:flex;justify-content:flex-end;width:100%}.styles-configRecalculateDialogStyles--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-configRecalculateDialogStyles--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-recalculateProgressDialogStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-recalculateProgressDialogStyles--header{font-size:15px;font-weight:400;margin-bottom:16px;margin-top:0}.styles-recalculateProgressDialogStyles--buttonsContainer{align-items:flex-end;display:flex}.styles-recalculateProgressDialogStyles--progressBar{height:12px}.styles-recalculateProgressDialogStyles--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.54)}.mdc-theme--dark .styles-recalculateProgressDialogStyles--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.54)}.styles-possibleValuesStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-possibleValuesStyles--container{position:relative}.styles-possibleValuesStyles--helpText{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;font-size:14px;letter-spacing:0;line-height:19px;margin-right:12px;position:absolute;top:-18px;white-space:nowrap}.mdc-theme--dark .styles-possibleValuesStyles--helpText{color:hsla(0,0%,100%,.54)}.styles-listSubView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-listSubView--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-listSubView--readContainer{align-items:center;display:flex}.styles-listSubView--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-listSubView--readlabel{color:hsla(0,0%,100%,.54)}.styles-listSubView--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-listSubView--readValue{color:hsla(0,0%,100%,.87)}.styles-listSubView--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-listSubView--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-listSubView--typeAndEditorPage>*{margin:0!important}.styles-listSubView--tagValue{margin-left:16px}.styles-listSubView--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-listSubView--name{color:#fff}.styles-listSubView--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-listSubView--title{color:#fff}.styles-listSubView--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-listSubView--item{color:hsla(0,0%,100%,.87)}.styles-listSubView--item:first-child{margin-top:0}.styles-listSubView--item:last-of-type{margin-bottom:0}.styles-listSubView--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-listSubView--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-listSubView--container{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-listSubView--container>*{margin:0!important}.styles-listSubView--inputContainer{grid-gap:16px;display:grid;grid-template-columns:repeat(2,minmax(160px,1fr))}.styles-listSubView--selectContainer{align-items:center;display:flex}.styles-listSubView--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-listSubView--label{color:hsla(0,0%,100%,.54)}.styles-listSubView--value{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-listSubView--value{color:hsla(0,0%,100%,.87)}.styles-listSubView--dynamicRangeLimits{display:flex;flex-direction:column}.styles-dymanicRangeLimitStyles--container{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.styles-generalTagsSettingsView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-generalTagsSettingsView--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-generalTagsSettingsView--readContainer{align-items:center;display:flex}.styles-generalTagsSettingsView--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-generalTagsSettingsView--readlabel{color:hsla(0,0%,100%,.54)}.styles-generalTagsSettingsView--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-generalTagsSettingsView--readValue{color:hsla(0,0%,100%,.87)}.styles-generalTagsSettingsView--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-generalTagsSettingsView--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-generalTagsSettingsView--typeAndEditorPage>*{margin:0!important}.styles-generalTagsSettingsView--tagValue{margin-left:16px}.styles-generalTagsSettingsView--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-generalTagsSettingsView--name{color:#fff}.styles-generalTagsSettingsView--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-generalTagsSettingsView--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-generalTagsSettingsView--sectionsContainer{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-generalTagsSettingsView--sectionsContainer>*{margin:0!important}.styles-generalTagsSettingsView--inputsContainer{grid-gap:16px;display:grid;grid-template-columns:repeat(2,minmax(160px,1fr))}.styles-generalTagsSettingsView--commonContainer{margin-top:16px}.styles-generalTagsSettingsView--converterInput{margin-bottom:16px}.styles-generalTagsSettingsView--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-generalTagsSettingsView--title{color:#fff}.styles-generalTagsSettingsView--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-generalTagsSettingsView--item{color:hsla(0,0%,100%,.87)}.styles-generalTagsSettingsView--item:first-child{margin-top:0}.styles-generalTagsSettingsView--item:last-of-type{margin-bottom:0}.styles-generalTagsSettingsView--possibleValues{margin-bottom:10px;margin-top:10px}.styles-periodInputItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-periodInputItem--container .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{max-width:95%}.styles-periodInputItem--container .mdc-text-field__input{padding-top:20px!important}.styles-periodInputItem--periodLabel{padding-right:5px}.styles-periodInputItem--readContainer{align-items:center;display:flex;font-size:14px;line-height:16px}.styles-periodInputItem--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-periodInputItem--label,.styles-periodInputItem--darkTheme .styles-periodInputItem--label{color:hsla(0,0%,100%,.54)}.styles-accumulatorViewStyles--timeUnitAndWritable{grid-gap:20px;display:grid}.styles-accumulatorViewStyles--accessMode{margin-top:20px}.styles-vectorView--accessMode .mdc-form-field{margin-left:-11px}.styles-alarmMetadataView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-alarmMetadataView--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-alarmMetadataView--readContainer{align-items:center;display:flex}.styles-alarmMetadataView--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-alarmMetadataView--readlabel{color:hsla(0,0%,100%,.54)}.styles-alarmMetadataView--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-alarmMetadataView--readValue{color:hsla(0,0%,100%,.87)}.styles-alarmMetadataView--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-alarmMetadataView--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-alarmMetadataView--typeAndEditorPage>*{margin:0!important}.styles-alarmMetadataView--tagValue{margin-left:16px}.styles-alarmMetadataView--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-alarmMetadataView--name{color:#fff}.styles-alarmMetadataView--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-alarmMetadataView--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-alarmMetadataView--item{color:hsla(0,0%,100%,.87)}.styles-alarmMetadataView--item:first-child{margin-top:0}.styles-alarmMetadataView--item:last-of-type{margin-bottom:0}.styles-alarmMetadataView--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-alarmMetadataView--title{color:#fff}.styles-alarmMetadataView--title:not(:first-child){margin-top:32px}.styles-alarmMetadataView--titleBlock{align-items:center;display:flex;justify-content:flex-start;margin:0 0 20px}.styles-alarmMetadataView--titleBlock .styles-alarmMetadataView--title{margin:0 10px 0 0}.styles-alarmMetadataView--subTitle{font-size:15px;font-weight:400;margin:0 0 5px}.styles-alarmMetadataView--hoursIntervals{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-alarmMetadataView--hoursIntervals>*{margin:0!important}.styles-alarmMetadataView--editableCheckboxItem{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-left:-11px;margin-top:10px}.mdc-theme--dark .styles-alarmMetadataView--editableCheckboxItem{color:hsla(0,0%,100%,.87)}.styles-alarmMetadataView--editableCheckboxItem:first-child{margin-top:0}.styles-alarmMetadataView--editableCheckboxItem:last-of-type{margin-bottom:0}.styles-alarmMetadataView--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-bitCondition--container{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-conditionOperatorEntityViewStyles--container{display:flex}.styles-conditionOperatorEntityViewStyles--label{align-self:center;font-size:15px;line-height:1.3333}.styles-conditionOperatorEntityViewStyles--button{align-items:center;background-color:rgba(0,0,0,.06);cursor:pointer;display:flex;font-size:14px;height:36px;justify-content:center;letter-spacing:0;line-height:1.5714;padding-left:16px;padding-right:16px}.styles-conditionOperatorEntityViewStyles--all{border-bottom-left-radius:3px;border-top-left-radius:3px}.styles-conditionOperatorEntityViewStyles--any{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-left:1px;margin-right:12px}.styles-conditionOperatorEntityViewStyles--active{background-color:#1f96f2;color:hsla(0,0%,100%,.87);cursor:default}.styles-conditionOperatorEntityViewStyles--darkTheme .styles-conditionOperatorEntityViewStyles--button{background-color:#213a4d}.styles-conditionOperatorEntityViewStyles--darkTheme .styles-conditionOperatorEntityViewStyles--active{background-color:#1f96f2}.styles-conditionsEntityVeiwStyles--gap{margin-left:4px;margin-right:4px}.styles-conditionsEntityVeiwStyles--condition{grid-gap:16px;background-color:rgba(0,0,0,.03);display:grid;grid-auto-columns:minmax(0,auto);grid-template-columns:2fr 2fr 1fr 1fr 1fr;margin-bottom:4px;padding:12px 58px 12px 12px;position:relative}@media (max-width:1000px){.styles-conditionsEntityVeiwStyles--condition{display:flex;flex-direction:column}}.styles-conditionsEntityVeiwStyles--condition:last-child{margin-bottom:0}.styles-conditionsEntityVeiwStyles--compareTagProjectName,.styles-conditionsEntityVeiwStyles--range2dTagProjectName{grid-column:2/span 1}.styles-conditionsEntityVeiwStyles--bitIndex{grid-column:3/span 2}.styles-conditionsEntityVeiwStyles--rowPolygonPoints{grid-column-end:6;grid-column-start:1;grid-row-start:3}.styles-conditionsEntityVeiwStyles--deleteIcon:not(:disabled){color:#96a0a8;position:absolute;right:12px;top:12px}.styles-conditionsEntityVeiwStyles--conditionRead{color:rgba(0,0,0,.87);font-size:14px}.styles-conditionsEntityVeiwStyles--erroredCondition{color:#d0021b}.styles-conditionsEntityVeiwStyles--projectName{color:rgba(0,0,0,.38)}.styles-conditionsEntityVeiwStyles--bracket{margin-left:4px}.styles-conditionsEntityVeiwStyles--offset{margin-right:4px}.styles-conditionsEntityVeiwStyles--operator{color:rgba(219,15,255,.87)}.styles-conditionsEntityVeiwStyles--pointConst{color:#1f96f2}.styles-conditionsEntityVeiwStyles--line{border-top:1px solid #69bdff;left:-10px;position:absolute;top:50%;transform:translateY(-50%);width:8px}.styles-conditionsEntityVeiwStyles--editContainer{display:flex;flex-direction:column}.styles-conditionsEntityVeiwStyles--editContainerDark .styles-conditionsEntityVeiwStyles--condition{background-color:rgba(105,189,255,.03)}.styles-conditionsEntityVeiwStyles--editContainerDark .styles-conditionsEntityVeiwStyles--deleteIcon{color:hsla(0,0%,100%,.38)}.styles-conditionsEntityVeiwStyles--rangeConditionContainer{grid-gap:4px;align-items:center;display:grid;grid-template-columns:max-content minmax(10px,auto);padding-left:10px}.styles-conditionsEntityVeiwStyles--sub{font-size:10px;vertical-align:sub}.styles-conditionsEntityVeiwStyles--darkTheme .styles-conditionsEntityVeiwStyles--conditionRead{color:hsla(0,0%,100%,.87)}.styles-conditionsEntityVeiwStyles--darkTheme .styles-conditionsEntityVeiwStyles--projectName{color:hsla(0,0%,100%,.6)}.styles-conditionsSettingsEntityViewStyles--conditionsContainer{display:flex;flex-direction:column;position:relative}.styles-conditionsSettingsEntityViewStyles--line{border-right:1px solid #69bdff;left:11px;position:absolute;top:0}.styles-conditionsSettingsEntityViewStyles--dashed{border-right-style:dashed}.styles-conditionsSettingsEntityViewStyles--title{font-size:24px;font-weight:500;height:32px;line-height:1.3333;margin-bottom:16px;margin-top:32px}.styles-conditionsSettingsEntityViewStyles--conditionOperator{margin-bottom:-8px}.styles-conditionsSettingsEntityViewStyles--addConditionButton{align-self:flex-end;margin-top:16px}.styles-alarmConditionsEntityView--switch{align-self:center}.styles-alarmConditionsEntityView--secondaryText{color:rgba(0,0,0,.54)}.styles-alarmConditionsEntityView--darkTheme .styles-alarmConditionsEntityView--conditionRead{color:hsla(0,0%,100%,.87)}.styles-alarmConditionsEntityView--darkTheme .styles-alarmConditionsEntityView--secondaryText{color:hsla(0,0%,100%,.38)}.styles-pointsChooser--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-pointsChooser--view{align-items:center;display:flex}.styles-pointsChooser--inputName{color:rgba(38,44,51,.87);display:flex;flex:1;font-size:13px;line-height:15px;overflow:hidden;text-overflow:ellipsis}.styles-pointsChooser--dark .styles-pointsChooser--tagName{color:hsla(0,0%,100%,.87)}.styles-pointsChooser--dark .styles-pointsChooser--placeholder{color:hsla(0,0%,100%,.54)}.styles-pointsChooser--activeButton{--mdc-theme-primary:#777;min-width:32px;padding:0}.styles-pointsChooser--dark .styles-pointsChooser--activeButton{--mdc-theme-primary:$primary-dark-theme-font-color}.styles-pointsChooser--values{display:flex;flex-direction:column;padding-top:5px}.styles-pointsChooser--value{color:rgba(0,0,0,.87);display:inline-block;font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdc-theme--dark .styles-pointsChooser--value{color:hsla(0,0%,100%,.87)}.styles-pointsChooser--value:focus{outline:none}.styles-pointsChooser--errorMessage{left:0;position:absolute;top:100%}.styles-rateOfChangeConditionView--container{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-pingCondition--container{grid-gap:10px;display:grid;grid-template-areas:"host host" "attempts interval";grid-template-columns:1fr 1fr}@media (max-width:1023px){.styles-pingCondition--container{grid-template-areas:"host" "attempts" "interval";grid-template-columns:1fr}}.styles-pingCondition--host{grid-area:host}.styles-pingCondition--attempts{grid-area:attempts}.styles-pingCondition--interval{grid-area:interval}.styles-alarmErrorView--error{background:linear-gradient(180deg,#ea141f,#ef4b4b);box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);color:#fff;text-align:center}.styles-alarmErrorView--errorContent{font-size:13px;font-weight:400;line-height:15px;padding:26px 64px}.styles-fieldEntityViewStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-fieldEntityViewStyles--view{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:20px}.styles-fieldEntityViewStyles--field{align-items:center;display:flex}.styles-fieldEntityViewStyles--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-fieldEntityViewStyles--label{color:hsla(0,0%,100%,.54)}.styles-fieldEntityViewStyles--value{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-fieldEntityViewStyles--value{color:hsla(0,0%,100%,.87)}.styles-fieldEntityViewStyles--onValue{margin-bottom:10px;margin-top:10px}.styles-fieldEntityViewStyles--accessMode{margin-top:9px}.styles-fieldEntityViewStyles--accessModeRead,.styles-fieldEntityViewStyles--interval{margin-top:20px}div[class~=mdc-text-field]{margin:0}.styles-mbusTagView--settings{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}.styles-modbusTagView--function,.styles-modbusTagView--modeAndRequestInterval{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-modbusTagView--functionArgs{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}.styles-modbusTagView--accessMode .mdc-form-field{margin-left:-11px}.styles-modbusTagView--titleContainer{align-items:center;display:flex}.styles-modbusTagView--title{color:#000;font-size:24px;font-weight:500;margin:0}.styles-modbusTagView--titleDark{color:#fff}.styles-modbusTagView--tagValue{margin-left:16px}.styles-modbusTagView--namesReadMode{display:flex;flex-direction:column}.styles-modbusTagView--namesReadMode .styles-modbusTagView--name{margin-bottom:10px}@media (max-width:1300px){.styles-modbusTagView--function,.styles-modbusTagView--modeAndRequestInterval{grid-template-columns:1fr}}.styles-opcuaTagDataSettingsView--addressSection{grid-gap:20px;display:grid;grid-template-columns:1fr}.styles-chooseTagCellEditor--editor{min-height:48px}.styles-regulatorTagView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-regulatorTagView--valuesReadContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-regulatorTagView--readContainer{align-items:center;display:flex}.styles-regulatorTagView--readlabel{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-regulatorTagView--readlabel{color:hsla(0,0%,100%,.54)}.styles-regulatorTagView--readValue{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;overflow:hidden;text-overflow:ellipsis}.mdc-theme--dark .styles-regulatorTagView--readValue{color:hsla(0,0%,100%,.87)}.styles-regulatorTagView--titleContainer{align-items:center;display:flex;margin-top:10px;padding-left:22px}.styles-regulatorTagView--typeAndEditorPage{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-regulatorTagView--typeAndEditorPage>*{margin:0!important}.styles-regulatorTagView--tagValue{margin-left:16px}.styles-regulatorTagView--name{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0;white-space:nowrap}.mdc-theme--dark .styles-regulatorTagView--name{color:#fff}.styles-regulatorTagView--expressionTabs .mdc-tab-bar-holder{z-index:1}.styles-regulatorTagView--names{grid-gap:20px;align-items:baseline;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-regulatorTagView--xaxis{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:16px}.styles-regulatorTagView--xaxis>*{margin:0!important}.styles-regulatorTagView--yaxis{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-regulatorTagView--yaxis>*{margin:0!important}.styles-regulatorTagView--inputAndOutput{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-regulatorTagView--inputAndOutput>*{margin:0!important}.styles-regulatorTagView--title{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:28px;margin:0 0 20px;white-space:nowrap}.mdc-theme--dark .styles-regulatorTagView--title{color:#fff}.styles-regulatorTagView--item{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-bottom:10px;margin-top:10px}.mdc-theme--dark .styles-regulatorTagView--item{color:hsla(0,0%,100%,.87)}.styles-regulatorTagView--item:first-child{margin-top:0}.styles-regulatorTagView--item:last-of-type{margin-bottom:0}.styles-virtualExpressionEditor--entityItem{margin-top:-18px}.styles-selectFromListItem--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-selectFromListItem--listEditContainer{border-radius:2px;padding:8.5px 0 0 16px}.styles-selectFromListItem--editList .styles-listItemStyles--container{padding-left:4px}.styles-selectFromListItem--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;font-size:12px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-selectFromListItem--label{color:hsla(0,0%,100%,.54)}.styles-selectFromListItem--readContainer .styles-selectFromListItem--label{color:rgba(0,0,0,.54);display:inline-block;font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-selectFromListItem--readContainer .styles-selectFromListItem--label{color:hsla(0,0%,100%,.54)}.styles-selectFromListItem--readContainer .styles-selectFromListItem--readItem{padding-left:0}.styles-selectFromListItem--readContainer .styles-selectFromListItem--readItem:hover{background-color:transparent}.styles-selectFromListItem--readContainer .styles-selectFromListItem--readItem .styles-simpleItem--listLabel{font-size:15px;margin-left:0}.styles-selectFromListItem--darkTheme .styles-selectFromListItem--listEditContainer{background-color:#000}.styles-selectFromListItem--darkTheme .styles-selectFromListItem--label{color:hsla(0,0%,100%,.54)}.styles-projectPreferencesStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectPreferencesStyles--preferenceSection{margin-bottom:25%;padding-top:20px}.styles-projectPreferencesStyles--title{font-weight:500;margin-bottom:20px;margin-top:32px;padding-left:11px}.styles-projectPreferencesStyles--subTitle{font-size:15px;font-weight:400;margin:0 0 3px;padding-left:11px}.styles-projectPreferencesStyles--grid{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.styles-projectPreferencesStyles--priority{max-width:500px}.styles-projectPreferencesStyles--section{margin-left:11px}.styles-projectPreferencesStyles--deadbandSection{max-width:275px}.styles-projectPreferencesStyles--runtimePreferencesSection{grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:768px){.styles-projectPreferencesStyles--runtimePreferencesSection{grid-template-columns:1fr}}.styles-projectPreferencesStyles--nodePreferencesContainer{margin-bottom:16px;margin-top:20px}.styles-projectPreferencesStyles--readContainer .styles-projectPreferencesStyles--section{margin-left:0}.styles-projectPreferencesStyles--readContainer .styles-projectPreferencesStyles--subTitle,.styles-projectPreferencesStyles--readContainer .styles-projectPreferencesStyles--title{padding-left:0}.styles-projectPreferencesStyles--container .mdc-tab-bar-holder{top:-16px}.styles-projectPreferencesStyles--deviationSettings>*{margin-bottom:10px}.styles-projectPreferencesStyles--migrateHistorySection{margin:16px auto auto}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--descriptionWrapper{align-items:center;display:flex;margin-bottom:10px}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--descriptionWrapper p{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:6px}.mdc-theme--dark .styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--descriptionWrapper p{color:hsla(0,0%,100%,.87)}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--descriptionWrapper p span{color:#fc2210}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--uploadMessageWrapper{grid-gap:4px;align-items:center;display:flex;gap:4px;justify-content:center}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--uploadFilesWrapper{grid-gap:8px;align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:16px;width:100%}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--uploadFilesWrapper .styles-projectPreferencesStyles--uploadFilesButton{background-color:#1f80f2;color:#fff}.styles-projectPreferencesStyles--migrateHistorySection .styles-projectPreferencesStyles--uploadFilesWrapper .styles-projectPreferencesStyles--cancelButton{background-color:#d0021b;color:#fff}.styles-colorEntityItem--view{align-items:center;display:flex}.styles-colorEntityItem--colorDisplay{margin:0 10px 0 0}.styles-colorEntityItem--colorDisplay .styles-colorEntityItem--alignEnd{margin:0 0 0 10px}.styles-componentLabels--section{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.styles-componentLabels--item{margin-bottom:10px}.styles-componentLabels--isEdit .styles-componentLabels--pattern{flex:1}.styles-componentLabels--patternView{align-items:center;display:flex}.styles-componentLabels--patternHelp{margin-top:-4px;padding-left:4px}.styles-chip--container{align-items:center;background-color:#f5f5f5;border-radius:15px;display:inline-flex;font-size:13px;height:24px;line-height:24px;padding:0 11px 0 13px}.styles-chip--closeIcon{color:rgba(0,0,0,.6);cursor:pointer;margin-left:14px}.styles-chip--darkTheme .styles-chip--container{background:#2d435b}.styles-chip--darkTheme .styles-chip--closeIcon{color:#bdbdbd}.styles-calendarPicker--container .tether-target{width:100%}.styles-calendarPicker--datePickerContainer{background-color:#fff;border-radius:2px;box-shadow:0 3px 6px rgba(0,0,0,.3)}.styles-calendarPicker--datePickerContainer .mdc-date-time-picker .rdtPicker{height:332px}.styles-calendarPicker--datePicker .rdtPicker .rdtTimeToggle{display:none}.styles-calendarPicker--buttons{border-top:1px solid hsla(0,0%,75%,.3);display:flex;justify-content:space-between;padding:10px 5px 5px}.styles-calendarPicker--cancelButton:not(:disabled){--mdc-theme-primary:rgba(0,0,0,.5)}.styles-calendarPicker--calendarButton:not(:disabled){--mdc-theme-primary:#828282}.styles-calendarPicker--selectDateControl{align-items:center;background:#f5f5f5;border-radius:1px 1px 0 0;box-shadow:0 1px 0 rgba(0,0,0,.15);box-sizing:border-box;display:flex;height:49px;justify-content:space-between;padding-left:17px;padding-right:15px;width:100%}.styles-calendarPicker--tether{max-width:100%;width:100%}.styles-calendarPicker--label{font-size:14px;font-weight:400;line-height:16px}.styles-calendarPicker--selectedDates{margin-top:26px}.styles-calendarPicker--selected{color:#1f96f2!important}.styles-calendarPicker--chip{margin-bottom:5px;margin-right:13px}.styles-calendarPicker--darkTheme .styles-calendarPicker--selectDateControl{background:#2d435b}.styles-calendarPicker--darkTheme .styles-calendarPicker--calendarButton:not(:disabled){--mdc-theme-primary:#e0e0e0}.styles-calendarPicker--darkTheme .styles-calendarPicker--cancelButton:not(:disabled){--mdc-theme-primary:hsla(0,0%,100%,.32)}.styles-calendarPicker--darkTheme.styles-calendarPicker--datePickerContainer{background-color:#212121}.styles-alarmLimitsSubView--container{grid-gap:16px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto}@media (max-width:680px){.styles-alarmLimitsSubView--container{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}}@media (max-width:400px){.styles-alarmLimitsSubView--container{grid-template-columns:none;grid-template-rows:auto auto auto auto}}@media (max-width:680px){.styles-alarmLimitsSubView--percent{grid-column:span 2}}@media (max-width:400px){.styles-alarmLimitsSubView--percent{grid-column:auto}}.styles-alarmLimitsSubView--error{grid-column:1/4}@media (max-width:680px){.styles-alarmLimitsSubView--error{grid-column:1/3}}@media (max-width:400px){.styles-alarmLimitsSubView--error{grid-column:auto}}.styles-projectAutoBindingTemplateTableView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectAutoBindingTemplateTableView--row{position:relative}.styles-projectAutoBindingTemplateTableView--row--changed .styles-projectAutoBindingTemplateTableView--cellMarker{background-color:#8fcaf8}.styles-projectAutoBindingTemplateTableView--row--new .styles-projectAutoBindingTemplateTableView--cellMarker{background-color:#1f96f2}.styles-projectAutoBindingTemplateTableView--row--removed:after{background:#a8a8a8;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:100}.styles-projectAutoBindingTemplateTableView--row--removed .styles-projectAutoBindingTemplateTableView--cellMarker{background-color:#a8a8a8}.styles-projectAutoBindingTemplateTableView--cellMarker{bottom:0;left:0;position:absolute;right:0;top:0;z-index:101}.styles-projectAutoBindingTemplateTableView--tooltip{bottom:0;left:0;position:absolute;right:0;top:0}.styles-projectAutoBindingTemplateTableView--params{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-selectCellEditor--editor{padding:19px 15px}.styles-selectCellEditor--editor .mdc-select--multiple{top:-12px}.styles-editRulesParamsView--item{margin-bottom:20px}.styles-automationConditions--conditionWrapper,.styles-automationConditions--tempaltesWrapper{grid-gap:20px;display:flex;flex-direction:column;gap:20px}.styles-automationConditions--conditionWrapper{padding-bottom:10px}.styles-automationConditions--removeButton{background-color:red!important;color:#fff!important}.styles-automationConditions--removeButtonWrapper{display:flex;justify-content:flex-end}.styles-projectAgentView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectAgentView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-projectAgentView--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-projectAgentView--container{grid-gap:20px;display:flex;gap:20px}.styles-projectIpViewItem--address{margin:0 10px 0 0}.styles-projectIpViewItem--wrapper{align-items:center;display:flex}.styles-projectIpViewItem--button{height:18px;margin:0;padding:0;width:18px}.styles-projectGroupsView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectGroupsView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-projectGroupsView--link,.styles-projectGroupsView--linkContainer{color:#1f80f2;cursor:pointer;font-size:15px}.styles-projectKpiesTable--unitContainer{align-items:center;border-radius:50%;display:flex;font-size:0;height:36px;justify-content:center;width:36px}.styles-projectKpiesTable--kpiContainer.ui-kit-table--withoutHeight .ui-kit-table__hscrollbar{bottom:-15px}.viewStyles-projectAddressViewStyes--autoInput{flex-grow:1}.viewStyles-projectAddressViewStyes--autoInput .mdc-text-field__input{padding-left:33px!important}.viewStyles-projectAddressViewStyes--autoInput .mdc-icon{opacity:.54}.viewStyles-projectAddressViewStyes--autoInput .mdc-text-field--with-leading-icon .mdc-text-field__icon{left:0}.viewStyles-projectAddressViewStyes--autoInput .mdc-text-field--with-leading-icon .mdc-text-field__label{left:25px;padding-left:33px}.viewStyles-projectAddressViewStyes--autoInput .mdc-text-field--with-leading-icon .mdc-text-field__label--float-above{transform:translateY(-70%) scale(.75) translateX(-61px)}.viewStyles-projectAddressViewStyes--editContainer,.viewStyles-projectAddressViewStyes--inputWrapper{width:100%}.viewStyles-projectAddressViewStyes--readMode{align-items:center;display:flex}.viewStyles-projectAddressViewStyes--readMode .mdc-icon{opacity:.54}.viewStyles-projectAddressViewStyes--readModeValue{color:rgba(38,44,51,.87);font-size:13px;margin-left:6px}.viewStyles-projectAddressViewStyes--inlineInput{align-items:center;display:flex}.viewStyles-projectAddressViewStyes--locationIcon{color:rgba(38,44,51,.87);cursor:pointer;margin-right:10px;opacity:.54;transition:opacity .3s ease}.viewStyles-projectAddressViewStyes--locationIcon:focus{outline:none}.viewStyles-projectAddressViewStyes--locationIcon:hover{opacity:1}.viewStyles-projectAddressViewStyes--dialogContainer,.viewStyles-projectAddressViewStyes--mapContainer{position:relative}.viewStyles-projectAddressViewStyes--mapLayerButton{position:absolute;right:0;top:0;z-index:9999}.viewStyles-projectAddressViewStyes--editContainer.viewStyles-projectAddressViewStyes--dark .viewStyles-projectAddressViewStyes--locationIcon,.viewStyles-projectAddressViewStyes--readMode.viewStyles-projectAddressViewStyes--dark .viewStyles-projectAddressViewStyes--locationIcon,.viewStyles-projectAddressViewStyes--readMode.viewStyles-projectAddressViewStyes--dark .viewStyles-projectAddressViewStyes--readModeValue{color:hsla(0,0%,100%,.87)}.styles-projectTagsChooserStyles--header{display:flex;justify-content:space-between}.styles-projectTagsChooserStyles--actions{display:flex}.styles-projectTagsChooserStyles--selectFromPageIcon{margin-right:15px}.styles-projectTagsChooserStyles--selectFromListButton{--mdc-theme-primary:#000}.styles-projectTagsChooserStyles--tagNameContainer{align-items:center;display:flex}.styles-projectTagsChooserStyles--pathLabel{margin-right:10px}.styles-projectTagsChooserStyles--table.ui-kit-table--material .ui-kit-table-headcells__left:after,.styles-projectTagsChooserStyles--table.ui-kit-table--material .ui-kit-table-row__left:after{display:none}.styles-projectTagsChooserStyles--darkTheme .styles-projectTagsChooserStyles--selectFromListButton{--mdc-theme-primary:#fff}.styles-projectTypesView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectTypesView--link{color:#1f80f2;cursor:pointer;font-size:15px}.styles-projectTypesView--readMode{align-items:center;background-color:hsla(0,0%,60%,.2);border-radius:16px;box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24);display:inline-flex;height:32px;justify-content:space-between;overflow:hidden;padding-right:16px}.styles-projectTypesView--projectName{color:rgba(0,0,0,.54);font-size:14px;line-height:20px;margin-left:14px}.styles-projectTypesView--label{color:#1f80f2;font-size:12px;font-weight:600;padding-bottom:16px;text-transform:uppercase}.styles-projectTypesView--dark .styles-projectTypesView--readMode{background-color:rgba(105,189,255,.26)}.styles-projectTypesView--dark .styles-projectTypesView--projectName{color:hsla(0,0%,100%,.38)}.mapboxgl-map{-webkit-tap-highlight-color:rgba(0,0,0,0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass{cursor:grab;-moz-user-select:none;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px;overflow:hidden}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}.mapboxgl-ctrl-group>button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:30px;outline:none;padding:0;width:30px}.mapboxgl-ctrl-group>button+button{border-top:1px solid #ddd}.mapboxgl-ctrl>button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl>button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-icon,.mapboxgl-ctrl-icon>.mapboxgl-ctrl-compass-arrow{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mapboxgl-ctrl-icon{padding:5px}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23333' d='M7 9c-.554 0-1 .446-1 1s.446 1 1 1h6c.554 0 1-.446 1-1s-.446-1-1-1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23333' d='M10 6c-.554 0-1 .446-1 1v2H7c-.554 0-1 .446-1 1s.446 1 1 1h2v2c0 .554.446 1 1 1s1-.446 1-1v-2h2c.554 0 1-.446 1-1s-.446-1-1-1h-2V7c0-.554-.446-1-1-1z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zm0 1.8A1.8 1.8 0 0 0 8.3 10a1.8 1.8 0 0 0 1.7 1.8 1.8 1.8 0 0 0 1.8-1.8A1.8 1.8 0 0 0 10 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting{animation:mapboxgl-spin 2s linear infinite}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4c-.5 0-1 .5-1 1v4h.5l1.277-1.703c1 .763 2.059 1.66 3.114 2.703a30.38 30.38 0 0 1-3.11 2.707L4.5 11H4v4c0 .5.5 1 1 1h4v-.5l-1.727-1.295a35.498 35.498 0 0 1 2.688-3.137 30.312 30.312 0 0 1 2.746 3.15L11 15.5v.5h4c.5 0 1-.5 1-1v-4h-.5l-1.295 1.727a35.513 35.513 0 0 1-3.168-2.717 47.787 47.787 0 0 1 3.192-2.705L15.5 9h.5V5c0-.5-.5-1-1-1h-4v.5l1.703 1.277A32.243 32.243 0 0 1 9.971 8.92 47.761 47.761 0 0 1 7.305 5.77L9 4.5V4H5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23000' d='M4.242 3.492a.75.75 0 0 0-.523 1.29l2.246 2.245L4 8.5V9h4c.5 0 1-.5 1-1V4h-.5L7.018 5.955 4.78 3.72a.75.75 0 0 0-.539-.227zm11.492 0a.75.75 0 0 0-.515.227l-2.235 2.234L11.5 4H11v4c0 .5.5 1 1 1h4v-.5l-1.965-1.473 2.246-2.246a.75.75 0 0 0-.547-1.289zM4 11v.5l1.965 1.473-2.246 2.246A.751.751 0 1 0 4.78 16.28l2.246-2.246L8.5 16H9v-4c0-.5-.5-1-1-1H4zm8 0c-.5 0-1 .5-1 1v4h.5l1.473-1.965 2.246 2.246a.751.751 0 1 0 1.062-1.062l-2.246-2.246L16 11.5V11h-4z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='m6 9 4-8 4 8z'/%3E%3Cpath fill='%23CCC' d='m6 11 4 8 4-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;display:inline-block;height:20px;margin:5px;width:20px}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21' xml:space='preserve'%3E%3Cpath class='st0' style='opacity:.9;fill:%23fff;enable-background:new' d='M83.25 14.26c0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.39-1.44 2.39a.34.34 0 0 1-.3.17h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.68-2.39-3.64a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.36 1.4-2.35a.34.34 0 0 1 .3-.17H83c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.63 2.43 3.67c0 .05.01.09.01.13zM66.24 9.59c-.39-1.88-1.96-3.28-3.84-3.28-1.03 0-2.03.42-2.73 1.18V3.51c0-.13-.1-.23-.23-.23h-1.4c-.13 0-.23.11-.23.23v10.72c0 .13.1.23.23.23h1.4c.13 0 .23-.11.23-.23v-.73c.71.75 1.7 1.18 2.73 1.18 1.88 0 3.45-1.41 3.84-3.29.13-.6.13-1.21 0-1.8zM62.08 13c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51S63.41 13 62.08 13zM71.67 6.32a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19s-1.9-4.17-4.27-4.17zm-.02 6.69c-1.33 0-2.42-1.12-2.42-2.51s1.08-2.52 2.42-2.52c1.33 0 2.42 1.12 2.42 2.51s-1.08 2.51-2.42 2.52z'/%3E%3Cpath class='st1' style='opacity:.35;enable-background:new' d='M62.08 7.98c-1.32 0-2.39 1.11-2.41 2.48v.06c.01 1.38 1.08 2.48 2.41 2.48s2.42-1.12 2.42-2.51-1.09-2.51-2.42-2.51zm0 3.78c-.63 0-1.14-.56-1.17-1.25v-.04c.01-.69.54-1.25 1.17-1.25.63 0 1.17.57 1.17 1.27-.01.71-.52 1.27-1.17 1.27zM71.65 7.98c-1.33 0-2.42 1.12-2.42 2.51S70.32 13 71.65 13s2.42-1.12 2.42-2.51-1.08-2.51-2.42-2.51zm0 3.78c-.64 0-1.17-.57-1.17-1.27 0-.7.53-1.26 1.17-1.26s1.17.57 1.17 1.27c0 .71-.53 1.26-1.17 1.26z'/%3E%3Cpath class='st0' style='opacity:.9;fill:%23fff;enable-background:new' d='M45.74 6.53h-1.4c-.13 0-.23.11-.23.23v.73c-.71-.75-1.7-1.18-2.73-1.18-2.17 0-3.94 1.87-3.94 4.19s1.77 4.19 3.94 4.19c1.04 0 2.03-.43 2.73-1.19v.73c0 .13.1.23.23.23h1.4c.13 0 .23-.11.23-.23V6.74c0-.12-.09-.22-.22-.22 0 .01 0 .01-.01.01zm-1.62 4C44.11 11.9 43.03 13 41.71 13s-2.42-1.12-2.42-2.51 1.08-2.52 2.4-2.52c1.33 0 2.39 1.11 2.41 2.48l.02.08z'/%3E%3Cpath class='st1' style='opacity:.35;enable-background:new' d='M41.71 7.98c-1.33 0-2.42 1.12-2.42 2.51S40.37 13 41.71 13s2.39-1.11 2.41-2.48v-.06c-.02-1.37-1.09-2.48-2.41-2.48zm-1.16 2.51c0-.7.52-1.27 1.17-1.27.64 0 1.14.56 1.17 1.25v.04c-.01.68-.53 1.24-1.17 1.24-.64 0-1.17-.56-1.17-1.26z'/%3E%3Cpath class='st0' style='opacity:.9;fill:%23fff;enable-background:new' d='M52.41 6.32c-1.03 0-2.03.42-2.73 1.18v-.75c0-.13-.1-.23-.23-.23h-1.4c-.13 0-.23.11-.23.23v10.72c0 .13.1.23.23.23h1.4c.13 0 .23-.1.23-.23V13.5c.71.75 1.7 1.18 2.74 1.18 2.17 0 3.94-1.87 3.94-4.19s-1.78-4.17-3.95-4.17zm-.33 6.69c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51S53.4 13 52.08 13.01z'/%3E%3Cpath class='st1' style='opacity:.35;enable-background:new' d='M52.08 7.98c-1.32 0-2.39 1.11-2.42 2.48v.06c.03 1.38 1.1 2.48 2.42 2.48s2.41-1.12 2.41-2.51-1.09-2.51-2.41-2.51zm0 3.78c-.63 0-1.14-.56-1.17-1.25v-.04c.01-.69.54-1.25 1.17-1.25.63 0 1.17.58 1.17 1.27s-.53 1.27-1.17 1.27z'/%3E%3Cpath class='st0' style='opacity:.9;fill:%23fff;enable-background:new' d='M36.08 14.24c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.66c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.48c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V6.74c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.66c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.17z'/%3E%3Cpath class='st1' style='opacity:.35;enable-background:new' d='m84.34 13.59-.07-.13-1.96-2.99 1.94-2.95c.44-.67.26-1.56-.41-2.02-.02 0-.03 0-.04-.01-.23-.15-.5-.22-.78-.22h-1.61c-.56 0-1.08.29-1.37.78l-.32.55-.34-.56c-.29-.48-.81-.77-1.38-.77h-1.6c-.6 0-1.13.37-1.35.92a5.59 5.59 0 0 0-7.26.45c-.35.34-.65.72-.89 1.14-.9-1.62-2.58-2.72-4.5-2.72-.5 0-1.01.07-1.48.23V3.51c0-.82-.66-1.48-1.47-1.48h-1.4c-.81 0-1.47.66-1.47 1.47v3.75a5.12 5.12 0 0 0-4.17-2.19c-.74 0-1.46.16-2.12.47-.24-.17-.54-.26-.84-.26h-1.4c-.45 0-.87.21-1.15.56a1.498 1.498 0 0 0-1.16-.55h-1.39c-.3 0-.6.09-.84.26-.67-.3-1.39-.46-2.12-.46-1.83 0-3.43 1-4.37 2.5-.2-.46-.48-.89-.83-1.25-.8-.81-1.89-1.25-3.02-1.25h-.01c-.89.01-1.75.33-2.46.88-.74-.57-1.64-.88-2.57-.88h-.03c-.29 0-.58.03-.86.11-.28.06-.56.16-.82.28-.21-.12-.45-.18-.7-.18h-1.4c-.82 0-1.47.66-1.47 1.47v7.5c0 .82.66 1.47 1.47 1.47h1.4c.82 0 1.48-.66 1.48-1.48V9.79c.03-.36.23-.59.36-.59.18 0 .38.18.38.47v4.57c0 .82.66 1.47 1.47 1.47h1.41c.82 0 1.47-.66 1.47-1.47l-.01-4.57c.06-.32.25-.47.35-.47.18 0 .38.18.38.47v4.57c0 .82.66 1.47 1.47 1.47h1.41c.82 0 1.47-.66 1.47-1.47v-.38a5.068 5.068 0 0 0 4.06 2.06c.74 0 1.46-.16 2.12-.47.24.17.54.26.84.26h1.39c.3 0 .6-.09.84-.26v2.01c0 .82.66 1.47 1.47 1.47h1.4c.82 0 1.47-.66 1.47-1.47v-1.77c.48.15.99.23 1.49.22 1.7 0 3.22-.87 4.17-2.2v.52c0 .82.66 1.47 1.47 1.47h1.4c.3 0 .6-.09.84-.26.66.31 1.39.47 2.12.47 1.92 0 3.6-1.1 4.49-2.73 1.54 2.65 4.95 3.53 7.58 1.98.18-.11.36-.22.53-.36.22.55.76.91 1.35.9H78c.56 0 1.08-.29 1.37-.78l.37-.61.37.61c.29.48.81.78 1.38.78h1.6c.81 0 1.46-.66 1.45-1.46-.05-.22-.1-.44-.2-.65zm-48.48.88h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.66c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.48c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V6.74a.23.23 0 0 1 .23-.22h1.4c.13 0 .22.11.23.22v.66c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.01 5.16c.02.13-.09.23-.21.24zm10.11-.23c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23v-.74c-.7.76-1.69 1.18-2.72 1.18-2.17 0-3.94-1.87-3.94-4.19s1.77-4.19 3.94-4.19c1.03 0 2.02.43 2.73 1.18v-.74c0-.13.1-.23.23-.23h1.4c.12-.01.22.08.23.21V14.25h-.01v-.01zm6.44.43c-1.03 0-2.02-.43-2.73-1.18v3.97c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V6.75c0-.13.1-.22.23-.22h1.4c.13 0 .23.11.23.23v.73a3.73 3.73 0 0 1 2.73-1.18c2.17 0 3.94 1.86 3.94 4.18s-1.77 4.18-3.94 4.18zm13.83-3.28c-.39 1.87-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.73c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V3.51c0-.13.1-.23.23-.23h1.4c.13 0 .23.11.23.23v3.97a3.72 3.72 0 0 1 2.73-1.17c1.88 0 3.45 1.4 3.84 3.28.13.6.13 1.21 0 1.8zm5.43 3.29c-2 .01-3.73-1.35-4.17-3.3-.13-.59-.13-1.19 0-1.77a4.243 4.243 0 0 1 4.17-3.3c2.36 0 4.26 1.87 4.26 4.19s-1.9 4.18-4.26 4.18zm11.37-.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.39-1.44 2.39a.34.34 0 0 1-.3.17h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.68-2.39-3.64a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.36 1.41-2.36a.34.34 0 0 1 .3-.17h1.61c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.38 3.64 2.43 3.67c.02.03.03.07.03.12-.03.13-.12.22-.24.22z'/%3E%3Cpath class='st0' style='opacity:.9;fill:%23fff;enable-background:new' d='M10.5 1.24c-5.11 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25c0-5.11-4.14-9.25-9.25-9.25zm4.39 11.53c-1.93 1.93-4.78 2.31-6.7 2.31-.7 0-1.41-.05-2.1-.16 0 0-1.02-5.64 2.14-8.81a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42 1.84 1.84 1.89 4.75.14 6.52z'/%3E%3Cpath class='st1' style='opacity:.35;enable-background:new' d='M10.5-.01C4.7-.01 0 4.7 0 10.49s4.7 10.5 10.5 10.5S21 16.29 21 10.49C20.99 4.7 16.3-.01 10.5-.01zm0 19.75c-5.11 0-9.25-4.15-9.25-9.25s4.14-9.26 9.25-9.26 9.25 4.15 9.25 9.25c0 5.13-4.14 9.26-9.25 9.26z'/%3E%3Cpath class='st1' style='opacity:.35;enable-background:new' d='M14.74 6.25c-1.84-1.84-4.76-1.9-6.51-.15-3.16 3.17-2.14 8.81-2.14 8.81s5.64 1.02 8.81-2.14c1.74-1.77 1.69-4.68-.16-6.52zm-2.27 4.09-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9-1.86.91z'/%3E%3Cpath class='st0' style='opacity:.9;fill:%23fff;enable-background:new' d='m14.33 9.43-1.86.91-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87z'/%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:21px;margin:0 0 -3px -3px;width:85px}a.mapboxgl-ctrl-logo.mapboxgl-compact{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21' xml:space='preserve'%3E%3Cpath d='M10.5 1.24c-5.11 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25c0-5.11-4.14-9.25-9.25-9.25zm4.39 11.53c-1.93 1.93-4.78 2.31-6.7 2.31-.7 0-1.41-.05-2.1-.16 0 0-1.02-5.64 2.14-8.81a4.4 4.4 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42 1.84 1.84 1.89 4.75.14 6.52z' style='opacity:.9;fill:%23fff;enable-background:new' class='st0' transform='translate(0 .01)'/%3E%3Cpath d='M10.5-.01C4.7-.01 0 4.7 0 10.49s4.7 10.5 10.5 10.5S21 16.29 21 10.49C20.99 4.7 16.3-.01 10.5-.01Zm0 19.75c-5.11 0-9.25-4.15-9.25-9.25s4.14-9.26 9.25-9.26 9.25 4.15 9.25 9.25c0 5.13-4.14 9.26-9.25 9.26z' style='opacity:.35;enable-background:new' class='st1' transform='translate(0 .01)'/%3E%3Cpath d='M14.74 6.25c-1.84-1.84-4.76-1.9-6.51-.15-3.16 3.17-2.14 8.81-2.14 8.81s5.64 1.02 8.81-2.14c1.74-1.77 1.69-4.68-.16-6.52Zm-2.27 4.09-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9z' style='opacity:.35;enable-background:new' class='st1' transform='translate(0 .01)'/%3E%3Cpath style='opacity:.9;fill:%23fff;enable-background:new' class='st0' d='m11.56 12.21-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9-1.86.91z' transform='translate(0 .01)'/%3E%3C/svg%3E");height:21px;width:21px}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:3px 12px 12px 3px;margin:10px;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{border-radius:12px 3px 3px 12px;padding:2px 4px 2px 24px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border-radius:12px;box-sizing:border-box;content:"";cursor:pointer;height:24px;position:absolute;width:24px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-marker{left:0;position:absolute;top:0;will-change:transform}.mapboxgl-user-location-dot{box-shadow:0 0 2px rgba(0,0,0,.25)}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.styles-markerUtilsStyles--container{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-shrink:0;justify-content:center}.styles-markerUtilsStyles--innerCycle{border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:9px;width:9px}.styles-markerUtilsStyles--typeItem{background-color:#fff;border-radius:27px 0 0 27px;box-shadow:0 0 12px rgba(0,0,0,.15);display:flex;flex-grow:1;flex-shrink:0;height:27px;margin-bottom:4px;position:relative}.styles-markerUtilsStyles--typeItem:last-child{margin-bottom:0}.styles-markerUtilsStyles--clusteredProjectsAmount{background-color:inherit;border-radius:50%;border-style:solid;border-width:1px;flex-shrink:0;font-size:12px;font-weight:700;height:27px;left:0;line-height:25px;position:absolute;text-align:center;top:0;width:27px}.styles-markerUtilsStyles--clusterValue{align-self:stretch;color:#686868;font-size:11px;font-weight:300;line-height:27px;padding-left:37px;padding-right:15px;white-space:nowrap;width:100%}.styles-markerUtilsStyles--projectPoint{margin-top:-9px;position:relative}.styles-markerUtilsStyles--projectPoint:first-child{margin-top:0}.styles-markerUtilsStyles--pointsContainer{bottom:auto;left:-17px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.styles-markerUtilsStyles--tooltip{background-color:#8b8b8b;color:#fff;font-size:10px;margin-top:10px;padding:7px;z-index:1000}.styles-markerUtilsStyles--tooltip .tooltip-inner{font-size:10px;line-height:1.2;white-space:nowrap}.styles-markerUtilsStyles--tooltipTop{margin-bottom:5px;margin-top:0}.styles-markerUtilsStyles--arrowBottom{transform:rotate(180deg)}.styles-marker--container{align-items:flex-start;box-sizing:border-box;display:flex;font-family:Roboto,Arial,Helvetica,sans-serif}.styles-marker--markerPoint{margin-top:7px}.styles-marker--innerCycle{border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:9px;width:9px}.styles-marker--markerContainer{align-items:center;align-self:stretch;box-shadow:0 0 12px rgba(0,0,0,.15);display:flex;flex-shrink:0;font-size:11px;font-weight:300;justify-content:center;line-height:27px;margin-left:6px;min-width:50px;padding-left:10px;padding-right:10px}.styles-markerInfo--container *{box-sizing:border-box}.styles-markerInfo--container .styles-markerUtilsStyles--container{background-color:#fff}.styles-markerInfo--container .cursor-crosshair{cursor:default!important}.styles-markerInfo--markerContainer{background-color:#fff;color:#686868}.styles-markerInfo--markerContainerExpanded{align-items:flex-start;cursor:default;display:flex;flex-direction:column;flex-grow:1;margin-top:-6.5px;min-width:220px;padding-left:0;padding-right:0}.styles-markerInfo--title{height:40px}.styles-markerInfo--title,.styles-markerInfo--typeBadge{align-items:center;display:flex;padding:0 13px;width:100%}.styles-markerInfo--typeBadge{color:#fff;height:27px;justify-content:space-between}.styles-markerInfo--typeBadgeTitle{font-size:11px;font-weight:300;text-align:left}.styles-markerInfo--typeBadgeName{font-size:11px;font-weight:500;text-align:right}.styles-markerInfo--projectName{color:#686868;flex-grow:1;font-size:13px;font-weight:500}.styles-markerInfo--valueContainer{align-items:center;display:flex}.styles-markerInfo--projectNameCollapsed{display:inline-block;font-weight:500;margin-right:5px}.styles-markerInfo--actions{align-items:center;align-self:stretch;display:flex;min-width:95px;padding-left:10px}.styles-markerInfo--link{background-color:#dedede;color:#686868!important;font-size:9px;font-weight:500;height:19px;line-height:19px;margin-right:10px;padding:0 7px;text-transform:uppercase;transition:all .2s ease}.styles-markerInfo--link:hover{background-color:#b5b5b5;color:#fff!important}.styles-markerInfo--gearIcon{color:#dedede;cursor:pointer;transition:color .2s ease}.styles-markerInfo--gearIcon:hover{color:#8a8a8a}.styles-markerInfo--gearIcon:focus{outline:none}.styles-markerInfo--kpiesTable{width:100%}.styles-markerInfo--kpiesRow{background-color:#fff;transition:background-color .1s ease}.styles-markerInfo--kpiesRow:hover{background-color:#fcfcfc}.styles-markerInfo--kpiesRow:hover svg rect{fill:#fcfcfc}.styles-markerInfo--kpiesRow:first-child .styles-markerInfo--cell{border-top:0}.styles-markerInfo--cell{border-top:1px solid #ccc;color:#686868;font-size:11px;font-weight:500;line-height:1;padding-bottom:8px;padding-top:8px;vertical-align:middle}.styles-markerInfo--nameCell{font-weight:300;padding:0 13px}.styles-markerInfo--chartCell{align-items:center;display:flex;justify-content:center;padding-right:13px}.styles-markerInfo--chart{background-color:inherit;position:relative;text-align:center}.styles-markerInfo--avgValue{background-color:#fff;box-shadow:0 0 5px 0 #fff;color:#686868;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:300;line-height:11px;padding:2px;position:absolute;transform:translateY(-37%)}.styles-markerInfo--avgValuePlotly{top:50%;z-index:200}.styles-markerInfo--valuesCell{padding:0 13px;text-align:right}.styles-markerInfo--arrow{display:inline-flex;margin-right:5px}.styles-markerInfo--kpiValue{align-items:center;color:#686868;display:flex;font-size:9px;font-weight:300;justify-content:flex-end;text-align:right}.styles-markerInfo--currentValue{font-size:11px;font-weight:500}.styles-markerInfo--minValue{margin-bottom:0}.styles-markerInfo--fromToWrapper{border-top:1px solid hsla(0,0%,100%,.17);display:flex;width:100%}.styles-markerInfo--fromToIcon{color:rgba(0,0,0,.54)}.styles-markerInfo--dateContainer,.styles-markerInfo--fromTo{align-items:center;display:flex}.styles-markerInfo--fromTo{background-color:#f0f0f0;border-radius:0 0 3px 3px;flex-wrap:nowrap;justify-content:space-between;padding:3px 6px;width:100%}.styles-markerInfo--fromToDates{align-items:center;color:rgba(0,0,0,.54);display:flex;font-size:10px;font-weight:300;line-height:12px;margin-left:6px}.styles-markerInfo--time{margin-left:5px}.styles-markerInfo--separator{margin-left:5px;margin-right:5px}.styles-markerInfo--activeSegment{font-weight:700}.styles-markerInfo--kpiError{position:relative}.styles-markerInfo--periodContainer{display:flex;margin-right:16px}.styles-markerInfo--period{align-items:center;background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87);cursor:pointer;display:flex;font-size:8px;height:14px;justify-content:center;line-height:8px;margin-right:1px;padding:0 7px}.styles-markerInfo--period:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.styles-markerInfo--period:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-right:0}.styles-markerInfo--period:not(.styles-markerInfo--activePeriod):hover{background-color:rgba(31,128,242,.54);color:#fff}.styles-markerInfo--activePeriod{background-color:#1f80f2;color:#fff;cursor:default;pointer-events:none}.styles-markerInfo--darkTheme .styles-markerInfo--markerContainer{background-color:#0a141c;color:hsla(0,0%,100%,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--projectName{color:#fff}.styles-markerInfo--darkTheme .styles-markerInfo--link{background-color:#1f3648;color:#fff!important}.styles-markerInfo--darkTheme .styles-markerInfo--link:hover{background-color:#8a8a8a}.styles-markerInfo--darkTheme .styles-markerInfo--gearIcon{color:#fff;opacity:1;transition:opacity .1s ease}.styles-markerInfo--darkTheme .styles-markerInfo--gearIcon:hover{opacity:.8}.styles-markerInfo--darkTheme .styles-markerInfo--typeBadge{color:rgba(0,0,0,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--typeBadgeName{font-weight:500}.styles-markerInfo--darkTheme .styles-markerUtilsStyles--container{background-color:#0a141c}.styles-markerInfo--darkTheme .styles-markerInfo--kpiesRow{background-color:#0a141c;transition:background-color .3s ease}.styles-markerInfo--darkTheme .styles-markerInfo--kpiesRow:hover{background-color:#10202d}.styles-markerInfo--darkTheme .styles-markerInfo--kpiesRow:hover svg rect{fill:#10202d}.styles-markerInfo--darkTheme .styles-markerInfo--kpiesRow svg rect{fill:#0a141c;transition:fill .3s ease}.styles-markerInfo--darkTheme .styles-markerInfo--cell{border-top-color:hsla(0,0%,100%,.13)}.styles-markerInfo--darkTheme .styles-markerInfo--chart{color:hsla(0,0%,100%,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--fromTo{background-color:#0a141c}.styles-markerInfo--darkTheme .styles-markerInfo--fromToDates{color:hsla(0,0%,100%,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--avgValue{background-color:#0a141c;color:hsla(0,0%,100%,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--kpiValue{color:hsla(0,0%,100%,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--nameCell{color:#fff}.styles-markerInfo--darkTheme .styles-markerInfo--fromToIcon{color:hsla(0,0%,100%,.87)}.styles-markerInfo--darkTheme .styles-markerInfo--period:not(.styles-markerInfo--activePeriod){background-color:#213a4d;color:#fff}.styles-markerInfo--darkTheme .styles-markerInfo--period:not(.styles-markerInfo--activePeriod):hover{background-color:rgba(31,128,242,.54)}.styles-markerCluster--container{box-sizing:border-box;display:flex;flex-direction:column;padding-bottom:9px;padding-left:9px;padding-top:9px}.styles-markerCluster--container *{box-sizing:border-box}.styles-markerCluster--itemClassName{color:inherit}.styles-markerCluster--ellipsis{background-color:hsla(0,0%,100%,.61);border:1px solid #fff;border-radius:23px;bottom:0;left:0;position:absolute;top:0;width:47px}.styles-markerCluster--darkTheme .styles-markerUtilsStyles--container{background-color:#0a141c}.styles-markerCluster--darkTheme .styles-markerCluster--ellipsis{background-color:rgba(0,0,0,.3);border:1px solid rgba(0,0,0,.5)}.styles-markerCluster--darkTheme .styles-markerUtilsStyles--typeItem{background-color:#0a141c}.styles-markerCluster--darkTheme .styles-markerUtilsStyles--clusterValue{color:hsla(0,0%,100%,.87)}.styles-locationPropertyEditor--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-locationPropertyEditor--container{grid-row-gap:15px;display:grid;grid-auto-flow:row;row-gap:15px}.styles-locationPropertyEditor--buttons{width:100%}.styles-locationPropertyEditor--locationViewContainer{grid-row-gap:17px;display:grid;grid-auto-flow:row;row-gap:17px}.styles-locationPropertyEditor--item{grid-column-gap:4px;align-items:flex-end;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:50px auto}.styles-locationPropertyEditor--itemName{color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;font-size:10px;letter-spacing:0;line-height:11px;text-overflow:ellipsis}.mdc-theme--dark .styles-locationPropertyEditor--itemName{color:hsla(0,0%,100%,.6)}.styles-locationPropertyEditor--itemValue{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:15px;letter-spacing:0;line-height:18px}.mdc-theme--dark .styles-locationPropertyEditor--itemValue{color:#fff}.styles-locationPropertyEditor--locationButtonContent{grid-column-gap:8px;align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-auto-flow:column}.styles-locationPropertyEditor--findLocationButton{height:24px;padding-left:0}.styles-locationPropertyEditor--locationButtonText{font-size:12px;font-weight:500;letter-spacing:0;line-height:14px;text-transform:none}.mdc-theme--dark .styles-locationPropertyEditor--findLocationButton{--mdc-theme-primary:hsla(0,0%,100%,.6)}.styles-mapLayer--container{display:flex;flex-direction:column;height:100%;position:relative}.styles-mapLayer--container .leaflet-pane{z-index:0}.styles-renderer--markersVisible{pointer-events:none}.styles-renderer--editingByTool{pointer-events:all!important}.styles-mapSchemesLayer--layerContainer{position:absolute}.viewStyles-projectNameViewStyles--editContainer{display:flex;flex-wrap:wrap;justify-content:space-between}.viewStyles-projectNameViewStyles--readContainer{align-items:flex-start;display:flex}.viewStyles-projectNameViewStyles--sizeLabel{margin-left:5px}.viewStyles-projectNameViewStyles--copyIdTooltip{cursor:pointer;margin-left:8px;margin-top:-3px}.viewStyles-projectNameViewStyles--select{margin-left:16px;max-width:230px;width:100%}.viewStyles-projectNameViewStyles--nameField{flex:1;min-width:250px}.styles-entityPermissionsTableStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-entityPermissionsTableStyles--entityLink{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-entityPermissionsTableStyles--entityLink:focus{outline:none}.styles-entityPermissionsTableStyles--chipsContainer{align-items:flex-start;display:flex;flex-direction:column;padding-top:15px}.styles-entityPermissionsTableStyles--chip{margin-bottom:12px;margin-right:8px}.styles-entityPermissionsTableStyles--table .ui-kit-table__headercells{top:-30px}.styles-portalProjectView--baseProjectView .mdc-tabs{margin-top:0}.panels-panelStyles--panel{background-color:rgba(0,0,0,.05);display:flex;flex-direction:column;position:relative}.panels-panelStyles--darkTheme{background-color:#0a141c}.subviews-projectListSubViewStyles--container{align-items:center;margin-right:-18px;padding:15px 10px;position:relative;width:120px}.subviews-projectListSubViewStyles--kpiBlock{align-items:center;display:flex;justify-content:space-between;margin-bottom:1px}.subviews-projectListSubViewStyles--kpiBlockError{justify-content:flex-start}.subviews-projectListSubViewStyles--kpi:last-child{margin-bottom:0}.subviews-projectListSubViewStyles--mainKpiValue{color:#000;font-size:18px;font-weight:300;line-height:21px;margin-bottom:15px;min-height:25px;text-align:center}.subviews-projectListSubViewStyles--kpiValue{color:rgba(0,0,0,.54);font-size:10px;line-height:10px;margin-left:10px;white-space:nowrap}.subviews-projectListSubViewStyles--kpiDot{border-radius:50%;display:inline-block;height:5px;margin-right:5px;width:5px}.subviews-projectListSubViewStyles--kpiNoScale{align-items:center;display:flex;margin-bottom:2px}.subviews-projectListSubViewStyles--kpiName{color:rgba(0,0,0,.54);font-size:10px}.subviews-projectListSubViewStyles--item{position:relative}.subviews-projectListSubViewStyles--kpiesContainer{width:100%}.subviews-projectListSubViewStyles--scaleTooltip{font-size:0;justify-content:space-between;width:100%}.subviews-projectListSubViewStyles--blockTooltip{margin-left:auto}.subviews-projectListSubViewStyles--darkTheme .subviews-projectListSubViewStyles--mainKpiValue{color:#fff}.subviews-projectListSubViewStyles--darkTheme .subviews-projectListSubViewStyles--kpiName,.subviews-projectListSubViewStyles--darkTheme .subviews-projectListSubViewStyles--kpiValue{color:hsla(0,0%,100%,.38)}.subviews-projectGridSubViewStyles--container{align-items:flex-start;flex-direction:row;justify-content:space-between;margin-left:-18px;margin-right:-18px;padding:10px 18px 12px;width:100%}.subviews-projectGridSubViewStyles--containerHovered .subviews-projectGridSubViewStyles--errorHoveredScaler,.subviews-projectGridSubViewStyles--containerHovered .subviews-projectGridSubViewStyles--kpiContainer{margin-bottom:1px}.subviews-projectGridSubViewStyles--kpiContainer{align-items:center;display:flex;flex-basis:auto;flex-grow:0;justify-content:space-between;margin-bottom:4px}.subviews-projectGridSubViewStyles--kpiContainer:last-child{margin-bottom:0}.subviews-projectGridSubViewStyles--kpiesContainer{flex-grow:1}.subviews-projectGridSubViewStyles--mainValue{color:#000;font-size:13px;font-weight:500;line-height:15px;margin-right:8px}.subviews-projectGridSubViewStyles--kpiValue{color:rgba(0,0,0,.54);font-size:10px;line-height:10px;margin-left:10px;white-space:nowrap}.subviews-projectGridSubViewStyles--kpiDot{border-radius:50%;display:inline-block;height:5px;margin-right:5px;width:5px}.subviews-projectGridSubViewStyles--kpiNoScale{align-items:center;display:flex;margin-bottom:2px}.subviews-projectGridSubViewStyles--kpiNoScale .subviews-projectGridSubViewStyles--kpiValue{margin-left:auto}.subviews-projectGridSubViewStyles--kpiError{align-items:center;display:flex}.subviews-projectGridSubViewStyles--kpiErrorIcon{margin-left:auto;position:relative}.subviews-projectGridSubViewStyles--kpiName{color:rgba(0,0,0,.54);font-size:10px}.subviews-projectGridSubViewStyles--scaleTooltip{width:100%}.subviews-projectGridSubViewStyles--darkTheme .subviews-projectGridSubViewStyles--mainValue{color:#fff}.subviews-projectGridSubViewStyles--darkTheme .subviews-projectGridSubViewStyles--kpiName,.subviews-projectGridSubViewStyles--darkTheme .subviews-projectGridSubViewStyles--kpiValue{color:hsla(0,0%,100%,.38)}.styles-map--map{z-index:1}.styles-map--mapContainer{display:flex;flex-direction:column;height:100%;position:relative}.styles-map--legend{position:absolute;right:0;top:0;z-index:2}.styles-map--fitBoundsIcon{color:#dedede;cursor:pointer;position:absolute;right:25px;top:20px;z-index:1}.styles-map--fitBoundsIcon:focus{outline:none}.styles-map--mapCluster,.styles-map--mapMarker{color:inherit}.styles-map--darkTheme .styles-map--mapContainer{display:none}.styles-map--darkTheme .styles-map--fitBoundsIcon{color:#1f3648}.styles-map--darkTheme .leaflet-container{background-color:#000}.subviews-projectsMapSubViewStyles--mapIcon{margin-left:2px}.styles-projectsView--mapView,.styles-projectsView--mapView .itemsaware-baseViewStyles--content{padding:0}.styles-projectsPageStyles--header{align-items:center;color:#686868;display:flex;justify-content:space-between;padding-right:16px;width:100%}.styles-projectsPageStyles--icon{color:#dedede;cursor:pointer}.styles-projectsPageStyles--icon.styles-projectsPageStyles--activeIcon,.styles-projectsPageStyles--icon:hover{color:#8a8a8a}.styles-projectsPageStyles--icon:focus{outline:none}.styles-projectsPageStyles--projectMapView{color:red}.styles-projectSettingsStyles--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectSettingsStyles--isEdit .ui-kit-table__header h1{color:#1f96f2;font-size:14px;font-weight:500;height:auto;letter-spacing:.04em;line-height:2.25em;visibility:visible;width:auto}.styles-projectSettingsStyles--isEdit .ui-kit-table__header h1:hover{cursor:pointer}.styles-projectSettingsStyles--isEdit .ui-kit-table-headcell--remove{width:8%!important}.styles-projectSettingsStyles--isEdit div.ui-kit-table-cell.ui-kit-table-cell--remove{display:flex;width:8%!important}.styles-projectSettingsStyles--isEdit .ui-kit-table-headcell--name{width:46%!important}.styles-projectSettingsStyles--isEdit div.ui-kit-table-cell.ui-kit-table-cell--name{margin:10px;width:46%!important}.styles-projectSettingsStyles--isEdit .ui-kit-table-headcell--value,.styles-projectSettingsStyles--isEdit div.ui-kit-table-cell.ui-kit-table-cell--value{width:46%!important}.styles-projectSettingsStyles--isEdit .ui-kit-table-cell__content{margin:10px;padding:0}.styles-projectSettingsStyles--settings{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:20px}.styles-projectSettingsStyles--display-flex{display:flex}.styles-projectSettingsStyles--tag-chooser{width:90%}.styles-projectSettingsStyles--tag-chooser div.styles-projectSettingsStyles--styles-tagChooser--nameHolder{font-size:30px}.styles-projectSettingsStyles--delete-icon{align-items:center;display:flex;justify-content:center;width:10%}.styles-projectSettingsStyles--tagsTable{margin-top:20px}.styles-projectSettingsStyles--nameEdit{border-width:0 0 1px;font-size:16px;line-height:23px;outline-width:0;width:100%}.styles-projectSettingsStyles--nameEdit::-moz-placeholder{color:rgba(38,44,51,.38)}.styles-projectSettingsStyles--nameEdit::placeholder{color:rgba(38,44,51,.38)}.styles-projectSettingsStyles--calculation{margin-bottom:20px;margin-top:20px}.styles-projectSettingsStyles--calculationEnabled{margin:9px 0}.styles-projectSettingsStyles--calculationSettings{align-items:flex-start;display:flex;justify-content:space-between}.styles-projectSettingsStyles--calculationName{width:100%}.styles-projectSettingsStyles--calculationParams{flex-grow:1;flex-shrink:0;margin:0 10px 0 0}.styles-projectSettingsStyles--container .mdc-tab-bar-holder{top:-16px}.styles-projectSettingsStyles--header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.styles-projectSettingsStyles--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;white-space:nowrap}.mdc-theme--dark .styles-projectSettingsStyles--label{color:hsla(0,0%,100%,.54)}.styles-projectSettingsStyles--camera{grid-gap:16px;align-items:center;background-color:rgba(0,0,0,.03);display:grid;grid-auto-columns:minmax(40px,auto);grid-template-areas:"field-name field-url btn-delete" "field-login field-pwd btn-delete" "field-trusted field-trusted btn-delete";grid-template-columns:repeat(2,4fr) .5fr;margin-bottom:4px;padding:12px;position:relative}@media only screen and (max-width:680px){.styles-projectSettingsStyles--camera{grid-template-areas:"field-name btn-delete" "field-url btn-delete" "field-login btn-delete" "field-pwd btn-delete" "field-trusted btn-delete";grid-template-columns:4fr .5fr}}.styles-projectSettingsStyles--camera:last-child{margin-bottom:0}.styles-projectSettingsStyles--camera.styles-projectSettingsStyles--cameraRead{align-items:center;grid-template-areas:"field-name";grid-template-columns:repeat(auto-fit,minmax(100px,auto))}.styles-projectSettingsStyles--cameraName{grid-area:field-name}.styles-projectSettingsStyles--cameraUrl{grid-area:field-url}.styles-projectSettingsStyles--cameraLogin{grid-area:field-login}.styles-projectSettingsStyles--cameraPwd{grid-area:field-pwd}.styles-projectSettingsStyles--cameraTrusted{grid-area:field-trusted}.styles-projectSettingsStyles--deleteIcon{align-self:start;grid-area:btn-delete}.styles-projectSettingsStyles--deleteIcon:not(:disabled),.styles-projectSettingsStyles--removeIcon:not(:disabled){color:rgba(0,0,0,.54)}.styles-projectSettingsStyles--nimbusSettings{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:12px}.styles-projectSettingsStyles--nimbusConnectionType{margin-bottom:20px}.styles-projectSettingsStyles--nameView{flex:1;position:relative}.styles-projectSettingsStyles--fromTemplateSign{left:-14px;position:absolute;top:-14px}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .ui-kit-table__header h1{height:auto;visibility:visible;width:auto}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit div.ui-kit-table-cell.ui-kit-table-cell--name{background-color:#000}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .ui-kit-table--material .ui-kit-table-cell__content input{background-color:#000;border:none;color:hsla(0,0%,100%,.87);font-size:16px}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .styles-projectSettingsStyles--label{color:hsla(0,0%,100%,.54)}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .styles-projectSettingsStyles--camera{background-color:rgba(105,189,255,.03)}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .styles-projectSettingsStyles--paramDeleteIcon svg{color:#e1e4e6}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .styles-projectSettingsStyles--deleteIcon:not(:disabled){color:hsla(0,0%,100%,.38)}.styles-projectSettingsStyles--darkTheme .styles-projectSettingsStyles--isEdit .styles-projectSettingsStyles--removeIcon:not(:disabled){color:hsla(0,0%,100%,.87)}.styles-projectSettingsStyles--simulationTags{margin-top:16px}.styles-projectSettingsStyles--paramDeleteIcon{justify-self:center;margin-right:10px}.styles-projectSettingsStyles--settingField{margin-bottom:9px}.styles-projectSettingsStyles--tableParams{flex-grow:1;flex-shrink:0;margin:0 10px 0 0}.styles-projectSettingsStyles--tableSettings{align-items:flex-start;display:flex;justify-content:space-between}.styles-projectSettingsStyles--metryFeedsTitle{align-items:center;display:flex;justify-content:space-between}.styles-projectSettingsStyles--metryFeedContainer{margin-bottom:45px;margin-top:20px}.styles-projectSettingsStyles--metryIDColumn{word-wrap:break-word}.styles-chooseTemplatesDialog--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-chooseTemplatesDialog--item{margin-bottom:10px}.styles-chooseTemplatesDialog--template{display:flex;margin-bottom:5px}.styles-chooseTemplatesDialog--templateDiv{margin-bottom:5px}.styles-chooseTemplatesDialog--expandIcon{margin-left:5px}.styles-chooseTemplatesDialog--expandIcon svg{color:#757575}.styles-chooseTemplatesDialog--expanded{rotate:90deg}.styles-chooseTemplatesDialog--templateDialog{max-height:80vh;overflow-x:hidden;overflow-y:auto}.styles-managerPlaceholder--container{grid-gap:16px;display:grid}.styles-credentialsSection--header{margin:0}.styles-credentialsSection--container{grid-gap:16px;align-items:center;display:grid;grid-template-columns:1fr auto;justify-self:stretch}.styles-numerousManagerEdit--container{grid-gap:16px;display:grid;justify-items:start}.styles-numerousManagerEdit--enableSimulation{align-self:flex-start}.styles-simulationGroupViewStyles--tagRow{align-items:center;display:flex;width:100%}.styles-simulationGroupViewStyles--tagIcon{color:rgba(0,0,0,.38);margin-right:12px}.styles-simulationGroupViewStyles--table{margin-left:0;margin-right:0}.styles-simulationGroupViewStyles--darkTheme .styles-simulationGroupViewStyles--tagIcon{color:hsla(0,0%,100%,.38)}.styles-mestroStyles--isEdit .ui-kit-table__header h1{color:#1f96f2;font-size:14px;font-weight:500;height:auto;letter-spacing:.04em;line-height:2.25em;visibility:visible;width:auto}.styles-mestroStyles--isEdit .ui-kit-table__header h1:hover{cursor:pointer}.styles-mestroStyles--settings{grid-gap:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:20px}.styles-mestroStyles--mestroWrapper{display:flex;flex-direction:column;margin-bottom:20px}.styles-mestroStyles--mestroLoginButtonWrapper{margin-bottom:20px;width:50%}.styles-mestroStyles--interval{margin:10px 0 20px}.styles-mestroStyles--errorMessage{color:red}.styles-tableEditStyles--header{margin-bottom:20px}.styles-tableEditStyles--header,.styles-tableEditStyles--item{align-items:center;display:flex;justify-content:space-between}.styles-tableEditStyles--column{align-items:center;display:flex}.styles-tableEditStyles--table .ui-kit-tree-table-cell--changeTagsValues .ui-kit-tree-table-cell__content,.styles-tableEditStyles--table .ui-kit-tree-table-cell--login .ui-kit-tree-table-cell__content,.styles-tableEditStyles--table .ui-kit-tree-table-cell--manageProjects .ui-kit-tree-table-cell__content{align-items:center;display:flex;justify-content:center;padding:0}.styles-tableEditStyles--table .ui-kit-tree-table-headcell--changeTagsValues .ui-kit-tree-table-headcell__content,.styles-tableEditStyles--table .ui-kit-tree-table-headcell--login .ui-kit-tree-table-headcell__content,.styles-tableEditStyles--table .ui-kit-tree-table-headcell--manageProjects .ui-kit-tree-table-headcell__content{padding:0;text-align:center}.styles-tableEditStyles--table .ui-kit-tree-table__headercells{top:-18px}.styles-tableEditStyles--globalSettingsItem{align-items:center;display:flex;transform:translateX(-24px)}.styles-tableEditStyles--globalSettingsItemName{font-weight:500}.styles-tableEditStyles--generalIcon{margin-right:10px;opacity:.54}.styles-tableEditStyles--tfaTypeSelect .mdc-select__surface{font-size:15px;height:26px}.styles-tableEditStyles--tfaTypeSelect .mdc-select__selected-text{margin-bottom:-3px}.styles-tableEditStyles--tfaTypeSelect.mdc-select{height:26px}.styles-inviteUserDialogStyles--container{color:rgba(0,0,0,.87)}.styles-inviteUserDialogStyles--addNewMember{margin-bottom:6px}.styles-inviteUserDialogStyles--warning{margin-bottom:12px}.styles-inviteUserDialogStyles--okButton{margin-left:auto}.styles-inviteUserDialogStyles--darkTheme.styles-inviteUserDialogStyles--container{color:hsla(0,0%,100%,.87)}.styles-applicationLogo--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-applicationLogo--container{display:inline-flex;position:relative}.styles-applicationLogo--empty{border:1px dashed #2397f4}.styles-applicationLogo--error{background-color:rgba(213,0,0,.05);border:1px solid #f3b4b4}.styles-applicationLogo--dragZone{align-items:center;border:1px solid rgba(105,189,255,.26);border-radius:2px;display:flex;flex-direction:column;height:66px;justify-content:center;padding:20px 45px;position:relative;width:380px}.styles-applicationLogo--emptyZone{height:106px;padding-bottom:0;padding-top:0}.styles-applicationLogo--fileContainer{font-size:0;width:180px}.styles-applicationLogo--image{font-size:0;max-height:66px;max-width:100%}.styles-applicationLogo--errorIcon{color:#d50000;left:9px;position:absolute;top:9px}.styles-applicationLogo--removeButton{--mdc-theme-primary:#000;position:absolute;right:3px;top:3px}.styles-applicationLogo--emptyContainer{align-items:center;display:flex;flex-direction:column}.styles-applicationLogo--errorContainer{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.styles-applicationLogo--label{color:rgba(0,0,0,.54);font-size:9px;letter-spacing:0;line-height:11px;text-align:center}.styles-applicationLogo--input{display:none}.styles-applicationLogo--dndIcon{color:#69bdff;opacity:.26}.styles-applicationLogo--browse{color:#1f96f2;cursor:pointer}.styles-applicationLogo--imageReadContainer{align-items:center;display:flex;height:66px;width:380px}.styles-applicationLogo--darkTheme .styles-applicationLogo--removeButton{--mdc-theme-primary:#fff}.styles-applicationLogo--darkTheme .styles-applicationLogo--label{color:hsla(0,0%,100%,.38)}.styles-inviteUserPage--container{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;position:relative}.styles-inviteUserPage--confirmButton{align-self:flex-end;margin-top:auto}.styles-inviteUserPage--content,.styles-signUpForm--formWrapper{display:flex;flex-direction:column;flex-grow:1}.styles-signUpForm--formWrapper{width:100%}.styles-signUpForm--form{display:flex;flex-direction:column;flex-grow:1}.styles-signUpForm--fillFields{margin-bottom:10px}.styles-signUpForm--name,.styles-signUpForm--password,.styles-signUpForm--passwordConfirm,.styles-signUpForm--surname{margin-top:5px}.styles-signUpForm--formContent{display:flex;flex-direction:column;flex-grow:1;max-width:360px}.styles-signUpForm--button{margin-left:auto;margin-top:15px}.styles-signUpForm--successContainer{display:flex;flex-direction:column;flex-grow:1}.styles-signUpForm--loginButton{margin-left:auto;margin-top:auto}.styles-signUpForm--hidden{display:none}.styles-signalWatchersTable--table{color:rgba(0,0,0,.87);font-size:15px}.styles-signalWatchersTable--table .ui-kit-table__header{display:none}.styles-signalWatchersTable--table .ui-kit-table-headcell__content{align-items:center;color:rgba(0,0,0,.7);display:flex;font-size:12px;font-weight:500;height:44px;letter-spacing:0;line-height:1.3333;padding-bottom:0;padding-top:0}.styles-signalWatchersTable--table .ui-kit-table-cell,.styles-signalWatchersTable--table .ui-kit-table-row__main__content{height:100%}.styles-signalWatchersTable--table .ui-kit-table-cell__content{align-items:center;display:flex;height:100%;padding-bottom:0;padding-top:0}.styles-signalWatchersTable--table .ui-kit-table-row:hover .ui-kit-table-cell{background-color:rgba(105,189,255,.12)}.styles-signalWatchersTable--table.ui-kit-table--material{border-radius:0;box-shadow:none;margin:0}.styles-signalWatchersTable--date{font-size:12px}.styles-signalWatchersTable--state{background:radial-gradient(circle,#7a7a7a 0,#cfcfcf 100%);border-radius:50%;box-shadow:0 0 2px 0 hsla(0,0%,100%,.5);height:16px;opacity:.4;width:16px}.styles-signalWatchersTable--activeState{background:radial-gradient(circle,#72eaff 0,#3ec7ff 62.92%,#2ebdff 81.6%,#2f93ff 100%);box-shadow:0 0 5px 0 #77c4ff;opacity:1}.styles-signalWatchersTable--nameWrapper{align-items:center;display:flex}.styles-signalWatchersTable--name{margin-right:10px}.styles-signalWatchersTable--darkTheme.styles-signalWatchersTable--table{color:hsla(0,0%,100%,.87)}.styles-signalWatcherView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-signalWatcherView--titleBlock{align-items:center;display:flex;justify-content:flex-start}.styles-signalWatcherView--isEditTitle{justify-content:space-between}.styles-signalWatcherView--isEditTitle .styles-signalWatcherView--title{flex-grow:1}.styles-signalWatcherView--intervals{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:20px}.styles-signalWatcherView--settings{padding-bottom:6px!important}.styles-signalWatcherView--secondaryText{color:rgba(0,0,0,.54)}.styles-signalWatcherView--condition{grid-template-columns:2fr 2fr 2fr 1fr 1fr}.styles-signalWatcherView--rowSaveZone{grid-column-end:6;grid-column-start:4;grid-row-start:1}.styles-signalWatcherView--darkTheme .styles-signalWatcherView--secondaryText{color:hsla(0,0%,100%,.38)}.styles-signalWatcherView--state{background:radial-gradient(circle,#7a7a7a 0,#cfcfcf 100%);border-radius:50%;box-shadow:0 0 2px 0 hsla(0,0%,100%,.5);flex-basis:16px;height:16px;margin-left:10px;opacity:.4;width:16px}.styles-signalWatcherView--activeState{background:radial-gradient(circle,#72eaff 0,#3ec7ff 62.92%,#2ebdff 81.6%,#2f93ff 100%);box-shadow:0 0 5px 0 #77c4ff;opacity:1}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-unselectable{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.fc{display:flex;flex-direction:column;font-size:1em}.fc,.fc *,.fc :after,.fc :before{box-sizing:border-box}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{padding:0;vertical-align:top}.fc a[data-navlink]{cursor:pointer}.fc a[data-navlink]:hover{text-decoration:underline}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:fcicons;font-style:normal;font-weight:400;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype")}.fc-icon{speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:fcicons!important;font-style:normal;font-variant:normal;font-weight:400;height:1em;line-height:1;text-align:center;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1em}.fc-icon-chevron-left:before{content:"\e900"}.fc-icon-chevron-right:before{content:"\e901"}.fc-icon-chevrons-left:before{content:"\e902"}.fc-icon-chevrons-right:before{content:"\e903"}.fc-icon-minus-square:before{content:"\e904"}.fc-icon-plus-square:before{content:"\e905"}.fc-icon-x:before{content:"\e906"}.fc .fc-button{border-radius:0;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible;text-transform:none}.fc .fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc .fc-button{-webkit-appearance:button}.fc .fc-button:not(:disabled){cursor:pointer}.fc .fc-button::-moz-focus-inner{border-style:none;padding:0}.fc .fc-button{background-color:transparent;border:1px solid transparent;border-radius:.25em;display:inline-block;font-size:1em;font-weight:400;line-height:1.5;padding:.4em .65em;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.fc .fc-button:hover{text-decoration:none}.fc .fc-button:focus{box-shadow:0 0 0 .2rem rgba(44,62,80,.25);outline:0}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{background-color:#2c3e50;background-color:var(--fc-button-bg-color,#2c3e50);border-color:#2c3e50;border-color:var(--fc-button-border-color,#2c3e50);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:hover{background-color:#1e2b37;background-color:var(--fc-button-hover-bg-color,#1e2b37);border-color:#1a252f;border-color:var(--fc-button-hover-border-color,#1a252f);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:disabled{background-color:#2c3e50;background-color:var(--fc-button-bg-color,#2c3e50);border-color:#2c3e50;border-color:var(--fc-button-border-color,#2c3e50);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background-color:#1a252f;background-color:var(--fc-button-active-bg-color,#1a252f);border-color:#151e27;border-color:var(--fc-button-active-border-color,#151e27);color:#fff;color:var(--fc-button-text-color,#fff)}.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button .fc-icon{font-size:1.5em;vertical-align:middle}.fc .fc-button-group{display:inline-flex;position:relative;vertical-align:middle}.fc .fc-button-group>.fc-button{flex:1 1 auto;position:relative}.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}.fc .fc-toolbar{align-items:center;display:flex;justify-content:space-between}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-scroller-harness{direction:ltr;overflow:hidden;position:relative}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-scrollgrid,.fc .fc-scrollgrid table{table-layout:fixed;width:100%}.fc .fc-scrollgrid table{border-left-style:hidden;border-right-style:hidden;border-top-style:hidden}.fc .fc-scrollgrid{border-bottom-width:0;border-collapse:separate;border-right-width:0}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section table,.fc .fc-scrollgrid-section>td{height:1px}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-left-width:0;border-top-width:0}.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>*{border-bottom-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:#fff;background:var(--fc-page-bg-color,#fff);position:sticky;z-index:3}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-view-harness-active>.fc-view{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-non-business{background:hsla(0,0%,84%,.3);background:var(--fc-non-business-color,hsla(0,0%,84%,.3))}.fc .fc-bg-event{background:#8fdf82;background:var(--fc-bg-event-color,#8fdf82);opacity:.3;opacity:var(--fc-bg-event-opacity,.3)}.fc .fc-bg-event .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em);font-style:italic;margin:.5em}.fc .fc-highlight{background:rgba(188,232,241,.3);background:var(--fc-highlight-color,rgba(188,232,241,.3))}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:hsla(0,0%,82%,.3);background:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3))}a.fc-event,a.fc-event:hover{text-decoration:none}.fc-event.fc-event-draggable,.fc-event[href]{cursor:pointer}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event-selected .fc-event-resizer,.fc-event:hover .fc-event-resizer{display:block}.fc-event-selected .fc-event-resizer{background:#fff;background:var(--fc-page-bg-color,#fff);border-color:inherit;border-radius:4px;border-radius:calc(var(--fc-event-resizer-dot-total-width, 8px)/2);border-style:solid;border-width:1px;border-width:var(--fc-event-resizer-dot-border-width,1px);height:8px;height:var(--fc-event-resizer-dot-total-width,8px);width:8px;width:var(--fc-event-resizer-dot-total-width,8px)}.fc-event-selected .fc-event-resizer:before{bottom:-20px;content:"";left:-20px;position:absolute;right:-20px;top:-20px}.fc-event-selected{box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event-selected:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:3}.fc-event-selected:after{background:rgba(0,0,0,.25);background:var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;z-index:1}.fc-h-event{background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8);border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);display:block}.fc-h-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;left:0;max-width:100%;overflow:hidden;right:0;vertical-align:top}.fc-h-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{bottom:0;top:0;width:8px;width:var(--fc-event-resizer-thickness,8px)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:-4px;left:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:-4px;right:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-h-event.fc-event-selected .fc-event-resizer{margin-top:-4px;margin-top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2);top:50%}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:-4px;left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:-4px;right:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc .fc-popover{box-shadow:0 2px 6px rgba(0,0,0,.15);position:absolute;z-index:9999}.fc .fc-popover-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;font-size:1.1em;opacity:.65}.fc-theme-standard .fc-popover{background:#fff;background:var(--fc-page-bg-color,#fff);border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc-theme-standard .fc-popover-header{background:hsla(0,0%,82%,.3);background:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3))}:root{--fc-daygrid-event-dot-width:8px}.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{clear:both;content:"";display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-daygrid-day-frame{min-height:100%;position:relative}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{padding:4px;position:relative;z-index:4}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{left:0;position:absolute;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{min-height:2em;position:relative}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{left:0;position:absolute;right:0;top:0}.fc .fc-daygrid-bg-harness{bottom:0;position:absolute;top:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{margin-top:1px;z-index:6}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;padding:2px 3px 0}.fc .fc-daygrid-day-bottom:before{clear:both;content:"";display:table}.fc .fc-daygrid-more-link{cursor:pointer;position:relative;z-index:4}.fc .fc-daygrid-week-number{background-color:hsla(0,0%,82%,.3);background-color:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3));color:grey;color:var(--fc-neutral-text-color,grey);min-width:1.5em;padding:2px;position:absolute;text-align:center;top:0;z-index:5}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-week-number{border-radius:0 0 3px 0;left:0}.fc-direction-rtl .fc-daygrid-week-number{border-radius:0 0 0 3px;right:0}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em);position:relative;white-space:nowrap}.fc-daygrid-block-event .fc-event-time{font-weight:700}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{align-items:center;display:flex;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;font-weight:700;min-width:0;overflow:hidden}.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}.fc-daygrid-dot-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-daygrid-event-dot{border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width, 8px)/2) solid var(--fc-event-border-color,#3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width, 8px)/2);box-sizing:content-box;height:0;margin:0 4px;width:0}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}.fc-v-event{background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8);border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);display:block}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff);height:100%}.fc-v-event .fc-event-main-frame{display:flex;flex-direction:column;height:100%}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{bottom:0;max-height:100%;overflow:hidden;top:0}.fc-v-event:not(.fc-event-start){border-top-left-radius:0;border-top-right-radius:0;border-top-width:0}.fc-v-event:not(.fc-event-end){border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness,8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%;position:relative;z-index:1}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{border-bottom:0;height:1.5em}.fc .fc-timegrid-slot:empty:before{content:"\00a0"}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{align-items:center;display:flex;justify-content:flex-end;overflow:hidden}.fc .fc-timegrid-axis-cushion{flex-shrink:0;max-width:60px}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols{bottom:0;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{left:0;position:absolute;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{bottom:0;left:0;position:absolute;right:0;top:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}.fc-timegrid-event,.fc-timegrid-more-link{border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{font-size:.85em;font-size:var(--fc-small-font-size,.85em);margin-bottom:1px;white-space:nowrap}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:"\00a0-\00a0"}.fc-timegrid-event-short .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-more-link{background:#d0d0d0;background:var(--fc-more-link-bg-color,#d0d0d0);color:inherit;color:var(--fc-more-link-text-color,inherit);cursor:pointer;margin-bottom:1px;position:absolute;z-index:9999}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-line{border-color:red;border-color:var(--fc-now-indicator-color,red);border-style:solid;border-width:1px 0 0;left:0;position:absolute;right:0;z-index:4}.fc .fc-timegrid-now-indicator-arrow{border-color:red;border-color:var(--fc-now-indicator-color,red);border-style:solid;margin-top:-5px;position:absolute;z-index:4}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}:root{--fc-list-event-dot-width:10px;--fc-list-event-hover-bg-color:#f5f5f5}.fc-theme-standard .fc-list{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-list-empty{align-items:center;background-color:hsla(0,0%,82%,.3);background-color:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3));display:flex;height:100%;justify-content:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{border-style:hidden;width:100%}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{background:#fff;background:var(--fc-page-bg-color,#fff);position:sticky;top:0}.fc .fc-list-table th{padding:0}.fc .fc-list-day-cushion,.fc .fc-list-table td{padding:8px 14px}.fc .fc-list-day-cushion:after{clear:both;content:"";display:table}.fc-theme-standard .fc-list-day-cushion{background-color:hsla(0,0%,82%,.3);background-color:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3))}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc .fc-list-event:hover td{background-color:#f5f5f5;background-color:var(--fc-list-event-hover-bg-color,#f5f5f5)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{border:5px solid #3788d8;border:calc(var(--fc-list-event-dot-width, 10px)/2) solid var(--fc-event-border-color,#3788d8);border-radius:5px;border-radius:calc(var(--fc-list-event-dot-width, 10px)/2);box-sizing:content-box;display:inline-block;height:0;width:0}.fc .fc-list-event-title a{color:inherit;text-decoration:none}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}.styles-projectEventsTreeView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-projectEventsTreeView--container{align-items:center;color:rgba(38,44,52,.87);cursor:pointer;display:flex;font-size:13px;font-weight:500;line-height:1.3846;width:100%}.styles-projectEventsTreeView--highlighted{background-color:#fff9c4;color:inherit;display:inline-block;font-weight:900}.mdc-theme--dark .styles-projectEventsTreeView--highlighted{background-color:transparent}.styles-projectEventsTreeView--status{background:radial-gradient(circle,#7a7a7a 0,#cfcfcf 100%);border-radius:50%;box-shadow:0 0 2px 0 hsla(0,0%,100%,.5);display:inline-block;height:8px;margin:0 8px 0 0;width:8px}.styles-projectEventsTreeView--activeStatus{background:radial-gradient(circle,#99ff31 0,#47fa1b 63.63%,#03c400 100%);box-shadow:0 0 5px 0 #53e800}.styles-projectEventsTreeView--label{display:inline-block;flex:1;font-weight:300;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-projectEventsTreeView--isDisabled{text-decoration:line-through}.styles-projectEventsTreeView--blinkingObject{animation:styles-projectEventsTreeView--blink 2s infinite}@keyframes styles-projectEventsTreeView--blink{0%,to{opacity:1}50%{opacity:0}}.styles-projectEventsTreeView--itemContainer{align-items:center;display:flex}.styles-projectEventsTreeView--itemDisabled{opacity:.38}.styles-projectEventsTreeView--checkbox{margin-right:5px}.styles-projectEventsTreeView--controls{display:flex;justify-content:flex-end;visibility:hidden}.styles-projectEventsTreeView--controls .styles-projectEventsTreeView--create,.styles-projectEventsTreeView--controls .styles-projectEventsTreeView--delete,.styles-projectEventsTreeView--controls .styles-projectEventsTreeView--edit{cursor:pointer;display:inline-block;margin-left:4px;vertical-align:-10px}.styles-projectEventsTreeView--treeContainer{height:100%}.styles-projectEventsTreeView--selectAllCheckbox{margin-left:46px}.styles-projectEventsTreeView--treeView{margin:0}.styles-projectEventsTreeView--treeView .ui-kit-tree-table-headcells__right:before,.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row__right:before{display:none}.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row{border:none}.styles-projectEventsTreeView--treeView .ui-kit-tree-table-cell__content{padding-bottom:0;padding-top:0}.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row__main__content{height:100%}.styles-projectEventsTreeView--treeView .ui-kit-tree-table-cell--controls .ui-kit-tree-table-cell__content{padding-left:10px;padding-right:10px}.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row:hover .styles-projectEventsTreeView--controls{visibility:visible}.styles-projectEventsTreeView--darkTheme .styles-projectEventsTreeView--container{color:hsla(0,0%,100%,.87)}.styles-projectEventsTreeView--darkTheme.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row{border-bottom:1px solid rgba(105,189,255,.26)}.styles-projectEventsTreeView--darkTheme.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row--selected{background-color:rgba(105,189,255,.12)}.styles-projectEventsTreeView--darkTheme.styles-projectEventsTreeView--treeView .ui-kit-tree-table-row--selected .ui-kit-tree-table-cell{background-color:transparent}.styles-selectPage--container{grid-gap:20px;display:grid}.styles-selectPage--container .mdc-text-field--box{margin-bottom:0;margin-top:0}.styles-selectPage--checkbox{margin-bottom:-12px;margin-top:-12px}.styles-selectPage--view{display:flex;flex-direction:column;height:100%;position:relative}.styles-selectPage--tree{flex:1}.styles-noRepeatItem--container{grid-gap:5px;color:rgba(0,0,0,.87);display:grid;grid-template-columns:max-content 1fr max-content 1fr}.styles-noRepeatItem--container.styles-noRepeatItem--darkTheme{color:hsla(0,0%,100%,.87)}.styles-noRepeatItem--label{font-weight:500}.styles-common--monthlyAndYearlyContainer{align-items:baseline;display:flex}.styles-common--label{color:rgba(0,0,0,.87);font-size:15px;line-height:1.333}.styles-common--select{margin:0 16px}.styles-common--select .mdc-select,.styles-common--select .mdc-select__surface{height:35px}.styles-common--select .mdc-select__selected-text{margin-bottom:0}.styles-common--darkTheme .styles-common--label{color:hsla(0,0%,100%,.38)}.styles-configureEventType--container{grid-gap:20px;display:grid}.styles-configureEventType--container .mdc-text-field--box{margin-bottom:0;margin-top:0}.styles-configureEventType--checkbox{margin-bottom:-12px;margin-top:-12px}.styles-scheduleView--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-scheduleView--label{color:rgba(0,0,0,.54);font-family:Roboto,sans-serif;font-size:16px;letter-spacing:0;line-height:19px;margin-right:12px;padding-bottom:8px;white-space:nowrap}.mdc-theme--dark .styles-scheduleView--label{color:hsla(0,0%,100%,.54)}.styles-scheduleView--data{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.styles-scheduleView--valueView{align-items:center;display:flex}.styles-scheduleView--unit{padding-left:10px}.styles-scheduleView--editor [data-entity-subview-placeholder]{min-width:100px}.styles-timeBasedScheduleTagView--grid{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.styles-timeBasedScheduleTagView--tagChooser{grid-column:1/span 2}.styles-configureStartEndTime--container{grid-gap:20px;display:grid}.styles-configureStartEndTime--container .mdc-text-field--box{margin-bottom:0;margin-top:0}.styles-configureStartEndTime--checkbox{margin-bottom:-12px;margin-top:-12px}.styles-emvTemplate--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-emvTemplate--isEdit .ui-kit-table__header h1{color:#1f96f2;font-size:14px;font-weight:500;height:auto;letter-spacing:.04em;line-height:2.25em;visibility:visible;width:auto}.styles-emvTemplate--isEdit .ui-kit-table__header h1:hover{cursor:pointer}.styles-emvTemplate--isEdit .ui-kit-table-headcell--remove{width:8%!important}.styles-emvTemplate--isEdit div.ui-kit-table-cell.ui-kit-table-cell--remove{display:flex;width:8%!important}.styles-emvTemplate--isEdit .ui-kit-table-headcell--name{width:46%!important}.styles-emvTemplate--isEdit div.ui-kit-table-cell.ui-kit-table-cell--name{margin:10px;width:46%!important}.styles-emvTemplate--isEdit .ui-kit-table-headcell--value,.styles-emvTemplate--isEdit div.ui-kit-table-cell.ui-kit-table-cell--value{width:46%!important}.styles-emvTemplate--isEdit .ui-kit-table-cell__content{margin:10px;padding:0}.styles-emvTemplate--nameEdit{border-width:0 0 1px;font-size:16px;line-height:23px;outline-width:0;width:100%}.styles-emvTemplate--nameEdit::-moz-placeholder{color:rgba(38,44,51,.38)}.styles-emvTemplate--nameEdit::placeholder{color:rgba(38,44,51,.38)}.styles-emvTemplate--viewTop{display:flex;margin-bottom:20px}.styles-emvTemplate--name{flex:1}.styles-emvTemplate--removeIcon{margin-left:20px}.styles-emvTemplate--removeIcon:not(:disabled){color:rgba(0,0,0,.54)}.styles-emvTemplate--paramsTable .mdc-text-field--fullwidth{height:40px}.styles-emvTemplate--paramsTable .mdc-text-field--fullwidth .mdc-text-field__input{padding-top:6px!important}.styles-emvTemplate--placeholderView{margin:20px 10px 0}.styles-emvTemplate--darkTheme .ui-kit-table--material .ui-kit-table-cell__content input{background-color:#000;border:none;color:hsla(0,0%,100%,.87);font-size:16px}.styles-emvTemplate--darkTheme .styles-emvTemplate--removeIcon:not(:disabled){color:hsla(0,0%,100%,.87)}.styles-emvTemplate--darkTheme .styles-emvTemplate--paramDeleteIcon svg{color:#e1e4e6}.styles-emvTemplate--paramDeleteIcon{justify-self:center;margin-right:10px}.styles-emvTemplate--deleteIcon:not(:disabled){color:rgba(0,0,0,.54)}.styles-emvTemplate--calculationParams{flex-grow:1;flex-shrink:0;margin:0 10px 0 0}.styles-emvTemplates--noData{margin:20px 0;text-align:center}.styles-emvTemplates--addView{align-items:flex-end;display:flex;flex-direction:column;margin:20px 0}.styles-emvTemplates--templateView{margin-bottom:20px}.styles-pageEntityView--quickSaveMessageView{left:42px;position:absolute;top:0}.styles-pageEntityView--quickSaveMessageContent{background:#ffe7c0;box-shadow:0 2px 4px -1px rgba(0,0,0,.12);color:rgba(0,0,0,.87);font-size:13px;left:50%;padding:8px 16px;position:absolute;top:40px;transform:translateX(-50%);z-index:101}.styles-sharedProjectDashboardViewer--error{background:linear-gradient(180deg,#ea141f,#ef4b4b);box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.styles-sharedProjectDashboardViewer--errorContent{font-size:13px;font-weight:400;line-height:15px;padding:26px 64px}.styles-sharedProjectDashboardPageView--chooseView{height:100%;left:0;margin-left:0;position:absolute;top:0;width:100%}.cookies-overlay{display:none!important}.styles-navigator--backButton{cursor:pointer}.styles-navigator--title{flex:1;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:2rem;padding-right:10px}.styles-navigator--header{align-items:center;display:flex}:root{--mdc-theme-primary:#1f80f2;--mdc-theme-secondary:#1f80f2;--mdc-theme-primary-light:#62a6f6;--mdc-theme-primary-dark:#0b5ebf;--mdc-theme-secondary-light:#62a6f6;--mdc-theme-secondary-dark:#0b5ebf}.styles-tagDataProvider--squareButton{min-width:24px;padding-left:6px;padding-right:6px}.styles-tagDataProvider--buttons{display:flex;width:100%}.styles-tagDataProvider--backButtonHolder{flex:1}.styles-tagDataProvider--backButton{--mdc-theme-primary:#000;margin-right:auto;opacity:.54}.styles-tagDataProvider--backButton:disabled{---mdc-theme-primary:rgba(0,0,0,.26)}.mdc-theme--dark .styles-tagDataProvider--backButton{color:#fff}.mdc-theme--dark .styles-tagDataProvider--backButton:disabled{---mdc-theme-primary:hsla(0,0%,100%,.3)}.styles-tagDataProvider--cancelButton{--mdc-theme-primary:#000;opacity:.54}.styles-tagDataProvider--cancelButton:disabled{---mdc-theme-primary:rgba(0,0,0,.26)}.mdc-theme--dark .styles-tagDataProvider--cancelButton{color:#fff}.mdc-theme--dark .styles-tagDataProvider--cancelButton:disabled{---mdc-theme-primary:hsla(0,0%,100%,.3)}