@charset "UTF-8";.gc-disable-selection *{-webkit-user-select:none;user-select:none}.gc-btn{position:relative;display:inline-block;overflow:visible;box-sizing:border-box;width:auto;height:var(--cui-block-size);padding:0;user-select:none;transition:background-color .2s ease-in-out,opacity .2s ease-in-out;text-align:left;vertical-align:top;color:inherit;border:none;border-radius:var(--cui-border-radius);outline-offset:var(--cui-outline-offset);background-color:var(--cui-btn-bg);font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.gc-btn--transparent{background-color:#0000}.gc-btn--level-warning.gc-btn--transparent{background-color:#0000}.gc-btn--level-error.gc-btn--transparent{background-color:#0000}@media (any-hover: none){.gc-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-bg)}.gc-btn--accent:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-primary-500)}.gc-btn--transparent:not([disabled]):not(.gc-btn--disabled):hover{background-color:#0000}.gc-btn--level-warning.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-warning-500)}.gc-btn--level-warning.gc-btn--transparent.gc-btn--accent:hover{color:var(--cui-warning-500);background-color:#0000}.gc-btn--level-error.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-error-500)}.gc-btn--level-error.gc-btn--transparent.gc-btn--accent:hover{color:var(--cui-error-500);background-color:#0000}}.gc-btn-group__splitter--background-transparent{background-color:#0000}.gc-dd-menu__scroll>.gc-scrollbars__view{padding:calc(var(--cui-padding)*.5) 0}.gc-dd-menu__divider{display:block;width:calc(100% - var(--cui-padding)*2);height:1px;margin:7px var(--cui-padding);background-color:var(--cui-neutral-50)}.gc-dd-menu__item{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size);margin:0;padding:0 var(--cui-padding);cursor:default;user-select:none;text-align:left;text-overflow:ellipsis;color:var(--cui-text-color);border:0;border-radius:0;outline-offset:var(--cui-outline-offset);background-color:#0000;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size);align-items:center}.gc-check__mark{position:absolute;top:var(--cui-padding-sm);left:var(--cui-padding-sm);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);height:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);transition:background-color .2s ease-in-out,border-color .2s ease-in-out;border:2px solid rgba(0,0,0,0);border-radius:var(--cui-border-radius);outline-offset:2px;background-color:var(--cui-neutral-50)}.gc-check{position:relative;display:inline-block;overflow:hidden;height:var(--cui-block-size);padding:0 0 0 var(--cui-block-size);-webkit-user-select:none;user-select:none;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size)}.gc-radio__mark{position:absolute;top:var(--cui-padding-sm);left:var(--cui-padding-sm);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);height:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);transition:background-color .2s ease-in-out,border-color .2s ease-in-out;border:2px solid rgba(0,0,0,0);border-radius:50%;outline-offset:2px;background-color:var(--cui-neutral-50)}.gc-radio__mark:before{position:absolute;top:-2px;left:-2px;display:block;width:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);height:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);content:"";transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:scale(0);opacity:0;background-image:radial-gradient(var(--cui-white),var(--cui-white) 28%,transparent 32%)}.gc-radio{position:relative;display:inline-block;overflow:hidden;height:var(--cui-block-size);padding:0 0 0 var(--cui-block-size);-webkit-user-select:none;user-select:none;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size)}.gc-toggle__input--indeterminate+.gc-toggle__mark:after{left:50%;transition:border-color .2s ease-in-out;transform:translate(-50%);border:2px solid var(--cui-text-color);background-color:#0000}.gc-toggle__mark{position:relative;flex:0 0 auto;width:calc((var(--cui-block-size) - var(--cui-padding-sm)*2)*2);height:calc(var(--cui-block-size) - var(--cui-padding-sm)*2);margin:var(--cui-padding-sm) var(--cui-padding) var(--cui-padding-sm) 0;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;border:2px solid rgba(0,0,0,0);border-radius:calc((var(--cui-block-size) - var(--cui-padding-sm)*2)*.5);outline-offset:2px;background-color:var(--cui-btn-bg)}.gc-toggle__mark:after{position:absolute;top:3px;left:3px;width:calc(var(--cui-block-size) - var(--cui-padding-sm)*2 - 10px);height:calc(var(--cui-block-size) - var(--cui-padding-sm)*2 - 10px);content:"";transition:background-color .2s ease-in-out,transform .2s ease-in-out;border-radius:50%;background-color:var(--cui-text-color)}.gc-toggle{position:relative;display:inline-flex;height:var(--cui-block-size);padding:0;-webkit-user-select:none;user-select:none;text-align:left;vertical-align:top;color:var(--cui-text-color);border:none;background-color:#0000;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size)}@media (any-hover: none){.gc-toggle:hover>.gc-toggle__mark{border-color:#0000}.gc-toggle--invalid:hover>.gc-toggle__mark{border-color:#0000}}.gc-toolbar--with-toggle .gc-toolbar__content:before{position:absolute;top:calc(0px - var(--cui-padding-xs));right:calc(0px - var(--cui-padding-xs));width:calc(100% + var(--cui-padding-xs)*2);height:calc(100% + var(--cui-padding-xs)*2);content:"";opacity:0;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-body);box-shadow:var(--cui-shadow-border)}.gc-toolbar__splitter:after{display:block;width:1px;height:calc(var(--cui-block-size)*.5);margin:calc(var(--cui-block-size)*.25) 0;content:" ";background-color:var(--cui-bg-panels-border)}.gc-size-sm .gc-toolbar__splitter:after{height:calc(var(--cui-block-size-sm)*.5);margin:calc(var(--cui-block-size-sm)*.25) 0}.gc-size-lg .gc-toolbar__splitter:after{height:calc(var(--cui-block-size-lg)*.5);margin:calc(var(--cui-block-size-lg)*.25) 0}.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover{color:var(--cui-primary-800);background-color:#0000}.gc-tabs--transparent .gc-btn:not([disabled]):not(.disabled):hover{color:var(--cui-contrast-text);background-color:#0000}.gc-tabs--transparent .gc-btn.selected{color:var(--cui-contrast-text);background-color:#0000}.gc-input,input[type=text].gc-input,input[type=password].gc-input,input[type=email].gc-input,input[type=url].gc-input{box-sizing:border-box;height:var(--cui-block-size);padding:0 var(--cui-padding-sm);transition:color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out,border-color .2s ease-in-out;vertical-align:top;color:var(--cui-text-color);border:var(--cui-border-width) solid rgba(0,0,0,0);border-radius:var(--cui-border-radius);outline-offset:var(--cui-outline-offset);background-color:var(--cui-neutral-50);box-shadow:none;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:calc(var(--cui-block-size) - var(--cui-border-width)*2)}.gc-textarea,textarea.gc-textarea{box-sizing:border-box;margin:0;padding:calc((var(--cui-block-size) - var(--cui-border-width)*2 - 25px)*.5) var(--cui-padding);resize:none;transition:color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out,border-color .2s ease-in-out;vertical-align:top;color:var(--cui-text-color);border:var(--cui-border-width) solid rgba(0,0,0,0);border-radius:var(--cui-border-radius);outline-offset:var(--cui-outline-offset);background-color:var(--cui-neutral-50);box-shadow:none;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:25px}.gc-textarea--size-sm,textarea.gc-textarea--size-sm{padding:calc((var(--cui-block-size-sm) - var(--cui-border-width)*2 - 20px)*.5) var(--cui-padding);line-height:20px}.gc-textarea--size-lg,textarea.gc-textarea--size-lg{padding:calc((var(--cui-block-size-lg) - var(--cui-border-width)*2 - 30px)*.5) var(--cui-padding);line-height:30px}.gc-label{display:-ms-inline-grid;display:inline-grid;vertical-align:top;-ms-grid-columns:minmax(0,1fr);-ms-grid-rows:minmax(0,auto) minmax(0,1fr);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,auto) minmax(0,1fr);grid-template-areas:"label" "content"}.gc-label--block{display:-ms-grid;display:grid}.gc-label--position-left.gc-label--width-auto,.gc-label--position-right.gc-label--width-auto{-ms-grid-columns:minmax(33%,auto) minmax(50%,1fr);grid-template-columns:minmax(33%,auto) minmax(50%,1fr)}.gc-label--position-right.gc-label--width-auto{-ms-grid-columns:minmax(50%,1fr) minmax(33%,auto);grid-template-columns:minmax(50%,1fr) minmax(33%,auto)}.gc-label--position-bottom{-ms-grid-rows:minmax(0,1fr) minmax(0,auto);grid-template-rows:minmax(0,1fr) minmax(0,auto);grid-template-areas:"content" "label"}.gc-label__label{position:relative;display:flex;flex-direction:column;height:var(--cui-block-size);margin:0;padding:0;-webkit-user-select:none;user-select:none;flex-wrap:nowrap;justify-content:center}.gc-menu__splitter:after{display:block;width:calc(100% - var(--cui-padding-sm)*2);height:1px;margin-left:var(--cui-padding-sm);content:" ";background-color:var(--cui-menu-splitter)}.gc-menu__panel-toggle-chevron{position:absolute;top:50%;left:calc(var(--cui-block-size)*.5);transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:translate(-50%,-50%);pointer-events:none;opacity:0;color:var(--cui-contrast-text-semi-40)}.gc-menu__panel-toggle--size-small .gc-menu__panel-toggle-chevron{left:calc(var(--cui-block-size-sm)*.5)}.gc-menu__panel-toggle--size-large .gc-menu__panel-toggle-chevron{left:calc(var(--cui-block-size-lg)*.5)}.gc-sidebar__toggle-area-bar{position:absolute;top:0;left:-2px;width:2px;height:calc(100% - var(--cui-padding));margin:calc(var(--cui-padding)*.5) 0;transition:transform .2s ease-in-out;transform:scaleY(0);transform-origin:center;pointer-events:none;background-color:var(--cui-primary-500)}.gc-combo .gc-dd>.gc-btn{width:40px;min-width:auto;background:#0000}.gc-modal--default{position:absolute;height:fit-content;max-height:max-content;width:var(--cui-modal-width);border-radius:var(--cui-border-radius);outline:none;background-color:var(--cui-bg-panels);box-shadow:var(--cui-shadow-menu)}.gc-message-box.gc-modal--with-icon .gc-modal__header:not(.gc-modal__header--centered-title){padding-left:calc(var(--cui-icon-size)*.5 + var(--cui-icon-size) + var(--cui-padding))}.gc-message-box .gc-modal__header>.gc-modal__icon{top:0;left:calc(var(--cui-icon-size)*.5)}.gc-message-box .gc-modal__footer{background-color:#0000}.gc-property-grid .gc-property-grid__header{position:relative;display:flex;margin:0 var(--cui-padding) calc(var(--cui-padding-xs)*2);border-radius:var(--cui-border-radius);background-color:var(--cui-primary-500)}.gc-property-grid .gc-property-grid__header>.gc-dd+.gc-btn{padding:0 calc(var(--cui-block-size-sm)*2)}.gc-property-grid .gc-property-grid__header>.gc-input:focus,.gc-property-grid .gc-property-grid__header>.gc-input:hover{border-color:#0000!important;background-color:var(--cui-primary-700)!important}.gc-property-grid .gc-property-grid__container{height:calc(100% - (var(--cui-block-size-sm) + var(--cui-padding-xs)*2))}@media (any-hover: none){.gc-property-grid .gc-property-grid__header .gc-btn:hover>.gc-btn__icon{opacity:.5;color:var(--cui-contrast-text)}.gc-property-grid .gc-property-grid__header>.gc-input:hover:not(:focus){border-color:#0000!important;background-color:var(--cui-primary-500)!important}}.gc-collection-editor--dragging *{user-select:none}.gc-collection-editor--transparent{background-color:#0000}.gc-collection-editor__arrows>.gc-btn{position:absolute;width:100%;height:calc(var(--cui-block-size-sm)*.5)}.gc-collection-editor__header--offset-2{padding-left:calc(var(--cui-block-size-sm)*2 + var(--cui-padding-xs)*2)}.gc-side-editor__side:not(.gc-side-editor__side--default) .gc-label{-ms-grid-columns:var(--cui-block-size-sm) minmax(0,1fr);grid-template-columns:var(--cui-block-size-sm) minmax(0,1fr)}.gc-binding-wrapper__toggle{width:var(--toggleSize);height:var(--toggleSize);margin:calc((var(--cui-block-size-sm) - var(--toggleSize))/2) auto;transition:background-color .2s ease-in-out,outline-color .2s ease-in-out;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-300);outline-offset:2px;outline-width:2px;outline-style:solid;outline-color:#0000}.gc-binding-wrapper>.gc-dd>.gc-btn:hover:not(:disabled){background-color:#0000}@media (any-hover: none){.gc-binding-wrapper>.gc-dd>.gc-btn:hover .gc-binding-wrapper__toggle{outline-color:#0000}.gc-binding-wrapper--modified>.gc-dd>.gc-btn:hover .gc-binding-wrapper__toggle,.gc-binding-wrapper--bind>.gc-dd>.gc-btn:hover .gc-binding-wrapper__toggle{outline-color:#0000}}.gc-color__shades>div:after{position:absolute;top:0;left:0;display:block;box-sizing:border-box;width:100%;height:100%;content:"";transition:border-color .2s ease-in-out;border:var(--cui-border-width) solid rgba(0,0,0,0)}.gc-color-picker__preview{flex:0 0 auto;width:calc(var(--cui-block-size-sm)*3);height:calc(var(--cui-block-size-sm)*3);margin-right:var(--cui-padding);border:1px solid var(--cui-overlay);border-radius:var(--cui-border-radius)}.gc-color-picker__settings>span{display:block;height:15px;-webkit-user-select:none;user-select:none;font-size:var(--cui-text-size-sm);line-height:15px}.gc-color-picker__hex{flex:0 0 auto;width:calc(var(--cui-block-size-sm)*3);margin-right:var(--cui-padding)}.gc-color-dropdown>.gc-btn-group{margin:var(--cui-padding);margin-bottom:calc(var(--cui-padding)/3)}@media (any-hover: none){.gc-color__main:hover:after{border:var(--cui-border-width) solid var(--cui-overlay)}.gc-color__shades>div:hover:after{border:var(--cui-border-width) solid rgba(0,0,0,0)}.gc-color-picker__preview:hover{border:1px solid var(--cui-overlay)}}.cui-step{align-self:stretch;justify-self:stretch;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;font-size:var(--cui-text-size);border-radius:var(--cui-border-radius);user-select:none;z-index:2}.gc-progress--transparent{background-color:#0000}.gc-slider{position:relative;user-select:none;-webkit-user-select:none;display:block;transition:opacity .2s ease-in-out}.gc-slider--mode-X{width:auto;height:calc(var(--cui-block-size-sm)*.5)}.gc-slider--mode-Y{width:calc(var(--cui-block-size-sm)*.5);height:calc(var(--cui-block-size-sm)*5)}.gc-slider--mode-XY{width:calc(var(--cui-block-size-sm)*5);height:calc(var(--cui-block-size-sm)*5)}.gc-slider__toggle{position:absolute;top:0;left:0;width:calc(var(--cui-block-size-sm)*.5);height:calc(var(--cui-block-size-sm)*.5);transition:background-color .2s ease-in-out;transform:translate(-50%) translateY(-50%);border:2px solid #fff;border-radius:50%;background-color:var(--cui-primary-500);box-shadow:var(--cui-shadow-border)}.gc-expand-editor--transparent{background-color:#0000}.gc-badge--custom{padding:0;color:inherit;background:#0000;box-shadow:none}.gc-notifications-container--position-bottom-left{margin:0 0 var(--cui-block-size-sm) calc(var(--cui-block-size-sm)*.5)}.gc-notifications-container--position-bottom-right{margin:0 calc(var(--cui-block-size-sm)*.5) var(--cui-block-size-sm) 0}.gc-notifications-container--position-top-left{flex-direction:column-reverse;margin:var(--cui-block-size-sm) 0 0 calc(var(--cui-block-size-sm)*.5)}.gc-notifications-container--position-top-right{flex-direction:column-reverse;margin:var(--cui-block-size-sm) calc(var(--cui-block-size-sm)*.5) 0 0}.gc-notification__tag{display:flex;flex:0 0 auto;width:60px;height:60px;-webkit-user-select:none;user-select:none;transform-origin:top left;animation:gc-item-icon-animation .8s 1;text-align:center;border-radius:inherit;font-size:var(--cui-icon-size);line-height:60px;justify-content:center;align-items:center}.gc-notification__content{display:flex;flex-direction:column;flex:1 1 auto;width:0;padding:7px 15px 7px 0;user-select:none;justify-content:center}.gc-notification--size-small.gc-notification--task .gc-notification__tag{z-index:1;background-color:#0000}.gc-notification--size-small.gc-notification--task .gc-notification__content>.gc-progress.gc-size-sm{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;border-radius:inherit;border-top-left-radius:0;border-bottom-left-radius:0;background-color:#0000}.gc-heading__text{overflow:hidden;min-width:0;height:var(--cui-block-size-sm);margin:0;padding:0;-webkit-user-select:none;user-select:none;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;color:inherit;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size-sm)}.gc-treenode__subtree--outline>.gc-treenode:before{position:absolute;top:calc(var(--cui-block-size-sm)*.5);left:-5px;width:3px;height:1px;content:"";border-top:1px solid var(--cui-treeview-outline-color)}.gc-treenode__subtree--outline>.gc-treenode:last-of-type:after{position:absolute;top:0;left:-6px;width:4px;height:calc(var(--cui-block-size-sm)*.5);content:"";border-width:1px;border-style:none none solid solid;border-color:var(--cui-treeview-outline-color)}.gc-treeitem__icon{position:absolute;top:0;left:0;opacity:.5;background-color:#0000!important}.gc-datetime--extended-2{height:calc(var(--header-height) + var(--calendar-height) + var(--footer-height)*2)}.gc-datetime-header__title{-webkit-user-select:none;user-select:none;text-align:center;color:var(--cui-primary-700);font-size:var(--cui-text-size-lg);font-weight:700;align-self:center}.gc-datetime-footer-control{width:calc(50% - var(--cui-padding-sm)*.5)}.gc-datetime-date{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);-webkit-user-select:none;user-select:none}.gc-datetime-timer__daypart-title{text-align:center;color:var(--cui-primary-700);line-height:calc(var(--cui-block-size-lg)*.5)}.gc-datetime-date__button{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);-webkit-user-select:none;user-select:none}.gc-loader--transparent{background-color:#0000}.gc-date-range-aside__header{height:calc(var(--cui-block-size) + var(--cui-padding)*2)}.cui-item--transparent{background-color:#0000}.cui-item--transparent:is(.cui-item--disabled){background-color:#0000}.cui-item--outlined{background-color:#0000;outline:1px solid var(--cui-item-outline)}.cui-item--outlined:is(.cui-item--disabled){background-color:#0000;outline-color:var(--cui-item-outline-disabled)}.cui-item>span,.cui-item__title,.cui-item__subtitle{display:block;overflow:hidden;user-select:none;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-item-color);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.cui-loader-circle circle{fill:#0000;cx:calc(var(--size)/2);cy:calc(var(--size)/2)}.cui-loader-circle__background{r:calc(var(--size)/2 - 1px);stroke-width:1px;stroke:var(--loader-fill-bg);transition:stroke .2s ease-in-out}.cui-loader-circle__progress{r:calc(var(--size)/2 - 1px);stroke-linecap:round;stroke-dasharray:calc((var(--size) - 2px)*3.1415926536);stroke-width:2px;stroke:var(--loader-fill-fg);transition:stroke-dashoffset .6s ease-in-out,stroke .2s ease-in-out}.cui-loader-circle--large .cui-loader-circle__background{r:calc(var(--size)/2 - 1px);stroke-width:2px}.gcv-document-view .gcv-progress{position:absolute;z-index:100;width:100%}.gcv-pageview,.gcv-pages-container{width:100%;height:100%}.gcv-page-list{display:grid;min-height:100%;min-width:fit-content;gap:40px;justify-content:center}@container app (min-width: 768px){.gcv-pages-container--margins .gcv-page-list{padding:40px}}.gcv-page-list--align-left{justify-content:left}.gcv-page-list--align-right{justify-content:right}.gcv-page{position:relative;background-color:#fff}.gcv-page--border{border:1pt solid rgba(0,0,0,.05);box-shadow:none}.gcv-page--shadow{box-shadow:0 0 5px 2px #0000000d}.gcv-page-input{position:relative;width:100px;margin:0}.gcv-page-input>input[type=text].gc-input{vertical-align:top;background-color:#0000}.gcv-page-input>input[type=text].gc-input:not([disabled]):focus+.gcv-page-input__text{display:none}.gcv-page-input>input[type=text].gc-input[disabled]+.gcv-page-input__text{opacity:.38}.gcv-page-input__text{position:absolute;top:0;left:0;width:100%;height:var(--cui-block-size);text-align:center;pointer-events:none;color:var(--cui-primary-500);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.gcv-header-container--fullscreen{position:absolute}.gcv-header-container--fullscreen .gcv-page-input{width:80px}.gcv-header-container--fullscreen .gcv-page-input__text{height:var(--cui-block-size-sm);font-size:var(--cui-text-size-sm);line-height:var(--cui-block-size-sm)}.gc-viewer--small-ui-size .gcv-header-container .gcv-page-input__text,.gc-viewer--medium-ui-size .gcv-header-container .gcv-page-input__text{font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gcv-refresh-btn{min-width:115px}.gcv-zoom{position:relative;width:auto;margin:0;border-radius:var(--cui-rounded-radius)}.gcv-zoom>.gc-btn{position:absolute;top:0;left:0}.gcv-zoom>.gc-btn:last-of-type{right:0;left:auto}.gcv-zoom>.gc-dd>.gc-btn{padding-right:calc(var(--cui-padding)*2);padding-left:calc(var(--cui-padding)*2)}.gcv-zoom__toggle{position:absolute;top:0;left:0;display:block;width:100%;height:var(--cui-block-size);padding-top:calc(var(--cui-padding-sm)*2);text-align:center;pointer-events:none;color:var(--cui-text-color);font-size:var(--cui-text-size);line-height:calc(var(--cui-block-size)/3)}.gcv-header-container--fullscreen .gcv-zoom{border-radius:var(--cui-rounded-radius-sm)}.gcv-header-container--fullscreen .gcv-zoom>.gc-dd>.gc-btn{padding-right:calc(var(--cui-block-size-sm) - 5px);padding-left:calc(var(--cui-block-size-sm) - 5px)}.gcv-header-container--fullscreen .gcv-zoom__toggle,.gc-viewer--small-ui-size .gcv-zoom__toggle,.gc-viewer--medium-ui-size .gcv-zoom__toggle{height:var(--cui-block-size-sm);padding-top:var(--cui-padding);font-size:var(--cui-text-size);line-height:calc(var(--cui-block-size-sm)/3)}.gc-viewer--large-ui-size .gcv-header-container:not(.gcv-header-container--fullscreen) .gcv-zoom__toggle{padding-top:calc(var(--cui-block-size-lg)*.5)}.progress-modal{background-color:var(--cui-primary-500);color:var(--cui-white);position:absolute;left:25%;width:50%;height:180px;top:50%;transform:translateY(-50%);outline:none;border-radius:var(--cui-border-radius)}.progress-modal__content{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--cui-border-radius)}.progress-modal__content .h3{display:block}.viewer-thumbnails{overflow:auto;width:100%;height:100%}.viewer-thumbnail{position:relative;z-index:1;width:214px;height:301px;margin:0 auto calc(var(--cui-padding)*3) auto;border:var(--cui-border-width-focused) solid rgba(0,0,0,0)}.viewer-thumbnail:hover{color:var(--cui-primary-700);border:var(--cui-border-width-focused) solid var(--cui-primary-700)}.viewer-thumbnail--selected{color:var(--cui-primary-500);border:var(--cui-border-width-focused) solid var(--cui-primary-500)}.viewer-thumbnail>div,.viewer-thumbnail>p{position:relative;z-index:0;overflow:hidden;width:210px;height:297px;pointer-events:none;background-color:#fff}.viewer-thumbnail>p{text-align:center;color:var(--cui-text-color);opacity:.38;font-size:80px;font-weight:700;line-height:297px}.viewer-thumbnail>span{position:absolute;bottom:calc(0px - var(--cui-block-size-sm));left:0;display:block;width:100%;text-align:center;font-size:12px;line-height:var(--cui-block-size-sm)}.gc-viewer{display:flex;overflow:hidden;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;color:var(--cui-text-color);background-color:var(--cui-bg-body);font-family:var(--cui-text-family);container-type:size;container-name:app}.gc-viewer--medium-ui-size .gcv-header-container{height:calc(var(--cui-block-size) + 1px)}.gc-viewer--medium-ui-size .gc-sidebar__container{padding-top:var(--cui-block-size)}.gc-viewer--small-ui-size .gcv-header-container{height:calc(var(--cui-block-size-sm) + 1px);padding:0 var(--cui-padding-xs)}.gcv-menu{flex:0 0 auto;height:100%}.gcv-menu--hidden{display:none}@container app (max-width: 768px){.gcv-menu .gc-menu__panel-container--visible,.gcv-menu .gc-menu__panel-container--visible .gc-menu__panel-container__content{width:calc(100cqw - var(--cui-block-size-lg))}}.gcv-main-view{position:relative;display:grid;flex:1 1 auto;width:0;height:100%;transition:all .2s ease-in-out;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto minmax(0,1fr);grid-template-areas:"header header" "toppanel sidebar" "view sidebar" "bottompanel sidebar";flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:stretch}.gcv-main-view--fullscreen{height:100%}.gcv-main-view--fullscreen>.gcv-top-panel,.gcv-main-view--fullscreen .gcv-bottom-panel,.gcv-main-view--fullscreen .gcv-special-location-panel-controls{display:none}@container app (max-width: 768px){.gcv-main-view{width:calc(100cqw - var(--cui-block-size-lg))}}.gcv-header-container{display:flex;width:100%;height:var(--cui-block-size-lg);border-bottom:1px solid var(--cui-neutral-100);background-color:var(--cui-bg-panels);align-items:center;grid-area:header}.gcv-header-container--hidden,.gcv-header-container--sidebar-hidden .gc-sidebar__menu{display:none}.gcv-header-container--fullscreen{position:fixed;z-index:calc(var(--cui-z-overlay) - 1);bottom:var(--cui-block-size);left:50%;width:324px;height:var(--cui-block-size);transform:translate(-50%);opacity:1;border-bottom:0 solid rgba(0,0,0,0);border-radius:var(--cui-rounded-radius-lg);background-color:var(--cui-bg-panels);grid-area:unset}.gcv-header-container--fullscreen>.gc-rv-inline-block:last-child{margin-right:0}.gcv-header-container>.gcv-toolbar{flex:1 1 auto;width:0}.gcv-header-container>.gcv-toolbar>.gcv-toolbar-wrapper{padding:var(--cui-padding-xs)}.gcv-sidebar{grid-area:sidebar}.gcv-sidebar--hidden{display:none}.gcv-sidebar--headless .gc-sidebar--collapsed .gc-sidebar__menu{visibility:hidden}.gcv-sidebar .gc-sidebar{z-index:1}.gcv-top-panel{border-bottom:1px solid #dbdbdb;background-color:var(--cui-bg-panels);grid-area:toppanel}.gcv-bottom-panel{border-top:1px solid #dbdbdb;background-color:var(--cui-bg-panels);grid-area:bottompanel}.gcv-special-location-panel-controls{display:inline-flex;height:inherit;padding:var(--cui-padding-xs);align-items:center}.gcv-special-location-panel-controls--small-ui-size{padding:0 var(--cui-padding-xs)}.gcv-special-location-panel-controls--with-separator .gcv-special-location-panel-controls__separator{width:1px;height:50%;margin-left:var(--cui-padding-xs);background-color:var(--cui-neutral-100)}.gcv-document-view{position:relative;z-index:1;overflow:hidden;width:100%;height:100%;grid-area:view;touch-action:none;background:var(--cui-neutral-50)}.search{display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;padding:var(--cui-padding)}.search>*:not(.search__results){flex:0 0 auto}.search .gc-input{width:100%;margin-bottom:var(--cui-padding-xs)}.search__query-params{display:flex;flex-wrap:wrap}.search__query-params>.gc-check{flex:1 1 auto;box-sizing:border-box;min-width:50%}.search__query-params>.gc-check .gc-check__label{white-space:nowrap}.search__results{overflow:auto;flex:1 1 auto;width:100%;margin:0;padding:0}.search__results>.gc-btn{width:100%;margin-top:var(--cui-padding-sm)}.search__results-header{display:block;width:100%;height:var(--cui-block-size);margin:0;text-transform:uppercase;color:var(--cui-text-color);font-size:var(--cui-text-size);font-weight:700;line-height:var(--cui-block-size)}.search-result{position:relative;display:block;max-height:calc(var(--cui-block-size-sm)*2);padding:0 var(--cui-padding-sm);border-radius:var(--cui-border-radius);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.search-result:hover{cursor:pointer;user-select:none;background-color:var(--cui-neutral-100)}.search-result__text{display:block;overflow:hidden;max-height:calc(var(--cui-block-size-sm)*2);padding-right:var(--cui-padding);text-overflow:ellipsis}.search-result__text>i{color:var(--cui-primary-500);font-weight:700}.search-result__page{position:absolute;top:0;right:0;display:block;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);text-align:center;color:var(--cui-neutral-300)}.search__progress{position:relative;width:100%;height:var(--cui-block-size-lg);padding-top:var(--cui-padding-sm)}.search__progress>p{position:absolute;top:10px;left:0;display:block;overflow:hidden;width:100%;height:2px;margin:0;padding:0}.search__progress>p>span{display:block;height:100%;border-radius:2px;background-color:#fff}.gc-btn-group--align-justify .gc-btn.search__btn-search{flex:1 1 auto}.gc-btn-group--align-justify .gc-btn.search__btn-clear{flex:0 0 auto}.search__infomessage{text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}@keyframes gcv_btn_icon_animation{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.gcv-anim-icon{animation:gcv_btn_icon_animation .62s infinite linear}.gcv-thumb-vertical{width:2px;margin-left:2px;cursor:n-resize;border-radius:4px;background-color:#0000001a}.gcv-thumb-horizontal{height:2px;margin-top:2px;cursor:w-resize;border-radius:4px;background-color:#0000001a}.highlight{background-color:#ff8}.gc-viewer #open-report-dialog{top:0;left:0;width:0;height:0;opacity:0}.gc-viewer .arjs-export-panel .gc-property-category{display:flex;flex-direction:column}.gc-viewer .gcv-parameters{--gcv-horizontal-preview-width: 110px;--gcv-horizontal-control-width: 330px}.gc-viewer .gcv-parameters__control{position:relative}.gc-viewer .gcv-parameters__control:before{position:absolute;width:5px;height:5px;transform:translateY(-50%);border-radius:50%;background-color:var(--cui-error-500)}.gc-viewer .gcv-parameters__control--required-top-left:before{top:calc(var(--cui-block-size-sm)*.5);left:calc(0px - var(--cui-padding-sm));content:""}.gc-viewer .gcv-parameters__control--required-top-right:before{top:calc(var(--cui-block-size-sm)*.5);right:calc(0px - var(--cui-padding-sm));content:""}.gc-viewer .gcv-parameters__control--required-bottom-left:before{bottom:calc(var(--cui-block-size-sm)*.5);left:calc(0px - var(--cui-padding-sm));content:"";transform:translateY(50%)}.gc-viewer .gcv-parameters--layout-vertical{padding:0 var(--cui-padding)}.gc-viewer .gcv-parameters--layout-vertical .gcv-parameters__control{margin-bottom:var(--cui-padding)}.gc-viewer .gcv-parameters--layout-horizontal{position:relative;display:flex;padding:0 calc(var(--gcv-horizontal-preview-width) + var(--cui-padding)) 0 var(--cui-padding);flex-wrap:wrap}.gc-viewer .gcv-parameters--layout-horizontal .gcv-parameters__control{width:var(--gcv-horizontal-control-width);margin:0 var(--cui-padding) var(--cui-padding) 0}.gc-viewer .gcv-parameters--layout-horizontal .gcv-parameters__control--preview{position:absolute;top:var(--cui-padding);right:var(--cui-padding);width:var(--gcv-horizontal-preview-width);margin:0}.gc-viewer .gcv-parameters--free-form{position:relative}.gc-viewer .gcv-parameters--free-form .gcv-parameters__control{position:absolute}.gc-viewer .gcv-parameters__control>.gcv-label{display:-ms-grid;display:grid;height:100%;-ms-grid-columns:minmax(0,1fr);-ms-grid-rows:var(--cui-block-size-sm) minmax(0,1fr);grid-template-columns:minmax(0,1fr);grid-template-rows:var(--cui-block-size-sm) minmax(0,1fr);grid-template-areas:"label" "content"}.gc-viewer .gcv-parameters__control>.gcv-label>.gc-label__label{width:100%;grid-area:label}.gc-viewer .gcv-parameters__control>.gcv-label>.gc-label__content{width:100%;height:100%;grid-area:content}.gc-viewer .gcv-parameters__control>.gcv-label.gc-label--position-left{-ms-grid-columns:1fr minmax(0,2fr);-ms-grid-rows:100%;grid-template-columns:1fr minmax(0,2fr);grid-template-rows:100%;grid-template-areas:"label content"}.gc-viewer .gcv-parameters__control>.gcv-label.gc-label--position-right{-ms-grid-columns:minmax(0,2fr) 1fr;-ms-grid-rows:100%;grid-template-columns:minmax(0,2fr) 1fr;grid-template-rows:100%;grid-template-areas:"content label"}.gc-viewer .gcv-parameters__control>.gcv-label.gc-label--position-bottom{-ms-grid-columns:1fr;-ms-grid-rows:minmax(0,1fr) var(--cui-block-size-sm);grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) var(--cui-block-size-sm);grid-template-areas:"content" "label"}.gc-viewer .gcv-nullable{position:relative;display:flex;width:100%;height:100%;align-items:flex-start}.gc-viewer .gcv-nullable>.gc-check{display:flex;flex:0 0 auto;width:60px}.gc-viewer .gcv-nullable__content{flex:1 1 auto;height:100%;margin-right:var(--cui-padding)}.gc-viewer .gcv-multivalue-textarea{width:100%;height:120px!important;white-space:nowrap}.gc-viewer .gcv-textarea{width:100%;height:100%}.gc-viewer .gcv-slider-container{display:flex;height:var(--cui-block-size-sm);align-items:center;justify-content:center}.gc-viewer .gcv-slider-container--mode-X>.gcv-slider{width:100%}.gc-viewer .gcv-number-editor{display:flex}.gc-viewer .gcv-number-editor__button{flex:0 0 auto}.gc-viewer .gcv-number-editor__button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.gc-viewer .gcv-number-editor__button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.gc-viewer .gcv-number-editor__input.gc-input{flex:1 1 auto;width:100%;text-align:center;border-radius:0}.gc-viewer .gc-btn.disabled{opacity:.38}.gc-viewer .gc-btn.disabled:focus{box-shadow:none}.gc-viewer .gc-btn.disabled.gc-btn--level-warning:focus{box-shadow:none}.gc-viewer .gc-btn.disabled.gc-btn--level-error:focus{box-shadow:none}.gc-viewer .gcv-plain-text{overflow:hidden;width:100%;height:100%;margin:0;padding:0;color:var(--cui-text-color);font-size:var(--cui-text-size);line-height:calc(var(--cui-block-size)*.5)}.gc-viewer .gcv-plain-text--info{color:var(--cui-primary-700)}.gc-viewer .gcv-plain-text--warning{color:var(--cui-warning-500)}.gc-viewer .gcv-plain-text--error{color:var(--cui-error-500)}.gc-viewer .gcv-tree{width:100%;height:100%}.gc-viewer .gcv-tree-node{display:flex;width:100%;height:var(--cui-block-size-sm);align-items:stretch;align-content:stretch}.gc-viewer .gcv-tree-node__toggle{overflow:hidden;width:var(--cui-block-size-sm);flex-grow:0;flex-shrink:0}.gc-viewer .gcv-tree-node__control{overflow:hidden;flex-grow:1;flex-shrink:1}.gc-viewer .gcv-tree-node-text{width:100%;height:var(--cui-block-size-sm);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gc-viewer .gcv-date-range--limited .gc-date-range-aside__body{pointer-events:none;opacity:.32}.gc-viewer .gcv-custom-content{display:block;flex:0 0 auto;height:var(--cui-block-size);padding:0 var(--cui-padding-sm);text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);font-style:italic;line-height:calc(var(--cui-block-size) - var(--cui-border-width)*2)}.gc-viewer .gcv-date-time-range-input{margin-bottom:var(--cui-padding-xs)}.gc-viewer .gcv-date-time-range{position:relative}.gc-viewer .gcv-date-time-range .gc-input.gc-size-sm{padding-right:calc(var(--cui-block-size-sm)*2)}.gc-viewer .gc-dd.gcv-date-time-range-toggle{position:absolute;top:0;right:var(--cui-block-size-sm);width:var(--cui-block-size-sm)}.gc-viewer .gc-dd-menu.gcv-date-time-range-dropdown{height:300px;background-color:var(--cui-accent)}.gc-viewer .gc-dd-menu.gcv-date-time-range-dropdown .gc-date-range-aside{width:250px;height:300px}.gc-viewer .gcv-dd-editor__preview-button{padding:var(--cui-padding-sm);background-color:var(--cui-dd-background);position:sticky;top:calc(100% - var(--preview-button-block-height));margin-bottom:calc(0px - var(--preview-button-block-height));z-index:1}.gc-viewer .gcv-dd-editor__empty-space{height:var(--preview-button-block-height)}.gc-viewer .with-preview-button{--preview-button-block-height: calc(var(--cui-block-size-sm) + var(--cui-padding-sm) * 2)}.gc-viewer .with-preview-button .gc-dd-menu__scroll>.gc-scrollbars__view{padding-bottom:0}.gc-viewer :root{--neutral-50: 180, 2%, 91%;--neutral-100: 200, 4%, 85%;--neutral-200: 197, 6%, 76%;--neutral-300: 196, 6%, 63%;--neutral-400: 196, 6%, 51%;--neutral-500: 194, 13%, 32%;--neutral-600: 194, 13%, 26%;--neutral-700: 195, 12%, 19%;--neutral-800: 193, 14%, 13%;--neutral-900: 190, 13%, 9%;--primary-50: 192, 11%, 91%;--primary-100: 198, 17%, 85%;--primary-200: 198, 21%, 75%;--primary-300: 198, 23%, 62%;--primary-400: 197, 25%, 49%;--primary-500: 197, 58%, 30%;--primary-600: 197, 57%, 24%;--primary-700: 197, 58%, 18%;--primary-800: 197, 57%, 12%;--primary-900: 198, 57%, 9%;--secondary-500: 39, 96%, 55%;--warning-50: 38, 27%, 92%;--warning-100: 39, 52%, 87%;--warning-200: 40, 65%, 80%;--warning-300: 39, 74%, 70%;--warning-400: 39, 78%, 60%;--warning-500: 40, 100%, 37%;--warning-600: 39, 100%, 36%;--warning-700: 39, 100%, 27%;--warning-800: 39, 100%, 18%;--warning-900: 39, 100%, 13%;--error-50: 0, 19%, 92%;--error-100: 0, 34%, 87%;--error-200: 0, 45%, 79%;--error-300: 0, 51%, 69%;--error-400: 0, 53%, 59%;--error-500: 0, 60%, 41%;--error-600: 0, 72%, 35%;--error-700: 0, 71%, 26%;--error-800: 0, 73%, 17%;--error-900: 0, 73%, 13%;--white: 0, 0%, 100%;--bg-body: 180, 1%, 99%;--bg-panels: 180, 1%, 95%;--cui-neutral-50: hsl(var(--neutral-50));--cui-neutral-100: hsl(var(--neutral-100));--cui-neutral-200: hsl(var(--neutral-200));--cui-neutral-300: hsl(var(--neutral-300));--cui-neutral-400: hsl(var(--neutral-400));--cui-neutral-500: hsl(var(--neutral-500));--cui-neutral-600: hsl(var(--neutral-600));--cui-neutral-700: hsl(var(--neutral-700));--cui-neutral-800: hsl(var(--neutral-800));--cui-neutral-900: hsl(var(--neutral-900));--cui-primary-50: hsl(var(--primary-50));--cui-primary-100: hsl(var(--primary-100));--cui-primary-200: hsl(var(--primary-200));--cui-primary-300: hsl(var(--primary-300));--cui-primary-400: hsl(var(--primary-400));--cui-primary-500: hsl(var(--primary-500));--cui-primary-600: hsl(var(--primary-600));--cui-primary-700: hsl(var(--primary-700));--cui-primary-800: hsl(var(--primary-800));--cui-primary-900: hsl(var(--primary-900));--cui-secondary-500: hsl(var(--secondary-500));--cui-warning-50: hsl(var(--warning-50));--cui-warning-100: hsl(var(--warning-100));--cui-warning-200: hsl(var(--warning-200));--cui-warning-300: hsl(var(--warning-300));--cui-warning-400: hsl(var(--warning-400));--cui-warning-500: hsl(var(--warning-500));--cui-warning-600: hsl(var(--warning-600));--cui-warning-700: hsl(var(--warning-700));--cui-warning-800: hsl(var(--warning-800));--cui-warning-900: hsl(var(--warning-900));--cui-error-50: hsl(var(--error-50));--cui-error-100: hsl(var(--error-100));--cui-error-200: hsl(var(--error-200));--cui-error-300: hsl(var(--error-300));--cui-error-400: hsl(var(--error-400));--cui-error-500: hsl(var(--error-500));--cui-error-600: hsl(var(--error-600));--cui-error-700: hsl(var(--error-700));--cui-error-800: hsl(var(--error-800));--cui-error-900: hsl(var(--error-900));--cui-white: hsl(var(--white));--cui-bg-body: hsl(var(--bg-body));--cui-bg-panels: hsl(var(--bg-panels));--cui-text-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--cui-text-color: var(--cui-neutral-700);--cui-text-size: 12px;--cui-text-size-sm: 10px;--cui-text-size-lg: 14px;--cui-text-h1-size: 20px;--cui-text-h2-size: 18px;--cui-text-h3-size: 16px;--cui-text-h4-size: 14px;--cui-overlay: hsla(0, 0%, 0%, .15);--cui-overlay-background: hsla(var(--bg-panels), .38);--cui-shadow-dialog: 1px 1px 5px 1px hsla(0, 0%, 0%, .1);--cui-shadow-menu: 1px 1px 4px 0 hsla(0, 0%, 0%, .1);--cui-shadow-border: 0 0 3px 0 hsla(0, 0%, 0%, .2);--cui-binding-default: var(--cui-neutral-50);--cui-binding-error: #ff4105;--cui-binding-modified: #73ff05;--cui-binding-bind: #ffe605;--cui-icon-size: 20px;--cui-icon-size-lg: 24px;--cui-icon-size-sm: 16px;--cui-block-size: 40px;--cui-block-size-sm: 30px;--cui-block-size-lg: 50px;--cui-block-size-xl: 60px;--cui-padding-xl: 20px;--cui-padding: 15px;--cui-padding-sm: 10px;--cui-padding-xs: 5px;--cui-border-width: 1px;--cui-border-width-focused: 2px;--cui-border-radius: 4px;--cui-rounded-radius: calc(var(--cui-block-size) * .5);--cui-rounded-radius-sm: calc(var(--cui-block-size-sm) * .5);--cui-rounded-radius-lg: calc(var(--cui-block-size-lg) * .5);--cui-rounded-radius-xl: calc(var(--cui-block-size-xl) * .5);--cui-trn-length-sm: .2s;--cui-trn-length: .4s;--cui-trn-func: ease-in-out;--cui-z-toolbar: 10;--cui-z-overlay: 1010;--cui-z-modal: 1020;--cui-z-dropdown: 1030;--cui-z-tooltip: 1040;--cui-z-notifications: 1090;--cui-accent: var(--cui-primary-500);--cui-accent-hover: var(--cui-primary-700);--cui-accent-semi-10: hsla(var(--primary-500), .1);--cui-accent-semi-20: hsla(var(--primary-500), .2);--cui-accent-semi-40: hsla(var(--primary-500), .38);--cui-accent-semi-60: hsla(var(--primary-500), .62);--cui-accent-text: var(--cui-primary-700);--cui-accent-text-hover: var(--cui-primary-800);--cui-accent-text-semi-10: hsla(var(--primary-700), .1);--cui-accent-text-semi-20: hsla(var(--primary-700), .2);--cui-accent-text-semi-40: hsla(var(--primary-700), .38);--cui-accent-text-semi-60: hsla(var(--primary-700), .62);--cui-accent-icon: var(--cui-primary-500);--cui-accent-icon-hover: var(--cui-primary-700);--cui-accent-secondary: var(--cui-secondary-500);--cui-accent-warning: var(--cui-warning-500);--cui-accent-warning-hover: var(--cui-warning-700);--cui-accent-warning-semi-10: hsla(var(--warning-500), .1);--cui-accent-warning-semi-40: hsla(var(--warning-500), .38);--cui-accent-warning-semi-60: hsla(var(--warning-500), .62);--cui-accent-warning-text: var(--cui-warning-700);--cui-accent-warning-text-hover: var(--cui-warning-800);--cui-accent-warning-text-semi-10: hsla(var(--warning-700), .1);--cui-accent-warning-text-semi-40: hsla(var(--warning-700), .38);--cui-accent-warning-text-semi-60: hsla(var(--warning-700), .62);--cui-accent-error: var(--cui-error-500);--cui-accent-error-hover: var(--cui-error-700);--cui-accent-error-semi-10: hsla(var(--error-500), .1);--cui-accent-error-semi-40: hsla(var(--error-500), .38);--cui-accent-error-semi-60: hsla(var(--error-500), .62);--cui-accent-error-text: var(--cui-error-700);--cui-accent-error-text-hover: var(--cui-error-800);--cui-accent-error-text-semi-10: hsla(var(--error-700), .1);--cui-accent-error-text-semi-40: hsla(var(--error-700), .38);--cui-accent-error-text-semi-60: hsla(var(--error-700), .62);--cui-contrast: var(--cui-white);--cui-contrast-semi-10: hsla(var(--white), .1);--cui-contrast-semi-40: hsla(var(--white), .38);--cui-contrast-semi-60: hsla(var(--white), .62);--cui-contrast-text: var(--cui-white);--cui-contrast-text-semi-40: hsla(var(--white), .38);--cui-bg-body-overlay: hsla(var(--bg-body), .38);--cui-bg-panels-section: var(--cui-neutral-50);--cui-bg-panels-border: var(--cui-neutral-100);--cui-bg-panels-overlay: var(--cui-overlay-background);--cui-shadow: var(--cui-shadow-menu);--cui-outline-offset: -2px;--cui-outline: 2px solid var(--cui-primary-500);--cui-outline-contrast: 2px solid var(--cui-white);--cui-outline-warning: 2px solid var(--cui-accent-warning);--cui-outline-error: 2px solid var(--cui-accent-error);--cui-text: var(--cui-text-color);--cui-text-semi-10: rgba(51, 51, 51, .1);--cui-text-semi-40: rgba(51, 51, 51, .38);--cui-text-semi-60: rgba(51, 51, 51, .62);--cui-text-size-xl: 18px;--cui-btn-bg: var(--cui-neutral-50);--cui-btn-bg-hover: var(--cui-neutral-100);--cui-btn-transparent-warning: rgba(194, 130, 12, .1);--cui-btn-transparent-warning-hover: rgba(194, 130, 12, .2);--cui-btn-transparent-error: rgba(147, 15, 15, .1);--cui-btn-transparent-error-hover: rgba(147, 15, 15, .15);--cui-btn-group-header-bg: var(--cui-neutral-100);--cui-btn-group-header-bg-hover: var(--cui-neutral-200);--cui-item-bg: rgba(0, 0, 0, .075);--cui-item-bg-hover: rgba(0, 0, 0, .12);--cui-input-bg: var(--cui-neutral-50);--cui-input-bg-hover: rgba(0, 0, 0, .12);--cui-input-bg-focus: var(--cui-input-bg-hover);--cui-input-text: var(--cui-text-color);--cui-input-text-disabled: var(--cui-text-semi-40);--cui-input-text-placeholder: var(--cui-text-semi-40);--cui-dd-background: var(--cui-bg-body);--cui-dd-background-hover: var(--cui-neutral-100);--cui-dd-divider: var(--cui-neutral-50);--cui-binding-default-shadow: var(--cui-text-semi-40);--cui-binding-modified-shadow: rgba(77, 202, 125, .62);--cui-binding-bind-shadow: rgba(225, 212, 18, .62);--cui-binding-error-shadow: var(--cui-accent-error-semi-60);--cui-menu-splitter: rgba(255, 255, 255, .15);--cui-prop-editors-drag-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .38);--cui-wizard-bg: var(--cui-accent-semi-60);--cui-wizard-dark-bg-main: rgba(0, 0, 0, .62);--cui-wizard-dark-bg-secondary: rgba(0, 0, 0, .2);--cui-wizard-dark-hover: rgba(0, 0, 0, .62);--cui-wizard-light-bg-main: rgba(255, 255, 255, .62);--cui-wizard-light-bg-secondary: rgba(255, 255, 255, .2);--cui-wizard-light-hover: rgba(255, 255, 255, .62);--cui-progressbar-bg: var(--cui-bg-panels);--cui-progressbar-bg-semi: var(--cui-neutral-100);--cui-progress-fill-color: var(--cui-text-color);--cui-progress-value-color: var(--cui-contrast-text);--cui-scrollbar-color: hsla(var(--primary-900), .2);--cui-scrollbar-color-contrast: hsla(var(--primary-50), .2);--cui-treeview-outline-color: var(--cui-bg-panels-border);--cui-calendar-range-fill-color: var(--cui-accent-text-semi-40);--cui-notification-btn-accent-bg: var(--cui-primary-500);--cui-notification-btn-warning-bg: var(--cui-accent-warning);--cui-notification-btn-error-bg: var(--cui-accent-error);--cui-notification-btn-bg: rgba(0, 0, 0, .15);--cui-notification-btn-bg-hover: rgba(0, 0, 0, .25)}.gc-viewer .arjs-export-panel{padding:0 var(--cui-padding) var(--cui-padding)}.gc-viewer .arjs-export-panel>.gc-btn{margin-top:16pt}.gc-viewer .progress-modal{background-color:var(--cui-primary-500);color:var(--cui-white);position:absolute;left:25%;width:50%;height:180px;top:50%;transform:translateY(-50%);outline:none;border-radius:var(--cui-border-radius)}.gc-viewer .progress-modal__content{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--cui-border-radius)}.gc-viewer .progress-modal__content .h3{display:block}.gc-viewer .ar-contents{padding:var(--cui-padding)}.gc-viewer .ar-toc-item>.gc-btn-group{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size-sm);text-align:left;white-space:nowrap;text-transform:capitalize;text-overflow:ellipsis;color:var(--cui-text-color);border:0;border-radius:var(--cui-border-radius);outline:none;background:none;font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm);fill:var(--cui-text-color)}.gc-viewer .ar-toc-item>.gc-btn-group>.gc-btn--custom{overflow:hidden;flex:1 1 auto;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-sm);text-overflow:ellipsis}.gc-viewer .ar-toc-item>.gc-btn-group>.gc-btn--custom:hover{cursor:pointer}.gc-viewer .ar-toc-item>.gc-btn-group>.gc-btn--with-icon path{fill:inherit}.gc-viewer .ar-toc-item>.gc-btn-group>.gc-btn--with-icon:hover{cursor:pointer}.gc-viewer .ar-toc-item>.gc-btn-group:hover{color:#fff;background-color:var(--cui-primary-700);font-weight:700;fill:#fff}.gc-viewer .ar-toc-item>.ar-toc-item-children{overflow:hidden;width:100%;padding-left:var(--cui-padding)}.gc-viewer .ar-toc-item--level-2 button{font-size:var(--cui-text-size-sm)}.gc-viewer .ar-toc-item--level-3 button{font-size:var(--cui-text-size-sm);font-style:italic}.gc-viewer .gc-btn.gc-size-sm .gc-btn__icon:not(.gc-icon--custom)>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.gc-viewer .gc-btn.gc-size-lg .gc-btn__icon>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-viewer .gc-dd-menu__item>.gc-icon>svg{flex:0 0 auto}.gc-viewer .gc-dd-menu__item.gc-size-sm>.gc-icon:not(.gc-icon--custom)>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.gc-viewer .gc-dd-menu__item.gc-size-lg>.gc-icon:not(.gc-icon--custom)>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-viewer .gc-icon>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-viewer .gc-icon--small>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.gc-viewer .gc-icon--large>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-viewer .gc-icon--core>svg{width:initial!important;height:initial!important}.gc-viewer .gc-icon-color{transition:fill .2s ease-in-out,stroke .2s ease-in-out}.gc-viewer .gc-icon-color--text{transition:fill .2s ease-in-out;fill:currentColor}.gc-viewer .gc-icon-color--stroke-text{transition:stroke .2s ease-in-out;stroke:currentColor}.gc-viewer .gc-icon-color--accent{transition:fill .2s ease-in-out;fill:var(--cui-secondary-500)}.gc-viewer .gc-icon-color--stroke-accent{transition:stroke .2s ease-in-out;stroke:var(--cui-secondary-500)}.gc-viewer .viewer-reports-list{overflow:auto;width:100%;height:100%;padding:10px}.gc-viewer .viewer-reports-list-item>button{display:block;overflow:hidden;width:calc(100% - 10px);height:var(--cui-block-size-sm);margin:0 5px;padding:0 10px;text-align:left;white-space:nowrap;text-transform:capitalize;text-overflow:ellipsis;color:var(--cui-text-color);border:0;border-radius:calc(var(--cui-block-size-sm)*.5);outline:none;background:none;font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gc-viewer .viewer-reports-list-item>button:hover{cursor:pointer;color:var(--cui-white);background-color:var(--cui-primary-700);font-weight:700}:root{--neutral-50: 180, 2%, 91%;--neutral-100: 200, 4%, 85%;--neutral-200: 197, 6%, 76%;--neutral-300: 196, 6%, 63%;--neutral-400: 196, 6%, 51%;--neutral-500: 194, 13%, 32%;--neutral-600: 194, 13%, 26%;--neutral-700: 195, 12%, 19%;--neutral-800: 193, 14%, 13%;--neutral-900: 190, 13%, 9%;--primary-50: 192, 11%, 91%;--primary-100: 198, 17%, 85%;--primary-200: 198, 21%, 75%;--primary-300: 198, 23%, 62%;--primary-400: 197, 25%, 49%;--primary-500: 197, 58%, 30%;--primary-600: 197, 57%, 24%;--primary-700: 197, 58%, 18%;--primary-800: 197, 57%, 12%;--primary-900: 198, 57%, 9%;--secondary-500: 39, 96%, 55%;--warning-50: 38, 27%, 92%;--warning-100: 39, 52%, 87%;--warning-200: 40, 65%, 80%;--warning-300: 39, 74%, 70%;--warning-400: 39, 78%, 60%;--warning-500: 40, 100%, 37%;--warning-600: 39, 100%, 36%;--warning-700: 39, 100%, 27%;--warning-800: 39, 100%, 18%;--warning-900: 39, 100%, 13%;--error-50: 0, 19%, 92%;--error-100: 0, 34%, 87%;--error-200: 0, 45%, 79%;--error-300: 0, 51%, 69%;--error-400: 0, 53%, 59%;--error-500: 0, 60%, 41%;--error-600: 0, 72%, 35%;--error-700: 0, 71%, 26%;--error-800: 0, 73%, 17%;--error-900: 0, 73%, 13%;--white: 0, 0%, 100%;--bg-body: 180, 1%, 99%;--bg-panels: 180, 1%, 95%;--cui-neutral-50: hsl(var(--neutral-50));--cui-neutral-100: hsl(var(--neutral-100));--cui-neutral-200: hsl(var(--neutral-200));--cui-neutral-300: hsl(var(--neutral-300));--cui-neutral-400: hsl(var(--neutral-400));--cui-neutral-500: hsl(var(--neutral-500));--cui-neutral-600: hsl(var(--neutral-600));--cui-neutral-700: hsl(var(--neutral-700));--cui-neutral-800: hsl(var(--neutral-800));--cui-neutral-900: hsl(var(--neutral-900));--cui-primary-50: hsl(var(--primary-50));--cui-primary-100: hsl(var(--primary-100));--cui-primary-200: hsl(var(--primary-200));--cui-primary-300: hsl(var(--primary-300));--cui-primary-400: hsl(var(--primary-400));--cui-primary-500: hsl(var(--primary-500));--cui-primary-600: hsl(var(--primary-600));--cui-primary-700: hsl(var(--primary-700));--cui-primary-800: hsl(var(--primary-800));--cui-primary-900: hsl(var(--primary-900));--cui-secondary-500: hsl(var(--secondary-500));--cui-warning-50: hsl(var(--warning-50));--cui-warning-100: hsl(var(--warning-100));--cui-warning-200: hsl(var(--warning-200));--cui-warning-300: hsl(var(--warning-300));--cui-warning-400: hsl(var(--warning-400));--cui-warning-500: hsl(var(--warning-500));--cui-warning-600: hsl(var(--warning-600));--cui-warning-700: hsl(var(--warning-700));--cui-warning-800: hsl(var(--warning-800));--cui-warning-900: hsl(var(--warning-900));--cui-error-50: hsl(var(--error-50));--cui-error-100: hsl(var(--error-100));--cui-error-200: hsl(var(--error-200));--cui-error-300: hsl(var(--error-300));--cui-error-400: hsl(var(--error-400));--cui-error-500: hsl(var(--error-500));--cui-error-600: hsl(var(--error-600));--cui-error-700: hsl(var(--error-700));--cui-error-800: hsl(var(--error-800));--cui-error-900: hsl(var(--error-900));--cui-white: hsl(var(--white));--cui-bg-body: hsl(var(--bg-body));--cui-bg-panels: hsl(var(--bg-panels));--cui-text-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--cui-text-color: var(--cui-neutral-700);--cui-text-size: 12px;--cui-text-size-sm: 10px;--cui-text-size-lg: 14px;--cui-text-h1-size: 20px;--cui-text-h2-size: 18px;--cui-text-h3-size: 16px;--cui-text-h4-size: 14px;--cui-overlay: hsla(0, 0%, 0%, .15);--cui-overlay-background: hsla(var(--bg-panels), .38);--cui-shadow-dialog: 1px 1px 5px 1px hsla(0, 0%, 0%, .1);--cui-shadow-menu: 1px 1px 4px 0 hsla(0, 0%, 0%, .1);--cui-shadow-border: 0 0 3px 0 hsla(0, 0%, 0%, .2);--cui-binding-default: var(--cui-neutral-50);--cui-binding-error: #ff4105;--cui-binding-modified: #73ff05;--cui-binding-bind: #ffe605;--cui-icon-size: 20px;--cui-icon-size-lg: 24px;--cui-icon-size-sm: 16px;--cui-block-size: 40px;--cui-block-size-sm: 30px;--cui-block-size-lg: 50px;--cui-block-size-xl: 60px;--cui-padding-xl: 20px;--cui-padding: 15px;--cui-padding-sm: 10px;--cui-padding-xs: 5px;--cui-border-width: 1px;--cui-border-width-focused: 2px;--cui-border-radius: 4px;--cui-rounded-radius: calc(var(--cui-block-size) * .5);--cui-rounded-radius-sm: calc(var(--cui-block-size-sm) * .5);--cui-rounded-radius-lg: calc(var(--cui-block-size-lg) * .5);--cui-rounded-radius-xl: calc(var(--cui-block-size-xl) * .5);--cui-trn-length-sm: .2s;--cui-trn-length: .4s;--cui-trn-func: ease-in-out;--cui-z-toolbar: 10;--cui-z-overlay: 1010;--cui-z-modal: 1020;--cui-z-dropdown: 1030;--cui-z-tooltip: 1040;--cui-z-notifications: 1090;--cui-accent: var(--cui-primary-500);--cui-accent-hover: var(--cui-primary-700);--cui-accent-semi-10: hsla(var(--primary-500), .1);--cui-accent-semi-20: hsla(var(--primary-500), .2);--cui-accent-semi-40: hsla(var(--primary-500), .38);--cui-accent-semi-60: hsla(var(--primary-500), .62);--cui-accent-text: var(--cui-primary-700);--cui-accent-text-hover: var(--cui-primary-800);--cui-accent-text-semi-10: hsla(var(--primary-700), .1);--cui-accent-text-semi-20: hsla(var(--primary-700), .2);--cui-accent-text-semi-40: hsla(var(--primary-700), .38);--cui-accent-text-semi-60: hsla(var(--primary-700), .62);--cui-accent-icon: var(--cui-primary-500);--cui-accent-icon-hover: var(--cui-primary-700);--cui-accent-secondary: var(--cui-secondary-500);--cui-accent-warning: var(--cui-warning-500);--cui-accent-warning-hover: var(--cui-warning-700);--cui-accent-warning-semi-10: hsla(var(--warning-500), .1);--cui-accent-warning-semi-40: hsla(var(--warning-500), .38);--cui-accent-warning-semi-60: hsla(var(--warning-500), .62);--cui-accent-warning-text: var(--cui-warning-700);--cui-accent-warning-text-hover: var(--cui-warning-800);--cui-accent-warning-text-semi-10: hsla(var(--warning-700), .1);--cui-accent-warning-text-semi-40: hsla(var(--warning-700), .38);--cui-accent-warning-text-semi-60: hsla(var(--warning-700), .62);--cui-accent-error: var(--cui-error-500);--cui-accent-error-hover: var(--cui-error-700);--cui-accent-error-semi-10: hsla(var(--error-500), .1);--cui-accent-error-semi-40: hsla(var(--error-500), .38);--cui-accent-error-semi-60: hsla(var(--error-500), .62);--cui-accent-error-text: var(--cui-error-700);--cui-accent-error-text-hover: var(--cui-error-800);--cui-accent-error-text-semi-10: hsla(var(--error-700), .1);--cui-accent-error-text-semi-40: hsla(var(--error-700), .38);--cui-accent-error-text-semi-60: hsla(var(--error-700), .62);--cui-contrast: var(--cui-white);--cui-contrast-semi-10: hsla(var(--white), .1);--cui-contrast-semi-40: hsla(var(--white), .38);--cui-contrast-semi-60: hsla(var(--white), .62);--cui-contrast-text: var(--cui-white);--cui-contrast-text-semi-40: hsla(var(--white), .38);--cui-bg-body-overlay: hsla(var(--bg-body), .38);--cui-bg-panels-section: var(--cui-neutral-50);--cui-bg-panels-border: var(--cui-neutral-100);--cui-bg-panels-overlay: var(--cui-overlay-background);--cui-shadow: var(--cui-shadow-menu);--cui-outline-offset: -2px;--cui-outline: 2px solid var(--cui-primary-500);--cui-outline-contrast: 2px solid var(--cui-white);--cui-outline-warning: 2px solid var(--cui-accent-warning);--cui-outline-error: 2px solid var(--cui-accent-error);--cui-text: var(--cui-text-color);--cui-text-semi-10: rgba(51, 51, 51, .1);--cui-text-semi-40: rgba(51, 51, 51, .38);--cui-text-semi-60: rgba(51, 51, 51, .62);--cui-text-size-xl: 18px;--cui-btn-bg: var(--cui-neutral-50);--cui-btn-bg-hover: var(--cui-neutral-100);--cui-btn-transparent-warning: rgba(194, 130, 12, .1);--cui-btn-transparent-warning-hover: rgba(194, 130, 12, .2);--cui-btn-transparent-error: rgba(147, 15, 15, .1);--cui-btn-transparent-error-hover: rgba(147, 15, 15, .15);--cui-btn-group-header-bg: var(--cui-neutral-100);--cui-btn-group-header-bg-hover: var(--cui-neutral-200);--cui-item-bg: rgba(0, 0, 0, .075);--cui-item-bg-hover: rgba(0, 0, 0, .12);--cui-input-bg: var(--cui-neutral-50);--cui-input-bg-hover: rgba(0, 0, 0, .12);--cui-input-bg-focus: var(--cui-input-bg-hover);--cui-input-text: var(--cui-text-color);--cui-input-text-disabled: var(--cui-text-semi-40);--cui-input-text-placeholder: var(--cui-text-semi-40);--cui-dd-background: var(--cui-bg-body);--cui-dd-background-hover: var(--cui-neutral-100);--cui-dd-divider: var(--cui-neutral-50);--cui-binding-default-shadow: var(--cui-text-semi-40);--cui-binding-modified-shadow: rgba(77, 202, 125, .62);--cui-binding-bind-shadow: rgba(225, 212, 18, .62);--cui-binding-error-shadow: var(--cui-accent-error-semi-60);--cui-menu-splitter: rgba(255, 255, 255, .15);--cui-prop-editors-drag-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .38);--cui-wizard-bg: var(--cui-accent-semi-60);--cui-wizard-dark-bg-main: rgba(0, 0, 0, .62);--cui-wizard-dark-bg-secondary: rgba(0, 0, 0, .2);--cui-wizard-dark-hover: rgba(0, 0, 0, .62);--cui-wizard-light-bg-main: rgba(255, 255, 255, .62);--cui-wizard-light-bg-secondary: rgba(255, 255, 255, .2);--cui-wizard-light-hover: rgba(255, 255, 255, .62);--cui-progressbar-bg: var(--cui-bg-panels);--cui-progressbar-bg-semi: var(--cui-neutral-100);--cui-progress-fill-color: var(--cui-text-color);--cui-progress-value-color: var(--cui-contrast-text);--cui-scrollbar-color: hsla(var(--primary-900), .2);--cui-scrollbar-color-contrast: hsla(var(--primary-50), .2);--cui-treeview-outline-color: var(--cui-bg-panels-border);--cui-calendar-range-fill-color: var(--cui-accent-text-semi-40);--cui-notification-btn-accent-bg: var(--cui-primary-500);--cui-notification-btn-warning-bg: var(--cui-accent-warning);--cui-notification-btn-error-bg: var(--cui-accent-error);--cui-notification-btn-bg: rgba(0, 0, 0, .15);--cui-notification-btn-bg-hover: rgba(0, 0, 0, .25)}.gc-disable-selection *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.gc-disable-transition{transition:none!important}.gc-no-focus-effect .gc-btn:focus,.gc-no-focus-effect .gc-input:focus,.gc-no-focus-effect .gc-textarea:focus{outline:none!important;box-shadow:none!important}.gc-no-focus-effect .gc-check__input:focus+.gc-check__mark{outline:none!important;box-shadow:none!important}.gc-no-focus-effect .gc-radio__input:focus+.gc-radio__mark{outline:none!important;box-shadow:none!important}.gc-no-focus-effect .gc-toggle__input:focus+.gc-toggle__mark{outline:none!important;box-shadow:none!important}.gc-layout-app{display:flex;overflow:hidden;width:100%;height:100%;flex-flow:column}.gc-layout-app-container{display:flex;overflow:hidden;flex:1 1 auto;height:0}.gc-layout-app-container>.gc-menu{flex:0 0 auto;height:100%}.gc-layout-main{display:flex;flex-direction:column;flex:1 1 auto;height:100%}.gc-layout-appbar{flex:0 0 auto;height:calc(var(--cui-block-size-sm) + 1px);border-bottom:1px solid var(--cui-bg-panels-border);background-color:var(--cui-bg-panels)}.gc-layout-legacy-appbar{flex:0 0 auto;height:var(--cui-block-size-lg);background-color:var(--cui-primary-500)}.gc-layout-toolbar{position:relative;display:flex;flex:0 0 auto;width:100%;height:calc(var(--cui-block-size-lg) + 1px);border-bottom:1px solid var(--cui-bg-panels-border);background-color:var(--cui-bg-panels)}.gc-layout-toolbar>.gc-toolbar{flex:1 1 auto;margin:5px}.gc-layout-with-sidebar{display:flex;flex:1 1 auto;height:0}.gc-layout-with-sidebar>.gc-sidebar{flex:0 0 auto}.gc-layout-design-surface{overflow:auto;flex:1 1 auto;width:0;min-width:0}.gc-layout-statusbar{flex:0 0 auto;height:calc(var(--cui-block-size-sm) + 1px);border-top:1px solid var(--cui-bg-panels-border);background-color:var(--cui-bg-panels)}.gc-icon>svg{display:block;flex:0 0 auto}.gc-icon--r90>svg{transform:rotate(90deg)}.gc-icon--r180>svg{transform:rotate(180deg)}.gc-icon--r270>svg{transform:rotate(270deg)}.gc-ci-a-text{fill:currentColor}.gc-ci-a-accent,.gc-ci-c-accent{fill:var(--cui-primary-500)}.gc-ci-c-accent-sec{fill:var(--cui-secondary-500)}.gc-ci-c-accent-err{fill:var(--cui-error-500)}.gc-btn__text{position:relative;display:inline-block;overflow:hidden;max-width:100%;height:var(--cui-block-size);padding:0 var(--cui-padding);cursor:default;transition:color .2s ease-in-out;text-align:inherit;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;line-height:var(--cui-block-size)}.gc-btn__text--empty{padding:0}.gc-btn__icon{position:absolute;top:0;left:0;display:flex;width:var(--cui-block-size);height:var(--cui-block-size);transition:color .2s ease-in-out;text-align:center;color:inherit;font-size:var(--cui-icon-size);line-height:var(--cui-block-size);justify-content:center;align-items:center}.gc-btn{position:relative;display:inline-block;overflow:visible;box-sizing:border-box;width:auto;height:var(--cui-block-size);padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease-in-out,opacity .2s ease-in-out;text-align:left;vertical-align:top;color:inherit;border:none;border-radius:var(--cui-border-radius);outline-offset:var(--cui-outline-offset);background-color:var(--cui-btn-bg);font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.gc-btn>.gc-btn__icon-badge.gc-badge--bottom-right,.gc-btn>.gc-btn__icon-badge.gc-badge--top-right{right:calc(100% - var(--cui-block-size))}.gc-btn:focus{outline:var(--cui-outline);box-shadow:none}.gc-btn.gc-btn--level-warning:focus{outline:var(--cui-outline-warning)}.gc-btn.gc-btn--level-error:focus{outline:var(--cui-outline-error)}.gc-btn.gc-btn--disabled,.gc-btn[disabled]{opacity:.38;pointer-events:none}.gc-btn.gc-btn--disabled:focus,.gc-btn[disabled]:focus{outline:none;box-shadow:none}.gc-btn::-moz-focus-inner{border:0}.gc-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-bg-hover)}.gc-btn--block{display:block}.gc-btn--text-align-center{text-align:center}.gc-btn--text-align-right{text-align:right}.gc-btn--with-icon .gc-btn__text{padding:0 0 0 var(--cui-block-size)}.gc-btn--with-icon .gc-btn__text:not(.gc-btn__text--empty){padding-right:var(--cui-padding)}.gc-btn--with-badge .gc-badge{margin-right:var(--cui-padding)}.gc-btn--with-badge .gc-btn__text:not(.gc-btn__text--empty){padding-right:var(--cui-padding-xs)}.gc-btn--with-badge .gc-btn__text.gc-btn__text--empty+.gc-badge{margin-left:0}.gc-btn--accent{color:var(--cui-contrast-text);background-color:var(--cui-primary-500)}.gc-btn--accent:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-primary-700)}.gc-btn--accent:not([disabled]):not(.gc-btn--disabled):focus{outline:var(--cui-outline-contrast)}.gc-btn--transparent{background-color:transparent}.gc-btn--transparent:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-bg-hover)}.gc-btn--custom{padding:0}.gc-btn--level-warning{background-color:var(--cui-btn-transparent-warning)}.gc-btn--level-warning:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-transparent-warning-hover)}.gc-btn--level-warning.gc-btn--accent:not(.gc-btn--transparent){background-color:var(--cui-warning-500)}.gc-btn--level-warning.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-accent-warning-hover)}.gc-btn--level-warning.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):focus{outline:var(--cui-outline-contrast)}.gc-btn--level-warning .gc-accent-color{color:var(--cui-accent-warning-text)}.gc-btn--level-warning.gc-btn--transparent{background-color:transparent}.gc-btn--level-warning.gc-btn--transparent:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-transparent-warning-hover)}.gc-btn--level-warning.gc-btn--transparent.gc-btn--accent{color:var(--cui-contrast-text)}.gc-btn--level-warning.gc-btn--transparent.gc-btn--accent:not([disabled]):not(.gc-btn--disabled):hover{color:var(--cui-contrast-text)}.gc-btn--level-error{background-color:var(--cui-btn-transparent-error)}.gc-btn--level-error:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-transparent-error-hover)}.gc-btn--level-error.gc-btn--accent:not(.gc-btn--transparent){background-color:var(--cui-error-500)}.gc-btn--level-error.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-accent-error-hover)}.gc-btn--level-error.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):focus{outline:var(--cui-outline-contrast)}.gc-btn--level-error .gc-accent-color{color:var(--cui-accent-error-text)}.gc-btn--level-error.gc-btn--transparent{background-color:transparent}.gc-btn--level-error.gc-btn--transparent:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-transparent-error-hover)}.gc-btn--level-error.gc-btn--transparent.gc-btn--accent{color:var(--cui-contrast-text)}.gc-btn--level-error.gc-btn--transparent.gc-btn--accent:hover{color:var(--cui-contrast-text);background-color:var(--cui-btn-transparent-error-hover)}.gc-btn--vertical{min-width:var(--cui-block-size);height:auto!important;text-align:center}.gc-btn--vertical>.gc-btn__icon{position:relative;top:8px;width:100%!important}.gc-btn--vertical>.gc-btn__text{padding:0 var(--cui-padding)!important}.gc-btn--vertical>.gc-btn__text.gc-btn__text--empty{display:none}.gc-btn--vertical>.gc-btn__icon-badge.gc-badge.gc-badge--inset.gc-badge--bottom-right,.gc-btn--vertical>.gc-btn__icon-badge.gc-badge.gc-badge--inset.gc-badge--top-right{right:0}.gc-btn--vertical>.gc-btn__icon-badge.gc-badge.gc-badge--inset.gc-badge--bottom-left,.gc-btn--vertical>.gc-btn__icon-badge.gc-badge.gc-badge--inset.gc-badge--bottom-right{bottom:calc(100% - var(--cui-block-size))}.gc-btn--vertical.gc-btn--with-badge>.gc-badge.gc-badge--inline{margin-right:var(--cui-padding);margin-left:0}.gc-btn--vertical.gc-btn--with-badge>.gc-btn__text--empty+.gc-badge.gc-badge--inline{margin-right:0}.gc-btn--vertical.gc-size-sm{min-width:var(--cui-block-size-sm)}.gc-btn--vertical.gc-size-sm>.gc-btn__text{padding:0 var(--cui-padding-sm)!important}.gc-btn--vertical.gc-size-sm>.gc-btn__icon{top:4px}.gc-btn--vertical.gc-size-sm>.gc-btn__icon-badge.gc-badge--bottom-left,.gc-btn--vertical.gc-size-sm>.gc-btn__icon-badge.gc-badge--bottom-right{bottom:calc(100% - var(--cui-block-size-sm))}.gc-btn--vertical.gc-size-sm.gc-btn--with-badge>.gc-btn__text:not(.gc-btn__text--empty)+.gc-badge{margin-right:var(--cui-padding-sm)}.gc-btn--vertical.gc-size-lg{min-width:var(--cui-block-size-lg)}.gc-btn--vertical.gc-size-lg>.gc-btn__icon-badge.gc-badge--bottom-left,.gc-btn--vertical.gc-size-lg>.gc-btn__icon-badge.gc-badge--bottom-right{bottom:calc(100% - var(--cui-block-size-lg))}.gc-btn.gc-size-sm.gc-btn--with-icon>.gc-btn__text{padding-left:var(--cui-block-size-sm)}.gc-btn.gc-size-sm.gc-btn--with-icon>.gc-btn__text:not(.gc-btn__text--empty){padding-right:var(--cui-padding-sm)}.gc-btn.gc-size-sm .gc-btn__icon{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);font-size:var(--cui-icon-size-sm);line-height:var(--cui-block-size-sm)}.gc-btn.gc-size-sm .gc-btn__icon-badge.gc-badge--bottom-right,.gc-btn.gc-size-sm .gc-btn__icon-badge.gc-badge--top-right{right:calc(100% - var(--cui-block-size-sm))}.gc-btn.gc-size-sm .gc-btn__text{height:var(--cui-block-size-sm);line-height:var(--cui-block-size-sm)}.gc-btn.gc-size-lg.gc-btn--with-icon>.gc-btn__text{padding-left:var(--cui-block-size-lg)}.gc-btn.gc-size-lg .gc-btn__icon{width:var(--cui-block-size-lg);height:var(--cui-block-size-lg);font-size:var(--cui-icon-size-lg);line-height:var(--cui-block-size-lg)}.gc-btn.gc-size-lg .gc-btn__icon-badge.gc-badge--bottom-right,.gc-btn.gc-size-lg .gc-btn__icon-badge.gc-badge--top-right{right:calc(100% - var(--cui-block-size-lg))}.gc-btn.gc-size-lg .gc-btn__text{height:var(--cui-block-size-lg);line-height:var(--cui-block-size-lg)}.gc-btn[disabled]{opacity:.38}@media (any-hover: none){.gc-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-btn-bg)}.gc-btn--accent:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-primary-500)}.gc-btn--transparent:not([disabled]):not(.gc-btn--disabled):hover{background-color:transparent}.gc-btn--level-warning.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-warning-500)}.gc-btn--level-warning.gc-btn--transparent.gc-btn--accent:hover{color:var(--cui-warning-500);background-color:transparent}.gc-btn--level-error.gc-btn--accent:not(.gc-btn--transparent):not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-error-500)}.gc-btn--level-error.gc-btn--transparent.gc-btn--accent:hover{color:var(--cui-error-500);background-color:transparent}}.gc-btn-group{position:relative;display:inline-flex;border-radius:var(--cui-border-radius)}.gc-btn-group>*:not(:only-child):not(:first-child):not(:last-child){border-radius:0!important}.gc-btn-group>*:not(:only-child):not(:first-child):not(:last-child)>.gc-btn,.gc-btn-group>*:not(:only-child):not(:first-child):not(:last-child) .gc-input{border-radius:0!important}.gc-btn-group>*:not(:only-child):first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.gc-btn-group>*:not(:only-child):first-child>.gc-btn,.gc-btn-group>*:not(:only-child):first-child .gc-input{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.gc-btn-group>*:not(:only-child):last-child{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.gc-btn-group>*:not(:only-child):last-child>.gc-btn,.gc-btn-group>*:not(:only-child):last-child .gc-input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.gc-btn-group>*:not(:only-child).gc-dd--chevron>.gc-btn{min-width:auto}.gc-btn-group--align-center{justify-content:center}.gc-btn-group--align-right{justify-content:flex-end}.gc-btn-group--align-justify>*:not(.gc-btn-group__splitter){flex:1}.gc-btn-group--block{display:flex}.gc-btn-group--disabled:after,.gc-btn-group--disabled .gc-btn-group__splitter{opacity:.38}.gc-btn-group[class*=--header]{overflow:hidden}.gc-btn-group[class*=--header]:after{position:absolute;bottom:0;left:0;width:100%;height:2px;content:"";transition:background-color .2s ease-in-out}.gc-btn-group--header-default>*:first-child.gc-btn,.gc-btn-group--header-default>*:first-child.gc-input{background-color:var(--cui-neutral-100)}.gc-btn-group--header-default>*:first-child.gc-btn:hover:not([disabled]),.gc-btn-group--header-default>*:first-child.gc-input:hover:not([disabled]){background-color:var(--cui-neutral-200)}.gc-btn-group--header-default>*:first-child.gc-dd>.gc-btn,.gc-btn-group--header-default>*:first-child.gc-combo>.gc-input{background-color:var(--cui-neutral-100)}.gc-btn-group--header-default>*:first-child.gc-dd>.gc-btn:hover:not([disabled]),.gc-btn-group--header-default>*:first-child.gc-combo>.gc-input:hover:not([disabled]){background-color:var(--cui-neutral-200)}.gc-btn-group--header-default:after{background-color:var(--cui-neutral-100)}.gc-btn-group--header-info:after{background-color:var(--cui-primary-500)}.gc-btn-group--header-warning:after{background-color:var(--cui-warning-500)}.gc-btn-group--header-error:after{background-color:var(--cui-error-500)}.gc-btn-group__splitter{display:flex;width:1px;background-color:var(--cui-btn-bg);align-items:center}.gc-btn-group__splitter:after{width:1px;height:50%;content:"";background-color:var(--cui-btn-bg-hover)}.gc-btn-group__splitter--accent-full:after{background-color:var(--cui-contrast-text-semi-40)}.gc-btn-group__splitter--accent-info:after{background-color:var(--cui-accent-semi-60)}.gc-btn-group__splitter--accent-warning:after{background-color:var(--cui-accent-warning-semi-40)}.gc-btn-group__splitter--accent-error:after{background-color:var(--cui-accent-error-semi-40)}.gc-btn-group__splitter--background-transparent{background-color:transparent}@media (any-hover: none){.gc-btn-group--header-default>*:first-child.gc-btn:hover:not([disabled]),.gc-btn-group--header-default>*:first-child.gc-input:hover:not([disabled]){background-color:var(--cui-neutral-100)}.gc-btn-group--header-default>*:first-child.gc-dd>.gc-btn:hover:not([disabled]),.gc-btn-group--header-default>*:first-child.gc-combo>.gc-input:hover:not([disabled]){background-color:var(--cui-neutral-100)}}.gc-dd__chevron{position:absolute;top:0;right:0;display:none;width:30px;height:var(--cui-block-size);transition:transform .2s ease-in-out;text-align:center;pointer-events:none;font-size:var(--cui-icon-size);line-height:var(--cui-block-size)}.gc-dd__chevron--accent-full{color:var(--cui-contrast-text)}.gc-dd__chevron.gc-size-sm{width:var(--cui-block-size-sm);font-size:var(--cui-icon-size-sm)}.gc-dd__chevron.gc-size-lg{width:35px;font-size:var(--cui-icon-size-lg)}.gc-btn--level-warning+.gc-dd__chevron.gc-accent-color{color:var(--cui-warning-500)}.gc-btn--level-error+.gc-dd__chevron.gc-accent-color{color:var(--cui-error-500)}.gc-btn--accent.gc-btn--transparent.gc-btn--level-warning:not(:hover)+.gc-dd__chevron{color:var(--cui-warning-500)}.gc-btn--accent.gc-btn--transparent.gc-btn--level-error:not(:hover)+.gc-dd__chevron{color:var(--cui-error-500)}.gc-dd{position:relative;display:inline-block;width:auto;height:var(--cui-block-size);vertical-align:top;color:var(--cui-text-color);border-radius:var(--cui-border-radius);font-size:var(--cui-text-size)}.gc-dd *,.gc-dd *:before,.gc-dd *:after{box-sizing:border-box}.gc-dd:after{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;content:"";transition:opacity .2s ease-in-out;pointer-events:none;opacity:0;border:var(--cui-border-width) solid var(--cui-error-500);border-radius:inherit}.gc-dd>.gc-btn{width:100%}.gc-dd--block{display:block}.gc-dd--disabled .gc-dd__preview,.gc-dd--disabled .gc-dd__chevron{opacity:.38}.gc-dd--invalid:after{opacity:1}.gc-dd--invalid>.gc-btn:focus{outline:var(--cui-outline-error)}.gc-dd--with-preview>.gc-btn>.gc-btn__text{padding-left:0}.gc-dd--with-preview:not([class^=gc-size])>.gc-btn{padding-left:var(--cui-block-size)}.gc-dd--with-preview.gc-size-sm>.gc-btn{padding-left:var(--cui-block-size-sm)}.gc-dd--with-preview.gc-size-sm>.gc-dd__preview{width:var(--cui-block-size-sm)}.gc-dd--with-preview.gc-size-lg>.gc-btn{padding-left:var(--cui-block-size-lg)}.gc-dd--with-preview.gc-size-lg>.gc-dd__preview{width:var(--cui-block-size-lg)}.gc-dd--chevron>.gc-dd__chevron{display:flex;justify-content:center;align-items:center}.gc-dd--chevron>.gc-btn{min-width:calc(var(--cui-block-size) + 30px)}.gc-dd--chevron>.gc-btn--custom{width:100%;padding-right:30px;padding-left:15px}.gc-dd--chevron>.gc-btn .gc-btn__text{padding-right:30px}.gc-dd--chevron.gc-size-sm>.gc-btn{min-width:calc(var(--cui-block-size-sm) + var(--cui-block-size-sm))}.gc-dd--chevron.gc-size-sm>.gc-btn--custom{padding-right:var(--cui-block-size-sm)}.gc-dd--chevron.gc-size-sm>.gc-btn .gc-btn__text{padding-right:var(--cui-block-size-sm)!important}.gc-dd--chevron.gc-size-lg>.gc-btn{min-width:calc(var(--cui-block-size-lg) + 35px)}.gc-dd--chevron.gc-size-lg>.gc-btn--custom{padding-right:35px}.gc-dd--chevron.gc-size-lg>.gc-btn .gc-btn__text{padding-right:35px}.gc-dd--menu-open>.gc-dd__chevron:not(.gc-dd__chevron--custom){transform:rotate(180deg)}.gc-dd--placeholder-text:not(.gc-dd--disabled)>.gc-btn .gc-btn__text{opacity:.38}.gc-dd__toggle-content{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gc-dd__preview{position:absolute;top:0;left:0;display:flex;width:var(--cui-block-size);height:100%;padding:var(--cui-padding-xs);pointer-events:none;justify-content:center;align-items:center}@media (any-hover: none){.gc-btn--accent.gc-btn--transparent.gc-btn--level-warning+.gc-dd__chevron{color:var(--cui-warning-500)}.gc-btn--accent.gc-btn--transparent.gc-btn--level-error+.gc-dd__chevron{color:var(--cui-error-500)}}@keyframes gc-menu-show{0%{transform:scale(.25);opacity:0}to{transform:scale(1);opacity:1}}.gc-portal-root--dropdown .gc-positioner{z-index:var(--cui-z-dropdown)}.gc-dd-menu{transform-origin:right top;animation:gc-menu-show .2s 1 ease-in-out;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-body);box-shadow:var(--cui-shadow-menu);outline:1px solid var(--cui-neutral-50);font-family:var(--cui-text-family)}.gc-dd-menu *,.gc-dd-menu *:before,.gc-dd-menu *:after{box-sizing:border-box}.gc-dd-menu--dropup{transform-origin:right bottom}.gc-dd-menu--multiselect .gc-dd-menu__item{padding-left:0}.gc-dd-menu--multiselect .gc-dd-menu__item.gc-size-sm{padding-left:var(--cui-padding-xs)}.gc-dd-menu--align-center{transform-origin:left top;animation:gc-menu-show .2s 1 ease-in-out both}.gc-dd-menu--align-center.gc-dd-menu--dropup{transform-origin:left bottom}.gc-dd-menu--align-left{transform-origin:left top}.gc-dd-menu--align-left.gc-dd-menu--dropup{transform-origin:left bottom}.gc-dd-menu__scroll>.gc-scrollbars__view{padding:calc(var(--cui-padding) * .5) 0}.gc-dd-menu__resizer{position:absolute;bottom:0;width:10px;height:10px;border-bottom:2px dotted #acacac;margin:3px}.gc-dd-menu__resizer:after{content:"";display:block;position:absolute;left:-6px;top:-6px;width:24px;height:24px}.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected{color:var(--cui-contrast-text);background-color:var(--cui-primary-500)}.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected>i{color:var(--cui-contrast-text)}.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected:not([disabled]):not(.disabled):hover{background-color:var(--cui-primary-700)}.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected:not([disabled]):not(.disabled):active{background-color:var(--cui-primary-700)}.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected.gc-dd-menu__item--focused{outline:var(--cui-outline-contrast)}.gc-dd-menu--custom .gc-dd-menu__scroll>.gc-scrollbars__view{padding:0}.gc-dd-menu__header.gc-heading{padding:0 var(--cui-padding);color:var(--cui-text-semi-60)}.gc-dd-menu__header.gc-heading .gc-heading__divider{border-bottom:var(--cui-border-width) solid var(--cui-neutral-50)}.gc-dd-menu__divider{display:block;width:calc(100% - var(--cui-padding) * 2);height:1px;margin:7px var(--cui-padding);background-color:var(--cui-neutral-50)}.gc-dd-menu__group-dd{display:block;opacity:1}.gc-dd-menu__group-dd--transition{transition:opacity .2s ease-in-out;opacity:0}.gc-dd-menu__group-dd--hidden{display:none}.gc-dd-menu__group-dd:hover{display:block;opacity:1}.gc-dd-menu__item{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size);margin:0;padding:0 var(--cui-padding);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left;text-overflow:ellipsis;color:var(--cui-text-color);border:0;border-radius:0;outline-offset:var(--cui-outline-offset);background-color:transparent;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size);align-items:center}.gc-dd-menu__item--with-preview{padding-left:var(--cui-padding-xs)}.gc-dd-menu__item--with-preview.gc-size-sm{padding-left:var(--cui-padding-sm)}.gc-dd-menu__item--with-preview.gc-size-lg{padding-left:0}.gc-dd-menu__item>.gc-dd-menu__item-preview{display:flex;width:var(--cui-block-size);height:var(--cui-block-size);pointer-events:none;justify-content:center;align-items:center;flex-shrink:0}.gc-dd-menu__item>span{overflow:hidden;flex:1 1 auto;max-width:100%;white-space:nowrap;text-overflow:ellipsis}.gc-dd-menu__item>.gc-icon{display:flex;width:var(--cui-icon-size);height:var(--cui-block-size);margin-right:var(--cui-padding);text-align:center;font-size:var(--cui-icon-size);line-height:var(--cui-block-size);justify-content:center;align-items:center}.gc-dd-menu__item:focus{outline:none;box-shadow:none}.gc-dd-menu__item::-moz-focus-inner{border:0}.gc-dd-menu__item:not([disabled]):not(.disabled):hover{background-color:var(--cui-neutral-100)}.gc-dd-menu__item:not([disabled]):not(.disabled):active{background-color:var(--cui-neutral-100)}.gc-dd-menu__item--focused{outline:var(--cui-outline)}.gc-dd-menu__item--disabled{opacity:.62}.gc-dd-menu__item.gc-size-sm>.gc-dd-menu__item-preview{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);margin-right:var(--cui-padding-xs)}.gc-dd-menu__item.gc-size-sm>.gc-icon{width:var(--cui-icon-size-sm);height:var(--cui-block-size-sm);margin-right:var(--cui-padding-sm);font-size:var(--cui-icon-size-sm);line-height:var(--cui-block-size-sm)}.gc-dd-menu__item.gc-size-lg>.gc-dd-menu__item-preview{width:var(--cui-block-size-lg);height:var(--cui-block-size-lg)}.gc-dd-menu__item.gc-size-lg>.gc-icon{width:var(--cui-icon-size-lg);height:var(--cui-block-size-lg);margin-right:var(--cui-padding);font-size:var(--cui-icon-size-lg);line-height:var(--cui-block-size-lg)}.gc-dd-menu__item.gc-dd-menu__group{padding:0 5px 0 15px}.gc-dd-menu__item.gc-dd-menu__group .gc-dd-menu__group-icon{margin-right:0;opacity:.5}@media (any-hover: none){.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected:not([disabled]):not(.disabled):hover{background-color:var(--cui-primary-500)}.gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected.gc-dd-menu__item--focused:hover{background-color:var(--cui-primary-700)!important}.gc-dd-menu__item:not([disabled]):not(.disabled):hover{background-color:var(--cui-bg-body)}}.gc-check__mark{position:absolute;top:var(--cui-padding-sm);left:var(--cui-padding-sm);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);height:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);transition:background-color .2s ease-in-out,border-color .2s ease-in-out;border:2px solid transparent;border-radius:var(--cui-border-radius);outline-offset:2px;background-color:var(--cui-neutral-50)}.gc-check__mark:before,.gc-check__mark:after{position:absolute;top:50%;left:50%;content:"";opacity:0}.gc-check__mark:before{width:42.5%;height:72.5%;transform:rotate(45deg) scale(0) translate(-50%,-50%);transform-origin:30% 0;border:2px solid var(--cui-white);border-top:0;border-left:0}.gc-check__mark:after{width:50%;height:50%;transform:scale(0) translate(-50%,-50%);transform-origin:0 0;border-radius:var(--cui-border-radius);background-color:var(--cui-white)}.gc-check__input{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.gc-check__input:focus+.gc-check__mark{outline:var(--cui-outline);box-shadow:none}.gc-check__input:checked:not(.gc-check__input--indeterminate)+.gc-check__mark{background-color:var(--cui-primary-500)}.gc-check__input:checked:not(.gc-check__input--indeterminate)+.gc-check__mark:before{transition:opacity .2s ease-in-out,transform .2s ease-in-out;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1}.gc-check__input--indeterminate+.gc-check__mark{border-color:var(--cui-primary-500);background-color:var(--cui-primary-500)}.gc-check__input--indeterminate+.gc-check__mark:after{transition:opacity .2s ease-in-out,transform .2s ease-in-out;transform:scale(1) translate(-50%,-50%);opacity:1}.gc-check{position:relative;display:inline-block;overflow:hidden;height:var(--cui-block-size);padding:0 0 0 var(--cui-block-size);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size)}.gc-check *,.gc-check *:before,.gc-check *:after{box-sizing:border-box}.gc-check:hover .gc-check__mark{border-color:var(--cui-neutral-100)}.gc-check--block{display:block}.gc-check--disabled{pointer-events:none;opacity:.38}.gc-check--invalid .gc-check__mark{border-color:var(--cui-error-500)!important}.gc-check--invalid .gc-check__input:focus+.gc-check__mark{outline:var(--cui-outline-error)}.gc-check--invalid .gc-check__input:checked+.gc-check__mark{background-color:var(--cui-error-500)}.gc-check--invalid .gc-check__input--indeterminate+.gc-check__mark{background-color:var(--cui-error-500)}.gc-check--align-left{padding:0 var(--cui-block-size) 0 0;text-align:right}.gc-check--align-left .gc-check__mark{right:var(--cui-padding-sm);left:auto}.gc-check.gc-size-sm{padding:0 0 0 var(--cui-block-size-sm);line-height:var(--cui-block-size-sm)}.gc-check.gc-size-sm .gc-check__mark{top:var(--cui-padding-xs);left:var(--cui-padding-xs)}.gc-check.gc-size-sm.gc-check--align-left{padding:0 var(--cui-block-size-sm) 0 0}.gc-check.gc-size-sm.gc-check--align-left .gc-check__mark{right:var(--cui-padding-xs);left:auto}.gc-check.gc-size-lg{padding:0 0 0 var(--cui-block-size-lg);line-height:var(--cui-block-size-lg)}.gc-check.gc-size-lg .gc-check__mark{top:var(--cui-padding);left:var(--cui-padding)}.gc-check.gc-size-lg.gc-check--align-left{padding:0 var(--cui-block-size-lg) 0 0}.gc-check.gc-size-lg.gc-check--align-left .gc-check__mark{right:var(--cui-padding);left:auto}@media (any-hover: none){.gc-check:hover .gc-check__mark{border-color:var(--cui-neutral-50)}}.gc-radio__mark{position:absolute;top:var(--cui-padding-sm);left:var(--cui-padding-sm);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);height:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);transition:background-color .2s ease-in-out,border-color .2s ease-in-out;border:2px solid transparent;border-radius:50%;outline-offset:2px;background-color:var(--cui-neutral-50)}.gc-radio__mark:before{position:absolute;top:-2px;left:-2px;display:block;width:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);height:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);content:"";transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:scale(0);opacity:0;background-image:radial-gradient(var(--cui-white),var(--cui-white) 28%,transparent 32%)}.gc-radio__input{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.gc-radio__input:focus+.gc-radio__mark{outline:var(--cui-outline);box-shadow:none}.gc-radio__input:checked+.gc-radio__mark{border-color:var(--cui-primary-500);background-color:var(--cui-primary-500)}.gc-radio__input:checked+.gc-radio__mark:before{transform:scale(1);opacity:1}.gc-radio{position:relative;display:inline-block;overflow:hidden;height:var(--cui-block-size);padding:0 0 0 var(--cui-block-size);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size)}.gc-radio *,.gc-radio *:before,.gc-radio *:after{box-sizing:border-box}.gc-radio:hover .gc-radio__mark{border-color:var(--cui-neutral-100)}.gc-radio--block{display:block}.gc-radio--disabled{pointer-events:none;opacity:.38}.gc-radio--invalid .gc-radio__mark{border-color:var(--cui-error-500)!important}.gc-radio--invalid .gc-radio__input:focus+.gc-radio__mark{outline:var(--cui-outline-error)}.gc-radio--invalid .gc-radio__input:checked+.gc-radio__mark{background-color:var(--cui-error-500)}.gc-radio--align-left{padding:0 var(--cui-block-size) 0 0;text-align:right}.gc-radio--align-left>.gc-radio__mark{right:var(--cui-padding-sm);left:auto}.gc-radio.gc-size-sm{padding:0 0 0 var(--cui-block-size-sm);line-height:var(--cui-block-size-sm)}.gc-radio.gc-size-sm .gc-radio__mark{top:var(--cui-padding-xs);left:var(--cui-padding-xs)}.gc-radio.gc-size-sm.gc-radio--align-left{padding:0 var(--cui-block-size-sm) 0 0}.gc-radio.gc-size-sm.gc-radio--align-left .gc-radio__mark{right:var(--cui-padding-xs);left:auto}.gc-radio.gc-size-lg{padding:0 0 0 var(--cui-block-size-lg);line-height:var(--cui-block-size-lg)}.gc-radio.gc-size-lg .gc-radio__mark{top:var(--cui-padding);left:var(--cui-padding)}.gc-radio.gc-size-lg.gc-radio--align-left{padding:0 var(--cui-block-size-lg) 0 0}.gc-radio.gc-size-lg.gc-radio--align-left .gc-radio__mark{right:var(--cui-padding);left:auto}@media (any-hover: none){.gc-radio:hover .gc-radio__mark{border-color:var(--cui-neutral-50)}}.gc-toggle__input{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.gc-toggle__input:focus+.gc-toggle__mark{outline:var(--cui-outline);box-shadow:none}.gc-toggle__input:checked:not(.gc-toggle__input--indeterminate)+.gc-toggle__mark{background-color:var(--cui-primary-500)}.gc-toggle__input:checked:not(.gc-toggle__input--indeterminate)+.gc-toggle__mark:after{transform:translate(calc(var(--cui-block-size) - var(--cui-padding-sm) * 2));background-color:var(--cui-white)}.gc-toggle__input--indeterminate+.gc-toggle__mark:after{left:50%;transition:border-color .2s ease-in-out;transform:translate(-50%);border:2px solid var(--cui-text-color);background-color:transparent}.gc-toggle__mark{position:relative;flex:0 0 auto;width:calc((var(--cui-block-size) - var(--cui-padding-sm) * 2) * 2);height:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2);margin:var(--cui-padding-sm) var(--cui-padding) var(--cui-padding-sm) 0;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;border:2px solid transparent;border-radius:calc((var(--cui-block-size) - var(--cui-padding-sm) * 2) * .5);outline-offset:2px;background-color:var(--cui-btn-bg)}.gc-toggle__mark:after{position:absolute;top:3px;left:3px;width:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2 - 10px);height:calc(var(--cui-block-size) - var(--cui-padding-sm) * 2 - 10px);content:"";transition:background-color .2s ease-in-out,transform .2s ease-in-out;border-radius:50%;background-color:var(--cui-text-color)}.gc-toggle{position:relative;display:inline-flex;height:var(--cui-block-size);padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left;vertical-align:top;color:var(--cui-text-color);border:none;background-color:transparent;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size)}.gc-toggle>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline}.gc-toggle *,.gc-toggle *:before,.gc-toggle *:after{box-sizing:border-box}.gc-toggle:hover>.gc-toggle__mark{border-color:var(--cui-btn-bg-hover)}.gc-toggle--block{display:flex}.gc-toggle--block.gc-toggle--align-left{justify-content:flex-end}.gc-toggle--align-left .gc-toggle__mark{margin-right:0;margin-left:var(--cui-padding);order:2}.gc-toggle--disabled{pointer-events:none;opacity:.38}.gc-toggle--invalid:hover>.gc-toggle__mark{border-color:var(--cui-error-500)}.gc-toggle--invalid>.gc-toggle__input:not(:checked):not(.gc-toggle__input--indeterminate)+.gc-toggle__mark:after{background-color:var(--cui-error-500)}.gc-toggle--invalid>.gc-toggle__input:focus+.gc-toggle__mark{outline:var(--cui-outline-error)}.gc-toggle--invalid>.gc-toggle__input:checked+.gc-toggle__mark{background-color:var(--cui-error-500)}.gc-toggle--invalid>.gc-toggle__input--indeterminate+.gc-toggle__mark:after{border-color:var(--cui-error-500)}.gc-toggle.gc-size-sm .gc-toggle__mark{margin-top:var(--cui-padding-xs);margin-bottom:var(--cui-padding-xs)}.gc-toggle.gc-size-lg .gc-toggle__mark{margin-top:var(--cui-padding);margin-bottom:var(--cui-padding)}@media (any-hover: none){.gc-toggle:hover>.gc-toggle__mark{border-color:transparent}.gc-toggle--invalid:hover>.gc-toggle__mark{border-color:transparent}}.gc-toolbar{position:relative;display:inline-flex}.gc-toolbar *,.gc-toolbar *:before,.gc-toolbar *:after{box-sizing:border-box}.gc-toolbar--block{display:flex;height:var(--cui-block-size)}.gc-toolbar--block .gc-toolbar__content-container{overflow:hidden}.gc-toolbar--block .gc-toolbar__content{position:absolute}.gc-toolbar--with-toggle>.gc-btn{position:absolute;top:0;right:0}.gc-toolbar--with-toggle .gc-toolbar__content{padding-right:var(--cui-block-size)}.gc-toolbar--with-toggle .gc-toolbar__content:before{position:absolute;top:calc(0px - var(--cui-padding-xs));right:calc(0px - var(--cui-padding-xs));width:calc(100% + var(--cui-padding-xs) * 2);height:calc(100% + var(--cui-padding-xs) * 2);content:"";opacity:0;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-body);box-shadow:var(--cui-shadow-border)}.gc-toolbar--with-toggle.gc-size-lg .gc-toolbar__content{padding-right:var(--cui-block-size-lg)}.gc-toolbar--with-toggle.gc-size-sm .gc-toolbar__content{padding-right:var(--cui-block-size-sm)}.gc-toolbar--expanded{z-index:var(--cui-z-toolbar)}.gc-toolbar--expanded .gc-toolbar__content-container{overflow:visible}.gc-toolbar--expanded .gc-toolbar__content:before{opacity:1}.gc-toolbar--no-wrap .gc-toolbar__content{position:relative;flex-wrap:nowrap}.gc-toolbar--rounded .gc-toolbar__content:before{border-radius:var(--cui-rounded-radius)}.gc-toolbar--rounded.gc-size-lg .gc-toolbar__content:before{border-radius:var(--cui-rounded-radius-lg)}.gc-toolbar--rounded.gc-size-sm .gc-toolbar__content:before{border-radius:var(--cui-rounded-radius-sm)}.gc-toolbar--dropup .gc-toolbar__content{top:auto;bottom:0;flex-wrap:wrap-reverse}.gc-toolbar--dropup .gc-toolbar__content:before{top:auto!important;bottom:calc(0px - var(--cui-padding-xs));box-shadow:var(--cui-shadow-border)}.gc-toolbar.gc-size-lg{height:var(--cui-block-size-lg)}.gc-toolbar.gc-size-sm{height:var(--cui-block-size-sm)}.gc-toolbar__content{position:relative;top:0;left:0;display:flex;width:100%;flex-wrap:wrap}.gc-toolbar__content-container{position:relative;width:100%}.gc-toolbar__item-container{display:inline-block;flex:0 0 auto;vertical-align:top}.gc-toolbar__item-container--padding{padding:0 var(--cui-padding-xs) 0 0}.gc-toolbar__item-container--padding:last-of-type{padding:0}.gc-toolbar__splitter{position:relative;display:block;overflow:hidden;width:1px;height:var(--cui-block-size)}.gc-toolbar__splitter:after{display:block;width:1px;height:calc(var(--cui-block-size) * .5);margin:calc(var(--cui-block-size) * .25) 0;content:" ";background-color:var(--cui-bg-panels-border)}.gc-size-sm .gc-toolbar__splitter{height:var(--cui-block-size-sm)}.gc-size-sm .gc-toolbar__splitter:after{height:calc(var(--cui-block-size-sm) * .5);margin:calc(var(--cui-block-size-sm) * .25) 0}.gc-size-lg .gc-toolbar__splitter{height:var(--cui-block-size-lg)}.gc-size-lg .gc-toolbar__splitter:after{height:calc(var(--cui-block-size-lg) * .5);margin:calc(var(--cui-block-size-lg) * .25) 0}.gc-tabs{display:inline-block}.gc-tabs--block{display:block}.gc-tabs--simplified .gc-btn:after,.gc-tabs--transparent .gc-btn:after{position:absolute;z-index:var(--cui-z-tooltip);bottom:0;left:50%;display:block;width:0;height:1px;content:"";transition:width .2s ease-in-out;transform:translate(-50%);border-radius:var(--cui-border-radius)}.gc-tabs--simplified .gc-btn.selected:after,.gc-tabs--transparent .gc-btn.selected:after{width:calc(100% - var(--cui-padding));height:2px}.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover:after,.gc-tabs--transparent .gc-btn:not([disabled]):not(.disabled):hover:after{width:100%}.gc-tabs--simplified .gc-btn:after{background-color:var(--cui-primary-700)}.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover{color:var(--cui-primary-800);background-color:transparent}.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover:after{background-color:var(--cui-primary-800)}.gc-tabs--transparent .gc-btn{color:var(--cui-contrast-text-semi-40)}.gc-tabs--transparent .gc-btn:after{background-color:var(--cui-contrast-text)}.gc-tabs--transparent .gc-btn:not([disabled]):not(.disabled):hover{color:var(--cui-contrast-text);background-color:transparent}.gc-tabs--transparent .gc-btn.selected{color:var(--cui-contrast-text);background-color:transparent}@media (any-hover: none){.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover:after,.gc-tabs--transparent .gc-btn:not([disabled]):not(.disabled):hover:after{width:0}.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover{color:var(--cui-primary-700)}.gc-tabs--simplified .gc-btn:not([disabled]):not(.disabled):hover:after{background-color:var(--cui-primary-700)}.gc-tabs--transparent .gc-btn:not([disabled]):not(.disabled):hover{color:var(--cui-contrast-text-semi-40)}}.gc-input,input[type=text].gc-input,input[type=password].gc-input,input[type=email].gc-input,input[type=url].gc-input{box-sizing:border-box;height:var(--cui-block-size);padding:0 var(--cui-padding-sm);transition:color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out,border-color .2s ease-in-out;vertical-align:top;color:var(--cui-text-color);border:var(--cui-border-width) solid transparent;border-radius:var(--cui-border-radius);outline-offset:var(--cui-outline-offset);background-color:var(--cui-neutral-50);box-shadow:none;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:calc(var(--cui-block-size) - var(--cui-border-width) * 2)}.gc-input:not([disabled]):hover,input[type=text].gc-input:not([disabled]):hover,input[type=password].gc-input:not([disabled]):hover,input[type=email].gc-input:not([disabled]):hover,input[type=url].gc-input:not([disabled]):hover{background-color:var(--cui-neutral-100)}.gc-input:not([disabled]):focus,input[type=text].gc-input:not([disabled]):focus,input[type=password].gc-input:not([disabled]):focus,input[type=email].gc-input:not([disabled]):focus,input[type=url].gc-input:not([disabled]):focus{outline:var(--cui-outline);background-color:var(--cui-neutral-100);box-shadow:none}.gc-input::-moz-placeholder,input[type=text].gc-input::-moz-placeholder,input[type=password].gc-input::-moz-placeholder,input[type=email].gc-input::-moz-placeholder,input[type=url].gc-input::-moz-placeholder{color:var(--cui-neutral-400);font-weight:400}.gc-input::placeholder,input[type=text].gc-input::placeholder,input[type=password].gc-input::placeholder,input[type=email].gc-input::placeholder,input[type=url].gc-input::placeholder{color:var(--cui-neutral-400);font-weight:400}.gc-input--block,input[type=text].gc-input--block,input[type=password].gc-input--block,input[type=email].gc-input--block,input[type=url].gc-input--block{display:block}.gc-input--invalid,input[type=text].gc-input--invalid,input[type=password].gc-input--invalid,input[type=email].gc-input--invalid,input[type=url].gc-input--invalid{border-color:var(--cui-error-500)}.gc-input--invalid:not([disabled]):focus,input[type=text].gc-input--invalid:not([disabled]):focus,input[type=password].gc-input--invalid:not([disabled]):focus,input[type=email].gc-input--invalid:not([disabled]):focus,input[type=url].gc-input--invalid:not([disabled]):focus{border-color:var(--cui-error-500);outline:var(--cui-outline-error)}.gc-input--invalid:not([disabled]):hover,input[type=text].gc-input--invalid:not([disabled]):hover,input[type=password].gc-input--invalid:not([disabled]):hover,input[type=email].gc-input--invalid:not([disabled]):hover,input[type=url].gc-input--invalid:not([disabled]):hover{border-color:var(--cui-error-500)}.gc-input--text-align-center,input[type=text].gc-input--text-align-center,input[type=password].gc-input--text-align-center,input[type=email].gc-input--text-align-center,input[type=url].gc-input--text-align-center{text-align:center}.gc-input--text-align-right,input[type=text].gc-input--text-align-right,input[type=password].gc-input--text-align-right,input[type=email].gc-input--text-align-right,input[type=url].gc-input--text-align-right{text-align:right}.gc-input[disabled],input[type=text].gc-input[disabled],input[type=password].gc-input[disabled],input[type=email].gc-input[disabled],input[type=url].gc-input[disabled]{cursor:default;color:var(--cui-neutral-300)}.gc-input[disabled]::-moz-placeholder,input[type=text].gc-input[disabled]::-moz-placeholder,input[type=password].gc-input[disabled]::-moz-placeholder,input[type=email].gc-input[disabled]::-moz-placeholder,input[type=url].gc-input[disabled]::-moz-placeholder{color:var(--cui-neutral-400)}.gc-input[disabled]::placeholder,input[type=text].gc-input[disabled]::placeholder,input[type=password].gc-input[disabled]::placeholder,input[type=email].gc-input[disabled]::placeholder,input[type=url].gc-input[disabled]::placeholder{color:var(--cui-neutral-400)}.gc-input.gc-size-sm,input[type=text].gc-input.gc-size-sm,input[type=password].gc-input.gc-size-sm,input[type=email].gc-input.gc-size-sm,input[type=url].gc-input.gc-size-sm{height:var(--cui-block-size-sm);line-height:var(--cui-block-size-sm)}.gc-input.gc-size-lg,input[type=text].gc-input.gc-size-lg,input[type=password].gc-input.gc-size-lg,input[type=email].gc-input.gc-size-lg,input[type=url].gc-input.gc-size-lg{height:var(--cui-block-size-lg);line-height:var(--cui-block-size-lg)}.gc-input.gc-size-xl,input[type=text].gc-input.gc-size-xl,input[type=password].gc-input.gc-size-xl,input[type=email].gc-input.gc-size-xl,input[type=url].gc-input.gc-size-xl{height:var(--cui-block-size-xl);line-height:var(--cui-block-size-xl)}textarea.gc-input{height:initial}@media (any-hover: none){.gc-input:not([disabled]):hover,input[type=text].gc-input:not([disabled]):hover,input[type=password].gc-input:not([disabled]):hover,input[type=email].gc-input:not([disabled]):hover,input[type=url].gc-input:not([disabled]):hover{background-color:var(--cui-neutral-50)}}.gc-textarea,textarea.gc-textarea{box-sizing:border-box;margin:0;padding:calc((var(--cui-block-size) - var(--cui-border-width) * 2 - 25px) * .5) var(--cui-padding);resize:none;transition:color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out,border-color .2s ease-in-out;vertical-align:top;color:var(--cui-text-color);border:var(--cui-border-width) solid transparent;border-radius:var(--cui-border-radius);outline-offset:var(--cui-outline-offset);background-color:var(--cui-neutral-50);box-shadow:none;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:25px}.gc-textarea:not([rows]),textarea.gc-textarea:not([rows]){height:var(--cui-block-size)}.gc-textarea:not([disabled]):hover,textarea.gc-textarea:not([disabled]):hover{background-color:var(--cui-neutral-100)}.gc-textarea:not([disabled]):focus,textarea.gc-textarea:not([disabled]):focus{outline:var(--cui-outline);background-color:var(--cui-neutral-100);box-shadow:none}.gc-textarea::-moz-placeholder,textarea.gc-textarea::-moz-placeholder{color:var(--cui-neutral-400);font-weight:400}.gc-textarea::placeholder,textarea.gc-textarea::placeholder{color:var(--cui-neutral-400);font-weight:400}.gc-textarea--block,textarea.gc-textarea--block{display:block}.gc-textarea--resize-vertical,textarea.gc-textarea--resize-vertical{resize:vertical}.gc-textarea--resize-both,textarea.gc-textarea--resize-both{resize:both}.gc-textarea--invalid,textarea.gc-textarea--invalid{border-color:var(--cui-error-500)}.gc-textarea--invalid:not([disabled]):focus,textarea.gc-textarea--invalid:not([disabled]):focus{border-color:var(--cui-error-500);outline:var(--cui-outline-error)}.gc-textarea--invalid:not([disabled]):hover,textarea.gc-textarea--invalid:not([disabled]):hover{border-color:var(--cui-error-500)}.gc-textarea--text-align-center,textarea.gc-textarea--text-align-center{text-align:center}.gc-textarea--text-align-right,textarea.gc-textarea--text-align-right{text-align:right}.gc-textarea[disabled],textarea.gc-textarea[disabled]{cursor:default;color:var(--cui-neutral-300)}.gc-textarea[disabled]::-moz-placeholder,textarea.gc-textarea[disabled]::-moz-placeholder{color:var(--cui-neutral-300)}.gc-textarea[disabled]::placeholder,textarea.gc-textarea[disabled]::placeholder{color:var(--cui-neutral-300)}.gc-textarea--size-sm,textarea.gc-textarea--size-sm{padding:calc((var(--cui-block-size-sm) - var(--cui-border-width) * 2 - 20px) * .5) var(--cui-padding);line-height:20px}.gc-textarea--size-sm:not([rows]),textarea.gc-textarea--size-sm:not([rows]){height:var(--cui-block-size-sm)}.gc-textarea--size-lg,textarea.gc-textarea--size-lg{padding:calc((var(--cui-block-size-lg) - var(--cui-border-width) * 2 - 30px) * .5) var(--cui-padding);line-height:30px}.gc-textarea--size-lg:not([rows]),textarea.gc-textarea--size-lg:not([rows]){height:var(--cui-block-size-lg)}@media (any-hover: none){.gc-textarea:not([disabled]):hover,textarea.gc-textarea:not([disabled]):hover{background-color:var(--cui-neutral-50)}}.gc-label{display:inline-grid;vertical-align:top;-ms-grid-columns:minmax(0,1fr);-ms-grid-rows:minmax(0,auto) minmax(0,1fr);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,auto) minmax(0,1fr);grid-template-areas:"label" "content"}.gc-label *,.gc-label *:before,.gc-label *:after{box-sizing:border-box}.gc-label .gc-label__label{width:100%;grid-area:label;-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.gc-label .gc-label__content{grid-area:content;-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.gc-label--block{display:grid}.gc-label--position-left,.gc-label--position-right{-ms-grid-columns:33% 67%;-ms-grid-rows:minmax(0,1fr);grid-template-columns:33% 67%;grid-template-rows:minmax(0,1fr);grid-template-areas:"label content"}.gc-label--position-left .gc-label__label,.gc-label--position-right .gc-label__label{grid-area:label;-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.gc-label--position-left .gc-label__content,.gc-label--position-right .gc-label__content{width:100%;grid-area:content;-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1}.gc-label--position-left .gc-label__content>*,.gc-label--position-right .gc-label__content>*{width:100%}.gc-label--position-left.gc-label--width-auto,.gc-label--position-right.gc-label--width-auto{grid-template-columns:minmax(33%,auto) minmax(50%,1fr)}.gc-label--position-left.gc-label--width-auto .gc-label__label,.gc-label--position-right.gc-label--width-auto .gc-label__label,.gc-label--position-left.gc-label--width-auto .gc-label__content,.gc-label--position-right.gc-label--width-auto .gc-label__content{width:auto}.gc-label--position-left .gc-label__label{padding-right:var(--cui-padding)}.gc-label--position-right{-ms-grid-columns:67% 33%;-ms-grid-rows:minmax(0,1fr);grid-template-columns:67% 33%;grid-template-rows:minmax(0,1fr);grid-template-areas:"content label"}.gc-label--position-right .gc-label__label{padding-left:var(--cui-padding);text-align:right;-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1}.gc-label--position-right .gc-label__content{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.gc-label--position-right.gc-label--width-auto{grid-template-columns:minmax(50%,1fr) minmax(33%,auto)}.gc-label--position-bottom{grid-template-rows:minmax(0,1fr) minmax(0,auto);grid-template-areas:"content" "label"}.gc-label--position-bottom .gc-label__label{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.gc-label--position-bottom .gc-label__content{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.gc-label--alignment-left .gc-label__label{text-align:left}.gc-label--alignment-right .gc-label__label{text-align:right}.gc-label--alignment-center .gc-label__label{text-align:center}.gc-label--with-tooltip .gc-label__label{padding-right:var(--cui-icon-size)}.gc-label--with-icon .gc-label__label{padding:0}.gc-label--disabled .gc-label__label{opacity:.38}.gc-label--with-tooltip.gc-label--position-right .gc-label__label{padding-right:0;padding-left:var(--cui-icon-size)}.gc-label--with-tooltip.gc-label--position-right .gc-label__label>.gc-label__tooltip{right:initial;left:0}.gc-label__label{position:relative;display:flex;flex-direction:column;height:var(--cui-block-size);margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-wrap:nowrap;justify-content:center}.gc-label__label>span{display:-webkit-box;overflow:hidden;flex:0 0 auto;max-height:30px;vertical-align:middle;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:15px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gc-label__label>span>b{color:var(--cui-primary-500)}.gc-label--size-small .gc-label__label{height:var(--cui-block-size-sm)}.gc-label--size-small .gc-label__icon{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.gc-label--size-large .gc-label__label{height:var(--cui-block-size-lg)}.gc-label--size-large .gc-label__icon{width:var(--cui-block-size-lg);height:var(--cui-block-size-lg)}.gc-label__tooltip{position:absolute;top:50%;right:0;width:var(--cui-icon-size);height:var(--cui-icon-size);transform:translateY(-50%)}.gc-label__tooltip .gc-icon{display:flex;width:var(--cui-icon-size);height:var(--cui-icon-size);justify-content:center;align-items:center}.gc-label__icon{display:flex;width:var(--cui-block-size);height:var(--cui-block-size);justify-content:center;align-items:center}.gc-appbar{display:flex;height:var(--cui-block-size)}.gc-appbar--legacy .gc-appbar__title{color:var(--cui-contrast-text)}.gc-appbar--legacy .gc-appbar__subtitle{color:var(--cui-contrast-text-semi-40)}.gc-appbar--legacy .gc-appbar__badge--accent{background-color:var(--cui-primary-700)}.gc-appbar--legacy .gc-menu__logo{height:var(--cui-block-size-lg)}.gc-appbar__logo-container{position:relative;flex:0 0 auto;height:100%}.gc-appbar__main-section{flex:0 0 auto;height:100%}.gc-appbar__title-section{display:flex;overflow:hidden;flex:1 1 auto;width:0;height:100%;justify-content:center;align-items:center}.gc-appbar__control-section{flex:0 0 auto;height:100%}.gc-appbar__badge{display:block;flex:0 0 auto;height:20px;margin-left:var(--cui-padding);padding:0 var(--cui-padding);color:var(--cui-text-color);border-radius:10px;background-color:var(--cui-bg-panels-border);font-size:var(--cui-text-size);line-height:20px}.gc-appbar__badge--error{color:var(--cui-contrast-text);background-color:var(--cui-error-500)}.gc-appbar__badge--warning{color:var(--cui-contrast-text);background-color:var(--cui-warning-500)}.gc-appbar__badge--accent{color:var(--cui-contrast-text);background-color:var(--cui-primary-500)}.gc-appbar__badge--clickable{cursor:default}.gc-appbar__title{display:block;flex:0 0 auto;color:var(--cui-text-color);font-size:var(--cui-text-size)}.gc-appbar__subtitle{display:block;flex:0 0 auto;padding-left:var(--cui-padding);color:var(--cui-text-semi-60);font-size:var(--cui-text-size);font-style:italic}.gc-menu__splitter{display:block;overflow:hidden;width:100%;height:1px}.gc-menu__splitter:after{display:block;width:calc(100% - var(--cui-padding-sm) * 2);height:1px;margin-left:var(--cui-padding-sm);content:" ";background-color:var(--cui-menu-splitter)}.gc-menu__logo{width:var(--cui-block-size);height:calc(var(--cui-block-size) + 1px);transition:width .2s ease-in-out,background-color .2s ease-in-out;background-color:var(--cui-primary-500)}.gc-menu__logo--menu-size-small{width:var(--cui-block-size-sm)}.gc-menu__logo--menu-size-large{width:var(--cui-block-size-lg)}.gc-menu__logo--size-small{height:calc(var(--cui-block-size-sm) + 1px)}.gc-menu__logo--size-large{height:calc(var(--cui-block-size-lg) + 1px)}.gc-menu__logo--drawer{position:absolute;z-index:calc(var(--cui-z-overlay) + 1);top:0;left:0}.gc-menu__logo--expanded{width:180px}.gc-menu__logo-placeholder{width:var(--cui-block-size)}.gc-menu__logo-placeholder--size-small{width:var(--cui-block-size-sm)}.gc-menu__logo-placeholder--size-large{width:var(--cui-block-size-lg)}.gc-menu__btn-container{position:relative;z-index:1;display:flex;overflow:hidden;flex-direction:column;width:var(--cui-block-size);height:100%;transition:width .2s ease-in-out,background-color .2s ease-in-out;background-color:var(--cui-primary-500)}.gc-menu__scrollable-buttons{position:relative;flex:1 1 auto}.gc-menu__panel-toggle{position:relative}.gc-menu__panel-toggle .gc-btn__icon{transition:transform .2s ease-in-out}.gc-menu__panel-toggle-chevron{position:absolute;top:50%;left:calc(var(--cui-block-size) * .5);transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:translate(-50%,-50%);pointer-events:none;opacity:0;color:var(--cui-contrast-text-semi-40)}.gc-menu__panel-toggle-chevron--accent{color:var(--cui-accent-semi-60)}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled) .gc-btn__icon,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron) .gc-btn__icon{transform:translate(-5px)}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled) .gc-menu__panel-toggle-chevron,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron) .gc-menu__panel-toggle-chevron{transform:translate(-50%,-50%) translate(12px);opacity:1}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled).gc-menu__panel-toggle--size-small .gc-btn__icon,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron).gc-menu__panel-toggle--size-small .gc-btn__icon{transform:translate(-3px)}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled).gc-menu__panel-toggle--size-small .gc-menu__panel-toggle-chevron,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron).gc-menu__panel-toggle--size-small .gc-menu__panel-toggle-chevron{transform:translate(-50%,-50%) translate(9px);opacity:1}.gc-menu__panel-toggle--size-small .gc-menu__panel-toggle-chevron{left:calc(var(--cui-block-size-sm) * .5)}.gc-menu__panel-toggle--size-large .gc-menu__panel-toggle-chevron{left:calc(var(--cui-block-size-lg) * .5)}.gc-menu-panel{overflow-x:hidden}.gc-menu-panel--fill-container{overflow:hidden;height:100%}.gc-menu-panel--notifications>.gc-notification-details{display:flex;flex-direction:column;width:100%;height:100%}.gc-menu-panel--notifications>.gc-notification-details .gc-notification-details__content{flex:1 0 auto;padding-bottom:0;order:2}.gc-menu-panel--notifications>.gc-notification-details .gc-notification-details__action{padding-bottom:var(--cui-padding-sm);order:1}.gc-menu-panel__placeholder{padding:var(--cui-padding);text-align:center;color:var(--cui-text-semi-60);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gc-menu__panel-container{width:230px;height:100%;margin-left:-230px;transition:margin .2s ease-in-out;background-color:var(--cui-bg-panels);will-change:margin}.gc-menu__panel-container--visible{margin-left:0!important}@keyframes gc-pin-appear-animation{0%{transform:scale(0);opacity:0}50%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes gc-pin-feedback{50%{transform:scale(.7)}}.gc-menu__panel-header{position:relative;overflow:hidden;width:100%;height:var(--cui-block-size);margin:0;padding:0 var(--cui-block-size) 0 var(--cui-padding);white-space:nowrap;text-transform:uppercase;color:var(--cui-primary-700);box-shadow:0 -1px 0 0 var(--cui-neutral-100) inset;font-size:var(--cui-text-size);font-weight:700;line-height:var(--cui-block-size)}.gc-menu__panel-header>.gc-btn-pin{position:absolute;right:var(--cui-padding-xs);bottom:var(--cui-padding-xs);animation-name:gc-pin-appear-animation;animation-duration:var(--cui-trn-length);animation-timing-function:ease-in-out}.gc-menu__panel-header>.gc-btn-pin .gc-btn__icon{transition:transform .2s ease-in-out}.gc-menu__panel-header>.gc-btn-pin--pinned .gc-btn__icon{animation:gc-pin-feedback .2s ease-out}.gc-menu__panel-content{height:calc(100% - var(--cui-block-size));box-shadow:-1px 0 0 0 var(--cui-neutral-100) inset}.gc-menu{position:relative;z-index:var(--cui-z-overlay);display:flex;height:100%}.gc-menu *,.gc-menu *:before,.gc-menu *:after{box-sizing:border-box}.gc-menu--drawer{width:var(--cui-block-size)}.gc-menu--drawer .gc-menu__btn-container{position:absolute;top:0;left:0}.gc-menu--drawer .gc-menu__panel-container{position:absolute;top:0;left:var(--cui-block-size)}.gc-menu--drawer.gc-menu--size-small{width:var(--cui-block-size-sm)}.gc-menu--drawer.gc-menu--size-small .gc-menu__panel-container{left:var(--cui-block-size-sm)}.gc-menu--drawer.gc-menu--size-large{width:var(--cui-block-size-lg)}.gc-menu--drawer.gc-menu--size-large .gc-menu__panel-container{left:var(--cui-block-size-lg)}.gc-menu--size-small .gc-menu__btn-container{width:var(--cui-block-size-sm)}.gc-menu--size-small .gc-menu__panel-header{height:var(--cui-block-size-sm);padding:0 var(--cui-block-size-sm) 0 var(--cui-padding);line-height:var(--cui-block-size-sm)}.gc-menu--size-small .gc-menu__panel-header>.gc-btn-pin{right:0;bottom:0}.gc-menu--size-small .gc-menu__panel-content{height:calc(100% - var(--cui-block-size-sm))}.gc-menu--size-large .gc-menu__btn-container{width:var(--cui-block-size-lg)}.gc-menu--size-large .gc-menu__panel-header{height:var(--cui-block-size-lg);padding:0 var(--cui-block-size-lg) 0 var(--cui-padding);line-height:var(--cui-block-size-lg)}.gc-menu--size-large .gc-menu__panel-content{height:calc(100% - var(--cui-block-size-lg))}.gc-menu--expanded .gc-menu__btn-container{width:180px}.gc-menu--legacy .gc-menu__btn-container{background-color:var(--cui-bg-panels)}.gc-menu--legacy .gc-menu__splitter:after{background-color:var(--cui-bg-panels-border)}@media (any-hover: none){.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled) .gc-btn__icon,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron) .gc-btn__icon{transform:none}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled) .gc-menu__panel-toggle-chevron,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron) .gc-menu__panel-toggle-chevron{transform:translate(-50%,-50%);opacity:0}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled).gc-menu__panel-toggle--size-small .gc-btn__icon,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron).gc-menu__panel-toggle--size-small .gc-btn__icon{transform:none}.gc-menu__panel-toggle:hover:not(.gc-menu__panel-toggle--no-chevron):not(.gc-menu__panel-toggle--disabled).gc-menu__panel-toggle--size-small .gc-menu__panel-toggle-chevron,.gc-menu__panel-toggle--active:not(.gc-menu__panel-toggle--no-chevron).gc-menu__panel-toggle--size-small .gc-menu__panel-toggle-chevron{transform:translate(-50%,-50%);opacity:0}}.gc-sidebar{position:relative;flex:1 0 auto;height:100%;transition:width .2s ease-in-out}.gc-sidebar>.gc-sidebar__menu{position:absolute;top:0;right:0}.gc-sidebar[class*=--size]>.gc-sidebar__menu>.gc-tabs{max-width:calc(100% - var(--cui-block-size-sm))}.gc-sidebar--collapsed{width:0!important}.gc-sidebar--collapsed .gc-sidebar__container{overflow:visible}.gc-sidebar--collapsed .gc-sidebar__toggle-area{left:-19px;width:19px;pointer-events:none}.gc-sidebar--collapsed .gc-sidebar__toggle-area-button{top:calc(50% - 25px);height:50px;pointer-events:all}.gc-sidebar--collapsed .gc-sidebar__toggle-area-button:before{top:18px;left:35%}.gc-sidebar--collapsed .gc-sidebar__toggle-area-button:after{top:24px;left:35%}.gc-sidebar--collapsed .gc-sidebar__toggle-area-button:hover:before{transform:rotate(40deg)}.gc-sidebar--collapsed .gc-sidebar__toggle-area-button:hover:after{transform:rotate(-40deg)}.gc-sidebar--collapsed .gc-sidebar__toggle-area-bar{top:calc(50% - 25px);right:0;left:auto;height:50px;margin:0}.gc-sidebar--size-sm>.gc-sidebar__menu+.gc-sidebar__container{padding-top:var(--cui-block-size-sm)}.gc-sidebar--size-sm>.gc-sidebar__menu+.gc-sidebar__container .gc-sidebar__toggle-area{height:calc(100% - var(--cui-block-size-sm))}.gc-sidebar--size-md>.gc-sidebar__menu+.gc-sidebar__container{padding-top:var(--cui-block-size)}.gc-sidebar--size-md>.gc-sidebar__menu+.gc-sidebar__container .gc-sidebar__toggle-area{height:calc(100% - var(--cui-block-size))}.gc-sidebar__menu{display:flex;box-sizing:border-box;padding-right:var(--cui-padding-xs);transition:width .2s ease-in-out;justify-content:space-between;align-items:center}.gc-sidebar__menu+.gc-sidebar__container{padding-top:var(--cui-block-size-lg)}.gc-sidebar__menu+.gc-sidebar__container .gc-sidebar__toggle-area{height:calc(100% - var(--cui-block-size-lg))}.gc-sidebar__menu>.gc-tabs{overflow:hidden;max-width:calc(100% - var(--cui-block-size))}.gc-sidebar__menu--hidden-toggles{justify-content:flex-end}.gc-sidebar__menu .ci-sidebar-toggle__arrow{transition:transform .2s ease-in-out;transform-origin:center center}.gc-sidebar__menu--collapsed .ci-sidebar-toggle__arrow{transform:scale(-1) translate(4px)}.gc-sidebar__container{height:100%;background-color:var(--cui-bg-panels);box-shadow:1px 0 0 0 var(--cui-neutral-100) inset}.gc-sidebar-panel{overflow-x:hidden}.gc-sidebar-panel--fill-container{overflow:hidden;height:100%}.gc-sidebar-panel--notifications>.gc-notification-details{display:flex;flex-direction:column;width:100%;height:100%}.gc-sidebar-panel--notifications>.gc-notification-details .gc-notification-details__content{flex:1 0 auto;padding-bottom:0;order:2}.gc-sidebar-panel--notifications>.gc-notification-details .gc-notification-details__action{padding-bottom:var(--cui-padding-sm);order:1}.gc-sidebar-panel__placeholder{padding:var(--cui-padding);text-align:center;color:var(--cui-text-semi-60);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gc-sidebar__toggle-area{position:absolute;z-index:1;bottom:0;left:0;width:var(--cui-padding);height:100%}.gc-sidebar__toggle-area:hover .gc-sidebar__toggle-area-button{opacity:1}.gc-sidebar__toggle-area-button{position:absolute;top:calc(50% - 18px);left:0;width:100%;height:36px;cursor:pointer;transition:opacity .2s ease-in-out;opacity:0;border:none;outline:none;background:none}.gc-sidebar__toggle-area-button:before,.gc-sidebar__toggle-area-button:after{position:absolute;left:50%;width:2px;height:8px;content:"";transition:transform .2s ease-in-out,opacity .3s ease-in-out;transform:rotate(0);background-color:var(--cui-primary-500)}.gc-sidebar__toggle-area-button:before{top:10px;transform-origin:1px 7px}.gc-sidebar__toggle-area-button:after{top:16px;transform-origin:1px 1px}.gc-sidebar__toggle-area-button:hover:before{transform:rotate(-40deg)}.gc-sidebar__toggle-area-button:hover:after{transform:rotate(40deg)}.gc-sidebar__toggle-area-button:hover+.gc-sidebar__toggle-area-bar{transform:scaleY(1)}.gc-sidebar__toggle-area-bar{position:absolute;top:0;left:-2px;width:2px;height:calc(100% - var(--cui-padding));margin:calc(var(--cui-padding) * .5) 0;transition:transform .2s ease-in-out;transform:scaleY(0);transform-origin:center;pointer-events:none;background-color:var(--cui-primary-500)}@media (any-hover: none){.gc-sidebar--collapsed .gc-sidebar__toggle-area-button:hover:before{transform:none}.gc-sidebar--collapsed .gc-sidebar__toggle-area-button:hover:after{transform:none}.gc-sidebar__toggle-area:hover .gc-sidebar__toggle-area-button{opacity:0}.gc-sidebar__toggle-area-button:hover:before{transform:none}.gc-sidebar__toggle-area-button:hover:after{transform:none}.gc-sidebar__toggle-area-button:hover+.gc-sidebar__toggle-area-bar{transform:none}}.gc-combo{position:relative;display:inline-block;width:auto;height:40px;vertical-align:top;color:#333;font-size:12px}.gc-combo *,.gc-combo *:before,.gc-combo *:after{box-sizing:border-box}.gc-combo>.gc-input{width:100%;text-overflow:ellipsis}.gc-combo:not([class^=gc-size])>.gc-input{padding-right:40px}.gc-combo--block{display:block}.gc-combo--with-preview:not([class^=gc-size])>.gc-input{padding-left:var(--cui-block-size)}.gc-combo--with-preview.gc-size-sm>.gc-input{padding-left:var(--cui-block-size-sm)}.gc-combo--with-preview.gc-size-sm>.gc-combo__preview{width:var(--cui-block-size-sm)}.gc-combo--with-preview.gc-size-lg>.gc-input{padding-left:var(--cui-block-size-lg)}.gc-combo--with-preview.gc-size-lg>.gc-combo__preview{width:var(--cui-block-size-lg)}.gc-combo--disabled .gc-combo__preview{opacity:.38}.gc-combo--value-placeholder:not(.gc-combo--focused-input)>.gc-input::-moz-placeholder{color:var(--cui-text-color)!important}.gc-combo--value-placeholder:not(.gc-combo--focused-input)>.gc-input::placeholder{color:var(--cui-text-color)!important}.gc-combo__preview{position:absolute;top:0;left:0;display:flex;width:var(--cui-block-size);height:100%;padding:var(--cui-padding-xs);pointer-events:none;justify-content:center;align-items:center}.gc-combo .gc-dd{position:absolute;top:0;right:0}.gc-combo .gc-dd>.gc-btn{width:40px;min-width:auto;background:transparent}.gc-combo .gc-dd>.gc-dd__chevron{width:40px}.gc-combo.gc-size-sm>.gc-input{padding-right:30px}.gc-combo.gc-size-sm .gc-dd>.gc-btn{width:30px}.gc-combo.gc-size-sm .gc-dd>.gc-dd__chevron{width:30px}.gc-combo.gc-size-lg>.gc-input{padding-right:50px}.gc-combo.gc-size-lg .gc-dd>.gc-btn{width:50px}.gc-combo.gc-size-lg .gc-dd>.gc-dd__chevron{width:50px}.gc-modal{--cui-modal-width: 600px;--cui-modal-icon-offset: calc((var(--cui-block-size) - var(--cui-icon-size)) * .5);--cui-block-size-padding: calc(var(--cui-block-size) + var(--cui-padding-sm) * 2);padding:0;border:none;margin:0;overflow:visible;display:block;max-width:unset;max-height:unset;color:var(--cui-text-color)}.gc-modal::backdrop{background-color:var(--cui-overlay)}.gc-modal--ff-esr::backdrop{background-color:#00000026}.gc-modal--default{position:absolute;height:-moz-fit-content;height:fit-content;max-height:-moz-max-content;max-height:max-content;width:var(--cui-modal-width);border-radius:var(--cui-border-radius);outline:none;background-color:var(--cui-bg-panels);box-shadow:var(--cui-shadow-menu)}.gc-modal.gc-rounded{border-radius:var(--cui-rounded-radius)}.gc-modal.gc-rounded .gc-modal__header{border-radius:var(--cui-rounded-radius) var(--cui-rounded-radius) 0 0}.gc-modal.gc-rounded .gc-modal__footer{border-radius:0 0 var(--cui-rounded-radius) var(--cui-rounded-radius)}.gc-modal.gc-rounded .gc-modal__resize-handle-wrapper{padding-right:var(--cui-padding-xs);padding-bottom:var(--cui-padding-xs)}.gc-modal.gc-rounded .gc-modal__resize-handle{width:12px;height:12px;border-radius:0 0 17px}.gc-modal--level-warning .gc-modal__header{background-color:var(--cui-warning-500)}.gc-modal--level-warning .gc-modal__close-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-warning-700)}.gc-modal--level-error .gc-modal__header{background-color:var(--cui-error-500)}.gc-modal--level-error .gc-modal__close-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-error-700)}.gc-modal--with-icon .gc-modal__header:not(.gc-modal__header--centered-title){padding-left:calc(var(--cui-padding-sm) + var(--cui-modal-icon-offset) + var(--cui-icon-size) + var(--cui-padding))}.gc-modal__parent-container{display:grid;grid-template-rows:min-content 1fr min-content;overflow:auto;width:100%;min-height:100%}.gc-modal__header{display:grid;min-height:var(--cui-block-size-padding);padding:var(--cui-padding-sm) var(--cui-padding-sm) var(--cui-padding-sm) var(--cui-padding);color:var(--cui-contrast-text);border-radius:var(--cui-border-radius) var(--cui-border-radius) 0 0;background-color:var(--cui-primary-500);align-items:center;grid-template-areas:"title title btn";grid-template-columns:var(--cui-block-size-padding) auto var(--cui-block-size-padding)}.gc-modal__header--centered-title{position:relative;min-height:var(--cui-block-size-padding);padding-right:var(--cui-padding-sm);grid-template-areas:". title btn";grid-auto-columns:auto var(--cui-block-size)}.gc-modal__header--centered-title>.gc-modal__title-box{text-align:center}.gc-modal__icon{position:absolute;top:var(--cui-padding-sm);left:calc(var(--cui-padding-sm) + var(--cui-modal-icon-offset));display:flex;height:var(--cui-block-size);align-items:center}.gc-modal__title-box{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;grid-area:title}.gc-modal__title{overflow:hidden;margin:0;text-overflow:ellipsis;font-weight:400;line-height:20px}.gc-modal__subtitle{overflow:hidden;text-overflow:ellipsis;color:var(--cui-contrast-text-semi-40);font-size:var(--cui-text-size-lg);font-style:italic}.gc-modal__close-btn{margin:0 0 auto auto;grid-area:btn}.gc-modal__close-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-primary-700)}.gc-modal__message{padding:var(--cui-padding) var(--cui-padding) var(--cui-padding-sm);overflow-wrap:anywhere;font-size:var(--cui-text-size-lg)}.gc-modal__content{display:flex;flex-direction:column}.gc-modal__footer{position:relative;display:flex;padding:var(--cui-padding-sm);border-radius:0 0 var(--cui-border-radius) var(--cui-border-radius);background-color:var(--cui-bg-body);align-items:center;justify-content:flex-end}.gc-modal__footer>.gc-btn,.gc-modal__footer .gc-btn-group{min-width:100px}.gc-modal__footer>.gc-btn+.gc-btn,.gc-modal__footer>.gc-btn .gc-btn-group,.gc-modal__footer .gc-btn-group+.gc-btn,.gc-modal__footer .gc-btn-group .gc-btn-group{margin-left:15px}.gc-modal__footer>.gc-btn{text-align:center}.gc-modal__footer>.gc-btn-group .gc-btn{width:100%;text-align:center}.gc-modal__footer--align-left{justify-content:flex-start}.gc-modal__footer--align-center{justify-content:center}.gc-modal__footer--align-spread{justify-content:space-between}.gc-modal__right-control{margin-left:auto!important}.gc-modal__resize-handle-wrapper{position:absolute;right:0;bottom:0;padding:3px}.gc-modal__resize-handle{width:9px;height:9px;transition:border-color .2s;border-right:2px dotted #acacac;border-bottom:2px dotted #acacac}.gc-modal__resize-handle-wrapper:hover .gc-modal__resize-handle{border-right:2px solid var(--cui-primary-500);border-bottom:2px solid var(--cui-primary-500)}.gc-message-box.gc-modal--with-icon .gc-modal__header:not(.gc-modal__header--centered-title){padding-left:calc(var(--cui-icon-size) * .5 + var(--cui-icon-size) + var(--cui-padding))}.gc-message-box .gc-modal__header{position:relative;min-height:auto;padding:0}.gc-message-box .gc-modal__header--centered-title{min-height:auto}.gc-message-box .gc-modal__header>.gc-modal__icon{top:0;left:calc(var(--cui-icon-size) * .5)}.gc-message-box .gc-modal__header>.gc-modal__title-box{padding:var(--cui-padding-sm)}.gc-message-box .gc-modal__footer{background-color:transparent}.gc-accent-color{color:var(--cui-primary-700)}.gc-accent-background{background-color:var(--cui-primary-500)}.gc-accent-fill{fill:var(--cui-primary-500)}.gc-secondary-accent-fill{fill:var(--cui-secondary-500)}.gc-contrast-fill{fill:var(--cui-white)}.gc-rounded,input[type=text].gc-rounded,input[type=password].gc-rounded,input[type=email].gc-rounded,input[type=url].gc-rounded,textarea.gc-rounded{border-radius:var(--cui-rounded-radius)}.gc-rounded.gc-size-sm,input[type=text].gc-rounded.gc-size-sm,input[type=password].gc-rounded.gc-size-sm,input[type=email].gc-rounded.gc-size-sm,input[type=url].gc-rounded.gc-size-sm,textarea.gc-rounded.gc-size-sm{border-radius:var(--cui-rounded-radius-sm)}.gc-rounded.gc-size-lg,input[type=text].gc-rounded.gc-size-lg,input[type=password].gc-rounded.gc-size-lg,input[type=email].gc-rounded.gc-size-lg,input[type=url].gc-rounded.gc-size-lg,textarea.gc-rounded.gc-size-lg{border-radius:var(--cui-rounded-radius-lg)}.gc-rounded.gc-size-xl,input[type=text].gc-rounded.gc-size-xl,input[type=password].gc-rounded.gc-size-xl,input[type=email].gc-rounded.gc-size-xl,input[type=url].gc-rounded.gc-size-xl,textarea.gc-rounded.gc-size-xl{border-radius:var(--cui-rounded-radius-xl)}.gc-size-sm{height:var(--cui-block-size-sm);line-height:var(--cui-block-size-sm)}.gc-size-lg{height:var(--cui-block-size-lg);line-height:var(--cui-block-size-lg)}.gc-size-xl{height:var(--cui-block-size-xl);line-height:var(--cui-block-size-xl)}.gc-dd-adjustment{transition-timing-function:ease-out;transition-duration:.15s;transition-property:left,right,top}.gc-property-grid{width:100%;height:100%;padding-top:var(--cui-padding)}.gc-property-grid .gc-property-grid__header{position:relative;display:flex;margin:0 var(--cui-padding) calc(var(--cui-padding-xs) * 2);border-radius:var(--cui-border-radius);background-color:var(--cui-primary-500)}.gc-property-grid .gc-property-grid__header .gc-btn.gc-property-grid__button{width:100%;padding:0}.gc-property-grid .gc-property-grid__header .gc-btn.gc-property-grid__button>.gc-btn__text{width:100%;padding:0;transition:opacity .2s ease-in-out;text-align:center}.gc-property-grid .gc-property-grid__header .gc-btn.gc-property-grid__button>.gc-btn__icon{right:0;left:auto}.gc-property-grid .gc-property-grid__header .gc-btn.gc-property-grid__button--search-mode{position:static;width:auto;min-width:var(--cui-block-size-xl);padding:0 var(--cui-padding-sm);border-radius:var(--cui-border-radius) 0 0 var(--cui-border-radius)}.gc-property-grid .gc-property-grid__header .gc-btn.gc-property-grid__button--search-mode>.gc-btn__text{position:static;opacity:.5;color:var(--cui-contrast-text);font-size:var(--cui-text-size-sm)}.gc-property-grid .gc-property-grid__header>.gc-property-grid__button-back{position:absolute;z-index:1;top:0;left:0}.gc-property-grid .gc-property-grid__header>.gc-dd{position:absolute;z-index:1;top:0;right:0}.gc-property-grid .gc-property-grid__header>.gc-dd+.gc-btn{padding:0 calc(var(--cui-block-size-sm) * 2)}.gc-property-grid .gc-property-grid__header>.gc-dd+.gc-btn .gc-btn__icon{right:var(--cui-block-size-sm)}.gc-property-grid .gc-property-grid__header .gc-btn>.gc-btn__icon{transition:color .2s ease-in-out,opacity .2s ease-in-out}.gc-property-grid .gc-property-grid__header .gc-btn:not(:hover)>.gc-btn__icon{opacity:.5;color:var(--cui-contrast-text)}.gc-property-grid .gc-property-grid__header>.gc-input{flex:1 0 auto;padding-right:var(--cui-block-size-sm);text-overflow:ellipsis;color:var(--cui-contrast-text);border-radius:0 var(--cui-border-radius) var(--cui-border-radius) 0;background-color:var(--cui-primary-500)}.gc-property-grid .gc-property-grid__header>.gc-input::-moz-placeholder{color:var(--cui-contrast-text-semi-40)}.gc-property-grid .gc-property-grid__header>.gc-input::placeholder{color:var(--cui-contrast-text-semi-40)}.gc-property-grid .gc-property-grid__header>.gc-input:focus,.gc-property-grid .gc-property-grid__header>.gc-input:hover{border-color:transparent!important;background-color:var(--cui-primary-700)!important}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-tabs{display:flex;width:0;padding-left:var(--cui-block-size-sm);order:1;flex-grow:1}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-tabs .gc-btn-group{flex:1 1 auto;width:0}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-tabs .gc-btn{flex:1 1 auto;width:50%}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-tabs .gc-btn:after{content:none}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-property-grid__button{width:auto;padding:0!important;order:2}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-property-grid__button>.gc-btn__text{padding-left:var(--cui-block-size-sm)}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-property-grid__button>.gc-btn__icon{right:0}.gc-property-grid .gc-property-grid__header--with-tabs:not([class*=search-view])>.gc-dd{position:relative;order:3}.gc-property-grid .gc-property-grid__container{height:calc(100% - (var(--cui-block-size-sm) + var(--cui-padding-xs) * 2))}.gc-property-grid .gc-property-category{padding:0 var(--cui-padding)}.gc-property-list__placeholder{padding:var(--cui-padding);text-align:center;color:var(--cui-text-semi-60);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gc-property-grid .gc-property-list__placeholder{padding:0 var(--cui-padding)}.gc-property-grid__container{overflow-x:hidden;height:100%}.gc-property-category{display:block;margin:0;padding:0;border:none}.gc-property-category .gc-label__content{overflow:hidden}.gc-property-category__flex-container{display:flex;flex-direction:column;width:100%}.gc-property-category__content:empty+.gc-property-category__title{display:none}.gc-property-category__title{order:1}.gc-property-category__content{margin-bottom:var(--cui-padding-xs);order:2}.gc-property-category__content:empty{margin-bottom:0}.gc-property-category__content>*{margin-bottom:var(--cui-padding-xs)}.gc-property-category__content--collapsed{display:none}.gc-unknown-editor{height:var(--cui-block-size-sm);margin-bottom:var(--cui-padding-xs);color:var(--cui-text-semi-60);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}@media (any-hover: none){.gc-property-grid .gc-property-grid__header .gc-btn:hover>.gc-btn__icon{opacity:.5;color:var(--cui-contrast-text)}.gc-property-grid .gc-property-grid__header>.gc-input:hover:not(:focus){border-color:transparent!important;background-color:var(--cui-primary-500)!important}}.gc-collection-editor{position:relative}.gc-collection-editor--dragging *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.gc-collection-editor--expanded{margin:var(--cui-border-width) calc(0px - var(--cui-padding)) var(--cui-padding);padding:0 var(--cui-padding) var(--cui-padding) var(--cui-padding);outline:var(--cui-border-width) solid var(--cui-neutral-100)}.gc-collection-editor--expanded:before{position:absolute;top:0;left:0;display:block;width:100%;height:var(--cui-block-size-sm);content:"";background-color:var(--cui-neutral-50)}.gc-collection-editor--disabled .gc-collection-editor__main>.gc-collection-editor__counter{color:var(--cui-neutral-300)}.gc-collection-editor--transparent{background-color:transparent}.gc-collection-editor--transparent:before{content:none}.gc-collection-editor__item{display:flex}.gc-collection-editor__item>*:not(.gc-collection-editor__item-actions){width:0;flex-grow:1}.gc-collection-editor__item-actions{display:flex;margin-right:var(--cui-padding-xs);flex-shrink:0}.gc-collection-editor__item-actions>.gc-btn+.gc-btn{margin-left:var(--cui-padding-xs)}.gc-collection-editor__item+.gc-collection-editor__item{padding-top:var(--cui-padding-xs)}.gc-collection-editor__main{display:flex;justify-content:flex-end}.gc-collection-editor__main>.gc-btn{flex-shrink:0}.gc-collection-editor__main>*+*{margin-left:var(--cui-padding-xs)}.gc-collection-editor__main .gc-collection-editor__counter{display:block;overflow:hidden;flex:1 1 auto;width:0;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-sm);cursor:default;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-text-semi-60);border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.gc-collection-editor__arrows{position:relative;display:flex;flex-direction:column;width:var(--cui-block-size-sm);justify-content:center}.gc-collection-editor__arrows>.gc-btn{position:absolute;width:100%;height:calc(var(--cui-block-size-sm) * .5)}.gc-collection-editor__arrows>.gc-btn .gc-btn__text{height:100%;padding:0!important}.gc-collection-editor__arrows>.gc-btn .gc-btn__icon{position:static;display:flex;height:100%;justify-content:center;align-items:center}.gc-collection-editor__arrows .gc-collection-editor__arrow-up{top:0;left:0}.gc-collection-editor__arrows .gc-collection-editor__arrow-down{bottom:0;left:0}.gc-collection-editor__arrows+.gc-btn{margin-left:var(--cui-padding-xs)}.gc-collection-editor__items{position:relative}.gc-collection-editor__items:only-child{padding-top:var(--cui-padding)}.gc-collection-editor__item--dragged{pointer-events:none;opacity:0}.gc-collection-editor__clone{position:absolute;top:0;left:0;width:100%;pointer-events:none;box-shadow:var(--cui-prop-editors-drag-shadow)}.gc-collection-editor__clone .gc-collection-editor__item{opacity:.8}.gc-collection-editor__empty{display:flex;height:var(--cui-block-size-sm);margin-top:var(--cui-padding);color:var(--cui-text-semi-60);background-color:var(--cui-neutral-50);font-size:var(--cui-text-size);justify-content:center;align-items:center}.gc-collection-editor__header{overflow:hidden;margin:var(--cui-padding-xs) 0;text-overflow:ellipsis;font-size:var(--cui-text-size)}.gc-collection-editor__header--offset-1{padding-left:calc(var(--cui-block-size-sm) + var(--cui-padding-xs))}.gc-collection-editor__header--offset-2{padding-left:calc(var(--cui-block-size-sm) * 2 + var(--cui-padding-xs) * 2)}.gc-side-editor .gc-expand-editor__content{flex-direction:row;flex-wrap:wrap}.gc-side-editor--stretched .gc-side-editor__side:not([class*=--default]){width:calc(50% + var(--cui-padding))}.gc-side-editor--stretched .gc-side-editor__side--left,.gc-side-editor--stretched .gc-side-editor__side--right{margin-left:calc(0px - var(--cui-padding))}.gc-side-editor--stretched .gc-side-editor__side--top,.gc-side-editor--stretched .gc-side-editor__side--bottom{margin-right:calc(0px - var(--cui-padding))}.gc-side-editor__side{width:50%}.gc-side-editor__side--default{width:100%;order:1}.gc-side-editor__side--left{order:2}.gc-side-editor__side--top{order:3}.gc-side-editor__side--right{order:4}.gc-side-editor__side--bottom{order:5}.gc-side-editor__side:not(.gc-side-editor__side--default) .gc-label{grid-template-columns:var(--cui-block-size-sm) minmax(0,1fr)}.gc-binding-wrapper__content{flex:1 1 auto;width:calc(100% - var(--cui-block-size-sm));max-width:calc(100% - var(--cui-block-size-sm))}.gc-binding-wrapper__toggle{width:var(--toggleSize);height:var(--toggleSize);margin:calc((var(--cui-block-size-sm) - var(--toggleSize)) / 2) auto;transition:background-color .2s ease-in-out,outline-color .2s ease-in-out;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-300);outline-offset:2px;outline-width:2px;outline-style:solid;outline-color:transparent}.gc-binding-wrapper{display:flex;--toggleSize: 12px}.gc-binding-wrapper>.gc-dd{flex:0 0 auto;width:var(--cui-block-size-sm);min-width:var(--cui-block-size-sm)}.gc-binding-wrapper>.gc-dd>.gc-btn:hover:not(:disabled){background-color:transparent}.gc-binding-wrapper>.gc-dd>.gc-btn:hover:not(:disabled) .gc-binding-wrapper__toggle{outline-color:var(--cui-neutral-300)}.gc-binding-wrapper--modified .gc-binding-wrapper__toggle{background-color:var(--cui-binding-modified)}.gc-binding-wrapper--modified>.gc-dd>.gc-btn:hover:not(:disabled) .gc-binding-wrapper__toggle{outline-color:var(--cui-binding-modified)}.gc-binding-wrapper--bind .gc-binding-wrapper__toggle{background-color:var(--cui-binding-bind)}.gc-binding-wrapper--bind>.gc-dd>.gc-btn:hover:not(:disabled) .gc-binding-wrapper__toggle{outline-color:var(--cui-binding-bind)}@media (any-hover: none){.gc-binding-wrapper>.gc-dd>.gc-btn:hover .gc-binding-wrapper__toggle{outline-color:transparent}.gc-binding-wrapper--modified>.gc-dd>.gc-btn:hover .gc-binding-wrapper__toggle,.gc-binding-wrapper--bind>.gc-dd>.gc-btn:hover .gc-binding-wrapper__toggle{outline-color:transparent}}.gc-bool-editor{margin:0 0 0 auto}.gc-label:not([class*=--position]) .gc-bool-editor{margin:0}.gc-number-editor{display:flex}.gc-number-editor>.gc-btn{flex:0 0 auto}.gc-number-editor>.gc-btn:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.gc-number-editor>.gc-btn:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.gc-number-editor>.gc-input{flex:1 1 auto;border-radius:0}.gc-enum-editor .gc-btn__text{padding:0 10px}.gc-enum-editor--empty .gc-btn__text{opacity:.38}.gc-color-palette{width:100%}.gc-color-palette *,.gc-color-palette *:before,.gc-color-palette *:after{box-sizing:border-box}.gc-color-palette__colors{display:flex;width:100%;padding:0 calc(var(--cui-padding) - 5px);flex-wrap:wrap}.gc-color-palette__heading.gc-heading{padding:0 var(--cui-padding);color:var(--cui-text-semi-60)}.gc-color-palette__heading.gc-heading .gc-heading__divider{border-bottom:var(--cui-border-width) solid var(--cui-neutral-50)}.gc-color{display:flex;flex:0 0 auto;width:50%;min-width:50%;max-width:50%;height:20px;padding:0 5px}.gc-color__main{position:relative;flex:0 0 auto;width:15px;height:15px;margin-right:5px;border-radius:var(--cui-border-radius)}.gc-color__main:after{position:absolute;top:0;left:0;display:block;box-sizing:border-box;width:100%;height:100%;content:"";transition:border-color .2s ease-in-out;border:var(--cui-border-width) solid var(--cui-overlay);border-radius:var(--cui-border-radius)}.gc-color__main:hover:after{border:var(--cui-border-width) solid rgba(0,0,0,.4)}.gc-color__shades{position:relative;display:flex;flex:1 1 auto;height:15px;border-radius:var(--cui-border-radius)}.gc-color__shades:after{position:absolute;top:0;left:0;display:block;box-sizing:border-box;width:100%;height:100%;content:"";transition:border-color .2s ease-in-out;pointer-events:none;border:var(--cui-border-width) solid var(--cui-overlay);border-radius:var(--cui-border-radius)}.gc-color__shades>div{position:relative;flex:1 1 auto;height:100%}.gc-color__shades>div:after{position:absolute;top:0;left:0;display:block;box-sizing:border-box;width:100%;height:100%;content:"";transition:border-color .2s ease-in-out;border:var(--cui-border-width) solid transparent}.gc-color__shades>div:first-of-type:after{border-top-left-radius:var(--cui-border-radius);border-bottom-left-radius:var(--cui-border-radius)}.gc-color__shades>div:last-of-type:after{border-top-right-radius:var(--cui-border-radius);border-bottom-right-radius:var(--cui-border-radius)}.gc-color__shades>div:hover:after{border:var(--cui-border-width) solid rgba(0,0,0,.4)}.gc-color-picker{display:flex;flex-wrap:wrap}.gc-color-picker *,.gc-color-picker *:before,.gc-color-picker *:after{box-sizing:border-box}.gc-color-picker__preview{flex:0 0 auto;width:calc(var(--cui-block-size-sm) * 3);height:calc(var(--cui-block-size-sm) * 3);margin-right:var(--cui-padding);border:1px solid var(--cui-overlay);border-radius:var(--cui-border-radius)}.gc-color-picker__preview:hover{border:4px solid var(--cui-overlay)}.gc-color-picker__settings{flex:1 1 auto}.gc-color-picker__settings>span{display:block;height:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:var(--cui-text-size-sm);line-height:15px}.gc-color-picker__inputs{display:flex;width:100%}.gc-color-picker__hex .gc-label,.gc-color-picker__rgb .gc-label{width:100%}.gc-color-picker__hex .gc-label .gc-label__label,.gc-color-picker__rgb .gc-label .gc-label__label{align-items:center}.gc-color-picker__hex .gc-input,.gc-color-picker__rgb .gc-input{display:block;width:100%}.gc-color-picker__hex{flex:0 0 auto;width:calc(var(--cui-block-size-sm) * 3);margin-right:var(--cui-padding)}.gc-color-picker__rgb{display:flex;flex:1 1 auto;justify-content:space-between}.gc-color-picker__rgb .gc-label{flex:0 0 auto;width:calc(33.3% - 4px)}.gc-color-picker__slider{border:1px solid var(--cui-dd-divider)}.gc-color-dropdown{width:300px;padding-bottom:var(--cui-padding)}.gc-color-dropdown *,.gc-color-dropdown *:before,.gc-color-dropdown *:after{box-sizing:border-box}.gc-color-dropdown>.gc-btn-group{margin:var(--cui-padding);margin-bottom:calc(var(--cui-padding) / 3)}.gc-color-dropdown>.gc-color-dropdown__web-colors{margin:var(--cui-padding);margin-bottom:0}.gc-color-dropdown>.gc-color-dropdown__web-colors .gc-dd-menu__item--with-preview.gc-size-sm{padding:0}.gc-color-dropdown>.gc-color-picker{margin:var(--cui-padding);margin-bottom:0}.gc-color-dropdown>.gc-slider{margin:0 var(--cui-padding)}.gc-color-dropdown__web-color{width:15px;height:15px;border-radius:var(--cui-border-radius)}@media (any-hover: none){.gc-color__main:hover:after{border:var(--cui-border-width) solid var(--cui-overlay)}.gc-color__shades>div:hover:after{border:var(--cui-border-width) solid transparent}.gc-color-picker__preview:hover{border:1px solid var(--cui-overlay)}}@keyframes cui_a_step_dot_appear{0%{opacity:0;transform:scale(1) rotateY(-180deg)}50%{opacity:1}62%{opacity:1;transform:scale(1) rotateY(35deg)}to{opacity:1;transform:scale(1) rotateY(0)}}@keyframes cui_a_step_dot_disappear{0%{opacity:1;transform:scale(1) rotateY(0)}50%{opacity:0}62%{opacity:0;transform:scale(1) rotateY(-215deg)}to{opacity:0;transform:scale(1) rotateY(-180deg)}}.cui-step{align-self:stretch;justify-self:stretch;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;font-size:var(--cui-text-size);border-radius:var(--cui-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.cui-step--left{flex-direction:row-reverse;justify-content:flex-end}.cui-step--top,.cui-step--bottom{flex-direction:column;align-items:stretch}.cui-step--top>.cui-step__decor,.cui-step--bottom>.cui-step__decor{margin:0 auto}.cui-step--top{flex-direction:column-reverse;justify-content:flex-end}.cui-step--neutral:is(.cui-step--inverted){--cui-steps-background: var(--cui-neutral-500);--cui-step-background: var(--cui-neutral-inverted-400);--cui-step-background-semi: var(--cui-neutral-inverted-300);--cui-step-background-solid: var(--cui-neutral-inverted-200);--cui-step-outline: var(--cui-neutral-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-neutral-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-neutral-500)}.cui-step--primary:not(.cui-step--inverted){--cui-step-background: var(--cui-primary-50);--cui-step-background-semi: var(--cui-primary-100);--cui-step-background-solid: var(--cui-primary-200);--cui-step-outline: var(--cui-primary-300);--cui-step-fill: var(--cui-primary-500);--cui-step-color: var(--cui-primary-700);--cui-step-color-details: var(--cui-primary-400);--cui-step-dot-color: var(--cui-primary-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-step--primary:is(.cui-step--inverted){--cui-steps-background: var(--cui-primary-500);--cui-step-background: var(--cui-primary-inverted-400);--cui-step-background-semi: var(--cui-primary-inverted-300);--cui-step-background-solid: var(--cui-primary-inverted-200);--cui-step-outline: var(--cui-primary-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-primary-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-primary-500)}.cui-step--warning:not(.cui-step--inverted){--cui-step-background: var(--cui-warning-50);--cui-step-background-semi: var(--cui-warning-100);--cui-step-background-solid: var(--cui-warning-200);--cui-step-outline: var(--cui-warning-300);--cui-step-fill: var(--cui-warning-500);--cui-step-color: var(--cui-warning-700);--cui-step-color-details: var(--cui-warning-400);--cui-step-dot-color: var(--cui-warning-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-step--warning:is(.cui-step--inverted){--cui-steps-background: var(--cui-warning-500);--cui-step-background: var(--cui-warning-inverted-400);--cui-step-background-semi: var(--cui-warning-inverted-300);--cui-step-background-solid: var(--cui-warning-inverted-200);--cui-step-outline: var(--cui-warning-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-warning-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-warning-500)}.cui-step--error:not(.cui-step--inverted){--cui-step-background: var(--cui-error-50);--cui-step-background-semi: var(--cui-error-100);--cui-step-background-solid: var(--cui-error-200);--cui-step-outline: var(--cui-error-300);--cui-step-fill: var(--cui-error-500);--cui-step-color: var(--cui-error-700);--cui-step-color-details: var(--cui-error-400);--cui-step-dot-color: var(--cui-error-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-step--error:is(.cui-step--inverted){--cui-steps-background: var(--cui-error-500);--cui-step-background: var(--cui-error-inverted-400);--cui-step-background-semi: var(--cui-error-inverted-300);--cui-step-background-solid: var(--cui-error-inverted-200);--cui-step-outline: var(--cui-error-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-error-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-error-500)}button.cui-step{margin:0;padding:0;text-align:left;background:none;border:none}button.cui-step:hover,button.cui-step:focus-visible{outline:none}button.cui-step:hover .cui-step__decor>div,button.cui-step:focus-visible .cui-step__decor>div{box-shadow:0 0 0 2px var(--cui-steps-background),0 0 0 4px var(--cui-step-fill)}.cui-step__decor{flex:0 0 var(--cui-block-size-lg);width:var(--cui-block-size-lg);height:var(--cui-block-size-lg);display:grid;grid-template-columns:1fr;grid-template-rows:1fr;place-items:center center}.cui-step__decor>div{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);border-radius:50%;line-height:.9;background-color:var(--cui-step-background);color:var(--cui-step-dot-color);outline:1px solid var(--cui-step-background);outline-offset:-1px;transition:outline .2s ease-in-out,background-color .4s ease-in-out,color .4s ease-in-out,box-shadow .2s ease-in-out}.cui-step__decor>[data-complete]{color:var(--cui-step-dot-color-complete);background-color:var(--cui-step-fill);outline-color:var(--cui-step-fill)}.cui-step__decor--current>[data-default]{outline-color:var(--cui-step-fill);outline-width:2px;outline-offset:-2px}.cui-step__decor--default>[data-default],.cui-step__decor--current>[data-default]{opacity:1}.cui-step__decor--default>[data-complete],.cui-step__decor--current>[data-complete]{opacity:0}.cui-step__decor--complete>[data-default]{opacity:0}.cui-step__decor--complete>[data-complete]{opacity:1}.cui-step__decor--to-default>[data-default]{animation:cui_a_step_dot_appear .4s ease-in-out}.cui-step__decor--to-default>[data-complete]{animation:cui_a_step_dot_disappear .4s ease-in-out}.cui-step__decor--to-complete>[data-default]{animation:cui_a_step_dot_disappear .4s ease-in-out}.cui-step__decor--to-complete>[data-complete]{animation:cui_a_step_dot_appear .4s ease-in-out}.cui-step__text{display:flex;background-color:var(--cui-steps-background);flex:1 1 minmax(auto,100%);flex-direction:column;overflow:hidden;padding:0 var(--cui-padding-sm);border-radius:var(--cui-border-radius);justify-content:center;align-items:flex-start;color:var(--cui-step-color)}.cui-step__text--reverse{flex-direction:column-reverse}.cui-step__text>span{flex:0 0 auto;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cui-step__text>[data-details]{color:var(--cui-step-color-details)}.cui-step__text--left{text-align:right}.cui-step__text--top,.cui-step__text--bottom{text-align:center}.cui-steps{display:grid;--cui-steps-background: var(--cui-bg-panels);--cui-step-background: var(--cui-neutral-50);--cui-step-background-semi: var(--cui-neutral-100);--cui-step-background-solid: var(--cui-neutral-200);--cui-step-outline: var(--cui-neutral-300);--cui-step-fill: var(--cui-neutral-500);--cui-step-color: var(--cui-neutral-700);--cui-step-color-details: var(--cui-neutral-400);--cui-step-dot-color: var(--cui-neutral-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-steps .indicator_dummy,.cui-steps .indicator{border-radius:var(--cui-border-radius);align-self:center;justify-self:stretch}.cui-steps .indicator_dummy{background-color:var(--cui-step-background);outline:1px solid var(--cui-step-background)}.cui-steps .indicator{background-color:var(--cui-step-fill);transition:all .4s ease-in-out}.cui-steps--vertical .indicator_dummy,.cui-steps--vertical .indicator{align-self:stretch;justify-self:center}.cui-steps--outlined .indicator_dummy{background-color:var(--cui-step-background);outline:1px solid var(--cui-step-outline)}.cui-steps--outlined .cui-step__decor>div{outline-color:var(--cui-step-outline);background-color:var(--cui-step-background)}.cui-steps--outlined .cui-step__decor--current>[data-default]{outline-color:var(--cui-step-fill)}.cui-steps--outlined .cui-step__decor>[data-complete]{background-color:var(--cui-step-fill);outline-color:var(--cui-step-fill)}.cui-steps--semi .indicator_dummy{background-color:var(--cui-step-background-semi);outline:1px solid var(--cui-step-background-semi)}.cui-steps--semi .cui-step__decor>div{background-color:var(--cui-step-background-semi);outline-color:var(--cui-step-background-semi)}.cui-steps--semi .cui-step__decor--current>[data-default]{outline-color:var(--cui-step-fill)}.cui-steps--semi .cui-step__decor>[data-complete]{background-color:var(--cui-step-fill);outline-color:var(--cui-step-fill)}.cui-steps--solid .indicator_dummy{background-color:var(--cui-step-background-solid);outline:1px solid var(--cui-step-background-solid)}.cui-steps--solid .cui-step__decor>div{background-color:var(--cui-step-background-solid);outline-color:var(--cui-step-background-solid)}.cui-steps--solid .cui-step__decor--current>[data-default]{outline-color:var(--cui-step-fill)}.cui-steps--solid .cui-step__decor>[data-complete]{background-color:var(--cui-step-fill);outline-color:var(--cui-step-fill)}.cui-steps--neutral:is(.cui-steps--inverted){--cui-steps-background: var(--cui-neutral-500);--cui-step-background: var(--cui-neutral-inverted-400);--cui-step-background-semi: var(--cui-neutral-inverted-300);--cui-step-background-solid: var(--cui-neutral-inverted-200);--cui-step-outline: var(--cui-neutral-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-neutral-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-neutral-500)}.cui-steps--primary:not(.cui-steps--inverted){--cui-step-background: var(--cui-primary-50);--cui-step-background-semi: var(--cui-primary-100);--cui-step-background-solid: var(--cui-primary-200);--cui-step-outline: var(--cui-primary-300);--cui-step-fill: var(--cui-primary-500);--cui-step-color: var(--cui-primary-700);--cui-step-color-details: var(--cui-primary-400);--cui-step-dot-color: var(--cui-primary-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-steps--primary:is(.cui-steps--inverted){--cui-steps-background: var(--cui-primary-500);--cui-step-background: var(--cui-primary-inverted-400);--cui-step-background-semi: var(--cui-primary-inverted-300);--cui-step-background-solid: var(--cui-primary-inverted-200);--cui-step-outline: var(--cui-primary-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-primary-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-primary-500)}.cui-steps--warning:not(.cui-steps--inverted){--cui-step-background: var(--cui-warning-50);--cui-step-background-semi: var(--cui-warning-100);--cui-step-background-solid: var(--cui-warning-200);--cui-step-outline: var(--cui-warning-300);--cui-step-fill: var(--cui-warning-500);--cui-step-color: var(--cui-warning-700);--cui-step-color-details: var(--cui-warning-400);--cui-step-dot-color: var(--cui-warning-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-steps--warning:is(.cui-steps--inverted){--cui-steps-background: var(--cui-warning-500);--cui-step-background: var(--cui-warning-inverted-400);--cui-step-background-semi: var(--cui-warning-inverted-300);--cui-step-background-solid: var(--cui-warning-inverted-200);--cui-step-outline: var(--cui-warning-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-warning-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-warning-500)}.cui-steps--error:not(.cui-steps--inverted){--cui-step-background: var(--cui-error-50);--cui-step-background-semi: var(--cui-error-100);--cui-step-background-solid: var(--cui-error-200);--cui-step-outline: var(--cui-error-300);--cui-step-fill: var(--cui-error-500);--cui-step-color: var(--cui-error-700);--cui-step-color-details: var(--cui-error-400);--cui-step-dot-color: var(--cui-error-700);--cui-step-dot-color-complete: var(--cui-white)}.cui-steps--error:is(.cui-steps--inverted){--cui-steps-background: var(--cui-error-500);--cui-step-background: var(--cui-error-inverted-400);--cui-step-background-semi: var(--cui-error-inverted-300);--cui-step-background-solid: var(--cui-error-inverted-200);--cui-step-outline: var(--cui-error-inverted-300);--cui-step-fill: var(--cui-white);--cui-step-color: var(--cui-white);--cui-step-color-details: var(--cui-error-inverted-300);--cui-step-dot-color: var(--cui-white);--cui-step-dot-color-complete: var(--cui-error-500)}@keyframes gc-progress-animation{0%{left:-40px;width:40px}50%{width:300px}to{left:100%;width:40px}}.gc-progress{display:block;overflow:hidden;height:20px;border-radius:var(--cui-border-radius);background-color:var(--cui-progressbar-bg);line-height:20px}.gc-progress--inline{display:inline-block}.gc-progress--semi-transparent{background-color:var(--cui-progressbar-bg-semi)}.gc-progress--transparent{background-color:transparent}.gc-progress--accent>.gc-progress__fill{background-color:var(--cui-primary-500)}.gc-progress--accent>.gc-progress__value{color:var(--cui-contrast-text)}.gc-progress--pause-error>.gc-progress__fill{background-color:var(--cui-error-500)}.gc-progress--pause-error>.gc-progress__value{color:var(--cui-contrast-text)}.gc-progress--pause-warning>.gc-progress__fill{background-color:var(--cui-warning-500)}.gc-progress--pause-warning>.gc-progress__value{color:var(--cui-contrast-text)}.gc-progress--indeterminate{position:relative}.gc-progress--indeterminate>.gc-progress__fill{position:absolute;top:0;animation-name:gc-progress-animation;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.gc-progress--indeterminate.gc-progress--pause-error>.gc-progress__fill{animation-play-state:paused}.gc-progress--indeterminate.gc-progress--pause-warning>.gc-progress__fill{animation-play-state:paused}.gc-progress.gc-size-sm{height:2px}.gc-progress.gc-size-lg{height:40px;line-height:40px}.gc-progress__fill{overflow:visible;height:100%;transition:width .2s ease-in-out;text-align:center;background-color:var(--cui-progress-fill-color)}.gc-progress__value{display:block;height:100%;color:var(--cui-progress-value-color);font-size:var(--cui-text-size-sm)}.gc-slider{position:relative;-moz-user-select:none;user-select:none;-webkit-user-select:none;display:block;transition:opacity .2s ease-in-out}.gc-slider *,.gc-slider *:before,.gc-slider *:after{box-sizing:border-box}.gc-slider--mode-X{width:auto;height:calc(var(--cui-block-size-sm) * .5)}.gc-slider--mode-X .gc-slider__background{top:4px;height:calc(100% - 8px)}.gc-slider--mode-Y{width:calc(var(--cui-block-size-sm) * .5);height:calc(var(--cui-block-size-sm) * 5)}.gc-slider--mode-Y .gc-slider__background{left:4px;width:calc(100% - 8px)}.gc-slider--mode-XY{width:calc(var(--cui-block-size-sm) * 5);height:calc(var(--cui-block-size-sm) * 5)}.gc-slider:hover .gc-slider__toggle:after{opacity:1}.gc-slider--disabled{pointer-events:none;opacity:.62}.gc-slider--disabled .gc-slider__fill{opacity:0!important}.gc-slider--invalid .gc-slider__toggle{background-color:var(--cui-error-500)}.gc-slider--invalid .gc-slider__background{background-color:var(--cui-accent-error-semi-40)}.gc-slider--invalid .gc-slider__fill{opacity:0!important}.gc-slider__area{position:absolute;top:0;left:0;width:100%;height:100%}.gc-slider__fill{position:absolute;transition:opacity .2s ease-in-out;background-color:var(--cui-primary-500)}.gc-slider__background{position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .2s ease-in-out;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50)}.gc-slider__toggle{position:absolute;top:0;left:0;width:calc(var(--cui-block-size-sm) * .5);height:calc(var(--cui-block-size-sm) * .5);transition:background-color .2s ease-in-out;transform:translate(-50%) translateY(-50%);border:2px solid white;border-radius:50%;background-color:var(--cui-primary-500);box-shadow:var(--cui-shadow-border)}.gc-slider__toggle[class*=--tooltip]:after{position:absolute;padding:5px;content:attr(data-value);transition:opacity .2s ease-in-out;white-space:nowrap;pointer-events:none;opacity:0;color:var(--cui-text-color);border-radius:var(--cui-border-radius);background-color:var(--cui-white);box-shadow:0 0 5px -1px #0000001a;font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:1}.gc-slider__toggle--tooltip-top:after{bottom:100%;left:50%;transform:translate(-50%,-8px)}.gc-slider__toggle--tooltip-bottom:after{top:100%;left:50%;transform:translate(-50%,8px)}.gc-slider__toggle--tooltip-right:after{top:50%;left:100%;transform:translate(8px,-50%)}.gc-slider__toggle--tooltip-left:after{top:50%;right:100%;transform:translate(-8px,-50%)}.gc-slider__toggle:active{z-index:1}.gc-slider__toggle:active:after{opacity:1}@media (any-hover: none){.gc-slider:hover .gc-slider__toggle:after{opacity:0}}.gc-text-editor{position:relative}.gc-text-editor__preview{position:absolute;top:0;left:0;display:flex;width:var(--cui-block-size-sm);height:100%;padding:var(--cui-padding-xs);pointer-events:none;justify-content:center;align-items:center}.gc-text-editor__preview+.gc-input{padding-left:var(--cui-block-size-sm)!important}.gc-expand-editor--expanded{position:relative;margin:var(--cui-border-width) calc(0px - var(--cui-padding)) var(--cui-padding);padding:0 var(--cui-padding);outline:var(--cui-border-width) solid var(--cui-neutral-100)}.gc-expand-editor--expanded>.gc-expand-editor__main{margin-bottom:var(--cui-padding-xs)}.gc-expand-editor--expanded:before{position:absolute;top:0;left:0;display:block;width:100%;height:var(--cui-block-size-sm);content:"";background-color:var(--cui-neutral-50)}.gc-expand-editor--transparent{background-color:transparent}.gc-expand-editor--transparent:before{content:none}.gc-expand-editor__main{position:relative}.gc-expand-editor__main>.gc-label>.gc-label__content{padding-right:var(--cui-block-size-sm)}.gc-expand-editor__main>.gc-label>.gc-label__content>*:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.gc-expand-editor__toggle{position:absolute;top:0;right:0;width:var(--cui-block-size-sm);border-top-left-radius:0;border-bottom-left-radius:0}.gc-expand-editor__content{display:flex;flex-direction:column}.gc-expand-editor__content>*{margin-bottom:var(--cui-padding-xs)}@keyframes gc-badge-show{0%{transform:scale(1) rotateX(90deg)}60%{transform:scale(1) rotateX(0)}to{transform:scale(1)}}@keyframes gc-badge-show-top-left{0%{transform:scale(1) rotateX(90deg) translate(-25%,-25%)}60%{transform:scale(1) rotateX(0) translate(-25%,-25%)}to{transform:scale(1) translate(-25%,-25%)}}@keyframes gc-badge-show-top-right{0%{transform:scale(1) rotateX(90deg) translate(25%,-25%)}60%{transform:scale(1) rotateX(0) translate(25%,-25%)}to{transform:scale(1) translate(25%,-25%)}}@keyframes gc-badge-show-bottom-left{0%{transform:scale(1) rotateX(90deg) translate(-25%,25%)}60%{transform:scale(1) rotateX(0) translate(-25%,25%)}to{transform:scale(1) translate(-25%,25%)}}@keyframes gc-badge-show-bottom-right{0%{transform:scale(1) rotateX(90deg) translate(25%,25%)}60%{transform:scale(1) rotateX(0) translate(25%,25%)}to{transform:scale(1) translate(25%,25%)}}.gc-badge{position:absolute;z-index:1;display:flex;box-sizing:border-box;min-width:20px;height:20px;padding:var(--cui-padding-xs);cursor:default;animation:gc-badge-show .4s 1 ease-in-out;white-space:nowrap;color:var(--cui-contrast-text);border-radius:var(--cui-border-radius);background-color:var(--cui-primary-500);box-shadow:var(--cui-shadow-border);font-size:var(--cui-text-size);line-height:1;justify-content:center;align-items:center}.gc-badge--size-sm{min-width:15px;height:15px;font-size:var(--cui-text-size-sm)}.gc-badge--size-lg{min-width:25px;height:25px;font-size:var(--cui-text-size-lg)}.gc-badge--top-left{top:0;left:0}.gc-badge--top-left:not(.gc-badge--inset){animation:gc-badge-show-top-left .4s 1 ease-in-out forwards}.gc-badge--top-right{top:0;right:0}.gc-badge--top-right:not(.gc-badge--inset){animation:gc-badge-show-top-right .4s 1 ease-in-out forwards}.gc-badge--bottom-left{bottom:0;left:0}.gc-badge--bottom-left:not(.gc-badge--inset){animation:gc-badge-show-bottom-left .4s 1 ease-in-out forwards}.gc-badge--bottom-right{right:0;bottom:0}.gc-badge--bottom-right:not(.gc-badge--inset){animation:gc-badge-show-bottom-right .4s 1 ease-in-out forwards}.gc-badge--rounded{border-radius:10px}.gc-badge--rounded.gc-badge--size-sm{border-radius:7.5px}.gc-badge--rounded.gc-badge--size-lg{border-radius:12.5px}.gc-badge--inline{position:relative;display:inline-flex}.gc-badge--inline:last-child:not(:only-child){margin-left:var(--cui-padding-xs)}.gc-badge--inline:first-child:not(:only-child){margin-right:var(--cui-padding-xs)}.gc-badge--custom{padding:0;color:inherit;background:transparent;box-shadow:none}.gc-badge--custom.gc-badge--inline{height:100%}.gc-badge--level-warning{background-color:var(--cui-warning-500);pointer-events:auto}.gc-badge--level-warning.gc-badge--inverted{color:var(--cui-warning-500)}.gc-badge--level-error{background-color:var(--cui-error-500);pointer-events:auto}.gc-badge--level-error.gc-badge--inverted{color:var(--cui-error-500)}.gc-badge--inverted{color:var(--cui-primary-500);background-color:var(--cui-white);font-weight:700}.gc-badge--dot{width:6px;min-width:auto;height:6px;padding:0;border-radius:50%}@keyframes gc-item-animation{0%{width:0;height:0}33%{width:60px;height:60px}66%{width:60px;height:60px}to{width:100%;height:60px}}@keyframes gc-item-mini-animation{0%{width:0;height:0}33%{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}66%{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}to{width:100%;height:var(--cui-block-size-sm)}}@keyframes gc-item-icon-animation{0%{transform:scale(0)}33%{transform:scale(1)}to{transform:scale(1)}}@keyframes gc-expand-animation{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}@keyframes gc-task-loader-animation{0%{transform:scale(0)}90%{transform:scale(.7)}to{transform:scale(1)}}@keyframes gc-timeout-bar-animation{0%{width:100%}to{width:0}}@keyframes gc-appear-animation{0%{opacity:0}to{opacity:1}}.gc-portal-root--notifications>.gc-positioner{z-index:var(--cui-z-notifications)}.gc-notifications-container{display:flex;overflow:hidden;flex-direction:column;width:330px;max-width:95vw;align-items:center}.gc-notifications-container *,.gc-notifications-container *:before,.gc-notifications-container *:after{box-sizing:border-box}.gc-notifications-container--position-bottom-center{margin:0 0 var(--cui-block-size-sm) 0}.gc-notifications-container--position-bottom-left{margin:0 0 var(--cui-block-size-sm) calc(var(--cui-block-size-sm) * .5)}.gc-notifications-container--position-bottom-right{margin:0 calc(var(--cui-block-size-sm) * .5) var(--cui-block-size-sm) 0}.gc-notifications-container--position-top-center{flex-direction:column-reverse;margin:var(--cui-block-size-sm) 0 0 0}.gc-notifications-container--position-top-left{flex-direction:column-reverse;margin:var(--cui-block-size-sm) 0 0 calc(var(--cui-block-size-sm) * .5)}.gc-notifications-container--position-top-right{flex-direction:column-reverse;margin:var(--cui-block-size-sm) calc(var(--cui-block-size-sm) * .5) 0 0}.gc-notification{position:relative;display:flex;overflow:hidden;width:100%;height:60px;margin-bottom:10px;animation:gc-item-animation .8s 1;color:var(--cui-white);border-radius:var(--cui-border-radius);background-color:var(--cui-notification-btn-accent-bg);flex-shrink:0}.gc-notification__tag{display:flex;flex:0 0 auto;width:60px;height:60px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform-origin:top left;animation:gc-item-icon-animation .8s 1;text-align:center;border-radius:inherit;font-size:var(--cui-icon-size);line-height:60px;justify-content:center;align-items:center}.gc-notification__content{display:flex;flex-direction:column;flex:1 1 auto;width:0;padding:7px 15px 7px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center}.gc-notification__caption,.gc-notification__status{overflow:hidden;height:20px;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:20px}.gc-notification__status{opacity:.7;font-style:italic}.gc-notification__actions{display:flex;flex:1 1 auto;max-height:50%;margin-left:-2px;align-items:center}.gc-notification__actions>.gc-btn.gc-notification__button{overflow:hidden;height:20px;margin-right:5px;padding:0 5px;border-radius:var(--cui-border-radius);background-color:var(--cui-notification-btn-bg);font-size:var(--cui-text-size-sm);line-height:20px}.gc-notification__actions>.gc-btn.gc-notification__button.gc-rounded{border-radius:10px}.gc-notification__actions>.gc-btn.gc-notification__button:hover{background-color:var(--cui-notification-btn-bg-hover)}.gc-notification__loader:before,.gc-notification__loader:after{position:absolute;top:calc(50% - 5.5px);display:block;width:11px;height:11px;content:"";border-radius:50%;background-color:currentColor}.gc-notification__loader:before{left:calc(50% - 12px);animation:gc-loader-btn .4s ease-in-out infinite alternate}.gc-notification__loader:after{left:calc(50% + 1px);animation:gc-loader-btn .4s ease-in-out infinite alternate-reverse}.gc-notification__timeout-bar.gc-progress{position:absolute;top:2px;left:2px;overflow:hidden;width:calc(100% - 4px);height:2px;animation:.8s gc-appear-animation ease-in forwards;opacity:0;border-radius:2px;background-color:var(--cui-contrast-semi-40)}.gc-notification__timeout-bar.gc-progress>.gc-progress__fill{width:100%;animation:.8s gc-timeout-bar-animation .8s linear forwards;background-color:var(--cui-contrast-semi-40)}.gc-notification--rounded{border-radius:30px}.gc-notification .gc-notification__button.gc-btn,.gc-notification .gc-notification__button-mini.gc-btn{background-color:var(--cui-primary-500)}.gc-notification .gc-notification__button.gc-btn:not(:disabled):hover,.gc-notification .gc-notification__button-mini.gc-btn:not(:disabled):hover{background-color:var(--cui-primary-700)}.gc-notification--info,.gc-notification--info .gc-notification__button.gc-btn,.gc-notification--info .gc-notification__button-mini.gc-btn{background-color:var(--cui-primary-500)}.gc-notification--info .gc-notification__button.gc-btn:not(:disabled):hover,.gc-notification--info .gc-notification__button-mini.gc-btn:not(:disabled):hover{background-color:var(--cui-primary-700)}.gc-notification--warning,.gc-notification--warning .gc-notification__button.gc-btn,.gc-notification--warning .gc-notification__button-mini.gc-btn{background-color:var(--cui-warning-500)}.gc-notification--warning .gc-notification__button.gc-btn:not(:disabled):hover,.gc-notification--warning .gc-notification__button-mini.gc-btn:not(:disabled):hover{background-color:var(--cui-warning-700)}.gc-notification--error,.gc-notification--error .gc-notification__button.gc-btn,.gc-notification--error .gc-notification__button-mini.gc-btn{background-color:var(--cui-error-500)}.gc-notification--error .gc-notification__button.gc-btn:not(:disabled):hover,.gc-notification--error .gc-notification__button-mini.gc-btn:not(:disabled):hover{background-color:var(--cui-error-700)}.gc-notification--task:hover .gc-notification__tag>.gc-btn{display:block;opacity:1}.gc-notification--task:hover .gc-notification__loader{display:none;opacity:0}.gc-notification--task .gc-notification__tag{position:relative}.gc-notification--task .gc-notification__tag>.gc-btn{display:none;transition:opacity 0s;opacity:0}.gc-notification--task .gc-progress{margin:3px 0 0;background-color:var(--cui-contrast-semi-10)}.gc-notification--task .gc-progress>.gc-progress__fill{background-color:var(--cui-white)}.gc-notification--batch .gc-notification__tag{background-color:var(--cui-primary-500);font-size:16px}.gc-notification--batch .gc-notification__actions{max-height:none}.gc-notification--batch .gc-notification__actions>.gc-notification__button{width:50%;height:30px;margin-right:10px;text-align:center;border-radius:var(--cui-border-radius);font-size:var(--cui-text-size);line-height:30px}.gc-notification--batch .gc-notification__actions>.gc-notification__button.gc-rounded{border-radius:15px}.gc-notification--batch.gc-notification--size-small .gc-notification__tag{font-size:var(--cui-text-size)}.gc-notification--batch.gc-notification--size-small .gc-notification__actions{margin-left:auto}.gc-notification--batch.gc-notification--size-small .gc-notification__actions .gc-notification__button{padding:0 var(--cui-padding-sm)}.gc-notification--size-small{height:var(--cui-block-size-sm);animation:gc-item-mini-animation .8s 1}.gc-notification--size-small .gc-notification__tag{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);font-size:var(--cui-icon-size-sm);line-height:var(--cui-block-size-sm)}.gc-notification--size-small .gc-notification__content{flex-direction:row;padding:0;justify-content:space-between;align-items:center}.gc-notification--size-small .gc-notification__caption{height:var(--cui-block-size-sm);padding:0 10px 0 0;line-height:var(--cui-block-size-sm)}.gc-notification--size-small .gc-notification__actions{flex:0 0 auto;max-height:none}.gc-notification--size-small .gc-notification__timeout-bar.gc-progress{height:2px}.gc-notification--size-small.gc-notification--task{position:relative}.gc-notification--size-small.gc-notification--task .gc-notification__tag{z-index:1;background-color:transparent}.gc-notification--size-small.gc-notification--task .gc-notification__tag>.gc-notification__loader:before,.gc-notification--size-small.gc-notification--task .gc-notification__tag>.gc-notification__loader:after{position:absolute;top:calc(50% - 3.5px);display:block;width:7px;height:7px;content:"";border-radius:50%;background-color:currentColor}.gc-notification--size-small.gc-notification--task .gc-notification__tag>.gc-notification__loader:before{left:calc(50% - 8px);animation:gc-loader-btn .4s ease-in-out infinite alternate}.gc-notification--size-small.gc-notification--task .gc-notification__tag>.gc-notification__loader:after{left:calc(50% + 1px);animation:gc-loader-btn .4s ease-in-out infinite alternate-reverse}.gc-notification--size-small.gc-notification--task .gc-notification__tag>.gc-notification__button-mini{position:absolute;top:0;left:0}.gc-notification--size-small.gc-notification--task .gc-notification__content{border-radius:inherit}.gc-notification--size-small.gc-notification--task .gc-notification__content>.gc-notification__caption{z-index:1}.gc-notification--size-small.gc-notification--task .gc-notification__content>.gc-progress.gc-size-sm{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;border-radius:inherit;border-top-left-radius:0;border-bottom-left-radius:0;background-color:transparent}.gc-notification--size-small.gc-notification--task .gc-notification__content>.gc-progress.gc-size-sm>.gc-progress__fill{border-radius:inherit;background-color:var(--cui-primary-700)}.gc-notifications-modal{top:50%;left:50%;transform-origin:0 0;animation:gc-expand-animation .2s 1 ease-in-out forwards;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-body);box-shadow:var(--cui-shadow-border)}.gc-notification-details{width:330px;padding:var(--cui-padding) 0}.gc-notification-details *,.gc-notification-details *:before,.gc-notification-details *:after{box-sizing:border-box}.gc-notification-details__content{overflow:auto;height:400px;padding-bottom:var(--cui-padding);font-size:var(--cui-text-size)}.gc-notification-details__category{padding:0 var(--cui-padding)}.gc-notification-details__category+.gc-notification-details__category{margin-top:5px}.gc-notification-details__category--info{color:var(--cui-primary-700)}.gc-notification-details__category--info .gc-notification-details-item__main{background-color:var(--cui-accent-text-semi-10)}.gc-notification-details__category--warning{color:var(--cui-accent-warning-text)}.gc-notification-details__category--warning .gc-notification-details-item__main{background-color:var(--cui-accent-warning-text-semi-10)}.gc-notification-details__category--error{color:var(--cui-accent-error-text)}.gc-notification-details__category--error .gc-notification-details-item__main{background-color:var(--cui-accent-error-text-semi-10)}.gc-notification-details__action{padding:0 var(--cui-padding)}.gc-notification-details-item{position:relative;overflow:hidden;border-radius:var(--cui-border-radius)}.gc-notification-details-item:before{position:absolute;top:5px;left:5px;width:2px;height:calc(100% - 10px);content:"";background-color:currentColor}.gc-notification-details-item+.gc-notification-details-item{margin-top:5px}.gc-notification-details-item__main{display:flex;padding-left:var(--cui-padding);align-items:center;justify-content:space-between}.gc-notification-details-item__main>.gc-btn-group{flex:0 0 auto;align-self:flex-start}.gc-notification-details-item__caption{display:flex;flex:1 0 auto;width:0;padding:5px 0}.gc-notification-details-item__caption>span{display:inline-block;overflow:hidden;max-height:30px;vertical-align:middle;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:15px}.gc-notification-details-item__content{padding:5px 5px 5px var(--cui-padding);white-space:pre-line;word-wrap:break-word;color:var(--cui-text-color);background-color:var(--cui-bg-panels)}@media (any-hover: none){.gc-notification .gc-notification__button.gc-btn:hover,.gc-notification .gc-notification__button-mini.gc-btn:hover,.gc-notification--warning .gc-btn.gc-notification__button:hover,.gc-notification--warning .gc-btn.gc-notification__button-mini:hover,.gc-notification--error .gc-btn.gc-notification__button:hover,.gc-notification--error .gc-btn.gc-notification__button-mini:hover{background-color:var(--cui-notification-btn-bg)}}.gc-status-bar{display:flex;height:var(--cui-block-size-sm);background-color:inherit}.gc-status-bar__items{background-color:inherit;flex-grow:1}.gc-status-bar__items .gc-toolbar,.gc-status-bar__items .gc-toolbar__content,.gc-status-bar__items .gc-toolbar__content:before{background-color:inherit}.gc-status-bar__items .gc-toolbar__content{right:0;left:auto;flex-direction:row-reverse;width:auto}.gc-status-bar .gc-notifications-counter{display:flex}.gc-status-bar .gc-notifications-counter__toggle.gc-dd--menu-open{background-color:var(--cui-bg-body)}.gc-notifications-counter__menu{box-shadow:5px -5px 5px -5px #0000001a}.gc-heading{display:flex;align-items:center}.gc-heading__container{display:flex;overflow:hidden;flex:1 1 auto;margin:0;padding:0;align-items:center;justify-content:space-between;gap:var(--cui-padding-sm)}.gc-heading__text{overflow:hidden;min-width:0;height:var(--cui-block-size-sm);margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis;color:inherit;font-size:var(--cui-text-size);font-weight:400;line-height:var(--cui-block-size-sm)}.gc-heading__divider{flex:10 10 auto;min-width:16px;border-bottom:var(--cui-border-width) solid}.gc-heading__actions{flex:0 0 auto}.gc-heading--level-info .gc-heading__container{color:var(--cui-primary-700)}.gc-heading--level-warning .gc-heading__container{color:var(--cui-warning-500)}.gc-heading--level-error .gc-heading__container{color:var(--cui-error-500)}.gc-heading--size-md .gc-heading__text{height:var(--cui-block-size);line-height:var(--cui-block-size)}.gc-heading--size-lg .gc-heading__text{height:var(--cui-block-size-lg);line-height:var(--cui-block-size-lg)}.gc-heading--text-size-small .gc-heading__text{font-size:var(--cui-text-size-sm)}.gc-heading--text-size-large .gc-heading__text{font-size:var(--cui-text-size-lg)}.gc-heading--case-default .gc-heading__text{text-transform:none}.gc-heading--align-center .gc-heading__container{justify-content:center}.gc-heading--align-right .gc-heading__container{flex-direction:row-reverse}.gc-heading--no-strike .gc-heading__divider{display:none}.gc-heading--weight-light .gc-heading__text{font-weight:300}.gc-heading--weight-bold .gc-heading__text{font-weight:700}.gc-scrollbars:hover .gc-scrollbars__thumb,.gc-scrollbars--no-hide .gc-scrollbars__thumb{opacity:1}.gc-scrollbars--contrast .gc-scrollbars__thumb:after{background-color:hsla(var(--primary-50),.2)}.gc-scrollbars--no-grow .gc-scrollbars__track--vertical{width:4px}.gc-scrollbars--no-grow .gc-scrollbars__track--horizontal{height:4px}.gc-scrollbars--no-grow.gc-scrollbars--size-sm .gc-scrollbars__track--vertical{width:2px}.gc-scrollbars--no-grow.gc-scrollbars--size-sm .gc-scrollbars__track--horizontal{height:2px}.gc-scrollbars--size-sm .gc-scrollbars__thumb--vertical:after{max-width:2px}.gc-scrollbars--size-sm .gc-scrollbars__thumb--horizontal:after{max-height:2px}.gc-scrollbars__view{z-index:0;overflow:scroll}.gc-scrollbars__view--vertical{overflow-x:hidden;margin-bottom:0!important}.gc-scrollbars__view--horizontal{overflow-y:hidden;margin-right:0!important}.gc-scrollbars__track{display:flex;pointer-events:none}.gc-scrollbars__track--vertical{top:2px;right:0;bottom:2px;width:10px;justify-content:flex-end}.gc-scrollbars__track--horizontal{right:2px;bottom:0;left:2px;height:10px;align-content:flex-end}.gc-scrollbars__thumb{pointer-events:all;opacity:0}.gc-scrollbars__thumb.is-dragged{opacity:1}.gc-scrollbars__thumb:after{position:absolute;width:100%;height:100%;content:"";transition:max-width .2s ease-in-out,max-height .2s ease-in-out;border-radius:4px;background-color:hsla(var(--primary-900),.2)}.gc-scrollbars__thumb--vertical{transition:opacity .2s ease-in-out}.gc-scrollbars__thumb--vertical:hover:after,.gc-scrollbars__thumb--vertical.is-dragged:after{max-width:8px}.gc-scrollbars__thumb--vertical:after{top:0;right:2px;max-width:4px}.gc-scrollbars__thumb--horizontal{transition:opacity .2s ease-in-out}.gc-scrollbars__thumb--horizontal:hover:after,.gc-scrollbars__thumb--horizontal.is-dragged:after{max-height:8px}.gc-scrollbars__thumb--horizontal:after{bottom:2px;left:0;max-height:4px}@media (any-hover: none){.gc-scrollbars__thumb--vertical:hover:after,.gc-scrollbars__thumb--vertical.is-dragged:after{max-width:4px}.gc-scrollbars__thumb--horizontal:hover:after,.gc-scrollbars__thumb--horizontal.is-dragged:after{max-height:4px}}.gc-treenode{position:relative}.gc-treenode__subtree{padding-left:20px}.gc-treenode__subtree--outline>.gc-treenode:before{position:absolute;top:calc(var(--cui-block-size-sm) * .5);left:-5px;width:3px;height:1px;content:"";border-top:1px solid var(--cui-treeview-outline-color)}.gc-treenode__subtree--outline>.gc-treenode:after{position:absolute;top:0;left:-6px;width:1px;height:100%;content:"";border-left:1px solid var(--cui-treeview-outline-color)}.gc-treenode__subtree--outline>.gc-treenode:last-of-type:before{display:none}.gc-treenode__subtree--outline>.gc-treenode:last-of-type:after{position:absolute;top:0;left:-6px;width:4px;height:calc(var(--cui-block-size-sm) * .5);content:"";border-width:1px;border-style:none none solid solid;border-color:var(--cui-treeview-outline-color)}.gc-treeitem__icon{position:absolute;top:0;left:0;opacity:.5;background-color:transparent!important}.gc-treeitem__icon:hover{opacity:1}.gc-treeitem__text{width:100%}.gc-treeitem__text>.gc-btn__text{padding:0 10px}.gc-treeitem__text:not(:only-child)>.gc-btn__text{padding-left:var(--cui-block-size-sm)}@media (any-hover: none){.gc-treeitem__icon{opacity:1}}.gc-checklist{display:flex;flex-direction:column;flex-wrap:wrap}.gc-checklist *,.gc-checklist *:before,.gc-checklist *:after{box-sizing:border-box}.gc-checklist--horizontal{flex-direction:row}.gc-checklist--horizontal>.gc-check,.gc-checklist--horizontal>.gc-radio{flex:1 0 100%;max-width:100%}.gc-checklist--horizontal.gc-col-1.gc-checklist--with-offset>.gc-check,.gc-checklist--horizontal.gc-col-1.gc-checklist--with-offset>.gc-radio{max-width:calc(100% - 5px)}.gc-checklist--horizontal.gc-col-2>.gc-check,.gc-checklist--horizontal.gc-col-2>.gc-radio{max-width:50%}.gc-checklist--horizontal.gc-col-2.gc-checklist--with-offset>.gc-check,.gc-checklist--horizontal.gc-col-2.gc-checklist--with-offset>.gc-radio{max-width:calc(50% - 5px)}.gc-checklist--horizontal.gc-col-3>.gc-check,.gc-checklist--horizontal.gc-col-3>.gc-radio{max-width:33.3333333333%}.gc-checklist--horizontal.gc-col-3.gc-checklist--with-offset>.gc-check,.gc-checklist--horizontal.gc-col-3.gc-checklist--with-offset>.gc-radio{max-width:calc(33.3333333333% - 5px)}.gc-checklist--horizontal.gc-col-4>.gc-check,.gc-checklist--horizontal.gc-col-4>.gc-radio{max-width:25%}.gc-checklist--horizontal.gc-col-4.gc-checklist--with-offset>.gc-check,.gc-checklist--horizontal.gc-col-4.gc-checklist--with-offset>.gc-radio{max-width:calc(25% - 5px)}.gc-checklist--horizontal.gc-col-5>.gc-check,.gc-checklist--horizontal.gc-col-5>.gc-radio{max-width:20%}.gc-checklist--horizontal.gc-col-5.gc-checklist--with-offset>.gc-check,.gc-checklist--horizontal.gc-col-5.gc-checklist--with-offset>.gc-radio{max-width:calc(20% - 5px)}.gc-checklist--align-center{align-items:center}.gc-checklist--align-right{align-items:flex-end}.gc-checklist--with-offset:not(.gc-checklist--horizontal) .gc-check+.gc-check,.gc-checklist--with-offset:not(.gc-checklist--horizontal) .gc-radio+.gc-radio{margin-top:5px}.gc-checklist--with-offset.gc-checklist--horizontal{margin:-5px 0 0 -5px}.gc-checklist--with-offset.gc-checklist--horizontal .gc-check,.gc-checklist--with-offset.gc-checklist--horizontal .gc-radio{margin:5px 0 0 5px}.gc-datetime{--calendar-width: 261px;--header-height: calc(var(--cui-block-size) + var(--cui-padding) * 2);--footer-height: calc(var(--cui-block-size) + var(--cui-padding) * 2);--calendar-height: 285px;display:flex;flex-direction:column;width:var(--calendar-width);height:calc(var(--header-height) + var(--calendar-height))}.gc-datetime__header{height:var(--header-height)}.gc-datetime__body{position:relative;flex:1 1 auto;height:0;padding:0 var(--cui-padding) var(--cui-padding)}.gc-datetime__footer{display:flex;height:var(--footer-height);margin:0 var(--cui-padding);box-shadow:inset 0 1px 0 0 var(--cui-neutral-50);align-items:center}.gc-datetime--barrel .gc-datetime__body{padding:0 5px var(--cui-padding)}.gc-datetime--extended-1{height:calc(var(--header-height) + var(--calendar-height) + var(--footer-height))}.gc-datetime--extended-2{height:calc(var(--header-height) + var(--calendar-height) + var(--footer-height) * 2)}@media screen and (max-width: 600px){.gc-datetime{width:100vw}}.gc-datetime-header{display:grid;height:100%;margin:0 var(--cui-padding-sm);grid-auto-flow:column}.gc-datetime-header>.gc-btn{align-self:center}.gc-datetime-header>.gc-btn:last-child{justify-self:flex-end}.gc-datetime-header>.gc-btn:first-child{justify-self:left}.gc-datetime-header__buttons{display:grid;grid-auto-flow:column;justify-self:center}.gc-datetime-header__title{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:var(--cui-primary-700);font-size:var(--cui-text-size-lg);font-weight:700;align-self:center}.gc-datetime-header--contrast .gc-datetime-header__title{color:var(--cui-contrast-text)}.gc-datetime-footer-time{font-size:var(--cui-text-size-lg);font-weight:700}.gc-datetime-footer-control{width:calc(50% - var(--cui-padding-sm) * .5)}.gc-datetime-footer-control:first-child{margin-right:var(--cui-padding-sm)}.gc-datetime-date{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none}.gc-datetime-date--neighbor{color:var(--cui-text-semi-40)}.gc-datetime-date--today{color:var(--cui-primary-700);font-weight:700}.gc-datetime-date--today:before{position:absolute;top:50%;left:50%;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);content:"";transition:opacity .2s ease-in-out;transform:translate(-50%,-50%);border:2px solid var(--cui-primary-500);border-radius:50%}.gc-datetime-date--selected{color:var(--cui-white);font-weight:700}.gc-datetime-date--selected:before{opacity:0}.gc-datetime-date--disabled{pointer-events:none;opacity:.38}.gc-datetime-timer{position:absolute;top:40%;left:50%;display:flex;transform:translate(-50%,-50%)}.gc-datetime-timer__seconds{transform:translate(-55%,-50%)}.gc-datetime-timer__delimiter{display:flex;width:var(--cui-padding);font-size:var(--cui-text-size-xl);justify-content:center;align-items:center}.gc-datetime-timer .gc-clock__value,.gc-datetime-timer .gc-clock .gc-size-lg{width:var(--cui-block-size-lg);font-size:var(--cui-text-size-xl)}.gc-datetime-timer__daypart{position:absolute;top:50%;right:calc(0px - var(--cui-block-size));width:var(--cui-block-size);transform:translateY(-50%)}.gc-datetime-timer__daypart-title{text-align:center;color:var(--cui-primary-700);line-height:calc(var(--cui-block-size-lg) * .5)}.gc-datetime-timer__daypart-title--selected{font-weight:700}.gc-datetime-barrel{display:flex;width:100%;height:100%}.gc-datetime-barrel--swapped{flex-direction:row-reverse}.gc-datetime-barrel--swapped .gc-datetime-barrel__column:first-child{box-shadow:inset 1px 0 0 0 var(--cui-neutral-50)}.gc-datetime-barrel--swapped .gc-datetime-barrel__column:last-child{box-shadow:none}.gc-datetime-barrel__column{width:50%}.gc-datetime-barrel__column:nth-child(2){box-shadow:inset 1px 0 0 0 var(--cui-neutral-50)}.gc-datetime-barrel__column:only-child{width:100%}.gc-datetime-barrel__scroll{height:100%;padding:0 var(--cui-padding-sm)}.gc-datetime-barrel__item{width:100%}.gc-datetime-barrel__item--selected .gc-btn__text{font-weight:700}.gc-datetime-barrel__years-container{position:relative}.gc-datetime-barrel__year-wrapper{position:absolute;top:0;left:0;width:100%}.gc-datetime-days{display:flex;flex-direction:column;height:100%}.gc-datetime-days__header{display:flex;flex:0 0 auto;height:var(--cui-block-size-sm);font-size:var(--cui-text-size);font-weight:700;line-height:var(--cui-block-size-sm);justify-content:space-around}.gc-datetime-days__content{display:flex;flex:1 0 auto;box-shadow:inset 0 1px 0 0 var(--cui-neutral-50);flex-wrap:wrap}.gc-datetime-date{position:relative;display:inline-flex;overflow:hidden;height:calc(var(--cui-block-size-sm) + 4px);margin-top:auto;flex-grow:1;flex-basis:14.2857142857%;align-items:center;justify-content:center}.gc-datetime-date:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:0;background-color:var(--cui-calendar-range-fill-color)}.gc-datetime-date--large{height:60px;flex-basis:25%}.gc-datetime-date--large .gc-datetime-date__button{width:56px;height:56px;border-radius:50%}.gc-datetime-date--large.gc-datetime-date--range-start:before{transform:translate(-30px);border-radius:60px}.gc-datetime-date--large.gc-datetime-date--range-end:before{transform:translate(30px);border-radius:60px}.gc-datetime-date--large.gc-datetime-date--range-both:before{width:60px}.gc-datetime-date--range-start:before{left:50%;width:200%;transition:opacity .2s ease-in-out;transform:translate(calc(0px - var(--cui-block-size-sm) * .5 - 2px));opacity:1;border-radius:calc(var(--cui-block-size-sm) + 4px)}.gc-datetime-date--range-end:before{right:50%;left:auto;width:200%;transition:opacity .2s ease-in-out;transform:translate(calc(var(--cui-block-size-sm) * .5 + 2px));opacity:1;border-radius:calc(var(--cui-block-size-sm) + 4px)}.gc-datetime-date--range-both:before{left:50%;width:calc(var(--cui-block-size-sm) + 4px);transition:opacity .2s ease-in-out;transform:translate(-50%);opacity:1;border-radius:50%}.gc-datetime-date--in-range:before{transition:opacity .2s ease-in-out;opacity:1}.gc-datetime-date__button{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none}.gc-datetime-date__button--neighbor{color:var(--cui-text-semi-40)}.gc-datetime-date__button--today{color:var(--cui-primary-700);font-weight:700}.gc-datetime-date__button--today:before{position:absolute;top:50%;left:50%;width:100%;height:100%;content:"";transition:opacity .2s ease-in-out;transform:translate(-50%,-50%);border:2px solid var(--cui-primary-500);border-radius:50%}.gc-datetime-date__button--selected{color:var(--cui-white);font-weight:700}.gc-datetime-date__button--selected:before{opacity:0}.gc-datetime-date__button .gc-btn__text{padding:0}@keyframes gc-loader-btn{0%{transform:scale(.8);opacity:.62}to{transform:scale(1.2);opacity:1}}.gc-loader-button:before,.gc-loader-button:after{position:absolute;top:calc(50% - 4.5px);display:block;width:9px;height:9px;content:"";border-radius:50%;background-color:currentColor}.gc-loader-button:before{left:calc(50% - 10px);animation:gc-loader-btn .4s ease-in-out infinite alternate}.gc-loader-button:after{left:calc(50% + 1px);animation:gc-loader-btn .4s ease-in-out infinite alternate-reverse}.gc-size-sm .gc-loader-button:before,.gc-size-sm .gc-loader-button:after{top:calc(50% - 3.5px);width:7px;height:7px}.gc-size-sm .gc-loader-button:before{left:calc(50% - 8px)}.gc-size-lg .gc-loader-button:before,.gc-size-lg .gc-loader-button:after{top:calc(50% - 5.5px);width:11px;height:11px}.gc-size-lg .gc-loader-button:before{left:calc(50% - 12px)}@keyframes gc-loader{50%{transform:scale(.7);opacity:.62}to{transform:scale(1);opacity:1}}.gc-loader{display:inline-flex;background-color:var(--cui-overlay);justify-content:center;align-items:center;flex-wrap:nowrap}.gc-loader>div{flex:0 0 auto;width:10px;height:10px;margin:1px;animation:gc-loader .8s 0s infinite linear;border-radius:50%;background-color:currentColor}.gc-loader>div:nth-child(2n-1){animation-delay:-.4s!important}.gc-loader--block{display:flex}.gc-loader--transparent{background-color:transparent}.gc-loader--info>div{background-color:var(--cui-primary-500)}.gc-loader--warning>div{background-color:var(--cui-warning-500)}.gc-loader--error>div{background-color:var(--cui-error-500)}.gc-alert{--cui-alert-info-bg: var(--cui-accent-text-semi-10);--cui-alert-info-border: var(--cui-accent-text-semi-10);--cui-alert-warning-bg: var(--cui-accent-warning-text-semi-10);--cui-alert-warning-border: var(--cui-accent-warning-text-semi-10);--cui-alert-error-bg: var(--cui-accent-error-text-semi-10);--cui-alert-error-border: var(--cui-accent-error-text-semi-10)}.gc-alert{overflow:hidden;padding:var(--cui-padding-sm);border:var(--cui-border-width) solid var(--cui-alert-info-border);border-radius:var(--cui-border-radius);background-color:var(--cui-alert-info-bg)}.gc-alert__main{display:flex;min-height:var(--cui-block-size-sm);align-items:center}.gc-alert__icon{display:flex;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);color:var(--cui-accent-text);align-items:center;justify-content:center}.gc-alert__title{overflow:hidden;flex:1 1 auto;width:0;margin:0;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-accent-text);font-size:var(--cui-text-size-lg);font-weight:400;line-height:var(--cui-block-size-sm)}.gc-alert--one-row{overflow:hidden;white-space:nowrap}.gc-alert--multi-row{overflow:visible;white-space:normal}.gc-alert__actions{margin-left:var(--cui-padding)}.gc-alert__details{overflow-wrap:anywhere;padding:4px 0 4px 6px;font-size:var(--cui-text-size)}.gc-alert--level-warning{border:var(--cui-border-width) solid var(--cui-alert-warning-border);background-color:var(--cui-alert-warning-bg)}.gc-alert--level-warning>.gc-alert__main>.gc-alert__icon,.gc-alert--level-warning>.gc-alert__main>.gc-alert__title{color:var(--cui-accent-warning-text)}.gc-alert--level-error{border:var(--cui-border-width) solid var(--cui-alert-error-border);background-color:var(--cui-alert-error-bg)}.gc-alert--level-error>.gc-alert__main>.gc-alert__icon,.gc-alert--level-error>.gc-alert__main>.gc-alert__title{color:var(--cui-accent-error-text)}.gc-alert--size-small{padding:0;border:none}.gc-alert--size-small .gc-alert__details{padding:0 10px 10px}.gc-alert--size-small .gc-alert__title{font-size:var(--cui-text-size)}.gc-alert--size-small .gc-alert__title:first-child{margin-left:var(--cui-padding-sm)}.gc-alert--size-small .gc-alert__icon{margin-right:0}.gc-positioner{position:absolute;top:0;left:0}.gc-positioner--calculating{visibility:hidden}.gc-positioner--fill-container{width:100%;height:100%}a.gc-link{color:var(--cui-primary-700)}a.gc-link:active,a.gc-link:focus,a.gc-link:visited{color:var(--cui-primary-700)}a.gc-link:hover{color:var(--cui-primary-800)}a.gc-link--no-underline{text-decoration:none}@media (any-hover: none){a.gc-link:hover{color:var(--cui-primary-700)}}.gc-grid-item--appbar{background-color:var(--cui-bg-panels);box-shadow:inset 0 -1px 0 0 var(--cui-bg-panels-border);grid-area:appbar}.gc-grid-item--legacy-appbar{background-color:var(--cui-primary-500);grid-area:appbar}.gc-grid-item--menu{grid-area:menu}.gc-grid-item--toolbar{display:flex;justify-content:flex-end;background-color:var(--cui-bg-panels);box-shadow:inset 0 -1px 0 0 var(--cui-bg-panels-border);grid-area:toolbar}.gc-grid-item--toolbar>.gc-toolbar{flex:1 1 auto;margin:5px}.gc-grid-item--surface{grid-area:surface}.gc-grid-item--sidebar{grid-area:sidebar}.gc-grid-item--statusbar{border-top:1px solid var(--cui-bg-panels-border);background-color:var(--cui-bg-panels);grid-area:statusbar}.gc-grid{position:relative;z-index:0;display:grid;display:-ms-grid;width:100%;height:100%}.gc-grid *,.gc-grid *:before,.gc-grid *:after{box-sizing:border-box}.gc-grid--designer{-ms-grid-rows:auto auto minmax(0,1fr) auto;-ms-grid-columns:auto minmax(0,1fr) auto;grid-template:"appbar appbar appbar" auto "menu toolbar toolbar" auto "menu surface sidebar" minmax(0,1fr) "menu statusbar statusbar" auto/auto minmax(0,1fr) auto}.gc-grid--designer>.gc-grid-item--appbar{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3}.gc-grid--designer>.gc-grid-item--legacy-appbar{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3}.gc-grid--designer>.gc-grid-item--menu{-ms-grid-row:2;-ms-grid-row-span:3;-ms-grid-column:1}.gc-grid--designer>.gc-grid-item--toolbar{-ms-grid-row:2;-ms-grid-column:2;-ms-grid-column-span:2}.gc-grid--designer>.gc-grid-item--surface{-ms-grid-row:3;-ms-grid-column:2}.gc-grid--designer>.gc-grid-item--sidebar{-ms-grid-row:3;-ms-grid-column:3}.gc-grid--designer>.gc-grid-item--statusbar{-ms-grid-row:4;-ms-grid-column:2;-ms-grid-column-span:2}.gc-app{position:relative;z-index:0;overflow:hidden;width:100%;height:100%;margin:0;padding:0;color:var(--cui-text-color);background-color:var(--cui-bg-body);font-family:var(--cui-text-family)}.gc-resizable{position:relative}.gc-resizable--disabled .gc-resizable__handler{display:none}.gc-resizable--horizontal{height:100%;will-change:width}.gc-resizable--horizontal .gc-resizable__handler{top:0;width:10px;height:100%;cursor:ew-resize}.gc-resizable--vertical{width:100%;will-change:height}.gc-resizable--vertical .gc-resizable__handler{left:0;width:100%;height:10px;cursor:ns-resize}.gc-resizable__handler{position:absolute}.gc-resizable__handler--side-left{left:-5px}.gc-resizable__handler--side-right{right:-5px}.gc-resizable__handler--side-top{top:-5px}.gc-resizable__handler--side-bottom{bottom:-5px}.gc-date-range,.gc-date-range__main{display:flex}.gc-date-range__main .gc-datetime:first-child:not(:only-child) .gc-datetime__body{padding-right:var(--cui-padding-sm)}.gc-date-range__main .gc-datetime:nth-child(2) .gc-datetime__body{padding-left:var(--cui-padding-sm)}.gc-date-range__main .gc-datetime--months .gc-datetime__body,.gc-date-range__main .gc-datetime--years .gc-datetime__body{display:flex;flex-wrap:wrap;align-content:space-around}.gc-date-range__aside{background-color:var(--cui-primary-500)}@media screen and (max-width: 812px){.gc-date-range{flex-direction:column}.gc-date-range__aside{border-radius:0 0 var(--cui-border-radius) var(--cui-border-radius)}}.gc-date-range-aside{display:flex;flex-direction:column;width:190px;height:100%}.gc-date-range-aside--simple .gc-date-range-shortcuts__list{padding:var(--cui-padding) 0}.gc-date-range-aside__header{height:calc(var(--cui-block-size) + var(--cui-padding) * 2)}.gc-date-range-aside__body{display:flex;flex-direction:column;flex:1 1 auto;height:0;padding:0 calc(var(--cui-padding) - var(--cui-padding-sm))}.gc-date-range-aside__title{flex:0 0 auto;height:var(--cui-block-size-sm);margin:0 var(--cui-padding-sm);text-align:center;color:var(--cui-contrast-text);box-shadow:inset 0 -1px 0 0 var(--cui-menu-splitter);font-size:var(--cui-text-size);font-weight:700;line-height:var(--cui-block-size-sm)}.gc-date-range-aside__list{flex:1 1 auto;overflow-y:auto;padding:var(--cui-padding-sm) 0}.gc-date-range-aside__item{width:100%}.gc-date-range-aside__scroll{height:100%;padding:0 var(--cui-padding-sm)}@media screen and (max-width: 812px){.gc-date-range-aside{width:100%}.gc-date-range-aside__body{height:100%}.gc-date-range-aside__list{max-height:200px}}.cui-item{display:flex;flex-grow:1;overflow:hidden;min-height:var(--cui-block-size-sm);border-radius:var(--cui-border-radius);outline-offset:-1px;align-items:flex-start;justify-content:stretch}.cui-item--neutral:not(.cui-item--inverted){--cui-item-bg-selected: var(--cui-neutral-50);--cui-item-bg-selected-hover: var(--cui-neutral-100);--cui-item-bg-semi: var(--cui-neutral-50);--cui-item-bg-semi-selected: var(--cui-neutral-100);--cui-item-bg-semi-selected-hover: var(--cui-neutral-200);--cui-item-bg-solid: var(--cui-neutral-inverted-500);--cui-item-bg-solid-selected: var(--cui-neutral-inverted-700);--cui-item-bg-solid-selected-hover: var(--cui-neutral-inverted-800);--cui-item-outline: var(--cui-neutral-300);--cui-item-outline-disabled: var(--cui-neutral-100);--cui-item-color: var(--cui-neutral-700);--cui-item-color-disabled: var(--cui-neutral-300);--cui-item-color-subtitle: var(--cui-neutral-400);--cui-item-color-subtitle-variant: var(--cui-neutral-500);--cui-item-color-subtitle-disabled: var(--cui-neutral-200);--cui-item-color-solid: var(--cui-white);--cui-item-color-solid-disabled: var(--cui-neutral-inverted-300);--cui-item-color-solid-subtitle: var(--cui-neutral-inverted-300);--cui-item-color-solid-subtitle-disabled: var(--cui-neutral-inverted-400)}.cui-item--neutral:is(.cui-item--inverted){--cui-item-bg-selected: var(--cui-neutral-inverted-600);--cui-item-bg-selected-hover: var(--cui-neutral-inverted-700);--cui-item-bg-semi: var(--cui-neutral-inverted-600);--cui-item-bg-semi-selected: var(--cui-neutral-inverted-700);--cui-item-bg-semi-selected-hover: var(--cui-neutral-inverted-800);--cui-item-bg-solid: var(--cui-neutral-inverted-50);--cui-item-bg-solid-selected: var(--cui-white);--cui-item-bg-solid-selected-hover: var(--cui-neutral-inverted-50);--cui-item-outline: var(--cui-white);--cui-item-outline-disabled: var(--cui-neutral-inverted-400);--cui-item-color: var(--cui-white);--cui-item-color-disabled: var(--cui-neutral-inverted-300);--cui-item-color-subtitle: var(--cui-neutral-inverted-300);--cui-item-color-subtitle-variant: var(--cui-neutral-inverted-100);--cui-item-color-subtitle-disabled: var(--cui-neutral-inverted-400);--cui-item-color-solid: var(--cui-neutral-inverted-500);--cui-item-color-solid-disabled: var(--cui-neutral-inverted-300);--cui-item-color-solid-subtitle: var(--cui-neutral-inverted-400);--cui-item-color-solid-subtitle-disabled: var(--cui-neutral-inverted-400)}.cui-item--primary:not(.cui-item--inverted){--cui-item-bg-selected: var(--cui-primary-50);--cui-item-bg-selected-hover: var(--cui-primary-100);--cui-item-bg-semi: var(--cui-primary-50);--cui-item-bg-semi-selected: var(--cui-primary-100);--cui-item-bg-semi-selected-hover: var(--cui-primary-200);--cui-item-bg-solid: var(--cui-primary-inverted-500);--cui-item-bg-solid-selected: var(--cui-primary-inverted-700);--cui-item-bg-solid-selected-hover: var(--cui-primary-inverted-800);--cui-item-outline: var(--cui-primary-300);--cui-item-outline-disabled: var(--cui-primary-100);--cui-item-color: var(--cui-primary-700);--cui-item-color-disabled: var(--cui-primary-300);--cui-item-color-subtitle: var(--cui-primary-400);--cui-item-color-subtitle-variant: var(--cui-primary-500);--cui-item-color-subtitle-disabled: var(--cui-primary-200);--cui-item-color-solid: var(--cui-white);--cui-item-color-solid-disabled: var(--cui-primary-inverted-300);--cui-item-color-solid-subtitle: var(--cui-primary-inverted-300);--cui-item-color-solid-subtitle-disabled: var(--cui-primary-inverted-400)}.cui-item--primary:is(.cui-item--inverted){--cui-item-bg-selected: var(--cui-primary-inverted-600);--cui-item-bg-selected-hover: var(--cui-primary-inverted-700);--cui-item-bg-semi: var(--cui-primary-inverted-600);--cui-item-bg-semi-selected: var(--cui-primary-inverted-700);--cui-item-bg-semi-selected-hover: var(--cui-primary-inverted-800);--cui-item-bg-solid: var(--cui-primary-inverted-50);--cui-item-bg-solid-selected: var(--cui-white);--cui-item-bg-solid-selected-hover: var(--cui-primary-inverted-50);--cui-item-outline: var(--cui-white);--cui-item-outline-disabled: var(--cui-primary-inverted-400);--cui-item-color: var(--cui-white);--cui-item-color-disabled: var(--cui-primary-inverted-300);--cui-item-color-subtitle: var(--cui-primary-inverted-300);--cui-item-color-subtitle-variant: var(--cui-primary-inverted-100);--cui-item-color-subtitle-disabled: var(--cui-primary-inverted-400);--cui-item-color-solid: var(--cui-primary-inverted-500);--cui-item-color-solid-disabled: var(--cui-primary-inverted-300);--cui-item-color-solid-subtitle: var(--cui-primary-inverted-400);--cui-item-color-solid-subtitle-disabled: var(--cui-primary-inverted-400)}.cui-item--warning:not(.cui-item--inverted){--cui-item-bg-selected: var(--cui-warning-50);--cui-item-bg-selected-hover: var(--cui-warning-100);--cui-item-bg-semi: var(--cui-warning-50);--cui-item-bg-semi-selected: var(--cui-warning-100);--cui-item-bg-semi-selected-hover: var(--cui-warning-200);--cui-item-bg-solid: var(--cui-warning-inverted-500);--cui-item-bg-solid-selected: var(--cui-warning-inverted-700);--cui-item-bg-solid-selected-hover: var(--cui-warning-inverted-800);--cui-item-outline: var(--cui-warning-300);--cui-item-outline-disabled: var(--cui-warning-100);--cui-item-color: var(--cui-warning-700);--cui-item-color-disabled: var(--cui-warning-300);--cui-item-color-subtitle: var(--cui-warning-400);--cui-item-color-subtitle-variant: var(--cui-warning-500);--cui-item-color-subtitle-disabled: var(--cui-warning-200);--cui-item-color-solid: var(--cui-white);--cui-item-color-solid-disabled: var(--cui-warning-inverted-300);--cui-item-color-solid-subtitle: var(--cui-warning-inverted-300);--cui-item-color-solid-subtitle-disabled: var(--cui-warning-inverted-400)}.cui-item--warning:is(.cui-item--inverted){--cui-item-bg-selected: var(--cui-warning-inverted-600);--cui-item-bg-selected-hover: var(--cui-warning-inverted-700);--cui-item-bg-semi: var(--cui-warning-inverted-600);--cui-item-bg-semi-selected: var(--cui-warning-inverted-700);--cui-item-bg-semi-selected-hover: var(--cui-warning-inverted-800);--cui-item-bg-solid: var(--cui-warning-inverted-50);--cui-item-bg-solid-selected: var(--cui-white);--cui-item-bg-solid-selected-hover: var(--cui-warning-inverted-50);--cui-item-outline: var(--cui-white);--cui-item-outline-disabled: var(--cui-warning-inverted-400);--cui-item-color: var(--cui-white);--cui-item-color-disabled: var(--cui-warning-inverted-300);--cui-item-color-subtitle: var(--cui-warning-inverted-300);--cui-item-color-subtitle-variant: var(--cui-warning-inverted-100);--cui-item-color-subtitle-disabled: var(--cui-warning-inverted-400);--cui-item-color-solid: var(--cui-warning-inverted-500);--cui-item-color-solid-disabled: var(--cui-warning-inverted-300);--cui-item-color-solid-subtitle: var(--cui-warning-inverted-400);--cui-item-color-solid-subtitle-disabled: var(--cui-warning-inverted-400)}.cui-item--error:not(.cui-item--inverted){--cui-item-bg-selected: var(--cui-error-50);--cui-item-bg-selected-hover: var(--cui-error-100);--cui-item-bg-semi: var(--cui-error-50);--cui-item-bg-semi-selected: var(--cui-error-100);--cui-item-bg-semi-selected-hover: var(--cui-error-200);--cui-item-bg-solid: var(--cui-error-inverted-500);--cui-item-bg-solid-selected: var(--cui-error-inverted-700);--cui-item-bg-solid-selected-hover: var(--cui-error-inverted-800);--cui-item-outline: var(--cui-error-300);--cui-item-outline-disabled: var(--cui-error-100);--cui-item-color: var(--cui-error-700);--cui-item-color-disabled: var(--cui-error-300);--cui-item-color-subtitle: var(--cui-error-400);--cui-item-color-subtitle-variant: var(--cui-error-500);--cui-item-color-subtitle-disabled: var(--cui-error-200);--cui-item-color-solid: var(--cui-white);--cui-item-color-solid-disabled: var(--cui-error-inverted-300);--cui-item-color-solid-subtitle: var(--cui-error-inverted-300);--cui-item-color-solid-subtitle-disabled: var(--cui-error-inverted-400)}.cui-item--error:is(.cui-item--inverted){--cui-item-bg-selected: var(--cui-error-inverted-600);--cui-item-bg-selected-hover: var(--cui-error-inverted-700);--cui-item-bg-semi: var(--cui-error-inverted-600);--cui-item-bg-semi-selected: var(--cui-error-inverted-700);--cui-item-bg-semi-selected-hover: var(--cui-error-inverted-800);--cui-item-bg-solid: var(--cui-error-inverted-50);--cui-item-bg-solid-selected: var(--cui-white);--cui-item-bg-solid-selected-hover: var(--cui-error-inverted-50);--cui-item-outline: var(--cui-white);--cui-item-outline-disabled: var(--cui-error-inverted-400);--cui-item-color: var(--cui-white);--cui-item-color-disabled: var(--cui-error-inverted-300);--cui-item-color-subtitle: var(--cui-error-inverted-300);--cui-item-color-subtitle-variant: var(--cui-error-inverted-100);--cui-item-color-subtitle-disabled: var(--cui-error-inverted-400);--cui-item-color-solid: var(--cui-error-inverted-500);--cui-item-color-solid-disabled: var(--cui-error-inverted-300);--cui-item-color-solid-subtitle: var(--cui-error-inverted-400);--cui-item-color-solid-subtitle-disabled: var(--cui-error-inverted-400)}.cui-item--button,.cui-item--li{margin:0;padding:0}.cui-item--button{border:none;background:none;text-align:inherit;font-style:inherit;font-family:inherit}.cui-item--li{list-style:none}.cui-item:not(:has(.cui-item__decoration-left)){padding-left:var(--cui-padding-sm)}.cui-item:not(:has(.cui-item__controls)){padding-right:var(--cui-padding-sm)}.cui-item--disabled{pointer-events:none}.cui-item--large{min-height:var(--cui-block-size-lg)}.cui-item--large .cui-item__decoration-left{display:flex;justify-content:center;align-items:center;width:var(--cui-block-size-lg);height:var(--cui-block-size-lg)}.cui-item--large__controls{height:var(--cui-block-size-lg)}.cui-item--large .cui-item__title{font-size:var(--cui-text-size-lg);line-height:normal}.cui-item--large .cui-item__text{padding:5px 0}.cui-item--small{min-height:var(--cui-block-size-sm)}.cui-item--small .cui-item__decoration-left{display:flex;justify-content:center;align-items:center;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.cui-item--small__controls{height:var(--cui-block-size-sm)}.cui-item--default{min-height:var(--cui-block-size)}.cui-item--default .cui-item__decoration-left{display:flex;justify-content:center;align-items:center;width:var(--cui-block-size);height:var(--cui-block-size)}.cui-item--default__controls{height:var(--cui-block-size)}.cui-item--semi{background-color:var(--cui-item-bg-semi)}.cui-item--semi .cui-item__title{color:var(--cui-item-color)}.cui-item--semi .cui-item__subtitle{color:var(--cui-item-color-subtitle-variant)}.cui-item--semi .cui-item__decoration-left .gc-icon,.cui-item--semi .cui-item__decoration-left .gc-item--core,.cui-item--semi .cui-item__decoration-left button>.gc-icon,.cui-item--semi .cui-item__decoration-left button>.gc-icon--core,.cui-item--semi .cui-item__decoration-right .gc-icon,.cui-item--semi .cui-item__decoration-right .gc-item--core,.cui-item--semi .cui-item__decoration-right button>.gc-icon,.cui-item--semi .cui-item__decoration-right button>.gc-icon--core,.cui-item--semi .cui-item__controls .gc-icon,.cui-item--semi .cui-item__controls .gc-item--core,.cui-item--semi .cui-item__controls button>.gc-icon,.cui-item--semi .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color)}.cui-item--semi .cui-item__decoration-left .gc-icon svg,.cui-item--semi .cui-item__decoration-left .gc-icon svg path,.cui-item--semi .cui-item__decoration-left .gc-item--core svg,.cui-item--semi .cui-item__decoration-left .gc-item--core svg path,.cui-item--semi .cui-item__decoration-left button>.gc-icon svg,.cui-item--semi .cui-item__decoration-left button>.gc-icon svg path,.cui-item--semi .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--semi .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--semi .cui-item__decoration-right .gc-icon svg,.cui-item--semi .cui-item__decoration-right .gc-icon svg path,.cui-item--semi .cui-item__decoration-right .gc-item--core svg,.cui-item--semi .cui-item__decoration-right .gc-item--core svg path,.cui-item--semi .cui-item__decoration-right button>.gc-icon svg,.cui-item--semi .cui-item__decoration-right button>.gc-icon svg path,.cui-item--semi .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--semi .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--semi .cui-item__controls .gc-icon svg,.cui-item--semi .cui-item__controls .gc-icon svg path,.cui-item--semi .cui-item__controls .gc-item--core svg,.cui-item--semi .cui-item__controls .gc-item--core svg path,.cui-item--semi .cui-item__controls button>.gc-icon svg,.cui-item--semi .cui-item__controls button>.gc-icon svg path,.cui-item--semi .cui-item__controls button>.gc-icon--core svg,.cui-item--semi .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color);fill:var(--cui-item-color)!important}.cui-item--semi:hover,.cui-item--semi:is(.cui-item--selected){background-color:var(--cui-item-bg-semi-selected)}.cui-item--semi:hover .cui-item__subtitle,.cui-item--semi:is(.cui-item--selected) .cui-item__subtitle{color:var(--cui-item-color-subtitle-variant)}.cui-item--semi:is(.cui-item--selected):hover{background-color:var(--cui-item-bg-semi-selected-hover)}.cui-item--semi:is(.cui-item--disabled){background-color:var(--cui-item-bg-semi)}.cui-item--semi:is(.cui-item--disabled) .cui-item__title{color:var(--cui-item-color-disabled)}.cui-item--semi:is(.cui-item--disabled) .cui-item__subtitle{color:var(--cui-item-color-subtitle-disabled)}.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls .gc-icon,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls .gc-item--core,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls button>.gc-icon,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color-disabled)}.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls .gc-icon svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls .gc-icon svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg path,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg,.cui-item--semi:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color-disabled);fill:var(--cui-item-color-disabled)!important}.cui-item--transparent{background-color:transparent}.cui-item--transparent .cui-item__title{color:var(--cui-item-color)}.cui-item--transparent .cui-item__subtitle{color:var(--cui-item-color-subtitle)}.cui-item--transparent .cui-item__decoration-left .gc-icon,.cui-item--transparent .cui-item__decoration-left .gc-item--core,.cui-item--transparent .cui-item__decoration-left button>.gc-icon,.cui-item--transparent .cui-item__decoration-left button>.gc-icon--core,.cui-item--transparent .cui-item__decoration-right .gc-icon,.cui-item--transparent .cui-item__decoration-right .gc-item--core,.cui-item--transparent .cui-item__decoration-right button>.gc-icon,.cui-item--transparent .cui-item__decoration-right button>.gc-icon--core,.cui-item--transparent .cui-item__controls .gc-icon,.cui-item--transparent .cui-item__controls .gc-item--core,.cui-item--transparent .cui-item__controls button>.gc-icon,.cui-item--transparent .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color)}.cui-item--transparent .cui-item__decoration-left .gc-icon svg,.cui-item--transparent .cui-item__decoration-left .gc-icon svg path,.cui-item--transparent .cui-item__decoration-left .gc-item--core svg,.cui-item--transparent .cui-item__decoration-left .gc-item--core svg path,.cui-item--transparent .cui-item__decoration-left button>.gc-icon svg,.cui-item--transparent .cui-item__decoration-left button>.gc-icon svg path,.cui-item--transparent .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--transparent .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--transparent .cui-item__decoration-right .gc-icon svg,.cui-item--transparent .cui-item__decoration-right .gc-icon svg path,.cui-item--transparent .cui-item__decoration-right .gc-item--core svg,.cui-item--transparent .cui-item__decoration-right .gc-item--core svg path,.cui-item--transparent .cui-item__decoration-right button>.gc-icon svg,.cui-item--transparent .cui-item__decoration-right button>.gc-icon svg path,.cui-item--transparent .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--transparent .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--transparent .cui-item__controls .gc-icon svg,.cui-item--transparent .cui-item__controls .gc-icon svg path,.cui-item--transparent .cui-item__controls .gc-item--core svg,.cui-item--transparent .cui-item__controls .gc-item--core svg path,.cui-item--transparent .cui-item__controls button>.gc-icon svg,.cui-item--transparent .cui-item__controls button>.gc-icon svg path,.cui-item--transparent .cui-item__controls button>.gc-icon--core svg,.cui-item--transparent .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color);fill:var(--cui-item-color)!important}.cui-item--transparent:hover,.cui-item--transparent:is(.cui-item--selected){background-color:var(--cui-item-bg-selected)}.cui-item--transparent:is(.cui-item--selected):hover{background-color:var(--cui-item-bg-selected-hover)}.cui-item--transparent:is(.cui-item--selected):hover .cui-item__subtitle{color:var(--cui-item-color-subtitle-variant)}.cui-item--transparent:is(.cui-item--disabled){background-color:transparent}.cui-item--transparent:is(.cui-item--disabled) .cui-item__title{color:var(--cui-item-color-disabled)}.cui-item--transparent:is(.cui-item--disabled) .cui-item__subtitle{color:var(--cui-item-color-subtitle-disabled)}.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls .gc-icon,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls .gc-item--core,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls button>.gc-icon,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color-disabled)}.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls .gc-icon svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls .gc-icon svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg path,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg,.cui-item--transparent:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color-disabled);fill:var(--cui-item-color-disabled)!important}.cui-item--outlined{background-color:transparent;outline:1px solid var(--cui-item-outline)}.cui-item--outlined .cui-item__title{color:var(--cui-item-color)}.cui-item--outlined .cui-item__subtitle{color:var(--cui-item-color-subtitle)}.cui-item--outlined .cui-item__decoration-left .gc-icon,.cui-item--outlined .cui-item__decoration-left .gc-item--core,.cui-item--outlined .cui-item__decoration-left button>.gc-icon,.cui-item--outlined .cui-item__decoration-left button>.gc-icon--core,.cui-item--outlined .cui-item__decoration-right .gc-icon,.cui-item--outlined .cui-item__decoration-right .gc-item--core,.cui-item--outlined .cui-item__decoration-right button>.gc-icon,.cui-item--outlined .cui-item__decoration-right button>.gc-icon--core,.cui-item--outlined .cui-item__controls .gc-icon,.cui-item--outlined .cui-item__controls .gc-item--core,.cui-item--outlined .cui-item__controls button>.gc-icon,.cui-item--outlined .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color)}.cui-item--outlined .cui-item__decoration-left .gc-icon svg,.cui-item--outlined .cui-item__decoration-left .gc-icon svg path,.cui-item--outlined .cui-item__decoration-left .gc-item--core svg,.cui-item--outlined .cui-item__decoration-left .gc-item--core svg path,.cui-item--outlined .cui-item__decoration-left button>.gc-icon svg,.cui-item--outlined .cui-item__decoration-left button>.gc-icon svg path,.cui-item--outlined .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--outlined .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--outlined .cui-item__decoration-right .gc-icon svg,.cui-item--outlined .cui-item__decoration-right .gc-icon svg path,.cui-item--outlined .cui-item__decoration-right .gc-item--core svg,.cui-item--outlined .cui-item__decoration-right .gc-item--core svg path,.cui-item--outlined .cui-item__decoration-right button>.gc-icon svg,.cui-item--outlined .cui-item__decoration-right button>.gc-icon svg path,.cui-item--outlined .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--outlined .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--outlined .cui-item__controls .gc-icon svg,.cui-item--outlined .cui-item__controls .gc-icon svg path,.cui-item--outlined .cui-item__controls .gc-item--core svg,.cui-item--outlined .cui-item__controls .gc-item--core svg path,.cui-item--outlined .cui-item__controls button>.gc-icon svg,.cui-item--outlined .cui-item__controls button>.gc-icon svg path,.cui-item--outlined .cui-item__controls button>.gc-icon--core svg,.cui-item--outlined .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color);fill:var(--cui-item-color)!important}.cui-item--outlined:hover,.cui-item--outlined:is(.cui-item--selected){background-color:var(--cui-item-bg-selected)}.cui-item--outlined:is(.cui-item--selected):hover{background-color:var(--cui-item-bg-selected-hover);outline-color:var(--cui-item-outline)}.cui-item--outlined:is(.cui-item--selected):hover .cui-item__subtitle{color:var(--cui-item-color-subtitle-variant)}.cui-item--outlined:is(.cui-item--disabled){background-color:transparent;outline-color:var(--cui-item-outline-disabled)}.cui-item--outlined:is(.cui-item--disabled) .cui-item__title{color:var(--cui-item-color-disabled)}.cui-item--outlined:is(.cui-item--disabled) .cui-item__subtitle{color:var(--cui-item-color-subtitle-disabled)}.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls .gc-icon,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls .gc-item--core,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls button>.gc-icon,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color-disabled)}.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls .gc-icon svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls .gc-icon svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg path,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg,.cui-item--outlined:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color-disabled);fill:var(--cui-item-color-disabled)!important}.cui-item--solid{background-color:var(--cui-item-bg-solid)}.cui-item--solid .cui-item__title{color:var(--cui-item-color-solid)}.cui-item--solid .cui-item__subtitle{color:var(--cui-item-color-solid-subtitle)}.cui-item--solid .cui-item__decoration-left .gc-icon,.cui-item--solid .cui-item__decoration-left .gc-item--core,.cui-item--solid .cui-item__decoration-left button>.gc-icon,.cui-item--solid .cui-item__decoration-left button>.gc-icon--core,.cui-item--solid .cui-item__decoration-right .gc-icon,.cui-item--solid .cui-item__decoration-right .gc-item--core,.cui-item--solid .cui-item__decoration-right button>.gc-icon,.cui-item--solid .cui-item__decoration-right button>.gc-icon--core,.cui-item--solid .cui-item__controls .gc-icon,.cui-item--solid .cui-item__controls .gc-item--core,.cui-item--solid .cui-item__controls button>.gc-icon,.cui-item--solid .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color-solid)}.cui-item--solid .cui-item__decoration-left .gc-icon svg,.cui-item--solid .cui-item__decoration-left .gc-icon svg path,.cui-item--solid .cui-item__decoration-left .gc-item--core svg,.cui-item--solid .cui-item__decoration-left .gc-item--core svg path,.cui-item--solid .cui-item__decoration-left button>.gc-icon svg,.cui-item--solid .cui-item__decoration-left button>.gc-icon svg path,.cui-item--solid .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--solid .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--solid .cui-item__decoration-right .gc-icon svg,.cui-item--solid .cui-item__decoration-right .gc-icon svg path,.cui-item--solid .cui-item__decoration-right .gc-item--core svg,.cui-item--solid .cui-item__decoration-right .gc-item--core svg path,.cui-item--solid .cui-item__decoration-right button>.gc-icon svg,.cui-item--solid .cui-item__decoration-right button>.gc-icon svg path,.cui-item--solid .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--solid .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--solid .cui-item__controls .gc-icon svg,.cui-item--solid .cui-item__controls .gc-icon svg path,.cui-item--solid .cui-item__controls .gc-item--core svg,.cui-item--solid .cui-item__controls .gc-item--core svg path,.cui-item--solid .cui-item__controls button>.gc-icon svg,.cui-item--solid .cui-item__controls button>.gc-icon svg path,.cui-item--solid .cui-item__controls button>.gc-icon--core svg,.cui-item--solid .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color-solid);fill:var(--cui-item-color-solid)!important}.cui-item--solid:hover,.cui-item--solid:is(.cui-item--selected){background-color:var(--cui-item-bg-solid-selected)}.cui-item--solid:is(.cui-item--selected):hover{background-color:var(--cui-item-bg-solid-selected-hover)}.cui-item--solid:is(.cui-item--disabled){background-color:var(--cui-item-bg-solid)}.cui-item--solid:is(.cui-item--disabled) .cui-item__title{color:var(--cui-item-color-solid-disabled)}.cui-item--solid:is(.cui-item--disabled) .cui-item__subtitle{color:var(--cui-item-color-solid-subtitle-disabled)}.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls .gc-icon,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls .gc-item--core,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls button>.gc-icon,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core{color:var(--cui-item-color-solid-disabled)}.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left .gc-icon svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left .gc-item--core svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-left button>.gc-icon--core svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right .gc-icon svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right .gc-item--core svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__decoration-right button>.gc-icon--core svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls .gc-icon svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls .gc-icon svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls .gc-item--core svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls button>.gc-icon svg path,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg,.cui-item--solid:is(.cui-item--disabled) .cui-item__controls button>.gc-icon--core svg path{color:var(--cui-item-color-solid-disabled);fill:var(--cui-item-color-solid-disabled)!important}.cui-item>span,.cui-item__title,.cui-item__subtitle{display:block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-item-color);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.cui-item__title{line-height:normal}.cui-item__subtitle{color:var(--cui-item-color-subtitle);line-height:15px}.cui-item__text{display:flex;flex-direction:column;flex-grow:1;padding:4px 0;align-self:center;overflow:hidden}.cui-item__controls{display:flex;align-items:center;align-self:center;justify-content:flex-end;padding-right:var(--cui-padding-xs);flex-grow:0;flex-shrink:0}.cui-list{display:flex;margin:0;padding:0}.cui-list--row{flex-direction:row;align-items:stretch;justify-content:flex-start}.cui-list--column{flex-direction:column;align-items:stretch;justify-content:flex-start}.cui-list--wrap{flex-wrap:wrap}.cui-list--gap-small{gap:var(--cui-padding-xs)}.cui-list--gap-medium{gap:var(--cui-padding-sm)}.cui-list--gap-large{gap:var(--cui-padding)}.cui-list--padding-small{padding:var(--cui-padding-xs)}.cui-list--padding-medium{padding:var(--cui-padding-sm)}.cui-list--padding-large{padding:var(--cui-padding)}@keyframes cui_a_loader_circle{0%{transform:rotate(0);stroke-dashoffset:50%}50%{transform:rotate(180deg);stroke-dashoffset:150%}to{transform:rotate(360deg);stroke-dashoffset:50%}}.cui-loader-circle{--fill-bg: var(--cui-neutral-50);--fill-bg-inverted: var(--cui-neutral-inverted-600);--fill-bg-semi: var(--cui-neutral-100);--fill-bg-semi-inverted: var(--cui-neutral-inverted-400);--fill-bg-solid: var(--cui-neutral-300);--fill-bg-solid-inverted: var(--cui-neutral-inverted-300);--fill-fg: var(--cui-neutral-500);--fill-fg-inverted: var(--cui-white);--loader-fill-bg: var(--fill-bg);--loader-fill-fg: var(--fill-fg);--size: 16px;width:var(--size);height:var(--size);transform:rotate(-90deg)}.cui-loader-circle circle{fill:transparent;cx:calc(var(--size) / 2);cy:calc(var(--size) / 2)}.cui-loader-circle__background{r:calc(var(--size) / 2 - 1px);stroke-width:1px;stroke:var(--loader-fill-bg);transition:stroke .2s ease-in-out}.cui-loader-circle__progress{r:calc(var(--size) / 2 - 1px);stroke-linecap:round;stroke-dasharray:calc((var(--size) - 2px) * 3.1415926536);stroke-width:2px;stroke:var(--loader-fill-fg);transition:stroke-dashoffset .6s ease-in-out,stroke .2s ease-in-out}.cui-loader-circle--indeterminate .cui-loader-circle__progress{transform-origin:center center;animation:cui_a_loader_circle 1.2s linear infinite}.cui-loader-circle--block{display:block}.cui-loader-circle--small{--size: 14px}.cui-loader-circle--large{--size: 20px}.cui-loader-circle--large .cui-loader-circle__background{r:calc(var(--size) / 2 - 1px);stroke-width:2px}.cui-loader-circle--primary{--fill-bg: var(--cui-primary-50);--fill-bg-inverted: var(--cui-primary-inverted-600);--fill-bg-semi: var(--cui-primary-100);--fill-bg-semi-inverted: var(--cui-primary-inverted-400);--fill-bg-solid: var(--cui-primary-300);--fill-bg-solid-inverted: var(--cui-primary-inverted-300);--fill-fg: var(--cui-primary-500)}.cui-loader-circle--warning{--fill-bg: var(--cui-warning-50);--fill-bg-inverted: var(--cui-warning-inverted-600);--fill-bg-semi: var(--cui-warning-100);--fill-bg-semi-inverted: var(--cui-warning-inverted-400);--fill-bg-solid: var(--cui-warning-300);--fill-bg-solid-inverted: var(--cui-warning-inverted-300);--fill-fg: var(--cui-warning-500)}.cui-loader-circle--error{--fill-bg: var(--cui-error-50);--fill-bg-inverted: var(--cui-error-inverted-600);--fill-bg-semi: var(--cui-error-100);--fill-bg-semi-inverted: var(--cui-error-inverted-400);--fill-bg-solid: var(--cui-error-300);--fill-bg-solid-inverted: var(--cui-error-inverted-300);--fill-fg: var(--cui-error-500)}.cui-loader-circle--inverted{--loader-fill-bg: var(--fill-bg-inverted);--loader-fill-fg: var(--fill-fg-inverted)}.cui-loader-circle--semi{--loader-fill-bg: var(--fill-bg-semi)}.cui-loader-circle--semi:is(.cui-loader-circle--inverted){--loader-fill-bg: var(--fill-bg-semi-inverted)}.cui-loader-circle--solid{--loader-fill-bg: var(--fill-bg-solid)}.cui-loader-circle--solid:is(.cui-loader-circle--inverted){--loader-fill-bg: var(--fill-bg-solid-inverted)}.gc-btn.gc-size-sm .gc-btn__icon:not(.gc-icon--custom)>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.gc-btn.gc-size-lg .gc-btn__icon>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-dd-menu__item>.gc-icon>svg{flex:0 0 auto}.gc-dd-menu__item.gc-size-sm>.gc-icon:not(.gc-icon--custom)>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.gc-dd-menu__item.gc-size-lg>.gc-icon:not(.gc-icon--custom)>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-icon>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-icon--small>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.gc-icon--large>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.gc-icon--core>svg{width:initial!important;height:initial!important}.gc-icon-color{transition:fill .2s ease-in-out,stroke .2s ease-in-out}.gc-icon-color--text{transition:fill .2s ease-in-out;fill:currentColor}.gc-icon-color--stroke-text{transition:stroke .2s ease-in-out;stroke:currentColor}.gc-icon-color--accent{transition:fill .2s ease-in-out;fill:var(--cui-secondary-500)}.gc-icon-color--stroke-accent{transition:stroke .2s ease-in-out;stroke:var(--cui-secondary-500)}:root{--wd-adorner-background: var(--cui-bg-panels);--wd-chart-adorner-move-size: 24px;--wd-chart-adorner-panel-width: 150px;--wd-chart-adorner-panel-height: 70px;--wd-chart-adorner-panel-gap: 5px;--wd-chart-adorner-panel-title-height: 30px;--wd-chart-adorner-panel-content-height: 40px}.wd-drop-area.dnd-is-over:after{content:" ";position:absolute;background-color:hsla(var(--primary-500),.1);outline:1px solid hsla(var(--primary-500),.62);outline-offset:0px;inset:4px}.wd-drop-area.dnd-is-over--outer:after{content:" ";position:absolute;background-color:hsla(var(--primary-500),.1);outline:1px solid hsla(var(--primary-500),.62);outline-offset:3px;inset:4px}.dnd-can-drop:after{content:" ";position:absolute;background-color:hsla(var(--primary-500),.1);outline:1px dashed hsla(var(--primary-500),.6);outline-offset:0px;inset:4px}.dnd-can-drop--outer:after{content:" ";position:absolute;background-color:hsla(var(--primary-500),.1);outline:1px dashed hsla(var(--primary-500),.6);outline-offset:3px;inset:4px}.wd-property-grid{border-left:1px solid var(--cui-neutral-100)}.wd-property-grid .gc-property-category__title,.wd-property-list .gc-property-category__title{margin-bottom:var(--cui-padding-xs)}.wd-property-grid .gc-property-category__title .gc-heading__text,.wd-property-list .gc-property-category__title .gc-heading__text{font-weight:700}.wd-property-grid .gc-property-category__title .gc-heading__divider,.wd-property-list .gc-property-category__title .gc-heading__divider{opacity:.1}.wd-surface-grid{display:flex;width:100%;height:100%;pointer-events:none}.wd-icon-color-accent{fill:var(--cui-primary-500)}.wd-icon-color-secondary{fill:var(--cui-secondary-500)}.wd-icon-color-body{fill:currentColor}.wd-icon-color-none{fill:none}.wd-icon-color-white{fill:#fff}.wd-icon-color-light-blue{fill:#9cf}.wd-icon-color-light-blue-second{fill:#bcddff}.wd-icon-color-light-gray-blue{fill:#9fc9eb}.wd-icon-color-gray-blue{fill:#819cce}.wd-icon-color-blue{fill:#1c7cdc}.wd-icon-color-blue-second{fill:#007bf4}.wd-icon-color-blue-third{fill:#6cf}.wd-icon-color-dark-blue{fill:#3b79bd}.wd-icon-color-gray{fill:#b3b3b3}.wd-icon-color-gray-second{fill:#b4b4b4}.wd-icon-color-gray-third{fill:#737373}.wd-icon-color-gray-fourth{fill:gray}.wd-icon-color-dark-gray{fill:#727272}.wd-icon-color-dark-yellow{fill:#f5c633}.wd-icon-color-red{fill:red}.wd-icon-color-red-second{fill:#ff1e00}.wd-toolbox-icon-fill-gray{fill:gray}.wd-toolbox-icon-fill-gray-second{fill:#969696}.wd-toolbox-icon--main{fill:var(--cui-neutral-300)}.wd-toolbox-icon--main-accent,.wd-toolbox-icon--accent{fill:var(--cui-primary-500)}.wd-toolbox-icon--secondary-accent{fill:var(--cui-secondary-500)}.wd-icon-color-adorner-blue{fill:navy}.wd-icon-color-adorner-gray{fill:#ababab}.wd-if-c-white{fill:#fff}.wd-if-c-text,.wd-icon-fill-class-text{fill:var(--cui-text-color)}.wd-icon-fill-class-accent{fill:var(--cui-primary-500)}.wd-icon-fill-class-secondary-accent{fill:var(--cui-secondary-500)}.wd-icon-fill-class-error{fill:var(--cui-error-500)}.wd-icon-opacity-class-60{fill-opacity:.6}.wd-icon-opacity-class-40{fill-opacity:.4}.wd-icon-opacity-class-20{fill-opacity:.2}.wd-invert-icons .wd-icon-fill-class-text,.wd-invert-icons .wd-icon-fill-class-accent{fill:var(--cui-white)}.wd-invert-icons .wd-icon-fill-class-secondary-accent{fill:var(--cui-secondary-500)}.wd-invert-icons .wd-icon-fill-class-error{fill:var(--cui-error-500)}.wd-master-report-errors-list{list-style-type:none;margin:var(--cui-padding-sm) 0;padding:0}.wd-master-report-errors-list li{margin:7px 0;padding-left:var(--cui-padding)}.wd-master-report-errors-list .gc-alert__title{white-space:pre-line;line-height:normal;padding:var(--cui-padding-xs) var(--cui-padding-sm) var(--cui-padding-xs) 0}.wd-master-report-errors-list .gc-alert__icon{margin-bottom:auto}.wd-menu .gc-menu__panel-toggle .gc-btn__icon .gc-ci-a-accent{fill:var(--cui-white)}.wd-menu-logo{display:flex;overflow:hidden;width:100%;height:100%;flex-wrap:nowrap;align-items:center}.wd-menu-logo__icon{display:block;flex:0 0 auto;width:var(--cui-block-size-lg);height:16px;margin-top:4px}.wd-menu-logo__icon>svg{width:16px;height:16px;margin:0 auto}.wd-menu-logo__text{margin-top:4px;margin-left:var(--cui-padding);white-space:nowrap;text-overflow:ellipsis;opacity:0;color:var(--cui-white);font-size:var(--cui-text-size-sm)}.wd-menu-logo__icon+.wd-menu-logo__text{margin-left:calc(0px - var(--cui-padding-xs))}.wd-menu-toggle{display:flex;overflow:hidden;width:100%;height:100%;align-items:center;flex-wrap:nowrap}.wd-menu-toggle__burger{display:flex;flex:0 0 auto;width:var(--cui-block-size-lg);height:var(--cui-block-size-lg);margin-top:-2px;align-items:center}.wd-menu-toggle__burger>div{position:relative;width:20px;height:14px;margin:13px auto;cursor:pointer;transition:.5s ease-in-out;transform:rotate(0)}.wd-menu-toggle__burger>div>span{position:absolute;left:0;display:block;width:100%;height:2px;transition:.25s ease-in-out;transform:rotate(0);transform-origin:left center;opacity:1;border-radius:2px;background:var(--cui-white)}.wd-menu-toggle__burger>div>span:nth-child(1){top:0}.wd-menu-toggle__burger>div>span:nth-child(2){top:50%}.wd-menu-toggle__burger>div>span:nth-child(3){top:100%}.wd-menu-toggle__text{white-space:nowrap;text-overflow:ellipsis;opacity:0;color:var(--cui-white)}.gc-menu__logo--expanded .wd-menu-logo__text{opacity:1}.gc-menu--expanded .wd-menu-toggle__burger>div>span:nth-child(1){left:3px;transform:rotate(45deg)}.gc-menu--expanded .wd-menu-toggle__burger>div>span:nth-child(2){width:0;opacity:0}.gc-menu--expanded .wd-menu-toggle__burger>div>span:nth-child(3){top:100%;left:3px;transform:rotate(-45deg)}.gc-menu--expanded .wd-menu-toggle__text{opacity:1}.wd-toolbox-item{position:relative;width:100%;height:var(--cui-block-size-lg);padding-left:var(--cui-block-size-lg);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;text-align:left;vertical-align:top;color:var(--cui-white);border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);background-color:var(--cui-primary-500);font-size:var(--cui-text-size);line-height:var(--cui-block-size-lg)}.wd-toolbox-item>i.gc-btn__icon{width:var(--cui-block-size-lg);height:var(--cui-block-size-lg)}.wd-toolbox-item>i.gc-btn__icon .gc-ci-a-accent{fill:var(--cui-white)}.wd-toolbox-item>.gc-btn__text{height:var(--cui-block-size-lg);padding-left:0;vertical-align:middle;line-height:var(--cui-block-size-lg)}.wd-toolbox-item:hover{background-color:var(--cui-primary-700)}.wd-toolbox-item svg{pointer-events:none}.gc-menu__btn-container__scrollable-container .gc-scrollbars__thumb{background-color:var(--cui-white)}.wd-multiple-menu-item--selected{background-color:var(--cui-primary-700)}.wd-multiple-menu-item--selected .gc-btn__icon{transform:translate(-5px)}.wd-multiple-menu-item--selected .wd-multiple-menu-item__chevron{transform:translate(-50%,-50%) translate(12px);opacity:1}.wd-multiple-menu-item .gc-btn__icon{transition:transform .2s ease-in-out}.wd-multiple-menu-item__dd{display:block;opacity:1}.wd-multiple-menu-item__dd--transition{transition:opacity .2s ease-in-out;opacity:0}.wd-multiple-menu-item__dd--hidden{display:none}.wd-multiple-menu-item__dd:hover{display:block;opacity:1}.wd-multiple-menu-item__chevron{position:absolute;top:50%;left:calc(var(--cui-block-size) * .7);transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:translate(-50%,-50%);opacity:0;color:var(--cui-neutral-300)}.wd-multiple-menu-item__custom-dd-menu-item{display:grid;width:100%;grid-auto-flow:column;grid-template-columns:min-content 1fr;align-items:center;gap:var(--cui-padding)}.wd-multiple-menu-item__custom-dd-menu-item>span{overflow:hidden;text-overflow:ellipsis}.gc-appbar__logo-container .gc-btn.wd-menu-back-button>.gc-btn__icon{width:var(--cui-block-size-lg)}.gc-appbar__logo-container .gc-btn.wd-menu-back-button>.gc-btn__text{padding-left:var(--cui-block-size-lg);opacity:0}.gc-appbar__logo-container .gc-menu__logo--expanded .gc-btn.wd-menu-back-button>.gc-btn__text{opacity:1}.wd-explorer{display:inline-flex;min-width:100%;padding:var(--cui-padding-sm)}.wd-explorer>.gc-treeview{min-width:100%}.wd-explorer-node__button{width:100%}.wd-explorer-node__button.gc-btn.gc-size-sm>.gc-btn__icon>svg{width:24px;height:24px}.wd-explorer-node__chevron{position:absolute;top:0;left:0;opacity:.5;background-color:transparent}.wd-explorer-node__chevron:not([disabled]):not(.gc-btn--disabled):hover{opacity:1;background-color:transparent}.wd-explorer-node__chevron--collapsed{transform:rotate(-90deg)}.wd-explorer-node--non-leaf .wd-explorer-node__button{padding-left:var(--cui-padding-xl)}.wd-explorer-node--non-leaf .wd-explorer-node__button>.gc-btn__icon{left:20px}.wd-explorer-node--leaf .wd-explorer-node__button{width:calc(100% - var(--cui-padding-xl));margin-left:var(--cui-padding-xl)}.wd-explorer-node__button--selected{background-color:var(--cui-primary-50)}.wd-explorer-node__button--selected:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-primary-100)}.wd-explorer-node__button--selected .gc-btn__text{color:var(--cui-primary-700)}.wd-sidebar-block{position:relative;width:100%;padding:0 var(--cui-padding)}.wd-sidebar-block__heading{width:100%;padding:var(--cui-padding-sm) 0 var(--cui-padding-xs) 0}.wd-sidebar-block__content{width:100%;padding-bottom:var(--cui-padding);border-bottom:1px solid var(--cui-neutral-100)}.wd-sidebar-block__deprecated{position:absolute;top:var(--cui-padding-sm);right:var(--cui-padding);height:var(--cui-block-size-sm)}.wd-sidebar-block__placeholder{display:block;overflow:hidden;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.wd-sidebar-item{display:flex;overflow:hidden;min-height:var(--cui-block-size-sm);padding-right:var(--cui-padding-xs);border-radius:var(--cui-border-radius);align-items:flex-start;justify-content:stretch}.wd-sidebar-item>.gc-icon{display:flex;flex:0 0 var(--cui-block-size);width:var(--cui-block-size);height:var(--cui-block-size);align-items:center;justify-content:center}.wd-sidebar-item__icon-drag{display:block;flex:0 0 var(--cui-block-size);width:var(--cui-block-size);height:var(--cui-block-size)}.wd-sidebar-item__icon-drag>.gc-icon{display:flex;width:var(--cui-block-size);height:var(--cui-block-size);align-items:center;justify-content:center}.wd-sidebar-item>span,.wd-sidebar-item__title,.wd-sidebar-item__subtitle{display:block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-text-color);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.wd-sidebar-item__title{padding-top:var(--cui-padding-xs);line-height:15px}.wd-sidebar-item__title--without-subtitle{padding-top:var(--cui-padding-sm)}.wd-sidebar-item__subtitle{color:var(--cui-neutral-300);line-height:15px}.wd-sidebar-item__text{overflow:hidden;flex:1 1 100%;padding-bottom:var(--cui-padding-xs)}.wd-sidebar-item__controls{display:flex;flex-direction:row-reverse;height:var(--cui-block-size);align-items:center;justify-content:flex-end;flex-grow:0;flex-shrink:0}.wd-sidebar-item--expanded{margin-left:var(--cui-block-size-sm)}.wd-sidebar-item:hover{background-color:var(--cui-neutral-50)}.wd-tab-shutter{display:flex;flex-direction:column;width:100%;height:100%;box-shadow:1px 0 0 0 var(--cui-neutral-100) inset;justify-content:stretch}.wd-tab-shutter__header{display:flex;flex:0 0 auto;padding:var(--cui-padding-sm) var(--cui-padding) var(--cui-padding-xs) var(--cui-padding);justify-items:flex-start;align-items:center}.wd-tab-shutter__header>.gc-btn{margin-right:var(--cui-padding-xs)}.wd-tab-shutter__content{overflow:hidden;flex:1 1 100%}.wd-tab-shutter__content .gc-scrollbars__view{padding:0 var(--cui-padding)}.wd-theme-dialog{padding:var(--cui-padding)}.wd-theme-dialog .theme-color-editor>input{padding-right:var(--cui-padding)}.wd-theme-dialog .theme-color-editor__preview{overflow:hidden;width:20px;height:20px;margin:0;border-radius:var(--cui-border-radius);box-shadow:inset 0 0 0 1px var(--cui-overlay)}.wd-theme-dialog .theme-color-editor>span{display:block;float:left;width:10px;height:10px}.wd-theme-dialog .theme-editor-line{display:flex;justify-content:space-between}.wd-theme-dialog .theme-editor-line__block{width:49%}.wd-btn-units{width:var(--cui-block-size-sm);text-align:center}.wd-btn-units .gc-btn__text{padding:0}.wd-snap-settings{padding:var(--cui-padding-xs) var(--cui-padding) 0 var(--cui-padding)}.wd-snap-settings__container{margin-bottom:var(--cui-padding-sm)}.wd-zoom-control{display:flex}.wd-zoom-control__value>.gc-btn{min-width:45px;text-align:center}.wd-zoom-control__value>.gc-btn .gc-btn__text{padding:0}.wd-toolstrip-color-dropdown>.gc-btn{padding-left:0}.wd-toolstrip-color-preview{overflow:hidden;width:var(--cui-block-size);height:var(--cui-block-size)}.wd-toolstrip-color-preview>svg{display:block;width:16px;height:16px;margin:var(--cui-padding-sm) auto 0}.wd-toolstrip-color-preview>div{width:calc(var(--cui-block-size) * .6);height:6px;margin:0 auto;border-radius:2px}.ar-rulers{--rulers-span-primary: var(--cui-primary-100);--rulers-span-secondary: var(--cui-primary-50);position:relative;display:grid;min-width:-moz-fit-content;min-width:fit-content;min-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;grid-template-areas:"pivot ruler-top" "ruler-left document-container";grid-template-columns:min-content auto;grid-template-rows:min-content auto}.ar-rulers__pivot{position:sticky;z-index:9300;top:0;left:0;border-right:1px solid var(--cui-neutral-100);border-bottom:1px solid var(--cui-neutral-100);background-color:var(--cui-bg-panels);grid-area:pivot}.ar-rulers__document-container{position:relative;grid-area:document-container}.ar-rulers__disabled{pointer-events:none}.ar-ruler-guide{position:absolute;z-index:9100}.ar-ruler-guide--vertical{top:0;width:0;height:100%;margin-left:63px;border-left:2px var(--cui-primary-500) dashed}.ar-ruler-guide--horizontal{left:0;width:100%;height:0;margin-top:63px;border-top:2px var(--cui-primary-500) dashed}.ar-ruler-guide--vertical.ar-ruler-guide--bold{border-left:2px var(--cui-primary-500) solid}.ar-ruler-guide--horizontal.ar-ruler-guide--bold{border-top:2px var(--cui-primary-500) solid}.ar-ruler-container{position:sticky;z-index:9200;background-color:var(--cui-bg-panels)}.ar-ruler-container--top{top:0;padding-left:64px;border-bottom:1px solid var(--cui-neutral-100);grid-area:ruler-top}.ar-ruler-container--left{left:0;padding-top:64px;border-right:1px solid var(--cui-neutral-100);grid-area:ruler-left}.ar-ruler{position:relative}.ar-ruler-span{position:absolute;background-color:var(--cui-bg-body)}.ar-ruler--top .ar-ruler-span{top:0;height:100%}.ar-ruler--left .ar-ruler-span{left:0;width:100%}.ar-ruler-scale{position:relative;display:block;box-shadow:inset 0 0 0 1px var(--cui-neutral-100)}.ar-ruler-scale--top{margin-top:-1px;margin-bottom:-1px}.ar-ruler-scale--left{margin-right:-1px;margin-left:-1px}.ar-ruler-scale__ticks{stroke:var(--cui-text-color);stroke-opacity:.25}.ar-ruler-scale text{font-family:inherit;font-size:11px;fill:hsla(var(--neutral-700),.62)}.ar-ruler-marker{position:absolute;display:grid;gap:5px}.ar-ruler-marker__tooltip{padding:0 3px;color:var(--cui-white);border-radius:var(--cui-border-radius);background-color:var(--cui-primary-500);box-shadow:var(--cui-shadow-border);font-size:11px}.ar-ruler-marker--top{bottom:0;cursor:ew-resize;justify-items:center;justify-content:center;grid-template-rows:100% auto}.ar-ruler-marker--left{right:0;cursor:ns-resize;align-items:center;grid-template-columns:100% auto}.ar-ruler-marker__tick{background-color:var(--cui-neutral-100)}.ar-ruler-marker--top .ar-ruler-marker__tick{width:2px}.ar-ruler-marker--left .ar-ruler-marker__tick{height:2px}.quick-edit-box{position:absolute;width:0;height:0;padding:0;resize:none;text-align:initial;border-width:0;background-color:transparent;box-shadow:inset 0 0 0 1px}.quick-edit-box--visible{width:100%;height:100%;padding:2pt}.quick-edit-box__clicker{position:absolute;width:100%;height:100%}.wd-number-editor{display:flex;width:100%}.wd-number-editor__button{flex:0 0 auto}.wd-number-editor__button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.wd-number-editor__button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.wd-number-editor input[type=text].gc-input.wd-number-editor__input{flex:2 2 auto;width:100%;text-align:center;border-radius:0}.wd-color-editor .wd-color-editor__preview{width:18px;height:18px;margin:0}.wd-color-editor div.wd-color-editor-side__preview{overflow:hidden;width:18px;height:18px;margin:0;border-radius:var(--cui-border-radius);box-shadow:inset 0 0 0 1px var(--cui-overlay)}.wd-color-editor div.wd-color-editor-side__preview>span{display:block;float:left;width:9px;height:9px}.wd-line-style-editor__preview-box{display:flex;width:18px;height:18px;border:1px solid rgba(0,0,0,.1);border-radius:4px;align-items:center}.wd-line-style-editor__preview-content{width:100%;border-top-width:2px}.wd-line-style-editor__preview-content--double{border-top-width:4px}.wd-binding-wrapper--error .gc-binding-wrapper__toggle{background-color:var(--cui-binding-error)}.wd-binding-wrapper--inherited .gc-binding-wrapper__toggle{background-color:#0074e0}@media (any-hover: hover){.wd-binding-wrapper--error>.gc-dd>.gc-btn:hover:not(:disabled) .gc-binding-wrapper__toggle{outline-color:var(--cui-binding-error)}.wd-binding-wrapper--inherited>.gc-dd>.gc-btn:hover:not(:disabled) .gc-binding-wrapper__toggle{outline-color:#0074e0}}.wd-hatch-style-editor__preview-box,.wd-gradient-style-editor__preview-box{display:flex;width:18px;height:18px;border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;align-items:center;justify-content:center}.wd-styles-tab{position:relative;overflow:hidden;width:100%;height:100%}.wd-styles-tab__container{overflow:hidden;width:100%;height:100%}.wd-styles-tab__overlay{position:absolute;top:0;left:100%;display:block;overflow:hidden;width:100%;height:100%;background-color:var(--cui-bg-panels)}.wd-styles-tab__overlay--visible{left:0;transition:left .2s ease-in-out}.wd-sidebar-block__heading--styles .gc-heading__container{display:grid;grid-template-columns:minmax(0,max-content) repeat(auto-fit,minmax(0,1fr))}.wd-sidebar-block__heading--styles .gc-heading__container .gc-loader{justify-self:start}.wd-sidebar-block__heading--styles .gc-heading__container .gc-heading__actions{justify-self:right}.wd-chart-editor-tile{display:flex;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;width:33.3333333333%;margin:0;padding:var(--cui-padding-xs);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease-in-out;pointer-events:all;border-radius:var(--cui-border-radius)}.wd-chart-editor-tile:hover:not(.wd-chart-editor-tile--selected){background-color:var(--cui-neutral-100)}.wd-chart-editor-tile>div{width:100%;height:100%;pointer-events:none}.wd-chart-editor-tile--wizard>div{width:65%;height:65%;padding-top:var(--cui-padding-xs)}.wd-chart-editor-tile__label{display:block;overflow:hidden;font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm);text-align:center}.wd-chart-editor-tile #palette-label{font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm);text-anchor:middle;fill:var(--cui-text-color)}.wd-chart-editor-tile #palette-stroke{fill:transparent;stroke:var(--cui-text-color);stroke-linejoin:round}.wd-chart-editor-tile--selected{color:var(--cui-white);background-color:var(--cui-primary-500)}.wd-chart-editor-tile--selected #palette-stroke{stroke:var(--cui-white)}.wd-chart-editor-tile--selected #palette-label{fill:var(--cui-white)}.wd-chart-editor-group{display:block;width:100%}.wd-chart-editor-group__heading{display:block;width:100%;min-height:var(--cui-block-size);padding:var(--cui-padding-xs) var(--cui-padding)}.wd-chart-editor-group__content{display:flex;width:100%;padding:0 var(--cui-padding);flex-wrap:wrap}.wd-chart-palette-editor .wd-chart-editor-tile{width:25%}.wd-chart-palette-editor .wd-chart-editor-tile>div{width:calc(100% - 2 * var(--cui-padding-sm));height:22px;margin-left:var(--cui-padding-sm)}.ar-semantic-data-field-picker-dropdown-content{position:relative;display:block;font-size:12px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-dropdown-content-separator{position:relative;border-bottom:1px solid var(--cui-neutral-100);border-top:1px solid var(--cui-neutral-100);height:3px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity{position:relative;height:auto}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-title{padding:0 30px;background-color:transparent;position:relative;height:30px;line-height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-title .ar-semantic-data-field-picker-entity-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-title>span{display:block;position:absolute;top:5px;left:5px;width:20px;height:20px;text-align:center;line-height:20px;font-size:15px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-title:hover{background-color:var(--cui-primary-700);color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields{position:relative;min-width:100%}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute{display:block;position:relative;min-width:100%}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title{display:block;position:relative;min-width:100%;height:30px;line-height:30px;padding:0 var(--cui-padding-sm);max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.datatype-label{position:absolute;top:5px;left:5px;display:block;width:20px;height:20px;text-align:center;background-color:var(--cui-primary-500);color:var(--cui-white);font-size:10px;line-height:20px;border-radius:4px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.datatype-label>i{padding:2px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.aggregate-label{position:absolute;top:0;left:0;display:block;width:30px;height:30px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.aggregate-label>span{display:block;width:5px;height:30px;font-size:12px;line-height:30px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.aggregate-label>span:first-child{float:left;text-align:left}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.aggregate-label>span:last-child{float:right;text-align:right}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title .ar-semantic-data-field-picker-attribute-title-text.with-label{margin-left:25px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.ar-semantic-data-field-picker-attribute-variations-toggle{position:absolute;pointer-events:all;cursor:pointer;top:0;right:0;display:block;width:30px;height:30px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.ar-semantic-data-field-picker-attribute-variations-toggle>.gc-icon{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title>.ar-semantic-data-field-picker-attribute-variations-toggle>.gc-icon>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-with-variation{padding-right:30px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-disabled{cursor:auto}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-disabled .ar-semantic-data-field-picker-attribute-title-text{opacity:.5}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-selected{background-color:hsla(var(--primary-500),.38);color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-selected>.datatype-label{background-color:hsla(var(--primary-500),.62)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-selected>.ar-semantic-data-field-picker-attribute-variations-toggle{color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-selected.ar-semantic-data-field-picker-attribute-disabled{cursor:no-drop;background-color:#d87979}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title.ar-semantic-data-field-picker-attribute-selected.ar-semantic-data-field-picker-attribute-disabled .ar-semantic-data-field-picker-attribute-title-text{color:var(--cui-error-500)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title:hover:not(.ar-semantic-data-field-picker-attribute-disabled){background-color:var(--cui-primary-700);color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title:hover:not(.ar-semantic-data-field-picker-attribute-disabled)>.datatype-label{background-color:hsla(var(--primary-500),.62)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title:hover:not(.ar-semantic-data-field-picker-attribute-disabled)>.ar-semantic-data-field-picker-attribute-variations-toggle{color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-variations{display:block;position:relative;min-width:100%}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute.variations-expanded{background-color:#f7f7f7}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-expanded>.ar-semantic-data-field-picker-entity-title,.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-base>.ar-semantic-data-field-picker-entity-title{padding:0 var(--cui-padding-sm);background-color:var(--cui-primary-500);color:var(--cui-white);border-bottom:1px solid var(--cui-neutral-100)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-expanded>.ar-semantic-data-field-picker-entity-title:hover,.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-base>.ar-semantic-data-field-picker-entity-title:hover{background-color:var(--cui-primary-700)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-expanded>.ar-semantic-data-field-picker-entity-title>.ar-semantic-data-field-picker-attribute-title-arrow{position:absolute;bottom:-3.5px;left:11.5px;width:7px;height:7px;transform:rotate(45deg);background-color:var(--cui-primary-500);z-index:999;border-bottom:1px solid var(--cui-neutral-100);border-right:1px solid var(--cui-neutral-100)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-expanded>.ar-semantic-data-field-picker-entity-title:hover>.ar-semantic-data-field-picker-attribute-title-arrow{background-color:var(--cui-primary-700)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view.ar-semantic-data-field-picker-entity{display:inline-block;min-width:100%}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-title{background-color:transparent;color:var(--cui-text-color);padding:0 30px;border:none}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-title>span{position:absolute;top:0;left:0;display:block;width:30px;height:30px;text-align:center;font-size:8px;line-height:31px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-title>span.entity-expanded{transform:rotate(180deg)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-title:hover{background-color:var(--cui-primary-700);color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-fields{padding-left:13px}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute{overflow:auto;text-overflow:initial}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute.variations-expanded{background-color:transparent}.ar-semantic-data-field-picker-dropdown-content .ar-semantic-data-field-picker-entity.ar-semantic-data-field-picker-entity-tree-view>.ar-semantic-data-field-picker-entity-fields .ar-semantic-data-field-picker-attribute>.ar-semantic-data-field-picker-attribute-title:not(.ar-semantic-data-field-picker-attribute-disabled):hover{background-color:var(--cui-primary-700);color:var(--cui-white)}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-no-fields-message{width:100%;text-align:center;color:#757575;font-size:12px;line-height:30px}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search{position:relative;height:30px}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>input{display:block;width:100%;height:100%;padding:var(--cui-padding-xs) calc(2 * var(--cui-padding)) var(--cui-padding-xs) calc(2 * var(--cui-padding));border:1px solid transparent;background-color:#00000005;font-size:12px}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>input::-ms-clear{display:none}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>input:focus,.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>input:hover{background-color:#00000012}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>i{position:absolute;top:0;left:0;width:30px;height:30px;text-align:center;pointer-events:none;opacity:.5;font-size:14px;line-height:30px}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>button{position:absolute;top:0;right:0;width:30px;height:30px;padding-left:0;cursor:pointer;text-align:center;opacity:.5;color:#a5a5a5;border:none;background:transparent}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>button:hover{color:#212121}.ar-semantic-data-field-picker-dropdown-content .ar-data-field-picker-dropdown-search>button>i{font-size:16px;line-height:30px}.wd-add-rows-columns-dialog__editors{width:75%;margin:auto}.wd-add-rows-columns-dialog__editors>*{margin-bottom:var(--cui-padding-xs)}.wd-data-attribute__variations-toggle{position:absolute;top:0;right:0}.wd-data-item-container--attribute{position:relative;padding-left:var(--cui-block-size)}.wd-data-item-container--attribute .wd-data-item__icon-drag{flex:0 0 var(--cui-block-size-sm);width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.wd-data-item-container--attribute .wd-data-item__icon-drag>.gc-icon{flex:0 0 var(--cui-block-size-sm);width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.wd-data-item-container--attribute .wd-data-item>.gc-icon{flex:0 0 var(--cui-block-size-sm);width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.wd-data-item-container--attribute .wd-data-item>span,.wd-data-item-container--attribute .wd-data-item__title,.wd-data-item-container--attribute .wd-data-item__subtitle{line-height:var(--cui-block-size-sm)}.wd-data-item-container--attribute .wd-data-item--expanded{margin:0;background-color:var(--cui-neutral-50);box-shadow:inset 1px 0 0 0 var(--cui-neutral-100)}.wd-data-item-container--attribute>.branch{position:absolute;top:0;left:var(--cui-padding-xl);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:100%;flex-grow:0;flex-shrink:0}.wd-data-item-container--attribute>.branch.offset+.branch{left:calc(var(--cui-block-size) + var(--cui-block-size-sm) * .5);width:calc(var(--cui-block-size-sm) * .5)}.wd-data-item-container--attribute>.branch .corner{display:block;width:100%;height:50%;border-bottom:1px dotted var(--cui-neutral-100);border-left:1px dotted var(--cui-neutral-100)}.wd-data-item-container--attribute>.branch .line{display:block;width:100%;height:50%;border-left:1px dotted var(--cui-neutral-100)}.wd-data-item-container--attribute:last-child .branch .line{display:none}.wd-data-item-container--attribute:last-child .branch.offset .line{display:block}.wd-data-item-container--attribute:last-child .wd-data-attribute__variations .branch.offset+.branch .line:last-child{display:none}.wd-data-item-container--inner-attribute{margin-left:var(--cui-block-size);padding-left:var(--cui-block-size-sm)}.wd-data-item-container--inner-attribute>.branch{left:calc(var(--cui-block-size-sm) * .5);width:calc(var(--cui-block-size-sm) * .5)}.wd-data-item--disabled-attribute{pointer-events:none;opacity:.62}.wd-data-item-data-set__search{display:flex;width:100%;height:40px;padding-left:var(--cui-padding-xl);align-items:center}.wd-data-item-data-set__fields--empty{display:flex;width:100%;height:var(--cui-block-size-sm);padding-left:var(--cui-padding-xl)}.wd-data-item-data-set__children{display:flex;flex-wrap:wrap;width:100%}.wd-data-item-data-set__children>div{display:flex;width:100%;padding-left:var(--cui-padding-xl)}.wd-data-item-data-set__children>div>.wd-data-item-data-set{min-width:0;flex-grow:10}.wd-data-item-data-set__children>div:last-child>.wd-data-item-data-set__branch-corner{max-height:20px}.wd-data-item-data-set__message{width:100%;text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.wd-data-item-data-set__branch-corner{width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:100%;border-left:1px dotted var(--cui-neutral-100);flex-grow:0;flex-shrink:0}.wd-data-item-data-set__branch-corner:after{content:" ";display:block;margin-top:var(--cui-padding-xl);border-bottom:1px dotted var(--cui-neutral-100)}.wd-data-item-data-set__corner{width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:50%;border-left:1px dotted var(--cui-neutral-100);border-bottom:1px dotted var(--cui-neutral-100);flex-grow:0;flex-shrink:0}.wd-data-item-data-set__no-branch-line{width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:100%;border-left:1px dotted var(--cui-neutral-100);flex-grow:0;flex-shrink:0}.wd-data-item-data-set--with-children>.wd-data-item-data-set__fields .wd-data-item-container--field:last-child>.branch>.line{display:block}.wd-data-field__variations-toggle{position:absolute;top:0;right:0}.wd-data-item-container--field{position:relative;padding-left:var(--cui-block-size)}.wd-data-item-container--field .wd-data-item>.gc-icon{flex:0 0 var(--cui-block-size-sm);width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.wd-data-item-container--field .wd-data-item>span,.wd-data-item-container--field .wd-data-item__title,.wd-data-item-container--field .wd-data-item__subtitle{line-height:var(--cui-block-size-sm)}.wd-data-item-container--field>.branch{position:absolute;top:0;left:var(--cui-padding-xl);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:100%;flex-grow:0;flex-shrink:0}.wd-data-item-container--field>.branch.offset+.branch{left:calc(var(--cui-block-size) + var(--cui-block-size-sm) * .5);width:calc(var(--cui-block-size-sm) * .5)}.wd-data-item-container--field>.branch .corner{display:block;width:100%;height:50%;border-bottom:1px dotted var(--cui-neutral-100);border-left:1px dotted var(--cui-neutral-100)}.wd-data-item-container--field>.branch .line{display:block;width:100%;height:50%;border-left:1px dotted var(--cui-neutral-100)}.wd-data-item-container--field:last-child .branch .line{display:none}.wd-data-item-container--field:last-child .branch.offset .line{display:block}.wd-data-item-container--field:last-child .wd-data-field__variations .branch.offset+.branch .line:last-child{display:none}.wd-data-field-custom-action__container{position:absolute;top:0;right:0;display:flex;flex-direction:row-reverse;height:var(--cui-block-size-sm);justify-content:flex-start;align-items:center}.wd-data-field-custom-action__container--with-variations{right:var(--cui-block-size-sm)}.wd-data-item{display:flex;overflow:hidden;min-height:var(--cui-block-size-sm);padding-right:var(--cui-padding-xs);border-radius:var(--cui-border-radius);align-items:center;justify-content:flex-start}.wd-data-item>.gc-icon{display:flex;flex:0 0 var(--cui-block-size);width:var(--cui-block-size);height:var(--cui-block-size);align-items:center;justify-content:center}.wd-data-item__icon-drag{display:block;flex:0 0 var(--cui-block-size);width:var(--cui-block-size);height:var(--cui-block-size)}.wd-data-item__icon-drag>.gc-icon{display:flex;width:var(--cui-block-size);height:var(--cui-block-size);color:var(--cui-primary-700);align-items:center;justify-content:center}.wd-data-item>span,.wd-data-item__title,.wd-data-item__subtitle{display:block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-text-color);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.wd-data-item__title{padding-top:var(--cui-padding-xs);line-height:15px}.wd-data-item__subtitle{color:var(--cui-neutral-300);line-height:15px}.wd-data-item__text{overflow:hidden;flex:1 1 100%;padding-bottom:var(--cui-padding-xs)}.wd-data-item__controls{display:flex;flex-direction:row-reverse;height:var(--cui-block-size);align-items:center;justify-content:flex-end;flex-grow:0;flex-shrink:0}.wd-data-item--expanded{margin-left:var(--cui-block-size-sm)}.wd-data-item:hover{background-color:var(--cui-neutral-50)}.wd-data-item-relation__fields--empty{display:flex;width:100%;height:var(--cui-block-size-sm);padding-left:var(--cui-padding-xl)}.wd-data-item-relation__message{width:100%;text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.wd-data-item-relation__branch-line{width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:100%;border-left:1px dotted var(--cui-neutral-100);flex-grow:0;flex-shrink:0}.wd-data-item-relation__branch-corner{width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:50%;border-bottom:1px dotted var(--cui-neutral-100);border-left:1px dotted var(--cui-neutral-100);flex-grow:0;flex-shrink:0}.wd-data-item--expanded-relation{background-color:var(--cui-neutral-50);box-shadow:inset 0 -1px 0 0 var(--cui-neutral-100)}.wd-data-item--expanded-relation:hover{background-color:var(--cui-neutral-100)}.wd-data-item-container--relation{position:relative}.wd-data-item-container--relation .wd-data-item--relation{margin-left:var(--cui-block-size)}.wd-data-item-container--relation .wd-data-item--relation .wd-data-item__icon-drag{flex:0 0 var(--cui-block-size-sm);width:var(--cui-block-size-sm)}.wd-data-item-container--relation .wd-data-item--relation .wd-data-item__icon-drag>.gc-icon{flex:0 0 var(--cui-block-size-sm);width:var(--cui-block-size-sm)}.wd-data-item-container--relation>.branch{position:absolute;top:0;left:var(--cui-padding-xl);display:block;width:calc(var(--cui-block-size) - var(--cui-padding-xl));height:100%;flex-grow:0;flex-shrink:0}.wd-data-item-container--relation>.branch.offset+.branch{left:calc(var(--cui-block-size) + var(--cui-block-size-sm) * .5);width:calc(var(--cui-block-size-sm) * .5)}.wd-data-item-container--relation>.branch .corner{display:block;width:100%;height:calc(var(--cui-block-size) * .5);border-bottom:1px dotted var(--cui-neutral-100);border-left:1px dotted var(--cui-neutral-100)}.wd-data-item-container--relation>.branch .line{display:block;width:100%;height:50%;border-left:1px dotted var(--cui-neutral-100)}.wd-data-item-container--relation:last-child>.branch .line{display:none}.wd-data-item-container--relation:last-child>.branch.offset .line{display:block}.wd-data-item-container--relation:last-child .wd-data-field__variations .branch.offset+.branch .line:last-child{display:none}.wd-data-item-container--inner-relation{margin-left:var(--cui-block-size)}.wd-data-item-container--inner-relation .wd-data-item--relation{margin-left:var(--cui-block-size-sm)}.wd-data-item-container--inner-relation>.branch{left:calc(var(--cui-block-size-sm) * .5);width:calc(var(--cui-block-size-sm) * .5)}.wd-data-search{position:relative;display:block;width:100%}.wd-data-search>.gc-icon{position:absolute;top:0;left:0;display:flex;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);align-items:center;justify-content:center}.wd-data-search>input[type=text].gc-input{width:100%;padding-left:var(--cui-block-size-sm)}.wd-data-search>.gc-btn{position:absolute;top:0;right:0}.wd-data-search--has-value>input[type=text].gc-input{padding-right:var(--cui-block-size-sm)}.wd-text-editor-dialog{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:min-content minmax(160px,30%) 1fr;height:100%;grid-template-areas:"tree header header" "tree textarea textarea" "tree function-list info";padding:calc(var(--cui-padding) * .5) var(--cui-padding)}.wd-text-editor-dialog__tree-container{box-shadow:-1px 0 0 0 var(--cui-bg-panels-border) inset;grid-area:tree;display:grid;grid-template-rows:min-content 1fr;margin-right:var(--cui-padding)}.wd-text-editor-dialog__heading-container{grid-area:header;display:grid;grid-auto-flow:column;grid-template-columns:auto min-content;margin-bottom:var(--cui-padding-sm)}.wd-text-editor-dialog__searchItem{display:flex;flex-direction:column;width:100%;align-items:flex-start;justify-content:center}.wd-text-editor-dialog__searchItem>span{display:block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis;line-height:16px}.wd-text-editor-dialog__searchItem>span>b{color:var(--cui-primary-700)}.wd-text-editor-dialog__searchItem>span:last-of-type{opacity:.62}.wd-text-editor-dialog__searchItem--disabled{text-align:center}.wd-text-editor-dialog__textarea{grid-area:textarea;padding:calc(var(--cui-padding) * .5) calc(var(--cui-padding) * .5) calc(var(--cui-padding) * .5) calc(var(--cui-padding) * .5);margin-bottom:calc(var(--cui-padding) * .5);resize:none;color:var(--cui-text-color);border-style:none;background-color:#0000001a;font-size:var(--cui-text-size)}.wd-text-editor-dialog__textarea:focus{color:var(--cui-primary-500)}.wd-text-editor-dialog__textarea--invalid{box-shadow:0 0 0 1px var(--cui-error-500) inset}.wd-text-editor-dialog__function-list{grid-area:function-list}.wd-text-editor-dialog__function-list .expression-functions{display:grid;grid-template-rows:min-content 1fr;height:100%}.wd-text-editor-dialog__function-list .expression-functions .gc-treeview{padding-right:var(--cui-padding)}.wd-text-editor-dialog__info{grid-area:info;padding-left:var(--cui-padding);box-shadow:1px 0 0 0 var(--cui-bg-panels-border) inset}.wd-text-editor-dialog__info .expression-info{display:grid;grid-template-rows:min-content 1fr;height:100%;font:var(--cui-text-size) var(--cui-text-family)}.wd-text-editor-dialog__error-container{padding:var(--cui-padding);padding-bottom:0}.wd-text-editor-dialog__error-container>.gc-alert{margin-bottom:var(--cui-padding-sm)}.wd-text-editor-dialog__error-container>.gc-alert:last-of-type{margin-bottom:0}.wd-text-editor-dialog__error-container>.gc-alert .gc-alert__title{overflow:visible;padding:var(--cui-padding-xs) 0;white-space:normal;line-height:1.5em}.wd-text-editor-dialog__error-container>.gc-alert .gc-alert--one-row{overflow:hidden;white-space:nowrap}.preview-view-container .pallete-dd{display:flex;align-items:center;justify-content:center}.preview-view-container .chart-container{margin-top:var(--cui-padding-sm);height:380px;background-color:#fff;border-radius:2px}.preview-view-container .bt-group{display:flex;flex-wrap:wrap;padding-bottom:var(--cui-padding-sm)}.preview-view-container .bt-group .gc-btn{margin:2px}.select-type-view-container .charts-container{margin:var(--cui-padding-sm) 0;height:420px}.select-type-view-container .charts-container .wd-chart-editor-tile{width:25%}.chart-wizard-container{padding:var(--cui-padding)}.chart-wizard-container .cui-steps{margin-bottom:calc(var(--cui-padding) * 2)}.chart-wizard-container .break-down-method-dropdown .gc-btn__text{padding:0 var(--cui-padding-sm)}.wd-tablix-wizard-filters-panel{position:relative;width:100%;height:calc(100% - 40px)}.wd-tablix-wizard-filters-panel__back-button{width:calc(100% - 2 * var(--cui-padding-sm));margin:0 var(--cui-padding-sm)}.wd-tablix-wizard-filters-panel__content{position:relative;width:calc(100% - 2 * var(--cui-padding-sm));height:calc(100% - var(--cui-block-size-sm) + 2 * var(--cui-padding-sm));margin:var(--cui-padding-sm);border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels)}.wd-tablix-wizard-filters-panel .wd-filters{margin:var(--cui-padding-sm)}.wd-tablix-wizard-layout{display:flex;flex-wrap:wrap}.wd-tablix-wizard-layout__column{position:relative;z-index:0;display:flex;flex-direction:column;flex:1 1 50%;width:50%;height:100%;flex-wrap:nowrap}.wd-tablix-wizard-layout__as-rows-toggle{position:absolute;top:50%;right:15px;cursor:pointer;font-size:13px}.wd-tablix-wizard-tablix-filters,.wd-tablix-wizard-row-column-swap{position:absolute;top:0;right:0;display:inline-flex;padding:0 var(--cui-padding-xs) 6px;cursor:pointer;align-items:center}.wd-tablix-wizard-tablix-filters--disabled,.wd-tablix-wizard-row-column-swap--disabled{cursor:not-allowed;opacity:.5}.wd-tablix-wizard-tablix-filters__icon,.wd-tablix-wizard-row-column-swap__icon{display:flex;width:30px;height:30px;background-position:3px 3px;font-size:16px;line-height:31px;align-items:center;justify-content:center}.wd-tablix-wizard-tablix-filters__label,.wd-tablix-wizard-row-column-swap__label{height:20px;font-size:13px;line-height:20px}.wd-tablix-wizard-row-column-swap{top:50%}.wd-tablix-wizard-row-column-swap__icon{transform:rotate(-45deg)}.wd-tablix-wizard-layout-cell{overflow:hidden;flex:1 1 50%;height:50%}.wd-tablix-wizard-layout-cell--left{padding:0 var(--cui-padding-xs) var(--cui-padding-sm) var(--cui-padding-sm)}.wd-tablix-wizard-layout-cell--right{padding:0 var(--cui-padding-sm) var(--cui-padding-sm) var(--cui-padding-xs)}.wd-tablix-wizard-layout-cell__header{display:inline-flex;padding:0 0 6px;cursor:default;align-items:center}.wd-tablix-wizard-layout-cell__header-icon{display:flex;width:30px;height:30px;background-position:3px 3px;font-size:16px;line-height:31px;align-items:center;justify-content:center}.wd-tablix-wizard-layout-cell__header-label{height:20px;font-size:13px;line-height:20px}.wd-tablix-wizard-layout-options{width:100%;height:calc(100% - 30px);margin:0;border-radius:2px;background-color:var(--cui-bg-panels)}.wd-tablix-wizard-layout-options__tabs{position:relative;width:calc(100% - 2 * var(--cui-padding-xs));height:var(--cui-block-size-sm);margin:0 var(--cui-padding-xs) 0 var(--cui-padding-xs)}.wd-tablix-wizard-layout-options__tabs:after{position:relative;display:block;width:calc(100% - 14px);height:1px;margin:-1px 7px 0;content:"";border-top:1px solid var(--cui-neutral-100)}.wd-tablix-wizard-layout-options__content{height:calc(100% - var(--cui-block-size-sm) - var(--cui-padding-xs));margin-top:var(--cui-padding-xs);padding-left:var(--cui-padding-xs)}.wd-tablix-wizard-organization-options__frozen-editor{padding:2px var(--cui-padding-xs) 0 var(--cui-padding-xs)}.wd-tablix-wizard-tablix-area{position:relative;width:100%;height:calc(100% - 36px);border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels)}.wd-tablix-wizard-tablix-area-item{position:relative;display:flex;width:100%;height:40px}.wd-tablix-wizard-tablix-area-item:active .wd-tablix-wizard-tablix-area-item-title{background-color:var(--cui-neutral-100)}.wd-tablix-wizard-drop-area{position:absolute;z-index:9000;left:0;display:none;width:100%;min-height:10px;pointer-events:all}.wd-tablix-wizard-drop-area__color{position:absolute;left:0;display:none;width:100%;min-height:2px;opacity:.7;background-color:hsla(var(--primary-500),.2);border-radius:var(--cui-border-radius)}.wd-tablix-wizard-drop-area__color--line{width:calc(100% - 2 * var(--cui-padding-sm));height:2px;margin:4px var(--cui-padding-sm) 4px var(--cui-padding-sm);opacity:1}.wd-tablix-wizard-drop-area--active,.wd-tablix-wizard-drop-area--hover .wd-tablix-wizard-drop-area__color{display:block}.wd-tablix-wizard-tablix-area-item-title{position:relative;width:calc(100% - 2 * var(--cui-padding-sm));height:30px;margin:var(--cui-padding-sm) var(--cui-padding-sm) 0 var(--cui-padding-sm);border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);line-height:30px}.wd-tablix-wizard-tablix-area-item-title__label{display:block;overflow:hidden;width:calc(100% - 120px);padding-left:var(--cui-padding-sm);cursor:default;white-space:nowrap;text-overflow:ellipsis;font-size:12px}.wd-tablix-wizard-tablix-area-item-title__overlay{position:absolute;top:0;right:0}.wd-tablix-wizard-tablix-area-item-title__overlay-button{float:left}.wd-tablix-wizard-tablix-area-item-title .gc-btn .gc-icon>svg>path{fill:var(--cui-text-color)}.wd-tablix-wizard-tablix-area-item-title .gc-btn:hover{background-color:transparent!important}.wd-tablix-wizard-tablix-area-item-title .gc-btn:hover .gc-icon>svg>path{fill:var(--cui-primary-500)}.wd-tablix-wizard-tablix-area-item-title:hover{background-color:var(--cui-neutral-100)}.wd-tablix-wizard-tablix-value__accented{color:var(--cui-primary-500);font-weight:700}.wd-tablix-wizard-tablix-value__strong{font-weight:700}.wd-tablix-wizard-tablix-value .wd-tablix-wizard-tablix-area-item-title__label{width:calc(100% - 120px)}.wd-tablix-wizard-tablix-value--wide .wd-tablix-wizard-tablix-area-item-title__label{width:calc(100% - 60px)}.wd-tablix-wizard-warning .gc-modal__title{overflow:hidden;width:500px;cursor:default;white-space:nowrap;text-overflow:ellipsis}.wd-tablix-wizard-warning .gc-modal__subtitle{cursor:default}.wd-tablix-wizard-warning__body{position:relative;display:flex;width:calc(100% - 2 * var(--cui-padding-sm));height:auto;margin:var(--cui-padding-sm);padding:8px 12px;text-align:left;align-items:center}.wd-tablix-wizard-warning__icon{display:block;width:30px;height:30px;background-position:1px 2px}.wd-tablix-wizard-warning__msg{margin-left:var(--cui-padding-sm);padding-left:var(--cui-padding-sm);cursor:default;font-size:12px}@media screen and (max-height: 780px){.wd-tablix-wizard{top:0!important;margin-top:var(--cui-padding)!important}}.wd-tablix-wizard .gc-modal__title{overflow:hidden;width:800px;cursor:default;white-space:nowrap;text-overflow:ellipsis}.wd-tablix-wizard .gc-modal__subtitle{cursor:default}.wd-tablix-wizard .gc-scrollbars{max-height:570px!important}.wd-tablix-wizard .gc-scrollbars__view.gc-scrollbars__view--vertical{max-height:317px!important}@media screen and (min-height: 600px){.wd-tablix-wizard .gc-scrollbars__view.gc-scrollbars__view--vertical{max-height:467px!important}}@media screen and (min-height: 650px){.wd-tablix-wizard .gc-scrollbars__view.gc-scrollbars__view--vertical{max-height:517px!important}}@media screen and (min-height: 700px){.wd-tablix-wizard .gc-scrollbars__view.gc-scrollbars__view--vertical{max-height:587px!important}}.wd-tablix-wizard__body{height:570px}.wd-tablix-wizard__body h2{display:block;height:40px;margin:0;padding:0 var(--cui-padding);cursor:default;text-transform:uppercase;color:var(--cui-primary-700);font-size:var(--cui-text-size);font-weight:700;line-height:40px}.wd-tablix-wizard__layout-container{float:right;width:70%;height:100%;background-color:var(--cui-neutral-50)}.wd-tablix-wizard__layout-container .wd-tablix-wizard-layout{width:100%;height:calc(100% - 40px)}.wd-tablix-wizard__layout-overlay{position:absolute;z-index:1;width:inherit;height:570px;cursor:not-allowed;opacity:.1;background-color:#b0b0b0}.wd-tablix-wizard__data-set-panel-container{float:left;width:calc(100% * (1 - .7));height:100%;background-color:var(--cui-bg-panels)}.wd-tablix-wizard__data-set-panel-container .wd-tablix-wizard-data-set-panel{width:100%;height:calc(100% - 40px)}.wd-tablix-wizard-info{position:relative;display:flex;width:calc(100% - var(--cui-padding) * 2);height:auto;margin:var(--cui-padding) var(--cui-padding) 0 var(--cui-padding);padding:var(--cui-padding-sm);text-align:left;border:1px solid var(--cui-neutral-300);border-radius:var(--cui-border-radius);background:var(--cui-neutral-50);align-items:center}.wd-tablix-wizard-info__icon{display:block}.wd-tablix-wizard-info__msg{margin-left:var(--cui-padding-sm);padding-left:var(--cui-padding-sm);cursor:default;border-left:1px solid var(--cui-neutral-100);font-size:var(--cui-text-size)}.wd-tablix-wizard__body .wd-tablix-wizard__layout-container .wd-tablix-wizard-layout .wd-tablix-wizard-layout-cell .ar-member .delete .wd-svg{display:flex}.wd-tablix-wizard__body .wd-tablix-wizard__layout-container .wd-tablix-wizard-layout .wd-tablix-wizard-layout-cell .ar-member .delete .wd-svg>svg{width:14px;height:20px}.wd-tablix-wizard__body .wd-tablix-wizard__layout-container .wd-tablix-wizard-layout .wd-tablix-wizard-layout-cell .ar-member .action .dropdown-toggle.btn.btn-default .wd-svg{display:flex}.wd-tablix-wizard__body .wd-tablix-wizard__layout-container .wd-tablix-wizard-layout .wd-tablix-wizard-layout-cell .ar-member .action .dropdown-toggle.btn.btn-default .wd-svg>svg{width:16px;height:20px}.tw-icon-color-none{fill:none}.tw-icon-color-blue{fill:#1c7cdc}.tw-icon-color-light-blue{fill:#9cf}.tw-icon-color-gray-blue{fill:#819cce}.tw-icon-color-white{fill:#fff}.tw-icon-color-yellow{fill:#c78306}.wd-group-editor-member{position:relative;display:flex;overflow:hidden;width:100%;height:var(--cui-block-size-sm);padding-left:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease-in-out,background-color .2s ease-in-out;color:var(--cui-text-color);border-radius:var(--cui-border-radius);align-items:center}.wd-group-editor-member .icon{flex:0 0 auto;width:18px;height:20px;padding-top:2px;padding-left:8px}.wd-group-editor-member .icon span{display:block;width:6px;height:16px;transition:border-color .2s ease-in-out;border-left:2px solid var(--cui-neutral-300)}.wd-group-editor-member .text{overflow:hidden;flex:1 1 100%;text-overflow:ellipsis;font-size:12px;line-height:21px}.wd-group-editor-member .action{transition:opacity .2s ease-in-out;opacity:0}.wd-group-editor-member__items{padding-left:18px}.wd-group-editor-member:hover{background-color:var(--cui-neutral-50)}.wd-group-editor-member:hover .action{opacity:1}.wd-group-editor-member--tree-selected{background-color:var(--cui-neutral-50)}.wd-group-editor-member--tree-selected .action{opacity:1}.wd-group-editor-member--tree-selected:hover{background-color:var(--cui-neutral-100)}.wd-group-editor-member--selected{color:#fff;background-color:var(--cui-primary-500)}.wd-group-editor-member--selected .icon>span{border-left:2px solid white}.wd-group-editor-member--selected .action{opacity:1}.wd-group-editor-member--selected:hover{background-color:var(--cui-primary-700)}.wd-group-editor-member--dynamic .icon{padding-left:7px}.wd-group-editor-member--dynamic .icon span{border-top:2px solid var(--cui-primary-500);border-bottom:2px solid var(--cui-primary-500);border-left:2px solid var(--cui-primary-500)}.wd-group-editor-member--dynamic.wd-group-editor-member--selected{color:#fff;background-color:var(--cui-primary-500)}.wd-group-editor-member--dynamic.wd-group-editor-member--selected .icon>span{border-top:2px solid white;border-bottom:2px solid white;border-left:2px solid white}.wd-group-editor-member-container{position:relative;display:block;width:100%}.wd-group-editor-member-container .branch{position:absolute;top:0;left:0;display:block;width:18px;height:100%;padding-left:9px}.wd-group-editor-member-container .branch .corner{display:block;width:9px;height:15px;border-bottom:1px dashed var(--cui-neutral-100);border-left:1px dashed var(--cui-neutral-100)}.wd-group-editor-member-container .branch .line{display:block;width:9px;height:calc(100% - 15px);border-left:1px dashed var(--cui-neutral-100)}.wd-group-editor-member-container--no-branch>.branch{display:none!important}.wd-group-editor-member-container--no-branch>.wd-group-editor-member{padding-left:0}.wd-group-editor-member-container--no-branch>.ar-member-items{padding-left:0}.wd-group-editor-hierarchy{padding:0 var(--cui-padding)}.wd-group-editor-hierarchy>.gc-heading{padding:var(--cui-padding-sm) 0}.wd-group-editor-hierarchy>.gc-heading .gc-heading__text{font-weight:700}.wd-group-editor-hierarchy>.gc-heading .gc-heading__divider{opacity:.1}.wd-group-editor-hierarchy .wd-group-editor-member-container:last-child>.branch .line{display:none}.wd-group-editor-hierarchy--collapsed .wd-group-editor-hierarchy__content{display:none}.wd-group-editor{display:flex;overflow:hidden;flex-direction:column;width:100%;height:100%;align-items:stretch;justify-content:stretch}.wd-group-editor__content{display:block;flex:1 1 100%;width:100%;height:100%}.wd-group-editor>p{display:block;overflow:hidden;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.wd-group-editor>.gc-toggle{flex:0 0 var(--cui-block-size-sm);margin:0 var(--cui-padding)}.wd-layer-list{padding:var(--cui-padding);display:flex;flex-direction:column;height:100%}.wd-layer-list__content{margin-bottom:auto}.wd-layer-item{transition:background-color .2s ease-in-out,opacity .2s ease-in-out;display:grid;grid-template-columns:1fr auto auto;border-radius:var(--cui-border-radius)}.wd-layer-item:hover{background-color:var(--cui-neutral-100)}.wd-layer-item--selected,.wd-layer-item--selected:hover{background-color:var(--cui-primary-500)}.wd-layer-item__button{overflow:hidden;text-overflow:ellipsis;background-color:transparent!important}.wd-panels-container{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;height:100%;background:var(--cui-bg-panels);box-shadow:1px 0 0 0 var(--cui-neutral-100) inset;align-items:stretch;justify-content:stretch}.wd-panels-content{position:relative;flex:1 1 100%;margin-top:var(--cui-padding)}.wd-panels-header{display:flex;flex:0 0 auto;margin:var(--cui-padding);margin-bottom:0;border-radius:var(--cui-border-radius);background-color:var(--cui-primary-500);justify-content:stretch}.wd-panels-header__nav{display:flex;overflow:hidden;flex:1 1 auto;color:var(--cui-white);justify-content:left;align-items:center}.wd-panels-header__nav>.gc-icon{display:flex;width:var(--cui-text-size);height:var(--cui-text-size);opacity:.62;justify-content:center;align-items:center}.wd-panels-header__nav>.gc-btn{opacity:.62}.wd-panels-header__nav>.gc-btn>.gc-btn__text{padding:0 calc(var(--cui-padding-sm) * .5);font-size:var(--cui-text-size-sm)}.wd-panels-header__nav>span{margin:0 calc(var(--cui-padding-sm) * .5);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.pve-bound-item{position:relative;padding:0 var(--cui-padding)}.pve-bound-item>p{display:block;height:20px;margin:0;padding:0;font-size:var(--cui-text-size-sm);line-height:25px}.pve-bound-item>p>span{opacity:.62}.pve-bound-item>p>b{margin-right:var(--cui-padding-xs);text-transform:uppercase}.pve-bound-item>h4{display:block;height:20px;margin:0;padding:0;font-size:var(--cui-text-size);line-height:15px}.pve-bound-item>.gc-icon{position:absolute;top:10px;right:10px;display:flex;width:30px;height:30px;align-items:center;justify-content:center}.pve-bound-item>.gc-icon>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.pve-bound-item--unset>h4{opacity:.62;font-style:italic}.pve-binding-menu{padding-bottom:calc(var(--cui-padding) * .5);border-radius:var(--cui-border-radius)}.pve-binding-menu__details{padding:calc(var(--cui-padding) * .5) 0 var(--cui-padding) 0;color:var(--cui-white);border-radius:var(--cui-border-radius) 0 0 var(--cui-border-radius);background-color:var(--cui-primary-500)}.pve-binding-menu__details .gc-heading{margin:0 var(--cui-padding);opacity:.62}.pve-binding-menu__details .gc-heading .gc-heading__divider{opacity:.38}.pve-binding-menu__params{height:calc(5 * var(--cui-block-size-sm));padding-top:calc(var(--cui-padding) * .5)}.pve-binding{position:absolute;z-index:1;right:0;bottom:0;display:block;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);transition:opacity .2s ease-in-out;opacity:0}.pve-binding>.gc-dd{width:100%}.pve-binding>.gc-dd>.gc-btn--transparent:not([disabled]):not(.disabled):hover{background:transparent}.pve-binding>.gc-dd .gc-dd__toggle-content{overflow:visible}.pve-binding__dot{position:relative;display:block;width:14px;height:14px;margin:0 auto;transition:box-shadow .2s ease-in-out;border:3px solid rgba(0,0,0,.25);border-radius:var(--cui-border-radius);background-color:var(--cui-error-500)}.pve-binding__dot:hover{box-shadow:0 0 5px 0 var(--cui-error-500)}.pve-binding__dot--partial{background-color:#999}.pve-binding__dot--full{border-color:#00000059;background-color:var(--cui-primary-500)}.pve-binding__dot--full:hover{box-shadow:0 0 5px 0 var(--cui-primary-500)}.pve-tree{overflow:hidden;height:100%;max-height:100%}.pve-textarea{overflow:hidden;height:100%;max-height:100%;pointer-events:none}.pve-checklist>label{max-width:none}.pve-slider-container{display:flex;height:var(--cui-block-size-sm);align-items:center;justify-content:center}.pve-slider-container--mode-X>.pve-slider{width:100%;pointer-events:none}.pve-number-editor{display:flex}.pve-number-editor__button{flex:0 0 auto;pointer-events:none}.pve-number-editor__button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.pve-number-editor__button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.pve-number-editor__input.gc-input{flex:1 1 auto;width:100%;text-align:center;pointer-events:none;border-radius:0}.pve-float-editor{display:flex}.pve-float-editor__button{flex:0 0 auto}.pve-float-editor__button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.pve-float-editor__button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.pve-float-editor__input.gc-input{flex:1 1 auto;width:100%;text-align:center;border-radius:0}.pve-default-editor{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.pve-default-editor>.gc-btn{margin-top:var(--cui-padding-xs)}.pve-max-range-editor{display:flex}.pve-max-range-editor>.gc-number-editor{flex:1 1 auto;min-width:100px;margin-right:var(--cui-padding-xs)}.pve-max-range-editor>.gc-dd{flex:1 1 100px}.pve-editor-ranges__item{display:block;overflow:hidden;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-text-color);border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.pve-editor-range-preview{display:flex;flex-direction:column;margin-bottom:var(--cui-padding-xs);padding:var(--cui-padding);border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);border:1px solid var(--cui-neutral-300);justify-content:center;align-items:center}.pve-editor-range-preview__label,.pve-editor-range-preview__example{overflow:hidden;flex:0 0 auto;height:20px;margin:0;padding:0;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:20px}.pve-editor-range-preview__label{margin-bottom:var(--cui-padding-xs);color:var(--cui-primary-700);font-size:var(--cui-text-size-lg);font-weight:700}.pve-editor-range-preview__example span:last-of-type{margin-left:var(--cui-padding-xs);opacity:.62}.pve-editor-range-preview__example--time span:first-of-type{opacity:.62}.pve-editor-range-preview__example--time span:last-of-type{opacity:1}.pve-nullable{position:relative;display:flex;width:100%;height:100%;align-items:flex-start;justify-content:flex-start}.pve-nullable>.gc-check{display:flex;flex:0 0 auto;width:60px}.pve-nullable__content{flex:1 1 auto;height:100%;margin-right:var(--cui-padding)}.pve-range-edit-panel{padding:0 var(--cui-padding)}.pve-parameters-panel{padding:var(--cui-padding)}.pve-parameters-panel--with-headings{padding:0 var(--cui-padding) var(--cui-padding) var(--cui-padding)}.pve-parameters-panel--with-headings .gc-heading{padding:var(--cui-padding-sm) 0 var(--cui-padding-xs) 0}.pve-parameters-panel__parameter{display:flex;overflow:hidden;border-radius:var(--cui-border-radius);align-items:center}.pve-parameters-panel__parameter:hover{background-color:var(--cui-neutral-50)}.pve-parameters-panel__parameter>.gc-icon{display:flex;flex:0 0 var(--cui-block-size);width:var(--cui-block-size);height:var(--cui-block-size);color:var(--cui-primary-700);justify-content:center;align-items:center}.pve-parameters-panel__parameter__icon--level-warning.gc-icon{color:var(--cui-warning-500)}.pve-parameters-panel__parameter__text{flex:1 1 100%;overflow:hidden;padding-bottom:var(--cui-padding-xs)}.pve-parameters-panel__parameter__text__title,.pve-parameters-panel__parameter__text__subtitle{display:block;overflow:hidden;padding-right:var(--cui-padding-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.pve-parameters-panel__parameter__text__title{padding-top:var(--cui-padding-xs);color:var(--cui-text-color);line-height:15px}.pve-parameters-panel__parameter__text__subtitle{color:var(--cui-neutral-300);line-height:15px}.pve-parameters-panel__parameter__controls{display:flex;flex-direction:row-reverse;height:var(--cui-block-size);padding-right:var(--cui-padding-xs);align-items:center;justify-content:flex-end;flex-grow:0;flex-shrink:0}.pve-parameters-panel__parameter--hidden-param>.gc-icon{opacity:.5;color:var(--cui-text-color)}.pve-parameters-panel__parameter--hidden-param .pve-parameters-panel__parameter__text{opacity:.5}.pve-parameters-panel__parameter--hidden-param:hover{background-color:transparent}.pve-plain-text{overflow:hidden;width:100%;height:100%;margin:0;padding:0;color:var(--cui-text-color);font-size:var(--cui-text-size);line-height:20px}.pve-plain-text--info{color:var(--cui-primary-700)}.pve-plain-text--warning{color:var(--cui-warning-500)}.pve-plain-text--error{color:var(--cui-error-500)}.pve-control-wrapper{position:absolute;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels)}.pve-control-simple-wrapper{position:relative;margin-bottom:var(--cui-padding);border-radius:var(--cui-border-radius)}.pve-control-wrapper:before,.pve-control-simple-wrapper:before{position:absolute;width:5px;height:5px;transform:translateY(-50%);border-radius:50%;background-color:var(--cui-error-500)}.pve-control-wrapper--required-top-left:before,.pve-control-simple-wrapper--required-top-left:before{top:calc(var(--cui-block-size-sm) * .5);left:-10px;content:""}.pve-control-wrapper--required-top-right:before,.pve-control-simple-wrapper--required-top-right:before{top:calc(var(--cui-block-size-sm) * .5);right:-10px;content:""}.pve-control-wrapper--required-bottom-left:before,.pve-control-simple-wrapper--required-bottom-left:before{bottom:calc(var(--cui-block-size-sm) * .5);left:-10px;content:"";transform:translateY(50%)}.pve-control-wrapper--selected:after,.pve-control-simple-wrapper--selected:after{position:absolute;top:0;left:0;display:block;box-sizing:border-box;width:100%;height:100%;content:"";border:1px solid var(--cui-primary-500)}.pve-control-wrapper--selected>.pve-binding,.pve-control-simple-wrapper--selected>.pve-binding{opacity:1}.pve-control-wrapper--invalid>.pve-binding,.pve-control-simple-wrapper--invalid>.pve-binding{opacity:1}.pve-control-wrapper--dragging,.pve-control-simple-wrapper--dragging{opacity:.38}.pve-control-wrapper:hover>.pve-binding,.pve-control-simple-wrapper:hover>.pve-binding{opacity:1}.pve-control-wrapper .gc-label,.pve-control-simple-wrapper .gc-label{display:grid;height:100%;-ms-grid-columns:minmax(0,1fr);-ms-grid-rows:var(--cui-block-size-sm) minmax(0,1fr);grid-template-columns:minmax(0,1fr);grid-template-rows:var(--cui-block-size-sm) minmax(0,1fr);grid-template-areas:"label" "content"}.pve-control-wrapper .gc-label__label,.pve-control-simple-wrapper .gc-label__label{width:100%;grid-area:label;-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.pve-control-wrapper .gc-label__content,.pve-control-simple-wrapper .gc-label__content{width:100%;height:100%;grid-area:content;-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1}.pve-control-wrapper .gc-label--position-left,.pve-control-simple-wrapper .gc-label--position-left{-ms-grid-columns:1fr minmax(0,2fr);-ms-grid-rows:1fr;grid-template-columns:1fr minmax(0,2fr);grid-template-rows:100%;grid-template-areas:"label content"}.pve-control-wrapper .gc-label--position-right,.pve-control-simple-wrapper .gc-label--position-right{-ms-grid-columns:minmax(0,2fr) 1fr;-ms-grid-rows:1fr;grid-template-columns:minmax(0,2fr) 1fr;grid-template-rows:100%;grid-template-areas:"content label"}.pve-control-wrapper .gc-label--position-bottom,.pve-control-simple-wrapper .gc-label--position-bottom{-ms-grid-columns:1fr;-ms-grid-rows:minmax(0,1fr) var(--cui-block-size-sm);grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) var(--cui-block-size-sm);grid-template-areas:"content" "label"}.pve-surface{--grip-size: 10px;position:relative;outline:var(--cui-neutral-100) solid 1px;background-color:var(--cui-bg-panels);background-image:linear-gradient(transparent 4px,var(--cui-neutral-100) 1px),linear-gradient(90deg,transparent 4px,var(--cui-neutral-100) 1px);background-size:5px 5px}.pve-surface:before{top:0;left:0;display:block;width:100%;height:100%;content:"";opacity:.6;background-color:var(--cui-bg-panels)}.pve-surface--vertical{width:330px;margin:50px auto;padding:var(--cui-padding);background-image:none;box-shadow:4px 4px 12px hsla(var(--neutral-100),.62)}.pve-surface--vertical>.pve-control-simple-wrapper:last-of-type{margin-bottom:0}.pve-surface--vertical>p{margin:0;margin-bottom:var(--cui-padding);padding:0;opacity:.62;font-size:var(--cui-text-size)}.pve-surface-empty{display:flex;width:100%;height:100%;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center;background-color:var(--cui-neutral-50)}.pve-surface,.pve-surface-empty{grid-area:surface}.pve-surface-message{display:flex;width:100%;padding:calc(var(--cui-padding) * 2);grid-area:message;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.pve-surface-text{display:flex;width:100%;height:var(--cui-block-size-sm);margin:0;padding:0;font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm);justify-content:center;align-items:center}.pve-surface-text>.gc-btn{margin:0 var(--cui-padding)}.pve-surface-container{display:grid;width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"surface" "message";background-color:var(--cui-neutral-50)}.pve-drag-box{border:1px solid var(--cui-primary-500);background-color:hsla(var(--bg-panels),.62)}.pve-resize-grip{position:absolute;z-index:calc(var(--cui-z-notifications) + 1);display:flex;width:var(--grip-size);height:var(--grip-size);border:1pt solid var(--cui-primary-500);border-radius:50%;background-color:#fff;align-items:center;justify-content:center}.pve-resize-grip:after{display:block;width:calc(var(--grip-size) - 4px);height:calc(var(--grip-size) - 4px);content:"";border-radius:50%;background-color:var(--cui-primary-500)}.pve-resize-grip--s{bottom:0;left:50%;cursor:ns-resize;transform:translate(-50%,50%)}.pve-resize-grip--e{top:50%;right:0;cursor:ew-resize;transform:translate(50%,-50%)}.pve-resize-grip--se{right:0;bottom:0;cursor:se-resize;transform:translate(50%,50%)}.pve-resize-grip--se:after{display:none}.pve-resize-grip--lr,.pve-resize-grip--rl{top:50%;border-width:2px;cursor:ew-resize;transform:translate(5%,-50%)}.pve-resize-grip--lr:after,.pve-resize-grip--rl:after{background-color:var(--cui-bg-panels)}.pve-resize-grip-container{position:absolute;top:0;z-index:calc(var(--cui-z-notifications) + 1);display:flex;width:0px;align-items:center;justify-content:center;border-right:1px dashed var(--cui-primary-300);transition:border-right .4s ease-in-out}.pve-resize-grip-container:hover{border-right:1px solid var(--cui-primary-500)}.pve-no-events{pointer-events:none}.pve-icon-color-accent{fill:var(--cui-primary-500)}.pve-icon-color-secondary{fill:var(--cui-secondary-500)}.pve-icon-color-error{fill:var(--cui-error-500)}.pve-date-time-range-from-input{margin-bottom:var(--cui-padding-xs)}.wd-nested-property-grid-panel{width:100%;height:100%}.wd-nested-property-grid-panel .gc-property-category{padding:0 var(--cui-padding)}.wd-smart-suggestion-preview{display:flex;flex-direction:column;justify-content:flex-start;position:relative;border-radius:var(--cui-border-radius);outline-width:0;outline-style:solid;outline-color:var(--cui-neutral-100);outline-offset:2px;background-color:#fff;border:1px solid var(--cui-neutral-50);padding:var(--cui-padding);padding-bottom:var(--cui-padding-sm);font-size:var(--cui-text-size)}.wd-smart-suggestion-preview__preview-overlay{position:absolute;top:var(--cui-padding);left:var(--cui-padding);width:calc(100% - var(--cui-padding) * 2);height:180px}.wd-smart-suggestion-preview__preview-container{position:relative;pointer-events:none;display:flex;align-items:center;overflow:hidden;height:180px}.wd-smart-suggestion-preview__preview-overlay{z-index:2}.wd-smart-suggestion-preview__preview-controls{width:100%;display:flex;align-self:flex-end;align-items:center;justify-content:flex-end;padding-top:var(--cui-padding-xs);gap:var(--cui-padding-xs);overflow:hidden}.wd-smart-suggestion-preview .ar-chart{position:unset;max-width:360px;margin:0 auto}.wd-smart-suggestion-preview .ar-table-glyph,.wd-smart-suggestion-preview .ar-tablix-glyph{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.wd-smart-suggestion-preview .ar-table-glyph table,.wd-smart-suggestion-preview .ar-tablix-glyph table{position:unset!important}@media (hover: hover) and (pointer: fine){.wd-smart-suggestion-preview:hover{outline-width:2px;outline-color:var(--cui-neutral-100);border:1px solid transparent}}.wd-report-parts-libraries-panel{padding:var(--cui-padding);display:flex;flex-direction:column;height:100%}.wd-report-parts-libraries-panel__content{margin-bottom:auto}.wd-report-parts-libraries-panel__content .wd-libraries-item{display:grid;grid-template-columns:minmax(0,max-content) max-content;align-items:center}.wd-report-parts-libraries-panel__heading .gc-heading__divider{opacity:.1}.wd-report-parts-libraries-panel__no-elements-label{display:block;overflow:hidden;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.wd-report-parts-libraries-panel-item{display:flex;overflow:hidden;min-height:30px;padding-right:6px;border-radius:var(--cui-border-radius);align-items:center;justify-content:stretch}.wd-report-parts-libraries-panel-item__icon{margin:0 6px}.wd-report-parts-libraries-panel-item__label{font-size:var(--cui-text-size);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wd-report-parts-libraries-panel-item:hover{background-color:var(--cui-neutral-50);transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.wd-dv-preview{overflow:hidden;height:100%;border-radius:var(--cui-border-radius);box-shadow:inset 0 0 0 1px var(--cui-neutral-100)}.wd-dv-preview__bar{position:relative;top:25%;height:50%}.wd-dv-preview__data-bar{position:relative;height:100%}.wd-dv-preview__progress-line{position:relative;top:-12.5%;height:25%}.wd-dv-preview--gradient{background-repeat:no-repeat}.wd-dv-preview--range-bar{background-color:#fff}.wd-dv-preview-container{width:100%;height:100px;padding:var(--cui-padding-sm) 0}.wd-data-visualizer{padding:var(--cui-padding)}.wd-data-visualizer-dialog{width:400px}.wd-data-visualizer-dialog--wide{width:800px}.rdlx-theme-picker{display:grid;width:calc(4 * var(--item-width) + var(--cui-padding) * 2);padding:0 var(--cui-padding);cursor:default;color:var(--cui-text-color);--item-width: 150px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto)}.rdlx-theme-picker-item{display:grid;width:var(--item-width);height:calc(var(--item-width) * 10 / 16);padding:var(--cui-padding-sm);border-radius:var(--cui-border-radius);font-size:var(--cui-text-size);gap:5px;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;justify-items:center;align-items:center}.rdlx-theme-picker-item:hover:not(.rdlx-theme-picker-item--selected){background-color:var(--cui-neutral-50)}.rdlx-theme-picker-item--selected{color:var(--cui-primary-700);background-color:var(--cui-primary-50);font-weight:700}.rdlx-theme-picker-item__text{display:flex;width:100%;gap:10px;justify-content:center;align-items:flex-end}.rdlx-theme-picker-item__text:after{display:block;flex:1 1 auto;max-width:50%;height:1.2em;content:" ";opacity:.38;background-image:linear-gradient(to bottom,var(--cui-text-color) 1px,transparent 1px,transparent 1px);background-size:5px 5px}.rdlx-theme-picker-item__text>div{display:flex;flex:0 0 auto;font-size:1.6em;line-height:1;aspect-ratio:1/1;justify-content:center;align-items:center}.rdlx-theme-picker-item__text>div>span{display:block}.rdlx-theme-picker-item__colors{display:flex}.rdlx-theme-picker-item__colors>div{width:1em;border:1px solid var(--cui-text-color);border-right:none;border-left:none;aspect-ratio:1/1}.rdlx-theme-picker-item__colors>div:last-child{border-right:1px solid var(--cui-text-color);border-radius:0 var(--cui-border-radius) var(--cui-border-radius) 0}.rdlx-theme-picker-item__colors>div:first-child{border-left:1px solid var(--cui-text-color);border-radius:var(--cui-border-radius) 0 0 var(--cui-border-radius)}.rdlx-theme-picker-item__label{overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis}.rdlx-theme-picker-item__icon-none{display:flex;grid-row:span 2;justify-content:center;align-items:center}:root{--wd-rdlx-picker-toggle-size: .17in;--wd-block-size-sm-50: calc(var(--cui-block-size-sm) / 2)}.rdlx-field-picker{width:100%;height:100%}.rdlx-field-picker__toggle{position:absolute;top:.04in;right:.04in;display:block;width:var(--wd-rdlx-picker-toggle-size);height:var(--wd-rdlx-picker-toggle-size);pointer-events:all!important;opacity:0;line-height:var(--wd-rdlx-picker-toggle-size)}.rdlx-field-picker__toggle--offset-to-start{top:0;left:0}.rdlx-field-picker__toggle--hidden>.gc-input[type=text]{display:none}.rdlx-field-picker__toggle--non-selected>.gc-input[type=text]{box-sizing:content-box}.rdlx-field-picker__toggle .gc-input[type=text]{opacity:0;border-color:transparent;background-color:transparent}.rdlx-field-picker__toggle .gc-dd>.gc-btn.gc-size-sm{width:var(--wd-rdlx-picker-toggle-size);height:var(--wd-rdlx-picker-toggle-size);line-height:var(--wd-rdlx-picker-toggle-size)}.rdlx-field-picker__toggle .gc-dd__toggle-content{width:100%;height:100%;border-radius:var(--cui-border-radius);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.rdlx-field-picker__toggle .gc-dd__toggle-content .gc-icon>svg{width:100%;height:100%}.rdlx-field-picker__toggle--open:not(.rdlx-field-picker__toggle--semantic){z-index:100014;top:calc(var(--wd-rdlx-picker-toggle-size) / 2 + .04in - var(--wd-block-size-sm-50));right:calc(var(--wd-rdlx-picker-toggle-size) / 2 + .04in - var(--wd-block-size-sm-50));width:200px;height:var(--cui-block-size-sm);opacity:1}.rdlx-field-picker__toggle--open:not(.rdlx-field-picker__toggle--semantic) .gc-input[type=text]{padding-right:var(--cui-padding-sm);opacity:1;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-body);box-shadow:var(--cui-shadow-border)}.rdlx-field-picker__toggle--open:not(.rdlx-field-picker__toggle--semantic) .gc-input[type=text]:not([disabled]):hover{background-color:var(--cui-bg-body)}.rdlx-field-picker__toggle--open:not(.rdlx-field-picker__toggle--semantic) .gc-input[type=text]:not([disabled]):focus{background-color:var(--cui-bg-body);box-shadow:var(--cui-shadow-border)!important}.rdlx-field-picker__toggle--open:not(.rdlx-field-picker__toggle--semantic) .gc-dd>.gc-btn.gc-size-sm{display:none}.rdlx-field-picker__toggle--semantic.rdlx-field-picker__toggle--open{opacity:1}.rdlx-field-picker__toggle--semantic>.gc-btn.gc-size-sm{width:var(--wd-rdlx-picker-toggle-size);height:var(--wd-rdlx-picker-toggle-size);line-height:var(--wd-rdlx-picker-toggle-size)}.rdlx-field-picker:hover .rdlx-field-picker__toggle{opacity:1}.rdlx-ruler-highlight-span__primary{background-color:var(--rulers-span-primary)}.rdlx-ruler-highlight-span__secondary{background-color:var(--rulers-span-secondary)}.rdlx-ruler-highlight-marker{background-color:var(--cui-primary-500)}.ar-adorner-panel{position:absolute;overflow:hidden;cursor:default;pointer-events:all;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels);box-shadow:var(--cui-shadow-menu)}.ar-adorner-panel__heading{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-xs);align-items:center}.ar-adorner-panel__content{display:block;overflow:hidden;width:100%;height:calc(100% - var(--cui-block-size-sm));padding:0 4px 4px}.ar-adorner-panel__content>.wd-drop-area{width:100%;height:100%}.ar-adorner-panel__content>.wd-drop-area .gc-scrollbars__view .ar-adorner-panel__item:last-of-type{margin-bottom:0}.ar-adorner-panel__item{display:flex;overflow:hidden;width:100%;height:25px;margin-bottom:var(--cui-padding-xs);padding:0 var(--cui-padding-xs);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease-in-out,background-color .2s ease-in-out;white-space:nowrap;text-overflow:ellipsis;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm);justify-content:left;align-items:center}.ar-adorner-panel__item:hover{background-color:var(--cui-neutral-100)}.ar-adorner-panel__item--selected{color:var(--cui-white);background-color:var(--cui-primary-500)}.ar-adorner-panel__item--selected .gc-ci-a-accent{fill:var(--cui-white)}.ar-adorner-panel__item--selected:hover{background-color:var(--cui-primary-700)}.ar-adorner-panel__item-icon{display:block;width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm);margin-right:var(--cui-padding-xs)}.ar-adorner-panel__item-icon-group{display:flex;width:100%;height:100%;white-space:nowrap;font-size:var(--cui-text-size-sm);line-height:var(--cui-icon-size-sm);align-items:center;justify-content:left}.ar-adorner-panel__item-icon-group>.gc-icon{overflow:hidden;width:7px}.rdlx-tabs{display:grid;width:100%;height:calc(var(--cui-block-size-sm) + 1px);border-top:1px solid var(--cui-neutral-100);background-color:var(--cui-bg-panels);grid-template-columns:auto minmax(0,100%) auto;grid-template-rows:100%;grid-template-areas:"rulers container add"}.rdlx-tabs--with-rulers:before{width:17px;height:100%;content:" ";border-right:1px solid var(--cui-neutral-100);grid-area:rulers}.rdlx-tabs__container{grid-area:container}.rdlx-tabs__container .gc-scrollbars:hover .gc-scrollbars__track--horizontal{display:none}.rdlx-tabs__add{border-left:1px solid var(--cui-neutral-100);border-radius:0;grid-area:add}.rdlx-tabs__items{position:relative;display:flex;pointer-events:all;align-items:center;flex-wrap:nowrap}.rdlx-tabs__separator{width:1px;height:var(--cui-padding);transition:height .3s ease-in-out;background-color:var(--cui-neutral-100);flex-grow:0;flex-shrink:0}.rdlx-tabs__indicator{position:absolute;bottom:5px;display:block;height:2px;padding:0 8px;transition:left .2s ease-in-out,width .2s ease-in-out}.rdlx-tabs__indicator:before{display:block;width:100%;height:100%;content:" ";border-radius:2px;background-color:var(--cui-primary-700)}.rdlx-tabs__separator--selected{height:var(--cui-block-size-sm)}.rdlx-tab{position:relative;display:block;min-width:60px;max-width:160px;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-sm);transition:background-color .2s ease-in-out;flex-grow:0;flex-shrink:0;transition:.2s ease-out}.rdlx-tab__name{display:block;overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:line-height .2s ease-in-out;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.rdlx-tab__indicator{position:absolute;bottom:5px;left:50%;display:block;width:0;height:2px;transition:opacity .3s ease-in-out,width .3s ease-in-out;transform:translate(-50%);opacity:0;border-radius:2px;background-color:var(--cui-neutral-500)}.rdlx-tab--selected{background-color:var(--cui-primary-50);font-weight:700;color:var(--cui-primary-700)}.rdlx-tab--selected .rdlx-tab__name{line-height:24px}.rdlx-tab--hide{display:none}.rdlx-tab--hidden{opacity:.38}.rdlx-tab--dragging{position:absolute;background:var(--cui-primary-500);color:#fff;transition:none;z-index:1000;pointer-events:none;transform:translate(-100%)}.rdlx-tab:not(.rdlx-tab--selected):hover .rdlx-tab__name{line-height:24px}.rdlx-tab:not(.rdlx-tab--selected):hover .rdlx-tab__indicator{width:calc(100% - 16px);opacity:1}.wd-stylesheet-dialog{background-color:var(--cui-bg-panels);outline:1px solid var(--cui-neutral-100)}.wd-stylesheet-dialog__editor-container{padding:0 calc(var(--cui-padding-sm) * 2) calc(var(--cui-padding-sm) * 2) calc(var(--cui-padding-sm) * 2);display:flex;flex-direction:column}.wd-stylesheet-dialog__container{display:grid;grid-template-columns:1fr 2fr;height:100%}.wd-stylesheet-dialog__styles-list{display:flex;flex-direction:column;padding-left:calc(var(--cui-padding-sm) * 2);border-right:1px solid var(--cui-neutral-100)}.wd-stylesheet-dialog__styles-list__add{display:flex;flex-direction:column;row-gap:var(--cui-padding-xs)}.wd-stylesheet-dialog__styles-list__add,.wd-stylesheet-dialog__styles-list .gc-heading,.wd-stylesheet-dialog__styles-list .gc-scrollbars .gc-scrollbars__view ul{padding-right:calc(var(--cui-padding-sm) * 2)}.wd-stylesheet-dialog__properties-list{display:flex;flex-direction:column;padding-left:calc(var(--cui-padding-sm) * 2);overflow:hidden}.wd-stylesheet-dialog__properties-list .wd-property-list .gc-heading__text{color:var(--cui-neutral-700);text-transform:none}.wd-stylesheet-dialog__properties-list .gc-property-category{padding-right:calc(var(--cui-padding-sm) * 2)}.wd-stylesheet-dialog__header .gc-heading__text{font-size:16px;font-weight:600}.wd-stylesheet-dialog .gc-modal__header{background:none;color:var(--cui-neutral-700);padding:var(--cui-padding-xs);padding-left:calc(var(--cui-padding-sm) * 2);padding-bottom:0;min-height:30px;font-size:12px}.wd-stylesheet-dialog .gc-modal__header .gc-modal__close-btn{width:var(--cui-block-size-sm);height:var(--cui-block-size-sm)}.wd-stylesheet-dialog .gc-modal__header .gc-modal__close-btn:not([disabled]):not(.gc-btn--disabled):hover{background-color:var(--cui-neutral-100)}.wd-stylesheet-dialog .gc-modal__header .gc-modal__close-btn .gc-icon{width:inherit;height:inherit}.wd-stylesheet-dialog .gc-modal__header .gc-modal__close-btn .gc-btn__text--empty{padding-left:0}.wd-stylesheet-dialog .gc-modal__footer{background:none;padding:calc(var(--cui-padding-sm) * 2)}.ar-view{position:relative;z-index:0;overflow:hidden;width:100%;height:100%;background:var(--cui-neutral-50)}.ar-adorner-primary{z-index:9007}.ar-adorner-secondary{z-index:9006}.ar-decorationlayer{position:relative;top:0;left:0;width:100%;height:100%;pointer-events:all}.ar-decorationlayer .ar-decorationview{position:absolute;z-index:100000;top:0;left:0;width:100%;height:100%;pointer-events:none}.wd-editor-line{display:flex;justify-content:space-between}.wd-editor-line__block{width:49%}.wd-editor-line__full{width:100%}.wd-bool-editor--expr{float:right;color:var(--cui-neutral-300);font-size:var(--cui-text-size);line-height:30px}.wd-editor-chart-plot-template .gc-btn__text,.wd-editor-chart-template .gc-btn__text{padding-left:var(--cui-padding-sm)}.wd-data-set-filters__close-button{position:absolute;z-index:1;right:var(--cui-padding)}.wd-color-editor>input{padding-right:var(--cui-padding)}.wd-color-editor .wd-color-editor__preview{width:20px;height:20px;margin:0}.wd-color-editor div.wd-color-editor-side__preview{overflow:hidden;width:20px;height:20px;margin:0;border-radius:var(--cui-border-radius);box-shadow:inset 0 0 0 1px var(--cui-overlay)}.wd-color-editor div.wd-color-editor-side__preview>span{display:block;float:left;width:10px;height:10px}.wd-editor-icon-set-value{position:relative;overflow:hidden;width:100%;height:var(--cui-block-size-sm)}.wd-editor-icon-set-value>.gc-icon{position:absolute;top:0;left:0;display:flex;width:20px;height:var(--cui-block-size-sm);align-items:center;justify-content:center}.wd-editor-icon-set-value .gc-label__label>span{padding-left:25px}.wd-editor-dataseries-collection__item{display:flex}.wd-editor-dataseries-collection__item>.wd-editor-dataseries-collection__item-toggle{margin-left:var(--cui-padding-xs);flex-grow:0;flex-shrink:0}.wd-color-dataseries-editor__collection--disabled{cursor:not-allowed}.wd-color-dataseries-editor__collection--disabled>div{pointer-events:none;opacity:.5}.wd-editor-image .gc-label__content{overflow:hidden}.wd-editor-image .gc-label__content .gc-btn__text{padding-left:var(--cui-padding-sm)}.wd-dropdown-image-uploader{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease-in-out;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-size:var(--cui-text-size);align-items:center;justify-content:flex-start}.wd-dropdown-image-uploader>.gc-icon{color:var(--cui-primary-700);display:flex;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);align-items:center;justify-content:center}.wd-dropdown-image-uploader>.gc-icon>svg{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.wd-dropdown-image-uploader>input[type=file]{width:1px;height:1px;opacity:0}.wd-dropdown-image-uploader:hover{background-color:var(--cui-neutral-100)}.wd-dropdown-image-tile{position:relative;display:flex;overflow:hidden;flex:0 0 auto;width:calc((100% - 15px) / 3);height:80px;margin-right:var(--cui-padding-xs);transition:background-color .2s ease-in-out;border-radius:var(--cui-border-radius);align-items:center;justify-content:center}.wd-dropdown-image-tile:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";transition:box-shadow .2s ease-in-out;pointer-events:none;box-shadow:inset 0 0 0 2px transparent,inset 0 0 0 3px transparent}.wd-dropdown-image-tile>.gc-btn{position:absolute;top:5px;right:5px;transition:opacity .2s ease-in-out;opacity:0}.wd-dropdown-image-tile:hover:not(.wd-dropdown-image-tile--selected){background-color:var(--cui-neutral-100)}.wd-dropdown-image-tile:hover>.gc-btn{opacity:1}.wd-dropdown-image-tile:hover:after{box-shadow:inset 0 0 0 2px var(--cui-primary-700),inset 0 0 0 3px var(--cui-bg-body)}.wd-dropdown-image-tile--selected{color:var(--cui-white);background-color:var(--cui-primary-500)}.wd-dropdown-image-tile--selected:after{box-shadow:inset 0 0 0 2px var(--cui-primary-500)}.wd-dropdown-image-tile--selected:hover{background-color:var(--cui-primary-500)}.wd-dropdown-image-tile__img{display:block;flex:0 0 auto;height:100%}.wd-dropdown-image-tile__stub{display:flex;overflow:hidden;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:stretch}.wd-dropdown-image-tile__stub>i{color:var(--cui-primary-700);display:flex;width:100%;height:100%;align-items:center;justify-content:center}.wd-dropdown-image-tile__stub>i>svg{width:var(--cui-icon-size-lg);height:var(--cui-icon-size-lg)}.wd-dropdown-image-tile__stub>span{overflow:hidden;flex:0 0 auto;width:100%;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-xs);-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:20px}.wd-chart-editor-tile--selected .wd-dropdown-image-tile__stub>i{color:var(--cui-white)}.wd-dropdown-image-panel{display:flex;overflow:hidden;flex-direction:column;width:100%;padding:var(--cui-padding);padding-bottom:0}.wd-dropdown-image-panel .gc-scrollbars__view{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.wd-dropdown-image-panel__loader{width:100%;height:calc(var(--cui-block-size-sm) + var(--cui-padding))}.wd-dropdown-image-panel__content{width:100%;height:100%}.wd-dropdown-image-panel__empty{display:flex;height:120px;opacity:.38;font-size:var(--cui-text-size);justify-content:center;align-items:center}.wd-dropdown-image-db-group .gc-heading{opacity:.62}.wd-dropdown-image-db-item{display:flex;height:var(--cui-block-size-sm);transition:background-color .2s ease-in-out;border-radius:var(--cui-border-radius);font-size:var(--cui-text-size);align-items:center}.wd-dropdown-image-db-item>.gc-icon{display:flex;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);align-items:center;justify-content:center}.wd-dropdown-image-db-item>.gc-icon>svg{width:var(--cui-icon-size);height:var(--cui-icon-size)}.wd-dropdown-image-db-item>span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.wd-dropdown-image-db-item:hover:not(.wd-dropdown-image-db-item--selected){background-color:var(--cui-neutral-100)}.wd-dropdown-image-db-item--selected{color:var(--cui-white);background-color:var(--cui-primary-500)}.wd-dropdown-image-db-item--selected:hover{background-color:var(--cui-primary-500)}.wd-dropdown-image-db-panel{width:100%;padding:var(--cui-padding);padding-bottom:0}.wd-dropdown-image-db-panel__empty{display:flex;height:120px;opacity:.38;font-size:var(--cui-text-size);justify-content:center;align-items:center}.wd-dropdown-image{position:relative;width:300px;padding:var(--cui-padding) 0}.wd-dropdown-image .gc-btn{overflow:hidden}.wd-dropdown-image>.gc-btn-group{margin:0 var(--cui-padding)}.wd-dropdown-image--single-source .wd-dropdown-image-db-panel,.wd-dropdown-image--single-source .wd-dropdown-image-panel{padding-top:0}.wd-dropdown-image--single-source .wd-dropdown-image__provider{margin-top:0;margin-bottom:var(--cui-padding)}.wd-dropdown-image__loader{position:absolute;top:0;left:0;min-height:100px}.wd-dropdown-image__provider{width:calc(100% - var(--cui-padding) * 2);margin:0 var(--cui-padding);margin-top:var(--cui-padding)}.wd-embedded-collection-input{display:block;width:0;height:0;margin:0;opacity:0}.wd-embedded-collection__item{position:relative;display:flex;height:var(--cui-block-size-sm)}.wd-embedded-collection__item>input.gc-input{padding-left:var(--cui-block-size-sm)}.wd-embedded-collection__item__preview{position:absolute;top:0;left:0;display:flex;height:100%;padding:var(--cui-padding-xs);pointer-events:none;border-radius:var(--cui-border-radius);justify-content:center;align-items:center}.wd-embedded-collection__item__img,.wd-embedded-collection__item__stub{width:20px;height:20px;border:1px solid var(--cui-overlay)}.wd-line-style-editor__preview{width:20px;border-top-width:4px}.wd-length-editor,.wd-length-expr-editor{width:100%}.wd-length-editor__input.gc-input,.wd-length-expr-editor__input.gc-input{text-align:left}.wd-number-editor,.wd-number-expr-editor{display:flex;width:100%}.wd-number-editor__button,.wd-number-expr-editor__button{flex:0 0 auto}.wd-number-editor__button:first-of-type,.wd-number-expr-editor__button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.wd-number-editor__button:last-of-type,.wd-number-expr-editor__button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.wd-number-editor__input.gc-input,.wd-number-expr-editor__input.gc-input{flex:2 2 auto;width:100%;text-align:center;border-radius:0}.wd-editor-params-collection__item{display:flex}.wd-editor-params-collection__item>*:not(.wd-editor-params-collection__item-toggle){width:0;flex-grow:1;flex-shrink:1}.wd-editor-params-collection__item>.wd-editor-params-collection__item-toggle{margin-left:var(--cui-padding-xs);flex-grow:0;flex-shrink:0}.wd-collection-editor-row{display:flex;gap:5px;justify-content:space-between}.wd-collection-editor-row__element{overflow:hidden;flex:1 1 0;min-width:0}.wd-editor-chart-collection-editor__item{display:block;overflow:hidden;height:var(--cui-block-size-sm);padding:0 var(--cui-padding-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;color:var(--cui-text-color);border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.wd-editor-chart-plot-pointers__item{display:grid;grid-auto-flow:column;align-items:center;grid-auto-columns:min-content}.wd-editor-simple-toggle{min-width:0}.wd-editor-simple-toggle .gc-dd__toggle-content{height:100%;white-space:normal}.wd-editor-simple-toggle-content{overflow:hidden;width:100%;height:100%;padding:3px 8px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wd-editor-simple-toggle-content__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:calc(var(--cui-block-size-sm) * .5);line-height:calc(var(--cui-block-size-sm) * .5)}.wd-editor-simple-toggle-content__value{display:flex;width:100%;height:20px;align-items:center}.wd-editor-simple-toggle-content__text{overflow:hidden;width:100%;height:100%;text-overflow:ellipsis;color:var(--cui-primary-700);line-height:20px}.wd-editor-simple-toggle-content__color{width:100%;height:7px;border-radius:3px}.wd-editor-simple-toggle-content__color--transparent{border:1px dotted hsla(var(--neutral-700),.62)}.wd-editor-simple-row{display:flex}.wd-editor-simple-row.wd-editor-simple-buttons>.gc-btn-group--block{width:0}.wd-editor-simple-section+.wd-editor-simple-section{margin-left:var(--cui-padding-xs)}.wd-editor-simple-section.gc-btn-group--block{flex:1 1 auto}.wd-editor-simple-section.gc-btn-group--block>*:not(.gc-btn-group__splitter){flex:1}.wd-font-dropdown__item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wd-editor-s-font-family{min-width:130px}.wd-editor-s-item-font-family{white-space:nowrap;line-height:1}.wd-editor-s-section-font:only-child .wd-editor-s-font-family{max-width:250px;flex-grow:1!important}.wd-editor-simple-dropdown__item{width:50%;border-radius:0}.wd-editor-simple-dropdown__item.gc-btn--accent .wd-editor-simple-dropdown__preview{color:inherit}.wd-editor-simple-dropdown__preview{display:flex;height:25px;color:var(--cui-primary-500);font-size:16px;line-height:1.1;align-items:flex-end;justify-content:center}.wd-editor-simple-dropdown__text{height:20px;text-align:center;line-height:20px}.wd-editor-simple-toggle-sides__preview{display:inline-block;width:12px;height:12px;border-width:1px;border-style:dotted;border-color:var(--cui-primary-500);border-radius:1px;background-color:var(--cui-white);flex-shrink:0}.wd-editor-simple-toggle-sides__menu .gc-btn--accent .wd-editor-simple-toggle-sides__preview{border-color:currentColor;background-color:inherit}.wd-editor-simple-toggle-sides{flex:0 0 auto!important;min-width:50px}.wd-editor-simple-toggle-sides__preview{margin-right:3px}.wd-editor-simple-border-style__preview{display:block;width:20px;height:5px;border-top-width:4px}.wd-editor-simple-border-width__preview{display:block;width:20px;height:auto;border-top-style:solid;border-top-color:currentColor}.wd-editor-sub-item-collection__item{display:flex}.wd-editor-sub-item-collection__item>*:not(.wd-editor-sub-item-collection__item-toggle){width:0;flex-grow:1;flex-shrink:1}.wd-editor-sub-item-collection__item>.wd-editor-sub-item-collection__item-toggle{margin-left:var(--cui-padding-xs);flex-grow:0;flex-shrink:0}.wd-sort-expression-line{position:relative}.wd-sort-expression-line>.gc-text-editor>.gc-input{padding-right:var(--cui-block-size-sm)}.wd-sort-expression-line>.gc-binding-wrapper>.gc-binding-wrapper__content>.gc-input{padding-right:var(--cui-block-size-sm);text-overflow:ellipsis}.wd-sort-expression-line__button{position:absolute;top:0;right:var(--cui-block-size-sm)}.wd-editor-format{display:flex;overflow:hidden;width:100%;justify-content:stretch;align-items:flex-start}.wd-editor-format>.gc-combo{flex:1 1 auto;margin-right:var(--cui-padding-xs)}.wd-editor-format-digits{position:relative;display:block;flex:0 0 auto;width:calc(var(--cui-block-size-sm) * 3)}.wd-editor-format-digits__input.gc-input{display:block;width:100%;padding:0 var(--cui-block-size-sm);text-align:center;border-radius:0}.wd-editor-format-digits__button{position:absolute;top:0}.wd-editor-format-digits__button:first-of-type{left:0}.wd-editor-format-digits__button:last-of-type{right:0}.wd-parameter-valid-value__checklist-item,.wd-parameter-default-value__checklist-item{overflow:hidden;text-overflow:ellipsis}.wd-parameter-valid-value-reference>div,.wd-parameter-default-value-reference>div{margin-bottom:var(--cui-padding-xs)}.wd-parameter-valid-value-collection{display:flex}.wd-parameter-valid-value-collection__element{flex:1 1 50%}.wd-parameter-order__label{position:relative}.wd-parameter-order__button{position:absolute;top:0;right:8%}.wd-editor-embedded-stylesheets-collection__item{position:relative;display:flex;height:var(--cui-block-size-sm)}.wd-editor-embedded-stylesheets-collection__item button.gc-btn{margin-left:var(--cui-padding-xs)}.wd-themes-editor__preview-color,.wd-themes-editor__preview-item{display:grid;overflow:hidden;width:20px;height:20px;margin:var(--cui-padding-xs);border-radius:var(--cui-border-radius);box-shadow:inset 0 0 0 1px var(--cui-overlay);grid:repeat(2,.5fr) / repeat(2,.5fr)}.wd-themes-editor__preview-color span,.wd-themes-editor__preview-item span{display:block;width:10px;height:10px}.wd-themes-editor__preview-color span:nth-child(1),.wd-themes-editor__preview-item span:nth-child(1){-ms-grid-column:1;-ms-grid-row:1}.wd-themes-editor__preview-color span:nth-child(2),.wd-themes-editor__preview-item span:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}.wd-themes-editor__preview-color span:nth-child(3),.wd-themes-editor__preview-item span:nth-child(3){-ms-grid-column:1;-ms-grid-row:2}.wd-themes-editor__preview-color span:nth-child(4),.wd-themes-editor__preview-item span:nth-child(4){-ms-grid-column:2;-ms-grid-row:2}.wd-themes-editor__preview-item{margin:0}.wd-filter-add{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size-sm);justify-content:stretch;align-items:stretch}.wd-filter-add__field-dd{overflow:hidden;flex:1 1 auto;width:100%}.wd-filter-add__operator-stub{overflow:hidden;flex:0 0 auto;width:var(--cui-block-size-sm);margin:0 var(--cui-padding-xs);opacity:.38;background-color:var(--cui-neutral-50)}.wd-filter-add__value-stub{overflow:hidden;flex:1 1 auto;width:100%;opacity:.38;background-color:var(--cui-neutral-50)}.wd-filter-add__delete-stub{overflow:hidden;flex:0 0 auto;width:var(--cui-block-size-sm);margin-left:var(--cui-padding-xs);opacity:.38;background-color:var(--cui-neutral-50)}.wd-filter-criterion{display:flex;overflow:hidden;width:100%;justify-content:stretch;align-items:stretch}.wd-filter-criterion__field-dd{overflow:hidden;flex:1 1 auto;width:100%}.wd-filter-criterion__operator-dd{overflow:hidden;flex:0 0 auto;width:var(--cui-block-size-sm);margin:0 var(--cui-padding-xs)}.wd-filter-criterion>.wd-filter-value{overflow:hidden;flex:1 1 auto;width:100%}.wd-filter-criterion>.gc-btn{flex:0 0 auto;margin-left:var(--cui-padding-xs)}.wd-filters-group{display:block;overflow:hidden;width:100%}.wd-filters-group__header{display:flex;overflow:hidden;width:100%;height:var(--cui-block-size-sm);justify-content:space-between;align-items:stretch}.wd-filters-group__container{position:relative;width:100%;padding-top:var(--cui-padding);padding-left:var(--cui-block-size-sm)}.wd-filters-group__container:before,.wd-filters-group__container:after{position:absolute;top:0;left:14px;display:block;width:14px;height:29px;content:"";border-width:0;border-style:solid;border-color:var(--cui-primary-500);border-left-width:2px}.wd-filters-group__container:before{border-bottom-width:2px}.wd-filters-group__container:after{top:29px;height:calc(100% - 29px)}.wd-filters-group__container--last:after{border-color:var(--cui-primary-100)}.wd-filters-group__container--new:before,.wd-filters-group__container--new:after{border-color:var(--cui-primary-100)}.wd-filters-group__container:last-of-type:after{display:none}.wd-filter-value-editor{display:flex;width:100%;height:var(--cui-block-size-sm);align-items:center;justify-content:stretch}.wd-filter-value-editor>.wd-filter-value-editor__input{width:calc(100% - var(--cui-block-size-sm));border-top-right-radius:0;border-bottom-right-radius:0}.wd-filter-value-editor>.gc-dd{width:var(--cui-block-size-sm)}.wd-filter-value-editor>.gc-dd>.gc-btn{border-top-left-radius:0;border-bottom-left-radius:0}.gc-btn.gc-size-sm.gc-btn--with-icon.wd-filter-value-editor__binding{width:100%;border-radius:0}.gc-btn.gc-size-sm.gc-btn--with-icon.wd-filter-value-editor__binding>.gc-btn__icon{left:calc(var(--cui-padding) * .5)}.gc-btn.gc-size-sm.gc-btn--with-icon.wd-filter-value-editor__binding>.gc-btn__text{padding-left:calc(var(--cui-block-size-sm) + var(--cui-padding-sm))}.gc-btn.gc-size-sm.gc-btn--with-icon.wd-filter-value-editor__binding--field .gc-icon{color:var(--cui-primary-700)}.gc-btn.gc-size-sm.gc-btn--with-icon.wd-filter-value-editor__binding--parameter .gc-icon{color:#70087d}.gc-btn.gc-size-sm.gc-btn--with-icon.wd-filter-value-editor__binding--expression .gc-icon{color:#dfc40f}.wd-filter-value-editor__overlay{display:flex;overflow:hidden;width:calc(100% - var(--cui-block-size-sm));height:100%;pointer-events:none;border:1px solid transparent;border-radius:2px;background-color:var(--cui-neutral-50);justify-content:stretch;align-items:stretch}.wd-filter-value-editor__overlay>.gc-icon{overflow:hidden;flex:0 0 auto}.wd-filter-value-editor__overlay>span{overflow:hidden;flex:1 1 auto;width:100%;white-space:nowrap;text-overflow:ellipsis;font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm)}.wd-filter-value-editor__overlay--invalid{border-color:var(--cui-error-500)}.wd-filter-icon{display:flex;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);color:var(--cui-white);border-radius:var(--cui-border-radius);justify-content:center;align-items:center}.wd-filter-value>.wd-filter-value-editor+.wd-filter-value-editor__input,.wd-filter-value>.gc-btn,.wd-filter-value>.wd-filter-value-editor__input+.wd-filter-value-editor__input{margin-top:var(--cui-padding-xs)}.wd-filter-value>.wd-filter-value-editor--with-btn{display:flex;margin-top:var(--cui-padding-xs)}.wd-filter-value>.wd-filter-value-editor--with-btn>.wd-filter-value-editor__input>input[type=text].gc-input{border-top-right-radius:0;border-bottom-right-radius:0}.wd-filter-value>.wd-filter-value-editor--with-btn>button.gc-btn{border-top-left-radius:0;border-bottom-left-radius:0}.wd-filter-value .wd-filter-value-editor__input{flex:1 1 100%}.wd-filter-value--between>.wd-filter-value{margin-bottom:var(--cui-padding-xs)}.wd-edit-param-panel,.wd-filters-panel{width:100%;height:100%}.wd-filters-panel .wd-filters,.wd-edit-param-panel .wd-parameter-editor{margin:0 var(--cui-padding)}.wd-icon-rdlx-adorner-move{width:11px}.wd-icon-rdlx-adorner-move>svg{width:11px!important}.wd-if-rdlx-c-field{fill:var(--cui-primary-500)}.wd-if-rdlx-c-parameter{fill:#70087d}.wd-if-rdlx-c-expression{fill:#dfc40f}.wd-if-rdlx-c-dark{fill:#333}.wd-if-rdlx-c-light{fill:#fff}.wd-svg{display:flex;height:100%;background-repeat:no-repeat;background-position:8px 7px;align-items:center;justify-content:center}.gc-dd-menu__item .wd-svg{background-position:0 7px}.gc-dd-menu__item.gc-size-sm .wd-svg{width:var(--cui-icon-size);background-position:0 3px}.gc-dd-menu__item.gc-size-lg .wd-svg{background-position:0 12px}.wd-expression-editor__fields-container .title>i.wd-svg{display:flex;opacity:.4}.wizard-body .layout-container .layout-grid .layout-row-column-swap .wd-svg{width:14px;height:20px}.wizard-body .layout-container .layout-grid .layout-cell .ar-member .delete .wd-svg{display:flex}.wizard-body .layout-container .layout-grid .layout-cell .ar-member .delete .wd-svg>svg{width:14px;height:20px}.wizard-body .layout-container .layout-grid .layout-cell .ar-member .action .dropdown-toggle.btn.btn-default .wd-svg{display:flex}.wizard-body .layout-container .layout-grid .layout-cell .ar-member .action .dropdown-toggle.btn.btn-default .wd-svg>svg{width:16px;height:20px}.ar-data-field-picker-dropdown-search .wd-svg{display:flex}.ar-data-field-picker-dropdown-search .wd-svg>svg{width:20px}.ar-semantic-data-field-picker-entity-title .wd-svg>svg{width:15px}.ar-barcode-glyph{position:absolute;inset:0;pointer-events:all}.ar-barcode-glyph .ar-barcodejs{position:relative;overflow:hidden;width:100%;height:100%;padding:0;pointer-events:none}.ar-barcode-glyph .ar-barcodejs .ar-barcodejs-component{position:absolute;display:block}.ar-barcode-glyph .ar-barcodejs .ar-barcodejs-component svg{display:block}.ar-barcode-glyph .ar-barcodejs-error{position:absolute;top:0;left:0;display:flex;overflow:hidden;width:100%;height:100%;text-align:center;word-break:break-word;pointer-events:none;font-size:12px;align-items:center;justify-content:center}.ar-barcode-preview-stub-label{position:absolute;overflow:hidden;width:100%;height:100%;padding:2pt;pointer-events:none;color:var(--cui-text-color);border:none;background-color:var(--cui-bg-panels);font-size:8pt;font-weight:700}.ar-barcode-model-dumper{position:absolute;bottom:0;left:-23px;width:19px;cursor:pointer;text-align:center;pointer-events:all;border:1px solid var(--cui-neutral-100);background-color:var(--cui-bg-panels);line-height:18px}.ar-barcode-model-dumper>i{pointer-events:none}.ar-banded-list-glyph{width:100%;height:100%;background:#fff}.ar-banded-list-glyph table{position:absolute;table-layout:fixed;border-collapse:collapse;border-style:none}.ar-banded-list{border-spacing:0;pointer-events:all;border-collapse:collapse}.ar-banded-list td .ar-banded-list-section{position:relative;width:100%;height:100%}.ar-banded-list td .ar-banded-list-borders{position:absolute}.banded-list-row-adorner{position:absolute;z-index:13;margin-left:-24px;table-layout:fixed;border-spacing:0;pointer-events:none;border-collapse:collapse}.banded-list-row-adorner__row{position:relative;padding:0;border:0}.banded-list-row-adorner__row td{position:relative;width:18px}.banded-list-row-adorner__row-header{width:100%;height:100%;pointer-events:all;border:1px solid var(--cui-neutral-100);background-color:var(--cui-bg-panels)}.banded-list-row-adorner__row-label{position:absolute;top:calc(50% - 9px);display:flex;width:100%;color:var(--cui-text-color);justify-items:center;align-items:center}.banded-list-row-adorner__row.selected .banded-list-row-adorner__row-header{background-color:var(--cui-neutral-100)}.banded-list-row-adorner__row:nth-child(2) .table-adorner-row-header{border-radius:4px 4px 0 0}.banded-list-row-adorner__row:last-child .table-adorner-row-header{border-radius:0 0 4px 4px}.banded-list-adorner-spot{position:absolute;z-index:13;top:calc(-4px + 100%);bottom:-4px;left:0;width:100%;pointer-events:all}.banded-list-adorner-spot__add{position:absolute;z-index:13;left:-20px;display:none;width:100%;height:100%}.banded-list-adorner-spot__add-deco{position:absolute;top:calc(50% - 1.5px);left:15px;width:29px;height:3px;background-color:var(--cui-primary-500)}.banded-list-adorner-spot__add-deco-area{position:relative;width:100%;height:100%}.banded-list-adorner-spot__add-deco-area div{position:absolute;left:100%;height:100%;background-color:var(--cui-primary-500)}.banded-list-adorner-spot:hover .banded-list-adorner-spot__add{display:block}.banded-list-adorner-spot__grip{position:absolute;z-index:13;top:0;left:0;width:100%;height:100%;cursor:row-resize}.banded-list-adorner-move-grip{position:absolute;z-index:13;top:-24px;left:-24px;display:flex;width:18px;height:18px;cursor:pointer;pointer-events:all;border:1px solid var(--cui-neutral-100);border-radius:50%;background-color:var(--cui-bg-panels);line-height:15px;justify-content:center;align-items:center}.banded-list-adorner-move-grip>.gc-icon{pointer-events:none}.banded-list-adorner .ar-adorner-panel{position:absolute;top:0;left:calc(100% + 5px);width:200px;height:100%;min-height:120px}.banded-list-band-adorner{position:absolute;z-index:13;border-spacing:0;pointer-events:none;border-collapse:collapse}.banded-list-band-adorner td{position:relative;z-index:1313;padding:0;border:0;border-width:2px;border-style:none;border-color:var(--cui-primary-500)}.banded-list-band-adorner td.top-border{border-top-style:solid}.banded-list-band-adorner td.bottom-border{border-bottom-style:solid}.banded-list-band-adorner td.left-border{border-left-style:solid}.banded-list-band-adorner td.right-border{border-right-style:solid}.banded-list-band-adorner td.selected{background-color:#00000020}.banded-list-band-adorner td.primary{background-color:transparent}.ar-bullet-adorner{width:100%;height:100%}.ar-bullet-adorner .wd-drop-area{width:100%;height:100%;display:flex;align-items:center;padding:0 2px}.ar-bullet-adorner .wd-drop-area>span{flex:1 1 100px;text-align:center}.ar-bullet-adorner-element{position:absolute;overflow:hidden;width:100%;height:30px;padding:1pt;cursor:default;white-space:nowrap;background-color:var(--cui-bg-panels);border-radius:var(--cui-border-radius);box-shadow:var(--cui-shadow-menu);font-family:Arial;font-size:10pt;color:var(--cui-text-color);pointer-events:all}.ar-bullet-adorner-element.ar-adorner-value{top:-35px}.ar-bullet-adorner-element.ar-adorner-targetValue{bottom:-35px}.ar-adorner-bullet-val{top:1pt;left:1pt;overflow:hidden;flex:.1 1 auto;max-width:50%;text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-family:var(--cui-text-family);font-size:var(--cui-text-size-sm);color:var(--cui-text-color);line-height:24px}.ar-bullet-glyph{overflow:hidden;width:100%;height:100%;pointer-events:all;color:#000;border:none;border-width:thin;border-style:solid;border-color:#e0e0e0}.ar-bullet-glyph>div{height:100%}.ar-bullet-container{pointer-events:none}.ar-bullet-container .ar-bullet-container-vertical{display:flex;flex-direction:row;width:100%;height:100%;flex-wrap:nowrap}.ar-bullet-container .ar-bullet-vertical-scale{position:relative;z-index:1;width:auto;height:100%}.ar-bullet-container .ar-bullet-vertical-graph,.ar-bullet-container .ar-bullet-graph{position:relative;overflow:hidden;width:100%;border:none;background-color:#d6d6d6}.ar-bullet-container .ar-bullet-range1{position:absolute;background-color:#5f5f5f}.ar-bullet-container .ar-bullet-range2{position:absolute;background-color:#a9a9a9}.ar-chart-adorner-pane{position:absolute;overflow:hidden;width:100%;height:var(--wd-chart-adorner-panel-height);cursor:default;pointer-events:all;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels);box-shadow:var(--cui-shadow-menu)}.ar-chart-adorner-pane__heading{position:relative;display:flex;overflow:hidden;width:100%;height:var(--wd-chart-adorner-panel-title-height);padding:0 var(--cui-padding-xs);align-items:center}.ar-chart-adorner-pane__heading .gc-icon{margin-right:var(--cui-padding-xs)}.ar-chart-adorner-pane__content{display:block;overflow:hidden;width:100%;height:var(--wd-chart-adorner-panel-content-height);padding:4px}.ar-chart-adorner-pane--top{top:0;left:0;transform:translateY(calc(0px - var(--wd-chart-adorner-panel-height) - var(--wd-chart-adorner-panel-gap)))}.ar-chart-adorner-pane--bottom{bottom:0;left:0;transform:translateY(calc(var(--wd-chart-adorner-panel-height) + var(--wd-chart-adorner-panel-gap)))}.ar-chart-adorner-pane--right{top:0;right:0;display:grid;width:var(--wd-chart-adorner-panel-width);height:unset;min-height:100%;transform:translate(calc(var(--wd-chart-adorner-panel-width) + var(--wd-chart-adorner-panel-gap)));grid-template-rows:min-content 1fr}.ar-chart-adorner-pane--right .ar-chart-adorner-pane__content{height:unset}.ar-chart-adorner{position:absolute;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none}.cui-item.ar-chart-adorner-pane__item{flex:0 0 auto;display:inline-block;overflow:hidden;min-width:10px;min-height:-moz-fit-content;min-height:fit-content;height:var(--cui-block-size-sm);padding:0 5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease-in-out,background-color .2s ease-in-out;white-space:nowrap;text-overflow:ellipsis;border-radius:var(--cui-border-radius);font-family:var(--cui-text-family);font-size:var(--cui-text-size);line-height:var(--cui-block-size-sm);flex-grow:0}.cui-item.ar-chart-adorner-pane__item:not(:is(.cui-item.ar-chart-adorner-pane__item--selected)){background-color:var(--cui-btn-bg)}.cui-item.ar-chart-adorner-pane__item:hover{background-color:var(--cui-primary-700)}.ar-chart-drop-target{display:flex;margin:0;padding:1px;width:100%;height:100%}.ar-chart-drop-target--empty{overflow:hidden;text-align:center;color:hsla(var(--neutral-700),.38);font-size:var(--cui-text-size);align-items:center;justify-content:center}.ar-chart-drop-target.wd-drop-area{position:relative}.ar-chart-move-adorner{position:absolute;top:0;left:calc(0px - var(--wd-chart-adorner-move-size) - 5px);width:var(--wd-chart-adorner-move-size);height:var(--wd-chart-adorner-move-size);cursor:pointer;pointer-events:all;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels);box-shadow:var(--cui-shadow-menu)}.ar-chart-move-adorner>.gc-icon{pointer-events:none;display:flex;width:100%;height:100%;align-items:center;justify-content:center}.ar-chart-move-adorner>.gc-icon>svg{width:16px;height:16px}.chart-series-panel-group__content{overflow:hidden;padding:var(--cui-padding-xs)-1px;padding-top:0}.chart-series-panel-group__content .ar-chart-drop-target{flex-direction:column}.chart-series-panel-group__content .ar-chart-adorner-pane__item{width:100%;min-height:-moz-fit-content;min-height:fit-content;flex-shrink:0}.chart-series-panel-group{display:grid;flex:1 1 auto;height:unset;min-height:calc(var(--cui-block-size-sm) * 2 + var(--cui-padding-xs) * 2);grid-template-rows:min-content 1fr}.chart-series-panel-group:hover{background-color:transparent}.chart-series-panel{display:flex;flex-direction:column;width:100%;height:100%;justify-content:stretch}.ar-chart{position:absolute;pointer-events:all;width:100%;height:100%}.ar-chart-error{position:absolute;top:0;left:0;display:flex;overflow:hidden;width:100%;height:100%;text-align:center;word-break:break-word;pointer-events:none;background-color:#fff;font-size:12px;align-items:center;justify-content:center}.ar-chart-dvchart{width:100%;height:100%;pointer-events:none}.ar-chart-clicker{position:absolute;top:0;width:100%;height:100%}.ar-chart-decoration-view{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.ar-chart-decoration-view .selection-decoration{position:absolute;pointer-events:none;border:1px dashed var(--cui-primary-500)}.ar-chart-overlay{position:absolute;top:0;left:0;display:none;width:100%;height:100%;pointer-events:none;opacity:.7;background-color:#fff}.ar-chart-overlay.visible{display:block}.ar-chart-model-dumper{position:absolute;bottom:0;left:-23px;width:19px;cursor:pointer;text-align:center;pointer-events:all;border:1px solid var(--cui-bg-panels-border);background-color:var(--cui-bg-panels);line-height:18px}.ar-chart-model-dumper>i{pointer-events:none}.chart-legends-panel-group__header{height:calc(var(--cui-rounded-radius-sm) + var(--cui-padding-xs))}.chart-legends-panel-group__header .gc-heading__container{gap:5px}.chart-legends-panel-group__header .gc-heading__text{font-size:var(--cui-text-size);text-transform:capitalize}.chart-legends-panel-group__header .gc-heading__divider{opacity:.1}.chart-legends-panel-group__header .gc-btn-group,.chart-legends-panel-group__header button,.chart-legends-panel-group__header .gc-btn-group .gc-icon,.chart-legends-panel-group__header .gc-btn-group .gc-btn__icon,.chart-legends-panel-group__header .gc-btn-group .gc-size-sm,.chart-legends-panel-group__header button .gc-icon,.chart-legends-panel-group__header button .gc-btn__icon,.chart-legends-panel-group__header button .gc-size-sm{width:var(--cui-icon-size-sm);height:var(--cui-icon-size-sm)}.chart-legends-panel-group__content{overflow:hidden;height:0;padding:var(--cui-padding-xs)-1px;padding-top:0}.chart-legends-panel-group__content .ar-chart-drop-target{flex-direction:column}.chart-legends-panel-group__content .ar-chart-adorner-pane__item{width:100%}.chart-legends-panel-group{overflow:hidden;flex:0 0 auto;width:100%;height:calc(var(--cui-rounded-radius-sm) + var(--cui-padding-xs) * 2);min-height:calc(var(--cui-rounded-radius-sm) + var(--cui-padding-xs) * 2)}.chart-legends-panel-group--expanded{display:grid;flex:1 1 auto;height:unset;min-height:calc(var(--cui-padding-xs) / 2 + var(--cui-block-size-lg));grid-template-rows:min-content 1fr}.chart-legends-panel-group--expanded:hover{background-color:transparent}.chart-legends-panel-group--expanded .chart-legends-panel-group__header .gc-icon{transform:rotate(-90deg)}.chart-legends-panel-group--expanded .chart-legends-panel-group__content{height:unset}.chart-legends-panel-group--expanded .chart-legends-panel-group__content .ar-chart-adorner-pane__item{min-height:-moz-fit-content;min-height:fit-content;flex-shrink:0}.chart-legends-panel{display:flex;flex-direction:column;width:100%;height:100%;justify-content:stretch}.ar-checkbox{position:absolute;overflow:hidden;width:100%;height:100%;pointer-events:all;border:none}.ar-checkbox *{pointer-events:none}.ar-checkbox .ar-checkbox-inner{position:relative;display:flex;overflow:hidden;width:100%;height:100%;text-decoration:inherit;-webkit-text-decoration:inherit;align-items:center}.ar-checkbox .ar-checkbox-inner.selected .ar-checkbox-check,.ar-checkbox .ar-checkbox-inner.selected .ar-checkbox-text-wrapper{pointer-events:all}.ar-checkbox .ar-checkbox-check{position:absolute;display:inline-block;box-sizing:border-box;width:16px;height:16px;border:solid black 1px;font-size:14px}.ar-checkbox .ar-checkbox-check.expression{background-color:#000}.ar-checkbox .ar-checkbox-text-wrapper{width:100%;text-decoration:inherit;-webkit-text-decoration:inherit}.ar-checkbox .no-wrap{white-space:nowrap}.ar-checkbox .word-wrap{word-wrap:break-word}.ar-checkbox .char-wrap{word-break:break-all}.ar-checkbox.top .ar-checkbox-check{top:0}.ar-checkbox.top .ar-checkbox-inner{padding-top:17px;align-items:flex-start}.ar-checkbox.middle .ar-checkbox-check{top:calc(50% - 8px)}.ar-checkbox.middle .ar-checkbox-inner{align-items:center}.ar-checkbox.bottom .ar-checkbox-check{bottom:0}.ar-checkbox.bottom .ar-checkbox-inner{padding-bottom:17px;align-items:flex-end}.ar-checkbox.left .ar-checkbox-check{left:0}.ar-checkbox.left .ar-checkbox-inner{padding-left:17px}.ar-checkbox.left .ar-checkbox-text-wrapper{text-align:left}.ar-checkbox.center .ar-checkbox-check{left:calc(50% - 8px)}.ar-checkbox.center .ar-checkbox-text-wrapper{text-align:center}.ar-checkbox.right .ar-checkbox-check{right:0}.ar-checkbox.right .ar-checkbox-inner{padding-right:17px}.ar-checkbox.right .ar-checkbox-text-wrapper{text-align:right}.ar-checkbox .ar-checkbox__textarea-area{position:absolute;top:0;left:0;width:100%;height:100%}.ar-checkbox .ar-checkbox__area{pointer-events:all;position:absolute}.ar-checkbox-check .wd-svg>svg{width:12px}.ar-contentplaceholder{position:absolute;display:flex;width:100%;height:100%;pointer-events:all;color:var(--cui-neutral-300);border:none;background-color:#fff;font-size:8pt;align-items:center;justify-content:center}.ar-contentplaceholder__text{position:absolute;overflow:hidden;text-align:center;pointer-events:none;color:#5c5c5c;max-width:90%;max-height:100%}.ar-default-report-item{overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.6;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.placeholder-grip{position:absolute;width:9pt;height:9pt;cursor:pointer;pointer-events:all;border:1px solid #838383;border-radius:50%;background-color:#969696}.placeholder-grip.fpl-e{top:calc(50% - 4.5pt);right:-15pt;cursor:w-resize}.placeholder-grip.fpl-s{bottom:-15pt;left:calc(50% - 4.5pt);cursor:s-resize}.placeholder-grip.fpl-se{right:-15pt;bottom:-15pt;cursor:se-resize}.ar-placeholder{position:relative;width:100%;height:100%;pointer-events:all}.ar-placeholder .placeholder-border{position:absolute;width:100%;height:100%;pointer-events:none;border:1px solid hsla(var(--primary-500),.1);background:repeating-linear-gradient(-45deg,transparent,transparent 4px,hsla(var(--primary-500),.1) 4px,hsla(var(--primary-500),.1) 6px)}.ar-report.fpl{height:calc(100% - 31px)}.ar-formatted-text{position:relative;overflow:hidden;width:100%;height:100%;word-wrap:break-word;pointer-events:all}.ar-formatted-text .preview{position:absolute;width:100%;height:100%;pointer-events:none}.ar-formatted-text .preview.error{padding:2px;color:var(--cui-error-500);background-color:#d87979;font-size:12px}.ar-image-glyph{position:absolute;width:100%;height:100%;pointer-events:all}.ar-image-glyph .image-container{overflow:hidden;width:100%;height:100%;pointer-events:none;background-repeat:no-repeat}.ar-image-glyph span{display:inline-block;overflow:hidden;width:100%;max-height:100%;padding:2pt;word-wrap:break-word;pointer-events:none;font-size:10pt}.ar-image-glyph .fit-proportional{background-attachment:local;background-size:contain}.ar-image-glyph .fit{background-size:100% 100%}.rdlx-input-field-text{position:absolute;display:flex;overflow:hidden;width:100%;height:100%;word-wrap:break-word;pointer-events:all;border:none;align-items:center}.rdlx-input-field-text *{pointer-events:none}.rdlx-input-field-text--text-wrapper{width:100%;text-decoration:inherit}.rdlx-input-field-checkbox{position:absolute;overflow:hidden;width:100%;height:100%;pointer-events:all;border:none}.rdlx-input-field-checkbox *{pointer-events:none}.rdlx-input-field-checkbox__icon{position:relative;display:flex;overflow:hidden;width:100%;height:100%;text-align:center;text-decoration:inherit;align-items:center;justify-content:center}.rdlx-input-field-checkbox .selected{pointer-events:all}.rdlx-input-field-checkbox--checked{display:inline-block;box-sizing:border-box;width:100%}.rdlx-input-field-checkbox--checked.wd-svg{display:flex}.rdlx-input-field-checkbox--checked.wd-svg>svg{width:100%;height:100%}.ar-line{position:absolute;width:100%;height:100%}.ar-line>div{position:absolute}.ar-line *{pointer-events:none}.ar-list{display:grid;width:100%;height:100%;font-size:var(--cui-text-size)}.ar-list--rows{grid-auto-flow:row;grid-auto-rows:1fr}.ar-list--rows .ar-list__segment{border-top-width:1px}.ar-list--columns{grid-auto-flow:column;grid-auto-columns:1fr}.ar-list--columns .ar-list__segment{border-left-width:1px}.ar-list__work-area{pointer-events:none}.ar-list__segment{display:flex;overflow:hidden;pointer-events:none;color:var(--cui-neutral-300);border-width:0;border-style:dashed;border-color:var(--cui-neutral-100);background-color:var(--cui-bg-panels);align-items:center;justify-content:center}.ar-list__segment-caption{display:grid;margin:0 8px;grid-auto-flow:column}.ar-list__segment-caption-start{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ar-list__segment-caption-end{white-space:pre-wrap}.ar-report.msl{height:calc(100% - 31px)}.ar-report{position:relative;overflow:auto;width:100%;height:100%}.ar-report .ar-page-margin{position:relative;width:calc(100% - 128px);height:calc(100% - 128px);margin:64px}.ar-report .ar-page{display:inline-block;position:relative;pointer-events:all;background-color:#fff;box-shadow:4px 4px 16px 0 var(--cui-neutral-100)}.ar-report .ar-page>div{pointer-events:all}.ar-report .ar-page .ar-page__overlay{opacity:.62;background-color:var(--cui-neutral-50);position:absolute;top:0;left:0;width:100%;height:100%}.ar-report .ar-decorationlayer .section-header{position:absolute;z-index:10001;overflow:hidden;padding:2px var(--cui-padding-xs);cursor:default;transition:all .2s ease-in-out;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;opacity:.5;color:#5c5c5c;border:var(--cui-border-width) solid transparent;background-color:transparent;font-size:var(--cui-text-size-sm)}.ar-report .ar-decorationlayer .section-header__hidden{visibility:hidden;opacity:0}.ar-report .ar-decorationlayer .section-header__primary{transition:all .2s ease-in-out;transform:translateY(-100%);opacity:1;color:var(--cui-white);border:var(--cui-border-width) solid var(--cui-primary-500);background-color:var(--cui-primary-500)}.ar-report .ar-resizeline-vertical{position:absolute;top:0;width:6px;height:100%;cursor:ew-resize;pointer-events:all}.ar-report .ar-resizeline-horizontal{position:absolute;width:100%;height:6px;cursor:ns-resize;pointer-events:all}.ar-report .ar-resizeline-left{left:-3px}.ar-report .ar-resizeline-right{left:calc(100% - 3px)}.ar-report .ar-resizeline-top{top:-3px}.ar-report .ar-resizeline-bottom{top:calc(100% - 3px)}.ar-report .ar-vertical-separator{position:absolute;top:0;width:1px;height:100%;background-color:#00000030}.ar-report .ar-horizontal-separator{position:absolute;width:100%;height:1px;background-color:#00000030}.ar-report .ar-page-borders{width:calc(100% + 2px);height:calc(100% + 2px);margin-top:-1px;margin-left:-1px;border:1px dashed #5c5c5c}.ar-report::-webkit-scrollbar{width:8px;height:8px}.ar-report::-webkit-scrollbar-thumb{background-color:hsla(var(--primary-900),.2);border-radius:var(--cui-rounded-radius-sm);outline:2px solid var(--cui-neutral-50);outline-offset:-2px}.ar-report::-webkit-scrollbar-thumb:hover{background-color:hsla(var(--primary-700),.62)}.ar-report::-webkit-scrollbar-track{background-color:var(--cui-neutral-50)}.ar-report::-webkit-scrollbar-corner{background-color:var(--cui-neutral-50)}.ar-partitem{display:flex;overflow:hidden;flex-direction:column;width:100%;height:100%}.ar-partitem--line{padding:2pt}.ar-partitem--report-part-name{font-size:medium;font-weight:400}.ar-partitem__border-wrapper{position:absolute;pointer-events:none;overflow:hidden}.ar-partitem__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1}.fpl .ar-partitem--grow:not(.ar-partitem--line){background:repeating-linear-gradient(-45deg,transparent,transparent 4px,hsla(var(--primary-500),.1) 4px,hsla(var(--primary-500),.1) 6px)}.msl .ar-partitem--grow:not(.ar-partitem--line){background-color:#fff;background-image:radial-gradient(var(--cui-primary-500) .5pt,transparent 0px),radial-gradient(rgba(128,128,128,.3) 1pt,transparent 0px);background-size:16px 16px;background-position:0 0,8px 8px}.ar-sel-adorner{position:absolute;width:calc(100% + 20px);height:calc(100% + 20px);margin:-10px;border:10px solid transparent}.ar-sel-adorner .grip,.ar-sel-adorner .grip-angle{position:absolute;z-index:9002;display:flex;align-items:center;justify-content:center;width:10px;height:10px;border-radius:50%}.ar-sel-adorner .grip>div,.ar-sel-adorner .grip-angle>div{display:none;width:6px;height:6px;border-radius:50%;background-color:var(--cui-primary-500)}.ar-sel-adorner .grip{border:1px solid var(--cui-primary-500);background:#fff}.ar-sel-adorner .grip-angle{box-sizing:content-box;background:var(--cui-primary-500);width:6px;height:6px;border:1.5px solid white}.ar-sel-adorner .grip-angle:after{content:"";position:absolute;width:12px;height:12px;background:none;border-radius:50%}.ar-sel-adorner .grip-angle-guide{position:absolute;width:2px;background:var(--cui-primary-500);opacity:.5;border-radius:50%}.ar-sel-adorner .grip-n{top:-5px}.ar-sel-adorner .grip-m{top:calc(50% - 5px)}.ar-sel-adorner .grip-s{top:calc(100% - 5px)}.ar-sel-adorner .grip-w{left:-5px}.ar-sel-adorner .grip-c{left:calc(50% - 5px)}.ar-sel-adorner .grip-e{left:calc(100% - 5px)}.ar-sel-adorner .grip-angle-tl{top:0;left:0}.ar-sel-adorner .grip-angle-tr{top:0;right:0}.ar-sel-adorner .grip-angle-bl{bottom:0;left:0}.ar-sel-adorner .grip-angle-br{bottom:0;right:0}.ar-sel-adorner .sel-frame{position:absolute;z-index:9000;top:0;left:0;width:100%;height:100%;pointer-events:none;border:1px solid var(--cui-primary-500)}.ar-sel-adorner .sel-frame__rounding{border:none}.ar-sel-adorner .move-grip-solid .overlay{position:absolute;z-index:9000;cursor:move}.ar-sel-adorner .move-grip-solid .overlay.pos-e{top:0;left:-3px;width:6px;height:100%;cursor:move}.ar-sel-adorner .move-grip-solid .overlay.pos-n{top:-3px;left:0;width:100%;height:6px;cursor:move}.ar-sel-adorner .move-grip-solid .overlay.pos-w{top:0;right:-3px;width:6px;height:100%;cursor:move}.ar-sel-adorner .move-grip-solid .overlay.pos-s{bottom:-3px;left:0;width:100%;height:6px;cursor:move}.ar-sel-adorner .ar-selection-marker{position:absolute;z-index:9002;top:-5px;right:-5px;width:10px;height:10px;transform:rotate(-45deg);border:1px solid hsla(var(--primary-500),.38);background:#fff}.ar-sel-adorner .ar-selection-marker>div{display:none;width:6px;height:6px;margin:1px;background-color:var(--cui-primary-500)}.ar-sel-adorner .ar-selection-marker.primary>div{display:block}.shape-rounding{opacity:.5;border-style:dashed!important}.ar-sel-primary .grip>div{display:block}.line-move-grip{position:absolute;z-index:9001;display:block;height:100%}.line-move-grip>div{position:absolute;z-index:9001;display:block;border:1px solid var(--cui-primary-500)}.ar-line-selection-marker{position:absolute;z-index:9002;top:calc(50% - 5px);left:calc(50% - 5px);width:10px;height:10px;transform:rotate(-45deg);border:1px solid hsla(var(--primary-500),.38);background:#fff}.ar-line-selection-marker>div{display:none;width:6px;height:6px;margin:1px;background-color:var(--cui-primary-500)}.ar-line-selection-marker.primary>div{display:block}.ar-rectangle-glyph{position:relative;width:100%;height:100%}.ar-rectangle-glyph .bg-color,.ar-rectangle-glyph .bg-image,.ar-rectangle-glyph .bg-grid{position:absolute;top:0;overflow:hidden;width:100%;height:100%;pointer-events:none}.ar-rectangle-glyph .ar-rectangle-glyph__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.62;background-color:var(--cui-neutral-50);pointer-events:none}.ar-rectangle-glyph__draggable-area{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:all}.ar-border{position:absolute;top:0;left:0;pointer-events:none}.ar-border__primary{z-index:2!important;border:var(--cui-border-width) solid var(--cui-primary-500)!important}.ar-border__secondary{z-index:1!important;border:var(--cui-border-width) solid hsla(var(--primary-500),.62)!important}.ar-reportitemplace{position:absolute;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.ar-decorative-item *{pointer-events:none!important}.ar-rectangle-glyph{pointer-events:all}.ar-rectangle-glyph .ar-overflowPlaceHolder-glyph{position:absolute;display:flex;overflow:hidden;width:100%;height:100%;text-align:center;word-wrap:break-word;color:gray;border:none;background-color:#fff;align-items:center}.ar-rectangle-glyph .ar-overflowPlaceHolder-glyph>span{width:100%;pointer-events:none}.ar-rich-text{position:relative;overflow:hidden;width:100%;height:100%;word-wrap:break-word;pointer-events:all}.ar-rich-text *{pointer-events:none}.ar-rich-text .ar-rich-text-inner{position:absolute;display:flex;overflow:hidden}.ar-rich-text .ar-rich-text-inner.middle{align-items:center}.ar-rich-text .ar-rich-text-inner.bottom{align-items:flex-end}.ar-rich-text .ar-rich-text-inner.top{align-items:flex-start}.ar-rich-text .ar-rich-text-inner .text-wrapper{overflow:hidden;width:100%;text-decoration:inherit}.ar-corner-adorner{position:absolute;width:100%;height:100%;border:none}.ar-corner-adorner .grip{position:absolute;z-index:9002;border:none;background:transparent}.ar-corner-adorner .grip>div{display:block;width:100%;height:100%;transform:rotate(-45deg);border:1px solid #969696;border-radius:0;background-color:var(--cui-primary-500)}.ar-corner-preview{position:absolute;z-index:9005;overflow:hidden;width:100%;height:100%;border:1px solid #969696}.ar-shape{position:absolute;overflow:visible;width:100%;height:100%;pointer-events:all}.ar-shape .ar-shape-border{position:absolute;overflow:hidden;width:100%;height:100%;pointer-events:none;background:transparent}.ellipse{border-radius:50%}.ar-sparkline-adorner{width:100%;height:100%}.ar-sparkline-adorner .wd-drop-area{width:100%;height:100%;display:flex;-moz-column-gap:4px;column-gap:4px;align-items:center;padding:0 2px}.ar-sparkline-adorner .wd-drop-area>span{flex:1 1 100px;text-align:center}.ar-sparkline-adorner-element{position:absolute;overflow:hidden;width:100%;height:30px;padding:1pt;cursor:default;white-space:nowrap;background-color:var(--cui-bg-panels);border-radius:var(--cui-border-radius);box-shadow:var(--cui-shadow-menu);font-family:Arial;font-size:10pt;color:var(--cui-text-color);pointer-events:all}.ar-sparkline-adorner-element.ar-adorner-groupingExpressions{bottom:-35px}.ar-sparkline-adorner-element.ar-adorner-value{top:-35px}.ar-sparkline-adorner-val{top:1pt;left:1pt;overflow:hidden;flex:.1 1 auto;max-width:50%;text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:var(--cui-border-radius);background-color:var(--cui-neutral-50);font-family:var(--cui-text-family);font-size:var(--cui-text-size-sm);color:var(--cui-text-color);line-height:24px}.ar-sparkline-glyph{pointer-events:all;position:absolute;width:100%;height:100%;border:none;overflow:hidden;padding:2pt}.ar-subreport{position:absolute;display:flex;overflow:hidden;width:100%;height:100%;padding:2pt;pointer-events:all;color:var(--cui-text-color);border:none;background-color:var(--cui-bg-panels);font-size:14pt;font-weight:700;align-items:center;justify-content:center}.ar-subreport>span{overflow:hidden;text-overflow:ellipsis;pointer-events:none}.table-adorner-cells-selection{position:absolute;border-spacing:0;pointer-events:none;border-collapse:collapse}.table-adorner-cells-selection .table-adorner-cell{position:relative;padding:0;border:0;border-width:2px;border-style:none;border-color:var(--cui-primary-500)}.table-adorner-cells-selection .table-adorner-cell>div{position:relative;top:0;left:0;width:100%;height:100%}.table-adorner-cells-selection .table-adorner-cell .table-adorner-cell-area{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent}.table-adorner-cells-selection .table-adorner-cell.table-adorner-cell-selected .table-adorner-cell-area{background-color:#00000020}.table-adorner-cells-selection .table-adorner-cell.table-adorner-cell-selected.primary .table-adorner-cell-area{background-color:transparent}.table-adorner-cells-selection .table-adorner-cell .table-adorner-cell-border{position:absolute;z-index:1313;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-width:2px;border-style:none;border-color:var(--cui-primary-500)}.table-adorner-cells-selection .table-adorner-cell .table-adorner-cell-border.top{border-top-style:solid}.table-adorner-cells-selection .table-adorner-cell .table-adorner-cell-border.bottom{border-bottom-style:solid}.table-adorner-cells-selection .table-adorner-cell .table-adorner-cell-border.left{border-left-style:solid}.table-adorner-cells-selection .table-adorner-cell .table-adorner-cell-border.right{border-right-style:solid}.table-adorner-rows{position:absolute;z-index:13;margin-left:-24px;border-spacing:0;pointer-events:none;border-collapse:collapse}.table-adorner-rows .table-adorner-row{position:relative;padding:0;border:0}.table-adorner-rows .table-adorner-row td{position:relative;width:20px;padding:0}.table-adorner-rows .table-adorner-row td .table-adorner-row-header{width:100%;height:100%;pointer-events:all;border:1px solid var(--cui-neutral-300);background-color:var(--cui-bg-panels)}.table-adorner-rows .table-adorner-row td .table-adorner-row-label{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;color:var(--cui-text-color);justify-content:center;align-items:center}.table-adorner-rows .table-adorner-row.selected .table-adorner-row-header{background-color:var(--cui-neutral-100)}.table-adorner-rows .table-adorner-row:nth-child(2) .table-adorner-row-header{border-radius:4px 4px 0 0}.table-adorner-rows .table-adorner-row:last-child .table-adorner-row-header{border-radius:0 0 4px 4px}.table-adorner-columns{position:absolute;z-index:13;margin-top:-24px;border-spacing:0;pointer-events:none;border-collapse:collapse}.table-adorner-columns .table-adorner-column{position:relative;height:20px;padding:0;border:0}.table-adorner-columns .table-adorner-column .table-adorner-column-header{width:100%;height:100%;pointer-events:all;border:1px solid var(--cui-neutral-300);background-color:var(--cui-bg-panels)}.table-adorner-columns .table-adorner-column.selected .table-adorner-column-header{background-color:var(--cui-neutral-100)}.table-adorner-columns .table-adorner-column:nth-child(2) .table-adorner-column-header{border-radius:4px 0 0 4px}.table-adorner-columns .table-adorner-column:last-child .table-adorner-column-header{border-radius:0 4px 4px 0}.table-adorner-spot{position:absolute;z-index:13;pointer-events:all}.table-adorner-spot.row-spot{top:calc(-4px + 100%);bottom:-4px;left:0;width:100%}.table-adorner-spot.row-spot .table-adorner-spot-add{left:-20px}.table-adorner-spot.row-spot .table-adorner-spot-add .table-adorner-spot-add-button{top:calc(50% - 7.5px)}.table-adorner-spot.row-spot .table-adorner-spot-add .table-adorner-spot-add-deco{top:calc(50% - 1.5px);left:15px;width:29px;height:3px}.table-adorner-spot.row-spot .table-adorner-spot-add .table-adorner-spot-add-deco .table-adorner-spot-add-deco-area div{left:100%;height:100%}.table-adorner-spot.row-spot .table-adorner-spot-add-grip{cursor:row-resize}.table-adorner-spot.column-spot{top:0;right:-4px;width:8px;height:100%}.table-adorner-spot.column-spot .table-adorner-spot-add{top:-20px}.table-adorner-spot.column-spot .table-adorner-spot-add .table-adorner-spot-add-button{left:calc(50% - 7.5px)}.table-adorner-spot.column-spot .table-adorner-spot-add .table-adorner-spot-add-deco{top:15px;left:calc(50% - 1.5px);width:3px;height:29px}.table-adorner-spot.column-spot .table-adorner-spot-add .table-adorner-spot-add-deco .table-adorner-spot-add-deco-area div{top:100%;width:100%}.table-adorner-spot.column-spot .table-adorner-spot-add-grip{cursor:col-resize}.table-adorner-spot .table-adorner-spot-add{position:absolute;z-index:13;display:none;width:100%;height:100%}.table-adorner-spot .table-adorner-spot-add .table-adorner-spot-add-button{position:absolute;width:15px;height:15px;cursor:pointer;border-radius:50%;background-color:var(--cui-primary-500)}.table-adorner-spot .table-adorner-spot-add .table-adorner-spot-add-button i{color:#fff}.table-adorner-spot .table-adorner-spot-add .table-adorner-spot-add-button i>svg{width:12px!important}.table-adorner-spot .table-adorner-spot-add .table-adorner-spot-add-deco{position:absolute;background-color:var(--cui-primary-500)}.table-adorner-spot .table-adorner-spot-add .table-adorner-spot-add-deco .table-adorner-spot-add-deco-area{position:relative;width:100%;height:100%}.table-adorner-spot .table-adorner-spot-add .table-adorner-spot-add-deco .table-adorner-spot-add-deco-area div{position:absolute;background-color:var(--cui-primary-500)}.table-adorner-spot:hover .table-adorner-spot-add{display:block}.table-adorner-spot .table-adorner-spot-add-grip{position:absolute;z-index:13;top:0;left:0;width:100%;height:100%}.table-adorner-move-grip{position:absolute;z-index:13;top:-24px;left:-24px;display:flex;width:20px;height:20px;cursor:pointer;pointer-events:all;border:1px solid var(--cui-neutral-300);border-radius:50%;background-color:var(--cui-bg-panels);justify-content:center;align-items:center}.table-adorner-move-grip>.gc-icon{pointer-events:none}.table-adorner .ar-adorner-panel{position:absolute;top:0;left:calc(100% + 5px);width:200px;height:100%;min-height:120px}.table-adorner-icon-group{display:flex;width:16px;height:16px;white-space:nowrap;font-size:var(--cui-text-size-sm);line-height:var(--cui-icon-size-sm);align-items:center;justify-content:left}.table-adorner-icon-group>.gc-icon{overflow:hidden;width:7px}.wd-table-overlay{position:absolute;z-index:9002;top:0;left:0;width:100%;height:100%;pointer-events:none}.wd-column-drop{position:absolute;bottom:0;left:0;display:none;width:10px;height:100%;transform:translate(-50%);pointer-events:all}.wd-column-drop:after{position:absolute;bottom:0;left:50%;display:none;width:3px;height:calc(100% + 30px);content:"";transform:translate(-50%);background-color:var(--cui-primary-500)}.wd-column-drop__icon{position:absolute;bottom:100%;left:50%;display:none;width:15px;height:15px;transform:translate(-50%,-29px);color:var(--cui-white);border-radius:50%;background-color:var(--cui-primary-500)}.wd-column-drop--active{display:block}.wd-column-drop--hover .wd-column-drop__icon,.wd-column-drop--hover:after{display:block}.wd-column-drop--fill-column{height:calc(100% + 24px);transform:none}.wd-column-drop--drop-before .wd-column-drop__icon{display:none}.wd-column-drop--drop-before.wd-column-drop--hover:after{left:0;display:block;height:100%}.wd-column-drop--drop-after .wd-column-drop__icon{display:none}.wd-column-drop--drop-after.wd-column-drop--hover:after{right:0;left:auto;display:block;height:100%;transform:translate(50%)}.ar-table-glyph{width:100%;height:100%}.ar-table{border-spacing:0;pointer-events:all;border-collapse:collapse}.ar-table td{padding:0}.ar-tablix-cell>div{position:relative;width:100%;height:100%}.ar-tablix-cell>div>div:not(.ar-item):not(.ar-rectangle-glyph){position:absolute;pointer-events:none}.ar-tablix-cell-hover{background-color:var(--cui-primary-700)!important}.ar-tablix-adorner{position:absolute;z-index:13;border-spacing:0;pointer-events:none;border:0}.ar-tablix-adorner .ar-tablix-adorner-table{box-sizing:border-box;table-layout:fixed;border-spacing:0;color:var(--cui-text-color);border-collapse:separate}.ar-tablix-adorner .ar-tablix-adorner-table tr>td{padding:0}.ar-tablix-adorner .pointer-grip{position:absolute;top:0;left:0;width:18px;height:18px;cursor:pointer;pointer-events:all}.ar-tablix-adorner .ar-tablix-adorner-resize{border-right:2px solid var(--cui-primary-500);border-bottom:2px solid var(--cui-primary-500)}.ar-tablix-adorner .ar-tablix-sections{position:absolute}.ar-tablix-adorner .ar-tablix-sections>div{position:absolute;border-width:0;border-style:dashed;border-color:#c2c2c2}.ar-tablix-adorner .ar-tablix-sections>div.ar-tablix-section-v{width:5px;border-right-width:1px;border-left-width:1px}.ar-tablix-adorner .ar-tablix-sections>div.ar-tablix-section-h{height:5px;border-top-width:1px;border-bottom-width:1px}.ar-tablix-selection{position:absolute;margin:0;padding:0;border-spacing:0;border:0}.ar-tablix-groups{position:absolute;pointer-events:none}.ar-tablix-groups .ar-tablix-col-group{position:absolute;height:10px;border-style:solid;border-color:#c2c2c2;border-top-width:3px;border-right-width:3px;border-bottom-width:0;border-left-width:3px}.ar-tablix-groups .ar-tablix-row-group{position:absolute;width:10px;border-style:solid;border-color:#c2c2c2;border-top-width:3px;border-right-width:0;border-bottom-width:3px;border-left-width:3px}.ar-tablix-groups .ar-tablix-col-group.highlighted,.ar-tablix-groups .ar-tablix-row-group.highlighted{border-color:var(--cui-primary-700)}.ar-tablix-selection-selected:not(.ar-tablix-selection-primary){background-color:#00000020}.ar-tablix-selection-selected.ar-tablix-selection-primary{background-color:transparent}.ar-tablix-selection-cell{padding:0;border:0}.ar-tablix-selection-cell>div{position:relative;width:100%;height:100%}.ar-tablix-selection-cell>div>div{position:absolute;z-index:1313;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-width:2px;border-style:none;border-color:var(--cui-primary-500)}.ar-tablix-header-cell{position:relative;text-align:center;pointer-events:all;border:1px solid var(--cui-neutral-300);background-color:var(--cui-bg-panels);line-height:17px}.ar-tablix-header-cell.corner{border-radius:9px}.ar-tablix-header-cell.left{border-radius:4px 0 0 4px}.ar-tablix-header-cell.top{border-radius:4px 4px 0 0}.ar-tablix-header-cell.right{border-radius:0 4px 4px 0}.ar-tablix-header-cell.bottom{border-radius:0 0 4px 4px}.ar-tablix-header-cell-selection-primary{border-color:var(--cui-neutral-300);background-color:var(--cui-neutral-100)}.ar-tablix-header-cell-selection-selected:not(.ar-tablix-header-cell-selection-primary){border-color:var(--cui-neutral-300);background-color:var(--cui-neutral-100)}.ar-tablix-header-cell-selection-projection:not(.ar-tablix-header-cell-selection-primary){border-color:var(--cui-neutral-300);background-color:var(--cui-neutral-100)}.ar-tablix-adorner-spot{position:relative;display:flex;width:100%;height:100%;pointer-events:none;justify-content:center;align-items:center}.ar-tablix-adorner-spot>.gc-icon{pointer-events:none}.ar-tablix-adorner-spot .ar-tablix-adorner-spot-label{position:absolute;top:calc(50% - 8px);width:100%}.ar-tablix-adorner-spot-col{position:absolute;z-index:13;top:-1px;height:18px;pointer-events:all}.ar-tablix-adorner-spot-col:hover .ar-tablix-add-column{display:block}.ar-tablix-adorner-spot-col>div.ar-tablix-add-column-grip{position:absolute;z-index:13;top:0;left:0;width:100%;height:100%;cursor:col-resize}.ar-tablix-add-column{position:absolute;z-index:13;top:-22px;left:-4px;display:none;width:16px}.ar-tablix-add-column .ar-tablix-add-column-knob{position:absolute;top:0;left:0;display:block;width:16px;height:16px;cursor:pointer;border-radius:16px;background-color:var(--cui-primary-500)}.ar-tablix-add-column .ar-tablix-add-column-knob:hover{text-decoration:none}.ar-tablix-add-column .ar-tablix-add-column-knob>i{display:flex;width:16px;height:16px;text-align:center;color:#fff;font-size:15px;line-height:16px}.ar-tablix-add-column .ar-tablix-add-column-knob>i>svg{width:12px!important}.ar-tablix-add-column>div.ar-tablix-add-column-deco{position:absolute;top:14px;left:6.5px;width:3px;height:calc(100% - 13px);background-color:var(--cui-primary-500)}.ar-tablix-adorner-spot-row{position:absolute;z-index:13;left:-1px;width:18px;pointer-events:all}.ar-tablix-adorner-spot-row:hover .ar-tablix-add-row{display:block}.ar-tablix-adorner-spot-row>div.ar-tablix-add-row-grip{position:absolute;z-index:13;top:0;left:0;width:100%;height:100%;cursor:row-resize}.ar-tablix-add-row{position:absolute;z-index:13;bottom:-4px;left:-22px;display:none;height:16px}.ar-tablix-add-row .ar-tablix-add-row-knob{position:absolute;top:0;left:0;display:block;width:16px;height:16px;cursor:pointer;border-radius:16px;background-color:var(--cui-primary-500)}.ar-tablix-add-row .ar-tablix-add-row-knob:hover{text-decoration:none}.ar-tablix-add-row .ar-tablix-add-row-knob>i{display:flex;width:16px;height:16px;text-align:center;color:#fff;font-size:15px;line-height:16px}.ar-tablix-add-row .ar-tablix-add-row-knob>i>svg{width:12px!important}.ar-tablix-add-row>div.ar-tablix-add-row-deco{position:absolute;top:6.5px;left:14px;width:calc(100% - 14px);height:3px;background:var(--cui-primary-500)}.ar-tablix-header-cell.edit{width:18px;height:19px;cursor:pointer;pointer-events:all;border-radius:4px}.ar-tablix-header-cell.edit.disabled{cursor:no-drop;opacity:.5}.ar-tablix-header-cell.edit:hover{background-color:var(--cui-neutral-100)}.ar-tablix{border-spacing:0;pointer-events:all;border-collapse:collapse}.ar-tablix td{padding:0}.ar-textbox{position:absolute;pointer-events:all;width:100%;height:100%;border:none}.ar-textbox *{pointer-events:none}.ar-textbox .ar-textbox-inner{position:absolute;display:flex;overflow:hidden}.ar-textbox .ar-textbox-inner .text-wrapper{width:100%;text-decoration:inherit;-webkit-text-decoration:inherit}.ar-textbox .ar-textbox-inner .text-wrapper span{-webkit-text-combine:horizontal;-ms-text-combine-horizontal:all;text-combine-upright:all}.ar-textbox .ar-textbox-inner.middle{align-items:center}.ar-textbox .ar-textbox-inner.bottom{align-items:flex-end}.ar-textbox .ar-textbox-inner.top{align-items:flex-start}.ar-textbox .ar-textbox-inner.no-wrap{white-space:nowrap}.ar-textbox .ar-textbox-inner.word-wrap{word-wrap:break-word}.ar-textbox .ar-textbox-inner.char-wrap{word-break:break-all}.ar-textbox .ar-textbox-inner.tb-rl{writing-mode:vertical-rl;-ms-writing-mode:tb-rl}.ar-toc{position:absolute;width:100%;height:100%;pointer-events:all}.ar-toc-glyph{width:100%;height:100%}.ar-toc .toc-body{position:absolute;overflow:hidden;width:calc(100% + 25px);height:100%;pointer-events:none}.ar-toc .toc-body .toc-levels{width:100%;height:auto;pointer-events:all}.ar-toc:hover .toc-insert-wrapper{display:block}.ar-toc .toc-insert-wrapper{position:relative;z-index:9002;top:calc(100% - 5px);display:none;padding-top:12px}.ar-toc .toc-insert-wrapper:hover{display:block}.ar-toc .toc-insert-wrapper:active{pointer-events:none}.ar-toc .toc-insert-wrapper .toc-insert{overflow:hidden;width:100%;height:auto;text-align:left;pointer-events:all;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels);box-shadow:var(--cui-shadow-menu)}.toc-level{width:100%;height:auto;white-space:nowrap;pointer-events:none}.toc-level__body{position:relative;float:left;overflow:hidden;width:calc(100% - 25px);pointer-events:all}.toc-level__body .ar-item{position:relative;overflow:hidden;width:100%;height:auto;white-space:nowrap;pointer-events:none}.toc-level__container{overflow:hidden;width:100%;height:auto;padding:2pt;vertical-align:middle;white-space:normal;pointer-events:none;background:transparent}.toc-level__numbering{display:inline-block;padding-right:2pt}.toc-level__name{padding-right:2pt;word-wrap:break-word}.toc-level__fill-char{position:absolute;bottom:2pt;white-space:nowrap}.toc-level__page-number{position:absolute;right:0;bottom:0;padding:2pt}.toc-level__selection{position:absolute;top:0;width:100%;height:100%;pointer-events:none;border:1px solid var(--cui-primary-500);background-color:#00000020}.toc-level__selection--primary{background-color:transparent}.toc-level-delete{position:absolute;right:0;visibility:hidden;width:20px;height:20px;pointer-events:all}.toc-level-delete>.gc-icon.gc-btn__icon{display:flex;width:20px;height:20px;align-items:center;justify-content:center}.toc-level-delete>.gc-icon.gc-btn__icon>svg{width:var(--cui-icon-size);height:var(--cui-icon-size)}.toc-body:hover .toc-level-delete{visibility:visible}.items-text-input-area{pointer-events:all;position:fixed;top:100%;left:100%;width:0;height:0;padding:0;border-width:0;text-align:initial;resize:none;background-color:transparent;box-shadow:inset 0 0 0 1px}.items-text-input-area.active-input{z-index:14;position:absolute}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat{background-repeat:repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.rpx-surface{overflow:hidden;width:100%;height:100%;background-color:var(--cui-neutral-50)}.rpx-area-selector{padding-top:1px;padding-bottom:1px;min-height:100%;min-width:100%;height:100%}.rpx-area-selector__drag-source{padding-top:1px;padding-bottom:1px;min-height:100%;min-width:100%;height:100%;pointer-events:all}.rpx-page{position:relative;z-index:0;background-color:#fff;box-shadow:4px 4px 16px 0 var(--cui-neutral-100)}.rpx-page__gutter{height:100%;pointer-events:none;background-color:#aaa9}.rpx-page__content{position:relative;width:100%;height:100%}.rpx-page-wrapper{margin-top:64px;margin-bottom:64px;margin-left:64px}.drag-layer{position:absolute;width:100%;height:100%;top:0;pointer-events:none}.drag-layer .dnd-preview{position:absolute}.drag-layer .rectangle-area-frame{position:absolute;z-index:2;border:1px solid var(--cui-primary-500);background-color:hsla(var(--primary-500),.1)}.rpx-section{position:relative;width:100%}.rpx-rectangle{position:relative;width:100%;height:100%}.rpx-item{position:absolute;z-index:1}.rpx-item--over{background-color:var(--cui-primary-500)}.rpx-item--can-drop{box-shadow:inset 0 0 2px 2px var(--cui-primary-500)}.rpx-group-header-preview{color:var(--cui-white);border:var(--cui-border-width) solid var(--cui-primary-500);background-color:var(--cui-primary-500);font-size:var(--cui-text-size-sm);padding:2px 7px 2px 5px;transform:translateY(calc(-100% + 2px));display:flex;align-items:center;gap:5px}.drag-layer .group-drop-line{position:absolute;width:100%;height:var(--cui-border-width-focused);background-color:var(--cui-primary-500)}.fixed-zoom{zoom:1}.rpx-selection{position:absolute;top:0;left:0;width:100%;height:100%;border:var(--cui-border-width) solid rgba(170,170,170,.6)}.rpx-selection__primary{border:var(--cui-border-width) solid var(--cui-primary-500)}.rpx-selection__secondary{border:var(--cui-border-width) solid hsla(var(--primary-500),.62)}.rpx-selection__rounding{border:none}.rpx-selection .mover>div{position:absolute;z-index:10001;cursor:move}.rpx-selection .mover .mover-n{top:-3px;left:0;width:100%;height:6px}.rpx-selection .mover .mover-e{top:0;left:-3px;width:6px;height:100%}.rpx-selection .mover .mover-s{bottom:-3px;left:0;width:100%;height:6px}.rpx-selection .mover .mover-w{top:0;right:-3px;width:6px;height:100%}.rpx-selection .grip,.rpx-selection .grip-angle{position:absolute;z-index:10002;display:flex;align-items:center;justify-content:center;width:10px;height:10px;border-radius:50%}.rpx-selection .grip>div,.rpx-selection .grip-angle>div{width:6px;height:6px;border-radius:50%;background-color:var(--cui-primary-500)}.rpx-selection .grip{border:1px solid var(--cui-primary-500);background:#fff}.rpx-selection .grip-angle{box-sizing:content-box;background:var(--cui-primary-500);width:6px;height:6px;border:1.5px solid white}.rpx-selection .grip-angle:after{content:"";position:absolute;width:12px;height:12px;background:none;border-radius:50%}.rpx-selection .grip-angle-guide{position:absolute;width:2px;background:var(--cui-primary-500);opacity:.5;border-radius:50%}.rpx-selection .grip-n{top:-5px}.rpx-selection .grip-vm{top:calc(50% - 5px)}.rpx-selection .grip-s{top:calc(100% - 5px)}.rpx-selection .grip-w{left:-5px}.rpx-selection .grip-hm{left:calc(50% - 5px)}.rpx-selection .grip-e{left:calc(100% - 5px)}.rpx-selection .grip-angle-tl{top:0;left:0}.rpx-selection .grip-angle-tr{top:0;right:0}.rpx-selection .grip-angle-bl{bottom:0;left:0}.rpx-selection .grip-angle-br{bottom:0;right:0}.rpx-selection .grip-point{cursor:crosshair}.rpx-selection .disabled{cursor:default;background-color:#d3d3d3}.rpx-selection .disabled>div{opacity:.6}.rpx-line-selection{border:none}.rpx-shape-rounding{opacity:.5;border-style:dashed!important}.rpx-line-border{position:absolute;z-index:1000;transform-origin:top left;border:1px solid var(--cui-primary-500)}textarea.gc-textarea.rpx-script-editor{font-family:monospace;line-height:1.2}textarea.gc-textarea.rpx-script-editor:not([disabled]):hover{background-color:var(--cui-neutral-50)}textarea.gc-textarea.rpx-script-editor:not([disabled]):focus{background-color:var(--cui-neutral-50)}.rpx-script-editor__menu .gc-menu__logo .gc-btn{overflow:hidden}.rpx-script-editor__menu .gc-menu__logo .gc-btn .gc-icon{width:var(--cui-block-size-lg)}.rpx-script-editor__menu .gc-menu__logo .gc-btn .gc-btn__text{padding-left:var(--cui-block-size-lg)}.rpx-ruler-highlighter__primary{background-color:var(--rulers-span-primary)}.rpx-ruler-highlighter__secondary{background-color:var(-rulers-span-secondary)}.rpx-ruler-marker--accent{background-color:var(--cui-primary-500)}.rpx-picture-item{display:flex;overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.rpx-picture-item__image{width:100%;height:100%;background-repeat:no-repeat}.rpx-reportinfo-item{display:flex;overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:10pt}.rpx-subreport-item{display:block;overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);word-wrap:break-word;font-size:10pt}.rpx-checkbox-item{display:flex;overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.rpx-checkbox-item__text{display:inline-block}.rpx-checkbox-item__check{position:absolute;display:inline-block;box-sizing:border-box;width:16px;height:16px;border:solid black 1px}.rpx-checkbox-item__check .wd-svg{display:flex;height:100%;align-items:center;justify-content:center}.rpx-checkbox-item__check .wd-svg>svg{width:12px}.rpx-checkbox-item--top .rpx-checkbox-item__check{top:0}.rpx-checkbox-item--top .rpx-checkbox-item__text{padding-top:17px}.rpx-checkbox-item--middle .rpx-checkbox-item__check{top:calc(50% - 8px)}.rpx-checkbox-item--bottom .rpx-checkbox-item__check{bottom:0}.rpx-checkbox-item--bottom .rpx-checkbox-item__text{padding-bottom:17px}.rpx-checkbox-item--left .rpx-checkbox-item__check{left:0}.rpx-checkbox-item--left .rpx-checkbox-item__text{padding-left:17px}.rpx-checkbox-item--center .rpx-checkbox-item__check{left:calc(50% - 8px)}.rpx-checkbox-item--right .rpx-checkbox-item__check{right:0}.rpx-checkbox-item--right .rpx-checkbox-item__text{padding-right:17px}.rpx-textbox-item{display:flex;overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.rpx-textbox-item__text{display:inline-block}.rpx-textbox-item__text--rtl{direction:rtl;unicode-bidi:embed}.rpx-label-item{display:flex;overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.rpx-label-item__text{display:inline-block}.rpx-label-item__text--rtl{direction:rtl;unicode-bidi:embed}.rpx-shape-item{overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.rpx-shape-item--ellipse{border-radius:50%}.rpx-barcode-item{position:absolute;inset:0;pointer-events:all}.rpx-barcode-item .rpx-barcode-item-wrapper{position:relative;pointer-events:none;width:100%;height:100%;overflow:hidden;padding:0}.rpx-barcode-item .rpx-barcode-item-wrapper__content{position:absolute;display:block}.rpx-barcode-item .rpx-barcode-item-wrapper__content svg{display:block}.rpx-barcode-item__error{position:absolute;top:0;left:0;display:flex;overflow:hidden;width:100%;height:100%;text-align:center;word-break:break-word;pointer-events:none;font-size:12px;align-items:center;justify-content:center}.rpx-barcode-item__stub{position:absolute;overflow:hidden;width:100%;height:100%;padding:2pt;pointer-events:none;color:var(--cui-text-color);border:none;background-color:var(--cui-bg-panels);font-size:8pt;font-weight:700}.rpx-barcode-item__model-dumper{position:absolute;bottom:var(--cui-border-radius);left:calc(0px - var(--cui-border-radius) - var(--cui-block-size-sm));width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);cursor:pointer;text-align:center;pointer-events:all;border-radius:var(--cui-border-radius);background-color:var(--cui-bg-panels);line-height:var(--cui-block-size-sm)}.rpx-barcode-item__model-dumper>i{display:flex;width:var(--cui-block-size-sm);height:var(--cui-block-size-sm);pointer-events:none;align-items:center;justify-content:center}.rpx-default-item{overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:.6;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.dnd-preview{position:absolute}.default-dnd-preview{opacity:.6;margin:1px;border:solid 2px black}.rpx-line-item,.dnd-preview-line{position:absolute;transform-origin:top left}.rpx-unknown-item{overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:.6;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm)}.rpx-page-break-item{background-color:var(--cui-primary-500);left:0;height:1px}.rpx-section>.rpx-rectangle-selection{pointer-events:none}.rpx-section>.angle{height:100%;width:100%}.rpx-section__highlighted{position:relative}.rpx-section__highlighted:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--cui-primary-500)}.rpx-section .section-header{position:absolute;z-index:10001;max-width:100%;overflow:hidden;padding:2px 5px;cursor:default;transition:all .2s ease-in-out;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;opacity:.5;color:#5c5c5c;border:var(--cui-border-width) solid transparent;background-color:transparent;display:flex;align-items:center;gap:5px;font-size:var(--cui-text-size-sm)}.rpx-section .section-header__primary{transform:translateY(-100%);pointer-events:all;opacity:1;color:var(--cui-white);border:var(--cui-border-width) solid var(--cui-primary-500);background-color:var(--cui-primary-500)}.rpx-section .section-header__draggable{cursor:grab;padding:2px 7px 2px 5px}.rpx-section .section-header__hidden{visibility:hidden;opacity:0}.rpx-cross-section-box-item{overflow:hidden;width:100%;height:100%;padding:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.rpx-cross-section-line-item{overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.dnd-preview-cross-section-line{opacity:.6;margin:1px;border-left:solid 2px black}.rpx-rich-text{overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-wrap:break-word;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:10pt}.rpx-input-field-checkbox{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border:1px dotted rgba(170,170,170,.6)}.rpx-input-field-checkbox__icon{display:flex;overflow:hidden;width:100%;height:100%;justify-content:center;align-items:center}.rpx-input-field-checkbox--checked{display:inline-block;box-sizing:border-box;width:100%}.rpx-input-field-checkbox--checked.wd-svg{display:flex}.rpx-input-field-checkbox--checked.wd-svg>svg{width:100%;height:100%}.rpx-input-field-text{display:flex;overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-break:break-word;pointer-events:none;border:1px dotted rgba(170,170,170,.6);font-size:var(--cui-text-size-sm);align-items:center}.rpx-input-field-text__text{display:inline-block}.wd-image-editor-native-input{opacity:0;width:0;height:0;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.wd-rpx-shape-editor__preview-box{display:flex;width:18px;height:18px;align-items:center;justify-content:center}.wd-rpx-shape-editor__preview-content{border:2px solid}.wd-rpx-shape-editor__preview-content--rectangle{width:16px;height:12px}.wd-rpx-shape-editor__preview-content--round-rect{width:16px;height:12px;border-radius:5px}.wd-rpx-shape-editor__preview-content--ellipse{width:16px;height:12px;border-radius:50%}.wd-rpx-background-style-editor__preview-box{display:flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:4px}.wd-rpx-background-style-editor__preview-box--solid{background-color:currentColor}.wd-rpx-background-style-editor__preview-box--gradient{box-shadow:inset 0 0 0 1px #0000001a;background-image:linear-gradient(135deg,transparent 30%,currentColor 80%)}.wd-rpx-background-style-editor__preview-box--pattern{width:19px;height:19px;background-image:linear-gradient(currentColor 2px,transparent 2px),linear-gradient(to right,currentColor 2px,transparent 2px);background-size:7px 7px;background-position:5px 5px;box-shadow:inset 0 0 0 2px currentColor}.app-about{padding:var(--cui-padding)}.app-about .app-name,.app-about .product-name,.app-about .product-help-title{font-size:24px}.app-about .app-version,.app-about .product-version,.app-about .copyright,.app-about .product-help-link{font-size:14px}.app-about>p>a{word-break:break-all;word-wrap:break-word}.wd-sidebar-panel{position:relative;width:100%;padding:0 var(--cui-padding)}.wd-sidebar-panel__heading{width:100%;padding:var(--cui-padding-sm) 0 var(--cui-padding-xs) 0}.wd-sidebar-panel__content{width:100%;padding-bottom:var(--cui-padding);border-bottom:1px solid var(--cui-neutral-100)}.wd-sidebar-panel__placeholder{display:block;overflow:hidden;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:var(--cui-text-semi-60);font-size:var(--cui-text-size);line-height:var(--cui-block-size)}.dataset-list-level-1{margin-left:16px}.dataset-list-level-2{margin-left:32px}.dataset-list-level-3,.dataset-list-level-4,.dataset-list-level-5{margin-left:40px}.ar-data-panel{height:100%}#parameter-editor-shutter .ar-shutter,#smart-suggestions-editor-shutter .ar-shutter{height:100%;margin-bottom:0}#parameter-editor-shutter .ar-shutter .ar-shutter-content,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content{display:flex;flex-direction:column;height:100%}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body{position:relative;flex-grow:1;overflow:auto;margin-left:var(--cui-padding-xs);margin-right:var(--cui-padding-xs)}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .panel-heading,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .panel-heading{height:45px;padding:0 var(--cui-padding);text-transform:uppercase;color:var(--cui-primary-500);background-color:transparent;font-size:14px;font-weight:600;line-height:50px}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .panel-body,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .panel-body{padding:0 0 var(--cui-padding) 0;border-bottom-width:1px;border-bottom-style:solid;-o-border-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,var(--cui-neutral-100) 3%,var(--cui-neutral-100) 97%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%) 1 stretch;border-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,var(--cui-neutral-100) 3%,var(--cui-neutral-100) 97%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%) 1 stretch;border-image-slice:0 0 100 0}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .wd-parameter-editor,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .wd-parameter-editor{margin:0 var(--cui-padding)}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons{position:relative}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default,#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:focus,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:focus{position:absolute;top:0;border-style:none;display:block;width:30px;height:30px;padding:0;text-align:left;background:none;font-size:12px;line-height:40px}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default>span,#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:focus>span,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default>span,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:focus>span{margin-left:calc(0px - var(--cui-padding-xs));padding-right:var(--cui-padding-sm)}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default>i,#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:focus>i,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default>i,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:focus>i{display:flex;float:left;width:30px;height:30px;text-align:center;font-size:13px;line-height:32px}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:hover,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons .btn.btn-default:hover{background-color:var(--cui-neutral-100)}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons.left,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons.left{padding-left:40px}#parameter-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons.left .btn.btn-default,#smart-suggestions-editor-shutter .ar-shutter .ar-shutter-content .ar-shutter-body .ar-with-buttons.left .btn.btn-default{top:10px;left:5px}.wd-smart-suggestions-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:var(--cui-padding);padding:var(--cui-padding-sm)}.ed-datasource-dialog__content{padding:var(--cui-padding)}.ed-datasource-dialog__content>.gc-label{margin-bottom:var(--cui-padding)}.monospaced-editor{font-family:monospace!important}.ed-dataset-dialog__content{padding:var(--cui-padding)}.ed-dataset-dialog__content>.gc-label{margin-bottom:var(--cui-padding)}.ed-dataset-dialog .ed-dataset-navbar{display:flex;margin-bottom:var(--cui-padding-sm);align-items:start;justify-content:left}.ed-dataset-dialog .ed-dataset-navbar .ed-dataset-breadcrumbs{display:flex;flex:1 1 auto}.ed-dataset-dialog .wd-filters{margin:0 var(--cui-padding)}.ed-dataset-dialog .wd-data-set-filters__header{display:flex;height:30px;margin:0 var(--cui-padding);font-size:12px;line-height:14px;align-items:center;justify-content:space-between}.treecombo-dropdown{padding:6px}.treecombo-dropdown>button{width:100%;min-width:120px}.wd-app-overlay{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:var(--wrd-bg-body-semi-70)}.wd-app-overlay .loader-circle{position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.wd-app-overlay span{position:absolute;top:50%;right:0;left:0;display:block;margin-top:30px;text-align:center;color:var(--cui-text-color);font-size:14px}.wd-app-overlay .loader{display:flex;justify-content:center;height:100%}.wd-web-designer{width:100%;height:100%;font-family:var(--cui-text-family)}.wd-web-designer *,.wd-web-designer *:before,.wd-web-designer *:after{box-sizing:border-box}.wd-web-designer .gc-portal-root--notifications>.gc-positioner{pointer-events:none}.wd-web-designer .gc-portal-root--notifications>.gc-positioner>*{pointer-events:all}.wd-web-designer--viewer>.gc-app{display:none}.arjs-collection-header,.arjs-collection-element{display:flex}.arjs-collection-header>div,.arjs-collection-element>div{padding:2px;width:100%}.eval-text{position:absolute;bottom:30pt;right:50pt;pointer-events:none;text-align:right}.open-file-dialog-hidden{top:0;left:0;width:0;height:0;opacity:0}.arjs-designer-license-badge{padding:0 var(--cui-padding-xs)}.gc-btn.arjs-designer-license-badge .gc-badge.arjs-designer-license-badge__content{margin:0}body{--ag-legacy-styles-loaded: "true"}.ag-icon{font-family:var(--ag-icon-font-family);font-weight:var(--ag-icon-font-weight);color:var(--ag-icon-font-color);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);position:relative}.ag-icon:before{content:"";font-family:inherit}.ag-icon:after{background:transparent var(--ag-icon-image, none) center/contain no-repeat;display:var(--ag-icon-image-display);opacity:var(--ag-icon-image-opacity, .9);position:absolute;inset:0;content:""}.ag-icon-aggregation{font-family:var(--ag-icon-font-family-aggregation, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-aggregation, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-aggregation, var(--ag-icon-font-color))}.ag-icon-aggregation:before{content:var(--ag-icon-font-code-aggregation, "\f101");display:var(--ag-icon-font-display-aggregation, var(--ag-icon-font-display))}.ag-icon-aggregation:after{background-image:var(--ag-icon-image-aggregation, var(--ag-icon-image));display:var(--ag-icon-image-display-aggregation, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-aggregation, var(--ag-icon-image-opacity, .9))}.ag-icon-arrows{font-family:var(--ag-icon-font-family-arrows, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-arrows, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-arrows, var(--ag-icon-font-color))}.ag-icon-arrows:before{content:var(--ag-icon-font-code-arrows, "\f102");display:var(--ag-icon-font-display-arrows, var(--ag-icon-font-display))}.ag-icon-arrows:after{background-image:var(--ag-icon-image-arrows, var(--ag-icon-image));display:var(--ag-icon-image-display-arrows, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-arrows, var(--ag-icon-image-opacity, .9))}.ag-icon-asc{font-family:var(--ag-icon-font-family-asc, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-asc, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-asc, var(--ag-icon-font-color))}.ag-icon-asc:before{content:var(--ag-icon-font-code-asc, "\f103");display:var(--ag-icon-font-display-asc, var(--ag-icon-font-display))}.ag-icon-asc:after{background-image:var(--ag-icon-image-asc, var(--ag-icon-image));display:var(--ag-icon-image-display-asc, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-asc, var(--ag-icon-image-opacity, .9))}.ag-icon-cancel{font-family:var(--ag-icon-font-family-cancel, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-cancel, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-cancel, var(--ag-icon-font-color))}.ag-icon-cancel:before{content:var(--ag-icon-font-code-cancel, "\f104");display:var(--ag-icon-font-display-cancel, var(--ag-icon-font-display))}.ag-icon-cancel:after{background-image:var(--ag-icon-image-cancel, var(--ag-icon-image));display:var(--ag-icon-image-display-cancel, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-cancel, var(--ag-icon-image-opacity, .9))}.ag-icon-chart{font-family:var(--ag-icon-font-family-chart, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-chart, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-chart, var(--ag-icon-font-color))}.ag-icon-chart:before{content:var(--ag-icon-font-code-chart, "\f105");display:var(--ag-icon-font-display-chart, var(--ag-icon-font-display))}.ag-icon-chart:after{background-image:var(--ag-icon-image-chart, var(--ag-icon-image));display:var(--ag-icon-image-display-chart, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-chart, var(--ag-icon-image-opacity, .9))}.ag-icon-checkbox-checked{font-family:var(--ag-icon-font-family-checkbox-checked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-checkbox-checked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-checkbox-checked, var(--ag-icon-font-color))}.ag-icon-checkbox-checked:before{content:var(--ag-icon-font-code-checkbox-checked, "\f106");display:var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display))}.ag-icon-checkbox-checked:after{background-image:var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, .9))}.ag-icon-checkbox-indeterminate{font-family:var(--ag-icon-font-family-checkbox-indeterminate, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-checkbox-indeterminate, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-checkbox-indeterminate, var(--ag-icon-font-color))}.ag-icon-checkbox-indeterminate:before{content:var(--ag-icon-font-code-checkbox-indeterminate, "\f107");display:var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display))}.ag-icon-checkbox-indeterminate:after{background-image:var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, .9))}.ag-icon-checkbox-unchecked{font-family:var(--ag-icon-font-family-checkbox-unchecked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-checkbox-unchecked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-checkbox-unchecked, var(--ag-icon-font-color))}.ag-icon-checkbox-unchecked:before{content:var(--ag-icon-font-code-checkbox-unchecked, "\f108");display:var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display))}.ag-icon-checkbox-unchecked:after{background-image:var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, .9))}.ag-icon-color-picker{font-family:var(--ag-icon-font-family-color-picker, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-color-picker, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-color-picker, var(--ag-icon-font-color))}.ag-icon-color-picker:before{content:var(--ag-icon-font-code-color-picker, "\f109");display:var(--ag-icon-font-display-color-picker, var(--ag-icon-font-display))}.ag-icon-color-picker:after{background-image:var(--ag-icon-image-color-picker, var(--ag-icon-image));display:var(--ag-icon-image-display-color-picker, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-color-picker, var(--ag-icon-image-opacity, .9))}.ag-icon-columns{font-family:var(--ag-icon-font-family-columns, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-columns, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-columns, var(--ag-icon-font-color))}.ag-icon-columns:before{content:var(--ag-icon-font-code-columns, "\f10a");display:var(--ag-icon-font-display-columns, var(--ag-icon-font-display))}.ag-icon-columns:after{background-image:var(--ag-icon-image-columns, var(--ag-icon-image));display:var(--ag-icon-image-display-columns, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-columns, var(--ag-icon-image-opacity, .9))}.ag-icon-contracted{font-family:var(--ag-icon-font-family-contracted, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-contracted, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-contracted, var(--ag-icon-font-color))}.ag-icon-contracted:before{content:var(--ag-icon-font-code-contracted, "\f10b");display:var(--ag-icon-font-display-contracted, var(--ag-icon-font-display))}.ag-icon-contracted:after{background-image:var(--ag-icon-image-contracted, var(--ag-icon-image));display:var(--ag-icon-image-display-contracted, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-contracted, var(--ag-icon-image-opacity, .9))}.ag-icon-copy{font-family:var(--ag-icon-font-family-copy, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-copy, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-copy, var(--ag-icon-font-color))}.ag-icon-copy:before{content:var(--ag-icon-font-code-copy, "\f10c");display:var(--ag-icon-font-display-copy, var(--ag-icon-font-display))}.ag-icon-copy:after{background-image:var(--ag-icon-image-copy, var(--ag-icon-image));display:var(--ag-icon-image-display-copy, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-copy, var(--ag-icon-image-opacity, .9))}.ag-icon-cross{font-family:var(--ag-icon-font-family-cross, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-cross, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-cross, var(--ag-icon-font-color))}.ag-icon-cross:before{content:var(--ag-icon-font-code-cross, "\f10d");display:var(--ag-icon-font-display-cross, var(--ag-icon-font-display))}.ag-icon-cross:after{background-image:var(--ag-icon-image-cross, var(--ag-icon-image));display:var(--ag-icon-image-display-cross, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-cross, var(--ag-icon-image-opacity, .9))}.ag-icon-csv{font-family:var(--ag-icon-font-family-csv, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-csv, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-csv, var(--ag-icon-font-color))}.ag-icon-csv:before{content:var(--ag-icon-font-code-csv, "\f10e");display:var(--ag-icon-font-display-csv, var(--ag-icon-font-display))}.ag-icon-csv:after{background-image:var(--ag-icon-image-csv, var(--ag-icon-image));display:var(--ag-icon-image-display-csv, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-csv, var(--ag-icon-image-opacity, .9))}.ag-icon-cut{font-family:var(--ag-icon-font-family-cut, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-cut, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-cut, var(--ag-icon-font-color))}.ag-icon-cut:before{content:var(--ag-icon-font-code-cut, "\f10f");display:var(--ag-icon-font-display-cut, var(--ag-icon-font-display))}.ag-icon-cut:after{background-image:var(--ag-icon-image-cut, var(--ag-icon-image));display:var(--ag-icon-image-display-cut, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-cut, var(--ag-icon-image-opacity, .9))}.ag-icon-desc{font-family:var(--ag-icon-font-family-desc, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-desc, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-desc, var(--ag-icon-font-color))}.ag-icon-desc:before{content:var(--ag-icon-font-code-desc, "\f110");display:var(--ag-icon-font-display-desc, var(--ag-icon-font-display))}.ag-icon-desc:after{background-image:var(--ag-icon-image-desc, var(--ag-icon-image));display:var(--ag-icon-image-display-desc, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-desc, var(--ag-icon-image-opacity, .9))}.ag-icon-excel{font-family:var(--ag-icon-font-family-excel, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-excel, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-excel, var(--ag-icon-font-color))}.ag-icon-excel:before{content:var(--ag-icon-font-code-excel, "\f111");display:var(--ag-icon-font-display-excel, var(--ag-icon-font-display))}.ag-icon-excel:after{background-image:var(--ag-icon-image-excel, var(--ag-icon-image));display:var(--ag-icon-image-display-excel, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-excel, var(--ag-icon-image-opacity, .9))}.ag-icon-expanded{font-family:var(--ag-icon-font-family-expanded, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-expanded, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-expanded, var(--ag-icon-font-color))}.ag-icon-expanded:before{content:var(--ag-icon-font-code-expanded, "\f112");display:var(--ag-icon-font-display-expanded, var(--ag-icon-font-display))}.ag-icon-expanded:after{background-image:var(--ag-icon-image-expanded, var(--ag-icon-image));display:var(--ag-icon-image-display-expanded, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-expanded, var(--ag-icon-image-opacity, .9))}.ag-icon-eye-slash{font-family:var(--ag-icon-font-family-eye-slash, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-eye-slash, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-eye-slash, var(--ag-icon-font-color))}.ag-icon-eye-slash:before{content:var(--ag-icon-font-code-eye-slash, "\f113");display:var(--ag-icon-font-display-eye-slash, var(--ag-icon-font-display))}.ag-icon-eye-slash:after{background-image:var(--ag-icon-image-eye-slash, var(--ag-icon-image));display:var(--ag-icon-image-display-eye-slash, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-eye-slash, var(--ag-icon-image-opacity, .9))}.ag-icon-eye{font-family:var(--ag-icon-font-family-eye, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-eye, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-eye, var(--ag-icon-font-color))}.ag-icon-eye:before{content:var(--ag-icon-font-code-eye, "\f114");display:var(--ag-icon-font-display-eye, var(--ag-icon-font-display))}.ag-icon-eye:after{background-image:var(--ag-icon-image-eye, var(--ag-icon-image));display:var(--ag-icon-image-display-eye, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-eye, var(--ag-icon-image-opacity, .9))}.ag-icon-filter{font-family:var(--ag-icon-font-family-filter, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-filter, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-filter, var(--ag-icon-font-color))}.ag-icon-filter:before{content:var(--ag-icon-font-code-filter, "\f115");display:var(--ag-icon-font-display-filter, var(--ag-icon-font-display))}.ag-icon-filter:after{background-image:var(--ag-icon-image-filter, var(--ag-icon-image));display:var(--ag-icon-image-display-filter, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-filter, var(--ag-icon-image-opacity, .9))}.ag-icon-first{font-family:var(--ag-icon-font-family-first, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-first, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-first, var(--ag-icon-font-color))}.ag-icon-first:before{content:var(--ag-icon-font-code-first, "\f116");display:var(--ag-icon-font-display-first, var(--ag-icon-font-display))}.ag-icon-first:after{background-image:var(--ag-icon-image-first, var(--ag-icon-image));display:var(--ag-icon-image-display-first, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-first, var(--ag-icon-image-opacity, .9))}.ag-icon-grip{font-family:var(--ag-icon-font-family-grip, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-grip, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-grip, var(--ag-icon-font-color))}.ag-icon-grip:before{content:var(--ag-icon-font-code-grip, "\f117");display:var(--ag-icon-font-display-grip, var(--ag-icon-font-display))}.ag-icon-grip:after{background-image:var(--ag-icon-image-grip, var(--ag-icon-image));display:var(--ag-icon-image-display-grip, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-grip, var(--ag-icon-image-opacity, .9))}.ag-icon-group{font-family:var(--ag-icon-font-family-group, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-group, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-group, var(--ag-icon-font-color))}.ag-icon-group:before{content:var(--ag-icon-font-code-group, "\f118");display:var(--ag-icon-font-display-group, var(--ag-icon-font-display))}.ag-icon-group:after{background-image:var(--ag-icon-image-group, var(--ag-icon-image));display:var(--ag-icon-image-display-group, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-group, var(--ag-icon-image-opacity, .9))}.ag-icon-last{font-family:var(--ag-icon-font-family-last, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-last, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-last, var(--ag-icon-font-color))}.ag-icon-last:before{content:var(--ag-icon-font-code-last, "\f119");display:var(--ag-icon-font-display-last, var(--ag-icon-font-display))}.ag-icon-last:after{background-image:var(--ag-icon-image-last, var(--ag-icon-image));display:var(--ag-icon-image-display-last, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-last, var(--ag-icon-image-opacity, .9))}.ag-icon-left{font-family:var(--ag-icon-font-family-left, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-left, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-left, var(--ag-icon-font-color))}.ag-icon-left:before{content:var(--ag-icon-font-code-left, "\f11a");display:var(--ag-icon-font-display-left, var(--ag-icon-font-display))}.ag-icon-left:after{background-image:var(--ag-icon-image-left, var(--ag-icon-image));display:var(--ag-icon-image-display-left, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-left, var(--ag-icon-image-opacity, .9))}.ag-icon-linked{font-family:var(--ag-icon-font-family-linked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-linked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-linked, var(--ag-icon-font-color))}.ag-icon-linked:before{content:var(--ag-icon-font-code-linked, "\f11b");display:var(--ag-icon-font-display-linked, var(--ag-icon-font-display))}.ag-icon-linked:after{background-image:var(--ag-icon-image-linked, var(--ag-icon-image));display:var(--ag-icon-image-display-linked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-linked, var(--ag-icon-image-opacity, .9))}.ag-icon-loading{font-family:var(--ag-icon-font-family-loading, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-loading, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-loading, var(--ag-icon-font-color))}.ag-icon-loading:before{content:var(--ag-icon-font-code-loading, "\f11c");display:var(--ag-icon-font-display-loading, var(--ag-icon-font-display))}.ag-icon-loading:after{background-image:var(--ag-icon-image-loading, var(--ag-icon-image));display:var(--ag-icon-image-display-loading, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-loading, var(--ag-icon-image-opacity, .9))}.ag-icon-maximize{font-family:var(--ag-icon-font-family-maximize, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-maximize, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-maximize, var(--ag-icon-font-color))}.ag-icon-maximize:before{content:var(--ag-icon-font-code-maximize, "\f11d");display:var(--ag-icon-font-display-maximize, var(--ag-icon-font-display))}.ag-icon-maximize:after{background-image:var(--ag-icon-image-maximize, var(--ag-icon-image));display:var(--ag-icon-image-display-maximize, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-maximize, var(--ag-icon-image-opacity, .9))}.ag-icon-menu{font-family:var(--ag-icon-font-family-menu, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-menu, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-menu, var(--ag-icon-font-color))}.ag-icon-menu:before{content:var(--ag-icon-font-code-menu, "\f11e");display:var(--ag-icon-font-display-menu, var(--ag-icon-font-display))}.ag-icon-menu:after{background-image:var(--ag-icon-image-menu, var(--ag-icon-image));display:var(--ag-icon-image-display-menu, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-menu, var(--ag-icon-image-opacity, .9))}.ag-icon-minimize{font-family:var(--ag-icon-font-family-minimize, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-minimize, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-minimize, var(--ag-icon-font-color))}.ag-icon-minimize:before{content:var(--ag-icon-font-code-minimize, "\f11f");display:var(--ag-icon-font-display-minimize, var(--ag-icon-font-display))}.ag-icon-minimize:after{background-image:var(--ag-icon-image-minimize, var(--ag-icon-image));display:var(--ag-icon-image-display-minimize, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-minimize, var(--ag-icon-image-opacity, .9))}.ag-icon-next{font-family:var(--ag-icon-font-family-next, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-next, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-next, var(--ag-icon-font-color))}.ag-icon-next:before{content:var(--ag-icon-font-code-next, "\f120");display:var(--ag-icon-font-display-next, var(--ag-icon-font-display))}.ag-icon-next:after{background-image:var(--ag-icon-image-next, var(--ag-icon-image));display:var(--ag-icon-image-display-next, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-next, var(--ag-icon-image-opacity, .9))}.ag-icon-none{font-family:var(--ag-icon-font-family-none, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-none, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-none, var(--ag-icon-font-color))}.ag-icon-none:before{content:var(--ag-icon-font-code-none, "\f121");display:var(--ag-icon-font-display-none, var(--ag-icon-font-display))}.ag-icon-none:after{background-image:var(--ag-icon-image-none, var(--ag-icon-image));display:var(--ag-icon-image-display-none, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-none, var(--ag-icon-image-opacity, .9))}.ag-icon-not-allowed{font-family:var(--ag-icon-font-family-not-allowed, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-not-allowed, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-not-allowed, var(--ag-icon-font-color))}.ag-icon-not-allowed:before{content:var(--ag-icon-font-code-not-allowed, "\f122");display:var(--ag-icon-font-display-not-allowed, var(--ag-icon-font-display))}.ag-icon-not-allowed:after{background-image:var(--ag-icon-image-not-allowed, var(--ag-icon-image));display:var(--ag-icon-image-display-not-allowed, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-not-allowed, var(--ag-icon-image-opacity, .9))}.ag-icon-paste{font-family:var(--ag-icon-font-family-paste, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-paste, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-paste, var(--ag-icon-font-color))}.ag-icon-paste:before{content:var(--ag-icon-font-code-paste, "\f123");display:var(--ag-icon-font-display-paste, var(--ag-icon-font-display))}.ag-icon-paste:after{background-image:var(--ag-icon-image-paste, var(--ag-icon-image));display:var(--ag-icon-image-display-paste, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-paste, var(--ag-icon-image-opacity, .9))}.ag-icon-pin{font-family:var(--ag-icon-font-family-pin, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-pin, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-pin, var(--ag-icon-font-color))}.ag-icon-pin:before{content:var(--ag-icon-font-code-pin, "\f124");display:var(--ag-icon-font-display-pin, var(--ag-icon-font-display))}.ag-icon-pin:after{background-image:var(--ag-icon-image-pin, var(--ag-icon-image));display:var(--ag-icon-image-display-pin, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-pin, var(--ag-icon-image-opacity, .9))}.ag-icon-pivot{font-family:var(--ag-icon-font-family-pivot, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-pivot, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-pivot, var(--ag-icon-font-color))}.ag-icon-pivot:before{content:var(--ag-icon-font-code-pivot, "\f125");display:var(--ag-icon-font-display-pivot, var(--ag-icon-font-display))}.ag-icon-pivot:after{background-image:var(--ag-icon-image-pivot, var(--ag-icon-image));display:var(--ag-icon-image-display-pivot, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-pivot, var(--ag-icon-image-opacity, .9))}.ag-icon-previous{font-family:var(--ag-icon-font-family-previous, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-previous, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-previous, var(--ag-icon-font-color))}.ag-icon-previous:before{content:var(--ag-icon-font-code-previous, "\f126");display:var(--ag-icon-font-display-previous, var(--ag-icon-font-display))}.ag-icon-previous:after{background-image:var(--ag-icon-image-previous, var(--ag-icon-image));display:var(--ag-icon-image-display-previous, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-previous, var(--ag-icon-image-opacity, .9))}.ag-icon-radio-button-off{font-family:var(--ag-icon-font-family-radio-button-off, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-radio-button-off, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-radio-button-off, var(--ag-icon-font-color))}.ag-icon-radio-button-off:before{content:var(--ag-icon-font-code-radio-button-off, "\f127");display:var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display))}.ag-icon-radio-button-off:after{background-image:var(--ag-icon-image-radio-button-off, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, .9))}.ag-icon-radio-button-on{font-family:var(--ag-icon-font-family-radio-button-on, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-radio-button-on, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-radio-button-on, var(--ag-icon-font-color))}.ag-icon-radio-button-on:before{content:var(--ag-icon-font-code-radio-button-on, "\f128");display:var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display))}.ag-icon-radio-button-on:after{background-image:var(--ag-icon-image-radio-button-on, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, .9))}.ag-icon-right{font-family:var(--ag-icon-font-family-right, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-right, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-right, var(--ag-icon-font-color))}.ag-icon-right:before{content:var(--ag-icon-font-code-right, "\f129");display:var(--ag-icon-font-display-right, var(--ag-icon-font-display))}.ag-icon-right:after{background-image:var(--ag-icon-image-right, var(--ag-icon-image));display:var(--ag-icon-image-display-right, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-right, var(--ag-icon-image-opacity, .9))}.ag-icon-save{font-family:var(--ag-icon-font-family-save, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-save, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-save, var(--ag-icon-font-color))}.ag-icon-save:before{content:var(--ag-icon-font-code-save, "\f12a");display:var(--ag-icon-font-display-save, var(--ag-icon-font-display))}.ag-icon-save:after{background-image:var(--ag-icon-image-save, var(--ag-icon-image));display:var(--ag-icon-image-display-save, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-save, var(--ag-icon-image-opacity, .9))}.ag-icon-small-down{font-family:var(--ag-icon-font-family-small-down, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-down, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-down, var(--ag-icon-font-color))}.ag-icon-small-down:before{content:var(--ag-icon-font-code-small-down, "\f12b");display:var(--ag-icon-font-display-small-down, var(--ag-icon-font-display))}.ag-icon-small-down:after{background-image:var(--ag-icon-image-small-down, var(--ag-icon-image));display:var(--ag-icon-image-display-small-down, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-down, var(--ag-icon-image-opacity, .9))}.ag-icon-small-left{font-family:var(--ag-icon-font-family-small-left, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-left, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-left, var(--ag-icon-font-color))}.ag-icon-small-left:before{content:var(--ag-icon-font-code-small-left, "\f12c");display:var(--ag-icon-font-display-small-left, var(--ag-icon-font-display))}.ag-icon-small-left:after{background-image:var(--ag-icon-image-small-left, var(--ag-icon-image));display:var(--ag-icon-image-display-small-left, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-left, var(--ag-icon-image-opacity, .9))}.ag-icon-small-right{font-family:var(--ag-icon-font-family-small-right, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-right, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-right, var(--ag-icon-font-color))}.ag-icon-small-right:before{content:var(--ag-icon-font-code-small-right, "\f12d");display:var(--ag-icon-font-display-small-right, var(--ag-icon-font-display))}.ag-icon-small-right:after{background-image:var(--ag-icon-image-small-right, var(--ag-icon-image));display:var(--ag-icon-image-display-small-right, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-right, var(--ag-icon-image-opacity, .9))}.ag-icon-small-up{font-family:var(--ag-icon-font-family-small-up, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-small-up, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-small-up, var(--ag-icon-font-color))}.ag-icon-small-up:before{content:var(--ag-icon-font-code-small-up, "\f12e");display:var(--ag-icon-font-display-small-up, var(--ag-icon-font-display))}.ag-icon-small-up:after{background-image:var(--ag-icon-image-small-up, var(--ag-icon-image));display:var(--ag-icon-image-display-small-up, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-small-up, var(--ag-icon-image-opacity, .9))}.ag-icon-tick{font-family:var(--ag-icon-font-family-tick, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tick, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tick, var(--ag-icon-font-color))}.ag-icon-tick:before{content:var(--ag-icon-font-code-tick, "\f12f");display:var(--ag-icon-font-display-tick, var(--ag-icon-font-display))}.ag-icon-tick:after{background-image:var(--ag-icon-image-tick, var(--ag-icon-image));display:var(--ag-icon-image-display-tick, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tick, var(--ag-icon-image-opacity, .9))}.ag-icon-tree-closed{font-family:var(--ag-icon-font-family-tree-closed, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tree-closed, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tree-closed, var(--ag-icon-font-color))}.ag-icon-tree-closed:before{content:var(--ag-icon-font-code-tree-closed, "\f130");display:var(--ag-icon-font-display-tree-closed, var(--ag-icon-font-display))}.ag-icon-tree-closed:after{background-image:var(--ag-icon-image-tree-closed, var(--ag-icon-image));display:var(--ag-icon-image-display-tree-closed, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tree-closed, var(--ag-icon-image-opacity, .9))}.ag-icon-tree-indeterminate{font-family:var(--ag-icon-font-family-tree-indeterminate, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tree-indeterminate, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tree-indeterminate, var(--ag-icon-font-color))}.ag-icon-tree-indeterminate:before{content:var(--ag-icon-font-code-tree-indeterminate, "\f131");display:var(--ag-icon-font-display-tree-indeterminate, var(--ag-icon-font-display))}.ag-icon-tree-indeterminate:after{background-image:var(--ag-icon-image-tree-indeterminate, var(--ag-icon-image));display:var(--ag-icon-image-display-tree-indeterminate, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tree-indeterminate, var(--ag-icon-image-opacity, .9))}.ag-icon-tree-open{font-family:var(--ag-icon-font-family-tree-open, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-tree-open, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-tree-open, var(--ag-icon-font-color))}.ag-icon-tree-open:before{content:var(--ag-icon-font-code-tree-open, "\f132");display:var(--ag-icon-font-display-tree-open, var(--ag-icon-font-display))}.ag-icon-tree-open:after{background-image:var(--ag-icon-image-tree-open, var(--ag-icon-image));display:var(--ag-icon-image-display-tree-open, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-tree-open, var(--ag-icon-image-opacity, .9))}.ag-icon-unlinked{font-family:var(--ag-icon-font-family-unlinked, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-unlinked, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-unlinked, var(--ag-icon-font-color))}.ag-icon-unlinked:before{content:var(--ag-icon-font-code-unlinked, "\f133");display:var(--ag-icon-font-display-unlinked, var(--ag-icon-font-display))}.ag-icon-unlinked:after{background-image:var(--ag-icon-image-unlinked, var(--ag-icon-image));display:var(--ag-icon-image-display-unlinked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-unlinked, var(--ag-icon-image-opacity, .9))}.ag-icon-up{font-family:var(--ag-icon-font-family-up, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-up, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-up, var(--ag-icon-font-color))}.ag-icon-up:before{content:var(--ag-icon-font-code-up, "\f134");display:var(--ag-icon-font-display-up, var(--ag-icon-font-display))}.ag-icon-up:after{background-image:var(--ag-icon-image-up, var(--ag-icon-image));display:var(--ag-icon-image-display-up, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-up, var(--ag-icon-image-opacity, .9))}.ag-icon-down{font-family:var(--ag-icon-font-family-down, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-down, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-down, var(--ag-icon-font-color))}.ag-icon-down:before{content:var(--ag-icon-font-code-down, "\f135");display:var(--ag-icon-font-display-down, var(--ag-icon-font-display))}.ag-icon-down:after{background-image:var(--ag-icon-image-down, var(--ag-icon-image));display:var(--ag-icon-image-display-down, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-down, var(--ag-icon-image-opacity, .9))}.ag-icon-plus{font-family:var(--ag-icon-font-family-plus, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-plus, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-plus, var(--ag-icon-font-color))}.ag-icon-plus:before{content:var(--ag-icon-font-code-plus, "\f136");display:var(--ag-icon-font-display-plus, var(--ag-icon-font-display))}.ag-icon-plus:after{background-image:var(--ag-icon-image-plus, var(--ag-icon-image));display:var(--ag-icon-image-display-plus, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-plus, var(--ag-icon-image-opacity, .9))}.ag-icon-minus{font-family:var(--ag-icon-font-family-minus, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-minus, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-minus, var(--ag-icon-font-color))}.ag-icon-minus:before{content:var(--ag-icon-font-code-minus, "\f137");display:var(--ag-icon-font-display-minus, var(--ag-icon-font-display))}.ag-icon-minus:after{background-image:var(--ag-icon-image-minus, var(--ag-icon-image));display:var(--ag-icon-image-display-minus, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-minus, var(--ag-icon-image-opacity, .9))}.ag-icon-menu-alt{font-family:var(--ag-icon-font-family-menu-alt, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-menu-alt, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-menu-alt, var(--ag-icon-font-color))}.ag-icon-menu-alt:before{content:var(--ag-icon-font-code-menu-alt, "\f138");display:var(--ag-icon-font-display-menu-alt, var(--ag-icon-font-display))}.ag-icon-menu-alt:after{background-image:var(--ag-icon-image-menu-alt, var(--ag-icon-image));display:var(--ag-icon-image-display-menu-alt, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-menu-alt, var(--ag-icon-image-opacity, .9))}.ag-icon-settings{font-family:var(--ag-icon-font-family-settings, var(--ag-icon-font-family));font-weight:var(--ag-icon-font-weight-settings, var(--ag-icon-font-weight));color:var(--ag-icon-font-color-settings, var(--ag-icon-font-color))}.ag-icon-settings:before{content:var(--ag-icon-font-code-settings, "\f139");display:var(--ag-icon-font-display-settings, var(--ag-icon-font-display))}.ag-icon-settings:after{background-image:var(--ag-icon-image-settings, var(--ag-icon-image));display:var(--ag-icon-image-display-settings, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-settings, var(--ag-icon-image-opacity, .9))}.ag-icon-row-drag:before{content:var(--ag-icon-font-code-grip)}.ag-left-arrow:before{content:var(--ag-icon-font-code-left)}.ag-right-arrow:before{content:var(--ag-icon-font-code-right)}[class*=ag-theme-]{--ag-foreground-color: #000;--ag-data-color: var(--ag-foreground-color);--ag-secondary-foreground-color: var(--ag-foreground-color);--ag-header-foreground-color: var(--ag-secondary-foreground-color);--ag-disabled-foreground-color: rgba(0, 0, 0, .5);--ag-background-color: #fff;--ag-header-background-color: transparent;--ag-tooltip-background-color: transparent;--ag-subheader-background-color: transparent;--ag-subheader-toolbar-background-color: transparent;--ag-control-panel-background-color: transparent;--ag-side-button-selected-background-color: var(--ag-control-panel-background-color);--ag-selected-row-background-color: #bbb;--ag-odd-row-background-color: var(--ag-background-color);--ag-modal-overlay-background-color: rgba(255, 255, 255, .66);--ag-menu-background-color: var(--ag-background-color);--ag-menu-border-color: var(--ag-border-color);--ag-panel-background-color: var(--ag-background-color);--ag-panel-border-color: var(--ag-border-color);--ag-row-hover-color: transparent;--ag-column-hover-color: transparent;--ag-range-selection-border-color: var(--ag-foreground-color);--ag-range-selection-border-style: solid;--ag-range-selection-background-color: rgba(0, 0, 0, .2);--ag-range-selection-background-color-2: var(--ag-range-selection-background-color);--ag-range-selection-background-color-3: var(--ag-range-selection-background-color);--ag-range-selection-background-color-4: var(--ag-range-selection-background-color);--ag-range-selection-highlight-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-width: 0;--ag-selected-tab-underline-transition-speed: 0s;--ag-range-selection-chart-category-background-color: rgba(0, 255, 132, .1);--ag-range-selection-chart-background-color: rgba(0, 88, 255, .1);--ag-header-cell-hover-background-color: transparent;--ag-header-cell-moving-background-color: var(--ag-background-color);--ag-value-change-value-highlight-background-color: rgba(22, 160, 133, .5);--ag-value-change-delta-up-color: #43a047;--ag-value-change-delta-down-color: #e53935;--ag-row-loading-skeleton-effect-color: rgba(66, 66, 66, .2);--ag-chip-background-color: transparent;--ag-chip-border-color: var(--ag-chip-background-color);--ag-borders: solid 1px;--ag-border-color: rgba(0, 0, 0, .25);--ag-borders-critical: var(--ag-borders);--ag-borders-secondary: var(--ag-borders);--ag-secondary-border-color: var(--ag-border-color);--ag-row-border-style: solid;--ag-row-border-width: 1px;--ag-cell-horizontal-border: solid transparent;--ag-borders-input: var(--ag-borders-secondary);--ag-input-border-color: var(--ag-secondary-border-color);--ag-borders-input-invalid: solid 2px;--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-borders-side-button: var(--ag-borders);--ag-border-radius: 0px;--ag-wrapper-border-radius: var(--ag-border-radius);--ag-row-border-color: var(--ag-secondary-border-color);--ag-header-column-separator-display: none;--ag-header-column-separator-height: 100%;--ag-header-column-separator-width: 1px;--ag-header-column-separator-color: var(--ag-secondary-border-color);--ag-header-column-resize-handle-display: none;--ag-header-column-resize-handle-height: 50%;--ag-header-column-resize-handle-width: 1px;--ag-header-column-resize-handle-color: var(--ag-secondary-border-color);--ag-invalid-color: red;--ag-input-disabled-border-color: var(--ag-input-border-color);--ag-input-disabled-background-color: transparent;--ag-checkbox-background-color: transparent;--ag-checkbox-border-radius: var(--ag-border-radius);--ag-checkbox-checked-color: var(--ag-foreground-color);--ag-checkbox-unchecked-color: var(--ag-foreground-color);--ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);--ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);--ag-toggle-button-switch-background-color: var(--ag-background-color);--ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);--ag-toggle-button-border-width: 1px;--ag-toggle-button-height: var(--ag-icon-size);--ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);--ag-input-focus-box-shadow: none;--ag-input-focus-border-color: none;--ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);--ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);--ag-grid-size: 4px;--ag-icon-size: 12px;--ag-icon-font-weight: normal;--ag-icon-font-color: var(--ag-foreground-color);--ag-icon-image-display: block;--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);--ag-widget-vertical-spacing: var(--ag-grid-size);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);--ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);--ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);--ag-header-height: var(--ag-row-height);--ag-list-item-height: calc(var(--ag-grid-size) * 5);--ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));--ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));--ag-advanced-filter-builder-indent-size: calc(var(--ag-grid-size) * 2 + var(--ag-icon-size));--ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));--ag-filter-tool-panel-group-indent: 16px;--ag-tab-min-width: 220px;--ag-chart-menu-panel-width: var(--ag-tab-min-width);--ag-menu-min-width: 181px;--ag-side-bar-panel-width: 200px;--ag-font-family: "Helvetica Neue", sans-serif;--ag-font-size: 14px;--ag-card-radius: var(--ag-border-radius);--ag-card-shadow: none;--ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, .3);--ag-advanced-filter-join-pill-color: #f08e8d;--ag-advanced-filter-column-pill-color: #a6e194;--ag-advanced-filter-option-pill-color: #f3c08b;--ag-advanced-filter-value-pill-color: #85c0e4}.ag-root-wrapper,.ag-sticky-top,.ag-sticky-bottom,.ag-dnd-ghost{background-color:var(--ag-background-color)}.ag-sticky-bottom{border-top:var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width)}.ag-root-wrapper,.ag-popup{--ag-indentation-level: 0}[class*=ag-theme-]{-webkit-font-smoothing:antialiased;font-family:var(--ag-font-family);font-size:var(--ag-font-size);line-height:normal;color:var(--ag-foreground-color)}ag-grid,ag-grid-angular,ag-grid-ng2,ag-grid-polymer,ag-grid-aurelia{display:block}.ag-aria-description-container{z-index:9999;border:0px;clip:rect(1px,1px,1px,1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-drag-handle{cursor:grab}.ag-column-drop-wrapper{display:flex}.ag-column-drop-horizontal-half-width{display:inline-block;width:50%!important}.ag-unselectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-selectable{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.ag-tab{position:relative}.ag-tab-guard{position:absolute;width:0;height:0;display:block}.ag-virtual-list-viewport .ag-tab-guard{position:sticky}.ag-tab-guard-top{top:1px}.ag-tab-guard-bottom{bottom:1px}.ag-select-agg-func-popup{position:absolute}.ag-input-wrapper,.ag-picker-field-wrapper{display:flex;flex:1 1 auto;align-items:center;line-height:normal;position:relative}.ag-shake-left-to-right{animation-direction:alternate;animation-duration:.2s;animation-iteration-count:infinite;animation-name:ag-shake-left-to-right}@keyframes ag-shake-left-to-right{0%{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}.ag-root-wrapper{cursor:default;position:relative;display:flex;flex-direction:column;overflow:hidden;white-space:normal}.ag-root-wrapper.ag-layout-normal{height:100%}.ag-watermark{position:absolute;bottom:20px;right:25px;opacity:.7;transition:opacity 1s ease-out 3s;color:#9b9b9b}.ag-watermark:before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjA5IDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkyLjk5MyAyMy42NTgyVjE1LjcxMTdIMTc5LjQ1MkwxNzEuNTA1IDIzLjY1ODJIMTkyLjk5M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTIwOC4yNSAzLjk1MDgxSDE5MS4yNzZMMTgzLjI2NiAxMS44OTczSDIwOC4yNVYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTYzLjYyMiAzMS42MDQ4TDE2Ny42OTEgMjcuNTM2MUgxODEuNDIzVjM1LjQ4MjdIMTYzLjYyMlYzMS42MDQ4WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTY2LjYxIDE5Ljc4MDNIMTc1LjM4M0wxODMuMzkzIDExLjgzMzdIMTY2LjYxVjE5Ljc4MDNaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNTcuMDExIDMxLjYwNDdIMTYzLjYyMkwxNzEuNTA1IDIzLjY1ODJIMTU3LjAxMVYzMS42MDQ3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTkxLjI3NiAzLjk1MDgxTDE4Ny4yMDggOC4wMTk0MUgxNjEuMjdWMC4wNzI4NzZIMTkxLjI3NlYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMjAuODM5MSAzMC4yMDYxSDguMzc4OTJMNi4yMTc0NSAzNS41NDYySDAuNzUwMjQ0TDEyLjI1NjggOC41OTE1NUgxNy4wMjQ3TDI4LjUzMTMgMzUuNTQ2MkgyMy4wMDA1TDIwLjgzOTEgMzAuMjA2MVpNMTkuMTIyNyAyNS45NDY4TDE0LjYwOSAxNC45NDg4TDEwLjA5NTQgMjUuOTQ2OEgxOS4xMjI3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTA0LjQzNyAxOC41MDg5QzEwNi4wMjYgMTYuMTU2NyAxMTAuMDMxIDE1LjkwMjQgMTExLjY4NCAxNS45MDI0VjIwLjQ3OTZDMTA5LjY1IDIwLjQ3OTYgMTA3LjYxNSAyMC41NDMyIDEwNi40MDcgMjEuNDMzMkMxMDUuMiAyMi4zMjMyIDEwNC41NjQgMjMuNTMxMSAxMDQuNTY0IDI0Ljk5MzJWMzUuNTQ2Mkg5OS42MDUxVjE1LjkwMjRIMTA0LjM3M0wxMDQuNDM3IDE4LjUwODlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xMTkuMzc2IDE1LjkwMjRIMTE0LjQxOFYzNS41NDYySDExOS4zNzZWMTUuOTAyNFoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTExOS4zNzYgNy4xMjkzOUgxMTQuNDE4VjEyLjk3OEgxMTkuMzc2VjcuMTI5MzlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNDMuOTc5IDcuMTI5MzlWMzUuNTQ2MkgxMzkuMjExTDEzOS4wODQgMzIuNTU4M0MxMzguMzg0IDMzLjU3NTUgMTM3LjQ5NCAzNC40MDE5IDEzNi40MTQgMzUuMDM3NkMxMzUuMzMzIDM1LjYwOTggMTMzLjk5OCAzNS45Mjc2IDEzMi40NzIgMzUuOTI3NkMxMzEuMTM3IDM1LjkyNzYgMTI5Ljg2NiAzNS42NzMzIDEyOC43ODUgMzUuMjI4M0MxMjcuNjQxIDM0LjcxOTcgMTI2LjYyMyAzNC4wODQgMTI1Ljc5NyAzMy4xOTRDMTI0Ljk3MSAzMi4zMDQgMTI0LjI3MSAzMS4yMjMzIDEyMy44MjYgMzAuMDE1NEMxMjMuMzE4IDI4LjgwNzUgMTIzLjEyNyAyNy40MDkgMTIzLjEyNyAyNS44ODMyQzEyMy4xMjcgMjQuMzU3NSAxMjMuMzgxIDIyLjk1ODkgMTIzLjgyNiAyMS42ODc0QzEyNC4zMzUgMjAuNDE2IDEyNC45NzEgMTkuMzM1MyAxMjUuNzk3IDE4LjQ0NTNDMTI2LjYyMyAxNy41NTUyIDEyNy42NDEgMTYuODU2IDEyOC43ODUgMTYuMzQ3NEMxMjkuOTI5IDE1LjgzODggMTMxLjEzNyAxNS41ODQ1IDEzMi40NzIgMTUuNTg0NUMxMzMuOTk4IDE1LjU4NDUgMTM1LjI2OSAxNS44Mzg4IDEzNi4zNSAxNi40MTA5QzEzNy40MzEgMTYuOTgzMSAxMzguMzIxIDE3Ljc0NTkgMTM5LjAyIDE4LjgyNjdWNy4xOTI5NUgxNDMuOTc5VjcuMTI5MzlaTTEzMy41NTMgMzEuNjY4M0MxMzUuMjA2IDMxLjY2ODMgMTM2LjQ3NyAzMS4wOTYyIDEzNy40OTQgMzAuMDE1NEMxMzguNTExIDI4LjkzNDcgMTM5LjAyIDI3LjQ3MjUgMTM5LjAyIDI1LjY5MjVDMTM5LjAyIDIzLjkxMjUgMTM4LjUxMSAyMi41MTM5IDEzNy40OTQgMjEuMzY5NkMxMzYuNDc3IDIwLjI4ODggMTM1LjIwNiAxOS43MTY3IDEzMy41NTMgMTkuNzE2N0MxMzEuOTYzIDE5LjcxNjcgMTMwLjYyOCAyMC4yODg4IDEyOS42NzUgMjEuMzY5NkMxMjguNjU4IDIyLjQ1MDMgMTI4LjE0OSAyMy45MTI1IDEyOC4xNDkgMjUuNjkyNUMxMjguMTQ5IDI3LjQ3MjUgMTI4LjY1OCAyOC44NzExIDEyOS42NzUgMjkuOTUxOEMxMzAuNjkyIDMxLjA5NjEgMTMxLjk2MyAzMS42NjgzIDEzMy41NTMgMzEuNjY4M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTU3LjIwMjQgMjAuMzUyNUg0NC45MzNWMjQuNjExOEg1MS45MjU5QzUxLjczNTIgMjYuNzczMyA1MC45MDg4IDI4LjQyNjEgNDkuNTEwMiAyOS43NjExQzQ4LjExMTYgMzEuMDMyNiA0Ni4zMzE1IDMxLjY2ODMgNDQuMDQyOSAzMS42NjgzQzQyLjc3MTUgMzEuNjY4MyA0MS41NjM2IDMxLjQxNCA0MC41NDY1IDMwLjk2OUMzOS40NjU3IDMwLjUyNCAzOC41NzU3IDI5Ljg4ODMgMzcuODEyOSAyOC45OTgzQzM3LjA1IDI4LjE3MTggMzYuNDc3OCAyNy4xNTQ3IDM2LjAzMjggMjUuOTQ2OEMzNS41ODc4IDI0LjczODkgMzUuMzk3MSAyMy40Njc1IDM1LjM5NzEgMjIuMDA1M0MzNS4zOTcxIDIwLjU0MzIgMzUuNTg3OCAxOS4yNzE3IDM2LjAzMjggMTguMDYzOEMzNi40MTQzIDE2Ljg1NiAzNy4wNSAxNS45MDI0IDM3LjgxMjkgMTUuMDEyNEMzOC41NzU3IDE0LjE4NTkgMzkuNDY1NyAxMy41NTAyIDQwLjU0NjUgMTMuMDQxNkM0MS42MjcyIDEyLjU5NjYgNDIuNzcxNSAxMi4zNDIzIDQ0LjEwNjUgMTIuMzQyM0M0Ni43NzY2IDEyLjM0MjMgNDguODEwOSAxMi45NzggNTAuMjA5NSAxNC4yNDk1TDUzLjUxNTIgMTAuOTQzOEM1MS4wMzU5IDkuMDM2NTkgNDcuODU3MyA4LjAxOTQxIDQ0LjEwNjUgOC4wMTk0MUM0Mi4wMDg2IDguMDE5NDEgNDAuMTAxNSA4LjMzNzI5IDM4LjM4NSA5LjAzNjU5QzM2LjY2ODYgOS43MzU4OCAzNS4yMDY0IDEwLjYyNTkgMzMuOTk4NSAxMS44MzM3QzMyLjc5MDYgMTMuMDQxNiAzMS44MzcxIDE0LjUwMzggMzEuMjAxNCAxNi4yMjAzQzMwLjU2NTYgMTcuOTM2NyAzMC4yNDc4IDE5Ljg0MzggMzAuMjQ3OCAyMS44NzgyQzMwLjI0NzggMjMuOTEyNSAzMC41NjU2IDI1LjgxOTcgMzEuMjY0OSAyNy41MzYxQzMxLjk2NDIgMjkuMjUyNiAzMi44NTQyIDMwLjcxNDcgMzQuMDYyMSAzMS45MjI2QzM1LjI3IDMzLjEzMDUgMzYuNzMyMSAzNC4wODQxIDM4LjQ0ODYgMzQuNzE5OEM0MC4xNjUgMzUuNDE5MSA0Mi4wNzIyIDM1LjczNyA0NC4xMDY1IDM1LjczN0M0Ni4xNDA4IDM1LjczNyA0Ny45ODQ0IDM1LjQxOTEgNDkuNjM3MyAzNC43MTk4QzUxLjI5MDIgMzQuMDIwNSA1Mi42ODg4IDMzLjEzMDUgNTMuODMzMSAzMS45MjI2QzU0Ljk3NzQgMzAuNzE0NyA1NS44Njc0IDI5LjI1MjYgNTYuNTAzMSAyNy41MzYxQzU3LjEzODggMjUuODE5NyA1Ny40NTY3IDIzLjkxMjUgNTcuNDU2NyAyMS44NzgyVjIxLjA1MTdDNTcuMjY2IDIwLjkyNDYgNTcuMjAyNCAyMC42MDY3IDU3LjIwMjQgMjAuMzUyNVoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTk1Ljk4MTUgMjAuMzUyNUg4My43MTIxVjI0LjYxMThIOTAuNzA1QzkwLjUxNDMgMjYuNzczMyA4OS42ODc5IDI4LjQyNjEgODguMjg5MyAyOS43NjExQzg2Ljg5MDcgMzEuMDMyNiA4NS4xMTA2IDMxLjY2ODMgODIuODIyIDMxLjY2ODNDODEuNTUwNiAzMS42NjgzIDgwLjM0MjcgMzEuNDE0IDc5LjMyNTYgMzAuOTY5Qzc4LjI0NDggMzAuNTI0IDc3LjM1NDggMjkuODg4MyA3Ni41OTIgMjguOTk4M0M3NS44MjkxIDI4LjE3MTggNzUuMjU3IDI3LjE1NDcgNzQuODExOSAyNS45NDY4Qzc0LjM2NjkgMjQuNzM4OSA3NC4xNzYyIDIzLjQ2NzUgNzQuMTc2MiAyMi4wMDUzQzc0LjE3NjIgMjAuNTQzMiA3NC4zNjY5IDE5LjI3MTcgNzQuODExOSAxOC4wNjM4Qzc1LjE5MzQgMTYuODU2IDc1LjgyOTEgMTUuOTAyNCA3Ni41OTIgMTUuMDEyNEM3Ny4zNTQ4IDE0LjE4NTkgNzguMjQ0OCAxMy41NTAyIDc5LjMyNTYgMTMuMDQxNkM4MC40MDYzIDEyLjU5NjYgODEuNTUwNiAxMi4zNDIzIDgyLjg4NTYgMTIuMzQyM0M4NS41NTU3IDEyLjM0MjMgODcuNTkgMTIuOTc4IDg4Ljk4ODYgMTQuMjQ5NUw5Mi4yOTQzIDEwLjk0MzhDODkuODE1IDkuMDM2NTkgODYuNjM2NCA4LjAxOTQxIDgyLjg4NTYgOC4wMTk0MUM4MC43ODc4IDguMDE5NDEgNzguODgwNiA4LjMzNzI5IDc3LjE2NDEgOS4wMzY1OUM3NS40NDc3IDkuNzM1ODggNzMuOTg1NSAxMC42MjU5IDcyLjc3NzYgMTEuODMzN0M3MS41Njk4IDEzLjA0MTYgNzAuNjE2MiAxNC41MDM4IDY5Ljk4MDUgMTYuMjIwM0M2OS4zNDQ3IDE3LjkzNjcgNjkuMDI2OSAxOS44NDM4IDY5LjAyNjkgMjEuODc4MkM2OS4wMjY5IDIzLjkxMjUgNjkuMzQ0NyAyNS44MTk3IDcwLjA0NCAyNy41MzYxQzcwLjc0MzMgMjkuMjUyNiA3MS42MzM0IDMwLjcxNDcgNzIuODQxMiAzMS45MjI2Qzc0LjA0OTEgMzMuMTMwNSA3NS41MTEyIDM0LjA4NDEgNzcuMjI3NyAzNC43MTk4Qzc4Ljk0NDEgMzUuNDE5MSA4MC44NTEzIDM1LjczNyA4Mi44ODU2IDM1LjczN0M4NC45MiAzNS43MzcgODYuNzYzNiAzNS40MTkxIDg4LjQxNjQgMzQuNzE5OEM5MC4wNjkzIDM0LjAyMDUgOTEuNDY3OSAzMy4xMzA1IDkyLjYxMjIgMzEuOTIyNkM5My43NTY1IDMwLjcxNDcgOTQuNjQ2NSAyOS4yNTI2IDk1LjI4MjIgMjcuNTM2MUM5NS45MTggMjUuODE5NyA5Ni4yMzU4IDIzLjkxMjUgOTYuMjM1OCAyMS44NzgyVjIxLjA1MTdDOTYuMDQ1MSAyMC45MjQ2IDk1Ljk4MTUgMjAuNjA2NyA5NS45ODE1IDIwLjM1MjVaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:170px 40px;display:block;height:40px;width:170px}.ag-watermark-text{opacity:.5;font-weight:700;font-family:Impact,sans-serif;font-size:19px;padding-left:.7rem}.ag-root-wrapper-body{display:flex;flex-direction:row}.ag-root-wrapper-body.ag-layout-normal{flex:1 1 auto;height:0;min-height:0}.ag-root{position:relative;display:flex;flex-direction:column}.ag-root.ag-layout-normal,.ag-root.ag-layout-auto-height{overflow:hidden;flex:1 1 auto;width:0}.ag-root.ag-layout-normal{height:100%}.ag-header-viewport,.ag-floating-top-viewport,.ag-body-viewport,.ag-center-cols-viewport,.ag-floating-bottom-viewport,.ag-body-horizontal-scroll-viewport,.ag-body-vertical-scroll-viewport,.ag-virtual-list-viewport,.ag-sticky-top-viewport,.ag-sticky-bottom-viewport{position:relative;height:100%;min-width:0px;overflow:hidden;flex:1 1 auto}.ag-body-viewport,.ag-center-cols-viewport,.ag-header-viewport,.ag-floating-top-viewport,.ag-floating-bottom-viewport,.ag-sticky-top-viewport,.ag-sticky-bottom-viewport{overflow-x:auto;-ms-overflow-style:none!important;scrollbar-width:none!important}.ag-body-viewport::-webkit-scrollbar,.ag-center-cols-viewport::-webkit-scrollbar,.ag-header-viewport::-webkit-scrollbar,.ag-floating-top-viewport::-webkit-scrollbar,.ag-floating-bottom-viewport::-webkit-scrollbar,.ag-sticky-top-viewport::-webkit-scrollbar,.ag-sticky-bottom-viewport::-webkit-scrollbar{display:none!important}.ag-body-viewport{display:flex;overflow-x:hidden}.ag-body-viewport.ag-layout-normal{overflow-y:auto;-webkit-overflow-scrolling:touch}.ag-sticky-top-container,.ag-sticky-bottom-container{min-height:1px}.ag-center-cols-viewport{min-height:100%;width:100%}.ag-body-horizontal-scroll-viewport{overflow-x:scroll}.ag-body-vertical-scroll-viewport{overflow-y:scroll}.ag-virtual-list-viewport{overflow:auto;width:100%}.ag-header-container,.ag-floating-top-container,.ag-body-container,.ag-pinned-right-cols-container,.ag-center-cols-container,.ag-pinned-left-cols-container,.ag-floating-bottom-container,.ag-body-horizontal-scroll-container,.ag-body-vertical-scroll-container,.ag-full-width-container,.ag-floating-bottom-full-width-container,.ag-virtual-list-container,.ag-sticky-top-container,.ag-sticky-bottom-container{position:relative}.ag-header-container,.ag-floating-top-container,.ag-floating-bottom-container,.ag-sticky-top-container,.ag-sticky-bottom-container{height:100%;white-space:nowrap}.ag-center-cols-container,.ag-pinned-right-cols-container{display:block}.ag-body-horizontal-scroll-container{height:100%}.ag-body-vertical-scroll-container{width:100%}.ag-full-width-container,.ag-floating-top-full-width-container,.ag-floating-bottom-full-width-container,.ag-sticky-top-full-width-container,.ag-sticky-bottom-full-width-container{position:absolute;top:0;pointer-events:none}.ag-ltr .ag-full-width-container,.ag-ltr .ag-floating-top-full-width-container,.ag-ltr .ag-floating-bottom-full-width-container,.ag-ltr .ag-sticky-top-full-width-container,.ag-ltr .ag-sticky-bottom-full-width-container{left:0}.ag-rtl .ag-full-width-container,.ag-rtl .ag-floating-top-full-width-container,.ag-rtl .ag-floating-bottom-full-width-container,.ag-rtl .ag-sticky-top-full-width-container,.ag-rtl .ag-sticky-bottom-full-width-container{right:0}.ag-full-width-container{width:100%}.ag-floating-bottom-full-width-container,.ag-floating-top-full-width-container{display:inline-block;overflow:hidden;height:100%;width:100%}.ag-virtual-list-container{overflow:hidden}.ag-body{position:relative;display:flex;flex:1 1 auto;flex-direction:row!important;min-height:0}.ag-body-horizontal-scroll,.ag-body-vertical-scroll{min-height:0;min-width:0;display:flex;position:relative}.ag-body-horizontal-scroll.ag-scrollbar-invisible,.ag-body-vertical-scroll.ag-scrollbar-invisible{position:absolute;bottom:0}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar{opacity:0;transition:opacity .4s;visibility:hidden}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active{visibility:visible;opacity:1}.ag-body-horizontal-scroll{width:100%}.ag-body-horizontal-scroll.ag-scrollbar-invisible{left:0;right:0}.ag-body-vertical-scroll{height:100%}.ag-body-vertical-scroll.ag-scrollbar-invisible{top:0;z-index:10}.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible{right:0}.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible{left:0}.ag-force-vertical-scroll{overflow-y:scroll!important}.ag-horizontal-left-spacer,.ag-horizontal-right-spacer{height:100%;min-width:0;overflow-x:scroll}.ag-horizontal-left-spacer.ag-scroller-corner,.ag-horizontal-right-spacer.ag-scroller-corner{overflow-x:hidden}.ag-header,.ag-pinned-left-header,.ag-pinned-right-header{display:inline-block;overflow:hidden;position:relative}.ag-header-cell-sortable .ag-header-cell-label{cursor:pointer}.ag-header{display:flex;width:100%;white-space:nowrap}.ag-pinned-left-header,.ag-pinned-right-header{height:100%}.ag-header-row{position:absolute}.ag-header-row:not(.ag-header-row-column-group){overflow:hidden}.ag-header.ag-header-allow-overflow .ag-header-row{overflow:visible}.ag-header-cell{display:inline-flex;align-items:center;position:absolute;height:100%;overflow:hidden}.ag-header-cell.ag-header-active .ag-header-cell-menu-button,.ag-header-cell-filter-button{opacity:1}.ag-header-cell-menu-button:not(.ag-header-menu-always-show){transition:opacity .2s;opacity:0}.ag-header-group-cell-label,.ag-header-cell-label{display:flex;flex:1 1 auto;align-self:stretch;align-items:center;overflow:hidden}.ag-header-cell-label{text-overflow:ellipsis}.ag-header-group-cell-label.ag-sticky-label{position:sticky;flex:none;max-width:100%;overflow:visible}.ag-header-group-text{overflow:hidden;text-overflow:ellipsis}.ag-header-cell-text{overflow:hidden;text-overflow:ellipsis;word-break:break-word}.ag-header-group-cell .ag-header-cell-comp-wrapper{display:flex}.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper{height:100%;display:flex;align-items:center}.ag-header-cell-comp-wrapper{width:100%}.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper{white-space:normal}.ag-header-cell-comp-wrapper-limited-height>div{overflow:hidden}.ag-right-aligned-header .ag-header-cell-label{flex-direction:row-reverse}.ag-header-cell-resize{position:absolute;z-index:2;height:100%;width:8px;top:0;cursor:ew-resize}.ag-ltr .ag-header-cell-resize{right:-3px}.ag-rtl .ag-header-cell-resize{left:-3px}.ag-pinned-left-header .ag-header-cell-resize{right:-3px}.ag-pinned-right-header .ag-header-cell-resize{left:-3px}.ag-header-select-all{display:flex}.ag-header-cell-menu-button,.ag-header-cell-filter-button,.ag-side-button-button,.ag-panel-title-bar-button,.ag-floating-filter-button-button{cursor:pointer}.ag-column-moving .ag-cell,.ag-column-moving .ag-header-cell{transition:left .2s}.ag-column-moving .ag-header-group-cell{transition:left .2s,width .2s}.ag-column-panel{display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto}.ag-column-select{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:3 1 0px}.ag-column-select-header{position:relative;display:flex;flex:none}.ag-column-select-header-icon{position:relative}.ag-column-select-header-filter-wrapper{flex:1 1 auto}.ag-column-select-header-filter{width:100%}.ag-column-select-list{flex:1 1 0px;overflow:hidden}.ag-column-drop{position:relative;display:inline-flex;align-items:center;overflow:auto;width:100%}.ag-column-drop-list{display:flex;align-items:center}.ag-column-drop-cell{position:relative;display:flex;align-items:center}.ag-column-drop-cell-text{overflow:hidden;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.ag-column-drop-vertical{display:flex;flex-direction:column;overflow:hidden;align-items:stretch;flex:1 1 0px}.ag-column-drop-vertical-title-bar{display:flex;align-items:center;flex:none}.ag-column-drop-vertical-list{position:relative;align-items:stretch;flex-grow:1;flex-direction:column;overflow-x:auto}.ag-column-drop-vertical-list>*{flex:none}.ag-column-drop-empty .ag-column-drop-vertical-list{overflow:hidden}.ag-column-drop-vertical-empty-message{display:block}.ag-column-drop.ag-column-drop-horizontal{white-space:nowrap;overflow:hidden}.ag-column-drop-cell-button{cursor:pointer}.ag-filter-toolpanel{flex:1 1 0px;min-width:0}.ag-filter-toolpanel-header{position:relative}.ag-filter-toolpanel-header,.ag-filter-toolpanel-search{display:flex;align-items:center}.ag-filter-toolpanel-header>*,.ag-filter-toolpanel-search>*{display:flex;align-items:center}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden}.ag-row-animation .ag-row{transition:transform .4s,top .4s,opacity .2s}.ag-row-animation .ag-row.ag-after-created{transition:transform .4s,top .4s,height .4s,opacity .2s}.ag-row-no-animation .ag-row{transition:none}.ag-row{white-space:nowrap;width:100%}.ag-row-loading{display:flex;align-items:center}.ag-row-position-absolute{position:absolute}.ag-row-position-relative{position:relative}.ag-full-width-row{overflow:hidden;pointer-events:all}.ag-row-inline-editing{z-index:1}.ag-row-dragging{z-index:2}.ag-stub-cell{display:flex;align-items:center}.ag-cell{display:inline-block;position:absolute;white-space:nowrap;height:100%}.ag-cell-value{flex:1 1 auto}.ag-cell-value,.ag-group-value{overflow:hidden;text-overflow:ellipsis}.ag-cell-wrap-text{white-space:normal;word-break:break-word}.ag-cell-wrapper{display:flex;align-items:center}.ag-cell-wrapper.ag-row-group{align-items:flex-start}.ag-sparkline-wrapper{position:absolute;height:100%;width:100%;left:0;top:0}.ag-full-width-row .ag-cell-wrapper.ag-row-group{height:100%;align-items:center}.ag-cell-inline-editing{z-index:1}.ag-cell-inline-editing .ag-cell-wrapper,.ag-cell-inline-editing .ag-cell-edit-wrapper,.ag-cell-inline-editing .ag-cell-editor,.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,.ag-cell-inline-editing .ag-cell-editor input{height:100%;width:100%;line-height:normal}.ag-cell .ag-icon{display:inline-block;vertical-align:middle}.ag-set-filter-item{display:flex;align-items:center;height:100%}.ag-set-filter-item-checkbox{display:flex;width:100%;height:100%}.ag-set-filter-group-icons{display:block}.ag-set-filter-group-icons>*{cursor:pointer}.ag-filter-body-wrapper{display:flex;flex-direction:column}.ag-filter-filter{flex:1 1 0px}.ag-filter-condition{display:flex;justify-content:center}.ag-floating-filter-body{position:relative;display:flex;flex:1 1 auto;height:100%}.ag-floating-filter-full-body{display:flex;flex:1 1 auto;height:100%;width:100%;align-items:center;overflow:hidden}.ag-floating-filter-full-body>div{flex:1 1 auto}.ag-floating-filter-input{align-items:center;display:flex;width:100%}.ag-floating-filter-input>*{flex:1 1 auto}.ag-floating-filter-button{display:flex;flex:none}.ag-set-floating-filter-input input[disabled]{pointer-events:none}.ag-dnd-ghost{display:inline-flex;align-items:center;cursor:move;white-space:nowrap}.ag-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.ag-overlay-panel{display:flex;height:100%;width:100%}.ag-overlay-wrapper{display:flex;flex:none;width:100%;height:100%;align-items:center;justify-content:center;text-align:center}.ag-overlay-loading-wrapper{pointer-events:all}.ag-popup-child{z-index:5;top:0}.ag-popup-editor{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-large-text-input{display:block}.ag-virtual-list-item{position:absolute;width:100%}.ag-floating-top{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-top,.ag-pinned-right-floating-top{display:inline-block;overflow:hidden;position:relative;min-width:0px}.ag-floating-bottom{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-bottom,.ag-pinned-right-floating-bottom{display:inline-block;overflow:hidden;position:relative;min-width:0px}.ag-sticky-top,.ag-sticky-bottom{position:absolute;display:flex;width:100%;overflow:hidden;height:0px}.ag-sticky-bottom{box-sizing:content-box!important}.ag-pinned-left-sticky-top,.ag-pinned-right-sticky-top{position:relative;height:100%;overflow:hidden}.ag-sticky-top-full-width-container,.ag-sticky-bottom-full-width-container{overflow:hidden;width:100%;height:100%}.ag-dialog,.ag-panel{display:flex;flex-direction:column;position:relative;overflow:hidden}.ag-panel-title-bar{display:flex;flex:none;align-items:center;cursor:default}.ag-panel-title-bar-title{flex:1 1 auto}.ag-panel-title-bar-buttons{display:flex}.ag-panel-title-bar-button{cursor:pointer}.ag-panel-content-wrapper{display:flex;flex:1 1 auto;position:relative;overflow:hidden}.ag-dialog{position:absolute}.ag-resizer{position:absolute;pointer-events:none;z-index:1;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-resizer.ag-resizer-topLeft{top:0;left:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-top{top:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-topRight{top:0;right:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-right{top:5px;right:0;bottom:5px;width:5px;cursor:ew-resize}.ag-resizer.ag-resizer-bottomRight{bottom:0;right:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-bottom{bottom:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-bottomLeft{bottom:0;left:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-left{left:0;top:5px;bottom:5px;width:5px;cursor:ew-resize}.ag-tooltip,.ag-tooltip-custom{position:absolute;z-index:99999}.ag-tooltip:not(.ag-tooltip-interactive),.ag-tooltip-custom:not(.ag-tooltip-interactive){pointer-events:none}.ag-value-slide-out{margin-right:5px;opacity:1;transition:opacity 3s,margin-right 3s;transition-timing-function:linear}.ag-value-slide-out-end{margin-right:10px;opacity:0}.ag-opacity-zero{opacity:0!important}.ag-menu{max-height:100%;overflow-y:auto;position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-menu-column-select-wrapper{height:265px;overflow:auto}.ag-menu-column-select-wrapper .ag-column-select{height:100%}.ag-dialog .ag-panel-content-wrapper .ag-column-select{user-select:none}.ag-menu-list{display:table;width:100%}.ag-menu-option,.ag-menu-separator{display:table-row}.ag-menu-option-part,.ag-menu-separator-part{display:table-cell;vertical-align:middle}.ag-menu-option-text{white-space:nowrap}.ag-menu-option-custom{display:contents}.ag-compact-menu-option{width:100%;display:flex;flex-wrap:nowrap}.ag-compact-menu-option-text{white-space:nowrap;flex:1 1 auto}.ag-pill-container{display:flex;gap:.25rem;flex-wrap:nowrap}.ag-pill{display:flex;white-space:nowrap;padding:0 .25rem;align-items:center}.ag-pill .ag-pill-button{border:none;padding:0}.ag-rich-select{cursor:default;outline:none;height:100%}.ag-rich-select-value{display:flex;align-items:center;height:100%}.ag-rich-select-value .ag-picker-field-display{overflow:hidden;text-overflow:ellipsis}.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder{opacity:.5}.ag-rich-select-list{position:relative}.ag-rich-select-list .ag-loading-text{min-height:2rem}.ag-rich-select-row{display:flex;flex:1 1 auto;align-items:center;white-space:nowrap;overflow:hidden;height:100%}.ag-rich-select-field-input{flex:1 1 auto}.ag-rich-select-field-input .ag-input-field-input{padding:0!important;border:none!important;box-shadow:none!important;text-overflow:ellipsis}.ag-rich-select-field-input .ag-input-field-input::placeholder{opacity:.8}.ag-autocomplete{align-items:center;display:flex}.ag-autocomplete>*{flex:1 1 auto}.ag-autocomplete-list-popup{position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-autocomplete-list{position:relative}.ag-autocomplete-virtual-list-item{display:flex}.ag-autocomplete-row{display:flex;flex:1 1 auto;align-items:center;overflow:hidden}.ag-autocomplete-row-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-paging-panel{align-items:center;display:flex;justify-content:flex-end}.ag-paging-page-summary-panel{display:flex;align-items:center}.ag-paging-button{position:relative}.ag-disabled .ag-paging-page-summary-panel{pointer-events:none}.ag-tool-panel-wrapper{display:flex;overflow-y:auto;overflow-x:hidden;cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-column-select-column,.ag-column-select-column-group,.ag-select-agg-func-item{position:relative;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%}.ag-column-select-column>*,.ag-column-select-column-group>*,.ag-select-agg-func-item>*{flex:none}.ag-select-agg-func-item,.ag-column-select-column-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-column-select-checkbox{display:flex}.ag-tool-panel-horizontal-resize{cursor:ew-resize;height:100%;position:absolute;top:0;width:5px;z-index:1}.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize{right:-3px}.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize,.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize{left:-3px}.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize{right:-3px}.ag-details-row{width:100%}.ag-details-row-fixed-height{height:100%}.ag-details-grid{width:100%}.ag-details-grid-fixed-height{height:100%}.ag-header-group-cell{display:flex;align-items:center;height:100%;position:absolute}.ag-header-group-cell-no-group.ag-header-span-height{display:none}.ag-cell-label-container{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:center;height:100%;width:100%}.ag-header-group-cell-label,.ag-cell-label-container{padding:5px 0}.ag-right-aligned-header .ag-cell-label-container{flex-direction:row}.ag-right-aligned-header .ag-header-cell-text{text-align:end}.ag-side-bar{display:flex;flex-direction:row-reverse}.ag-side-bar-left{order:-1;flex-direction:row}.ag-side-button-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;outline:none;cursor:pointer}.ag-side-button-label{writing-mode:vertical-lr}.ag-status-bar{display:flex;justify-content:space-between;overflow:hidden}.ag-status-panel{display:inline-flex}.ag-status-name-value{white-space:nowrap}.ag-status-bar-left,.ag-status-bar-center,.ag-status-bar-right{display:inline-flex}.ag-icon{display:block;speak:none}.ag-group{position:relative;width:100%}.ag-group-title-bar{display:flex;align-items:center}.ag-group-title{display:inline;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ag-group-title-bar .ag-group-title{cursor:default}.ag-group-toolbar{display:flex;align-items:center}.ag-group-container{display:flex}.ag-disabled .ag-group-container{pointer-events:none}.ag-group-container-horizontal{flex-direction:row;flex-wrap:wrap}.ag-group-container-vertical{flex-direction:column}.ag-column-group-icons{display:block}.ag-column-group-icons>*{cursor:pointer}.ag-group-item-alignment-stretch .ag-group-item{align-items:stretch}.ag-group-item-alignment-start .ag-group-item{align-items:flex-start}.ag-group-item-alignment-end .ag-group-item{align-items:flex-end}.ag-toggle-button-icon{transition:right .3s;position:absolute;top:-1px}.ag-input-field,.ag-select{display:flex;flex-direction:row;align-items:center}.ag-input-field-input{flex:1 1 auto}.ag-floating-filter-input .ag-input-field-input[type=date]{width:1px}.ag-range-field,.ag-angle-select{display:flex;align-items:center}.ag-angle-select-wrapper{display:flex}.ag-angle-select-parent-circle{display:block;position:relative}.ag-angle-select-child-circle{position:absolute}.ag-slider-wrapper{display:flex}.ag-slider-wrapper .ag-input-field,.ag-picker-field-display{flex:1 1 auto}.ag-picker-field{display:flex;align-items:center}.ag-picker-field-icon{display:flex;border:0;padding:0;margin:0;cursor:pointer}.ag-picker-field-wrapper{overflow:hidden}.ag-label-align-right .ag-label{order:1}.ag-label-align-right>*{flex:none}.ag-label-align-top{flex-direction:column;align-items:flex-start}.ag-label-align-top>*{align-self:stretch}.ag-label-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ag-color-panel{width:100%;display:flex;flex-direction:column;text-align:center}.ag-spectrum-color{flex:1 1 auto;position:relative;overflow:visible;cursor:default}.ag-spectrum-fill{position:absolute;inset:0}.ag-spectrum-val{cursor:pointer}.ag-spectrum-dragger{position:absolute;pointer-events:none;cursor:pointer}.ag-spectrum-hue,.ag-spectrum-alpha{cursor:default}.ag-spectrum-hue-background{background:linear-gradient(to left,red 3%,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);width:100%;height:100%}.ag-spectrum-alpha{--ag-spectrum-alpha-background-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><rect x="0" y="0" width="4" height="4" fill="%23fff"/><path d="M0 0H2V4H4V2H0Z" fill="%23b2b2b2"/></svg>')}.ag-spectrum-alpha-background{background:linear-gradient(to right,var(--ag-internal-spectrum-alpha-color-from),var(--ag-internal-spectrum-alpha-color-to)),var(--ag-spectrum-alpha-background-checked) top left/4px 4px;width:100%;height:100%}.ag-spectrum-tool{cursor:pointer;position:relative}.ag-spectrum-slider{position:absolute;pointer-events:none}.ag-spectrum-alpha .ag-spectrum-slider{background:linear-gradient(to bottom,var(--ag-internal-spectrum-alpha-color),var(--ag-internal-spectrum-alpha-color)) #fff}.ag-recent-colors{display:flex}.ag-recent-color{cursor:pointer}.ag-pill-select{display:flex;flex-direction:column}.ag-pill-select .ag-column-drop{flex:unset}.ag-ltr{direction:ltr}.ag-ltr .ag-body,.ag-ltr .ag-floating-top,.ag-ltr .ag-floating-bottom,.ag-ltr .ag-header,.ag-ltr .ag-sticky-top,.ag-ltr .ag-sticky-bottom,.ag-ltr .ag-body-viewport,.ag-ltr .ag-body-horizontal-scroll{flex-direction:row}.ag-rtl{direction:rtl}.ag-rtl .ag-body,.ag-rtl .ag-floating-top,.ag-rtl .ag-floating-bottom,.ag-rtl .ag-header,.ag-rtl .ag-sticky-top,.ag-rtl .ag-sticky-bottom,.ag-rtl .ag-body-viewport,.ag-rtl .ag-body-horizontal-scroll{flex-direction:row-reverse}.ag-rtl .ag-icon-contracted,.ag-rtl .ag-icon-expanded,.ag-rtl .ag-icon-tree-closed{display:block;transform:rotate(180deg)}.ag-body .ag-body-viewport{-webkit-overflow-scrolling:touch}.ag-measurement-container{width:0;overflow:hidden;visibility:hidden}.ag-measurement-container div{position:absolute}.ag-layout-print.ag-body{display:block;height:unset}.ag-layout-print.ag-root-wrapper{display:inline-block}.ag-layout-print .ag-body-vertical-scroll,.ag-layout-print .ag-body-horizontal-scroll{display:none}.ag-layout-print.ag-force-vertical-scroll{overflow-y:visible!important}@media print{.ag-root-wrapper.ag-layout-print{display:table}.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,.ag-root-wrapper.ag-layout-print .ag-root,.ag-root-wrapper.ag-layout-print .ag-body-viewport,.ag-root-wrapper.ag-layout-print .ag-center-cols-container,.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport{height:auto!important;overflow:hidden!important;display:block!important}.ag-root-wrapper.ag-layout-print .ag-row,.ag-root-wrapper.ag-layout-print .ag-cell{break-inside:avoid}}[class^=ag-],[class^=ag-]:focus,[class^=ag-]:after,[class^=ag-]:before{box-sizing:border-box;outline:none}[class^=ag-]::-ms-clear{display:none}.ag-checkbox .ag-input-wrapper,.ag-radio-button .ag-input-wrapper{overflow:visible}.ag-range-field .ag-input-wrapper{height:100%}.ag-toggle-button{flex:none;width:unset;min-width:unset}.ag-button{border-radius:0;color:var(--ag-foreground-color)}.ag-button:hover{background-color:transparent}.ag-ltr .ag-label-align-right .ag-label{margin-left:var(--ag-grid-size)}.ag-rtl .ag-label-align-right .ag-label{margin-right:var(--ag-grid-size)}input[class^=ag-]{margin:0;background-color:var(--ag-background-color)}textarea[class^=ag-],select[class^=ag-]{background-color:var(--ag-background-color)}input[class^=ag-]:not([type]),input[class^=ag-][type=text],input[class^=ag-][type=number],input[class^=ag-][type=tel],input[class^=ag-][type=date],input[class^=ag-][type=datetime-local],textarea[class^=ag-]{font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;border:var(--ag-borders-input) var(--ag-input-border-color)}input[class^=ag-]:not([type]):disabled,input[class^=ag-][type=text]:disabled,input[class^=ag-][type=number]:disabled,input[class^=ag-][type=tel]:disabled,input[class^=ag-][type=date]:disabled,input[class^=ag-][type=datetime-local]:disabled,textarea[class^=ag-]:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}input[class^=ag-]:not([type]):focus,input[class^=ag-][type=text]:focus,input[class^=ag-][type=number]:focus,input[class^=ag-][type=tel]:focus,input[class^=ag-][type=date]:focus,input[class^=ag-][type=datetime-local]:focus,textarea[class^=ag-]:focus{outline:none;box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-input-focus-border-color)}input[class^=ag-]:not([type]):invalid,input[class^=ag-][type=text]:invalid,input[class^=ag-][type=number]:invalid,input[class^=ag-][type=tel]:invalid,input[class^=ag-][type=date]:invalid,input[class^=ag-][type=datetime-local]:invalid,textarea[class^=ag-]:invalid{border:var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid)}input[class^=ag-][type=number]:not(.ag-number-field-input-stepper){-moz-appearance:textfield}input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-outer-spin-button,input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[class^=ag-][type=range]{padding:0}input[class^=ag-][type=button]:focus,button[class^=ag-]:focus{box-shadow:var(--ag-input-focus-box-shadow)}.ag-drag-handle{color:var(--ag-secondary-foreground-color)}.ag-list-item,.ag-virtual-list-item{height:var(--ag-list-item-height)}.ag-virtual-list-item:focus-visible{outline:none}.ag-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-select-list{background-color:var(--ag-background-color);overflow-y:auto;overflow-x:hidden;border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-list-item{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-list-item.ag-active-item{background-color:var(--ag-row-hover-color)}.ag-select-list-item{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ag-ltr .ag-select-list-item{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-select-list-item{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-select-list-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ag-row-drag,.ag-selection-checkbox,.ag-group-expanded,.ag-group-contracted{color:var(--ag-secondary-foreground-color)}.ag-ltr .ag-row-drag,.ag-ltr .ag-selection-checkbox,.ag-ltr .ag-group-expanded,.ag-ltr .ag-group-contracted{margin-right:var(--ag-cell-widget-spacing)}.ag-rtl .ag-row-drag,.ag-rtl .ag-selection-checkbox,.ag-rtl .ag-group-expanded,.ag-rtl .ag-group-contracted{margin-left:var(--ag-cell-widget-spacing)}.ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){--ag-internal-calculated-line-height: var( --ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)) );--ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));height:min(var(--ag-internal-calculated-line-height),var(--ag-internal-padded-row-height));display:flex;align-items:center;flex:none}.ag-group-expanded,.ag-group-contracted{cursor:pointer}.ag-group-title-bar-icon{cursor:pointer;flex:none;color:var(--ag-secondary-foreground-color)}.ag-ltr .ag-group-child-count{margin-left:2px}.ag-rtl .ag-group-child-count{margin-right:2px}.ag-group-title-bar{background-color:var(--ag-subheader-background-color);padding:var(--ag-grid-size)}.ag-group-toolbar{padding:var(--ag-grid-size);background-color:var(--ag-subheader-toolbar-background-color)}.ag-disabled-group-title-bar,.ag-disabled-group-container{opacity:.5}.group-item{margin:calc(var(--ag-grid-size) * .5) 0}.ag-label{white-space:nowrap}.ag-ltr .ag-label{margin-right:var(--ag-grid-size)}.ag-rtl .ag-label{margin-left:var(--ag-grid-size)}.ag-label-align-top .ag-label{margin-bottom:calc(var(--ag-grid-size) * .5)}.ag-angle-select[disabled]{color:var(--ag-disabled-foreground-color);pointer-events:none}.ag-angle-select[disabled] .ag-angle-select-field{opacity:.4}.ag-ltr .ag-slider-field,.ag-ltr .ag-angle-select-field{margin-right:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-slider-field,.ag-rtl .ag-angle-select-field{margin-left:calc(var(--ag-grid-size) * 2)}.ag-angle-select-parent-circle{width:24px;height:24px;border-radius:12px;border:solid 1px;border-color:var(--ag-border-color);background-color:var(--ag-background-color)}.ag-angle-select-child-circle{top:4px;left:12px;width:6px;height:6px;margin-left:-3px;margin-top:-4px;border-radius:3px;background-color:var(--ag-secondary-foreground-color)}.ag-picker-field-wrapper{border:var(--ag-borders);border-color:var(--ag-border-color);border-radius:5px;background-color:var(--ag-background-color)}.ag-picker-field-wrapper:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}.ag-picker-field-wrapper.ag-picker-has-focus,.ag-picker-field-wrapper:focus-within{outline:none;box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-input-focus-border-color)}.ag-picker-field-button{background-color:var(--ag-background-color);color:var(--ag-secondary-foreground-color)}.ag-dialog.ag-color-dialog{border-radius:5px}.ag-color-picker .ag-picker-field-wrapper{padding-left:var(--ag-grid-size);padding-right:var(--ag-grid-size)}.ag-color-picker .ag-picker-field-display{display:flex;flex-direction:row;align-items:center;min-height:var(--ag-list-item-height)}.ag-ltr .ag-color-picker-color,.ag-ltr .ag-color-picker-value{margin-right:var(--ag-grid-size)}.ag-rtl .ag-color-picker-color,.ag-rtl .ag-color-picker-value{margin-left:var(--ag-grid-size)}.ag-color-panel{padding:var(--ag-grid-size)}.ag-spectrum-color{background-color:red;border-radius:2px}.ag-spectrum-tools{padding:10px}.ag-spectrum-sat{background-image:linear-gradient(to right,#fff,#cc9a8100)}.ag-spectrum-val{background-image:linear-gradient(to top,#000,#cc9a8100)}.ag-spectrum-dragger{border-radius:12px;height:12px;width:12px;border:2px solid white;background:#000;box-shadow:0 0 2px #0000003d}.ag-spectrum-hue-background,.ag-spectrum-alpha-background{border-radius:2px}.ag-spectrum-tool{margin-bottom:10px;height:11px;border-radius:2px}.ag-spectrum-slider{margin-top:-12px;width:13px;height:13px;border-radius:13px;border:2px solid white;box-shadow:0 1px 4px #0000005e}.ag-recent-colors{margin-top:10px}.ag-recent-color{margin:0 3px}.ag-recent-color:first-child{margin-left:0}.ag-recent-color:last-child{margin-right:0}.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),.ag-recent-color:focus-visible:not(:disabled):not([readonly]){box-shadow:var(--ag-input-focus-box-shadow)}.ag-ltr .ag-color-input input[class^=ag-][type=text].ag-input-field-input{padding-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-rtl .ag-color-input input[class^=ag-][type=text].ag-input-field-input{padding-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-color-input .ag-color-input-color{position:absolute}.ag-ltr .ag-color-input .ag-color-input-color{margin-left:var(--ag-grid-size)}.ag-rtl .ag-color-input .ag-color-input-color{margin-right:var(--ag-grid-size)}.ag-color-picker-color,.ag-color-input-color{width:var(--ag-icon-size);height:var(--ag-icon-size);border:var(--ag-borders-secondary) var(--ag-secondary-border-color);border-radius:2px}.ag-dnd-ghost{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);overflow:hidden;text-overflow:ellipsis;border:var(--ag-borders-secondary) var(--ag-secondary-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height);line-height:var(--ag-header-height);margin:0;padding:0 calc(var(--ag-grid-size) * 2);transform:translateY(calc(var(--ag-grid-size) * 2))}.ag-dnd-ghost-icon{margin-right:var(--ag-grid-size);color:var(--ag-foreground-color)}.ag-popup-child:not(.ag-tooltip-custom){box-shadow:var(--ag-popup-shadow)}.ag-select .ag-picker-field-wrapper{min-height:var(--ag-list-item-height);cursor:default}.ag-ltr .ag-select .ag-picker-field-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-select .ag-picker-field-wrapper{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-ltr .ag-select .ag-picker-field-wrapper{padding-right:var(--ag-grid-size)}.ag-rtl .ag-select .ag-picker-field-wrapper{padding-left:var(--ag-grid-size)}.ag-select.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}.ag-select:not(.ag-cell-editor,.ag-label-align-top){min-height:var(--ag-list-item-height)}.ag-select .ag-picker-field-display{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-select .ag-picker-field-icon{display:flex;align-items:center}.ag-select.ag-disabled{opacity:.5}.ag-rich-select-value,.ag-rich-select-list{background-color:var(--ag-background-color)}.ag-rich-select-list{width:100%;height:auto;border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-rich-select-list .ag-loading-text{padding:var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing)}.ag-rich-select-value{border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color);padding-top:0;padding-bottom:0}.ag-ltr .ag-rich-select-value{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-rich-select-value{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-ltr .ag-rich-select-value{padding-right:var(--ag-grid-size)}.ag-rtl .ag-rich-select-value{padding-left:var(--ag-grid-size)}.ag-ltr .ag-rich-select-field-input{left:calc(var(--ag-cell-horizontal-padding))}.ag-rtl .ag-rich-select-field-input{right:calc(var(--ag-cell-horizontal-padding))}.ag-popup-editor .ag-rich-select-value{height:var(--ag-row-height);min-width:200px}.ag-rich-select-virtual-list-item{cursor:default;height:var(--ag-list-item-height)}.ag-rich-select-virtual-list-item:focus-visible:after{content:none}.ag-ltr .ag-rich-select-row{padding-left:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rtl .ag-rich-select-row{padding-right:calc(var(--ag-cell-horizontal-padding) / 2)}.ag-rich-select-row-selected{background-color:var(--ag-selected-row-background-color)}.ag-rich-select-row:hover,.ag-rich-select-row-highlighted{background-image:linear-gradient(var(--ag-row-hover-color),var(--ag-row-hover-color))}.ag-rich-select-row-text-highlight{font-weight:700}.ag-autocomplete{width:100%}.ag-autocomplete-list{width:100%;min-width:200px;height:calc(var(--ag-row-height) * 6.5)}.ag-autocomplete-virtual-list-item{cursor:default;height:var(--ag-list-item-height)}.ag-autocomplete-virtual-list-item:focus-visible:after{content:none}.ag-autocomplete-virtual-list-item:hover{background-color:var(--ag-row-hover-color)}.ag-autocomplete-row-label{margin:0px var(--ag-widget-container-horizontal-padding)}.ag-autocomplete-row-selected{background-color:var(--ag-selected-row-background-color)}.ag-pill{border:1px solid var(--ag-chip-border-color);border-radius:var(--ag-border-radius);background-color:var(--ag-chip-background-color)}.ag-ltr .ag-pill .ag-pill-button{margin-left:var(--ag-grid-size)}.ag-rtl .ag-pill .ag-pill-button{margin-right:var(--ag-grid-size)}.ag-pill:focus-visible{border-color:var(--ag-input-focus-border-color)}.ag-pill .ag-pill-button:hover{cursor:pointer}.ag-dragging-range-handle .ag-dialog,.ag-dragging-fill-handle .ag-dialog{opacity:.7;pointer-events:none}.ag-dialog{border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color);box-shadow:var(--ag-popup-shadow)}.ag-panel{background-color:var(--ag-panel-background-color);border-color:var(--ag-panel-border-color)}.ag-panel-title-bar{color:var(--ag-header-foreground-color);height:var(--ag-header-height);padding:var(--ag-grid-size) var(--ag-cell-horizontal-padding);border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-panel-title-bar-button{margin-left:var(--ag-grid-size)}.ag-rtl .ag-panel-title-bar-button{margin-right:var(--ag-grid-size)}.ag-tooltip{background-color:var(--ag-tooltip-background-color);color:var(--ag-foreground-color);padding:var(--ag-grid-size);border:var(--ag-borders) var(--ag-border-color);border-radius:var(--ag-card-radius);white-space:normal}.ag-tooltip.ag-tooltip-animate,.ag-tooltip-custom.ag-tooltip-animate{transition:opacity 1s}.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding,.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding{opacity:0}.ag-ltr .ag-column-select-column,.ag-ltr .ag-column-select-column-group{padding-left:calc(var(--ag-indentation-level) * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-column,.ag-rtl .ag-column-select-column-group{padding-right:calc(var(--ag-indentation-level) * var(--ag-column-select-indent-size))}.ag-column-select-header-icon{cursor:pointer}.ag-column-select-header-icon:focus-visible{outline:none}.ag-column-select-header-icon:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-ltr .ag-column-group-icons:not(:last-child),.ag-ltr .ag-column-select-header-icon:not(:last-child),.ag-ltr .ag-column-select-header-checkbox:not(:last-child),.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),.ag-ltr .ag-column-select-checkbox:not(:last-child),.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),.ag-ltr .ag-column-select-column-label:not(:last-child){margin-right:var(--ag-widget-horizontal-spacing)}.ag-rtl .ag-column-group-icons:not(:last-child),.ag-rtl .ag-column-select-header-icon:not(:last-child),.ag-rtl .ag-column-select-header-checkbox:not(:last-child),.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),.ag-rtl .ag-column-select-checkbox:not(:last-child),.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),.ag-rtl .ag-column-select-column-label:not(:last-child){margin-left:var(--ag-widget-horizontal-spacing)}.ag-column-select-virtual-list-item:focus-visible{outline:none}.ag-column-select-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-select-column-group:not(:last-child),.ag-column-select-column:not(:last-child){margin-bottom:var(--ag-widget-vertical-spacing)}.ag-column-select-column-readonly,.ag-column-select-column-group-readonly{color:var(--ag-disabled-foreground-color);pointer-events:none}.ag-ltr .ag-column-select-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-rtl .ag-column-select-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-column-select-virtual-list-viewport{padding:calc(var(--ag-widget-container-vertical-padding) * .5) 0px}.ag-column-select-virtual-list-item{padding:0 var(--ag-widget-container-horizontal-padding)}.ag-checkbox-edit{padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-pill-select .ag-column-drop{border-bottom:0;min-height:unset}.ag-pill-select .ag-column-drop-list{padding:0}.ag-pill-select .ag-select{padding-top:var(--ag-grid-size)}.ag-pill-select .ag-picker-field-wrapper{background-color:transparent;border:0}.ag-pill-select .ag-picker-field-display{cursor:pointer}.ag-rtl{text-align:right}.ag-root-wrapper{border-radius:var(--ag-wrapper-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-row>.ag-cell-wrapper.ag-row-group{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * var(--ag-indentation-level))}.ag-cell-wrapper.ag-row-group,.ag-cell-wrapper.ag-row-group-leaf-indent,.ag-cell-wrapper.ag-pivot-leaf-group{padding-left:calc(var(--ag-indentation-level) * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-group-leaf-indent{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-group-leaf-indent{margin-right:var(--ag-row-group-indent-size)}.ag-row:not(.ag-row-level-0) .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-value-change-delta{padding-right:2px}.ag-value-change-delta-up{color:var(--ag-value-change-delta-up-color)}.ag-value-change-delta-down{color:var(--ag-value-change-delta-down-color)}.ag-value-change-value{background-color:transparent;border-radius:1px;padding-left:1px;padding-right:1px;transition:background-color 1s}.ag-value-change-value-highlight{background-color:var(--ag-value-change-value-highlight-background-color);transition:background-color .1s}.ag-cell-data-changed{background-color:var(--ag-value-change-value-highlight-background-color)!important}.ag-cell-data-changed-animation{background-color:transparent}.ag-cell-highlight{background-color:var(--ag-range-selection-highlight-color)!important}.ag-row{height:var(--ag-row-height);background-color:var(--ag-background-color);color:var(--ag-data-color);border-bottom:var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width)}.ag-row-highlight-above:after,.ag-row-highlight-below:after{content:"";position:absolute;width:calc(100% - 1px);height:1px;background-color:var(--ag-range-selection-border-color);left:1px}.ag-row-highlight-above:after{top:0}.ag-row-highlight-below:after{bottom:0}.ag-row-odd{background-color:var(--ag-odd-row-background-color)}.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner){border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner){border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-row-selected:before{content:"";background-color:var(--ag-selected-row-background-color);display:block;position:absolute;inset:0}.ag-row-hover:not(.ag-full-width-row):before,.ag-row-hover.ag-full-width-row.ag-row-group:before{content:"";background-color:var(--ag-row-hover-color);display:block;position:absolute;inset:0;pointer-events:none}.ag-row-hover.ag-full-width-row.ag-row-group>*{position:relative}.ag-row-hover.ag-row-selected:before{background-color:var(--ag-row-hover-color);background-image:linear-gradient(var(--ag-selected-row-background-color),var(--ag-selected-row-background-color))}.ag-column-hover{background-color:var(--ag-column-hover-color)}.ag-ltr .ag-right-aligned-cell{text-align:right}.ag-rtl .ag-right-aligned-cell{text-align:left}.ag-ltr .ag-right-aligned-cell .ag-cell-value,.ag-ltr .ag-right-aligned-cell .ag-group-value{margin-left:auto}.ag-rtl .ag-right-aligned-cell .ag-cell-value,.ag-rtl .ag-right-aligned-cell .ag-group-value{margin-right:auto}.ag-ltr .ag-right-aligned-cell .ag-skeleton-effect{margin-left:auto}.ag-rtl .ag-right-aligned-cell .ag-skeleton-effect{margin-right:auto}.ag-cell,.ag-full-width-row .ag-cell-wrapper.ag-row-group{--ag-internal-calculated-line-height: var( --ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)) );--ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));border:1px solid transparent;line-height:min(var(--ag-internal-calculated-line-height),var(--ag-internal-padded-row-height));padding-left:calc(var(--ag-cell-horizontal-padding) - 1px + var(--ag-row-group-indent-size) * var(--ag-indentation-level));padding-right:calc(var(--ag-cell-horizontal-padding) - 1px);-webkit-font-smoothing:subpixel-antialiased}.ag-row>.ag-cell-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding) - 1px);padding-right:calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-row-dragging{cursor:move;opacity:.5}.ag-cell-inline-editing{border:1px solid var(--ag-border-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:0;background-color:var(--ag-control-panel-background-color)}.ag-popup-editor .ag-large-text,.ag-autocomplete-list-popup{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background-color:var(--ag-control-panel-background-color);padding:0}.ag-large-text-input{height:auto;padding:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-large-text-input textarea{resize:none}.ag-details-row{padding:calc(var(--ag-grid-size) * 5);background-color:var(--ag-background-color)}.ag-layout-auto-height .ag-center-cols-viewport,.ag-layout-auto-height .ag-center-cols-container,.ag-layout-print .ag-center-cols-viewport,.ag-layout-print .ag-center-cols-container{min-height:50px}.ag-overlay-loading-wrapper{background-color:var(--ag-modal-overlay-background-color)}.ag-overlay-loading-center{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size)}.ag-skeleton-container{width:100%;height:100%;align-content:center}.ag-skeleton-effect{background-color:var(--ag-row-loading-skeleton-effect-color);width:100%;height:1em;border-radius:.25rem;animation:ag-skeleton-loading 1.5s ease-in-out .5s infinite}@keyframes ag-skeleton-loading{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ag-loading{display:flex;height:100%;align-items:center}.ag-ltr .ag-loading{padding-left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-loading{padding-right:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-loading-icon{padding-right:var(--ag-cell-widget-spacing)}.ag-rtl .ag-loading-icon{padding-left:var(--ag-cell-widget-spacing)}.ag-icon-loading{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ag-floating-top{border-bottom:var(--ag-borders-critical) var(--ag-border-color)}.ag-floating-bottom{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-ltr .ag-cell{border-right:var(--ag-cell-horizontal-border)}.ag-rtl .ag-cell{border-left:var(--ag-cell-horizontal-border)}.ag-ltr .ag-cell{border-right-width:1px}.ag-rtl .ag-cell{border-left-width:1px}.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-cell-range-selected:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing){background-color:var(--ag-range-selection-background-color)}.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart{background-color:var(--ag-range-selection-chart-background-color)!important}.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category{background-color:var(--ag-range-selection-chart-category-background-color)!important}.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){background-color:var(--ag-range-selection-background-color)}.ag-cell-range-selected-2:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2{background-color:var(--ag-range-selection-background-color-2)}.ag-cell-range-selected-3:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3{background-color:var(--ag-range-selection-background-color-3)}.ag-cell-range-selected-4:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4{background-color:var(--ag-range-selection-background-color-4)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{border-top-color:var(--ag-range-selection-border-color);border-top-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{border-right-color:var(--ag-range-selection-border-color);border-right-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{border-bottom-color:var(--ag-range-selection-border-color);border-bottom-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{border-left-color:var(--ag-range-selection-border-color);border-left-style:var(--ag-range-selection-border-style)}.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-ltr .ag-cell-range-single-cell,.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-rtl .ag-cell-range-single-cell,.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle{border:1px solid;border-color:var(--ag-range-selection-border-color);border-style:var(--ag-range-selection-border-style);outline:initial}.ag-cell.ag-selection-fill-top,.ag-cell.ag-selection-fill-top.ag-cell-range-selected{border-top:1px dashed;border-top-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-cell.ag-selection-fill-right,.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-right:1px dashed var(--ag-range-selection-border-color)!important}.ag-rtl .ag-cell.ag-selection-fill-right,.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-left:1px dashed var(--ag-range-selection-border-color)!important}.ag-cell.ag-selection-fill-bottom,.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected{border-bottom:1px dashed;border-bottom-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-cell.ag-selection-fill-left,.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-left:1px dashed var(--ag-range-selection-border-color)!important}.ag-rtl .ag-cell.ag-selection-fill-left,.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-right:1px dashed var(--ag-range-selection-border-color)!important}.ag-fill-handle,.ag-range-handle{position:absolute;width:6px;height:6px;bottom:-1px;background-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-fill-handle,.ag-ltr .ag-range-handle{right:-1px}.ag-rtl .ag-fill-handle,.ag-rtl .ag-range-handle{left:-1px}.ag-fill-handle{cursor:cell}.ag-range-handle{cursor:nwse-resize}.ag-cell-inline-editing{border-color:var(--ag-input-focus-border-color)!important}.ag-menu{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background-color:var(--ag-menu-background-color);border-color:var(--ag-menu-border-color);padding:0}.ag-menu.ag-tabs{min-width:var(--ag-tab-min-width)}.ag-menu-list{cursor:default;padding:var(--ag-grid-size) 0}.ag-menu-separator{height:calc(var(--ag-grid-size) * 2 + 1px)}.ag-menu-separator-part:after{content:"";display:block;border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-menu-option-active,.ag-compact-menu-option-active{background-color:var(--ag-row-hover-color)}.ag-menu-option-part,.ag-compact-menu-option-part{line-height:var(--ag-icon-size);padding:calc(var(--ag-grid-size) + 2px) 0}.ag-menu-option-disabled,.ag-compact-menu-option-disabled{opacity:.5}.ag-menu-option-icon,.ag-compact-menu-option-icon{width:var(--ag-icon-size)}.ag-ltr .ag-menu-option-icon,.ag-ltr .ag-compact-menu-option-icon{padding-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-menu-option-icon,.ag-rtl .ag-compact-menu-option-icon{padding-right:calc(var(--ag-grid-size) * 2)}.ag-menu-option-text,.ag-compact-menu-option-text{padding-left:calc(var(--ag-grid-size) * 2);padding-right:calc(var(--ag-grid-size) * 2)}.ag-ltr .ag-menu-option-shortcut,.ag-ltr .ag-compact-menu-option-shortcut{padding-right:var(--ag-grid-size)}.ag-rtl .ag-menu-option-shortcut,.ag-rtl .ag-compact-menu-option-shortcut{padding-left:var(--ag-grid-size)}.ag-ltr .ag-menu-option-popup-pointer,.ag-ltr .ag-compact-menu-option-popup-pointer{padding-right:var(--ag-grid-size)}.ag-rtl .ag-menu-option-popup-pointer,.ag-rtl .ag-compact-menu-option-popup-pointer{padding-left:var(--ag-grid-size)}.ag-tabs-header,.ag-tabs-header-wrapper{display:flex}.ag-tabs-header-wrapper .ag-tabs-header{flex:1}.ag-tabs-close-button-wrapper{border:0;border-right:var(--ag-borders) var(--ag-border-color);padding:var(--ag-grid-size)}.ag-tabs-close-button{border:0;background-color:unset;cursor:pointer;padding:0}.ag-tab{border-bottom:var(--ag-selected-tab-underline-width) solid transparent;transition:border-bottom var(--ag-selected-tab-underline-transition-speed);display:flex;flex:none;align-items:center;justify-content:center;cursor:pointer}.ag-tab:focus-visible{outline:none}.ag-tab:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-tab-selected{border-bottom-color:var(--ag-selected-tab-underline-color)}.ag-menu-header{color:var(--ag-secondary-foreground-color)}.ag-filter-separator{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-filter-select .ag-picker-field-wrapper{width:0}.ag-filter-condition-operator{height:17px}.ag-ltr .ag-filter-condition-operator-or{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-filter-condition-operator-or{margin-right:calc(var(--ag-grid-size) * 2)}.ag-set-filter-select-all{padding-top:var(--ag-widget-container-vertical-padding)}.ag-set-filter-list,.ag-filter-no-matches{height:calc(var(--ag-list-item-height) * 6)}.ag-set-filter-tree-list{height:calc(var(--ag-list-item-height) * 10)}.ag-set-filter-filter{margin-top:var(--ag-widget-container-vertical-padding);margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding)}.ag-filter-to{margin-top:var(--ag-widget-vertical-spacing)}.ag-mini-filter{margin:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-set-filter{--ag-indentation-level: 0}.ag-ltr .ag-set-filter-item{padding-left:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size))}.ag-rtl .ag-set-filter-item{padding-right:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level) * var(--ag-set-filter-indent-size))}.ag-ltr .ag-set-filter-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}.ag-rtl .ag-set-filter-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}.ag-ltr .ag-set-filter-group-icons{margin-right:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-set-filter-group-icons{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-filter-menu .ag-set-filter-list{min-width:200px}.ag-filter-virtual-list-item:focus-visible{outline:none}.ag-filter-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-filter-apply-panel{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-filter-apply-panel-button{line-height:1.5}.ag-ltr .ag-filter-apply-panel-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-filter-apply-panel-button{margin-right:calc(var(--ag-grid-size) * 2)}.ag-simple-filter-body-wrapper{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));overflow-y:auto;min-height:calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing))}.ag-simple-filter-body-wrapper>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-simple-filter-body-wrapper .ag-resizer-wrapper{margin:0}.ag-menu:not(.ag-tabs) .ag-filter .ag-filter-body-wrapper,.ag-menu:not(.ag-tabs) .ag-filter>*:not(.ag-filter-wrapper){min-width:calc(var(--ag-menu-min-width) - 2px)}.ag-filter-no-matches{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-multi-filter-menu-item{margin:var(--ag-grid-size) 0}.ag-multi-filter-group-title-bar{padding:calc(var(--ag-grid-size) * 2) var(--ag-grid-size);background-color:transparent}.ag-group-filter-field-select-wrapper{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-group-filter-field-select-wrapper>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-multi-filter-group-title-bar:focus-visible{outline:none}.ag-multi-filter-group-title-bar:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-side-bar{position:relative}.ag-tool-panel-wrapper{width:var(--ag-side-bar-panel-width);background-color:var(--ag-control-panel-background-color)}.ag-side-buttons{padding-top:calc(var(--ag-grid-size) * 4);width:calc(var(--ag-icon-size) + 4px);position:relative;overflow:hidden}button.ag-side-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background:transparent;padding:calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;width:100%;margin:0;min-height:calc(var(--ag-grid-size) * 18);background-position-y:center;background-position-x:center;background-repeat:no-repeat;border:none;border-top:var(--ag-borders-side-button) var(--ag-border-color);border-bottom:var(--ag-borders-side-button) var(--ag-border-color)}button.ag-side-button-button:focus{box-shadow:none}.ag-side-button-button:focus-visible{outline:none}.ag-side-button-button:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-selected button.ag-side-button-button{background-color:var(--ag-side-button-selected-background-color)}.ag-side-button-icon-wrapper{margin-bottom:3px}.ag-ltr .ag-side-bar-left,.ag-rtl .ag-side-bar-right{border-right:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper{border-left:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-rtl .ag-side-bar-right .ag-side-button-button{border-right:var(--ag-selected-tab-underline-width) solid transparent;transition:border-right var(--ag-selected-tab-underline-transition-speed)}.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button{border-right-color:var(--ag-selected-tab-underline-color)}.ag-rtl .ag-side-bar-left,.ag-ltr .ag-side-bar-right{border-left:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper{border-right:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-side-bar-left .ag-side-button-button,.ag-ltr .ag-side-bar-right .ag-side-button-button{border-left:var(--ag-selected-tab-underline-width) solid transparent;transition:border-left var(--ag-selected-tab-underline-transition-speed)}.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button{border-left-color:var(--ag-selected-tab-underline-color)}.ag-filter-toolpanel-header{height:calc(var(--ag-grid-size) * 6)}.ag-filter-toolpanel-header,.ag-filter-toolpanel-search{padding:0 var(--ag-grid-size)}.ag-filter-toolpanel-header:focus-visible{outline:none}.ag-filter-toolpanel-header:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-filter-toolpanel-group:not(.ag-has-filter)>.ag-group-title-bar .ag-filter-toolpanel-group-instance-header-icon{display:none}.ag-filter-toolpanel-group-level-0-header{height:calc(var(--ag-grid-size) * 8)}.ag-filter-toolpanel-group-item{margin-top:calc(var(--ag-grid-size) * .5);margin-bottom:calc(var(--ag-grid-size) * .5)}.ag-filter-toolpanel-search{height:var(--ag-header-height)}.ag-filter-toolpanel-search-input{flex-grow:1;height:calc(var(--ag-grid-size) * 4)}.ag-ltr .ag-filter-toolpanel-search-input{margin-right:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-search-input{margin-left:var(--ag-grid-size)}.ag-filter-toolpanel-group-level-0{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-ltr .ag-filter-toolpanel-expand,.ag-ltr .ag-filter-toolpanel-group-title-bar-icon{margin-right:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-expand,.ag-rtl .ag-filter-toolpanel-group-title-bar-icon{margin-left:var(--ag-grid-size)}.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * var(--ag-indentation-level, 0) + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * var(--ag-indentation-level, 0) + var(--ag-grid-size))}.ag-filter-toolpanel-instance-filter{border-bottom:var(--ag-borders) var(--ag-border-color);border-top:var(--ag-borders) var(--ag-border-color);margin-top:var(--ag-grid-size)}.ag-ltr .ag-filter-toolpanel-group-instance-header-icon,.ag-ltr .ag-filter-toolpanel-instance-header-icon{margin-left:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-group-instance-header-icon,.ag-rtl .ag-filter-toolpanel-instance-header-icon{margin-right:var(--ag-grid-size)}.ag-set-filter-group-icons{color:var(--ag-secondary-foreground-color)}.ag-pivot-mode-panel{min-height:var(--ag-header-height);height:var(--ag-header-height);display:flex}.ag-pivot-mode-select{display:flex;align-items:center}.ag-ltr .ag-pivot-mode-select{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-pivot-mode-select{margin-right:var(--ag-widget-container-horizontal-padding)}.ag-column-select-header:focus-visible{outline:none}.ag-column-select-header:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-select-header{height:var(--ag-header-height);align-items:center;padding:0 var(--ag-widget-container-horizontal-padding);border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-panel-column-select{border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-group-icons,.ag-column-select-header-icon{color:var(--ag-secondary-foreground-color)}.ag-column-select-list .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px}.ag-column-select-list .ag-item-highlight-top:after{top:0}.ag-column-select-list .ag-item-highlight-bottom:after{bottom:0}.ag-header,.ag-advanced-filter-header{background-color:var(--ag-header-background-color);border-bottom:var(--ag-borders-critical) var(--ag-border-color)}.ag-header-row{color:var(--ag-header-foreground-color);height:var(--ag-header-height)}.ag-pinned-right-header{border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-pinned-left-header{border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon{margin-left:var(--ag-grid-size)}.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon,.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon{margin-right:var(--ag-grid-size)}.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon{margin-right:var(--ag-grid-size)}.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon{margin-left:var(--ag-grid-size)}.ag-header-cell,.ag-header-group-cell{padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-header-cell.ag-header-cell-moving,.ag-header-group-cell.ag-header-cell-moving{background-color:var(--ag-header-cell-moving-background-color)}.ag-ltr .ag-header-group-cell-label.ag-sticky-label{left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-header-group-cell-label.ag-sticky-label{right:var(--ag-cell-horizontal-padding)}.ag-header-cell:focus-visible{outline:none}.ag-header-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-header-group-cell:focus-visible{outline:none}.ag-header-group-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-advanced-filter-header-cell:focus-visible{outline:none}.ag-advanced-filter-header-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-header-icon{color:var(--ag-secondary-foreground-color)}.ag-header-expand-icon{cursor:pointer}.ag-ltr .ag-header-expand-icon{margin-left:4px}.ag-rtl .ag-header-expand-icon{margin-right:4px}.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total,.ag-header-parent-hidden),.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,.ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,.ag-header-cell:not(.ag-column-resizing)+.ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,.ag-header-cell:not(.ag-column-resizing)+.ag-header-cell:not(.ag-column-hover).ag-column-resizing,.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,.ag-header-group-cell:first-of-type.ag-column-resizing,.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing{background-color:var(--ag-header-cell-hover-background-color)}.ag-header-cell:before,.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):before{content:"";position:absolute;z-index:1;display:var(--ag-header-column-separator-display);width:var(--ag-header-column-separator-width);height:var(--ag-header-column-separator-height);top:calc(50% - var(--ag-header-column-separator-height) * .5);background-color:var(--ag-header-column-separator-color)}.ag-ltr .ag-header-cell:before,.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):before{right:0}.ag-rtl .ag-header-cell:before,.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):before{left:0}.ag-header-highlight-before:after,.ag-header-highlight-after:after{content:"";position:absolute;height:100%;width:1px}.ag-header-highlight-before:after{left:0}.ag-header-highlight-after:after{right:0}.ag-pinned-left-header .ag-header-highlight-after:after{right:1px}.ag-header-cell-resize{display:flex;align-items:center}.ag-header-cell-resize:after{content:"";position:absolute;z-index:1;display:var(--ag-header-column-resize-handle-display);width:var(--ag-header-column-resize-handle-width);height:var(--ag-header-column-resize-handle-height);top:calc(50% - var(--ag-header-column-resize-handle-height) * .5);background-color:var(--ag-header-column-resize-handle-color)}.ag-header-cell.ag-header-span-height .ag-header-cell-resize:after{height:calc(100% - var(--ag-grid-size) * 4);top:calc(var(--ag-grid-size) * 2)}.ag-ltr .ag-header-viewport .ag-header-cell-resize:after{left:calc(50% - var(--ag-header-column-resize-handle-width))}.ag-rtl .ag-header-viewport .ag-header-cell-resize:after{right:calc(50% - var(--ag-header-column-resize-handle-width))}.ag-pinned-left-header .ag-header-cell-resize:after{left:calc(50% - var(--ag-header-column-resize-handle-width))}.ag-pinned-right-header .ag-header-cell-resize:after{left:50%}.ag-ltr .ag-header-select-all{margin-right:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-header-select-all{margin-left:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-floating-filter-button{margin-left:var(--ag-cell-widget-spacing)}.ag-rtl .ag-floating-filter-button{margin-right:var(--ag-cell-widget-spacing)}.ag-floating-filter-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;appearance:none;background:transparent;border:none;height:var(--ag-icon-size);padding:0;width:var(--ag-icon-size)}.ag-filter-loading{background-color:var(--ag-control-panel-background-color);height:100%;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;width:100%;z-index:1}.ag-paging-panel{border-top:1px solid;border-top-color:var(--ag-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height)}.ag-paging-panel>*{margin:0 var(--ag-cell-horizontal-padding)}.ag-paging-panel>.ag-paging-page-size .ag-wrapper{min-width:calc(var(--ag-grid-size) * 10)}.ag-paging-button{cursor:pointer}.ag-paging-button.ag-disabled{cursor:default;color:var(--ag-disabled-foreground-color)}.ag-paging-button:focus-visible{outline:none}.ag-paging-button:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-paging-button,.ag-paging-description{margin:0 var(--ag-grid-size)}.ag-status-bar{border-top:var(--ag-borders) var(--ag-border-color);color:var(--ag-disabled-foreground-color);padding-right:calc(var(--ag-grid-size) * 4);padding-left:calc(var(--ag-grid-size) * 4);line-height:1.5}.ag-status-name-value-value{color:var(--ag-foreground-color)}.ag-status-bar-center{text-align:center}.ag-status-name-value{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size);padding-top:calc(var(--ag-grid-size) * 2);padding-bottom:calc(var(--ag-grid-size) * 2)}.ag-column-drop-cell{background:var(--ag-chip-background-color);border-radius:calc(var(--ag-grid-size) * 4);height:calc(var(--ag-grid-size) * 4);padding:0 calc(var(--ag-grid-size) * .5);border:1px solid var(--ag-chip-border-color)}.ag-column-drop-cell:focus-visible{outline:none}.ag-column-drop-cell:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:2px;left:2px;display:block;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-drop-cell-text{margin:0 var(--ag-grid-size)}.ag-column-drop-cell-button{min-width:calc(var(--ag-grid-size) * 4);margin:0 calc(var(--ag-grid-size) * .5);color:var(--ag-secondary-foreground-color)}.ag-column-drop-cell-drag-handle{margin-left:calc(var(--ag-grid-size) * 2)}.ag-column-drop-cell-ghost{opacity:.5}.ag-column-drop-horizontal{background-color:var(--ag-header-background-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height);border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-column-drop-horizontal{padding-left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-column-drop-horizontal{padding-right:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child){border-right:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child){border-left:var(--ag-borders) var(--ag-border-color)}.ag-column-drop-horizontal-cell-separator{margin:0 var(--ag-grid-size);color:var(--ag-secondary-foreground-color)}.ag-column-drop-horizontal-empty-message{color:var(--ag-disabled-foreground-color)}.ag-ltr .ag-column-drop-horizontal-icon{margin-right:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-column-drop-horizontal-icon{margin-left:var(--ag-cell-horizontal-padding)}.ag-column-drop-vertical-list{padding-bottom:var(--ag-grid-size);padding-right:var(--ag-grid-size);padding-left:var(--ag-grid-size)}.ag-column-drop-vertical-cell{margin-top:var(--ag-grid-size)}.ag-column-drop-vertical{min-height:50px;border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-column-drop-vertical-icon{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size)}.ag-column-drop-vertical-empty-message{position:absolute;inset:0;overflow:hidden;color:var(--ag-disabled-foreground-color);margin-top:var(--ag-grid-size)}.ag-select-agg-func-popup{border:var(--ag-borders) var(--ag-border-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background:var(--ag-background-color);height:calc(var(--ag-grid-size) * 5 * 3.5);padding:0}.ag-select-agg-func-virtual-list-item{cursor:default}.ag-ltr .ag-select-agg-func-virtual-list-item{padding-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-select-agg-func-virtual-list-item{padding-right:calc(var(--ag-grid-size) * 2)}.ag-select-agg-func-virtual-list-item:hover{background-color:var(--ag-selected-row-background-color)}.ag-select-agg-func-virtual-list-item:focus-visible{outline:none}.ag-select-agg-func-virtual-list-item:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-sort-indicator-container{display:flex}.ag-ltr .ag-sort-indicator-icon{padding-left:var(--ag-grid-size)}.ag-rtl .ag-sort-indicator-icon{padding-right:var(--ag-grid-size)}.ag-chart{position:relative;display:flex;width:100%;height:100%}.ag-chart-components-wrapper{position:relative;display:flex;flex:1 1 auto}.ag-chart-canvas-wrapper{position:relative;flex:1 1 auto}.ag-chart-menu{position:absolute;top:16px;display:flex;flex-direction:column}.ag-ltr .ag-chart-menu{right:20px}.ag-rtl .ag-chart-menu{left:20px}.ag-chart-docked-container{position:relative;min-width:var(--ag-chart-menu-panel-width)}.ag-chart-menu-hidden~.ag-chart-docked-container{display:none}.ag-chart-tabbed-menu{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.ag-chart-tabbed-menu-header{flex:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ag-chart-tabbed-menu-body{display:flex;flex:1 1 auto;align-items:stretch;overflow:hidden}.ag-chart-tab{width:100%;overflow:hidden;overflow-y:auto}.ag-chart-settings{overflow-x:hidden}.ag-chart-settings-wrapper{position:relative;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.ag-chart-settings-nav-bar{display:flex;align-items:center;width:100%;height:30px;padding:0 10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-chart-settings-card-selector{display:flex;align-items:center;justify-content:space-around;flex:1 1 auto;height:100%;padding:0 10px}.ag-chart-settings-card-item{cursor:pointer;width:10px;height:10px;background-color:#000;position:relative}.ag-chart-settings-card-item.ag-not-selected{opacity:.2}.ag-chart-settings-card-item:before{content:" ";display:block;position:absolute;background-color:transparent;left:50%;top:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px}.ag-chart-settings-prev,.ag-chart-settings-next{position:relative;flex:none}.ag-chart-settings-prev:focus-within,.ag-chart-settings-next:focus-within{box-shadow:var(--ag-input-focus-box-shadow);border-radius:1px}.ag-chart-settings-prev-button,.ag-chart-settings-next-button{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.ag-chart-settings-mini-charts-container{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.ag-chart-settings-mini-wrapper{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;min-height:100%;overflow:hidden}.ag-chart-settings-mini-wrapper.ag-animating{transition:left .3s;transition-timing-function:ease-in-out}.ag-chart-mini-thumbnail{cursor:pointer}.ag-chart-mini-thumbnail-canvas{display:block}.ag-chart-data-wrapper,.ag-chart-format-wrapper,.ag-chart-advanced-settings-wrapper{display:flex;flex-direction:column;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:16px}.ag-chart-data-wrapper,.ag-chart-advanced-settings-wrapper{height:100%;overflow-y:auto}.ag-chart-advanced-settings{background-color:var(--ag-control-panel-background-color)}.ag-chart-advanced-settings-wrapper,.ag-chart-advanced-settings{width:100%}.ag-chart-advanced-settings-wrapper{padding-bottom:0}.ag-chart-data-section,.ag-chart-format-section,.ag-chart-advanced-settings-section{display:flex;margin:0}.ag-chart-advanced-settings-section{padding-top:var(--ag-grid-size);padding-bottom:var(--ag-grid-size)}.ag-chart-advanced-settings-section:not(:last-child){border-bottom:1px solid var(--ag-secondary-border-color)}.ag-chart-empty-text{display:flex;top:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:var(--ag-background-color)}.ag-chart .ag-chart-menu{display:none}.ag-chart-menu-hidden:hover .ag-chart-menu{display:block}.ag-chart .ag-chart-menu-wrapper .ag-chart-menu{display:flex;flex-direction:row;top:8px;gap:20px;width:auto}.ag-ltr .ag-chart .ag-chart-menu-wrapper .ag-chart-menu{right:calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);justify-content:right}.ag-rtl .ag-chart .ag-chart-menu-wrapper .ag-chart-menu{left:calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);justify-content:left}.ag-charts-font-size-color{display:flex;align-self:stretch;justify-content:space-between}.ag-charts-data-group-item{position:relative}.ag-charts-data-group-item:not(:last-child){margin-bottom:var(--ag-grid-size)}.ag-chart-menu{border-radius:var(--ag-card-radius);background:var(--ag-background-color)}.ag-chart-menu-icon{opacity:.5;margin:2px 0;cursor:pointer;border-radius:var(--ag-card-radius);color:var(--ag-secondary-foreground-color)}.ag-chart-menu-icon:hover{opacity:1}.ag-chart-menu-toolbar-button{border:0;background-color:unset;padding:0 2px;border-radius:1px}.ag-chart-mini-thumbnail{border:1px solid var(--ag-secondary-border-color);border-radius:5px}.ag-chart-mini-thumbnail.ag-selected{border-color:var(--ag-minichart-selected-chart-color);border-width:2px}.ag-chart-mini-thumbnail:focus-visible{outline:none;border-color:var(--ag-minichart-selected-chart-color);box-shadow:var(--ag-input-focus-box-shadow)}.ag-chart-settings-card-item{background:var(--ag-foreground-color);width:8px;height:8px;border-radius:4px}.ag-chart-settings-card-item.ag-selected{background-color:var(--ag-minichart-selected-page-color)}.ag-chart-data-column-drag-handle{margin-left:var(--ag-grid-size)}.ag-charts-settings-group-title-bar,.ag-charts-data-group-title-bar,.ag-charts-format-top-level-group-title-bar{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color);position:relative}.ag-charts-advanced-settings-top-level-group-title-bar{position:relative;background-color:unset}.ag-charts-data-group-title-bar:focus-visible{outline:none}.ag-charts-data-group-title-bar:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-charts-format-top-level-group-title-bar:focus-visible{outline:none}.ag-charts-format-top-level-group-title-bar:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-charts-data-group-title-bar .ag-charts-data-group-title,.ag-charts-format-top-level-group-title-bar .ag-charts-format-top-level-group-title{cursor:pointer}.ag-charts-data-group-container{padding:calc(var(--ag-widget-container-vertical-padding) * .5) var(--ag-widget-container-horizontal-padding)}.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group):not(.ag-pill-select):not(.ag-select){height:var(--ag-list-item-height)}.ag-charts-data-group-container .ag-charts-data-group-item.ag-picker-field{margin-top:var(--ag-grid-size)}.ag-charts-data-group-container .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px}.ag-charts-data-group-container .ag-item-highlight-top:after{top:0}.ag-charts-data-group-container .ag-item-highlight-bottom:after{bottom:0}.ag-charts-format-top-level-group-container,.ag-charts-advanced-settings-top-level-group-container{padding:var(--ag-grid-size)}.ag-ltr .ag-charts-format-top-level-group-container,.ag-ltr .ag-charts-advanced-settings-top-level-group-container{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-charts-format-top-level-group-container,.ag-rtl .ag-charts-advanced-settings-top-level-group-container{margin-right:calc(var(--ag-grid-size) * 2)}.ag-charts-format-top-level-group-item,.ag-charts-advanced-settings-top-level-group-item{margin:var(--ag-grid-size) 0}.ag-charts-format-sub-level-group-container{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-charts-format-sub-level-group-container>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-charts-format-sub-level-no-header-group-container>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-charts-format-sub-level-group-container .ag-charts-format-sub-level-group-item.ag-font-panel-no-header{margin:0}.ag-charts-settings-group-container{padding:var(--ag-grid-size);row-gap:8px;display:grid;grid-template-columns:60px 1fr 60px 1fr 60px}.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+1){grid-column:1}.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+2){grid-column:3}.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+3){grid-column:5}.ag-chart-menu-panel{background-color:var(--ag-control-panel-background-color)}.ag-ltr .ag-chart-menu-panel{border-left:solid 1px var(--ag-border-color)}.ag-rtl .ag-chart-menu-panel{border-right:solid 1px var(--ag-border-color)}.ag-charts-theme-default{--ag-charts-align: none !important;--ag-charts-justify: none !important}.ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus{box-shadow:none}.ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus-visible{box-shadow:var(--ag-input-focus-box-shadow)}.ag-date-time-list-page-title-bar{display:flex}.ag-date-time-list-page-title{flex-grow:1;text-align:center}.ag-date-time-list-page-column-labels-row,.ag-date-time-list-page-entries-row{display:flex}.ag-date-time-list-page-column-label,.ag-date-time-list-page-entry{flex-basis:0;flex-grow:1}.ag-date-time-list-page-entry{cursor:pointer;text-align:center}.ag-date-time-list-page-column-label{text-align:center}.ag-advanced-filter-header{position:relative;display:flex;align-items:center;padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-advanced-filter{display:flex;align-items:center;width:100%}.ag-advanced-filter-apply-button,.ag-advanced-filter-builder-button{line-height:normal;white-space:nowrap}.ag-ltr .ag-advanced-filter-apply-button,.ag-ltr .ag-advanced-filter-builder-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-advanced-filter-apply-button,.ag-rtl .ag-advanced-filter-builder-button{margin-right:calc(var(--ag-grid-size) * 2)}.ag-advanced-filter-builder-button{display:flex;align-items:center;border:0;background-color:unset;color:var(--ag-foreground-color);font-size:var(--ag-font-size);font-weight:600}.ag-advanced-filter-builder-button:hover:not(:disabled){background-color:var(--ag-row-hover-color)}.ag-advanced-filter-builder-button:not(:disabled){cursor:pointer}.ag-advanced-filter-builder-button-label{margin-left:var(--ag-grid-size)}.ag-advanced-filter-builder{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;background-color:var(--ag-control-panel-background-color);display:flex;flex-direction:column}.ag-advanced-filter-builder-list{flex:1;overflow:auto}.ag-advanced-filter-builder-list .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px}.ag-advanced-filter-builder-list .ag-item-highlight-top:after{top:0}.ag-advanced-filter-builder-list .ag-item-highlight-bottom:after{bottom:0}.ag-advanced-filter-builder-button-panel{display:flex;justify-content:flex-end;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-advanced-filter-builder-item-wrapper{display:flex;flex:1 1 auto;align-items:center;justify-content:space-between;overflow:hidden;padding-left:calc(var(--ag-icon-size) / 2);padding-right:var(--ag-icon-size)}.ag-virtual-list-viewport .ag-advanced-filter-builder-item-wrapper .ag-tab-guard{position:absolute}.ag-advanced-filter-builder-item-tree-lines>*{width:var(--ag-advanced-filter-builder-indent-size)}.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root{width:var(--ag-icon-size)}.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root:before{top:50%;height:50%}.ag-advanced-filter-builder-item-tree-line-horizontal,.ag-advanced-filter-builder-item-tree-line-vertical,.ag-advanced-filter-builder-item-tree-line-vertical-top,.ag-advanced-filter-builder-item-tree-line-vertical-bottom{position:relative;height:100%;display:flex;align-items:center}.ag-advanced-filter-builder-item-tree-line-horizontal:before,.ag-advanced-filter-builder-item-tree-line-horizontal:after,.ag-advanced-filter-builder-item-tree-line-vertical:before,.ag-advanced-filter-builder-item-tree-line-vertical:after,.ag-advanced-filter-builder-item-tree-line-vertical-top:before,.ag-advanced-filter-builder-item-tree-line-vertical-top:after,.ag-advanced-filter-builder-item-tree-line-vertical-bottom:before,.ag-advanced-filter-builder-item-tree-line-vertical-bottom:after{content:"";position:absolute;height:100%}.ag-advanced-filter-builder-item-tree-line-horizontal:after{height:50%;width:calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));top:0;left:calc(var(--ag-icon-size) / 2);border-bottom:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-tree-line-vertical:before{width:calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);top:0;left:calc(var(--ag-icon-size) / 2);border-left:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-tree-line-vertical-top:before{height:50%;width:calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);top:0;left:calc(var(--ag-icon-size) / 2);border-left:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-tree-line-vertical-bottom:before{height:calc((100% - 1.5 * var(--ag-icon-size)) / 2);width:calc(var(--ag-icon-size) / 2);top:calc((100% + 1.5 * var(--ag-icon-size)) / 2);left:calc(var(--ag-icon-size) / 2);border-left:1px solid;border-color:var(--ag-border-color)}.ag-advanced-filter-builder-item-condition{padding-top:var(--ag-grid-size);padding-bottom:var(--ag-grid-size)}.ag-advanced-filter-builder-item,.ag-advanced-filter-builder-item-condition,.ag-advanced-filter-builder-pill-wrapper,.ag-advanced-filter-builder-pill,.ag-advanced-filter-builder-item-buttons,.ag-advanced-filter-builder-item-tree-lines{display:flex;align-items:center;height:100%}.ag-advanced-filter-builder-pill-wrapper{margin:0px var(--ag-grid-size)}.ag-advanced-filter-builder-pill{position:relative;border-radius:var(--ag-border-radius);padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2);min-height:calc(100% - var(--ag-grid-size) * 3);min-width:calc(var(--ag-grid-size) * 2)}.ag-advanced-filter-builder-pill .ag-picker-field-display{margin-right:var(--ag-grid-size)}.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number{font-family:monospace;font-weight:700}.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty{color:var(--ag-disabled-foreground-color)}.ag-advanced-filter-builder-pill:focus-visible{outline:none}.ag-advanced-filter-builder-pill:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:-4px;left:-4px;display:block;width:calc(100% + 8px);height:calc(100% + 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-advanced-filter-builder-item-button:focus-visible{outline:none}.ag-advanced-filter-builder-item-button:focus-visible:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:-4px;left:-4px;display:block;width:calc(100% + 8px);height:calc(100% + 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-advanced-filter-builder-pill-display{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.ag-advanced-filter-builder-join-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-join-pill-color);cursor:pointer}.ag-advanced-filter-builder-column-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-column-pill-color);cursor:pointer}.ag-advanced-filter-builder-option-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-option-pill-color);cursor:pointer}.ag-advanced-filter-builder-value-pill{color:var(--ag-foreground-color);background-color:var(--ag-advanced-filter-value-pill-color);cursor:text;max-width:140px}.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display{display:block}.ag-advanced-filter-builder-item-buttons>*{margin:0 calc(var(--ag-grid-size) * .5)}.ag-advanced-filter-builder-item-button{position:relative;cursor:pointer;color:var(--ag-secondary-foreground-color);opacity:50%}.ag-advanced-filter-builder-item-button-disabled{color:var(--ag-disabled-foreground-color);cursor:default}.ag-advanced-filter-builder-virtual-list-container{top:var(--ag-grid-size)}.ag-advanced-filter-builder-virtual-list-item{display:flex;cursor:default;height:var(--ag-list-item-height)}.ag-advanced-filter-builder-virtual-list-item:hover{background-color:var(--ag-row-hover-color)}.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button{opacity:100%}.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible,.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid{opacity:100%}.ag-advanced-filter-builder-invalid{margin:0 var(--ag-grid-size);color:var(--ag-invalid-color);cursor:default}.ag-input-field-input{width:100%;min-width:0}.ag-checkbox-input-wrapper{font-family:var(--ag-icon-font-family);font-weight:var(--ag-icon-font-weight);color:var(--ag-icon-font-color);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-checkbox-background-color);border-radius:var(--ag-checkbox-border-radius);display:inline-block;vertical-align:middle;flex:none}.ag-checkbox-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-checkbox-input-wrapper:focus-within,.ag-checkbox-input-wrapper:active{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-checkbox-input-wrapper.ag-disabled{opacity:.5}.ag-checkbox-input-wrapper:after{content:var(--ag-icon-font-code-checkbox-unchecked, "\f108");font-family:inherit;color:var(--ag-checkbox-unchecked-color);display:var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper.ag-checked:after{content:var(--ag-icon-font-code-checkbox-checked, "\f106");color:var(--ag-checkbox-checked-color);display:var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper.ag-indeterminate:after{content:var(--ag-icon-font-code-checkbox-indeterminate, "\f107");color:var(--ag-checkbox-indeterminate-color);display:var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper:before{content:"";background:transparent center/contain no-repeat;position:absolute;inset:0;background-image:var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, .9))}.ag-checkbox-input-wrapper.ag-checked:before{background-image:var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, .9))}.ag-checkbox-input-wrapper.ag-indeterminate:before{background-image:var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));display:var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, .9))}.ag-toggle-button-input-wrapper{box-sizing:border-box;width:var(--ag-toggle-button-width);min-width:var(--ag-toggle-button-width);max-width:var(--ag-toggle-button-width);height:var(--ag-toggle-button-height);background-color:var(--ag-toggle-button-off-background-color);border-radius:calc(var(--ag-toggle-button-height) * .5);position:relative;flex:none;border:var(--ag-toggle-button-border-width) solid;border-color:var(--ag-toggle-button-off-border-color)}.ag-toggle-button-input-wrapper input{opacity:0;height:100%;width:100%}.ag-toggle-button-input-wrapper:focus-within{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-toggle-button-input-wrapper.ag-disabled{opacity:.5}.ag-toggle-button-input-wrapper.ag-checked{background-color:var(--ag-toggle-button-on-background-color);border-color:var(--ag-toggle-button-on-border-color)}.ag-toggle-button-input-wrapper:before{content:" ";position:absolute;top:calc(0px - var(--ag-toggle-button-border-width));left:calc(0px - var(--ag-toggle-button-border-width));display:block;box-sizing:border-box;height:var(--ag-toggle-button-height);width:var(--ag-toggle-button-height);background-color:var(--ag-toggle-button-switch-background-color);border-radius:100%;transition:left .1s;border:var(--ag-toggle-button-border-width) solid;border-color:var(--ag-toggle-button-switch-border-color)}.ag-toggle-button-input-wrapper.ag-checked:before{left:calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));border-color:var(--ag-toggle-button-on-border-color)}.ag-radio-button-input-wrapper{font-family:var(--ag-icon-font-family);font-weight:var(--ag-icon-font-weight);color:var(--ag-icon-font-color);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-checkbox-background-color);border-radius:var(--ag-checkbox-border-radius);display:inline-block;vertical-align:middle;flex:none;border-radius:var(--ag-icon-size)}.ag-radio-button-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-radio-button-input-wrapper:focus-within,.ag-radio-button-input-wrapper:active{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-radio-button-input-wrapper.ag-disabled{opacity:.5}.ag-radio-button-input-wrapper:after{content:var(--ag-icon-font-code-radio-button-off, "\f127");color:var(--ag-checkbox-unchecked-color);display:var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-radio-button-input-wrapper.ag-checked:after{content:var(--ag-icon-font-code-radio-button-on, "\f128");color:var(--ag-checkbox-checked-color);display:var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));position:absolute;top:0;left:0;pointer-events:none}.ag-radio-button-input-wrapper:before{content:"";background:transparent center/contain no-repeat;position:absolute;inset:0;background-image:var(--ag-icon-image-radio-button-off, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, .9))}.ag-radio-button-input-wrapper.ag-checked:before{background-image:var(--ag-icon-image-radio-button-on, var(--ag-icon-image));display:var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));opacity:var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, .9))}input[class^=ag-][type=range]{-webkit-appearance:none;width:100%;height:100%;background:none;overflow:visible}input[class^=ag-][type=range]::-webkit-slider-runnable-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius)}input[class^=ag-][type=range]::-moz-range-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius)}input[class^=ag-][type=range]::-ms-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius);color:transparent;width:calc(100% - 2px)}input[class^=ag-][type=range]::-webkit-slider-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size);transform:translateY(calc(var(--ag-icon-size) * -.5 + 1.5px))}input[class^=ag-][type=range]::-ms-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size)}input[class^=ag-][type=range]::-moz-ag-range-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size)}input[class^=ag-][type=range]:focus{outline:none}input[class^=ag-][type=range]:focus::-webkit-slider-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:focus::-ms-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:focus::-moz-ag-range-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:active::-moz-ag-range-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:active::-ms-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:disabled{opacity:.5}@font-face{font-family:agGridQuartz;src:url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABmsAAsAAAAANbQAABlcAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIlWBmAAi34KxFS3OAE2AiQDgkALgSIABCAFhEYHhUIbrS1lhhRsHMDmjYY+2f9fJnBjSJQDf3Gmak2UmCoRplwn+JpsYTlytdwFD68gMxAuB6741XeLNiaMyYN/Iiaja7H1EUOGUhLUj/323jcjUYJlMU80EU94ogRKZmiBUH/jr7U+X0/3AC4BDOAS/7sQgIpQqZPxwEKiCutUygMLnSGasyZsKRo2YYIFiy8EPEDFongwrRhWQbxiSLopNaEOFUqTmm5qTrZHFe66WzFSMeAFzgogYN7fKmG3GmaqyKkJcuZTdX6S1pPWgQysvt4IsiLS+voh/7c/Nf9aap09LHbKmLfn5uSXXQaBSUDiCeFyEfB/OrPWEGLnEOaAq4q6TjMaaT1/vryWIS+yorfn9ZGikFbLXqKkOkCurrTXB3ZYQawu1RUll1g0V7TXpT5oqytTnm411z0+bukoMcg+f00X2lun4IUXCmKEACE+kpAE6lenRyKAsj4HNb6eX6ecPHBzJomInhng2DlOntjfxL1nkYIlgTuw7NOgKLrdy34IBb2MPkp1rOGX8duZ37On0REwTl4XItLicDqDRmWy2BwUhj67sc3lwbZnluMFxdG5tfcOYgid5cCtVtNehZ9qy6N8Y2XPZC7cDds5fr5VvsKT56ihWTQLJkKQ1WcJ4R0ZNjxzKu/t8IM4awcqx5ZhK4C2NmOYC8PMrLy/b+tuPdg6Y2FYi6DJoNulpfrW0iUyBGfmbB7flj4+b9u2A4Ojg7DMLMlc2lQot5k2VPOScbe2iDCsmfKIjHtnYCiqLNc97FUtol0JuSGUyx9tDMmTW27PdDTn33bOcGZq42bBvYMpTkJpSldN46kjVKfZwUqStp51wye+1u2lz/6LoCKwohYzJtX7X7GtyXp2TpAxum+e5Xx6wxbDzzBCoceT2HSt1W0cSA0adCIBQZNONWvQ2xKwrLX2dhwegjEDrnpBo/+CSmeSzfUGHo9E2G/2kWLS3okPNsBahCCpbijNlRuo69CkwPZcRJkgz/aYlslJl5Rs0p+2PbM9V5JNk8y39txZBke1ZlHnXhhyeLrFuZgzETWMvfnYprE1sMD2ZLmzI2vss+MGOI65YGuHKIcGvaYpz0Y8neFkb4yDKAZceNtQ5ixPBmuPECo9TwnmxxqwwyKyG3O1yyiz1MuuRRSq95CmAoIzc1s7w9uTM5LejRtokJ6oz4Gv5IePP2FBASR0BqK9WN6b2PG1oKaO/AnYyM592zB8fiuQAzJAh2/MpdbiUrQA3nsdMCHv9BC/Aqo4FKLjCc97s6n/+y86PeApLzZRSo+sIMXBtKopUIW9MrMAebbMG1iW5qRjTJwMsUcY19rRBULBCBoz210OTyCSyBQ+fgFBIWr9UTFxCZwFmJKWkZUjyisoKikLqqiqqWtoamnr6OrpGxjyGxmbmILIQ3QnT2nUNTGb7j1rCwuWozODdrf/+4fN/WlofVwCrwowGQ9WVctXZArYJF3AFpkAtskIsEOmgV3SC+yRRWCfdAMHZAw4JP3AMRkHTsgocEpmgDMyCJyTAeCCzAFXpAe4JsPADekDbskscEcWgHsyBDyQSeCRzANP1y6BJgIJUgBADAAkAEAaAMgAAFkAIAcA5AGAAgBQBABKAEAZAKgAAH0AQD8AMAAADAIAQwDAMAAwAgCMAgBjAMA4ADABAEwCAFMAwDQAMAMAzAIAcwDAPFS5sQBwiUUAYAkAWAYAVgCAVaiyYg2gCOsAwAYAsAkAbAEA2wDADgCwCwDsAQD7AMABAHAIABwBAMcAwAlUteEUgA1VAKAGANQhoITlzRa+gU9Q/qf2I3Li106LExgVpVnKQxjkqZk/ObMidiGpueT8tqQ2PGZHiVYjBBKD4ckloivb1pN5uXp2kE1l4ymJSctRdtYwWPKH0wEsDNwsX+Kl5KFbL1yOteU6L8pqSyE+NCvSSZVQMl+QJUlW5JWZil+coEQqEKEj0QVJNaqyP9zNF/ORTFrCwSAOBeVwPJlMRxIZgVz+iGI8gvM6LXJp4jHgR9hn2dRlE/KX0iwKLg8JpHDBKZOuXrEc3cK8bFR4RNpbktpLK/3TUFBQzHwxKHPEPemSPVYh52btL5tI2tUqu0rTu4ys7eWL8y9Eomq1uFDYnSrdfQfjF733Za2SVpL1SMCWKrm88qJqYfczJVegXwuoOvGYrLjFJ1Fw+2ResiOlvW4hH7sMWNWJZPWWbf+E84zw80iIImUxujRJtJnWM+JYtWLw+IU8A4YNd5ccTnjnCqK1wtoj9om+aLEsCpZyVDD5k9kt9HqSllAqEDPwm55gmtD4VPQz+F60fNGZSQOJEi59194/82c03/ySrw4PGT+Kf8ULrK+kh8lR+pMueTU3jJYrXifpXpkhEB70Qh2mYbYHVeKKvfd3OTFyFLH4tiOzmFZzehnv6crh4CgZH0ZrnBVdKZNR2UxJsG0Fh9CDbu55MjrIEDgwAp7DY0P0HXS9YrgMjuUYmUU+UFIlaRKwt0pBieFxOiULAVVdq82vlDTVQjoKdEYluGHl0NiWVMvIwKySisFRjgRl78c+q12XyYB8PnsTjwyc0EKRFooqyR0aAzr9tPl7D2S07t8zqipKmfvm/Q3EB7qlxuItPMEwcFLUA3jE3gDsJ0+nlaxgc9z1O5AvX5RbUqibURkH9bC+myOLzen2dGgYoiU6Po9zfPlsON32RAk9k1JiKrCGzy3JrbBmWCyipmnbZrbFIoeVKr1aHaqXiiQvmDakMWnR5wDLZZ5VL4SMhp6tKRqVWEo5IpiQIUHJnceWJaozXBElto57YC/pR30ySpIoKq5SMrTVq+Dv1UZhXBhPxckNou2a2hGnLrOJu5YgyillKpS6xmIaHLTzPxEpQ8scv5Dj5UdAe8IVLVQU2uROV7SZbsL5qcc812Wl3b2gkcMFcYUqaBtg+BLSe7CHYtpZN1cQ36lF+ojOEiWKewqjd9rTwn1GS/+Gq187dGDqRAzwopxfGSwtyma5Wz5ErfagXSKzJ+xC42QvbVVpld/Gh6Gcnb5zW+3m4P5KghzLIJKczT7ojhCwWB27MHQguUKJ8KkJXSx+ZqGrVXv7z45rSaP1To/u7p1td7bXz/j9wpAacwmWw4PZNzEvW9vafRf1k17Yg/s0HIYwikiSIPKmHd/bP7esu7V2WvW5AUbAZQ7mwNQCp769c3rF7t7To0pEtOQmCrjnix50Ndz0lZN4OprysAs9Tk9XLQKv067qMWg+a+M2pwavN81EaFZ2THFMgZu+dTHrLiO5Dc+Rzt5a7Ve90qv4AAiPXb7RhljaAvecls4kD2deTuBtn6iLh69pzFTZo7IBFGkTBh+qN2vaAySq1TVIvU/+729GTX1dAGB/tpIjUc6BoZbu+QB39DTAxt7OXFaTCXCvplGSenqq0rqHp3SnOrXkKF/zDIVyt6VLxrsazWmTn9XIq32Y//YDz4I3PEkMO5RkRhLeHdRvaZJO8+Ls0aU+aFDjYABF0V6evXhjRuEqYs9nwXOG39QWgx3haO2P55NcfSsWgQmPTk6WYhIr3fjeCKcPUG93jfzRXaMFOJBWEi0hIIPMvIMOqnVBdA3ijDasjkdmAV84g5S6++tZuTQ/CU9SlrGXy1haGczkpmHeHqjryd7OCh/IgOUumfNa1aoK2l2zlSv4E3VOSzn4aNoXDYxsYmBbs62DU7l8rtPm8NZ2d2LZtrE4GQasevPrbd0Hxvu7jqh2DX0ZAclTrv0+MFGgHNpq9ZFSIWlPPisaHp9M4OObNZqbEn63TJkdpoPIYnpi6uFjWS1n4fTIC2XyZGxMPpJVhmYQpUC0PbgekWJXMM/xkKnYgrfEOa5Tiapmfn2g4tKlNCotLo+ve2FXT2sIcbzBQTPL6qX+o+13e9vMUPnolMocb1ZJaUIhLevTVkmjxDNSatY9nLKgmBeUUlGnvqJTzs37GZfKHJs+b5osE9hHhauZ+7fIe9WYVcE1kSnO3rW+hihvY+yw4GYVHTVazHt2VoAc0tsYBw9wRLr/e4gaaKFdqneOTgyAQgP/9jbChrdsC2qcZyqymh8T7uprQs265WP36WtMusxf6esqKIeOl75ulFE1V7Hmb17GouDmAGiGvjr7Or5XwmokqVIiTLnkcL50USoDJ8kjNIUnSneznkjq4gc24hY5Es1nV317AVSHXqz53SJ4+MKcHs0y/HiB7u0kkpo/nzkICc4KaJKYYFrJTccW35Y67SVpkJAQnOUcAg4y55/zWPhh3IfxC7iAn36OltCLF5PWOySUmQFGSGuDhFq8OKOBXqdj5xS1XgLgJ7ym+WDgmSrjl3QBhrk1O4fdXDu/EZVyWEJeQj12FvBmBdMY7e5OWh+WU/fvXUcIzMC5/sgFlXo4COu/3FT3np7e3hcSg+Syiz09rcX8LB3eG5n1Oh5bKsZ7ewBPVQ4NnB0cA7YxmUMp2VZVsg1lJ55CE2aEwwX1hgFz08ctyjGafIILMtarAhdNLC5JRJFwpM6eLCpCE0PDQ1FtSVESumIyuMgG7nbHeIgtZ9Qeq4q66oWaqi3LZzbxqe8ys5ExWuzIcD2SwrimqOzaBoSqcPamHetb+za02VbU8IfS11TFHg093NzF81e8Xd+//vGK+c3ZgZm3UpMv21VTX6JYlZraGeIe0pqeRjzmPCYsWlOhO1NTVz32BKjwHIUZMHN5OUXhLCVLQWFVxmDEIKOwgMboxMT1Nys6uok2pxiszXSmvX2E69QLN24YvAysJbzNgs08r7UlbiBhw0+N9HTMaakGNMSz3XLWZrQ7nH/bsvPteQc000cDbFWz2QPcGNG+AGHcULpPFCM8JQ3JnTRf9FqN1u/aPXX31no0ExUNbaUVyQ0GRNt2VTqVA2EWSkvooSH4qKvt1mRv5KMlwO4mxiLaVvWgETNBRLovtC10nxRpe839IrWaBMz+2KHO52ROG8IqfJZwo4dwg5C7YT23nRvOY58ARD7+i6oZMdrV1c2VxEwYldzIlcYIjKSvYMgOBaIe9xUV1JStUJ9kYEVYGFaIRa3OkRr8dLfnu9p6PeOprZ+c9QejrO05OuHs3h+fXU4Wb5IITuugs5v3nwfgCPs11zQx/qlF3fYT5v1y98pNr3Vil2g8ljrtPuHk4TE0LnSF/EHlMo7Dnmur1Q1fHNmZkHmq4expl+G7OJBj8ZAsainGXfYyI6L8tG9Z14RMu3zV7+9cD9xxPjZ2nZTwN7lLgdtKaweti721e8QTt7JOp84yt7B7Mlv7vc6ad3Cn8/lmBamgFVSXNmpCzmxREVeTaj9nT0NjQCCl1oOhf/5UM9KF8crwVGayu8kt2TE1XBkvTLdSNUS7U5MPkoICk43n+KTCrKAU9Nq6Owo9PfQ2HODLgqABIzhvHz+hphskpFBAY2sTLxqUb06N/slj4s7k47s59fFzVs+Pd0vuZuM/2sflTsq9eUT1zLY71JGdmDQvo37n/Fi4x5ZjG+2uKchaENn51K5byXQG/kIjYYbRsbWomK2r1WvMOYKuAl9VDCifEZ7oJ1ePk/slle5rr2zwlt99mN4T/fBDPnMg7ofWL9etUtAXvUTw2P13cuSLC530qpbL0y+6kla5HnmuSqVrnkcuj5reED5cMC1rWBlUslAQ11DZ3l667Iy0W65O9JsRXh4SAlTLxLOHa5Kzhy7f944EuVrsddwAc1z5hhQiWiOESrON0aQehYG5lkb/hIKtcle163Ip3smtBQn+jUokJ0zRa39bGagKTvBI92qDAmWUXfO2fa8iLAeZ6M2j5XE3bVdIUlBQ0lQpbp66f8Ldcg6bUDbaC2j/hgT8zrOX1d8h0fHBRy4INRaM5zh70YGAMbQDZH9zmXLQ3vofG+r9hbTenkKRXNR/pOP7/QDwW8ejFTqyYoi3n2ssjVLPQTYZLxcVaxsB6U0ZhdGCadyBiEke7U1UM8J2NAOdJsCLsxV6BzwtncLI9LSy0DRolBihaMQKpPpZmaDPQem0sU9DTu4D9AOOsGq4ZoaKkh/2IA/D60ykLhCqPEnJ4RQqIKA/jh/Xb6rbuy0m+yxmSGAENIOeWu6IaNUYVfSgZ6xr6R4bnCacpORnTNGaiYp0UXDOtEvduYNZsjGyrEFuLF0VOLFB6aKJCn7m5IvekhMGhXbM2Mm3yiTOXhIQCpsnIdmxmTsIs/BQeyvW9JEYXVNjtjakmF2iMcl9D6gMJXoOu/iBsIqRsAzd5O8pyjGeZshlqXw1NZTEYL0tkdh73QSsjLmyXupAHQ6kiKFvHX1/v5W29v/CeRtuPwwJOIxMHxsBjpKMpYj/6qdbUYPu7wfz/4Ym3jGNiRwzP8KtfuIEn4N79lMDjDu9i8bovj5cal4Rq7K/3mIxY6HsgdAT1vitdCvrLRa938QbBvz01eJnf/utzuSxrHqckhit6b1ava7Z2cxoJivQnid2/tgxgM6KBG7uCsWY0fLcKcnB2qAgbXAyIcVpbdDeNPFZkZ1dN7ZgzMyZYwrGfT/KUUbZDvg27rz1GygY+9pgXEEdcEXuCxx5XNGpgJGrPOCUaNBjQDWJa2APoWp0kHVHYiqzuCGaOslncV1miBr9yPRrJyCdO0k94KEOzsRFNjtfTHxx4imHgOKsLHKEIYU62EFhdJ1YXFfLLirGszLF0AScbjY6D3C1opNShsZzM2+bQ1tTnBgtFcdxDJwYSHDW11eKxoub2hy2zfjqGYMm1HqiGh81KoUmeEdcCuJFTe323M9c+/bNcSJQKr4DjRx/ltpHw2pDSsruFvm7OQRwhIkjpIgZWnzlZqL3RKKxsxQjPC3toBSO1kH+fY4RdnUpP9+1K5Fd6st23dG1zJ3dwUk38u6YoQECb1nfPJurhfLshJmwaVTOKLRwRkfKhJnxTbAqpyqf2ZoyRu43vsEhKftPDtgUP3N8yvGCWY4DYcpM5ubcQj0nfX6MOFDIzJ2ybWNhtnPr9NYUFp47tREmL41JjFnqXXXoUJW3LqxxeRqjkYzzuN9CG0bK0vxnaur1m/rrlfpZtd/wVRxw+ktrUQ6/diXuAeizaamvz8yDz2IBPioDEVbP4cMWda+EHBp2BfPwMK7lsGpr8Z82PZCAgq/kVISxkMBMELzf4aRlD+BXNQLn4u8ixe3YXHxoCF+/HbjCEXg6xb7BBu8T7xoQJUNJCfngvgXMkVD9OjtpjASZvVPdMP9L56yHszB2INLmHdC74RbNWQxZOOjNKV2Tm+xvv7qdOsrL9LXN/Jzi1ppfD2liOvnTaWGwLBjrAQdtOkOPvIjRb1wf9WlMJ/YiljuYLRstA3yhIGQzf3OIo+MzfMZsNWUkzbDqdTUCCJzCyqvm5EVky2TZEXlPI/Kdzpbt3NP8z0h+LE9BHW3zTHGuKKu5OUuUK74txcq8tyhLnHs7x3wXpJbs/FLXky0t1Uu6RSK1xgimIHN4DmlEbzaSPzPvBTVrZ86HLrL/nGkIxhBTxhsDtgxghUlxKmw3qycIWPvHY4VabOHNFFl4Zma4TDE7+evIjvZto2Pkt9lJCllmWHjmOpWEJfAi6K/ZSfIMWXhzUr6zfy/xogWw7N9o0T9K2BuZlyRvUcV5ociEODMRhFSg5S/hkaGXWWZAWi6h2hDvxH3EUGsukgjA/39lSpGvs0Q5cuMZY5DJeXlqP4x7vAxKhGU7kKA89aso4W31KtGCKA2nMBGDzE2YrH488wlyNsCFPPT0/dR/kR0i86KEDnlgKGG0JPe0IJ/0JoxR4TLEaucrqA2IU6Dn5XCFaE2UJGKsZDbPaj+MS7ycECQGG1mSPJWG5A5q/1abjvlv19sf09Dx/7F1KP4YlGf37sryhNIZtzj5iqi/8FKgLm0zwj9BtL8BWcG/jtVfP5ZBoP0ZLnQTUA4eBv4R47T4hnInSMwuCZvibyKzN0KIZmfmSI6oRfIkU1LWMt92RcgzMJTlAYl7a0YoincEzpv5gSCY+SWhRf0sGMz8lwhuDfK7iapx5wXg9xLsVwXRwzf6GkHOhwXf5T9KCUzNW7efdWB7JBRQtE2/NGX076quccKp+WSKvYqRmyz8g0a7QTV/vPQeDUN2htMKeHsisL5UEPjVwTdc2FW8GBPDmPKs//BNFPzYGGm86bwyRveSmG8MFLJWb9lYxbiw3mlsOc2qXLCk8cmVMYoYCp7LnO/+QCa0O0MJN/vwEm/Ksdodw4XbsmRUo0b/B+RdUQgjgmjEIBZxiEcCEpGEZKQgH/IHgqFwJBqLJ5KpdCabyxeKpXKlWqs3mq12p9vrD4aj8WSqarphWrbjerP5Yrlab7a7/eF4Ol+uLPxaieC9oAcNTMcgwlPZQjHHBshgPDLDInnbQTS/Pc/trgXt89kOAllUlBQIFO+z8pWYel4ajixtDidz5eQk1kTl3DCpgFG0O8N5OTLCpWxNGbem6s5iMUc41508bTMD96r2DBdsS4QybPfFYxdijSGOXJCiOy8hH3nhmndXk1p+dHocAzUc9iQy2ED+NMEcUjjgLiHVU0F5qg4x4QWxthAjTzCP8t1p3CJNR7c7st7Kvd8Pt31VZWrZuZuzRnQkwQ+6KzDieUkc1raWJzqwVuAF1Fvw9JuKKPRRVLhQQWxN5AJ5Hw6nUZ6dt+eMdFpJErEp5eZYy1Gh0nDaDdpqWqWFqh08M4UG+hLrkNNpacbD3/15a6d1vhy7BwA=);font-weight:400;font-style:normal}.ag-theme-quartz,.ag-theme-quartz-dark,.ag-theme-quartz-auto-dark{--ag-active-color: #2196f3;--ag-background-color: #fff;--ag-foreground-color: #181d1f;--ag-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 15%);--ag-secondary-border-color: var(--ag-border-color);--ag-header-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 2%);--ag-tooltip-background-color: var(--ag-header-background-color);--ag-control-panel-background-color: var(--ag-header-background-color);--ag-subheader-background-color: transparent;--ag-invalid-color: #e02525;--ag-checkbox-unchecked-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 30%);--ag-advanced-filter-join-pill-color: #f08e8d;--ag-advanced-filter-column-pill-color: #a6e194;--ag-advanced-filter-option-pill-color: #f3c08b;--ag-advanced-filter-value-pill-color: #85c0e4;--ag-header-column-resize-handle-color: var(--ag-secondary-border-color);--ag-icon-font-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 90%);--ag-panel-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 3%);--ag-panel-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 20%);--ag-menu-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 3%);--ag-menu-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 20%);--ag-selected-row-background-color: color-mix(in srgb, transparent, var(--ag-active-color) 8%);--ag-row-hover-color: color-mix(in srgb, transparent, var(--ag-active-color) 12%);--ag-column-hover-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 5%);--ag-input-focus-border-color: var(--ag-active-color);--ag-input-focus-box-shadow: 0 0 0 3px color-mix(in srgb, transparent, var(--ag-input-focus-border-color) 47%);--ag-range-selection-background-color: color-mix(in srgb, transparent, var(--ag-active-color) 20%);--ag-range-selection-background-color-2: color-mix(in srgb, transparent, var(--ag-active-color) 36%);--ag-range-selection-background-color-3: color-mix(in srgb, transparent, var(--ag-active-color) 49%);--ag-range-selection-background-color-4: color-mix(in srgb, transparent, var(--ag-active-color) 59%);--ag-checkbox-background-color: var(--ag-background-color);--ag-checkbox-checked-color: var(--ag-active-color);--ag-range-selection-border-color: var(--ag-active-color);--ag-secondary-foreground-color: var(--ag-foreground-color);--ag-input-border-color: var(--ag-border-color);--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-disabled-foreground-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 50%);--ag-chip-background-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 7%);--ag-chip-border-color: color-mix(in srgb, var(--ag-header-background-color), var(--ag-foreground-color) 13%);--ag-input-disabled-border-color: var(--ag-border-color);--ag-input-disabled-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 6%);--ag-modal-overlay-background-color: color-mix(in srgb, transparent, var(--ag-background-color) 66%);--ag-chart-menu-label-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 80%);--ag-chart-menu-pill-select-button-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 70%);--ag-borders: solid 1px;--ag-border-radius: 4px;--ag-wrapper-border-radius: 8px;--ag-borders-side-button: none;--ag-side-button-selected-background-color: transparent;--ag-header-column-resize-handle-display: block;--ag-header-column-resize-handle-width: 2px;--ag-header-column-resize-handle-height: 30%;--ag-grid-size: 8px;--ag-icon-size: 16px;--ag-header-height: calc(var(--ag-font-size) + var(--ag-grid-size) * 4.25);--ag-row-height: calc(var(--ag-font-size) + var(--ag-grid-size) * 3.5);--ag-list-item-height: calc( var(--ag-icon-size) + var(--ag-widget-vertical-spacing) );--ag-column-select-indent-size: var(--ag-icon-size);--ag-set-filter-indent-size: var(--ag-icon-size);--ag-filter-tool-panel-group-indent: var(--ag-grid-size);--ag-advanced-filter-builder-indent-size: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 2);--ag-cell-widget-spacing: calc(var(--ag-grid-size) * 1.5);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 1.5);--ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1);--ag-toggle-button-height: 18px;--ag-toggle-button-width: 28px;--ag-toggle-button-border-width: 2px;--ag-font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ag-font-size: 14px;--ag-icon-font-family: agGridQuartz;--ag-tab-min-width: 290px;--ag-chart-menu-panel-width: 260px;--ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, .4);--ag-popup-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);--ag-side-bar-panel-width: 250px}.ag-theme-quartz-dark{--ag-background-color: color-mix(in srgb, #fff, #182230 97%);--ag-foreground-color: #fff;--ag-border-color: rgba(255, 255, 255, .16);--ag-secondary-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%);--ag-header-background-color: color-mix(in srgb, #fff, #182230 93%);--ag-tooltip-background-color: color-mix(in srgb, #fff, #182230 96%);--ag-control-panel-background-color: color-mix(in srgb, #fff, #182230 93%);--ag-input-disabled-background-color: #68686e12;--ag-card-shadow: 0 1px 20px 1px black;--ag-input-border-color: var(--ag-border-color);--ag-input-disabled-border-color: rgba(255, 255, 255, .07);--ag-checkbox-unchecked-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 40%);--ag-row-hover-color: color-mix(in srgb, transparent, var(--ag-active-color) 20%);--ag-selected-row-background-color: var(--ag-row-hover-color);--ag-panel-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 10%);--ag-panel-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%);--ag-menu-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 10%);--ag-menu-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%);--ag-advanced-filter-join-pill-color: #7a3a37;--ag-advanced-filter-column-pill-color: #355f2d;--ag-advanced-filter-option-pill-color: #5a3168;--ag-advanced-filter-value-pill-color: #374c86;--ag-popup-shadow: 0 0px 20px rgba(0, 0, 0, .3);--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, .4);color-scheme:dark}@media (prefers-color-scheme: dark){.ag-theme-quartz-auto-dark{--ag-background-color: color-mix(in srgb, #fff, #182230 97%);--ag-foreground-color: #fff;--ag-border-color: rgba(255, 255, 255, .16);--ag-secondary-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%);--ag-header-background-color: color-mix(in srgb, #fff, #182230 93%);--ag-tooltip-background-color: color-mix(in srgb, #fff, #182230 96%);--ag-control-panel-background-color: color-mix(in srgb, #fff, #182230 93%);--ag-input-disabled-background-color: #68686e12;--ag-card-shadow: 0 1px 20px 1px black;--ag-input-border-color: var(--ag-border-color);--ag-input-disabled-border-color: rgba(255, 255, 255, .07);--ag-checkbox-unchecked-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 40%);--ag-row-hover-color: color-mix(in srgb, transparent, var(--ag-active-color) 20%);--ag-selected-row-background-color: var(--ag-row-hover-color);--ag-panel-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 10%);--ag-panel-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%);--ag-menu-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 10%);--ag-menu-border-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%);--ag-advanced-filter-join-pill-color: #7a3a37;--ag-advanced-filter-column-pill-color: #355f2d;--ag-advanced-filter-option-pill-color: #5a3168;--ag-advanced-filter-value-pill-color: #374c86;--ag-popup-shadow: 0 0px 20px rgba(0, 0, 0, .3);--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, .4);color-scheme:dark}}.ag-theme-quartz .ag-filter-toolpanel-header,.ag-theme-quartz .ag-filter-toolpanel-search,.ag-theme-quartz .ag-status-bar,.ag-theme-quartz .ag-header-row,.ag-theme-quartz .ag-panel-title-bar-title,.ag-theme-quartz .ag-multi-filter-group-title-bar,.ag-theme-quartz-dark .ag-filter-toolpanel-header,.ag-theme-quartz-dark .ag-filter-toolpanel-search,.ag-theme-quartz-dark .ag-status-bar,.ag-theme-quartz-dark .ag-header-row,.ag-theme-quartz-dark .ag-panel-title-bar-title,.ag-theme-quartz-dark .ag-multi-filter-group-title-bar,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-header,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-search,.ag-theme-quartz-auto-dark .ag-status-bar,.ag-theme-quartz-auto-dark .ag-header-row,.ag-theme-quartz-auto-dark .ag-panel-title-bar-title,.ag-theme-quartz-auto-dark .ag-multi-filter-group-title-bar{font-weight:500;color:var(--ag-header-foreground-color)}.ag-theme-quartz input[class^=ag-]:not([type]),.ag-theme-quartz input[class^=ag-][type=text],.ag-theme-quartz input[class^=ag-][type=number],.ag-theme-quartz input[class^=ag-][type=tel],.ag-theme-quartz input[class^=ag-][type=date],.ag-theme-quartz input[class^=ag-][type=datetime-local],.ag-theme-quartz textarea[class^=ag-],.ag-theme-quartz-dark input[class^=ag-]:not([type]),.ag-theme-quartz-dark input[class^=ag-][type=text],.ag-theme-quartz-dark input[class^=ag-][type=number],.ag-theme-quartz-dark input[class^=ag-][type=tel],.ag-theme-quartz-dark input[class^=ag-][type=date],.ag-theme-quartz-dark input[class^=ag-][type=datetime-local],.ag-theme-quartz-dark textarea[class^=ag-],.ag-theme-quartz-auto-dark input[class^=ag-]:not([type]),.ag-theme-quartz-auto-dark input[class^=ag-][type=text],.ag-theme-quartz-auto-dark input[class^=ag-][type=number],.ag-theme-quartz-auto-dark input[class^=ag-][type=tel],.ag-theme-quartz-auto-dark input[class^=ag-][type=date],.ag-theme-quartz-auto-dark input[class^=ag-][type=datetime-local],.ag-theme-quartz-auto-dark textarea[class^=ag-]{min-height:calc(var(--ag-grid-size) * 4);border-radius:var(--ag-border-radius)}.ag-theme-quartz .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz .ag-ltr textarea[class^=ag-],.ag-theme-quartz-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-dark .ag-ltr textarea[class^=ag-],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-quartz-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-quartz-auto-dark .ag-ltr textarea[class^=ag-]{padding-left:var(--ag-grid-size)}.ag-theme-quartz .ag-rtl input[class^=ag-]:not([type]),.ag-theme-quartz .ag-rtl input[class^=ag-][type=text],.ag-theme-quartz .ag-rtl input[class^=ag-][type=number],.ag-theme-quartz .ag-rtl input[class^=ag-][type=tel],.ag-theme-quartz .ag-rtl input[class^=ag-][type=date],.ag-theme-quartz .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-quartz .ag-rtl textarea[class^=ag-],.ag-theme-quartz-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-quartz-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-quartz-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-quartz-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-quartz-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-quartz-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-quartz-dark .ag-rtl textarea[class^=ag-],.ag-theme-quartz-auto-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-quartz-auto-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-quartz-auto-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-quartz-auto-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-quartz-auto-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-quartz-auto-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-quartz-auto-dark .ag-rtl textarea[class^=ag-]{padding-right:var(--ag-grid-size)}.ag-theme-quartz .ag-picker-field-wrapper,.ag-theme-quartz-dark .ag-picker-field-wrapper,.ag-theme-quartz-auto-dark .ag-picker-field-wrapper{min-height:calc(var(--ag-grid-size) * 4)}.ag-theme-quartz .ag-tab,.ag-theme-quartz-dark .ag-tab,.ag-theme-quartz-auto-dark .ag-tab{padding:var(--ag-grid-size);border-left:var(--ag-borders) transparent;border-right:var(--ag-borders) transparent;flex:1 1 auto}.ag-theme-quartz .ag-tab-selected,.ag-theme-quartz-dark .ag-tab-selected,.ag-theme-quartz-auto-dark .ag-tab-selected{background-color:var(--ag-background-color)}.ag-theme-quartz .ag-ltr .ag-tab-selected:not(:first-of-type),.ag-theme-quartz-dark .ag-ltr .ag-tab-selected:not(:first-of-type),.ag-theme-quartz-auto-dark .ag-ltr .ag-tab-selected:not(:first-of-type){border-left-color:var(--ag-border-color)}.ag-theme-quartz .ag-rtl .ag-tab-selected:not(:first-of-type),.ag-theme-quartz-dark .ag-rtl .ag-tab-selected:not(:first-of-type),.ag-theme-quartz-auto-dark .ag-rtl .ag-tab-selected:not(:first-of-type){border-right-color:var(--ag-border-color)}.ag-theme-quartz .ag-ltr .ag-tab-selected:not(:last-of-type),.ag-theme-quartz-dark .ag-ltr .ag-tab-selected:not(:last-of-type),.ag-theme-quartz-auto-dark .ag-ltr .ag-tab-selected:not(:last-of-type){border-right-color:var(--ag-border-color)}.ag-theme-quartz .ag-rtl .ag-tab-selected:not(:last-of-type),.ag-theme-quartz-dark .ag-rtl .ag-tab-selected:not(:last-of-type),.ag-theme-quartz-auto-dark .ag-rtl .ag-tab-selected:not(:last-of-type){border-left-color:var(--ag-border-color)}.ag-theme-quartz .ag-tab:not(.ag-tab-selected),.ag-theme-quartz-dark .ag-tab:not(.ag-tab-selected),.ag-theme-quartz-auto-dark .ag-tab:not(.ag-tab-selected){opacity:.7}.ag-theme-quartz .ag-tab:not(.ag-tab-selected):hover,.ag-theme-quartz-dark .ag-tab:not(.ag-tab-selected):hover,.ag-theme-quartz-auto-dark .ag-tab:not(.ag-tab-selected):hover{opacity:1}.ag-theme-quartz .ag-menu,.ag-theme-quartz-dark .ag-menu,.ag-theme-quartz-auto-dark .ag-menu{color:color-mix(in srgb,transparent,var(--ag-foreground-color) 95%)}.ag-theme-quartz .ag-panel-content-wrapper .ag-column-select,.ag-theme-quartz-dark .ag-panel-content-wrapper .ag-column-select,.ag-theme-quartz-auto-dark .ag-panel-content-wrapper .ag-column-select{background-color:var(--ag-control-panel-background-color);color:color-mix(in srgb,transparent,var(--ag-foreground-color) 95%)}.ag-theme-quartz .ag-menu-header,.ag-theme-quartz-dark .ag-menu-header,.ag-theme-quartz-auto-dark .ag-menu-header{background-color:var(--ag-control-panel-background-color)}.ag-theme-quartz .ag-menu-option,.ag-theme-quartz-dark .ag-menu-option,.ag-theme-quartz-auto-dark .ag-menu-option{font-weight:500;cursor:pointer}.ag-theme-quartz .ag-ltr .ag-menu-option-popup-pointer .ag-icon,.ag-theme-quartz-dark .ag-ltr .ag-menu-option-popup-pointer .ag-icon,.ag-theme-quartz-auto-dark .ag-ltr .ag-menu-option-popup-pointer .ag-icon{text-align:right}.ag-theme-quartz .ag-rtl .ag-menu-option-popup-pointer .ag-icon,.ag-theme-quartz-dark .ag-rtl .ag-menu-option-popup-pointer .ag-icon,.ag-theme-quartz-auto-dark .ag-rtl .ag-menu-option-popup-pointer .ag-icon{text-align:left}.ag-theme-quartz .ag-tabs-header,.ag-theme-quartz-dark .ag-tabs-header,.ag-theme-quartz-auto-dark .ag-tabs-header{border-bottom:var(--ag-borders) var(--ag-border-color);display:flex;background-color:color-mix(in srgb,transparent,var(--ag-foreground-color) 5%)}.ag-theme-quartz .ag-side-bar,.ag-theme-quartz-dark .ag-side-bar,.ag-theme-quartz-auto-dark .ag-side-bar{background-color:var(--ag-control-panel-background-color);min-width:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-theme-quartz .ag-side-buttons,.ag-theme-quartz-dark .ag-side-buttons,.ag-theme-quartz-auto-dark .ag-side-buttons{padding:0;align-self:stretch;width:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);background:var(--ag-control-panel-background-color)}.ag-theme-quartz .ag-side-button,.ag-theme-quartz-dark .ag-side-button,.ag-theme-quartz-auto-dark .ag-side-button{border-top:var(--ag-borders) transparent;border-bottom:var(--ag-borders) transparent}@media (max-resolution: 1.5x){.ag-theme-quartz .ag-side-button-label,.ag-theme-quartz-dark .ag-side-button-label,.ag-theme-quartz-auto-dark .ag-side-button-label{font-family:"Segoe UI",var(--ag-font-family);transform:rotate(.05deg)}}.ag-theme-quartz .ag-side-button.ag-selected,.ag-theme-quartz-dark .ag-side-button.ag-selected,.ag-theme-quartz-auto-dark .ag-side-button.ag-selected{border-bottom-color:var(--ag-border-color);background-color:var(--ag-background-color)}.ag-theme-quartz .ag-side-button.ag-selected:not(:first-of-type),.ag-theme-quartz-dark .ag-side-button.ag-selected:not(:first-of-type),.ag-theme-quartz-auto-dark .ag-side-button.ag-selected:not(:first-of-type){border-top-color:var(--ag-border-color)}.ag-theme-quartz .ag-column-panel-column-select,.ag-theme-quartz-dark .ag-column-panel-column-select,.ag-theme-quartz-auto-dark .ag-column-panel-column-select{border-top:none;border-bottom:1px solid var(--ag-secondary-border-color)}.ag-theme-quartz .ag-filter-toolpanel-search,.ag-theme-quartz-dark .ag-filter-toolpanel-search,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-search{height:initial;margin-top:var(--ag-widget-container-vertical-padding)}.ag-theme-quartz .ag-filter-toolpanel-search-input,.ag-theme-quartz-dark .ag-filter-toolpanel-search-input,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-search-input{margin:0}.ag-theme-quartz .ag-filter-apply-panel,.ag-theme-quartz-dark .ag-filter-apply-panel,.ag-theme-quartz-auto-dark .ag-filter-apply-panel{border:none;padding-top:var(--ag-widget-vertical-spacing)}.ag-theme-quartz .ag-chart-tabbed-menu-body,.ag-theme-quartz-dark .ag-chart-tabbed-menu-body,.ag-theme-quartz-auto-dark .ag-chart-tabbed-menu-body{position:relative}.ag-theme-quartz .ag-chart-tabbed-menu-body:after,.ag-theme-quartz-dark .ag-chart-tabbed-menu-body:after,.ag-theme-quartz-auto-dark .ag-chart-tabbed-menu-body:after{content:"";position:absolute;display:block;top:0;left:0;right:0;height:16px;background:linear-gradient(var(--ag-control-panel-background-color),transparent)}.ag-theme-quartz .ag-charts-settings-group-title-bar,.ag-theme-quartz .ag-charts-data-group-title-bar,.ag-theme-quartz .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-quartz .ag-charts-settings-group-container,.ag-theme-quartz-dark .ag-charts-settings-group-title-bar,.ag-theme-quartz-dark .ag-charts-data-group-title-bar,.ag-theme-quartz-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-settings-group-container,.ag-theme-quartz-auto-dark .ag-charts-settings-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-data-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-settings-group-container{border-top:none;font-weight:500}.ag-theme-quartz .ag-chart-mini-thumbnail,.ag-theme-quartz-dark .ag-chart-mini-thumbnail,.ag-theme-quartz-auto-dark .ag-chart-mini-thumbnail{background-color:var(--ag-background-color);margin-top:0;margin-bottom:0}.ag-theme-quartz .ag-chart-settings-nav-bar,.ag-theme-quartz-dark .ag-chart-settings-nav-bar,.ag-theme-quartz-auto-dark .ag-chart-settings-nav-bar{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-theme-quartz .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-title-bar{background:none;font-weight:500}.ag-theme-quartz .ag-chart-data-section .ag-label:not(.ag-group-title-bar),.ag-theme-quartz .ag-chart-format-section .ag-label:not(.ag-group-title-bar),.ag-theme-quartz-dark .ag-chart-data-section .ag-label:not(.ag-group-title-bar),.ag-theme-quartz-dark .ag-chart-format-section .ag-label:not(.ag-group-title-bar),.ag-theme-quartz-auto-dark .ag-chart-data-section .ag-label:not(.ag-group-title-bar),.ag-theme-quartz-auto-dark .ag-chart-format-section .ag-label:not(.ag-group-title-bar){color:var(--ag-chart-menu-label-color)}.ag-theme-quartz .ag-chart-data-section .ag-label-align-top .ag-label,.ag-theme-quartz .ag-chart-format-section .ag-label-align-top .ag-label,.ag-theme-quartz-dark .ag-chart-data-section .ag-label-align-top .ag-label,.ag-theme-quartz-dark .ag-chart-format-section .ag-label-align-top .ag-label,.ag-theme-quartz-auto-dark .ag-chart-data-section .ag-label-align-top .ag-label,.ag-theme-quartz-auto-dark .ag-chart-format-section .ag-label-align-top .ag-label{margin-top:calc(var(--ag-widget-vertical-spacing) * .5);margin-bottom:var(--ag-widget-vertical-spacing)}.ag-theme-quartz .ag-chart-data-section .ag-slider.ag-label-align-top .ag-label,.ag-theme-quartz .ag-chart-format-section .ag-slider.ag-label-align-top .ag-label,.ag-theme-quartz-dark .ag-chart-data-section .ag-slider.ag-label-align-top .ag-label,.ag-theme-quartz-dark .ag-chart-format-section .ag-slider.ag-label-align-top .ag-label,.ag-theme-quartz-auto-dark .ag-chart-data-section .ag-slider.ag-label-align-top .ag-label,.ag-theme-quartz-auto-dark .ag-chart-format-section .ag-slider.ag-label-align-top .ag-label{margin-bottom:0}.ag-theme-quartz .ag-chart-data-section label,.ag-theme-quartz .ag-chart-format-section label,.ag-theme-quartz-dark .ag-chart-data-section label,.ag-theme-quartz-dark .ag-chart-format-section label,.ag-theme-quartz-auto-dark .ag-chart-data-section label,.ag-theme-quartz-auto-dark .ag-chart-format-section label{display:inline-block}.ag-theme-quartz .ag-chart-format-wrapper,.ag-theme-quartz .ag-chart-data-wrapper,.ag-theme-quartz .ag-charts-format-top-level-group,.ag-theme-quartz .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz .ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,.ag-theme-quartz .ag-charts-format-top-level-group-item,.ag-theme-quartz .ag-charts-format-sub-level-group,.ag-theme-quartz .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz .ag-charts-format-sub-level-group-container,.ag-theme-quartz .ag-charts-format-sub-level-group-item:last-child,.ag-theme-quartz .ag-charts-format-sub-level-group-container>*,.ag-theme-quartz .ag-charts-data-group-title-bar,.ag-theme-quartz .ag-charts-data-group-container,.ag-theme-quartz .ag-charts-settings-group-title-bar,.ag-theme-quartz .ag-charts-settings-group-container,.ag-theme-quartz-dark .ag-chart-format-wrapper,.ag-theme-quartz-dark .ag-chart-data-wrapper,.ag-theme-quartz-dark .ag-charts-format-top-level-group,.ag-theme-quartz-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,.ag-theme-quartz-dark .ag-charts-format-top-level-group-item,.ag-theme-quartz-dark .ag-charts-format-sub-level-group,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-container,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-item:last-child,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-container>*,.ag-theme-quartz-dark .ag-charts-data-group-title-bar,.ag-theme-quartz-dark .ag-charts-data-group-container,.ag-theme-quartz-dark .ag-charts-settings-group-title-bar,.ag-theme-quartz-dark .ag-charts-settings-group-container,.ag-theme-quartz-auto-dark .ag-chart-format-wrapper,.ag-theme-quartz-auto-dark .ag-chart-data-wrapper,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group-item,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-container,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-item:last-child,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-container>*,.ag-theme-quartz-auto-dark .ag-charts-data-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-data-group-container,.ag-theme-quartz-auto-dark .ag-charts-settings-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-settings-group-container{padding:0;margin:0}.ag-theme-quartz .ag-charts-format-top-level-group,.ag-theme-quartz .ag-charts-data-group,.ag-theme-quartz-dark .ag-charts-format-top-level-group,.ag-theme-quartz-dark .ag-charts-data-group,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group,.ag-theme-quartz-auto-dark .ag-charts-data-group{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-theme-quartz .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz .ag-charts-data-group-title-bar,.ag-theme-quartz .ag-charts-settings-group-title-bar,.ag-theme-quartz-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-data-group-title-bar,.ag-theme-quartz-dark .ag-charts-settings-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-data-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-settings-group-title-bar{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-theme-quartz .ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,.ag-theme-quartz .ag-charts-data-group .ag-charts-data-group-container,.ag-theme-quartz .ag-charts-settings-group .ag-charts-settings-group-container,.ag-theme-quartz-dark .ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,.ag-theme-quartz-dark .ag-charts-data-group .ag-charts-data-group-container,.ag-theme-quartz-dark .ag-charts-settings-group .ag-charts-settings-group-container,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,.ag-theme-quartz-auto-dark .ag-charts-data-group .ag-charts-data-group-container,.ag-theme-quartz-auto-dark .ag-charts-settings-group .ag-charts-settings-group-container{padding:0 var(--ag-widget-container-horizontal-padding)}.ag-theme-quartz .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-title-bar{padding:var(--ag-widget-vertical-spacing) 0}.ag-theme-quartz .ag-charts-format-sub-level-group-container,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-container,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-container{padding-top:var(--ag-widget-vertical-spacing);padding-bottom:var(--ag-widget-container-vertical-padding)}.ag-theme-quartz .ag-charts-format-top-level-group-container>*,.ag-theme-quartz .ag-charts-format-sub-level-group-container>*,.ag-theme-quartz-dark .ag-charts-format-top-level-group-container>*,.ag-theme-quartz-dark .ag-charts-format-sub-level-group-container>*,.ag-theme-quartz-auto-dark .ag-charts-format-top-level-group-container>*,.ag-theme-quartz-auto-dark .ag-charts-format-sub-level-group-container>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-theme-quartz .ag-charts-data-group-item,.ag-theme-quartz-dark .ag-charts-data-group-item,.ag-theme-quartz-auto-dark .ag-charts-data-group-item,.ag-theme-quartz .ag-chart-settings-mini-wrapper,.ag-theme-quartz-dark .ag-chart-settings-mini-wrapper,.ag-theme-quartz-auto-dark .ag-chart-settings-mini-wrapper{padding-bottom:var(--ag-widget-container-vertical-padding)}.ag-theme-quartz .ag-chart-advanced-settings-section,.ag-theme-quartz-dark .ag-chart-advanced-settings-section,.ag-theme-quartz-auto-dark .ag-chart-advanced-settings-section{padding-top:var(--ag-widget-container-vertical-padding);padding-bottom:var(--ag-widget-container-vertical-padding)}.ag-theme-quartz .ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-quartz .ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-container,.ag-theme-quartz-dark .ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-quartz-dark .ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-container,.ag-theme-quartz-auto-dark .ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-quartz-auto-dark .ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-container{padding:0 var(--ag-widget-container-horizontal-padding)}.ag-theme-quartz .ag-charts-advanced-settings-top-level-group-container,.ag-theme-quartz-dark .ag-charts-advanced-settings-top-level-group-container,.ag-theme-quartz-auto-dark .ag-charts-advanced-settings-top-level-group-container{margin:0}.ag-theme-quartz .ag-charts-advanced-settings-top-level-group-item,.ag-theme-quartz-dark .ag-charts-advanced-settings-top-level-group-item,.ag-theme-quartz-auto-dark .ag-charts-advanced-settings-top-level-group-item{margin-top:calc(var(--ag-widget-vertical-spacing) * 2);margin-bottom:0}.ag-theme-quartz .ag-ltr .ag-group-title-bar-icon,.ag-theme-quartz-dark .ag-ltr .ag-group-title-bar-icon,.ag-theme-quartz-auto-dark .ag-ltr .ag-group-title-bar-icon{margin-right:var(--ag-grid-size)}.ag-theme-quartz .ag-rtl .ag-group-title-bar-icon,.ag-theme-quartz-dark .ag-rtl .ag-group-title-bar-icon,.ag-theme-quartz-auto-dark .ag-rtl .ag-group-title-bar-icon{margin-left:var(--ag-grid-size)}.ag-theme-quartz .ag-spectrum-color,.ag-theme-quartz .ag-spectrum-fill,.ag-theme-quartz-dark .ag-spectrum-color,.ag-theme-quartz-dark .ag-spectrum-fill,.ag-theme-quartz-auto-dark .ag-spectrum-color,.ag-theme-quartz-auto-dark .ag-spectrum-fill{border-radius:var(--ag-border-radius)}.ag-theme-quartz .ag-spectrum-dragger,.ag-theme-quartz-dark .ag-spectrum-dragger,.ag-theme-quartz-auto-dark .ag-spectrum-dragger{border-radius:18px;height:18px;width:18px;border:3px solid white}.ag-theme-quartz .ag-spectrum-tools,.ag-theme-quartz-dark .ag-spectrum-tools,.ag-theme-quartz-auto-dark .ag-spectrum-tools{padding-left:0;padding-right:0;padding-bottom:0}.ag-theme-quartz .ag-spectrum-tool,.ag-theme-quartz-dark .ag-spectrum-tool,.ag-theme-quartz-auto-dark .ag-spectrum-tool{height:12px}.ag-theme-quartz .ag-spectrum-hue-background,.ag-theme-quartz .ag-spectrum-alpha-background,.ag-theme-quartz-dark .ag-spectrum-hue-background,.ag-theme-quartz-dark .ag-spectrum-alpha-background,.ag-theme-quartz-auto-dark .ag-spectrum-hue-background,.ag-theme-quartz-auto-dark .ag-spectrum-alpha-background{border-radius:12px}.ag-theme-quartz .ag-spectrum-slider,.ag-theme-quartz-dark .ag-spectrum-slider,.ag-theme-quartz-auto-dark .ag-spectrum-slider{margin-top:-15px;width:18px;height:18px;border-radius:18px;border:3px solid rgb(248,248,248)}.ag-theme-quartz .ag-recent-colors,.ag-theme-quartz-dark .ag-recent-colors,.ag-theme-quartz-auto-dark .ag-recent-colors{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size);margin-bottom:2px}.ag-theme-quartz .ag-color-input-color,.ag-theme-quartz .ag-color-picker-color,.ag-theme-quartz .ag-recent-color,.ag-theme-quartz-dark .ag-color-input-color,.ag-theme-quartz-dark .ag-color-picker-color,.ag-theme-quartz-dark .ag-recent-color,.ag-theme-quartz-auto-dark .ag-color-input-color,.ag-theme-quartz-auto-dark .ag-color-picker-color,.ag-theme-quartz-auto-dark .ag-recent-color{border-radius:4px}.ag-theme-quartz .ag-recent-color,.ag-theme-quartz-dark .ag-recent-color,.ag-theme-quartz-auto-dark .ag-recent-color{border:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-theme-quartz.ag-dnd-ghost,.ag-theme-quartz-dark.ag-dnd-ghost,.ag-theme-quartz-auto-dark.ag-dnd-ghost{font-weight:500}.ag-theme-quartz .ag-standard-button,.ag-theme-quartz-dark .ag-standard-button,.ag-theme-quartz-auto-dark .ag-standard-button{font-family:inherit;appearance:none;-webkit-appearance:none;border-radius:var(--ag-border-radius);border:solid 1px var(--ag-input-border-color);background-color:var(--ag-background-color);padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2);cursor:pointer}.ag-theme-quartz .ag-standard-button:hover,.ag-theme-quartz-dark .ag-standard-button:hover,.ag-theme-quartz-auto-dark .ag-standard-button:hover{background-color:var(--ag-row-hover-color)}.ag-theme-quartz .ag-standard-button:active,.ag-theme-quartz-dark .ag-standard-button:active,.ag-theme-quartz-auto-dark .ag-standard-button:active{border-color:var(--ag-active-color)}.ag-theme-quartz .ag-standard-button:disabled,.ag-theme-quartz-dark .ag-standard-button:disabled,.ag-theme-quartz-auto-dark .ag-standard-button:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}.ag-theme-quartz .ag-column-drop-cell,.ag-theme-quartz-dark .ag-column-drop-cell,.ag-theme-quartz-auto-dark .ag-column-drop-cell{border-radius:calc(var(--ag-grid-size) * 3);height:calc(var(--ag-grid-size) * 3);padding:0 var(--ag-grid-size)}.ag-theme-quartz .ag-column-drop-cell-button,.ag-theme-quartz-dark .ag-column-drop-cell-button,.ag-theme-quartz-auto-dark .ag-column-drop-cell-button{min-width:0;margin:0}.ag-theme-quartz .ag-column-drop-cell-drag-handle,.ag-theme-quartz-dark .ag-column-drop-cell-drag-handle,.ag-theme-quartz-auto-dark .ag-column-drop-cell-drag-handle{margin-left:0}.ag-theme-quartz .ag-column-drop-vertical,.ag-theme-quartz-dark .ag-column-drop-vertical,.ag-theme-quartz-auto-dark .ag-column-drop-vertical{min-height:75px}.ag-theme-quartz .ag-column-drop-vertical-title-bar,.ag-theme-quartz-dark .ag-column-drop-vertical-title-bar,.ag-theme-quartz-auto-dark .ag-column-drop-vertical-title-bar{padding:var(--ag-widget-container-vertical-padding) calc(var(--ag-grid-size) * 2) 0}.ag-theme-quartz .ag-ltr .ag-column-drop-vertical-icon,.ag-theme-quartz-dark .ag-ltr .ag-column-drop-vertical-icon,.ag-theme-quartz-auto-dark .ag-ltr .ag-column-drop-vertical-icon{margin-left:0;margin-right:var(--ag-widget-horizontal-spacing)}.ag-theme-quartz .ag-rtl .ag-column-drop-vertical-icon,.ag-theme-quartz-dark .ag-rtl .ag-column-drop-vertical-icon,.ag-theme-quartz-auto-dark .ag-rtl .ag-column-drop-vertical-icon{margin-right:0;margin-left:var(--ag-widget-horizontal-spacing)}.ag-theme-quartz .ag-column-drop-vertical-empty-message,.ag-theme-quartz-dark .ag-column-drop-vertical-empty-message,.ag-theme-quartz-auto-dark .ag-column-drop-vertical-empty-message{display:flex;align-items:center;justify-content:center;border:dashed 1px;border-color:var(--ag-border-color);margin:calc(var(--ag-grid-size) * 1.5) calc(var(--ag-grid-size) * 2);padding:calc(var(--ag-grid-size) * 2)}.ag-theme-quartz .ag-column-drop-empty-message,.ag-theme-quartz-dark .ag-column-drop-empty-message,.ag-theme-quartz-auto-dark .ag-column-drop-empty-message{color:var(--ag-foreground-color)}.ag-theme-quartz .ag-pill-select .ag-column-drop,.ag-theme-quartz-dark .ag-pill-select .ag-column-drop,.ag-theme-quartz-auto-dark .ag-pill-select .ag-column-drop{min-height:unset}.ag-theme-quartz .ag-pill-select .ag-picker-field-display,.ag-theme-quartz-dark .ag-pill-select .ag-picker-field-display,.ag-theme-quartz-auto-dark .ag-pill-select .ag-picker-field-display{font-weight:500;color:var(--ag-chart-menu-pill-select-button-color)}.ag-theme-quartz .ag-pill-select .ag-picker-field-icon .ag-icon,.ag-theme-quartz-dark .ag-pill-select .ag-picker-field-icon .ag-icon,.ag-theme-quartz-auto-dark .ag-pill-select .ag-picker-field-icon .ag-icon{color:var(--ag-chart-menu-pill-select-button-color)}.ag-theme-quartz .ag-status-bar,.ag-theme-quartz-dark .ag-status-bar,.ag-theme-quartz-auto-dark .ag-status-bar{font-weight:400}.ag-theme-quartz .ag-status-name-value,.ag-theme-quartz-dark .ag-status-name-value,.ag-theme-quartz-auto-dark .ag-status-name-value{padding:var(--ag-widget-container-vertical-padding) 0}.ag-theme-quartz .ag-status-name-value-value,.ag-theme-quartz .ag-paging-number,.ag-theme-quartz .ag-paging-row-summary-panel-number,.ag-theme-quartz-dark .ag-status-name-value-value,.ag-theme-quartz-dark .ag-paging-number,.ag-theme-quartz-dark .ag-paging-row-summary-panel-number,.ag-theme-quartz-auto-dark .ag-status-name-value-value,.ag-theme-quartz-auto-dark .ag-paging-number,.ag-theme-quartz-auto-dark .ag-paging-row-summary-panel-number{font-weight:500}.ag-theme-quartz .ag-column-drop-cell-button,.ag-theme-quartz-dark .ag-column-drop-cell-button,.ag-theme-quartz-auto-dark .ag-column-drop-cell-button{opacity:.75}.ag-theme-quartz .ag-column-drop-cell-button:hover,.ag-theme-quartz-dark .ag-column-drop-cell-button:hover,.ag-theme-quartz-auto-dark .ag-column-drop-cell-button:hover{opacity:1}.ag-theme-quartz .ag-header-cell-menu-button,.ag-theme-quartz .ag-header-cell-filter-button,.ag-theme-quartz .ag-panel-title-bar-button,.ag-theme-quartz .ag-header-expand-icon,.ag-theme-quartz .ag-column-group-icons,.ag-theme-quartz .ag-set-filter-group-icons,.ag-theme-quartz .ag-group-expanded .ag-icon,.ag-theme-quartz .ag-group-contracted .ag-icon,.ag-theme-quartz .ag-chart-settings-prev,.ag-theme-quartz .ag-chart-settings-next,.ag-theme-quartz .ag-group-title-bar-icon,.ag-theme-quartz .ag-column-select-header-icon,.ag-theme-quartz .ag-floating-filter-button-button,.ag-theme-quartz .ag-filter-toolpanel-expand,.ag-theme-quartz .ag-panel-title-bar-button-icon,.ag-theme-quartz .ag-chart-menu-icon,.ag-theme-quartz-dark .ag-header-cell-menu-button,.ag-theme-quartz-dark .ag-header-cell-filter-button,.ag-theme-quartz-dark .ag-panel-title-bar-button,.ag-theme-quartz-dark .ag-header-expand-icon,.ag-theme-quartz-dark .ag-column-group-icons,.ag-theme-quartz-dark .ag-set-filter-group-icons,.ag-theme-quartz-dark .ag-group-expanded .ag-icon,.ag-theme-quartz-dark .ag-group-contracted .ag-icon,.ag-theme-quartz-dark .ag-chart-settings-prev,.ag-theme-quartz-dark .ag-chart-settings-next,.ag-theme-quartz-dark .ag-group-title-bar-icon,.ag-theme-quartz-dark .ag-column-select-header-icon,.ag-theme-quartz-dark .ag-floating-filter-button-button,.ag-theme-quartz-dark .ag-filter-toolpanel-expand,.ag-theme-quartz-dark .ag-panel-title-bar-button-icon,.ag-theme-quartz-dark .ag-chart-menu-icon,.ag-theme-quartz-auto-dark .ag-header-cell-menu-button,.ag-theme-quartz-auto-dark .ag-header-cell-filter-button,.ag-theme-quartz-auto-dark .ag-panel-title-bar-button,.ag-theme-quartz-auto-dark .ag-header-expand-icon,.ag-theme-quartz-auto-dark .ag-column-group-icons,.ag-theme-quartz-auto-dark .ag-set-filter-group-icons,.ag-theme-quartz-auto-dark .ag-group-expanded .ag-icon,.ag-theme-quartz-auto-dark .ag-group-contracted .ag-icon,.ag-theme-quartz-auto-dark .ag-chart-settings-prev,.ag-theme-quartz-auto-dark .ag-chart-settings-next,.ag-theme-quartz-auto-dark .ag-group-title-bar-icon,.ag-theme-quartz-auto-dark .ag-column-select-header-icon,.ag-theme-quartz-auto-dark .ag-floating-filter-button-button,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-expand,.ag-theme-quartz-auto-dark .ag-panel-title-bar-button-icon,.ag-theme-quartz-auto-dark .ag-chart-menu-icon{--ag-quartz-icon-hover-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 10%)}.ag-theme-quartz .ag-header-cell-menu-button:hover,.ag-theme-quartz .ag-header-cell-filter-button:hover,.ag-theme-quartz .ag-panel-title-bar-button:hover,.ag-theme-quartz .ag-header-expand-icon:hover,.ag-theme-quartz .ag-column-group-icons:hover,.ag-theme-quartz .ag-set-filter-group-icons:hover,.ag-theme-quartz .ag-group-expanded .ag-icon:hover,.ag-theme-quartz .ag-group-contracted .ag-icon:hover,.ag-theme-quartz .ag-chart-settings-prev:hover,.ag-theme-quartz .ag-chart-settings-next:hover,.ag-theme-quartz .ag-group-title-bar-icon:hover,.ag-theme-quartz .ag-column-select-header-icon:hover,.ag-theme-quartz .ag-floating-filter-button-button:hover,.ag-theme-quartz .ag-filter-toolpanel-expand:hover,.ag-theme-quartz .ag-panel-title-bar-button-icon:hover,.ag-theme-quartz .ag-chart-menu-icon:hover,.ag-theme-quartz-dark .ag-header-cell-menu-button:hover,.ag-theme-quartz-dark .ag-header-cell-filter-button:hover,.ag-theme-quartz-dark .ag-panel-title-bar-button:hover,.ag-theme-quartz-dark .ag-header-expand-icon:hover,.ag-theme-quartz-dark .ag-column-group-icons:hover,.ag-theme-quartz-dark .ag-set-filter-group-icons:hover,.ag-theme-quartz-dark .ag-group-expanded .ag-icon:hover,.ag-theme-quartz-dark .ag-group-contracted .ag-icon:hover,.ag-theme-quartz-dark .ag-chart-settings-prev:hover,.ag-theme-quartz-dark .ag-chart-settings-next:hover,.ag-theme-quartz-dark .ag-group-title-bar-icon:hover,.ag-theme-quartz-dark .ag-column-select-header-icon:hover,.ag-theme-quartz-dark .ag-floating-filter-button-button:hover,.ag-theme-quartz-dark .ag-filter-toolpanel-expand:hover,.ag-theme-quartz-dark .ag-panel-title-bar-button-icon:hover,.ag-theme-quartz-dark .ag-chart-menu-icon:hover,.ag-theme-quartz-auto-dark .ag-header-cell-menu-button:hover,.ag-theme-quartz-auto-dark .ag-header-cell-filter-button:hover,.ag-theme-quartz-auto-dark .ag-panel-title-bar-button:hover,.ag-theme-quartz-auto-dark .ag-header-expand-icon:hover,.ag-theme-quartz-auto-dark .ag-column-group-icons:hover,.ag-theme-quartz-auto-dark .ag-set-filter-group-icons:hover,.ag-theme-quartz-auto-dark .ag-group-expanded .ag-icon:hover,.ag-theme-quartz-auto-dark .ag-group-contracted .ag-icon:hover,.ag-theme-quartz-auto-dark .ag-chart-settings-prev:hover,.ag-theme-quartz-auto-dark .ag-chart-settings-next:hover,.ag-theme-quartz-auto-dark .ag-group-title-bar-icon:hover,.ag-theme-quartz-auto-dark .ag-column-select-header-icon:hover,.ag-theme-quartz-auto-dark .ag-floating-filter-button-button:hover,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-expand:hover,.ag-theme-quartz-auto-dark .ag-panel-title-bar-button-icon:hover,.ag-theme-quartz-auto-dark .ag-chart-menu-icon:hover{border-radius:1px;background-color:var(--ag-quartz-icon-hover-color);box-shadow:0 0 0 4px var(--ag-quartz-icon-hover-color)}.ag-theme-quartz .ag-filter-active,.ag-theme-quartz-dark .ag-filter-active,.ag-theme-quartz-auto-dark .ag-filter-active{--ag-quartz-icon-active-color: color-mix(in srgb, transparent, var(--ag-active-color) 14%);--ag-quartz-icon-hover-color: color-mix(in srgb, transparent, var(--ag-active-color) 28%);position:relative;border-radius:1px;background-color:var(--ag-quartz-icon-active-color);box-shadow:0 0 0 4px var(--ag-quartz-icon-active-color)}.ag-theme-quartz .ag-filter-active:after,.ag-theme-quartz-dark .ag-filter-active:after,.ag-theme-quartz-auto-dark .ag-filter-active:after{content:"";position:absolute;width:6px;height:6px;top:-1px;right:-1px;border-radius:50%;background-color:var(--ag-active-color)}.ag-theme-quartz .ag-filter-active .ag-icon-filter,.ag-theme-quartz-dark .ag-filter-active .ag-icon-filter,.ag-theme-quartz-auto-dark .ag-filter-active .ag-icon-filter{clip-path:path("M8,0C8,4.415 11.585,8 16,8L16,16L0,16L0,0L8,0Z")}.ag-theme-quartz .ag-chart-menu,.ag-theme-quartz-dark .ag-chart-menu,.ag-theme-quartz-auto-dark .ag-chart-menu{--ag-icon-size: 20px;background-color:color-mix(in srgb,transparent,var(--ag-background-color) 30%);padding:4px 2px}.ag-theme-quartz .ag-chart-menu-icon,.ag-theme-quartz-dark .ag-chart-menu-icon,.ag-theme-quartz-auto-dark .ag-chart-menu-icon{opacity:.8}.ag-theme-quartz .ag-drag-handle,.ag-theme-quartz-dark .ag-drag-handle,.ag-theme-quartz-auto-dark .ag-drag-handle{color:var(--ag-icon-font-color)}.ag-theme-quartz .ag-menu-option-icon,.ag-theme-quartz .ag-compact-menu-option-icon,.ag-theme-quartz-dark .ag-menu-option-icon,.ag-theme-quartz-dark .ag-compact-menu-option-icon,.ag-theme-quartz-auto-dark .ag-menu-option-icon,.ag-theme-quartz-auto-dark .ag-compact-menu-option-icon{width:var(--ag-icon-size);cursor:pointer}.ag-theme-quartz .ag-ltr .ag-menu-option-icon,.ag-theme-quartz .ag-ltr .ag-compact-menu-option-icon,.ag-theme-quartz-dark .ag-ltr .ag-menu-option-icon,.ag-theme-quartz-dark .ag-ltr .ag-compact-menu-option-icon,.ag-theme-quartz-auto-dark .ag-ltr .ag-menu-option-icon,.ag-theme-quartz-auto-dark .ag-ltr .ag-compact-menu-option-icon{padding-left:calc(var(--ag-grid-size) * 1.5)}.ag-theme-quartz .ag-rtl .ag-menu-option-icon,.ag-theme-quartz .ag-rtl .ag-compact-menu-option-icon,.ag-theme-quartz-dark .ag-rtl .ag-menu-option-icon,.ag-theme-quartz-dark .ag-rtl .ag-compact-menu-option-icon,.ag-theme-quartz-auto-dark .ag-rtl .ag-menu-option-icon,.ag-theme-quartz-auto-dark .ag-rtl .ag-compact-menu-option-icon{padding-right:calc(var(--ag-grid-size) * 1.5)}.ag-theme-quartz .ag-chart-settings-card-item.ag-not-selected:hover,.ag-theme-quartz-dark .ag-chart-settings-card-item.ag-not-selected:hover,.ag-theme-quartz-auto-dark .ag-chart-settings-card-item.ag-not-selected:hover{opacity:.35}.ag-theme-quartz .ag-ltr .ag-panel-title-bar-button,.ag-theme-quartz-dark .ag-ltr .ag-panel-title-bar-button,.ag-theme-quartz-auto-dark .ag-ltr .ag-panel-title-bar-button{margin-left:calc(var(--ag-grid-size) * 2);margin-right:var(--ag-grid-size)}.ag-theme-quartz .ag-rtl .ag-panel-title-bar-button,.ag-theme-quartz-dark .ag-rtl .ag-panel-title-bar-button,.ag-theme-quartz-auto-dark .ag-rtl .ag-panel-title-bar-button{margin-right:calc(var(--ag-grid-size) * 2);margin-left:var(--ag-grid-size)}.ag-theme-quartz .ag-multi-filter-group-title-bar,.ag-theme-quartz-dark .ag-multi-filter-group-title-bar,.ag-theme-quartz-auto-dark .ag-multi-filter-group-title-bar{padding:calc(var(--ag-grid-size) * 1.5) var(--ag-grid-size)}.ag-theme-quartz .ag-ltr .ag-filter-toolpanel-instance-body,.ag-theme-quartz-dark .ag-ltr .ag-filter-toolpanel-instance-body,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-toolpanel-instance-body{padding-left:var(--ag-grid-size)}.ag-theme-quartz .ag-rtl .ag-filter-toolpanel-instance-body,.ag-theme-quartz-dark .ag-rtl .ag-filter-toolpanel-instance-body,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-toolpanel-instance-body{padding-right:var(--ag-grid-size)}.ag-theme-quartz .ag-filter-toolpanel-instance-filter,.ag-theme-quartz-dark .ag-filter-toolpanel-instance-filter,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-instance-filter{border:none;background-color:var(--ag-control-panel-background-color)}.ag-theme-quartz .ag-ltr .ag-filter-toolpanel-instance-filter,.ag-theme-quartz-dark .ag-ltr .ag-filter-toolpanel-instance-filter,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-toolpanel-instance-filter{margin-left:calc(var(--ag-icon-size) * .5)}.ag-theme-quartz .ag-rtl .ag-filter-toolpanel-instance-filter,.ag-theme-quartz-dark .ag-rtl .ag-filter-toolpanel-instance-filter,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-toolpanel-instance-filter{margin-right:calc(var(--ag-icon-size) * .5)}.ag-theme-quartz .ag-filter-toolpanel-group-level-0,.ag-theme-quartz-dark .ag-filter-toolpanel-group-level-0,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-group-level-0{border-top:none}.ag-theme-quartz .ag-filter-toolpanel-header,.ag-theme-quartz-dark .ag-filter-toolpanel-header,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-header{height:initial;padding-top:var(--ag-grid-size);padding-bottom:var(--ag-grid-size)}.ag-theme-quartz .ag-filter-toolpanel-group-item,.ag-theme-quartz-dark .ag-filter-toolpanel-group-item,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-group-item{margin:0}.ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-quartz .ag-layout-auto-height .ag-center-cols-container,.ag-theme-quartz .ag-layout-print .ag-center-cols-viewport,.ag-theme-quartz .ag-layout-print .ag-center-cols-container,.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-container,.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-container{min-height:150px}.ag-theme-quartz .ag-date-time-list-page-entry-is-current,.ag-theme-quartz-dark .ag-date-time-list-page-entry-is-current,.ag-theme-quartz-auto-dark .ag-date-time-list-page-entry-is-current{background-color:var(--ag-active-color)}.ag-theme-quartz .ag-advanced-filter-builder-button,.ag-theme-quartz-dark .ag-advanced-filter-builder-button,.ag-theme-quartz-auto-dark .ag-advanced-filter-builder-button{padding:var(--ag-grid-size);font-weight:600}.ag-theme-quartz .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-quartz .ag-disabled .ag-icon,.ag-theme-quartz .ag-column-select-column-group-readonly .ag-icon,.ag-theme-quartz [disabled] .ag-icon,.ag-theme-quartz-dark .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-quartz-dark .ag-disabled .ag-icon,.ag-theme-quartz-dark .ag-column-select-column-group-readonly .ag-icon,.ag-theme-quartz-dark [disabled] .ag-icon,.ag-theme-quartz-auto-dark .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-quartz-auto-dark .ag-disabled .ag-icon,.ag-theme-quartz-auto-dark .ag-column-select-column-group-readonly .ag-icon,.ag-theme-quartz-auto-dark [disabled] .ag-icon{opacity:.6}.ag-theme-quartz .ag-icon-grip,.ag-theme-quartz-dark .ag-icon-grip,.ag-theme-quartz-auto-dark .ag-icon-grip{opacity:.7}.ag-theme-quartz .ag-column-select-column-readonly.ag-icon-grip,.ag-theme-quartz .ag-column-select-column-readonly .ag-icon-grip,.ag-theme-quartz-dark .ag-column-select-column-readonly.ag-icon-grip,.ag-theme-quartz-dark .ag-column-select-column-readonly .ag-icon-grip,.ag-theme-quartz-auto-dark .ag-column-select-column-readonly.ag-icon-grip,.ag-theme-quartz-auto-dark .ag-column-select-column-readonly .ag-icon-grip{opacity:.35}.ag-theme-quartz .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz .ag-filter-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-filter-filter .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-filter-filter .ag-input-wrapper:before{position:absolute;display:block;width:12px;height:12px;background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNNS4zIDlhMy43IDMuNyAwIDEgMCAwLTcuNSAzLjcgMy43IDAgMCAwIDAgNy41Wk0xMC41IDEwLjUgOC4zIDguMiIvPjwvc3ZnPg==);background-position:50% 50%;background-size:contain;opacity:40%;content:"";filter:var(--ag-icon-filter)}.ag-theme-quartz .ag-ltr .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz .ag-ltr .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz .ag-ltr .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz .ag-ltr .ag-filter-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-ltr .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-ltr .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-ltr .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-ltr .ag-filter-filter .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-ltr .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-ltr .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-filter .ag-input-wrapper:before{margin-left:var(--ag-grid-size)}.ag-theme-quartz .ag-rtl .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz .ag-rtl .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz .ag-rtl .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz .ag-rtl .ag-filter-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-rtl .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-rtl .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-rtl .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-rtl .ag-filter-filter .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-rtl .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-rtl .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-filter .ag-input-wrapper:before{margin-right:var(--ag-grid-size)}.ag-theme-quartz .ag-ltr .ag-column-select-header-filter-wrapper input.ag-text-field-input,.ag-theme-quartz .ag-ltr .ag-column-select-header-filter-wrapper input.ag-number-field-input,.ag-theme-quartz .ag-ltr .ag-filter-toolpanel-search input.ag-text-field-input,.ag-theme-quartz .ag-ltr .ag-filter-toolpanel-search input.ag-number-field-input,.ag-theme-quartz .ag-ltr .ag-mini-filter input.ag-text-field-input,.ag-theme-quartz .ag-ltr .ag-mini-filter input.ag-number-field-input,.ag-theme-quartz .ag-ltr .ag-filter-filter input.ag-text-field-input,.ag-theme-quartz .ag-ltr .ag-filter-filter input.ag-number-field-input,.ag-theme-quartz-dark .ag-ltr .ag-column-select-header-filter-wrapper input.ag-text-field-input,.ag-theme-quartz-dark .ag-ltr .ag-column-select-header-filter-wrapper input.ag-number-field-input,.ag-theme-quartz-dark .ag-ltr .ag-filter-toolpanel-search input.ag-text-field-input,.ag-theme-quartz-dark .ag-ltr .ag-filter-toolpanel-search input.ag-number-field-input,.ag-theme-quartz-dark .ag-ltr .ag-mini-filter input.ag-text-field-input,.ag-theme-quartz-dark .ag-ltr .ag-mini-filter input.ag-number-field-input,.ag-theme-quartz-dark .ag-ltr .ag-filter-filter input.ag-text-field-input,.ag-theme-quartz-dark .ag-ltr .ag-filter-filter input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-column-select-header-filter-wrapper input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-column-select-header-filter-wrapper input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-toolpanel-search input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-toolpanel-search input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-mini-filter input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-mini-filter input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-filter input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-ltr .ag-filter-filter input.ag-number-field-input{padding-left:26px}.ag-theme-quartz .ag-rtl .ag-column-select-header-filter-wrapper input.ag-text-field-input,.ag-theme-quartz .ag-rtl .ag-column-select-header-filter-wrapper input.ag-number-field-input,.ag-theme-quartz .ag-rtl .ag-filter-toolpanel-search input.ag-text-field-input,.ag-theme-quartz .ag-rtl .ag-filter-toolpanel-search input.ag-number-field-input,.ag-theme-quartz .ag-rtl .ag-mini-filter input.ag-text-field-input,.ag-theme-quartz .ag-rtl .ag-mini-filter input.ag-number-field-input,.ag-theme-quartz .ag-rtl .ag-filter-filter input.ag-text-field-input,.ag-theme-quartz .ag-rtl .ag-filter-filter input.ag-number-field-input,.ag-theme-quartz-dark .ag-rtl .ag-column-select-header-filter-wrapper input.ag-text-field-input,.ag-theme-quartz-dark .ag-rtl .ag-column-select-header-filter-wrapper input.ag-number-field-input,.ag-theme-quartz-dark .ag-rtl .ag-filter-toolpanel-search input.ag-text-field-input,.ag-theme-quartz-dark .ag-rtl .ag-filter-toolpanel-search input.ag-number-field-input,.ag-theme-quartz-dark .ag-rtl .ag-mini-filter input.ag-text-field-input,.ag-theme-quartz-dark .ag-rtl .ag-mini-filter input.ag-number-field-input,.ag-theme-quartz-dark .ag-rtl .ag-filter-filter input.ag-text-field-input,.ag-theme-quartz-dark .ag-rtl .ag-filter-filter input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-column-select-header-filter-wrapper input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-column-select-header-filter-wrapper input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-toolpanel-search input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-toolpanel-search input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-mini-filter input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-mini-filter input.ag-number-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-filter input.ag-text-field-input,.ag-theme-quartz-auto-dark .ag-rtl .ag-filter-filter input.ag-number-field-input{padding-right:26px}.ag-theme-quartz .ag-ltr .ag-column-select-add-group-indent,.ag-theme-quartz-dark .ag-ltr .ag-column-select-add-group-indent,.ag-theme-quartz-auto-dark .ag-ltr .ag-column-select-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 1.5)}.ag-theme-quartz .ag-rtl .ag-column-select-add-group-indent,.ag-theme-quartz-dark .ag-rtl .ag-column-select-add-group-indent,.ag-theme-quartz-auto-dark .ag-rtl .ag-column-select-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 1.5)}.ag-theme-quartz .ag-text-field-input[disabled],.ag-theme-quartz .ag-menu-option-disabled,.ag-theme-quartz-dark .ag-text-field-input[disabled],.ag-theme-quartz-dark .ag-menu-option-disabled,.ag-theme-quartz-auto-dark .ag-text-field-input[disabled],.ag-theme-quartz-auto-dark .ag-menu-option-disabled{cursor:not-allowed}.ag-theme-quartz .ag-checkbox-input-wrapper.ag-checked.ag-disabled,.ag-theme-quartz-dark .ag-checkbox-input-wrapper.ag-checked.ag-disabled,.ag-theme-quartz-auto-dark .ag-checkbox-input-wrapper.ag-checked.ag-disabled{--ag-checkbox-checked-color: var(--ag-checkbox-unchecked-color)}.ag-theme-quartz .ag-checkbox-input,.ag-theme-quartz .ag-toggle-button-input,.ag-theme-quartz .ag-radio-button-input,.ag-theme-quartz input[class^=ag-][type=range],.ag-theme-quartz-dark .ag-checkbox-input,.ag-theme-quartz-dark .ag-toggle-button-input,.ag-theme-quartz-dark .ag-radio-button-input,.ag-theme-quartz-dark input[class^=ag-][type=range],.ag-theme-quartz-auto-dark .ag-checkbox-input,.ag-theme-quartz-auto-dark .ag-toggle-button-input,.ag-theme-quartz-auto-dark .ag-radio-button-input,.ag-theme-quartz-auto-dark input[class^=ag-][type=range]{cursor:pointer}.ag-theme-quartz .ag-details-row,.ag-theme-quartz-dark .ag-details-row,.ag-theme-quartz-auto-dark .ag-details-row{padding:calc(var(--ag-grid-size) * 3.75)}.ag-theme-quartz .ag-list-item-hovered:after,.ag-theme-quartz-dark .ag-list-item-hovered:after,.ag-theme-quartz-auto-dark .ag-list-item-hovered:after{background-color:var(--ag-active-color)}.ag-theme-quartz .ag-pill .ag-pill-button:hover,.ag-theme-quartz-dark .ag-pill .ag-pill-button:hover,.ag-theme-quartz-auto-dark .ag-pill .ag-pill-button:hover{color:var(--ag-active-color)}.ag-theme-quartz .ag-header-highlight-before:after,.ag-theme-quartz .ag-header-highlight-after:after,.ag-theme-quartz-dark .ag-header-highlight-before:after,.ag-theme-quartz-dark .ag-header-highlight-after:after,.ag-theme-quartz-auto-dark .ag-header-highlight-before:after,.ag-theme-quartz-auto-dark .ag-header-highlight-after:after{background-color:var(--ag-active-color)}.ag-theme-quartz-dark .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-filter-toolpanel-search .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-mini-filter .ag-input-wrapper:before,.ag-theme-quartz-dark .ag-filter-filter .ag-input-wrapper:before{opacity:66%;filter:invert(100%)}.ag-theme-quartz-dark .ag-chart-menu{background-color:color-mix(in srgb,rgba(24,39,50,.3),var(--ag-background-color) 30%)}.ag-theme-quartz-dark .ag-text-field-input::placeholder{color:var(--ag-data-color);opacity:.8}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:transparent}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:transparent}.cm-fat-cursor{caret-color:transparent}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;inset:-50px 0 0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error,.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;inset:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.cm-s-idea span.cm-meta{color:olive}.cm-s-idea span.cm-number{color:#00f}.cm-s-idea span.cm-keyword{line-height:1em;font-weight:700;color:navy}.cm-s-idea span.cm-atom{font-weight:700;color:navy}.cm-s-idea span.cm-def,.cm-s-idea span.cm-variable,.cm-s-idea span.cm-variable-2,.cm-s-idea span.cm-variable-3,.cm-s-idea span.cm-type,.cm-s-idea span.cm-property,.cm-s-idea span.cm-operator{color:#000}.cm-s-idea span.cm-comment{color:gray}.cm-s-idea span.cm-string,.cm-s-idea span.cm-string-2{color:green}.cm-s-idea span.cm-qualifier{color:#555}.cm-s-idea span.cm-error{color:red}.cm-s-idea span.cm-attribute{color:#00f}.cm-s-idea span.cm-tag{color:navy}.cm-s-idea span.cm-link{color:#00f}.cm-s-idea .CodeMirror-activeline-background{background:#fffae3}.cm-s-idea span.cm-builtin{color:#30a}.cm-s-idea span.cm-bracket{color:#cc7}.cm-s-idea{font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif}.cm-s-idea .CodeMirror-matchingbracket{outline:1px solid grey;color:#000!important}.CodeMirror-hints.idea{font-family:Menlo,Monaco,Consolas,Courier New,monospace;color:#616569;background-color:#ebf3fd!important}.CodeMirror-hints.idea .CodeMirror-hint-active{background-color:#a2b8c9!important;color:#5c6065!important}.cm-s-base16-light.CodeMirror{background:#f5f5f5;color:#202020}.cm-s-base16-light div.CodeMirror-selected{background:#e0e0e0}.cm-s-base16-light .CodeMirror-line::selection,.cm-s-base16-light .CodeMirror-line>span::selection,.cm-s-base16-light .CodeMirror-line>span>span::selection{background:#e0e0e0}.cm-s-base16-light .CodeMirror-line::-moz-selection,.cm-s-base16-light .CodeMirror-line>span::-moz-selection,.cm-s-base16-light .CodeMirror-line>span>span::-moz-selection{background:#e0e0e0}.cm-s-base16-light .CodeMirror-gutters{background:#f5f5f5;border-right:0px}.cm-s-base16-light .CodeMirror-guttermarker{color:#ac4142}.cm-s-base16-light .CodeMirror-guttermarker-subtle,.cm-s-base16-light .CodeMirror-linenumber{color:#b0b0b0}.cm-s-base16-light .CodeMirror-cursor{border-left:1px solid #505050}.cm-s-base16-light span.cm-comment{color:#8f5536}.cm-s-base16-light span.cm-atom,.cm-s-base16-light span.cm-number{color:#aa759f}.cm-s-base16-light span.cm-property,.cm-s-base16-light span.cm-attribute{color:#90a959}.cm-s-base16-light span.cm-keyword{color:#ac4142}.cm-s-base16-light span.cm-string{color:#f4bf75}.cm-s-base16-light span.cm-variable{color:#90a959}.cm-s-base16-light span.cm-variable-2{color:#6a9fb5}.cm-s-base16-light span.cm-def{color:#d28445}.cm-s-base16-light span.cm-bracket{color:#202020}.cm-s-base16-light span.cm-tag{color:#ac4142}.cm-s-base16-light span.cm-link{color:#aa759f}.cm-s-base16-light span.cm-error{background:#ac4142;color:#505050}.cm-s-base16-light .CodeMirror-activeline-background{background:#dddcdc}.cm-s-base16-light .CodeMirror-matchingbracket{color:#f5f5f5!important;background-color:#6a9fb5!important}.CodeMirror-foldmarker{color:#00f;text-shadow:#b9f 1px 1px 2px,#b9f -1px -1px 2px,#b9f 1px -1px 2px,#b9f -1px 1px 2px;font-family:arial;line-height:.3;cursor:pointer}.CodeMirror-foldgutter{width:.7em}.CodeMirror-foldgutter-open,.CodeMirror-foldgutter-folded{cursor:pointer}.CodeMirror-foldgutter-open:after{content:"\25be"}.CodeMirror-foldgutter-folded:after{content:"\25b8"}.CodeMirror-lint-markers{width:16px}.CodeMirror-lint-tooltip{background-color:#ffd;border:1px solid black;border-radius:4px;color:#000;font-family:monospace;font-size:10pt;overflow:hidden;padding:2px 5px;position:fixed;white-space:pre;white-space:pre-wrap;z-index:100;max-width:600px;opacity:0;transition:opacity .4s;-moz-transition:opacity .4s;-webkit-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s}.CodeMirror-lint-mark{background-position:left bottom;background-repeat:repeat-x}.CodeMirror-lint-mark-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=)}.CodeMirror-lint-mark-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==)}.CodeMirror-lint-marker{background-position:center center;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:16px;width:16px;vertical-align:middle;position:relative}.CodeMirror-lint-message{padding-left:18px;background-position:top left;background-repeat:no-repeat}.CodeMirror-lint-marker-warning,.CodeMirror-lint-message-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=)}.CodeMirror-lint-marker-error,.CodeMirror-lint-message-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=)}.CodeMirror-lint-marker-multiple{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:right bottom;width:100%;height:100%}.CodeMirror-lint-line-error{background-color:#b74c5114}.CodeMirror-lint-line-warning{background-color:#ffd3001a}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}.datex-app .toolbar-item{display:contents}.cal-month-view .cal-header{text-align:center;font-weight:bolder}.cal-month-view .cal-header .cal-cell{padding:5px 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:block;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{min-height:78px;-webkit-box-flex:1;-ms-flex:1;flex:1}.cal-month-view .cal-cell-row{display:-webkit-box;display:-ms-flexbox;display:flex}.cal-month-view .cal-cell{float:left;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-right:initial;border-left:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{margin-top:18px;margin-left:10px;display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px;float:left}.cal-month-view .cal-day-number{font-size:1.2em;font-weight:400;opacity:.5;margin-top:15px;margin-right:15px;float:right;margin-bottom:10px}.cal-month-view .cal-events{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:3px;line-height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cal-month-view .cal-event{width:10px;height:10px;border-radius:50%;display:inline-block;margin:2px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{opacity:.1;cursor:default}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-right-color:initial;border-left-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{color:#fff;background-color:#555;-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 15px #00000080}.cal-week-view *{-webkit-box-sizing:border-box;box-sizing:border-box}.cal-week-view .cal-day-headers{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;border:1px solid}[dir=rtl] .cal-week-view .cal-day-headers{padding-left:initial;padding-right:70px}.cal-week-view .cal-day-headers .cal-header{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:5px}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:initial;border-left:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left:initial;border-right:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-left:solid 1px}[dir=rtl] .cal-week-view .cal-day-column{border-left:initial;border-right:solid 1px}.cal-week-view .cal-event{font-size:12px;border:1px solid;direction:ltr}.cal-week-view .cal-time-label-column{width:70px;height:100%}.cal-week-view .cal-current-time-marker{position:absolute;width:100%;height:2px;z-index:2}.cal-week-view .cal-all-day-events{border:solid 1px;border-top:0;border-bottom-width:3px;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{position:relative;height:31px;margin-left:70px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row{margin-left:initial;margin-right:70px}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{z-index:1;pointer-events:none}.cal-week-view .cal-all-day-events .cal-event{padding:0 5px;margin-left:2px;margin-right:2px;height:28px;line-height:28px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-top-left-radius:5px;border-bottom-left-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-top-left-radius:initial;border-bottom-left-radius:initial;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-top-right-radius:5px;border-bottom-right-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-top-right-radius:initial;border-bottom-right-radius:initial;border-top-left-radius:5px;border-bottom-left-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px}.cal-week-view .cal-all-day-events .cal-resize-handle{width:6px;height:100%;cursor:col-resize;position:absolute;top:0}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:initial;left:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{position:relative;border:solid 1px;border-top:0;display:-webkit-box;display:-ms-flexbox;display:flex}.cal-week-view .cal-time-events .cal-day-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{width:calc(100% - 2px);height:calc(100% - 2px);margin:1px;padding:0 5px;line-height:25px}.cal-week-view .cal-time-events .cal-resize-handle{width:100%;height:4px;cursor:row-resize;position:absolute}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:"\a0"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move;user-select:none}.cal-week-view mwl-calendar-week-view-hour-segment,.cal-week-view .cal-hour-segment{display:block}.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;width:70px;text-align:center}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:solid 1px #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:initial;border-left:solid 1px #e1e1e1!important}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:initial;border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:hover,.cal-week-view .cal-day-headers .cal-drag-over{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}[dir=rtl] .cal-week-view .cal-day-column{border-left-color:initial;border-right-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-week-view .cal-event-title{cursor:pointer;overflow:hidden;display:inline-block}.cal-week-view .cal-event-title:hover{text-decoration:underline}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}[dir=rtl] .cal-day-view .cal-events-container{margin-left:initial;margin-right:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}[dir=rtl] .cal-day-view .cal-current-time-marker{margin-left:initial;margin-right:70px}.cal-tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:11px;word-wrap:break-word;opacity:.9}.cal-tooltip.cal-tooltip-top{padding:5px 0;margin-top:-3px}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0}.cal-tooltip.cal-tooltip-right{padding:0 5px;margin-left:3px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0}.cal-tooltip.cal-tooltip-bottom{padding:5px 0;margin-top:3px}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px}.cal-tooltip.cal-tooltip-left{padding:0 5px;margin-left:-3px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px}.cal-tooltip-inner{max-width:200px;padding:3px 8px;text-align:center;border-radius:.25rem}.cal-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{color:#fff;background-color:#000}@font-face{font-family:FabricMDL2Icons;src:url("./media/fabric-icons-75aaf649-DSZLEILW.woff") format("woff")}.ms-Icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}.ms-Icon--12PointStar:before{content:"\f505"}.ms-Icon--6PointStar:before{content:"\f504"}.ms-Icon--AADLogo:before{content:"\ed68"}.ms-Icon--Accept:before{content:"\e8fb"}.ms-Icon--AcceptMedium:before{content:"\f78c"}.ms-Icon--AccessibiltyChecker:before{content:"\f835"}.ms-Icon--AccessLogo:before{content:"\ed69"}.ms-Icon--AccountActivity:before{content:"\eff4"}.ms-Icon--AccountBrowser:before{content:"\f652"}.ms-Icon--AccountManagement:before{content:"\f55c"}.ms-Icon--Accounts:before{content:"\e910"}.ms-Icon--ActionCenter:before{content:"\e91c"}.ms-Icon--ActivateOrders:before{content:"\efe0"}.ms-Icon--ActivityFeed:before{content:"\f056"}.ms-Icon--Add:before{content:"\e710"}.ms-Icon--AddBookmark:before{content:"\f5b7"}.ms-Icon--AddConnection:before{content:"\f4e1"}.ms-Icon--AddEvent:before{content:"\eeb5"}.ms-Icon--AddFavorite:before{content:"\f0c8"}.ms-Icon--AddFavoriteFill:before{content:"\f0c9"}.ms-Icon--AddField:before{content:"\e4c7"}.ms-Icon--AddFriend:before{content:"\e8fa"}.ms-Icon--AddGroup:before{content:"\ee3d"}.ms-Icon--AddHome:before{content:"\f17b"}.ms-Icon--AddIn:before{content:"\f775"}.ms-Icon--AddLink:before{content:"\e35e"}.ms-Icon--AddMedium:before{content:"\eca1"}.ms-Icon--AddMultiple:before{content:"\e9c5"}.ms-Icon--AddNotes:before{content:"\eae3"}.ms-Icon--AddOnlineMeeting:before{content:"\ed8e"}.ms-Icon--AddPhone:before{content:"\ed96"}.ms-Icon--AddReaction:before{content:"\f85d"}.ms-Icon--AddSpaceAfter:before{content:"\e3df"}.ms-Icon--AddSpaceBefore:before{content:"\e3de"}.ms-Icon--AddTable:before{content:"\e4c6"}.ms-Icon--AddTo:before{content:"\ecc8"}.ms-Icon--AddToShoppingList:before{content:"\ea9a"}.ms-Icon--AddWork:before{content:"\f17c"}.ms-Icon--Admin:before{content:"\e7ef"}.ms-Icon--AdminALogo32:before{content:"\f4ba"}.ms-Icon--AdminALogoFill32:before{content:"\f4bb"}.ms-Icon--AdminALogoInverse32:before{content:"\ed6a"}.ms-Icon--AdminCLogoInverse32:before{content:"\ed6b"}.ms-Icon--AdminDLogoInverse32:before{content:"\ed6c"}.ms-Icon--AdminELogoInverse32:before{content:"\ed6d"}.ms-Icon--AdminLLogoInverse32:before{content:"\ed6e"}.ms-Icon--AdminMLogoInverse32:before{content:"\ed6f"}.ms-Icon--AdminOLogoInverse32:before{content:"\ed70"}.ms-Icon--AdminPLogoInverse32:before{content:"\ed71"}.ms-Icon--AdminSLogoInverse32:before{content:"\ed72"}.ms-Icon--AdminYLogoInverse32:before{content:"\ed73"}.ms-Icon--Airplane:before{content:"\e709"}.ms-Icon--AirplaneSolid:before{content:"\eb4c"}.ms-Icon--AirTickets:before{content:"\ef7a"}.ms-Icon--AlarmClock:before{content:"\e919"}.ms-Icon--Album:before{content:"\e7ab"}.ms-Icon--AlbumRemove:before{content:"\ec62"}.ms-Icon--AlertSettings:before{content:"\f8b6"}.ms-Icon--AlertSolid:before{content:"\f331"}.ms-Icon--AlignCenter:before{content:"\e8e3"}.ms-Icon--AlignHorizontalCenter:before{content:"\f4f4"}.ms-Icon--AlignHorizontalLeft:before{content:"\f4f3"}.ms-Icon--AlignHorizontalRight:before{content:"\f4f5"}.ms-Icon--AlignJustify:before{content:"\f51e"}.ms-Icon--AlignLeft:before{content:"\e8e4"}.ms-Icon--AlignRight:before{content:"\e8e2"}.ms-Icon--AlignVerticalBottom:before{content:"\f4f8"}.ms-Icon--AlignVerticalCenter:before{content:"\f4f7"}.ms-Icon--AlignVerticalTop:before{content:"\f4f6"}.ms-Icon--AllApps:before{content:"\e71d"}.ms-Icon--AllAppsMirrored:before{content:"\ea40"}.ms-Icon--AllCurrency:before{content:"\eae4"}.ms-Icon--AltText:before{content:"\e397"}.ms-Icon--AnalyticsLogo:before{content:"\f1de"}.ms-Icon--AnalyticsQuery:before{content:"\f1df"}.ms-Icon--AnalyticsReport:before{content:"\f1e1"}.ms-Icon--AnalyticsView:before{content:"\f5f1"}.ms-Icon--AnchorLock:before{content:"\f511"}.ms-Icon--Annotation:before{content:"\e924"}.ms-Icon--AppIconDefault:before{content:"\ecaa"}.ms-Icon--AppIconDefaultAdd:before{content:"\efda"}.ms-Icon--AppIconDefaultEdit:before{content:"\efdc"}.ms-Icon--AppIconDefaultList:before{content:"\efde"}.ms-Icon--AppIconSecure:before{content:"\e657"}.ms-Icon--AppsContent:before{content:"\ee54"}.ms-Icon--Archive:before{content:"\f03f"}.ms-Icon--ArchiveUndo:before{content:"\e3a1"}.ms-Icon--AreaChart:before{content:"\e9d2"}.ms-Icon--ArrangeBringForward:before{content:"\f509"}.ms-Icon--ArrangeBringToFront:before{content:"\f506"}.ms-Icon--ArrangeByFrom:before{content:"\f678"}.ms-Icon--ArrangeSendBackward:before{content:"\f508"}.ms-Icon--ArrangeSendToBack:before{content:"\f507"}.ms-Icon--Arrivals:before{content:"\eb34"}.ms-Icon--ArrowDownRight8:before{content:"\eed5"}.ms-Icon--ArrowDownRightMirrored8:before{content:"\eef0"}.ms-Icon--ArrowTallDownLeft:before{content:"\f2bf"}.ms-Icon--ArrowTallDownRight:before{content:"\f2c0"}.ms-Icon--ArrowTallUpLeft:before{content:"\f2bd"}.ms-Icon--ArrowTallUpRight:before{content:"\f2be"}.ms-Icon--ArrowUpRight:before{content:"\f069"}.ms-Icon--ArrowUpRight8:before{content:"\eed4"}.ms-Icon--ArrowUpRightMirrored8:before{content:"\eeef"}.ms-Icon--Articles:before{content:"\eac1"}.ms-Icon--Ascending:before{content:"\edc0"}.ms-Icon--AspectRatio:before{content:"\e799"}.ms-Icon--AssessmentGroup:before{content:"\f31a"}.ms-Icon--AssessmentGroupTemplate:before{content:"\f2b1"}.ms-Icon--AssetLibrary:before{content:"\eeb6"}.ms-Icon--Assign:before{content:"\e9d3"}.ms-Icon--AssignPolicy:before{content:"\e461"}.ms-Icon--Asterisk:before{content:"\ea38"}.ms-Icon--AsteriskSolid:before{content:"\f34d"}.ms-Icon--ATPLogo:before{content:"\ef85"}.ms-Icon--Attach:before{content:"\e723"}.ms-Icon--AustralianRules:before{content:"\ee70"}.ms-Icon--AuthenticatorApp:before{content:"\f6b1"}.ms-Icon--AutoDeploySettings:before{content:"\f3fa"}.ms-Icon--AutoEnhanceOff:before{content:"\e78e"}.ms-Icon--AutoEnhanceOn:before{content:"\e78d"}.ms-Icon--AutoFillTemplate:before{content:"\f313"}.ms-Icon--AutoFitContents:before{content:"\e3e8"}.ms-Icon--AutoFitWindow:before{content:"\e3e9"}.ms-Icon--AutoHeight:before{content:"\f512"}.ms-Icon--AutomateFlow:before{content:"\e3f5"}.ms-Icon--AutoRacing:before{content:"\eb24"}.ms-Icon--AwayStatus:before{content:"\ee6a"}.ms-Icon--AzureAPIManagement:before{content:"\f37f"}.ms-Icon--AzureDataExplorer:before{content:"\e439"}.ms-Icon--AzureIcon:before{content:"\eb6a"}.ms-Icon--AzureKeyVault:before{content:"\f3b4"}.ms-Icon--AzureServiceEndpoint:before{content:"\f380"}.ms-Icon--Back:before{content:"\e72b"}.ms-Icon--BackgroundColor:before{content:"\f42b"}.ms-Icon--Backlog:before{content:"\f2ac"}.ms-Icon--BacklogBoard:before{content:"\f444"}.ms-Icon--BacklogList:before{content:"\f6bf"}.ms-Icon--BackToWindow:before{content:"\e73f"}.ms-Icon--Badge:before{content:"\ec1b"}.ms-Icon--Balloons:before{content:"\ed7e"}.ms-Icon--Bank:before{content:"\e825"}.ms-Icon--BankSolid:before{content:"\f34f"}.ms-Icon--BarChart4:before{content:"\eae7"}.ms-Icon--BarChartHorizontal:before{content:"\e9eb"}.ms-Icon--BarChartVertical:before{content:"\e9ec"}.ms-Icon--BarChartVerticalEdit:before{content:"\f89d"}.ms-Icon--BarChartVerticalFill:before{content:"\f830"}.ms-Icon--BarChartVerticalFilter:before{content:"\f77e"}.ms-Icon--BarChartVerticalFilterSolid:before{content:"\f77f"}.ms-Icon--Baseball:before{content:"\eb20"}.ms-Icon--BeerMug:before{content:"\f49e"}.ms-Icon--BIDashboard:before{content:"\f543"}.ms-Icon--BidiLtr:before{content:"\e9aa"}.ms-Icon--BidiRtl:before{content:"\e9ab"}.ms-Icon--Bill:before{content:"\e5fa"}.ms-Icon--BingLogo:before{content:"\eb6b"}.ms-Icon--BirthdayCake:before{content:"\ef8d"}.ms-Icon--BlobStorage:before{content:"\e436"}.ms-Icon--BlockContact:before{content:"\e8f8"}.ms-Icon--Blocked:before{content:"\e733"}.ms-Icon--Blocked12:before{content:"\f62e"}.ms-Icon--Blocked2:before{content:"\ece4"}.ms-Icon--Blocked2Solid:before{content:"\f737"}.ms-Icon--BlockedSite:before{content:"\e72f"}.ms-Icon--BlockedSiteSolid12:before{content:"\f70a"}.ms-Icon--BlockedSolid:before{content:"\f531"}.ms-Icon--Blog:before{content:"\f22b"}.ms-Icon--BlowingSnow:before{content:"\e9c9"}.ms-Icon--Blur:before{content:"\f28e"}.ms-Icon--Boards:before{content:"\ef68"}.ms-Icon--Bold:before{content:"\e8dd"}.ms-Icon--BoldBulgarian:before{content:"\e5c5"}.ms-Icon--BoldF:before{content:"\e5b5"}.ms-Icon--BoldG:before{content:"\e5b3"}.ms-Icon--BoldK:before{content:"\e5c6"}.ms-Icon--BoldKazakh:before{content:"\e5c9"}.ms-Icon--BoldKorean:before{content:"\e5bd"}.ms-Icon--BoldN:before{content:"\e5b7"}.ms-Icon--BoldP:before{content:"\e5c7"}.ms-Icon--BoldRussion:before{content:"\e5b9"}.ms-Icon--BoldSerbian:before{content:"\e5ca"}.ms-Icon--BoldT:before{content:"\e5c8"}.ms-Icon--BookAnswers:before{content:"\f8a4"}.ms-Icon--BookingsLogo:before{content:"\edc7"}.ms-Icon--BookmarkReport:before{content:"\f76b"}.ms-Icon--Bookmarks:before{content:"\e8a4"}.ms-Icon--BookmarksMirrored:before{content:"\ea41"}.ms-Icon--BorderAll:before{content:"\e5f4"}.ms-Icon--BorderDash:before{content:"\f50a"}.ms-Icon--BorderDot:before{content:"\f50b"}.ms-Icon--BorderInside:before{content:"\e5f3"}.ms-Icon--BorderInsideHorizontal:before{content:"\e5f2"}.ms-Icon--BorderInsideVertical:before{content:"\e5f1"}.ms-Icon--BorderNone:before{content:"\e5f0"}.ms-Icon--BoxAdditionSolid:before{content:"\f2d4"}.ms-Icon--BoxCheckmarkSolid:before{content:"\f2d7"}.ms-Icon--BoxMultiplySolid:before{content:"\f2d5"}.ms-Icon--BoxPlaySolid:before{content:"\f2d6"}.ms-Icon--BoxSubtractSolid:before{content:"\f2d3"}.ms-Icon--BranchCommit:before{content:"\f293"}.ms-Icon--BranchCompare:before{content:"\f294"}.ms-Icon--BranchFork:before{content:"\f173"}.ms-Icon--BranchFork2:before{content:"\f291"}.ms-Icon--BranchLocked:before{content:"\f292"}.ms-Icon--BranchMerge:before{content:"\f295"}.ms-Icon--BranchPullRequest:before{content:"\f296"}.ms-Icon--BranchSearch:before{content:"\f297"}.ms-Icon--BranchShelveset:before{content:"\f298"}.ms-Icon--Breadcrumb:before{content:"\ef8c"}.ms-Icon--Breakfast:before{content:"\f49c"}.ms-Icon--Brightness:before{content:"\e706"}.ms-Icon--Broom:before{content:"\ea99"}.ms-Icon--BrowserScreenShot:before{content:"\ebed"}.ms-Icon--BrowserTab:before{content:"\f5d7"}.ms-Icon--BrowserTabScreenshot:before{content:"\f5d8"}.ms-Icon--Brunch:before{content:"\f49d"}.ms-Icon--Brush:before{content:"\ecff"}.ms-Icon--BucketColor:before{content:"\f1b6"}.ms-Icon--BucketColorFill:before{content:"\f1b7"}.ms-Icon--BufferTimeAfter:before{content:"\f0d0"}.ms-Icon--BufferTimeBefore:before{content:"\f0cf"}.ms-Icon--BufferTimeBoth:before{content:"\f0d1"}.ms-Icon--Bug:before{content:"\ebe8"}.ms-Icon--BugAction:before{content:"\e358"}.ms-Icon--BugBlock:before{content:"\e400"}.ms-Icon--BugSolid:before{content:"\f335"}.ms-Icon--BugSync:before{content:"\e3ff"}.ms-Icon--BugWarning:before{content:"\e357"}.ms-Icon--Build:before{content:"\f28f"}.ms-Icon--BuildDefinition:before{content:"\f6e9"}.ms-Icon--BuildIssue:before{content:"\f319"}.ms-Icon--BuildQueue:before{content:"\f24f"}.ms-Icon--BuildQueueNew:before{content:"\f250"}.ms-Icon--BulkPageBlock:before{content:"\e553"}.ms-Icon--BulkUpload:before{content:"\f548"}.ms-Icon--BulletedList:before{content:"\e8fd"}.ms-Icon--BulletedList2:before{content:"\f2c7"}.ms-Icon--BulletedList2Mirrored:before{content:"\f2c8"}.ms-Icon--BulletedListBullet:before{content:"\f793"}.ms-Icon--BulletedListBulletMirrored:before{content:"\f795"}.ms-Icon--BulletedListMirrored:before{content:"\ea42"}.ms-Icon--BulletedListText:before{content:"\f792"}.ms-Icon--BulletedListTextMirrored:before{content:"\f794"}.ms-Icon--BulletedTreeList:before{content:"\f84c"}.ms-Icon--Bullseye:before{content:"\f272"}.ms-Icon--BullseyeTarget:before{content:"\f5f0"}.ms-Icon--BullseyeTargetAdd:before{content:"\e664"}.ms-Icon--BullseyeTargetDelete:before{content:"\f6c1"}.ms-Icon--BullseyeTargetEdit:before{content:"\e319"}.ms-Icon--Bus:before{content:"\e806"}.ms-Icon--BusinessCard:before{content:"\e5fb"}.ms-Icon--BusinessCenterLogo:before{content:"\f4b2"}.ms-Icon--BusinessHoursSign:before{content:"\f310"}.ms-Icon--BusinessRule:before{content:"\e562"}.ms-Icon--BusSolid:before{content:"\eb47"}.ms-Icon--ButtonControl:before{content:"\f6c0"}.ms-Icon--Cafe:before{content:"\ec32"}.ms-Icon--Cake:before{content:"\eca4"}.ms-Icon--CalculatedTable:before{content:"\e4be"}.ms-Icon--Calculator:before{content:"\e8ef"}.ms-Icon--CalculatorAddition:before{content:"\e948"}.ms-Icon--CalculatorDelta:before{content:"\e406"}.ms-Icon--CalculatorEqualTo:before{content:"\e94e"}.ms-Icon--CalculatorGroup:before{content:"\e462"}.ms-Icon--CalculatorMultiply:before{content:"\e947"}.ms-Icon--CalculatorNotEqualTo:before{content:"\f2d2"}.ms-Icon--CalculatorPercentage:before{content:"\e94c"}.ms-Icon--CalculatorSubtract:before{content:"\e949"}.ms-Icon--Calendar:before{content:"\e787"}.ms-Icon--CalendarAgenda:before{content:"\ee9a"}.ms-Icon--CalendarDay:before{content:"\e8bf"}.ms-Icon--CalendarMirrored:before{content:"\ed28"}.ms-Icon--CalendarReply:before{content:"\e8f5"}.ms-Icon--CalendarSettings:before{content:"\f558"}.ms-Icon--CalendarSettingsMirrored:before{content:"\f559"}.ms-Icon--CalendarWeek:before{content:"\e8c0"}.ms-Icon--CalendarWorkWeek:before{content:"\ef51"}.ms-Icon--CalendarYear:before{content:"\e371"}.ms-Icon--Calories:before{content:"\ecad"}.ms-Icon--CaloriesAdd:before{content:"\f172"}.ms-Icon--Camera:before{content:"\e722"}.ms-Icon--CampaignTemplate:before{content:"\f811"}.ms-Icon--Cancel:before{content:"\e711"}.ms-Icon--CannedChat:before{content:"\f0f2"}.ms-Icon--CanvasAppTemplate32:before{content:"\e5fe"}.ms-Icon--Car:before{content:"\e804"}.ms-Icon--CareActivity:before{content:"\e549"}.ms-Icon--CarePlan:before{content:"\e54a"}.ms-Icon--CarePlanTemplate:before{content:"\e61e"}.ms-Icon--CaretBottomLeftCenter8:before{content:"\f365"}.ms-Icon--CaretBottomLeftSolid8:before{content:"\f121"}.ms-Icon--CaretBottomRightCenter8:before{content:"\f364"}.ms-Icon--CaretBottomRightSolid8:before{content:"\f122"}.ms-Icon--CaretDown8:before{content:"\edd8"}.ms-Icon--CaretDownSolid8:before{content:"\eddc"}.ms-Icon--CaretHollow:before{content:"\e817"}.ms-Icon--CaretHollowMirrored:before{content:"\ea45"}.ms-Icon--CaretLeft8:before{content:"\edd5"}.ms-Icon--CaretLeftSolid8:before{content:"\edd9"}.ms-Icon--CaretRight:before{content:"\f06b"}.ms-Icon--CaretRight8:before{content:"\edd6"}.ms-Icon--CaretRightSolid8:before{content:"\edda"}.ms-Icon--CaretSolid:before{content:"\e818"}.ms-Icon--CaretSolid16:before{content:"\ee62"}.ms-Icon--CaretSolidAlt:before{content:"\e483"}.ms-Icon--CaretSolidDown:before{content:"\f08e"}.ms-Icon--CaretSolidLeft:before{content:"\f08d"}.ms-Icon--CaretSolidMirrored:before{content:"\ea46"}.ms-Icon--CaretSolidRight:before{content:"\f08f"}.ms-Icon--CaretSolidUp:before{content:"\f090"}.ms-Icon--CaretTopLeftCenter8:before{content:"\f367"}.ms-Icon--CaretTopLeftSolid8:before{content:"\ef54"}.ms-Icon--CaretTopRightCenter8:before{content:"\f366"}.ms-Icon--CaretTopRightSolid8:before{content:"\ef55"}.ms-Icon--CaretUp8:before{content:"\edd7"}.ms-Icon--CaretUpSolid8:before{content:"\eddb"}.ms-Icon--Cat:before{content:"\ed7f"}.ms-Icon--CategoryClassification:before{content:"\e48c"}.ms-Icon--CC:before{content:"\e7f0"}.ms-Icon--CCSolid:before{content:"\e4f4"}.ms-Icon--CellPhone:before{content:"\e8ea"}.ms-Icon--Certificate:before{content:"\eb95"}.ms-Icon--CertifiedDatabase:before{content:"\f5bb"}.ms-Icon--ChangeEntitlements:before{content:"\e310"}.ms-Icon--Chart:before{content:"\e999"}.ms-Icon--CharticulatorArrangePolar:before{content:"\e632"}.ms-Icon--CharticulatorArrangePolarAngles:before{content:"\e633"}.ms-Icon--CharticulatorBand:before{content:"\e634"}.ms-Icon--CharticulatorGuideCoordinator:before{content:"\e635"}.ms-Icon--CharticulatorGuideX:before{content:"\e636"}.ms-Icon--CharticulatorGuideY:before{content:"\e637"}.ms-Icon--CharticulatorLegend:before{content:"\e638"}.ms-Icon--CharticulatorLine:before{content:"\e639"}.ms-Icon--CharticulatorLineStyleDashed:before{content:"\e63a"}.ms-Icon--CharticulatorLineStyleDotted:before{content:"\e63b"}.ms-Icon--CharticulatorLinkingData:before{content:"\e63c"}.ms-Icon--CharticulatorLinkingSequence:before{content:"\e63d"}.ms-Icon--CharticulatorOrderColumn:before{content:"\e63e"}.ms-Icon--CharticulatorOrderRow:before{content:"\e63f"}.ms-Icon--CharticulatorPlotCartesian:before{content:"\e640"}.ms-Icon--CharticulatorPlotCurve:before{content:"\e641"}.ms-Icon--CharticulatorPolarCoordinates:before{content:"\e642"}.ms-Icon--CharticulatorSpiral:before{content:"\e643"}.ms-Icon--CharticulatorStackRadial:before{content:"\e644"}.ms-Icon--CharticulatorStackY:before{content:"\e645"}.ms-Icon--ChartSeries:before{content:"\f513"}.ms-Icon--ChartTemplate:before{content:"\f812"}.ms-Icon--ChartXAngle:before{content:"\f514"}.ms-Icon--ChartYAngle:before{content:"\f515"}.ms-Icon--Chat:before{content:"\e901"}.ms-Icon--ChatBot:before{content:"\f08b"}.ms-Icon--ChatInviteFriend:before{content:"\ecfe"}.ms-Icon--ChatSettings:before{content:"\e600"}.ms-Icon--ChatSolid:before{content:"\f344"}.ms-Icon--Checkbox:before{content:"\e739"}.ms-Icon--CheckboxComposite:before{content:"\e73a"}.ms-Icon--CheckboxCompositeReversed:before{content:"\e73d"}.ms-Icon--CheckboxFill:before{content:"\e73b"}.ms-Icon--CheckboxIndeterminate:before{content:"\e73c"}.ms-Icon--CheckboxIndeterminateCombo:before{content:"\f16e"}.ms-Icon--CheckedOutByOther12:before{content:"\f630"}.ms-Icon--CheckedOutByYou12:before{content:"\f631"}.ms-Icon--CheckList:before{content:"\e9d5"}.ms-Icon--CheckListCheck:before{content:"\f7a9"}.ms-Icon--CheckListCheckMirrored:before{content:"\f7ab"}.ms-Icon--CheckListText:before{content:"\f7a8"}.ms-Icon--CheckListTextMirrored:before{content:"\f7aa"}.ms-Icon--CheckMark:before{content:"\e73e"}.ms-Icon--ChevronDown:before{content:"\e70d"}.ms-Icon--ChevronDownEnd:before{content:"\f5e4"}.ms-Icon--ChevronDownEnd6:before{content:"\f36f"}.ms-Icon--ChevronDownMed:before{content:"\e972"}.ms-Icon--ChevronDownSmall:before{content:"\e96e"}.ms-Icon--ChevronFold10:before{content:"\f36a"}.ms-Icon--ChevronLeft:before{content:"\e76b"}.ms-Icon--ChevronLeftEnd6:before{content:"\f371"}.ms-Icon--ChevronLeftMed:before{content:"\e973"}.ms-Icon--ChevronLeftSmall:before{content:"\e96f"}.ms-Icon--ChevronRight:before{content:"\e76c"}.ms-Icon--ChevronRightEnd6:before{content:"\f372"}.ms-Icon--ChevronRightMed:before{content:"\e974"}.ms-Icon--ChevronRightSmall:before{content:"\e970"}.ms-Icon--ChevronUnfold10:before{content:"\f369"}.ms-Icon--ChevronUp:before{content:"\e70e"}.ms-Icon--ChevronUpEnd:before{content:"\e55b"}.ms-Icon--ChevronUpEnd6:before{content:"\f370"}.ms-Icon--ChevronUpMed:before{content:"\e971"}.ms-Icon--ChevronUpSmall:before{content:"\e96d"}.ms-Icon--Childof:before{content:"\f82d"}.ms-Icon--ChoiceColumn:before{content:"\e4ae"}.ms-Icon--Chopsticks:before{content:"\f4a2"}.ms-Icon--ChromeBack:before{content:"\e830"}.ms-Icon--ChromeBackMirrored:before{content:"\ea47"}.ms-Icon--ChromeClose:before{content:"\e8bb"}.ms-Icon--ChromeFullScreen:before{content:"\e92d"}.ms-Icon--ChromeMinimize:before{content:"\e921"}.ms-Icon--ChromeRestore:before{content:"\e923"}.ms-Icon--CircleAddition:before{content:"\f2e3"}.ms-Icon--CircleAdditionSolid:before{content:"\f2e4"}.ms-Icon--CircleDollar:before{content:"\eaed"}.ms-Icon--CircleFill:before{content:"\ea3b"}.ms-Icon--CircleHalfFull:before{content:"\ed9e"}.ms-Icon--CirclePause:before{content:"\f2d9"}.ms-Icon--CirclePauseSolid:before{content:"\f2d8"}.ms-Icon--CirclePlus:before{content:"\eaee"}.ms-Icon--CircleRing:before{content:"\ea3a"}.ms-Icon--CircleShape:before{content:"\f1a5"}.ms-Icon--CircleShapeSolid:before{content:"\f63c"}.ms-Icon--CircleStop:before{content:"\f2dc"}.ms-Icon--CircleStopSolid:before{content:"\f2db"}.ms-Icon--CityNext:before{content:"\ec06"}.ms-Icon--CityNext2:before{content:"\ec07"}.ms-Icon--ClassNotebookLogo16:before{content:"\f488"}.ms-Icon--ClassNotebookLogo32:before{content:"\f486"}.ms-Icon--ClassNotebookLogoFill16:before{content:"\f489"}.ms-Icon--ClassNotebookLogoFill32:before{content:"\f487"}.ms-Icon--ClassNotebookLogoInverse:before{content:"\edc8"}.ms-Icon--ClassNotebookLogoInverse16:before{content:"\f48b"}.ms-Icon--ClassNotebookLogoInverse32:before{content:"\f48a"}.ms-Icon--ClassroomLogo:before{content:"\ef75"}.ms-Icon--Clear:before{content:"\e894"}.ms-Icon--ClearFilter:before{content:"\ef8f"}.ms-Icon--ClearFormatting:before{content:"\eddd"}.ms-Icon--ClearFormattingA:before{content:"\f79d"}.ms-Icon--ClearFormattingEraser:before{content:"\f79e"}.ms-Icon--ClearNight:before{content:"\e9c2"}.ms-Icon--ClearSelection:before{content:"\e8e6"}.ms-Icon--ClearSelectionMirrored:before{content:"\ea48"}.ms-Icon--Clicked:before{content:"\f268"}.ms-Icon--ClinicalImpression:before{content:"\e54b"}.ms-Icon--ClipboardList:before{content:"\f0e3"}.ms-Icon--ClipboardListAdd:before{content:"\e4ef"}.ms-Icon--ClipboardListMirrored:before{content:"\f0e4"}.ms-Icon--ClipboardListQuestion:before{content:"\e4f0"}.ms-Icon--ClipboardListReply:before{content:"\e4f1"}.ms-Icon--ClipboardSolid:before{content:"\f5dc"}.ms-Icon--Clock:before{content:"\e917"}.ms-Icon--CloneToDesktop:before{content:"\f28c"}.ms-Icon--ClosedCaption:before{content:"\ef84"}.ms-Icon--ClosePane:before{content:"\e89f"}.ms-Icon--ClosePaneMirrored:before{content:"\ea49"}.ms-Icon--Cloud:before{content:"\e753"}.ms-Icon--CloudAdd:before{content:"\eca9"}.ms-Icon--CloudDownload:before{content:"\ebd3"}.ms-Icon--CloudEdit:before{content:"\e4c8"}.ms-Icon--CloudFlow:before{content:"\e5ea"}.ms-Icon--CloudImportExport:before{content:"\ee55"}.ms-Icon--CloudLink:before{content:"\e4c9"}.ms-Icon--CloudNotSynced:before{content:"\ec9c"}.ms-Icon--CloudPrinter:before{content:"\eda6"}.ms-Icon--CloudSearch:before{content:"\ede4"}.ms-Icon--CloudSecure:before{content:"\e4d5"}.ms-Icon--CloudUpload:before{content:"\ec8e"}.ms-Icon--CloudWeather:before{content:"\e9be"}.ms-Icon--Cloudy:before{content:"\e9bf"}.ms-Icon--Cocktails:before{content:"\ea9d"}.ms-Icon--Code:before{content:"\e943"}.ms-Icon--CodeEdit:before{content:"\f544"}.ms-Icon--Coffee:before{content:"\eaef"}.ms-Icon--CoffeeScript:before{content:"\f2fa"}.ms-Icon--CollapseAll:before{content:"\f85a"}.ms-Icon--CollapseContent:before{content:"\f165"}.ms-Icon--CollapseContentSingle:before{content:"\f166"}.ms-Icon--CollapseMenu:before{content:"\ef66"}.ms-Icon--CollegeFootball:before{content:"\eb26"}.ms-Icon--CollegeHoops:before{content:"\eb25"}.ms-Icon--Color:before{content:"\e790"}.ms-Icon--ColorSolid:before{content:"\f354"}.ms-Icon--Column:before{content:"\e438"}.ms-Icon--ColumnFunction:before{content:"\e4c2"}.ms-Icon--ColumnLeftTwoThirds:before{content:"\f1d6"}.ms-Icon--ColumnLeftTwoThirdsEdit:before{content:"\f324"}.ms-Icon--ColumnOptions:before{content:"\f317"}.ms-Icon--ColumnQuestion:before{content:"\e4c0"}.ms-Icon--ColumnQuestionMirrored:before{content:"\e4c1"}.ms-Icon--ColumnRightTwoThirds:before{content:"\f1d7"}.ms-Icon--ColumnRightTwoThirdsEdit:before{content:"\f325"}.ms-Icon--ColumnSigma:before{content:"\e4bf"}.ms-Icon--ColumnVerticalSection:before{content:"\f81e"}.ms-Icon--ColumnVerticalSectionEdit:before{content:"\f806"}.ms-Icon--Combine:before{content:"\edbb"}.ms-Icon--Combobox:before{content:"\f516"}.ms-Icon--CommandPrompt:before{content:"\e756"}.ms-Icon--Comment:before{content:"\e90a"}.ms-Icon--CommentActive:before{content:"\f804"}.ms-Icon--CommentAdd:before{content:"\f2b3"}.ms-Icon--CommentNext:before{content:"\f2b4"}.ms-Icon--CommentPrevious:before{content:"\f2b5"}.ms-Icon--CommentSolid:before{content:"\e30e"}.ms-Icon--CommentUrgent:before{content:"\f307"}.ms-Icon--Commitments:before{content:"\ec4d"}.ms-Icon--CommonDataServiceCDS:before{content:"\e377"}.ms-Icon--CommunicationDetails:before{content:"\e4cf"}.ms-Icon--CommunicationDetailsMirrored:before{content:"\e4d0"}.ms-Icon--Communications:before{content:"\e95a"}.ms-Icon--CompanyDirectory:before{content:"\ef0d"}.ms-Icon--CompanyDirectoryMirrored:before{content:"\ef2b"}.ms-Icon--Compare:before{content:"\f057"}.ms-Icon--CompareUneven:before{content:"\e42e"}.ms-Icon--CompassNW:before{content:"\e942"}.ms-Icon--Completed:before{content:"\e930"}.ms-Icon--Completed12:before{content:"\e559"}.ms-Icon--CompletedSolid:before{content:"\ec61"}.ms-Icon--ComplianceAudit:before{content:"\e369"}.ms-Icon--ConfigurationSolid:before{content:"\f334"}.ms-Icon--ConnectContacts:before{content:"\efd4"}.ms-Icon--ConnectVirtualMachine:before{content:"\ee9d"}.ms-Icon--ConstructionCone:before{content:"\e98f"}.ms-Icon--ConstructionConeSolid:before{content:"\f339"}.ms-Icon--Contact:before{content:"\e77b"}.ms-Icon--ContactCard:before{content:"\eebd"}.ms-Icon--ContactCardSettings:before{content:"\f556"}.ms-Icon--ContactCardSettingsMirrored:before{content:"\f557"}.ms-Icon--ContactHeart:before{content:"\f862"}.ms-Icon--ContactInfo:before{content:"\e779"}.ms-Icon--ContactLink:before{content:"\f25f"}.ms-Icon--ContactList:before{content:"\f7e5"}.ms-Icon--ContactLock:before{content:"\f400"}.ms-Icon--ContentFeed:before{content:"\e428"}.ms-Icon--ContentSettings:before{content:"\f647"}.ms-Icon--ContentUnderstandingApp:before{content:"\e4fb"}.ms-Icon--ContextMenu:before{content:"\f37c"}.ms-Icon--Contrast:before{content:"\e7a1"}.ms-Icon--Copy:before{content:"\e8c8"}.ms-Icon--CopyEdit:before{content:"\e464"}.ms-Icon--CortanaLogoBeckonInner:before{content:"\f4c6"}.ms-Icon--CortanaLogoBeckonOuter:before{content:"\f4c7"}.ms-Icon--CortanaLogoInner:before{content:"\e832"}.ms-Icon--CortanaLogoOuter:before{content:"\e831"}.ms-Icon--CortanaLogoReadyInner:before{content:"\f4c8"}.ms-Icon--CortanaLogoReadyOuter:before{content:"\f4c9"}.ms-Icon--CostContralLedgerAdmin:before{content:"\f208"}.ms-Icon--CostControl:before{content:"\f207"}.ms-Icon--Cotton:before{content:"\eaf3"}.ms-Icon--Count:before{content:"\e9ee"}.ms-Icon--Coupon:before{content:"\f7bc"}.ms-Icon--CPlusPlus:before{content:"\f2f4"}.ms-Icon--CPlusPlusLanguage:before{content:"\f2f3"}.ms-Icon--CreateMailRule:before{content:"\f67a"}.ms-Icon--Cricket:before{content:"\eb1e"}.ms-Icon--CriticalErrorSolid:before{content:"\f5c9"}.ms-Icon--CRMProcesses:before{content:"\efb1"}.ms-Icon--CRMReport:before{content:"\effe"}.ms-Icon--CRMServices:before{content:"\efd2"}.ms-Icon--Crop:before{content:"\e7a8"}.ms-Icon--Crown:before{content:"\ed01"}.ms-Icon--CrownSolid:before{content:"\f336"}.ms-Icon--CSharp:before{content:"\f2f0"}.ms-Icon--CSharpLanguage:before{content:"\f2ef"}.ms-Icon--CSS:before{content:"\ebef"}.ms-Icon--CtrlButton:before{content:"\e4b8"}.ms-Icon--CubeShape:before{content:"\f1aa"}.ms-Icon--CubeShapeSolid:before{content:"\e421"}.ms-Icon--Currency:before{content:"\eaf5"}.ms-Icon--CustomEntity:before{content:"\eff7"}.ms-Icon--CustomerAssets:before{content:"\f426"}.ms-Icon--CustomizeToolbar:before{content:"\f828"}.ms-Icon--CustomList:before{content:"\eebe"}.ms-Icon--CustomListMirrored:before{content:"\eebf"}.ms-Icon--Cut:before{content:"\e8c6"}.ms-Icon--Cycling:before{content:"\eac7"}.ms-Icon--D365BusinessCentral:before{content:"\f833"}.ms-Icon--D365CoreHR:before{content:"\f6bd"}.ms-Icon--D365CustomerInsights:before{content:"\f3c8"}.ms-Icon--D365CustomerVoiceApp:before{content:"\e4f7"}.ms-Icon--D365ProjectOperations:before{content:"\e432"}.ms-Icon--D365TalentInsight:before{content:"\f6bc"}.ms-Icon--D365TalentLearn:before{content:"\f6bb"}.ms-Icon--DashboardAdd:before{content:"\f52d"}.ms-Icon--Database:before{content:"\efc7"}.ms-Icon--DatabaseBlock:before{content:"\e617"}.ms-Icon--DatabaseSource:before{content:"\e30a"}.ms-Icon--DatabaseSync:before{content:"\f842"}.ms-Icon--DatabaseView:before{content:"\e437"}.ms-Icon--DataConnectionLibrary:before{content:"\eeb7"}.ms-Icon--DataEnrichment:before{content:"\e4f5"}.ms-Icon--DataFlow:before{content:"\e577"}.ms-Icon--Dataflows:before{content:"\f7dd"}.ms-Icon--DataflowsLink:before{content:"\e366"}.ms-Icon--DataManagementSettings:before{content:"\efc8"}.ms-Icon--Dataverse:before{content:"\e659"}.ms-Icon--DateTime:before{content:"\ec92"}.ms-Icon--DateTime12:before{content:"\f38f"}.ms-Icon--DateTime2:before{content:"\ea17"}.ms-Icon--DateTimeMirrored:before{content:"\ee93"}.ms-Icon--DeactivateOrders:before{content:"\efe1"}.ms-Icon--Decimals:before{content:"\f218"}.ms-Icon--DecisionSolid:before{content:"\f350"}.ms-Icon--DeclineCall:before{content:"\f405"}.ms-Icon--DecreaseIndent:before{content:"\e39b"}.ms-Icon--DecreaseIndentArrow:before{content:"\f7a3"}.ms-Icon--DecreaseIndentArrowMirrored:before{content:"\f7a7"}.ms-Icon--DecreaseIndentMirrored:before{content:"\e39c"}.ms-Icon--DecreaseIndentText:before{content:"\f7a2"}.ms-Icon--DecreaseIndentTextMirrored:before{content:"\f7a6"}.ms-Icon--DefaultRatio:before{content:"\f529"}.ms-Icon--DefectSolid:before{content:"\f449"}.ms-Icon--DefenderApp:before{content:"\e83d"}.ms-Icon--DefenderBadge12:before{content:"\f0fb"}.ms-Icon--DefenderTVM:before{content:"\f6b3"}.ms-Icon--Delete:before{content:"\e74d"}.ms-Icon--DeleteColumns:before{content:"\f64e"}.ms-Icon--DeleteRows:before{content:"\f64f"}.ms-Icon--DeleteRowsMirrored:before{content:"\f650"}.ms-Icon--DeleteTable:before{content:"\f651"}.ms-Icon--DeliveryTruck:before{content:"\ebf4"}.ms-Icon--DelveAnalytics:before{content:"\eeee"}.ms-Icon--DelveAnalyticsLogo:before{content:"\edca"}.ms-Icon--DelveLogo:before{content:"\f280"}.ms-Icon--DelveLogoFill:before{content:"\f281"}.ms-Icon--DelveLogoInverse:before{content:"\ed76"}.ms-Icon--DensityComfy:before{content:"\e4ba"}.ms-Icon--DensityDefault:before{content:"\e4b9"}.ms-Icon--DependencyAdd:before{content:"\e344"}.ms-Icon--DependencyRemove:before{content:"\e345"}.ms-Icon--Deploy:before{content:"\f29d"}.ms-Icon--Descending:before{content:"\edc1"}.ms-Icon--Design:before{content:"\eb3c"}.ms-Icon--DesktopFlow:before{content:"\e4f3"}.ms-Icon--DesktopScreenshot:before{content:"\f5d9"}.ms-Icon--DeveloperTools:before{content:"\ec7a"}.ms-Icon--DeviceBug:before{content:"\e424"}.ms-Icon--DeviceOff:before{content:"\e402"}.ms-Icon--DeviceRun:before{content:"\e401"}.ms-Icon--Devices2:before{content:"\e975"}.ms-Icon--Devices3:before{content:"\ea6c"}.ms-Icon--Devices4:before{content:"\eb66"}.ms-Icon--Diagnostic:before{content:"\e9d9"}.ms-Icon--DiagnosticDataBarTooltip:before{content:"\f7df"}.ms-Icon--DiagnosticDataViewerApp:before{content:"\f568"}.ms-Icon--Dialpad:before{content:"\e75f"}.ms-Icon--Diamond:before{content:"\ed02"}.ms-Icon--DiamondSolid:before{content:"\f34c"}.ms-Icon--DiamondUser:before{content:"\e4f9"}.ms-Icon--Dictionary:before{content:"\e82d"}.ms-Icon--DictionaryRemove:before{content:"\f69a"}.ms-Icon--DietPlanNotebook:before{content:"\eac8"}.ms-Icon--DiffInline:before{content:"\f309"}.ms-Icon--DiffSideBySide:before{content:"\f30a"}.ms-Icon--DisableUpdates:before{content:"\e8d8"}.ms-Icon--DisconnectVirtualMachine:before{content:"\f873"}.ms-Icon--Dislike:before{content:"\e8e0"}.ms-Icon--DislikeSolid:before{content:"\f3c0"}.ms-Icon--DistributeDown:before{content:"\f76a"}.ms-Icon--DockLeft:before{content:"\e90c"}.ms-Icon--DockLeftMirrored:before{content:"\ea4c"}.ms-Icon--DockRight:before{content:"\e90d"}.ms-Icon--DocLibrary:before{content:"\eeb8"}.ms-Icon--DocsLogoInverse:before{content:"\edcb"}.ms-Icon--Document:before{content:"\e8a5"}.ms-Icon--DocumentApproval:before{content:"\f28b"}.ms-Icon--Documentation:before{content:"\ec17"}.ms-Icon--DocumentManagement:before{content:"\effc"}.ms-Icon--DocumentReply:before{content:"\ef57"}.ms-Icon--DocumentSearch:before{content:"\ef6c"}.ms-Icon--DocumentSet:before{content:"\eed6"}.ms-Icon--DOM:before{content:"\ec8d"}.ms-Icon--DonutChart:before{content:"\f368"}.ms-Icon--Door:before{content:"\eb75"}.ms-Icon--DoubleBookmark:before{content:"\eb8f"}.ms-Icon--DoubleChevronDown:before{content:"\ee04"}.ms-Icon--DoubleChevronDown12:before{content:"\ee97"}.ms-Icon--DoubleChevronDown8:before{content:"\f36b"}.ms-Icon--DoubleChevronLeft:before{content:"\edbe"}.ms-Icon--DoubleChevronLeft12:before{content:"\ee98"}.ms-Icon--DoubleChevronLeft8:before{content:"\f36d"}.ms-Icon--DoubleChevronLeftMed:before{content:"\e991"}.ms-Icon--DoubleChevronLeftMedMirrored:before{content:"\ea4d"}.ms-Icon--DoubleChevronRight:before{content:"\edbf"}.ms-Icon--DoubleChevronRight12:before{content:"\ee99"}.ms-Icon--DoubleChevronRight8:before{content:"\f36e"}.ms-Icon--DoubleChevronUp:before{content:"\edbd"}.ms-Icon--DoubleChevronUp12:before{content:"\ee96"}.ms-Icon--DoubleChevronUp8:before{content:"\f36c"}.ms-Icon--DoubleColumn:before{content:"\f1d4"}.ms-Icon--DoubleColumnEdit:before{content:"\f322"}.ms-Icon--DoubleDownArrow:before{content:"\f769"}.ms-Icon--Down:before{content:"\e74b"}.ms-Icon--Download:before{content:"\e896"}.ms-Icon--DownloadDocument:before{content:"\f549"}.ms-Icon--DragObject:before{content:"\f553"}.ms-Icon--DrillDown:before{content:"\f532"}.ms-Icon--DrillDownSolid:before{content:"\f533"}.ms-Icon--DrillExpand:before{content:"\f534"}.ms-Icon--DrillShow:before{content:"\f535"}.ms-Icon--DrillThrough:before{content:"\f5b9"}.ms-Icon--DriverOff:before{content:"\e3fb"}.ms-Icon--DRM:before{content:"\eca8"}.ms-Icon--Drop:before{content:"\eb42"}.ms-Icon--Dropdown:before{content:"\edc5"}.ms-Icon--DropShape:before{content:"\f1a8"}.ms-Icon--DropShapeSolid:before{content:"\f63f"}.ms-Icon--DuplicateRow:before{content:"\f82a"}.ms-Icon--Duststorm:before{content:"\e9cd"}.ms-Icon--DynamicList:before{content:"\e491"}.ms-Icon--Dynamics365Logo:before{content:"\edcc"}.ms-Icon--DynamicSMBLogo:before{content:"\edcd"}.ms-Icon--EaseOfAccess:before{content:"\e776"}.ms-Icon--EatDrink:before{content:"\e807"}.ms-Icon--EdgeLogo:before{content:"\e3ab"}.ms-Icon--EdgeLogo16:before{content:"\e3aa"}.ms-Icon--EdgeOldLogo:before{content:"\ec60"}.ms-Icon--eDiscovery:before{content:"\e370"}.ms-Icon--Edit:before{content:"\e70f"}.ms-Icon--EditContact:before{content:"\efd3"}.ms-Icon--EditCreate:before{content:"\f3c9"}.ms-Icon--EditEvent:before{content:"\f05b"}.ms-Icon--EditListPencil:before{content:"\e61b"}.ms-Icon--EditMail:before{content:"\ef61"}.ms-Icon--EditMirrored:before{content:"\eb7e"}.ms-Icon--EditNote:before{content:"\ed9d"}.ms-Icon--EditPhoto:before{content:"\ef77"}.ms-Icon--EditSolid12:before{content:"\f4b5"}.ms-Icon--EditSolidMirrored12:before{content:"\f4b6"}.ms-Icon--EditStyle:before{content:"\ef60"}.ms-Icon--EditTable:before{content:"\e4c4"}.ms-Icon--Education:before{content:"\e7be"}.ms-Icon--Ellipse:before{content:"\f4fb"}.ms-Icon--Embed:before{content:"\ecce"}.ms-Icon--EMI:before{content:"\e731"}.ms-Icon--Emoji:before{content:"\e899"}.ms-Icon--Emoji2:before{content:"\e76e"}.ms-Icon--EmojiDisappointed:before{content:"\ea88"}.ms-Icon--EmojiNeutral:before{content:"\ea87"}.ms-Icon--EmojiTabSymbols:before{content:"\ed58"}.ms-Icon--EmptyRecycleBin:before{content:"\ef88"}.ms-Icon--Encounter:before{content:"\e54c"}.ms-Icon--Encryption:before{content:"\f69d"}.ms-Icon--EndPointSolid:before{content:"\eb4b"}.ms-Icon--EngineeringGroup:before{content:"\f362"}.ms-Icon--EntitlementPolicy:before{content:"\e346"}.ms-Icon--EntitlementRedemption:before{content:"\e347"}.ms-Icon--EntityExtraction:before{content:"\e467"}.ms-Icon--EntryDecline:before{content:"\f555"}.ms-Icon--EntryView:before{content:"\f554"}.ms-Icon--Equalizer:before{content:"\e9e9"}.ms-Icon--EraseTool:before{content:"\e75c"}.ms-Icon--Error:before{content:"\e783"}.ms-Icon--ErrorBadge:before{content:"\ea39"}.ms-Icon--ErrorBadge12:before{content:"\e558"}.ms-Icon--Event:before{content:"\eca3"}.ms-Icon--Event12:before{content:"\f763"}.ms-Icon--EventAccepted:before{content:"\f422"}.ms-Icon--EventDate:before{content:"\f059"}.ms-Icon--EventDateMissed12:before{content:"\f764"}.ms-Icon--EventDeclined:before{content:"\f425"}.ms-Icon--EventInfo:before{content:"\ed8b"}.ms-Icon--EventTentative:before{content:"\f423"}.ms-Icon--EventTentativeMirrored:before{content:"\f424"}.ms-Icon--EventToDoLogo:before{content:"\f869"}.ms-Icon--ExcelDocument:before{content:"\ef73"}.ms-Icon--ExcelLogo:before{content:"\f1e5"}.ms-Icon--ExcelLogo16:before{content:"\f397"}.ms-Icon--ExcelLogoInverse:before{content:"\ec28"}.ms-Icon--ExcelLogoInverse16:before{content:"\f396"}.ms-Icon--ExchangeLogo:before{content:"\f284"}.ms-Icon--ExchangeLogoInverse:before{content:"\ed78"}.ms-Icon--ExerciseTracker:before{content:"\eacc"}.ms-Icon--ExpandAll:before{content:"\f859"}.ms-Icon--ExpandMenu:before{content:"\ef67"}.ms-Icon--ExploreContent:before{content:"\eccd"}.ms-Icon--ExploreContentSingle:before{content:"\f164"}.ms-Icon--ExploreData:before{content:"\f5b6"}.ms-Icon--Export:before{content:"\ede1"}.ms-Icon--ExportMirrored:before{content:"\ede2"}.ms-Icon--ExpressRouteCircuits:before{content:"\e557"}.ms-Icon--ExternalBuild:before{content:"\f445"}.ms-Icon--ExternalTFVC:before{content:"\f446"}.ms-Icon--ExternalUser:before{content:"\e4ca"}.ms-Icon--ExternalXAML:before{content:"\f447"}.ms-Icon--Eyedropper:before{content:"\ef3c"}.ms-Icon--EyeShadow:before{content:"\f7eb"}.ms-Icon--F12DevTools:before{content:"\ebee"}.ms-Icon--FabricAssetLibrary:before{content:"\f09c"}.ms-Icon--FabricChannelFolder:before{content:"\e4fa"}.ms-Icon--FabricDataConnectionLibrary:before{content:"\f09d"}.ms-Icon--FabricDocLibrary:before{content:"\f09e"}.ms-Icon--FabricFolder:before{content:"\f0a9"}.ms-Icon--FabricFolderConfirm:before{content:"\f7ff"}.ms-Icon--FabricFolderFill:before{content:"\f0aa"}.ms-Icon--FabricFolderLink:before{content:"\e45c"}.ms-Icon--FabricFolderSearch:before{content:"\f0a4"}.ms-Icon--FabricFolderUpload:before{content:"\e3ac"}.ms-Icon--FabricFormLibrary:before{content:"\f09f"}.ms-Icon--FabricFormLibraryMirrored:before{content:"\f0a0"}.ms-Icon--FabricMovetoFolder:before{content:"\f0a5"}.ms-Icon--FabricNetworkFolder:before{content:"\f5e6"}.ms-Icon--FabricNewFolder:before{content:"\f0ab"}.ms-Icon--FabricOpenFolderHorizontal:before{content:"\f0a8"}.ms-Icon--FabricPictureLibrary:before{content:"\f0ac"}.ms-Icon--FabricPublicFolder:before{content:"\f0a3"}.ms-Icon--FabricReportLibrary:before{content:"\f0a1"}.ms-Icon--FabricReportLibraryMirrored:before{content:"\f0a2"}.ms-Icon--FabricSyncFolder:before{content:"\f0a7"}.ms-Icon--FabricTextHighlight:before{content:"\f79c"}.ms-Icon--FabricTextHighlightComposite:before{content:"\f7da"}.ms-Icon--FabricUnsyncFolder:before{content:"\f0a6"}.ms-Icon--FabricUserFolder:before{content:"\f5e5"}.ms-Icon--Factory:before{content:"\e60e"}.ms-Icon--Family:before{content:"\ebda"}.ms-Icon--FangBody:before{content:"\eceb"}.ms-Icon--FastForward:before{content:"\eb9d"}.ms-Icon--FastForwardEightX:before{content:"\e443"}.ms-Icon--FastForwardFourX:before{content:"\e442"}.ms-Icon--FastForwardOneFiveX:before{content:"\e440"}.ms-Icon--FastForwardOneX:before{content:"\e43f"}.ms-Icon--FastForwardPointFiveX:before{content:"\e43e"}.ms-Icon--FastForwardTwoX:before{content:"\e441"}.ms-Icon--FastMode:before{content:"\f19a"}.ms-Icon--Favicon:before{content:"\e737"}.ms-Icon--FavoriteList:before{content:"\e728"}.ms-Icon--FavoriteStar:before{content:"\e734"}.ms-Icon--FavoriteStarFill:before{content:"\e735"}.ms-Icon--Fax:before{content:"\ef5c"}.ms-Icon--Feedback:before{content:"\ed15"}.ms-Icon--FeedbackRequestMirroredSolid:before{content:"\f35a"}.ms-Icon--FeedbackRequestSolid:before{content:"\f359"}.ms-Icon--FeedbackResponseSolid:before{content:"\f35b"}.ms-Icon--Ferry:before{content:"\e7e3"}.ms-Icon--FerrySolid:before{content:"\eb48"}.ms-Icon--FieldChanged:before{content:"\f2c3"}.ms-Icon--FieldEmpty:before{content:"\f2c1"}.ms-Icon--FieldFilled:before{content:"\f2c2"}.ms-Icon--FieldNotChanged:before{content:"\f2c4"}.ms-Icon--FieldReadOnly:before{content:"\f442"}.ms-Icon--FieldRequired:before{content:"\f443"}.ms-Icon--FileASPX:before{content:"\f2e9"}.ms-Icon--FileBug:before{content:"\f30d"}.ms-Icon--FileCode:before{content:"\f30e"}.ms-Icon--FileComment:before{content:"\f30f"}.ms-Icon--FileCSS:before{content:"\f2ea"}.ms-Icon--FileHTML:before{content:"\f2ed"}.ms-Icon--FileImage:before{content:"\f311"}.ms-Icon--FileJAVA:before{content:"\f2e8"}.ms-Icon--FileLess:before{content:"\f2ec"}.ms-Icon--FileOff:before{content:"\e3fc"}.ms-Icon--FilePDB:before{content:"\f2e5"}.ms-Icon--FileRequest:before{content:"\f789"}.ms-Icon--FileSass:before{content:"\f2eb"}.ms-Icon--FileSQL:before{content:"\f2e7"}.ms-Icon--FileSymlink:before{content:"\f312"}.ms-Icon--FileSystem:before{content:"\e433"}.ms-Icon--FileTemplate:before{content:"\f2e6"}.ms-Icon--FileTypeSolution:before{content:"\f387"}.ms-Icon--FileYML:before{content:"\f5da"}.ms-Icon--Filter:before{content:"\e71c"}.ms-Icon--FilterAscending:before{content:"\f21a"}.ms-Icon--FilterDescending:before{content:"\f21b"}.ms-Icon--Filters:before{content:"\e795"}.ms-Icon--FilterSettings:before{content:"\f76c"}.ms-Icon--FilterSolid:before{content:"\f412"}.ms-Icon--FiltersSolid:before{content:"\f353"}.ms-Icon--Financial:before{content:"\e7bb"}.ms-Icon--FinancialMirroredSolid:before{content:"\f347"}.ms-Icon--FinancialSolid:before{content:"\f346"}.ms-Icon--Fingerprint:before{content:"\e928"}.ms-Icon--FitPage:before{content:"\e9a6"}.ms-Icon--FitWidth:before{content:"\e9a7"}.ms-Icon--FiveTileGrid:before{content:"\f274"}.ms-Icon--FixedAssetManagement:before{content:"\ef93"}.ms-Icon--FixedColumnWidth:before{content:"\e3ea"}.ms-Icon--Flag:before{content:"\e7c1"}.ms-Icon--FlameSolid:before{content:"\f1f3"}.ms-Icon--FlashAuto:before{content:"\e95c"}.ms-Icon--Flashlight:before{content:"\e754"}.ms-Icon--FlashOff:before{content:"\ea6e"}.ms-Icon--FlickDown:before{content:"\e935"}.ms-Icon--FlickLeft:before{content:"\e937"}.ms-Icon--FlickRight:before{content:"\e938"}.ms-Icon--FlickUp:before{content:"\e936"}.ms-Icon--Flow:before{content:"\ef90"}.ms-Icon--FlowChart:before{content:"\e9d4"}.ms-Icon--Flower:before{content:"\f54e"}.ms-Icon--FlowTemplate:before{content:"\e49c"}.ms-Icon--FlowTrigger:before{content:"\e60c"}.ms-Icon--FluidLogo:before{content:"\e48a"}.ms-Icon--FocalPoint:before{content:"\f277"}.ms-Icon--Focus:before{content:"\ea6f"}.ms-Icon--FocusView:before{content:"\f1a3"}.ms-Icon--Fog:before{content:"\e9cb"}.ms-Icon--Folder:before{content:"\e8b7"}.ms-Icon--FolderFill:before{content:"\e8d5"}.ms-Icon--FolderHorizontal:before{content:"\f12b"}.ms-Icon--FolderList:before{content:"\f2ce"}.ms-Icon--FolderListMirrored:before{content:"\f2cf"}.ms-Icon--FolderOpen:before{content:"\e838"}.ms-Icon--FolderQuery:before{content:"\f2cd"}.ms-Icon--FolderSearch:before{content:"\ef65"}.ms-Icon--FollowUser:before{content:"\ee05"}.ms-Icon--Font:before{content:"\e8d2"}.ms-Icon--FontColor:before{content:"\e8d3"}.ms-Icon--FontColorA:before{content:"\f4ec"}.ms-Icon--FontColorKorean:before{content:"\e5be"}.ms-Icon--FontColorSwatch:before{content:"\f4ed"}.ms-Icon--FontDecrease:before{content:"\e8e7"}.ms-Icon--FontIncrease:before{content:"\e8e8"}.ms-Icon--FontSize:before{content:"\e8e9"}.ms-Icon--FontSize2:before{content:"\e3c0"}.ms-Icon--FontStyleKorean:before{content:"\e5ba"}.ms-Icon--Footer:before{content:"\f82e"}.ms-Icon--FormatPainter:before{content:"\e3dc"}.ms-Icon--FormLibrary:before{content:"\eeb9"}.ms-Icon--FormLibraryMirrored:before{content:"\eeba"}.ms-Icon--FormProcessing:before{content:"\e48b"}.ms-Icon--Forum:before{content:"\e378"}.ms-Icon--Forward:before{content:"\e72a"}.ms-Icon--ForwardEvent:before{content:"\ed8c"}.ms-Icon--Freezing:before{content:"\e9ef"}.ms-Icon--FreezingRain:before{content:"\e475"}.ms-Icon--Frigid:before{content:"\e9ca"}.ms-Icon--FrontCamera:before{content:"\e96b"}.ms-Icon--FSharp:before{content:"\f2f6"}.ms-Icon--FSharpLanguage:before{content:"\f2f5"}.ms-Icon--FullCircleMask:before{content:"\e91f"}.ms-Icon--FullHistory:before{content:"\f31c"}.ms-Icon--FullScreen:before{content:"\e740"}.ms-Icon--FullView:before{content:"\f1a2"}.ms-Icon--FullWidth:before{content:"\f2fe"}.ms-Icon--FullWidthEdit:before{content:"\f2ff"}.ms-Icon--FunctionalManagerDashboard:before{content:"\f542"}.ms-Icon--FunnelChart:before{content:"\e9f1"}.ms-Icon--GallatinLogo:before{content:"\f496"}.ms-Icon--Game:before{content:"\e7fc"}.ms-Icon--Gather:before{content:"\e460"}.ms-Icon--Generate:before{content:"\e9da"}.ms-Icon--GenericScan:before{content:"\ee6f"}.ms-Icon--GenericScanFilled:before{content:"\f7e3"}.ms-Icon--GIF:before{content:"\f4a9"}.ms-Icon--Giftbox:before{content:"\ec1f"}.ms-Icon--GiftboxOpen:before{content:"\f133"}.ms-Icon--GiftBoxSolid:before{content:"\f341"}.ms-Icon--GiftCard:before{content:"\eb8e"}.ms-Icon--GitGraph:before{content:"\f2ca"}.ms-Icon--Glasses:before{content:"\ea16"}.ms-Icon--Glimmer:before{content:"\ecf4"}.ms-Icon--GlobalNavButton:before{content:"\e700"}.ms-Icon--GlobalNavButtonActive:before{content:"\f89f"}.ms-Icon--Globe:before{content:"\e774"}.ms-Icon--Globe2:before{content:"\f49a"}.ms-Icon--GlobeFavorite:before{content:"\ef53"}.ms-Icon--Go:before{content:"\e8ad"}.ms-Icon--Golf:before{content:"\eb1f"}.ms-Icon--GoMirrored:before{content:"\ea4f"}.ms-Icon--GoToDashboard:before{content:"\eeed"}.ms-Icon--GotoToday:before{content:"\e8d1"}.ms-Icon--GraphSymbol:before{content:"\e35d"}.ms-Icon--GreetingCard:before{content:"\f54b"}.ms-Icon--GridViewLarge:before{content:"\f234"}.ms-Icon--GridViewMedium:before{content:"\f233"}.ms-Icon--GridViewSmall:before{content:"\f232"}.ms-Icon--GripperBarHorizontal:before{content:"\e76f"}.ms-Icon--GripperBarVertical:before{content:"\e784"}.ms-Icon--GripperDotsVertical:before{content:"\f772"}.ms-Icon--GripperTool:before{content:"\e75e"}.ms-Icon--Group:before{content:"\e902"}.ms-Icon--GroupedAscending:before{content:"\ee67"}.ms-Icon--GroupedDescending:before{content:"\ee66"}.ms-Icon--GroupedList:before{content:"\ef74"}.ms-Icon--GroupList:before{content:"\f168"}.ms-Icon--GroupObject:before{content:"\f4f1"}.ms-Icon--GroupRemove:before{content:"\e495"}.ms-Icon--GUID:before{content:"\f52b"}.ms-Icon--Guitar:before{content:"\f49b"}.ms-Icon--HailDay:before{content:"\ea00"}.ms-Icon--HailNight:before{content:"\ea13"}.ms-Icon--HalfAlpha:before{content:"\e97e"}.ms-Icon--HalfCircle:before{content:"\f501"}.ms-Icon--HandsFree:before{content:"\ead0"}.ms-Icon--Handwriting:before{content:"\e929"}.ms-Icon--HardDrive:before{content:"\eda2"}.ms-Icon--HardDriveGroup:before{content:"\f18f"}.ms-Icon--HardDriveLock:before{content:"\f55a"}.ms-Icon--HardDriveUnlock:before{content:"\f55b"}.ms-Icon--HazyDay:before{content:"\e46b"}.ms-Icon--HazyNight:before{content:"\e479"}.ms-Icon--Header:before{content:"\f82f"}.ms-Icon--Header1:before{content:"\ea19"}.ms-Icon--Header2:before{content:"\ef36"}.ms-Icon--Header3:before{content:"\ef37"}.ms-Icon--Header4:before{content:"\ef38"}.ms-Icon--Headset:before{content:"\e95b"}.ms-Icon--HeadsetSolid:before{content:"\f348"}.ms-Icon--Health:before{content:"\e95e"}.ms-Icon--HealthRefresh:before{content:"\e3bd"}.ms-Icon--HealthSolid:before{content:"\f33f"}.ms-Icon--Heart:before{content:"\eb51"}.ms-Icon--HeartBroken:before{content:"\ea92"}.ms-Icon--HeartFill:before{content:"\eb52"}.ms-Icon--Help:before{content:"\e897"}.ms-Icon--HelpMirrored:before{content:"\ea51"}.ms-Icon--HexaditeInvestigation:before{content:"\e3f8"}.ms-Icon--HexaditeInvestigationCancel:before{content:"\e3f9"}.ms-Icon--HexaditeInvestigationSemiAuto:before{content:"\e3fa"}.ms-Icon--Hexagon:before{content:"\f4fe"}.ms-Icon--Hide:before{content:"\ed1a"}.ms-Icon--Hide2:before{content:"\ef89"}.ms-Icon--Hide3:before{content:"\f6ac"}.ms-Icon--HideVisualFilter:before{content:"\f403"}.ms-Icon--Highlight:before{content:"\e7e6"}.ms-Icon--HighlightMappedShapes:before{content:"\f2a1"}.ms-Icon--HintText:before{content:"\f50f"}.ms-Icon--HistoricalWeather:before{content:"\eb43"}.ms-Icon--History:before{content:"\e81c"}.ms-Icon--Home:before{content:"\e80f"}.ms-Icon--HomeDropdown:before{content:"\e427"}.ms-Icon--HomeGroup:before{content:"\ec26"}.ms-Icon--HomeSolid:before{content:"\ea8a"}.ms-Icon--HomeVerify:before{content:"\f00e"}.ms-Icon--HorizontalDistributeCenter:before{content:"\f4f9"}.ms-Icon--HorizontalTabKey:before{content:"\e7fd"}.ms-Icon--Hospital:before{content:"\e91d"}.ms-Icon--Hot:before{content:"\ece2"}.ms-Icon--Hotel:before{content:"\e824"}.ms-Icon--HourGlass:before{content:"\ea03"}.ms-Icon--Ice:before{content:"\e473"}.ms-Icon--IconSetsFlag:before{content:"\f2a4"}.ms-Icon--IDBadge:before{content:"\f427"}.ms-Icon--IgnoreConversation:before{content:"\e372"}.ms-Icon--ImageCrosshair:before{content:"\f2c9"}.ms-Icon--ImageDiff:before{content:"\f30b"}.ms-Icon--ImageInAR:before{content:"\e420"}.ms-Icon--ImagePixel:before{content:"\f30c"}.ms-Icon--ImageSearch:before{content:"\f4e8"}.ms-Icon--Import:before{content:"\e8b5"}.ms-Icon--ImportAllMirrored:before{content:"\ea53"}.ms-Icon--Important:before{content:"\e8c9"}.ms-Icon--ImportMirrored:before{content:"\ea52"}.ms-Icon--Inbox:before{content:"\f41c"}.ms-Icon--InboxActive:before{content:"\e497"}.ms-Icon--InboxCheck:before{content:"\ef64"}.ms-Icon--IncidentTriangle:before{content:"\e814"}.ms-Icon--IncomingCall:before{content:"\e77e"}.ms-Icon--IncreaseIndent:before{content:"\e399"}.ms-Icon--IncreaseIndentArrow:before{content:"\f7a1"}.ms-Icon--IncreaseIndentArrowMirrored:before{content:"\f7a5"}.ms-Icon--IncreaseIndentHanging:before{content:"\e39d"}.ms-Icon--IncreaseIndentHangingMirrored:before{content:"\e39e"}.ms-Icon--IncreaseIndentMirrored:before{content:"\e39a"}.ms-Icon--IncreaseIndentText:before{content:"\f7a0"}.ms-Icon--IncreaseIndentTextMirrored:before{content:"\f7a4"}.ms-Icon--IndentFirstLine:before{content:"\e3dd"}.ms-Icon--Info:before{content:"\e946"}.ms-Icon--Info12:before{content:"\e55a"}.ms-Icon--Info2:before{content:"\ea1f"}.ms-Icon--InformationBarriers:before{content:"\f803"}.ms-Icon--InfoSolid:before{content:"\f167"}.ms-Icon--InkingTool:before{content:"\e76d"}.ms-Icon--InputAddress:before{content:"\e41e"}.ms-Icon--Insert:before{content:"\f278"}.ms-Icon--InsertColumnsLeft:before{content:"\f64a"}.ms-Icon--InsertColumnsRight:before{content:"\f64b"}.ms-Icon--InsertRowsAbove:before{content:"\f64c"}.ms-Icon--InsertRowsBelow:before{content:"\f64d"}.ms-Icon--InsertSignatureLine:before{content:"\f677"}.ms-Icon--InsertTextBox:before{content:"\ec7d"}.ms-Icon--InsertTextBoxKorean:before{content:"\e5d3"}.ms-Icon--Insights:before{content:"\e3af"}.ms-Icon--Installation:before{content:"\e311"}.ms-Icon--InstallToDrive:before{content:"\f28d"}.ms-Icon--IntermittentCloudsDay:before{content:"\e46a"}.ms-Icon--IntermittentCloudsNight:before{content:"\e478"}.ms-Icon--InternalInvestigation:before{content:"\f854"}.ms-Icon--InternetSharing:before{content:"\e704"}.ms-Icon--IntersectShape:before{content:"\f8fd"}.ms-Icon--Invoice:before{content:"\e9dc"}.ms-Icon--IOT:before{content:"\f22c"}.ms-Icon--IoTSecure:before{content:"\e4d6"}.ms-Icon--IRMForward:before{content:"\f41f"}.ms-Icon--IRMForwardMirrored:before{content:"\f420"}.ms-Icon--IRMReply:before{content:"\f41d"}.ms-Icon--IRMReplyMirrored:before{content:"\f41e"}.ms-Icon--IssueSolid:before{content:"\f448"}.ms-Icon--IssueTracking:before{content:"\eec0"}.ms-Icon--IssueTrackingMirrored:before{content:"\eec1"}.ms-Icon--Italic:before{content:"\e8db"}.ms-Icon--ItalicC:before{content:"\e5b2"}.ms-Icon--ItalicD:before{content:"\e5ce"}.ms-Icon--ItalicK:before{content:"\e5b6"}.ms-Icon--ItalicKazakh:before{content:"\e5d2"}.ms-Icon--ItalicKorean:before{content:"\e5bc"}.ms-Icon--ItalicL:before{content:"\e5d1"}.ms-Icon--ItalicS:before{content:"\e5cf"}.ms-Icon--ItalicT:before{content:"\e5d0"}.ms-Icon--JavaScriptLanguage:before{content:"\f2ee"}.ms-Icon--JoinOnlineMeeting:before{content:"\ed8f"}.ms-Icon--JS:before{content:"\ebf0"}.ms-Icon--KaizalaLogo:before{content:"\f492"}.ms-Icon--KeyboardClassic:before{content:"\e765"}.ms-Icon--KeyPhraseExtraction:before{content:"\e395"}.ms-Icon--KnowledgeArticle:before{content:"\f000"}.ms-Icon--KnowledgeManagementApp:before{content:"\e4fc"}.ms-Icon--Label:before{content:"\e932"}.ms-Icon--LadybugSolid:before{content:"\f44a"}.ms-Icon--Lamp:before{content:"\eb19"}.ms-Icon--LandscapeOrientation:before{content:"\ef6b"}.ms-Icon--LaptopSecure:before{content:"\f552"}.ms-Icon--LaptopSelected:before{content:"\ec76"}.ms-Icon--LargeGrid:before{content:"\eecb"}.ms-Icon--LearningApp:before{content:"\e5d8"}.ms-Icon--LearningTools:before{content:"\f7db"}.ms-Icon--Leave:before{content:"\f627"}.ms-Icon--LeaveUser:before{content:"\e3a8"}.ms-Icon--Library:before{content:"\e8f1"}.ms-Icon--LibraryAddTo:before{content:"\e60d"}.ms-Icon--Lifesaver:before{content:"\ef62"}.ms-Icon--LifesaverLock:before{content:"\ef63"}.ms-Icon--Light:before{content:"\e793"}.ms-Icon--Lightbulb:before{content:"\ea80"}.ms-Icon--LightningBolt:before{content:"\e945"}.ms-Icon--LightningBoltSolid:before{content:"\e45f"}.ms-Icon--LightningSecure:before{content:"\e4d3"}.ms-Icon--LightSnow:before{content:"\ea02"}.ms-Icon--LightWeight:before{content:"\f4ee"}.ms-Icon--Like:before{content:"\e8e1"}.ms-Icon--LikeSolid:before{content:"\f3bf"}.ms-Icon--Line:before{content:"\f4fc"}.ms-Icon--LineChart:before{content:"\e9e6"}.ms-Icon--LineSpacing:before{content:"\f517"}.ms-Icon--LineStyle:before{content:"\f50c"}.ms-Icon--LineThickness:before{content:"\f50d"}.ms-Icon--Link:before{content:"\e71b"}.ms-Icon--Link12:before{content:"\f6e3"}.ms-Icon--LinkedDatabase:before{content:"\f779"}.ms-Icon--LinkedInLogo:before{content:"\f20a"}.ms-Icon--List:before{content:"\ea37"}.ms-Icon--ListMirrored:before{content:"\ea55"}.ms-Icon--LiveSite:before{content:"\f6a6"}.ms-Icon--LocalAdmin:before{content:"\f1fb"}.ms-Icon--LocaleLanguage:before{content:"\f2b7"}.ms-Icon--Location:before{content:"\e81d"}.ms-Icon--LocationCircle:before{content:"\e80e"}.ms-Icon--LocationDot:before{content:"\e827"}.ms-Icon--LocationFill:before{content:"\e920"}.ms-Icon--LocationOutline:before{content:"\f2d0"}.ms-Icon--Lock:before{content:"\e72e"}.ms-Icon--Lock12:before{content:"\f6e6"}.ms-Icon--LockShare:before{content:"\e455"}.ms-Icon--LockSolid:before{content:"\e9a2"}.ms-Icon--LogRemove:before{content:"\f316"}.ms-Icon--LookupEntities:before{content:"\f5b5"}.ms-Icon--LowerBrightness:before{content:"\ec8a"}.ms-Icon--LowerCase:before{content:"\e5ee"}.ms-Icon--LyncLogo:before{content:"\ed79"}.ms-Icon--M365InvoicingLogo:before{content:"\f7c1"}.ms-Icon--MachineLearning:before{content:"\e3b8"}.ms-Icon--Mail:before{content:"\e715"}.ms-Icon--MailAlert:before{content:"\ed80"}.ms-Icon--MailAttached:before{content:"\f774"}.ms-Icon--MailCheck:before{content:"\ed81"}.ms-Icon--MailFill:before{content:"\e8a8"}.ms-Icon--MailForward:before{content:"\e89c"}.ms-Icon--MailForwardMirrored:before{content:"\ea56"}.ms-Icon--MailLink:before{content:"\efac"}.ms-Icon--MailLowImportance:before{content:"\ed82"}.ms-Icon--MailOptions:before{content:"\f82c"}.ms-Icon--MailPause:before{content:"\ed83"}.ms-Icon--MailReminder:before{content:"\f418"}.ms-Icon--MailRepeat:before{content:"\ed84"}.ms-Icon--MailReply:before{content:"\e8ca"}.ms-Icon--MailReplyAll:before{content:"\e8c2"}.ms-Icon--MailReplyAllMirrored:before{content:"\ea58"}.ms-Icon--MailReplyMirrored:before{content:"\ea57"}.ms-Icon--MailSchedule:before{content:"\f72e"}.ms-Icon--MailSecure:before{content:"\e4d4"}.ms-Icon--MailSolid:before{content:"\f343"}.ms-Icon--MailTentative:before{content:"\f416"}.ms-Icon--MailTentativeMirrored:before{content:"\f417"}.ms-Icon--MailUndelivered:before{content:"\f415"}.ms-Icon--ManagerSelfService:before{content:"\ee23"}.ms-Icon--Manufacturing:before{content:"\e99c"}.ms-Icon--MapDirections:before{content:"\e816"}.ms-Icon--MapLayers:before{content:"\e81e"}.ms-Icon--MapPin:before{content:"\e707"}.ms-Icon--MapPin12:before{content:"\e3ae"}.ms-Icon--MapPinSolid:before{content:"\f52e"}.ms-Icon--MarkAsProtected:before{content:"\f6ae"}.ms-Icon--MarkDownLanguage:before{content:"\f2fb"}.ms-Icon--Market:before{content:"\eafc"}.ms-Icon--MarketDown:before{content:"\ef42"}.ms-Icon--MasterDatabase:before{content:"\f5ba"}.ms-Icon--MaximumValue:before{content:"\f5bc"}.ms-Icon--Medal:before{content:"\ee38"}.ms-Icon--MedalSolid:before{content:"\f6b9"}.ms-Icon--Media:before{content:"\ea69"}.ms-Icon--MediaAdd:before{content:"\f510"}.ms-Icon--Medical:before{content:"\ead4"}.ms-Icon--MedicalCare:before{content:"\e54d"}.ms-Icon--MedicationAdmin:before{content:"\e54e"}.ms-Icon--MedicationRequest:before{content:"\e54f"}.ms-Icon--Megaphone:before{content:"\e789"}.ms-Icon--MegaphoneSolid:before{content:"\f332"}.ms-Icon--Memo:before{content:"\e77c"}.ms-Icon--Merge:before{content:"\e7d5"}.ms-Icon--MergeCase:before{content:"\efc9"}.ms-Icon--MergeDuplicate:before{content:"\f29a"}.ms-Icon--Message:before{content:"\e8bd"}.ms-Icon--MessageFill:before{content:"\ec70"}.ms-Icon--MessageFriendRequest:before{content:"\f055"}.ms-Icon--MetricsFailure:before{content:"\e4ce"}.ms-Icon--MetricsInstall:before{content:"\e4cd"}.ms-Icon--MetricsUsage:before{content:"\e4cc"}.ms-Icon--MicOff:before{content:"\ec54"}.ms-Icon--MicOff2:before{content:"\f781"}.ms-Icon--Microphone:before{content:"\e720"}.ms-Icon--MicrosoftStaffhubLogo:before{content:"\f130"}.ms-Icon--MicrosoftTranslatorLogo:before{content:"\f782"}.ms-Icon--MicrosoftTranslatorLogoBlue:before{content:"\f853"}.ms-Icon--MicrosoftTranslatorLogoGreen:before{content:"\f852"}.ms-Icon--MiniContract:before{content:"\e93b"}.ms-Icon--MiniContractMirrored:before{content:"\ea59"}.ms-Icon--MiniExpand:before{content:"\e93a"}.ms-Icon--MiniExpandMirrored:before{content:"\ea5a"}.ms-Icon--MiniLink:before{content:"\e732"}.ms-Icon--MinimumValue:before{content:"\f5bd"}.ms-Icon--MobileAngled:before{content:"\e463"}.ms-Icon--MobileReport:before{content:"\f18a"}.ms-Icon--MobileSelected:before{content:"\ec75"}.ms-Icon--ModelAppTemplate32:before{content:"\e5fd"}.ms-Icon--ModelingView:before{content:"\f871"}.ms-Icon--Money:before{content:"\eafd"}.ms-Icon--More:before{content:"\e712"}.ms-Icon--MoreSports:before{content:"\eb22"}.ms-Icon--MoreVertical:before{content:"\f2bc"}.ms-Icon--MostyClearNight:before{content:"\e476"}.ms-Icon--MostyCloudyFlurriesDay:before{content:"\e471"}.ms-Icon--MostyCloudyFlurriesNight:before{content:"\e47d"}.ms-Icon--MostyCloudyShowersDay:before{content:"\e46d"}.ms-Icon--MostyCloudyTStormsDay:before{content:"\e46f"}.ms-Icon--MostyCloudyTStormsNight:before{content:"\e47b"}.ms-Icon--MostySunnyDay:before{content:"\e468"}.ms-Icon--MountainClimbing:before{content:"\f6db"}.ms-Icon--Move:before{content:"\e7c2"}.ms-Icon--Movers:before{content:"\ebcd"}.ms-Icon--MoveToFolder:before{content:"\e8de"}.ms-Icon--MSListsConnected:before{content:"\e601"}.ms-Icon--MSNLogo:before{content:"\eb6c"}.ms-Icon--MSNVideos:before{content:"\eb1c"}.ms-Icon--MSNVideosSolid:before{content:"\f2da"}.ms-Icon--MSNVolume:before{content:"\eb15"}.ms-Icon--MultiSelect:before{content:"\e762"}.ms-Icon--MultiSelectMirrored:before{content:"\ea98"}.ms-Icon--MusicInCollection:before{content:"\e940"}.ms-Icon--MusicInCollectionFill:before{content:"\ea36"}.ms-Icon--MusicNote:before{content:"\ec4f"}.ms-Icon--MuteChat:before{content:"\f17a"}.ms-Icon--MyMoviesTV:before{content:"\ee6c"}.ms-Icon--MyNetwork:before{content:"\ec27"}.ms-Icon--Nav2DMapView:before{content:"\e800"}.ms-Icon--NavigateBack:before{content:"\f2dd"}.ms-Icon--NavigateBackMirrored:before{content:"\f2de"}.ms-Icon--NavigateExternalInline:before{content:"\f35f"}.ms-Icon--NavigateForward:before{content:"\f2df"}.ms-Icon--NavigateForwardMirrored:before{content:"\f2e0"}.ms-Icon--NavigationFlipper:before{content:"\f51d"}.ms-Icon--NetworkDeviceScanning:before{content:"\e4f6"}.ms-Icon--NetworkTower:before{content:"\ec05"}.ms-Icon--NewAnalyticsQuery:before{content:"\f1e0"}.ms-Icon--NewFolder:before{content:"\e8f4"}.ms-Icon--NewMail:before{content:"\f7ea"}.ms-Icon--News:before{content:"\e900"}.ms-Icon--NewsSearch:before{content:"\f4e9"}.ms-Icon--NewTeamProject:before{content:"\f2b2"}.ms-Icon--Next:before{content:"\e893"}.ms-Icon--NormalWeight:before{content:"\f4ef"}.ms-Icon--NoteForward:before{content:"\ed99"}.ms-Icon--NotePinned:before{content:"\ed9a"}.ms-Icon--NoteReply:before{content:"\ed98"}.ms-Icon--NotExecuted:before{content:"\f440"}.ms-Icon--NotImpactedSolid:before{content:"\f441"}.ms-Icon--NugetLogo:before{content:"\f44c"}.ms-Icon--NUIFace:before{content:"\eb68"}.ms-Icon--Number:before{content:"\f691"}.ms-Icon--NumberedList:before{content:"\ea1c"}.ms-Icon--NumberedListMirrored:before{content:"\e398"}.ms-Icon--NumberedListNumber:before{content:"\f797"}.ms-Icon--NumberedListNumberMirrored:before{content:"\f799"}.ms-Icon--NumberedListText:before{content:"\f796"}.ms-Icon--NumberedListTextMirrored:before{content:"\f798"}.ms-Icon--NumberField:before{content:"\edc4"}.ms-Icon--NumberSequence:before{content:"\f52a"}.ms-Icon--NumberSymbol:before{content:"\f7ac"}.ms-Icon--Oauth:before{content:"\e5c3"}.ms-Icon--ObjectRecognition:before{content:"\e4ee"}.ms-Icon--Octagon:before{content:"\f4fd"}.ms-Icon--ODLink:before{content:"\e4bb"}.ms-Icon--ODLink12:before{content:"\e4bc"}.ms-Icon--ODSharedChannel:before{content:"\e649"}.ms-Icon--ODSharedChannel12:before{content:"\e64a"}.ms-Icon--OEM:before{content:"\e74c"}.ms-Icon--OfficeAddinsLogo:before{content:"\eec7"}.ms-Icon--OfficeAssistantLogo:before{content:"\edce"}.ms-Icon--OfficeCatchUp:before{content:"\e490"}.ms-Icon--OfficeChat:before{content:"\f70f"}.ms-Icon--OfficeChatSolid:before{content:"\f710"}.ms-Icon--OfficeFormsLogo:before{content:"\f434"}.ms-Icon--OfficeFormsLogo16:before{content:"\f436"}.ms-Icon--OfficeFormsLogo24:before{content:"\f43b"}.ms-Icon--OfficeFormsLogoInverse:before{content:"\ef86"}.ms-Icon--OfficeFormsLogoInverse16:before{content:"\f433"}.ms-Icon--OfficeFormsLogoInverse24:before{content:"\f43a"}.ms-Icon--OfficeLogo:before{content:"\eb6e"}.ms-Icon--OfficeStoreLogo:before{content:"\edcf"}.ms-Icon--OfficeVideoLogo:before{content:"\f282"}.ms-Icon--OfficeVideoLogoFill:before{content:"\f283"}.ms-Icon--OfficeVideoLogoInverse:before{content:"\ed7a"}.ms-Icon--OfflineOneDriveParachute:before{content:"\eec8"}.ms-Icon--OfflineOneDriveParachuteDisabled:before{content:"\eec9"}.ms-Icon--OfflineStorage:before{content:"\ec8c"}.ms-Icon--OfflineStorageSolid:before{content:"\f34e"}.ms-Icon--Onboarding:before{content:"\f3ba"}.ms-Icon--OneDriveAdd:before{content:"\ef32"}.ms-Icon--OneDriveFolder16:before{content:"\f53b"}.ms-Icon--OneDriveLogo:before{content:"\e941"}.ms-Icon--OneNoteDocType:before{content:"\f04f"}.ms-Icon--OneNoteEduLogoInverse:before{content:"\edd0"}.ms-Icon--OneNoteLogo:before{content:"\f1e7"}.ms-Icon--OneNoteLogo16:before{content:"\f39a"}.ms-Icon--OneNoteLogoInverse:before{content:"\ec0d"}.ms-Icon--OneNoteLogoInverse16:before{content:"\f399"}.ms-Icon--OpenEnrollment:before{content:"\ef1c"}.ms-Icon--OpenFile:before{content:"\e8e5"}.ms-Icon--OpenFolderHorizontal:before{content:"\ed25"}.ms-Icon--OpenInNewTab:before{content:"\f6ab"}.ms-Icon--OpenInNewWindow:before{content:"\e8a7"}.ms-Icon--OpenPane:before{content:"\e8a0"}.ms-Icon--OpenPaneMirrored:before{content:"\ea5b"}.ms-Icon--OpenSource:before{content:"\ebc2"}.ms-Icon--OpenWith:before{content:"\e7ac"}.ms-Icon--OpenWithMirrored:before{content:"\ea5c"}.ms-Icon--OrderLock:before{content:"\e4cb"}.ms-Icon--Org:before{content:"\eca6"}.ms-Icon--Orientation:before{content:"\e8b4"}.ms-Icon--Orientation2:before{content:"\f7e1"}.ms-Icon--OutlookLogo:before{content:"\f1e9"}.ms-Icon--OutlookLogo16:before{content:"\f39d"}.ms-Icon--OutlookLogoInverse:before{content:"\eb6d"}.ms-Icon--OutlookLogoInverse16:before{content:"\f39c"}.ms-Icon--OutlookSpacesBucket:before{content:"\e481"}.ms-Icon--OutOfOffice:before{content:"\ed34"}.ms-Icon--PAAction:before{content:"\e60b"}.ms-Icon--Package:before{content:"\e7b8"}.ms-Icon--Packages:before{content:"\f318"}.ms-Icon--Padding:before{content:"\f518"}.ms-Icon--PaddingBottom:before{content:"\f51a"}.ms-Icon--PaddingLeft:before{content:"\f51b"}.ms-Icon--PaddingRight:before{content:"\f51c"}.ms-Icon--PaddingTop:before{content:"\f519"}.ms-Icon--Page:before{content:"\e7c3"}.ms-Icon--PageAdd:before{content:"\ea1a"}.ms-Icon--PageArrowRight:before{content:"\efb8"}.ms-Icon--PageBlock:before{content:"\efb5"}.ms-Icon--PageCheckedin:before{content:"\f104"}.ms-Icon--PageCheckedOut:before{content:"\f02c"}.ms-Icon--PageData:before{content:"\e31c"}.ms-Icon--PageEdit:before{content:"\efb6"}.ms-Icon--PageHeader:before{content:"\ecee"}.ms-Icon--PageHeaderEdit:before{content:"\e31d"}.ms-Icon--PageLeft:before{content:"\e760"}.ms-Icon--PageLink:before{content:"\e302"}.ms-Icon--PageList:before{content:"\f106"}.ms-Icon--PageListFilter:before{content:"\f813"}.ms-Icon--PageListMirroredSolid:before{content:"\f33b"}.ms-Icon--PageListSolid:before{content:"\f33a"}.ms-Icon--PageLock:before{content:"\f43f"}.ms-Icon--PagePermission:before{content:"\e618"}.ms-Icon--PageRemove:before{content:"\efba"}.ms-Icon--PageRight:before{content:"\e761"}.ms-Icon--PageShared:before{content:"\f02d"}.ms-Icon--PageSolid:before{content:"\e729"}.ms-Icon--PanoIndicator:before{content:"\e7b0"}.ms-Icon--Parachute:before{content:"\f351"}.ms-Icon--ParachuteSolid:before{content:"\f352"}.ms-Icon--Parameter:before{content:"\f306"}.ms-Icon--ParkingLocation:before{content:"\e811"}.ms-Icon--ParkingLocationMirrored:before{content:"\ea5e"}.ms-Icon--ParkingMirroredSolid:before{content:"\f34b"}.ms-Icon--ParkingSolid:before{content:"\f34a"}.ms-Icon--PartlyClearNight:before{content:"\e477"}.ms-Icon--PartlyCloudyDay:before{content:"\e9c0"}.ms-Icon--PartlyCloudyNight:before{content:"\e9c1"}.ms-Icon--PartlySunnyDay:before{content:"\e469"}.ms-Icon--PartlySunnyFlurriesDay:before{content:"\e472"}.ms-Icon--PartlySunnyShowersDay:before{content:"\e46e"}.ms-Icon--PartlySunnyShowersNight:before{content:"\e47a"}.ms-Icon--PartlySunnyTStormsDay:before{content:"\e470"}.ms-Icon--PartlySunnyTStormsNight:before{content:"\e47c"}.ms-Icon--PartyLeader:before{content:"\eca7"}.ms-Icon--PassiveAuthentication:before{content:"\f32a"}.ms-Icon--PasswordField:before{content:"\f6aa"}.ms-Icon--Paste:before{content:"\e77f"}.ms-Icon--PasteAsCode:before{content:"\f5d6"}.ms-Icon--PasteAsText:before{content:"\f5d5"}.ms-Icon--Pause:before{content:"\e769"}.ms-Icon--PaymentCard:before{content:"\e8c7"}.ms-Icon--PBIAnomaliesMarker:before{content:"\e554"}.ms-Icon--PBIAnomaly:before{content:"\e548"}.ms-Icon--PBIDirectQuery:before{content:"\e4e9"}.ms-Icon--PBIDual:before{content:"\e4ea"}.ms-Icon--PBIGoalEntry:before{content:"\e615"}.ms-Icon--PBIGoalEntryAdd:before{content:"\e616"}.ms-Icon--PBIHomeLayoutDefault:before{content:"\e65b"}.ms-Icon--PBIHomeLayoutExpanded:before{content:"\e65c"}.ms-Icon--PBIImport:before{content:"\e4eb"}.ms-Icon--PBILiveConnect:before{content:"\e4ec"}.ms-Icon--PBIPerspective:before{content:"\e658"}.ms-Icon--PBIReportTemplate:before{content:"\e5ec"}.ms-Icon--PC1:before{content:"\e977"}.ms-Icon--PDF:before{content:"\ea90"}.ms-Icon--PencilReply:before{content:"\ef7b"}.ms-Icon--Pentagon:before{content:"\f4ff"}.ms-Icon--PenWorkspace:before{content:"\edc6"}.ms-Icon--People:before{content:"\e716"}.ms-Icon--PeopleAdd:before{content:"\ea15"}.ms-Icon--PeopleAlert:before{content:"\ed93"}.ms-Icon--PeopleBlock:before{content:"\ed91"}.ms-Icon--PeopleExternalShare:before{content:"\e5ef"}.ms-Icon--PeoplePause:before{content:"\ed94"}.ms-Icon--PeopleRepeat:before{content:"\ed92"}.ms-Icon--Permissions:before{content:"\e8d7"}.ms-Icon--PermissionsSolid:before{content:"\f349"}.ms-Icon--Personalize:before{content:"\e771"}.ms-Icon--Phishing:before{content:"\f679"}.ms-Icon--PhishingCampaign:before{content:"\e48d"}.ms-Icon--PhishingHook:before{content:"\e48e"}.ms-Icon--Phone:before{content:"\e717"}.ms-Icon--Photo:before{content:"\e91b"}.ms-Icon--Photo2:before{content:"\eb9f"}.ms-Icon--Photo2Add:before{content:"\ecab"}.ms-Icon--Photo2Fill:before{content:"\f79f"}.ms-Icon--Photo2Remove:before{content:"\ecac"}.ms-Icon--PhotoBlock:before{content:"\e4c3"}.ms-Icon--PhotoCollection:before{content:"\e7aa"}.ms-Icon--PhotoError:before{content:"\e3f7"}.ms-Icon--PhotoVideoMedia:before{content:"\f0b1"}.ms-Icon--Picture:before{content:"\e8b9"}.ms-Icon--PictureCenter:before{content:"\f522"}.ms-Icon--PictureFill:before{content:"\f523"}.ms-Icon--PictureLibrary:before{content:"\eec2"}.ms-Icon--PicturePosition:before{content:"\f524"}.ms-Icon--PictureStretch:before{content:"\f525"}.ms-Icon--PictureTile:before{content:"\f526"}.ms-Icon--PieDouble:before{content:"\eb04"}.ms-Icon--PieSingle:before{content:"\eb05"}.ms-Icon--PieSingleSolid:before{content:"\f530"}.ms-Icon--Pill:before{content:"\eacb"}.ms-Icon--Pin:before{content:"\e718"}.ms-Icon--Pinned:before{content:"\e840"}.ms-Icon--PinnedFill:before{content:"\e842"}.ms-Icon--PinnedSolid:before{content:"\f676"}.ms-Icon--PinSolid12:before{content:"\e352"}.ms-Icon--PinSolidOff12:before{content:"\e353"}.ms-Icon--PinToTab:before{content:"\e5e5"}.ms-Icon--PivotChart:before{content:"\f24c"}.ms-Icon--PlainText:before{content:"\f834"}.ms-Icon--PlannerLogo:before{content:"\edd1"}.ms-Icon--PlanView:before{content:"\f360"}.ms-Icon--Play:before{content:"\e768"}.ms-Icon--PlaybackRate1x:before{content:"\ec57"}.ms-Icon--PlayerSettings:before{content:"\ef58"}.ms-Icon--PlayResume:before{content:"\f2c6"}.ms-Icon--PlayReverse:before{content:"\f3e5"}.ms-Icon--PlayReverseResume:before{content:"\f3e4"}.ms-Icon--PlaySolid:before{content:"\f5b0"}.ms-Icon--Plug:before{content:"\f300"}.ms-Icon--PlugConnected:before{content:"\f302"}.ms-Icon--PlugDisconnected:before{content:"\f303"}.ms-Icon--PlugSolid:before{content:"\f301"}.ms-Icon--POI:before{content:"\ecaf"}.ms-Icon--POISolid:before{content:"\f2d1"}.ms-Icon--PollResults:before{content:"\f8a0"}.ms-Icon--PopExpand:before{content:"\e49a"}.ms-Icon--PortalAppTemplate32:before{content:"\e5fc"}.ms-Icon--PostUpdate:before{content:"\e8f3"}.ms-Icon--PowerApps:before{content:"\edd2"}.ms-Icon--PowerApps2Logo:before{content:"\f092"}.ms-Icon--PowerAppsLogo:before{content:"\f091"}.ms-Icon--PowerAppsTemplate:before{content:"\e4ac"}.ms-Icon--PowerAutomateLogo:before{content:"\f4b1"}.ms-Icon--PowerBILogo:before{content:"\ea1e"}.ms-Icon--PowerBILogo16:before{content:"\f790"}.ms-Icon--PowerBILogoBackplate16:before{content:"\f791"}.ms-Icon--PowerButton:before{content:"\e7e8"}.ms-Icon--PowerPointDocument:before{content:"\ef72"}.ms-Icon--PowerPointLogo:before{content:"\f1eb"}.ms-Icon--PowerPointLogo16:before{content:"\f394"}.ms-Icon--PowerPointLogoInverse:before{content:"\ec2a"}.ms-Icon--PowerPointLogoInverse16:before{content:"\f393"}.ms-Icon--PowerShell:before{content:"\f1fd"}.ms-Icon--PowerShell2:before{content:"\f730"}.ms-Icon--PowerStandby:before{content:"\e55c"}.ms-Icon--PowerVirtualAgentsLogo:before{content:"\e484"}.ms-Icon--Precipitation:before{content:"\e9cf"}.ms-Icon--PresenceChickletVideo:before{content:"\e979"}.ms-Icon--Presentation:before{content:"\f6e4"}.ms-Icon--Presentation12:before{content:"\f6e5"}.ms-Icon--Preview:before{content:"\e8ff"}.ms-Icon--PreviewBelow:before{content:"\e5d5"}.ms-Icon--PreviewLink:before{content:"\e8a1"}.ms-Icon--PreviewSideBySide:before{content:"\e5d6"}.ms-Icon--Previous:before{content:"\e892"}.ms-Icon--PrimaryCalendar:before{content:"\f4ae"}.ms-Icon--Print:before{content:"\e749"}.ms-Icon--PrintfaxPrinterFile:before{content:"\e956"}.ms-Icon--Priority:before{content:"\e8d0"}.ms-Icon--Process:before{content:"\e9f3"}.ms-Icon--ProcessAdvisor:before{content:"\e5e4"}.ms-Icon--Processing:before{content:"\e9f5"}.ms-Icon--ProcessingCancel:before{content:"\e403"}.ms-Icon--ProcessingPause:before{content:"\e405"}.ms-Icon--ProcessingRun:before{content:"\e404"}.ms-Icon--ProcessMap:before{content:"\e9f6"}.ms-Icon--ProcessMetaTask:before{content:"\f290"}.ms-Icon--Product:before{content:"\ecdc"}.ms-Icon--ProductCatalog:before{content:"\efe8"}.ms-Icon--ProductionFloorManagement:before{content:"\ee29"}.ms-Icon--ProductList:before{content:"\e31e"}.ms-Icon--ProductRelease:before{content:"\ee2e"}.ms-Icon--ProductVariant:before{content:"\ee30"}.ms-Icon--ProductWarning:before{content:"\e5c0"}.ms-Icon--ProfileSearch:before{content:"\ef35"}.ms-Icon--ProFootball:before{content:"\eb27"}.ms-Icon--ProgressLoopInner:before{content:"\ecde"}.ms-Icon--ProgressLoopOuter:before{content:"\ecdf"}.ms-Icon--ProgressRing5:before{content:"\edf6"}.ms-Icon--ProgressRingDots:before{content:"\f16a"}.ms-Icon--ProHockey:before{content:"\eb28"}.ms-Icon--ProjectCollection:before{content:"\f363"}.ms-Icon--ProjectDocument:before{content:"\f759"}.ms-Icon--ProjectLogo16:before{content:"\f480"}.ms-Icon--ProjectLogo32:before{content:"\f47e"}.ms-Icon--ProjectLogoInverse:before{content:"\edd4"}.ms-Icon--PromotedDatabase:before{content:"\f77d"}.ms-Icon--Pronouns:before{content:"\e556"}.ms-Icon--ProtectedDocument:before{content:"\e8a6"}.ms-Icon--ProtectionCenterLogo32:before{content:"\f494"}.ms-Icon--ProtectRestrict:before{content:"\f22a"}.ms-Icon--ProvisioningPackage:before{content:"\e835"}.ms-Icon--PublicCalendar:before{content:"\ef6d"}.ms-Icon--PublicContactCard:before{content:"\ef6e"}.ms-Icon--PublicContactCardMirrored:before{content:"\f230"}.ms-Icon--PublicEmail:before{content:"\ef6f"}.ms-Icon--PublicFolder:before{content:"\ef70"}.ms-Icon--PublishContent:before{content:"\f0d4"}.ms-Icon--PublishCourse:before{content:"\f699"}.ms-Icon--PublisherLogo:before{content:"\f1ed"}.ms-Icon--PublisherLogo16:before{content:"\f3a0"}.ms-Icon--PublisherLogoInverse16:before{content:"\f39f"}.ms-Icon--Puzzle:before{content:"\ea86"}.ms-Icon--PY:before{content:"\f2f9"}.ms-Icon--PythonLanguage:before{content:"\f2f8"}.ms-Icon--QandA:before{content:"\f8a2"}.ms-Icon--QandAMirror:before{content:"\f8a3"}.ms-Icon--QRCode:before{content:"\ed14"}.ms-Icon--QuadColumn:before{content:"\f66f"}.ms-Icon--Quantity:before{content:"\e9f8"}.ms-Icon--QuarterCircle:before{content:"\f502"}.ms-Icon--QueryList:before{content:"\f2b8"}.ms-Icon--Questionnaire:before{content:"\ee19"}.ms-Icon--QuestionnaireMirrored:before{content:"\ee4b"}.ms-Icon--QueueAdvanced:before{content:"\e62e"}.ms-Icon--QuickNote:before{content:"\e70b"}.ms-Icon--QuickNoteSolid:before{content:"\f338"}.ms-Icon--Quotes:before{content:"\f067"}.ms-Icon--R:before{content:"\f4eb"}.ms-Icon--RadioBtnOff:before{content:"\ecca"}.ms-Icon--RadioBtnOn:before{content:"\eccb"}.ms-Icon--RadioBullet:before{content:"\e915"}.ms-Icon--Rain:before{content:"\e9c4"}.ms-Icon--RainShowersDay:before{content:"\e9c3"}.ms-Icon--RainShowersNight:before{content:"\ea0f"}.ms-Icon--RainSnow:before{content:"\e9c7"}.ms-Icon--Rate:before{content:"\eb07"}.ms-Icon--RawSource:before{content:"\f299"}.ms-Icon--Read:before{content:"\e8c3"}.ms-Icon--ReadingMode:before{content:"\e736"}.ms-Icon--ReadingModeSolid:before{content:"\f33d"}.ms-Icon--ReadOutLoud:before{content:"\f112"}.ms-Icon--RealEstate:before{content:"\e758"}.ms-Icon--ReceiptCheck:before{content:"\ef5b"}.ms-Icon--ReceiptForward:before{content:"\ef59"}.ms-Icon--ReceiptProcessing:before{content:"\e496"}.ms-Icon--ReceiptReply:before{content:"\ef5a"}.ms-Icon--ReceiptTentative:before{content:"\f41a"}.ms-Icon--ReceiptTentativeMirrored:before{content:"\f41b"}.ms-Icon--ReceiptUndelivered:before{content:"\f419"}.ms-Icon--Recent:before{content:"\e823"}.ms-Icon--Record2:before{content:"\ea3f"}.ms-Icon--RecordRouting:before{content:"\e62d"}.ms-Icon--RecruitmentManagement:before{content:"\ee12"}.ms-Icon--RectangleShape:before{content:"\f1a9"}.ms-Icon--RectangleShapeSolid:before{content:"\f640"}.ms-Icon--RectangularClipping:before{content:"\f407"}.ms-Icon--RecurringEvent:before{content:"\ef5d"}.ms-Icon--RecurringTask:before{content:"\edb2"}.ms-Icon--RecycleBin:before{content:"\ef87"}.ms-Icon--Redeploy:before{content:"\f29e"}.ms-Icon--RedEye:before{content:"\e7b3"}.ms-Icon--RedEye12:before{content:"\e3ad"}.ms-Icon--Redo:before{content:"\e7a6"}.ms-Icon--Refresh:before{content:"\e72c"}.ms-Icon--RegistryEditor:before{content:"\f1ff"}.ms-Icon--Relationship:before{content:"\f003"}.ms-Icon--ReleaseDefinition:before{content:"\f6ea"}.ms-Icon--ReleaseGate:before{content:"\f7be"}.ms-Icon--ReleaseGateCheck:before{content:"\f7bf"}.ms-Icon--ReleaseGateError:before{content:"\f7c0"}.ms-Icon--ReminderGroup:before{content:"\ebf8"}.ms-Icon--ReminderPerson:before{content:"\ebf7"}.ms-Icon--ReminderTime:before{content:"\ebf9"}.ms-Icon--Remote:before{content:"\e8af"}.ms-Icon--Remove:before{content:"\e738"}.ms-Icon--RemoveContent:before{content:"\ecc7"}.ms-Icon--RemoveEvent:before{content:"\ed8a"}.ms-Icon--RemoveFilter:before{content:"\eb08"}.ms-Icon--RemoveFromShoppingList:before{content:"\f7d5"}.ms-Icon--RemoveFromTrash:before{content:"\f82b"}.ms-Icon--RemoveLink:before{content:"\ed90"}.ms-Icon--RemoveLinkChain:before{content:"\f79a"}.ms-Icon--RemoveLinkX:before{content:"\f79b"}.ms-Icon--RemoveOccurrence:before{content:"\ed9b"}.ms-Icon--Rename:before{content:"\e8ac"}.ms-Icon--RenewalCurrent:before{content:"\f545"}.ms-Icon--RenewalFuture:before{content:"\f546"}.ms-Icon--ReopenPages:before{content:"\ed50"}.ms-Icon--Repair:before{content:"\e90f"}.ms-Icon--RepeatAll:before{content:"\e8ee"}.ms-Icon--RepeatHeaderRows:before{content:"\e3eb"}.ms-Icon--RepeatOne:before{content:"\e8ed"}.ms-Icon--Reply:before{content:"\e97a"}.ms-Icon--ReplyAll:before{content:"\ee0a"}.ms-Icon--ReplyAllAlt:before{content:"\ef5f"}.ms-Icon--ReplyAllMirrored:before{content:"\ee36"}.ms-Icon--ReplyAlt:before{content:"\ef5e"}.ms-Icon--ReplyMirrored:before{content:"\ee35"}.ms-Icon--Repo:before{content:"\f2cb"}.ms-Icon--ReportAdd:before{content:"\f52c"}.ms-Icon--ReportAlert:before{content:"\f721"}.ms-Icon--ReportAlertMirrored:before{content:"\f722"}.ms-Icon--ReportDocument:before{content:"\e9f9"}.ms-Icon--ReportHacked:before{content:"\e730"}.ms-Icon--ReportLibrary:before{content:"\eebb"}.ms-Icon--ReportLibraryMirrored:before{content:"\eebc"}.ms-Icon--ReportLock:before{content:"\f875"}.ms-Icon--ReportTrophy:before{content:"\e614"}.ms-Icon--ReportWarning:before{content:"\f569"}.ms-Icon--RepoSolid:before{content:"\f2cc"}.ms-Icon--Rerun:before{content:"\f8a1"}.ms-Icon--ReservationOrders:before{content:"\f845"}.ms-Icon--Reset:before{content:"\e423"}.ms-Icon--ResetDevice:before{content:"\ed10"}.ms-Icon--ResponsesMenu:before{content:"\f768"}.ms-Icon--ReturnKey:before{content:"\e751"}.ms-Icon--ReturnToSession:before{content:"\ed24"}.ms-Icon--RevenueManagement:before{content:"\f85e"}.ms-Icon--ReviewRequestMirroredSolid:before{content:"\f357"}.ms-Icon--ReviewRequestSolid:before{content:"\f356"}.ms-Icon--ReviewResponseSolid:before{content:"\f358"}.ms-Icon--ReviewSolid:before{content:"\f355"}.ms-Icon--RevToggleKey:before{content:"\e845"}.ms-Icon--RewardsLogo:before{content:"\ed4e"}.ms-Icon--RewardsLogoArt64:before{content:"\eef2"}.ms-Icon--RewardsLogoSolid:before{content:"\ed4f"}.ms-Icon--Rewind:before{content:"\eb9e"}.ms-Icon--RewindEightX:before{content:"\e449"}.ms-Icon--RewindFourX:before{content:"\e448"}.ms-Icon--RewindOneFiveX:before{content:"\e446"}.ms-Icon--RewindOneX:before{content:"\e445"}.ms-Icon--RewindPointFiveX:before{content:"\e444"}.ms-Icon--RewindTwoX:before{content:"\e447"}.ms-Icon--Ribbon:before{content:"\e9d1"}.ms-Icon--RibbonSolid:before{content:"\f345"}.ms-Icon--RightDoubleQuote:before{content:"\e9b1"}.ms-Icon--RightTriangle:before{content:"\f500"}.ms-Icon--Ringer:before{content:"\ea8f"}.ms-Icon--RingerActive:before{content:"\e498"}.ms-Icon--RingerOff:before{content:"\f2c5"}.ms-Icon--RingerRemove:before{content:"\f279"}.ms-Icon--RingerSolid:before{content:"\ef3a"}.ms-Icon--Robot:before{content:"\e99a"}.ms-Icon--Rocket:before{content:"\f3b3"}.ms-Icon--Room:before{content:"\ed9f"}.ms-Icon--Rotate:before{content:"\e7ad"}.ms-Icon--Rotate90Clockwise:before{content:"\f80d"}.ms-Icon--Rotate90CounterClockwise:before{content:"\f80e"}.ms-Icon--RowsChild:before{content:"\f29c"}.ms-Icon--RowsGroup:before{content:"\f29b"}.ms-Icon--Rugby:before{content:"\eb2d"}.ms-Icon--Running:before{content:"\eada"}.ms-Icon--Sad:before{content:"\e757"}.ms-Icon--SadSolid:before{content:"\f33e"}.ms-Icon--SamsungGallery:before{content:"\e4e2"}.ms-Icon--Save:before{content:"\e74e"}.ms-Icon--SaveAll:before{content:"\f203"}.ms-Icon--SaveAndClose:before{content:"\f038"}.ms-Icon--SaveAs:before{content:"\e792"}.ms-Icon--SavedOffline:before{content:"\e546"}.ms-Icon--SaveTemplate:before{content:"\f6ec"}.ms-Icon--SaveToMobile:before{content:"\f7e0"}.ms-Icon--Savings:before{content:"\eb0b"}.ms-Icon--ScaleUp:before{content:"\ed09"}.ms-Icon--ScaleVolume:before{content:"\f18c"}.ms-Icon--ScatterChart:before{content:"\efeb"}.ms-Icon--ScheduleEventAction:before{content:"\f1ef"}.ms-Icon--SchoolDataSyncLogo:before{content:"\e34c"}.ms-Icon--ScopeTemplate:before{content:"\f2b0"}.ms-Icon--Screen:before{content:"\ef39"}.ms-Icon--ScreenCast:before{content:"\f7e2"}.ms-Icon--ScreenPreviewOn:before{content:"\f11e"}.ms-Icon--ScreenTime:before{content:"\f182"}.ms-Icon--Script:before{content:"\f03a"}.ms-Icon--ScrollUpDown:before{content:"\ec8f"}.ms-Icon--SDCard:before{content:"\e7f1"}.ms-Icon--Search:before{content:"\e721"}.ms-Icon--SearchAndApps:before{content:"\e773"}.ms-Icon--SearchArt64:before{content:"\eef5"}.ms-Icon--SearchBookmark:before{content:"\f5b8"}.ms-Icon--SearchCalendar:before{content:"\f4af"}.ms-Icon--SearchData:before{content:"\f3f1"}.ms-Icon--SearchIssue:before{content:"\f09a"}.ms-Icon--SearchIssueMirrored:before{content:"\f09b"}.ms-Icon--SearchNearby:before{content:"\e820"}.ms-Icon--SecondaryNav:before{content:"\f814"}.ms-Icon--Section:before{content:"\ec0c"}.ms-Icon--Sections:before{content:"\ef76"}.ms-Icon--SecurityCamera:before{content:"\eb35"}.ms-Icon--SecurityGroup:before{content:"\ed85"}.ms-Icon--SecurityTest:before{content:"\e48f"}.ms-Icon--SeeDo:before{content:"\e808"}.ms-Icon--SelectAll:before{content:"\e8b3"}.ms-Icon--Sell:before{content:"\eb0c"}.ms-Icon--SemiboldWeight:before{content:"\f4f0"}.ms-Icon--Send:before{content:"\e724"}.ms-Icon--SendMirrored:before{content:"\ea63"}.ms-Icon--SentimentAnalysis:before{content:"\e393"}.ms-Icon--Separator:before{content:"\f35e"}.ms-Icon--Server:before{content:"\f201"}.ms-Icon--ServerEnviroment:before{content:"\f29f"}.ms-Icon--ServerProcesses:before{content:"\f1fe"}.ms-Icon--ServiceOff:before{content:"\e3fd"}.ms-Icon--SetAction:before{content:"\f071"}.ms-Icon--Settings:before{content:"\e713"}.ms-Icon--SettingsAdd:before{content:"\e35a"}.ms-Icon--SettingsSecure:before{content:"\e4d2"}.ms-Icon--SettingsSync:before{content:"\e359"}.ms-Icon--ShakeDevice:before{content:"\f80a"}.ms-Icon--Shapes:before{content:"\ec7c"}.ms-Icon--ShapeSolid:before{content:"\e422"}.ms-Icon--Share:before{content:"\e72d"}.ms-Icon--SharedDatabase:before{content:"\e3d9"}.ms-Icon--SharedNotes:before{content:"\f481"}.ms-Icon--ShareiOS:before{content:"\ef79"}.ms-Icon--Sharepoint2013LogoInverse:before{content:"\e480"}.ms-Icon--SharepointAppIcon16:before{content:"\e365"}.ms-Icon--SharepointLogo:before{content:"\f27e"}.ms-Icon--SharepointLogoInverse:before{content:"\ed18"}.ms-Icon--Shield:before{content:"\ea18"}.ms-Icon--ShieldAlert:before{content:"\f7d7"}.ms-Icon--ShieldSolid:before{content:"\f340"}.ms-Icon--Shirt:before{content:"\ed00"}.ms-Icon--Shop:before{content:"\e719"}.ms-Icon--ShoppingCart:before{content:"\e7bf"}.ms-Icon--ShoppingCartSolid:before{content:"\f342"}.ms-Icon--ShopServer:before{content:"\f2b6"}.ms-Icon--Showers:before{content:"\e46c"}.ms-Icon--ShowGrid:before{content:"\f7de"}.ms-Icon--ShowResults:before{content:"\e8bc"}.ms-Icon--ShowResultsMirrored:before{content:"\ea65"}.ms-Icon--ShowTimeAs:before{content:"\f787"}.ms-Icon--ShowVisualFilter:before{content:"\f4de"}.ms-Icon--SidePanel:before{content:"\ef52"}.ms-Icon--SidePanelMirrored:before{content:"\f221"}.ms-Icon--Signin:before{content:"\f286"}.ms-Icon--SignOut:before{content:"\f3b1"}.ms-Icon--SimplifiedView:before{content:"\e5c1"}.ms-Icon--SingleBookmark:before{content:"\edff"}.ms-Icon--SingleBookmarkSolid:before{content:"\ee00"}.ms-Icon--SingleColumn:before{content:"\f1d3"}.ms-Icon--SingleColumnEdit:before{content:"\f321"}.ms-Icon--SIPMove:before{content:"\e759"}.ms-Icon--SiteScan:before{content:"\ebec"}.ms-Icon--SizeLegacy:before{content:"\e2b2"}.ms-Icon--SkipBack10:before{content:"\ed3c"}.ms-Icon--SkipForward30:before{content:"\ed3d"}.ms-Icon--SkiResorts:before{content:"\eb45"}.ms-Icon--SkypeArrow:before{content:"\f748"}.ms-Icon--SkypeCheck:before{content:"\ef80"}.ms-Icon--SkypeCircleArrow:before{content:"\f747"}.ms-Icon--SkypeCircleCheck:before{content:"\ef7d"}.ms-Icon--SkypeCircleClock:before{content:"\ef7e"}.ms-Icon--SkypeCircleMinus:before{content:"\ef7f"}.ms-Icon--SkypeCircleSlash:before{content:"\f825"}.ms-Icon--SkypeClock:before{content:"\ef81"}.ms-Icon--SkypeForBusinessLogo:before{content:"\f0fc"}.ms-Icon--SkypeForBusinessLogo16:before{content:"\f40f"}.ms-Icon--SkypeForBusinessLogoFill:before{content:"\f27d"}.ms-Icon--SkypeForBusinessLogoFill16:before{content:"\f410"}.ms-Icon--SkypeLogo:before{content:"\eb6f"}.ms-Icon--SkypeLogo16:before{content:"\f40e"}.ms-Icon--SkypeMessage:before{content:"\ef83"}.ms-Icon--SkypeMinus:before{content:"\ef82"}.ms-Icon--SkypeSlash:before{content:"\f826"}.ms-Icon--Sleet:before{content:"\e474"}.ms-Icon--Slider:before{content:"\f527"}.ms-Icon--SliderHandleSize:before{content:"\f528"}.ms-Icon--SliderThumb:before{content:"\ec13"}.ms-Icon--Slideshow:before{content:"\e786"}.ms-Icon--SmartGlassRemote:before{content:"\f80b"}.ms-Icon--SnapToGrid:before{content:"\f7e4"}.ms-Icon--Snooze:before{content:"\f4bd"}.ms-Icon--Snow:before{content:"\e9c8"}.ms-Icon--Snowflake:before{content:"\eb46"}.ms-Icon--SnowShowerDay:before{content:"\e9fd"}.ms-Icon--SnowShowerNight:before{content:"\ea11"}.ms-Icon--Soccer:before{content:"\eb21"}.ms-Icon--SocialListeningLogo:before{content:"\ed7c"}.ms-Icon--Sort:before{content:"\e8cb"}.ms-Icon--SortDown:before{content:"\ee69"}.ms-Icon--SortLines:before{content:"\e9d0"}.ms-Icon--SortLinesAscending:before{content:"\e43a"}.ms-Icon--SortUp:before{content:"\ee68"}.ms-Icon--Source:before{content:"\eb1b"}.ms-Icon--Spacer:before{content:"\f40d"}.ms-Icon--Speakers:before{content:"\e7f5"}.ms-Icon--SpecialEvent:before{content:"\f536"}.ms-Icon--Speech:before{content:"\efa9"}.ms-Icon--SpeechOff:before{content:"\f8ba"}.ms-Icon--SpeedHigh:before{content:"\ec4a"}.ms-Icon--Spelling:before{content:"\f87b"}.ms-Icon--Split:before{content:"\edbc"}.ms-Icon--SplitObject:before{content:"\f547"}.ms-Icon--Sprint:before{content:"\f3b0"}.ms-Icon--SQLAnalyticsPool:before{content:"\e434"}.ms-Icon--SQLServerLogo:before{content:"\e61a"}.ms-Icon--Squalls:before{content:"\e9cc"}.ms-Icon--SquareShape:before{content:"\f1a6"}.ms-Icon--SquareShapeSolid:before{content:"\f63d"}.ms-Icon--Stack:before{content:"\f26f"}.ms-Icon--StackColumnChart:before{content:"\e9fc"}.ms-Icon--StackedBarChart:before{content:"\f24d"}.ms-Icon--StackedBarChartFull:before{content:"\f668"}.ms-Icon--StackedColumnChart2:before{content:"\f666"}.ms-Icon--StackedColumnChart2Fill:before{content:"\f831"}.ms-Icon--StackedLineChart:before{content:"\f24e"}.ms-Icon--StackIndicator:before{content:"\e7ff"}.ms-Icon--StaffNotebookLogo16:before{content:"\f48e"}.ms-Icon--StaffNotebookLogo32:before{content:"\f48c"}.ms-Icon--StaffNotebookLogoFill16:before{content:"\f48f"}.ms-Icon--StaffNotebookLogoFill32:before{content:"\f48d"}.ms-Icon--StaffNotebookLogoInverted16:before{content:"\f491"}.ms-Icon--StaffNotebookLogoInverted32:before{content:"\f490"}.ms-Icon--Starburst:before{content:"\ef78"}.ms-Icon--StarburstSolid:before{content:"\f33c"}.ms-Icon--StatusCircleBlock:before{content:"\f140"}.ms-Icon--StatusCircleBlock2:before{content:"\f141"}.ms-Icon--StatusCircleCheckmark:before{content:"\f13e"}.ms-Icon--StatusCircleErrorX:before{content:"\f13d"}.ms-Icon--StatusCircleExclamation:before{content:"\f13c"}.ms-Icon--StatusCircleInfo:before{content:"\f13f"}.ms-Icon--StatusCircleInner:before{content:"\f137"}.ms-Icon--StatusCircleOuter:before{content:"\f136"}.ms-Icon--StatusCircleQuestionMark:before{content:"\f142"}.ms-Icon--StatusCircleRing:before{content:"\f138"}.ms-Icon--StatusCircleSync:before{content:"\f143"}.ms-Icon--StatusErrorFull:before{content:"\eb90"}.ms-Icon--StatusTriangle:before{content:"\ea82"}.ms-Icon--StatusTriangleExclamation:before{content:"\f13b"}.ms-Icon--StatusTriangleInner:before{content:"\f13a"}.ms-Icon--StatusTriangleOuter:before{content:"\f139"}.ms-Icon--Step:before{content:"\f241"}.ms-Icon--StepInsert:before{content:"\f242"}.ms-Icon--StepShared:before{content:"\f243"}.ms-Icon--StepSharedAdd:before{content:"\f244"}.ms-Icon--StepSharedInsert:before{content:"\f245"}.ms-Icon--StickyNotesOutlineAppIcon:before{content:"\e36a"}.ms-Icon--StickyNotesSolidAppIcon:before{content:"\e36b"}.ms-Icon--StockDown:before{content:"\eb0f"}.ms-Icon--StockUp:before{content:"\eb11"}.ms-Icon--Stop:before{content:"\e71a"}.ms-Icon--StopSolid:before{content:"\ee95"}.ms-Icon--Stopwatch:before{content:"\e916"}.ms-Icon--StorageAcount:before{content:"\e435"}.ms-Icon--StorageOptical:before{content:"\e958"}.ms-Icon--StoreLogo16:before{content:"\ea96"}.ms-Icon--StoreLogoMed20:before{content:"\ea04"}.ms-Icon--Storyboard:before{content:"\f308"}.ms-Icon--StreamDiscover:before{content:"\f7d9"}.ms-Icon--Streaming:before{content:"\e93e"}.ms-Icon--StreamingDataflow:before{content:"\e668"}.ms-Icon--StreamingDataset:before{content:"\e667"}.ms-Icon--StreamingOff:before{content:"\f2bb"}.ms-Icon--StreamLogo:before{content:"\f329"}.ms-Icon--StreamPlaylist:before{content:"\e669"}.ms-Icon--Street:before{content:"\e913"}.ms-Icon--StreetsideSplitMinimize:before{content:"\e802"}.ms-Icon--Strikethrough:before{content:"\ede0"}.ms-Icon--StrikethroughKorean:before{content:"\e5d4"}.ms-Icon--Subscribe:before{content:"\eda1"}.ms-Icon--Subscript:before{content:"\eddf"}.ms-Icon--SubstitutionsIn:before{content:"\eb31"}.ms-Icon--SubtractShape:before{content:"\f8fc"}.ms-Icon--Suitcase:before{content:"\edd3"}.ms-Icon--SunAdd:before{content:"\ef69"}.ms-Icon--Sunny:before{content:"\e9bd"}.ms-Icon--SunQuestionMark:before{content:"\ef6a"}.ms-Icon--Superscript:before{content:"\edde"}.ms-Icon--SurveyQuestionResponse:before{content:"\e4f2"}.ms-Icon--SurveyQuestions:before{content:"\f01b"}.ms-Icon--SwayLogo16:before{content:"\f484"}.ms-Icon--SwayLogo32:before{content:"\f482"}.ms-Icon--SwayLogoFill16:before{content:"\f485"}.ms-Icon--SwayLogoFill32:before{content:"\f483"}.ms-Icon--SwayLogoInverse:before{content:"\ed29"}.ms-Icon--Switch:before{content:"\e8ab"}.ms-Icon--SwitcherStartEnd:before{content:"\e810"}.ms-Icon--SwitchUser:before{content:"\e748"}.ms-Icon--Sync:before{content:"\e895"}.ms-Icon--SyncError:before{content:"\ea6a"}.ms-Icon--SyncFolder:before{content:"\e8f7"}.ms-Icon--SyncOccurence:before{content:"\f4a3"}.ms-Icon--SyncOccurenceCancel:before{content:"\f7e7"}.ms-Icon--SyncStatus:before{content:"\f751"}.ms-Icon--SyncStatusSolid:before{content:"\f752"}.ms-Icon--SyncToPC:before{content:"\ee6e"}.ms-Icon--System:before{content:"\e770"}.ms-Icon--Tab:before{content:"\e7e9"}.ms-Icon--TabCenter:before{content:"\f100"}.ms-Icon--Table:before{content:"\ed86"}.ms-Icon--TableBrandedColumn:before{content:"\e3f1"}.ms-Icon--TableBrandedRow:before{content:"\e3ee"}.ms-Icon--TableColumn:before{content:"\e4bd"}.ms-Icon--TableComputed:before{content:"\f8f5"}.ms-Icon--TableFirstColumn:before{content:"\e3ef"}.ms-Icon--TableGroup:before{content:"\f6d9"}.ms-Icon--TableHeaderRow:before{content:"\e3ec"}.ms-Icon--TableLastColumn:before{content:"\e3f0"}.ms-Icon--TableLink:before{content:"\f77a"}.ms-Icon--TablePermission:before{content:"\e619"}.ms-Icon--Tablet:before{content:"\e70a"}.ms-Icon--TabletMode:before{content:"\ebfc"}.ms-Icon--TableTotalRow:before{content:"\e3ed"}.ms-Icon--TabletSelected:before{content:"\ec74"}.ms-Icon--TabOneColumn:before{content:"\f849"}.ms-Icon--TabThreeColumn:before{content:"\f84b"}.ms-Icon--TabTwoColumn:before{content:"\f84a"}.ms-Icon--Tag:before{content:"\e8ec"}.ms-Icon--TagGroup:before{content:"\e3f6"}.ms-Icon--TagSolid:before{content:"\f70e"}.ms-Icon--TagUnknown:before{content:"\f6df"}.ms-Icon--TagUnknown12:before{content:"\f6e1"}.ms-Icon--TagUnknown12Mirror:before{content:"\f6e2"}.ms-Icon--TagUnknownMirror:before{content:"\f6e0"}.ms-Icon--TaskAdd:before{content:"\e4fd"}.ms-Icon--Taskboard:before{content:"\f1c2"}.ms-Icon--TaskGroup:before{content:"\f2ae"}.ms-Icon--TaskGroupMirrored:before{content:"\f2af"}.ms-Icon--TaskList:before{content:"\e3b6"}.ms-Icon--TaskLogo:before{content:"\f493"}.ms-Icon--TaskManager:before{content:"\edb7"}.ms-Icon--TaskManagerMirrored:before{content:"\edb8"}.ms-Icon--TaskSolid:before{content:"\f333"}.ms-Icon--Taxi:before{content:"\f4a1"}.ms-Icon--TeamFavorite:before{content:"\f2ad"}.ms-Icon--TeamsLogo:before{content:"\f27b"}.ms-Icon--TeamsLogo16:before{content:"\f40a"}.ms-Icon--TeamsLogoInverse:before{content:"\f27a"}.ms-Icon--Teamwork:before{content:"\ea12"}.ms-Icon--Teeth:before{content:"\f4a0"}.ms-Icon--Telemarketer:before{content:"\e7b9"}.ms-Icon--TemporaryAccessPass:before{content:"\e4ad"}.ms-Icon--TemporaryUser:before{content:"\ee58"}.ms-Icon--Tennis:before{content:"\eb33"}.ms-Icon--TestAdd:before{content:"\e4dc"}.ms-Icon--TestAutoSolid:before{content:"\f3a8"}.ms-Icon--TestBeaker:before{content:"\f3a5"}.ms-Icon--TestBeakerSolid:before{content:"\f3a6"}.ms-Icon--TestCase:before{content:"\f3af"}.ms-Icon--TestExploreSolid:before{content:"\f3a7"}.ms-Icon--TestImpactSolid:before{content:"\f3aa"}.ms-Icon--TestParameter:before{content:"\f3ad"}.ms-Icon--TestPlan:before{content:"\f3ab"}.ms-Icon--TestRemove:before{content:"\e4e1"}.ms-Icon--TestStep:before{content:"\f3ac"}.ms-Icon--TestSuite:before{content:"\f3ae"}.ms-Icon--TestUserSolid:before{content:"\f3a9"}.ms-Icon--TextAlignBottom:before{content:"\e3e2"}.ms-Icon--TextAlignMiddle:before{content:"\e3e1"}.ms-Icon--TextAlignTop:before{content:"\e3e0"}.ms-Icon--TextBox:before{content:"\edc2"}.ms-Icon--TextCallout:before{content:"\f2a2"}.ms-Icon--TextDocument:before{content:"\f029"}.ms-Icon--TextDocumentEdit:before{content:"\e43b"}.ms-Icon--TextDocumentSettings:before{content:"\e4aa"}.ms-Icon--TextDocumentShared:before{content:"\f02b"}.ms-Icon--TextField:before{content:"\edc3"}.ms-Icon--TextOverflow:before{content:"\f51f"}.ms-Icon--TextParagraphOption:before{content:"\e3e3"}.ms-Icon--TextRecognition:before{content:"\e394"}.ms-Icon--TextRotate270Degrees:before{content:"\e3e7"}.ms-Icon--TextRotate90Degrees:before{content:"\e3e6"}.ms-Icon--TextRotateHorizontal:before{content:"\e3e5"}.ms-Icon--TextRotation:before{content:"\e3e4"}.ms-Icon--TFVCLogo:before{content:"\f44d"}.ms-Icon--ThisPC:before{content:"\ec4e"}.ms-Icon--ThreeQuarterCircle:before{content:"\f503"}.ms-Icon--ThumbnailView:before{content:"\e7b6"}.ms-Icon--ThumbnailViewMirrored:before{content:"\ea67"}.ms-Icon--Thunderstorms:before{content:"\e9c6"}.ms-Icon--Ticket:before{content:"\eb54"}.ms-Icon--Tiles:before{content:"\eca5"}.ms-Icon--Tiles2:before{content:"\ef7c"}.ms-Icon--TimeEntry:before{content:"\ef95"}.ms-Icon--Timeline:before{content:"\ed9c"}.ms-Icon--TimelineDelivery:before{content:"\f2ab"}.ms-Icon--TimelineMatrixView:before{content:"\f361"}.ms-Icon--TimelineProgress:before{content:"\f2aa"}.ms-Icon--TimePicker:before{content:"\e367"}.ms-Icon--Timer:before{content:"\e91e"}.ms-Icon--TimeSheet:before{content:"\ea05"}.ms-Icon--ToDoLogoBottom:before{content:"\f4b3"}.ms-Icon--ToDoLogoInverse:before{content:"\f4bc"}.ms-Icon--ToDoLogoOutline:before{content:"\f75b"}.ms-Icon--ToDoLogoTop:before{content:"\f4b4"}.ms-Icon--ToggleBorder:before{content:"\ec12"}.ms-Icon--ToggleFilled:before{content:"\ec11"}.ms-Icon--ToggleLeft:before{content:"\f19e"}.ms-Icon--ToggleRight:before{content:"\f19f"}.ms-Icon--ToggleThumb:before{content:"\ec14"}.ms-Icon--Toll:before{content:"\f160"}.ms-Icon--Toolbox:before{content:"\eced"}.ms-Icon--Total:before{content:"\e9df"}.ms-Icon--Touch:before{content:"\e815"}.ms-Icon--TouchPointer:before{content:"\e7c9"}.ms-Icon--Trackers:before{content:"\eadf"}.ms-Icon--TrackersMirrored:before{content:"\ee92"}.ms-Icon--Train:before{content:"\e7c0"}.ms-Icon--TrainSolid:before{content:"\eb4d"}.ms-Icon--TransferCall:before{content:"\ed95"}.ms-Icon--Transition:before{content:"\f3bc"}.ms-Icon--TransitionEffect:before{content:"\f5b4"}.ms-Icon--TransitionPop:before{content:"\f5b2"}.ms-Icon--TransitionPush:before{content:"\f5b3"}.ms-Icon--Translate:before{content:"\e7b2"}.ms-Icon--Trending12:before{content:"\f62d"}.ms-Icon--TriangleDown12:before{content:"\eed1"}.ms-Icon--TriangleLeft12:before{content:"\eed2"}.ms-Icon--TriangleRight12:before{content:"\eed3"}.ms-Icon--TriangleShape:before{content:"\f1a7"}.ms-Icon--TriangleShapeSolid:before{content:"\f63e"}.ms-Icon--TriangleSolid:before{content:"\ea08"}.ms-Icon--TriangleSolidDown12:before{content:"\eecd"}.ms-Icon--TriangleSolidLeft12:before{content:"\eece"}.ms-Icon--TriangleSolidRight12:before{content:"\eecf"}.ms-Icon--TriangleSolidUp12:before{content:"\eecc"}.ms-Icon--TriangleUp12:before{content:"\eed0"}.ms-Icon--TriggerApproval:before{content:"\f3b2"}.ms-Icon--TriggerAuto:before{content:"\f24a"}.ms-Icon--TriggerPhrase:before{content:"\e5ff"}.ms-Icon--TriggerUser:before{content:"\f24b"}.ms-Icon--Trim:before{content:"\e78a"}.ms-Icon--TrimEnd:before{content:"\f8bc"}.ms-Icon--TrimStart:before{content:"\f8bb"}.ms-Icon--TripleColumn:before{content:"\f1d5"}.ms-Icon--TripleColumnEdit:before{content:"\f323"}.ms-Icon--TripleColumnWide:before{content:"\f66e"}.ms-Icon--Trophy:before{content:"\ed3f"}.ms-Icon--Trophy2:before{content:"\f1ae"}.ms-Icon--Trophy2Solid:before{content:"\f337"}.ms-Icon--TurnRight:before{content:"\e7db"}.ms-Icon--TVMonitor:before{content:"\e7f4"}.ms-Icon--TVMonitorSelected:before{content:"\ec77"}.ms-Icon--TypeScriptLanguage:before{content:"\f2f7"}.ms-Icon--Umbrella:before{content:"\ec04"}.ms-Icon--UnavailableOffline:before{content:"\e545"}.ms-Icon--Underline:before{content:"\e8dc"}.ms-Icon--UnderlineA:before{content:"\e5cc"}.ms-Icon--UnderlineKorean:before{content:"\e5bb"}.ms-Icon--UnderlineP:before{content:"\e5cd"}.ms-Icon--UnderlineRussian:before{content:"\e5b8"}.ms-Icon--UnderlineS:before{content:"\e5b4"}.ms-Icon--UnderlineSerbian:before{content:"\e5cb"}.ms-Icon--Undo:before{content:"\e7a7"}.ms-Icon--Uneditable:before{content:"\ed1d"}.ms-Icon--Uneditable2:before{content:"\f876"}.ms-Icon--Uneditable2Mirrored:before{content:"\f877"}.ms-Icon--UneditableMirrored:before{content:"\f4b9"}.ms-Icon--UneditableSolid12:before{content:"\f4b7"}.ms-Icon--UneditableSolidMirrored12:before{content:"\f4b8"}.ms-Icon--Unfavorite:before{content:"\e8d9"}.ms-Icon--UngroupObject:before{content:"\f4f2"}.ms-Icon--UniteShape:before{content:"\f8fb"}.ms-Icon--Unknown:before{content:"\e9ce"}.ms-Icon--UnknownCall:before{content:"\ed97"}.ms-Icon--UnknownMirrored:before{content:"\f22e"}.ms-Icon--UnknownMirroredSolid:before{content:"\f2e2"}.ms-Icon--UnknownSolid:before{content:"\f2e1"}.ms-Icon--Unlock:before{content:"\e785"}.ms-Icon--UnlockSolid:before{content:"\f304"}.ms-Icon--Unpin:before{content:"\e77a"}.ms-Icon--UnpublishContent:before{content:"\e31f"}.ms-Icon--UnSetColor:before{content:"\f3f9"}.ms-Icon--UnstackSelected:before{content:"\e7fe"}.ms-Icon--Unsubscribe:before{content:"\eda0"}.ms-Icon--UnsyncFolder:before{content:"\e8f6"}.ms-Icon--UnsyncOccurence:before{content:"\f4a4"}.ms-Icon--Untag:before{content:"\f60b"}.ms-Icon--Up:before{content:"\e74a"}.ms-Icon--UpdateRestore:before{content:"\e777"}.ms-Icon--UpgradeAnalysis:before{content:"\ea0b"}.ms-Icon--Upload:before{content:"\e898"}.ms-Icon--UpperCase:before{content:"\e5ed"}.ms-Icon--URLBlock:before{content:"\e3fe"}.ms-Icon--USB:before{content:"\e88e"}.ms-Icon--UserClapper:before{content:"\e666"}.ms-Icon--UserEvent:before{content:"\f69c"}.ms-Icon--UserFollowed:before{content:"\f25c"}.ms-Icon--UserGauge:before{content:"\f6ed"}.ms-Icon--UserOptional:before{content:"\f767"}.ms-Icon--UserPause:before{content:"\f2ba"}.ms-Icon--UserRemove:before{content:"\f69b"}.ms-Icon--UserSync:before{content:"\f2b9"}.ms-Icon--UserWarning:before{content:"\e368"}.ms-Icon--UserWindow:before{content:"\e4ed"}.ms-Icon--Vacation:before{content:"\f49f"}.ms-Icon--Vaccination:before{content:"\eae0"}.ms-Icon--VaccinationRecent:before{content:"\e550"}.ms-Icon--Variable:before{content:"\f305"}.ms-Icon--Variable2:before{content:"\f86d"}.ms-Icon--Variable3:before{content:"\e4d1"}.ms-Icon--VariableGroup:before{content:"\f31b"}.ms-Icon--VB:before{content:"\f2f2"}.ms-Icon--VennDiagram:before{content:"\f273"}.ms-Icon--VerifiedBrand:before{content:"\f7bd"}.ms-Icon--VerifiedBrandSolid:before{content:"\f6ad"}.ms-Icon--VersionControlPush:before{content:"\f664"}.ms-Icon--VerticalDistributeCenter:before{content:"\f4fa"}.ms-Icon--Video:before{content:"\e714"}.ms-Icon--Video360Generic:before{content:"\f609"}.ms-Icon--VideoLightOff:before{content:"\ea74"}.ms-Icon--VideoOff:before{content:"\f4b0"}.ms-Icon--VideoOff2:before{content:"\e43c"}.ms-Icon--VideoSearch:before{content:"\f4ea"}.ms-Icon--VideoSolid:before{content:"\ea0c"}.ms-Icon--View:before{content:"\e890"}.ms-Icon--ViewAll:before{content:"\e8a9"}.ms-Icon--ViewAll2:before{content:"\ef56"}.ms-Icon--ViewDashboard:before{content:"\f246"}.ms-Icon--ViewInAR:before{content:"\e41f"}.ms-Icon--ViewList:before{content:"\f247"}.ms-Icon--ViewListGroup:before{content:"\f248"}.ms-Icon--ViewListTree:before{content:"\f249"}.ms-Icon--ViewOriginal:before{content:"\e7b4"}.ms-Icon--VirtualNetwork:before{content:"\f815"}.ms-Icon--VisioDiagram:before{content:"\f2a0"}.ms-Icon--VisioDiagramSync:before{content:"\f762"}.ms-Icon--VisioDocument:before{content:"\f2a9"}.ms-Icon--VisioLogo:before{content:"\f2a7"}.ms-Icon--VisioLogo16:before{content:"\f3a3"}.ms-Icon--VisioLogoInverse:before{content:"\ed7d"}.ms-Icon--VisioLogoInverse16:before{content:"\f3a2"}.ms-Icon--VisualBasicLanguage:before{content:"\f2f1"}.ms-Icon--VisuallyImpaired:before{content:"\f866"}.ms-Icon--VisualsFolder:before{content:"\f520"}.ms-Icon--VisualsStore:before{content:"\f521"}.ms-Icon--VisualStudioForWindows:before{content:"\f5d0"}.ms-Icon--VisualStudioForWindowsAlt:before{content:"\ec22"}.ms-Icon--VoicemailForward:before{content:"\ed87"}.ms-Icon--VoicemailIRM:before{content:"\f421"}.ms-Icon--VoicemailReply:before{content:"\ed88"}.ms-Icon--Volume0:before{content:"\e992"}.ms-Icon--Volume1:before{content:"\e993"}.ms-Icon--Volume2:before{content:"\e994"}.ms-Icon--Volume3:before{content:"\e995"}.ms-Icon--VolumeDisabled:before{content:"\ea85"}.ms-Icon--VSTSAltLogo1:before{content:"\f382"}.ms-Icon--VSTSAltLogo2:before{content:"\f383"}.ms-Icon--VSTSLogo:before{content:"\f381"}.ms-Icon--Waffle:before{content:"\ed89"}.ms-Icon--WaffleOffice365:before{content:"\f4e0"}.ms-Icon--WaitlistConfirm:before{content:"\f550"}.ms-Icon--WaitlistConfirmMirrored:before{content:"\f551"}.ms-Icon--Warning:before{content:"\e7ba"}.ms-Icon--Warning12:before{content:"\f62f"}.ms-Icon--WarningSolid:before{content:"\f736"}.ms-Icon--WavingHand:before{content:"\f807"}.ms-Icon--WebAppBuilderFragment:before{content:"\e314"}.ms-Icon--WebAppBuilderFragmentCreate:before{content:"\e31b"}.ms-Icon--WebAppBuilderFragmentLock:before{content:"\e4dd"}.ms-Icon--WebAppBuilderFragmentTest:before{content:"\e4de"}.ms-Icon--WebAppBuilderModule:before{content:"\e313"}.ms-Icon--WebAppBuilderModuleLock:before{content:"\e4df"}.ms-Icon--WebAppBuilderModuleTest:before{content:"\e4e0"}.ms-Icon--WebAppBuilderSlot:before{content:"\e315"}.ms-Icon--Webcam2:before{content:"\e960"}.ms-Icon--Webcam2Off:before{content:"\e36d"}.ms-Icon--WebComponents:before{content:"\ec8b"}.ms-Icon--WebEnvironment:before{content:"\e3db"}.ms-Icon--WebPublish:before{content:"\f52f"}.ms-Icon--WebSearch:before{content:"\f6fa"}.ms-Icon--Website:before{content:"\eb41"}.ms-Icon--WebTemplate:before{content:"\f6b2"}.ms-Icon--Weights:before{content:"\eadb"}.ms-Icon--Wheelchair:before{content:"\f31f"}.ms-Icon--WhiteBoardApp16:before{content:"\f673"}.ms-Icon--WhiteBoardApp32:before{content:"\f674"}.ms-Icon--WifiEthernet:before{content:"\ee77"}.ms-Icon--WifiWarning4:before{content:"\eb63"}.ms-Icon--WindDirection:before{content:"\ebe6"}.ms-Icon--WindowEdit:before{content:"\f50e"}.ms-Icon--WindowsLogo:before{content:"\e782"}.ms-Icon--Wines:before{content:"\eabf"}.ms-Icon--WipePhone:before{content:"\ed8d"}.ms-Icon--WordDocument:before{content:"\ef71"}.ms-Icon--WordLogo:before{content:"\f1e3"}.ms-Icon--WordLogo16:before{content:"\f391"}.ms-Icon--WordLogoInverse:before{content:"\ec29"}.ms-Icon--WordLogoInverse16:before{content:"\f390"}.ms-Icon--Work:before{content:"\e821"}.ms-Icon--WorkFlow:before{content:"\ea01"}.ms-Icon--WorkforceManagement:before{content:"\ee0f"}.ms-Icon--WorkItem:before{content:"\f314"}.ms-Icon--WorkItemAlert:before{content:"\f78f"}.ms-Icon--WorkItemBar:before{content:"\f35c"}.ms-Icon--WorkItemBarSolid:before{content:"\f35d"}.ms-Icon--WorkItemBug:before{content:"\f315"}.ms-Icon--World:before{content:"\e909"}.ms-Icon--WorldClock:before{content:"\e918"}.ms-Icon--XPowerY:before{content:"\f7ca"}.ms-Icon--XRay:before{content:"\e551"}.ms-Icon--YammerLogo:before{content:"\ed19"}.ms-Icon--ZeroDayCalendar:before{content:"\e547"}.ms-Icon--ZeroDayPatch:before{content:"\e665"}.ms-Icon--ZipFolder:before{content:"\f012"}.ms-Icon--Zoom:before{content:"\e71e"}.ms-Icon--ZoomIn:before{content:"\e8a3"}.ms-Icon--ZoomOut:before{content:"\e71f"}.ms-Icon--ZoomToFit:before{content:"\f649"}@font-face{font-family:datex-icons;src:url("./media/datex-icons-7LFOKSPV.woff") format("woff");font-weight:400;font-style:normal;font-display:block}[class^=icon-datex-],[class*=" icon-datex-"]{font-family:datex-icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-datex-AddLP:before{content:"\e924"}.icon-datex-LP-Composite:before{content:"\e925"}.icon-datex-Accessorial:before{content:"\e900"}.icon-datex-AddAccessorial:before{content:"\e901"}.icon-datex-ASNOrder:before{content:"\e903"}.icon-datex-ASNReceiving:before{content:"\e902"}.icon-datex-BarcodePick:before{content:"\e910"}.icon-datex-Barcode-Receiving:before{content:"\e906"}.icon-datex-Billing:before{content:"\e904"}.icon-datex-Blind-Receiving:before{content:"\e909"}.icon-datex-Carrier:before{content:"\e905"}.icon-datex-ClusterPick:before{content:"\e90a"}.icon-datex-Count:before{content:"\e907"}.icon-datex-Flow:before{content:"\e908"}.icon-datex-Help:before{content:"\e911"}.icon-datex-Inbound:before{content:"\e912"}.icon-datex-InboundOrder:before{content:"\e913"}.icon-datex-Inventory:before{content:"\e914"}.icon-datex-LicensePlate:before{content:"\e916"}.icon-datex-LoadContainer:before{content:"\e918"}.icon-datex-Load:before{content:"\e90b"}.icon-datex-LocationInquiry:before{content:"\e915"}.icon-datex-Location:before{content:"\e91e"}.icon-datex-LotInquiry:before{content:"\e91f"}.icon-datex-Lot:before{content:"\e920"}.icon-datex-LPInquiry:before{content:"\e921"}.icon-datex-MoveLP:before{content:"\e90c"}.icon-datex-Manufacturing:before{content:"\e922"}.icon-datex-MaterialInquiry:before{content:"\e919"}.icon-datex-Material:before{content:"\e926"}.icon-datex-Move:before{content:"\e927"}.icon-datex-OrderGeneric:before{content:"\e928"}.icon-datex-Outbound:before{content:"\e929"}.icon-datex-OutboundOrder:before{content:"\e92a"}.icon-datex-Owner:before{content:"\e91a"}.icon-datex-Pack:before{content:"\e930"}.icon-datex-Packaging:before{content:"\e931"}.icon-datex-Pick:before{content:"\e90d"}.icon-datex-Putaway:before{content:"\e933"}.icon-datex-Query:before{content:"\e934"}.icon-datex-Receive:before{content:"\e90e"}.icon-datex-Replenishment:before{content:"\e936"}.icon-datex-Returns:before{content:"\e917"}.icon-datex-ScaleTicket:before{content:"\e937"}.icon-datex-SerialInquiry:before{content:"\e938"}.icon-datex-SerialValidation:before{content:"\e939"}.icon-datex-SerialNumber:before{content:"\e93a"}.icon-datex-Shipment:before{content:"\e93b"}.icon-datex-Tote:before{content:"\e93c"}.icon-datex-UPC:before{content:"\e90f"}.icon-datex-Warehouse:before{content:"\e93d"}.icon-datex-Wave:before{content:"\e93e"}.icon-datex-Footprint-2024 .path1:before{content:"\e91b";color:#000;opacity:.55}.icon-datex-Footprint-2024 .path2:before{content:"\e91c";margin-left:-1em;color:#000;opacity:.75}.icon-datex-Footprint-2024 .path3:before{content:"\e91d";margin-left:-1em;color:#000;opacity:.2}.icon-datex-Footprint-2024 .path4:before{content:"\e923";margin-left:-1em;color:#000}@font-face{font-family:FluentSystemIcons-Resizable;src:url("./media/FluentSystemIcons-Resizable-MJHSKHVZ.woff?ba58c662e0865949d9c88becdf65165a") format("woff")}i[class^=icon-ic]:before,i[class*=" icon-ic"]:before{font-family:FluentSystemIcons-Resizable!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-ic_fluent_access_time_20_filled:before{content:"\e000"}.icon-ic_fluent_access_time_20_regular:before{content:"\e001"}.icon-ic_fluent_accessibility_20_filled:before{content:"\e002"}.icon-ic_fluent_accessibility_20_regular:before{content:"\e003"}.icon-ic_fluent_accessibility_checkmark_20_filled:before{content:"\e004"}.icon-ic_fluent_accessibility_checkmark_20_regular:before{content:"\e005"}.icon-ic_fluent_add_20_filled:before{content:"\e006"}.icon-ic_fluent_add_20_regular:before{content:"\e007"}.icon-ic_fluent_add_circle_20_filled:before{content:"\e008"}.icon-ic_fluent_add_circle_20_regular:before{content:"\e009"}.icon-ic_fluent_add_square_20_filled:before{content:"\e00a"}.icon-ic_fluent_add_square_20_regular:before{content:"\e00b"}.icon-ic_fluent_add_square_multiple_20_filled:before{content:"\e00c"}.icon-ic_fluent_add_square_multiple_20_regular:before{content:"\e00d"}.icon-ic_fluent_add_subtract_circle_20_filled:before{content:"\e00e"}.icon-ic_fluent_add_subtract_circle_20_regular:before{content:"\e00f"}.icon-ic_fluent_airplane_20_filled:before{content:"\e010"}.icon-ic_fluent_airplane_20_regular:before{content:"\e011"}.icon-ic_fluent_airplane_landing_20_filled:before{content:"\e012"}.icon-ic_fluent_airplane_landing_20_regular:before{content:"\e013"}.icon-ic_fluent_airplane_take_off_20_filled:before{content:"\e014"}.icon-ic_fluent_airplane_take_off_20_regular:before{content:"\e015"}.icon-ic_fluent_album_20_filled:before{content:"\e016"}.icon-ic_fluent_album_20_regular:before{content:"\e017"}.icon-ic_fluent_album_add_20_filled:before{content:"\e018"}.icon-ic_fluent_album_add_20_regular:before{content:"\e019"}.icon-ic_fluent_alert_20_filled:before{content:"\e01a"}.icon-ic_fluent_alert_20_regular:before{content:"\e01b"}.icon-ic_fluent_alert_badge_20_filled:before{content:"\e01c"}.icon-ic_fluent_alert_badge_20_regular:before{content:"\e01d"}.icon-ic_fluent_alert_off_20_filled:before{content:"\e01e"}.icon-ic_fluent_alert_off_20_regular:before{content:"\e01f"}.icon-ic_fluent_alert_on_20_filled:before{content:"\e020"}.icon-ic_fluent_alert_on_20_regular:before{content:"\e021"}.icon-ic_fluent_alert_snooze_20_filled:before{content:"\e022"}.icon-ic_fluent_alert_snooze_20_regular:before{content:"\e023"}.icon-ic_fluent_alert_urgent_20_filled:before{content:"\e024"}.icon-ic_fluent_alert_urgent_20_regular:before{content:"\e025"}.icon-ic_fluent_align_bottom_20_filled:before{content:"\e026"}.icon-ic_fluent_align_bottom_20_regular:before{content:"\e027"}.icon-ic_fluent_align_center_horizontal_20_filled:before{content:"\e028"}.icon-ic_fluent_align_center_horizontal_20_regular:before{content:"\e029"}.icon-ic_fluent_align_center_vertical_20_filled:before{content:"\e02a"}.icon-ic_fluent_align_center_vertical_20_regular:before{content:"\e02b"}.icon-ic_fluent_align_end_horizontal_20_filled:before{content:"\e02c"}.icon-ic_fluent_align_end_horizontal_20_regular:before{content:"\e02d"}.icon-ic_fluent_align_end_vertical_20_filled:before{content:"\e02e"}.icon-ic_fluent_align_end_vertical_20_regular:before{content:"\e02f"}.icon-ic_fluent_align_left_20_filled:before{content:"\e030"}.icon-ic_fluent_align_left_20_regular:before{content:"\e031"}.icon-ic_fluent_align_right_20_filled:before{content:"\e032"}.icon-ic_fluent_align_right_20_regular:before{content:"\e033"}.icon-ic_fluent_align_space_around_horizontal_20_filled:before{content:"\e034"}.icon-ic_fluent_align_space_around_horizontal_20_regular:before{content:"\e035"}.icon-ic_fluent_align_space_around_vertical_20_filled:before{content:"\e036"}.icon-ic_fluent_align_space_around_vertical_20_regular:before{content:"\e037"}.icon-ic_fluent_align_space_between_horizontal_20_filled:before{content:"\e038"}.icon-ic_fluent_align_space_between_horizontal_20_regular:before{content:"\e039"}.icon-ic_fluent_align_space_between_vertical_20_filled:before{content:"\e03a"}.icon-ic_fluent_align_space_between_vertical_20_regular:before{content:"\e03b"}.icon-ic_fluent_align_space_evenly_horizontal_20_filled:before{content:"\e03c"}.icon-ic_fluent_align_space_evenly_horizontal_20_regular:before{content:"\e03d"}.icon-ic_fluent_align_space_evenly_vertical_20_filled:before{content:"\e03e"}.icon-ic_fluent_align_space_evenly_vertical_20_regular:before{content:"\e03f"}.icon-ic_fluent_align_space_fit_vertical_20_filled:before{content:"\e040"}.icon-ic_fluent_align_space_fit_vertical_20_regular:before{content:"\e041"}.icon-ic_fluent_align_start_horizontal_20_filled:before{content:"\e042"}.icon-ic_fluent_align_start_horizontal_20_regular:before{content:"\e043"}.icon-ic_fluent_align_start_vertical_20_filled:before{content:"\e044"}.icon-ic_fluent_align_start_vertical_20_regular:before{content:"\e045"}.icon-ic_fluent_align_straighten_20_filled:before{content:"\e046"}.icon-ic_fluent_align_straighten_20_regular:before{content:"\e047"}.icon-ic_fluent_align_stretch_horizontal_20_filled:before{content:"\e048"}.icon-ic_fluent_align_stretch_horizontal_20_regular:before{content:"\e049"}.icon-ic_fluent_align_stretch_vertical_20_filled:before{content:"\e04a"}.icon-ic_fluent_align_stretch_vertical_20_regular:before{content:"\e04b"}.icon-ic_fluent_align_top_20_filled:before{content:"\e04c"}.icon-ic_fluent_align_top_20_regular:before{content:"\e04d"}.icon-ic_fluent_animal_cat_20_filled:before{content:"\e04e"}.icon-ic_fluent_animal_cat_20_regular:before{content:"\e04f"}.icon-ic_fluent_animal_dog_20_filled:before{content:"\e050"}.icon-ic_fluent_animal_dog_20_regular:before{content:"\e051"}.icon-ic_fluent_animal_rabbit_20_filled:before{content:"\e052"}.icon-ic_fluent_animal_rabbit_20_regular:before{content:"\e053"}.icon-ic_fluent_animal_rabbit_off_20_filled:before{content:"\e054"}.icon-ic_fluent_animal_rabbit_off_20_regular:before{content:"\e055"}.icon-ic_fluent_animal_turtle_20_filled:before{content:"\e056"}.icon-ic_fluent_animal_turtle_20_regular:before{content:"\e057"}.icon-ic_fluent_app_folder_20_filled:before{content:"\e058"}.icon-ic_fluent_app_folder_20_regular:before{content:"\e059"}.icon-ic_fluent_app_generic_20_filled:before{content:"\e05a"}.icon-ic_fluent_app_generic_20_regular:before{content:"\e05b"}.icon-ic_fluent_app_recent_20_filled:before{content:"\e05c"}.icon-ic_fluent_app_recent_20_regular:before{content:"\e05d"}.icon-ic_fluent_app_title_20_filled:before{content:"\e05e"}.icon-ic_fluent_app_title_20_regular:before{content:"\e05f"}.icon-ic_fluent_approvals_app_20_filled:before{content:"\e060"}.icon-ic_fluent_approvals_app_20_regular:before{content:"\e061"}.icon-ic_fluent_apps_20_filled:before{content:"\e062"}.icon-ic_fluent_apps_20_regular:before{content:"\e063"}.icon-ic_fluent_apps_add_in_20_filled:before{content:"\e064"}.icon-ic_fluent_apps_add_in_20_regular:before{content:"\e065"}.icon-ic_fluent_apps_list_20_filled:before{content:"\e066"}.icon-ic_fluent_apps_list_20_regular:before{content:"\e067"}.icon-ic_fluent_apps_list_detail_20_filled:before{content:"\e068"}.icon-ic_fluent_apps_list_detail_20_regular:before{content:"\e069"}.icon-ic_fluent_archive_20_filled:before{content:"\e06a"}.icon-ic_fluent_archive_20_regular:before{content:"\e06b"}.icon-ic_fluent_archive_arrow_back_20_filled:before{content:"\e06c"}.icon-ic_fluent_archive_arrow_back_20_regular:before{content:"\e06d"}.icon-ic_fluent_archive_multiple_20_filled:before{content:"\e06e"}.icon-ic_fluent_archive_multiple_20_regular:before{content:"\e06f"}.icon-ic_fluent_archive_settings_20_filled:before{content:"\e070"}.icon-ic_fluent_archive_settings_20_regular:before{content:"\e071"}.icon-ic_fluent_arrow_autofit_content_20_filled:before{content:"\e072"}.icon-ic_fluent_arrow_autofit_content_20_regular:before{content:"\e073"}.icon-ic_fluent_arrow_autofit_down_20_filled:before{content:"\e074"}.icon-ic_fluent_arrow_autofit_down_20_regular:before{content:"\e075"}.icon-ic_fluent_arrow_autofit_height_20_filled:before{content:"\e076"}.icon-ic_fluent_arrow_autofit_height_20_regular:before{content:"\e077"}.icon-ic_fluent_arrow_autofit_height_dotted_20_filled:before{content:"\e078"}.icon-ic_fluent_arrow_autofit_height_dotted_20_regular:before{content:"\e079"}.icon-ic_fluent_arrow_autofit_height_in_20_filled:before{content:"\e07a"}.icon-ic_fluent_arrow_autofit_height_in_20_regular:before{content:"\e07b"}.icon-ic_fluent_arrow_autofit_up_20_filled:before{content:"\e07c"}.icon-ic_fluent_arrow_autofit_up_20_regular:before{content:"\e07d"}.icon-ic_fluent_arrow_autofit_width_20_filled:before{content:"\e07e"}.icon-ic_fluent_arrow_autofit_width_20_regular:before{content:"\e07f"}.icon-ic_fluent_arrow_autofit_width_dotted_20_filled:before{content:"\e080"}.icon-ic_fluent_arrow_autofit_width_dotted_20_regular:before{content:"\e081"}.icon-ic_fluent_arrow_between_down_20_filled:before{content:"\e082"}.icon-ic_fluent_arrow_between_down_20_regular:before{content:"\e083"}.icon-ic_fluent_arrow_between_up_20_filled:before{content:"\e084"}.icon-ic_fluent_arrow_between_up_20_regular:before{content:"\e085"}.icon-ic_fluent_arrow_bidirectional_left_right_20_filled:before{content:"\e086"}.icon-ic_fluent_arrow_bidirectional_left_right_20_regular:before{content:"\e087"}.icon-ic_fluent_arrow_bidirectional_up_down_20_filled:before{content:"\e088"}.icon-ic_fluent_arrow_bidirectional_up_down_20_regular:before{content:"\e089"}.icon-ic_fluent_arrow_bounce_20_filled:before{content:"\e08a"}.icon-ic_fluent_arrow_bounce_20_regular:before{content:"\e08b"}.icon-ic_fluent_arrow_circle_down_20_filled:before{content:"\e08c"}.icon-ic_fluent_arrow_circle_down_20_regular:before{content:"\e08d"}.icon-ic_fluent_arrow_circle_down_double_20_filled:before{content:"\e08e"}.icon-ic_fluent_arrow_circle_down_double_20_regular:before{content:"\e08f"}.icon-ic_fluent_arrow_circle_down_right_20_filled:before{content:"\e090"}.icon-ic_fluent_arrow_circle_down_right_20_regular:before{content:"\e091"}.icon-ic_fluent_arrow_circle_down_split_20_filled:before{content:"\e092"}.icon-ic_fluent_arrow_circle_down_split_20_regular:before{content:"\e093"}.icon-ic_fluent_arrow_circle_down_up_20_filled:before{content:"\e094"}.icon-ic_fluent_arrow_circle_down_up_20_regular:before{content:"\e095"}.icon-ic_fluent_arrow_circle_left_20_filled:before{content:"\e096"}.icon-ic_fluent_arrow_circle_left_20_regular:before{content:"\e097"}.icon-ic_fluent_arrow_circle_right_20_filled:before{content:"\e098"}.icon-ic_fluent_arrow_circle_right_20_regular:before{content:"\e099"}.icon-ic_fluent_arrow_circle_up_20_filled:before{content:"\e09a"}.icon-ic_fluent_arrow_circle_up_20_regular:before{content:"\e09b"}.icon-ic_fluent_arrow_circle_up_left_20_filled:before{content:"\e09c"}.icon-ic_fluent_arrow_circle_up_left_20_regular:before{content:"\e09d"}.icon-ic_fluent_arrow_circle_up_right_20_filled:before{content:"\e09e"}.icon-ic_fluent_arrow_circle_up_right_20_regular:before{content:"\e09f"}.icon-ic_fluent_arrow_clockwise_20_filled:before{content:"\e0a0"}.icon-ic_fluent_arrow_clockwise_20_regular:before{content:"\e0a1"}.icon-ic_fluent_arrow_clockwise_dashes_20_filled:before{content:"\e0a2"}.icon-ic_fluent_arrow_clockwise_dashes_20_regular:before{content:"\e0a3"}.icon-ic_fluent_arrow_collapse_all_20_filled:before{content:"\e0a4"}.icon-ic_fluent_arrow_collapse_all_20_regular:before{content:"\e0a5"}.icon-ic_fluent_arrow_counterclockwise_20_filled:before{content:"\e0a6"}.icon-ic_fluent_arrow_counterclockwise_20_regular:before{content:"\e0a7"}.icon-ic_fluent_arrow_counterclockwise_dashes_20_filled:before{content:"\e0a8"}.icon-ic_fluent_arrow_counterclockwise_dashes_20_regular:before{content:"\e0a9"}.icon-ic_fluent_arrow_curve_down_left_20_filled:before{content:"\e0aa"}.icon-ic_fluent_arrow_curve_down_left_20_regular:before{content:"\e0ab"}.icon-ic_fluent_arrow_curve_down_right_20_filled:before{content:"\e0ac"}.icon-ic_fluent_arrow_curve_down_right_20_regular:before{content:"\e0ad"}.icon-ic_fluent_arrow_curve_up_left_20_filled:before{content:"\e0ae"}.icon-ic_fluent_arrow_curve_up_left_20_regular:before{content:"\e0af"}.icon-ic_fluent_arrow_curve_up_right_20_filled:before{content:"\e0b0"}.icon-ic_fluent_arrow_curve_up_right_20_regular:before{content:"\e0b1"}.icon-ic_fluent_arrow_down_20_filled:before{content:"\e0b2"}.icon-ic_fluent_arrow_down_20_regular:before{content:"\e0b3"}.icon-ic_fluent_arrow_down_exclamation_20_filled:before{content:"\e0b4"}.icon-ic_fluent_arrow_down_exclamation_20_regular:before{content:"\e0b5"}.icon-ic_fluent_arrow_down_left_20_filled:before{content:"\e0b6"}.icon-ic_fluent_arrow_down_left_20_regular:before{content:"\e0b7"}.icon-ic_fluent_arrow_download_20_filled:before{content:"\e0b8"}.icon-ic_fluent_arrow_download_20_regular:before{content:"\e0b9"}.icon-ic_fluent_arrow_download_off_20_filled:before{content:"\e0ba"}.icon-ic_fluent_arrow_download_off_20_regular:before{content:"\e0bb"}.icon-ic_fluent_arrow_eject_20_filled:before{content:"\e0bc"}.icon-ic_fluent_arrow_eject_20_regular:before{content:"\e0bd"}.icon-ic_fluent_arrow_enter_20_filled:before{content:"\e0be"}.icon-ic_fluent_arrow_enter_20_regular:before{content:"\e0bf"}.icon-ic_fluent_arrow_enter_left_20_filled:before{content:"\e0c0"}.icon-ic_fluent_arrow_enter_left_20_regular:before{content:"\e0c1"}.icon-ic_fluent_arrow_enter_up_20_filled:before{content:"\e0c2"}.icon-ic_fluent_arrow_enter_up_20_regular:before{content:"\e0c3"}.icon-ic_fluent_arrow_exit_20_filled:before{content:"\e0c4"}.icon-ic_fluent_arrow_exit_20_regular:before{content:"\e0c5"}.icon-ic_fluent_arrow_expand_20_filled:before{content:"\e0c6"}.icon-ic_fluent_arrow_expand_20_regular:before{content:"\e0c7"}.icon-ic_fluent_arrow_export_20_filled:before{content:"\e0c8"}.icon-ic_fluent_arrow_export_20_regular:before{content:"\e0c9"}.icon-ic_fluent_arrow_export_ltr_20_filled:before{content:"\e0ca"}.icon-ic_fluent_arrow_export_ltr_20_regular:before{content:"\e0cb"}.icon-ic_fluent_arrow_export_rtl_20_filled:before{content:"\e0cc"}.icon-ic_fluent_arrow_export_rtl_20_regular:before{content:"\e0cd"}.icon-ic_fluent_arrow_export_up_20_filled:before{content:"\e0ce"}.icon-ic_fluent_arrow_export_up_20_regular:before{content:"\e0cf"}.icon-ic_fluent_arrow_fit_20_filled:before{content:"\e0d0"}.icon-ic_fluent_arrow_fit_20_regular:before{content:"\e0d1"}.icon-ic_fluent_arrow_fit_in_20_filled:before{content:"\e0d2"}.icon-ic_fluent_arrow_fit_in_20_regular:before{content:"\e0d3"}.icon-ic_fluent_arrow_flow_diagonal_up_right_20_filled:before{content:"\e0d4"}.icon-ic_fluent_arrow_flow_diagonal_up_right_20_regular:before{content:"\e0d5"}.icon-ic_fluent_arrow_flow_up_right_20_filled:before{content:"\e0d6"}.icon-ic_fluent_arrow_flow_up_right_20_regular:before{content:"\e0d7"}.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_filled:before{content:"\e0d8"}.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular:before{content:"\e0d9"}.icon-ic_fluent_arrow_forward_20_filled:before{content:"\e0da"}.icon-ic_fluent_arrow_forward_20_regular:before{content:"\e0db"}.icon-ic_fluent_arrow_forward_down_lightning_20_filled:before{content:"\e0dc"}.icon-ic_fluent_arrow_forward_down_lightning_20_regular:before{content:"\e0dd"}.icon-ic_fluent_arrow_forward_down_person_20_filled:before{content:"\e0de"}.icon-ic_fluent_arrow_forward_down_person_20_regular:before{content:"\e0df"}.icon-ic_fluent_arrow_hook_down_left_20_filled:before{content:"\e0e0"}.icon-ic_fluent_arrow_hook_down_left_20_regular:before{content:"\e0e1"}.icon-ic_fluent_arrow_hook_down_right_20_filled:before{content:"\e0e2"}.icon-ic_fluent_arrow_hook_down_right_20_regular:before{content:"\e0e3"}.icon-ic_fluent_arrow_hook_up_left_20_filled:before{content:"\e0e4"}.icon-ic_fluent_arrow_hook_up_left_20_regular:before{content:"\e0e5"}.icon-ic_fluent_arrow_hook_up_right_20_filled:before{content:"\e0e6"}.icon-ic_fluent_arrow_hook_up_right_20_regular:before{content:"\e0e7"}.icon-ic_fluent_arrow_import_20_filled:before{content:"\e0e8"}.icon-ic_fluent_arrow_import_20_regular:before{content:"\e0e9"}.icon-ic_fluent_arrow_join_20_filled:before{content:"\e0ea"}.icon-ic_fluent_arrow_join_20_regular:before{content:"\e0eb"}.icon-ic_fluent_arrow_left_20_filled:before{content:"\e0ec"}.icon-ic_fluent_arrow_left_20_regular:before{content:"\e0ed"}.icon-ic_fluent_arrow_maximize_20_filled:before{content:"\e0ee"}.icon-ic_fluent_arrow_maximize_20_regular:before{content:"\e0ef"}.icon-ic_fluent_arrow_maximize_vertical_20_filled:before{content:"\e0f0"}.icon-ic_fluent_arrow_maximize_vertical_20_regular:before{content:"\e0f1"}.icon-ic_fluent_arrow_minimize_20_filled:before{content:"\e0f2"}.icon-ic_fluent_arrow_minimize_20_regular:before{content:"\e0f3"}.icon-ic_fluent_arrow_minimize_vertical_20_filled:before{content:"\e0f4"}.icon-ic_fluent_arrow_minimize_vertical_20_regular:before{content:"\e0f5"}.icon-ic_fluent_arrow_move_20_filled:before{content:"\e0f6"}.icon-ic_fluent_arrow_move_20_regular:before{content:"\e0f7"}.icon-ic_fluent_arrow_move_inward_20_filled:before{content:"\e0f8"}.icon-ic_fluent_arrow_move_inward_20_regular:before{content:"\e0f9"}.icon-ic_fluent_arrow_next_20_filled:before{content:"\e0fa"}.icon-ic_fluent_arrow_next_20_regular:before{content:"\e0fb"}.icon-ic_fluent_arrow_outline_down_left_20_filled:before{content:"\e0fc"}.icon-ic_fluent_arrow_outline_down_left_20_regular:before{content:"\e0fd"}.icon-ic_fluent_arrow_outline_up_right_20_filled:before{content:"\e0fe"}.icon-ic_fluent_arrow_outline_up_right_20_regular:before{content:"\e0ff"}.icon-ic_fluent_arrow_paragraph_20_filled:before{content:"\e100"}.icon-ic_fluent_arrow_paragraph_20_regular:before{content:"\e101"}.icon-ic_fluent_arrow_previous_20_filled:before{content:"\e102"}.icon-ic_fluent_arrow_previous_20_regular:before{content:"\e103"}.icon-ic_fluent_arrow_redo_20_filled:before{content:"\e104"}.icon-ic_fluent_arrow_redo_20_regular:before{content:"\e105"}.icon-ic_fluent_arrow_repeat_1_20_filled:before{content:"\e106"}.icon-ic_fluent_arrow_repeat_1_20_regular:before{content:"\e107"}.icon-ic_fluent_arrow_repeat_all_20_filled:before{content:"\e108"}.icon-ic_fluent_arrow_repeat_all_20_regular:before{content:"\e109"}.icon-ic_fluent_arrow_repeat_all_off_20_filled:before{content:"\e10a"}.icon-ic_fluent_arrow_repeat_all_off_20_regular:before{content:"\e10b"}.icon-ic_fluent_arrow_reply_20_filled:before{content:"\e10c"}.icon-ic_fluent_arrow_reply_20_regular:before{content:"\e10d"}.icon-ic_fluent_arrow_reply_all_20_filled:before{content:"\e10e"}.icon-ic_fluent_arrow_reply_all_20_regular:before{content:"\e10f"}.icon-ic_fluent_arrow_reply_down_20_filled:before{content:"\e110"}.icon-ic_fluent_arrow_reply_down_20_regular:before{content:"\e111"}.icon-ic_fluent_arrow_reset_20_filled:before{content:"\e112"}.icon-ic_fluent_arrow_reset_20_regular:before{content:"\e113"}.icon-ic_fluent_arrow_right_20_filled:before{content:"\e114"}.icon-ic_fluent_arrow_right_20_regular:before{content:"\e115"}.icon-ic_fluent_arrow_rotate_clockwise_20_filled:before{content:"\e116"}.icon-ic_fluent_arrow_rotate_clockwise_20_regular:before{content:"\e117"}.icon-ic_fluent_arrow_rotate_counterclockwise_20_filled:before{content:"\e118"}.icon-ic_fluent_arrow_rotate_counterclockwise_20_regular:before{content:"\e119"}.icon-ic_fluent_arrow_routing_20_filled:before{content:"\e11a"}.icon-ic_fluent_arrow_routing_20_regular:before{content:"\e11b"}.icon-ic_fluent_arrow_routing_rectangle_multiple_20_filled:before{content:"\e11c"}.icon-ic_fluent_arrow_routing_rectangle_multiple_20_regular:before{content:"\e11d"}.icon-ic_fluent_arrow_shuffle_20_filled:before{content:"\e11e"}.icon-ic_fluent_arrow_shuffle_20_regular:before{content:"\e11f"}.icon-ic_fluent_arrow_shuffle_off_20_filled:before{content:"\e120"}.icon-ic_fluent_arrow_shuffle_off_20_regular:before{content:"\e121"}.icon-ic_fluent_arrow_sort_20_filled:before{content:"\e122"}.icon-ic_fluent_arrow_sort_20_regular:before{content:"\e123"}.icon-ic_fluent_arrow_sort_down_20_filled:before{content:"\e124"}.icon-ic_fluent_arrow_sort_down_20_regular:before{content:"\e125"}.icon-ic_fluent_arrow_sort_down_lines_20_filled:before{content:"\e126"}.icon-ic_fluent_arrow_sort_down_lines_20_regular:before{content:"\e127"}.icon-ic_fluent_arrow_sort_up_20_filled:before{content:"\e128"}.icon-ic_fluent_arrow_sort_up_20_regular:before{content:"\e129"}.icon-ic_fluent_arrow_split_20_filled:before{content:"\e12a"}.icon-ic_fluent_arrow_split_20_regular:before{content:"\e12b"}.icon-ic_fluent_arrow_sprint_20_filled:before{content:"\e12c"}.icon-ic_fluent_arrow_sprint_20_regular:before{content:"\e12d"}.icon-ic_fluent_arrow_square_down_20_filled:before{content:"\e12e"}.icon-ic_fluent_arrow_square_down_20_regular:before{content:"\e12f"}.icon-ic_fluent_arrow_square_up_right_20_filled:before{content:"\e130"}.icon-ic_fluent_arrow_square_up_right_20_regular:before{content:"\e131"}.icon-ic_fluent_arrow_step_back_20_filled:before{content:"\e132"}.icon-ic_fluent_arrow_step_back_20_regular:before{content:"\e133"}.icon-ic_fluent_arrow_step_in_20_filled:before{content:"\e134"}.icon-ic_fluent_arrow_step_in_20_regular:before{content:"\e135"}.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_filled:before{content:"\e136"}.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_regular:before{content:"\e137"}.icon-ic_fluent_arrow_step_in_left_20_filled:before{content:"\e138"}.icon-ic_fluent_arrow_step_in_left_20_regular:before{content:"\e139"}.icon-ic_fluent_arrow_step_in_right_20_filled:before{content:"\e13a"}.icon-ic_fluent_arrow_step_in_right_20_regular:before{content:"\e13b"}.icon-ic_fluent_arrow_step_out_20_filled:before{content:"\e13c"}.icon-ic_fluent_arrow_step_out_20_regular:before{content:"\e13d"}.icon-ic_fluent_arrow_step_over_20_filled:before{content:"\e13e"}.icon-ic_fluent_arrow_step_over_20_regular:before{content:"\e13f"}.icon-ic_fluent_arrow_swap_20_filled:before{content:"\e140"}.icon-ic_fluent_arrow_swap_20_regular:before{content:"\e141"}.icon-ic_fluent_arrow_sync_20_filled:before{content:"\e142"}.icon-ic_fluent_arrow_sync_20_regular:before{content:"\e143"}.icon-ic_fluent_arrow_sync_checkmark_20_filled:before{content:"\e144"}.icon-ic_fluent_arrow_sync_checkmark_20_regular:before{content:"\e145"}.icon-ic_fluent_arrow_sync_circle_20_filled:before{content:"\e146"}.icon-ic_fluent_arrow_sync_circle_20_regular:before{content:"\e147"}.icon-ic_fluent_arrow_sync_dismiss_20_filled:before{content:"\e148"}.icon-ic_fluent_arrow_sync_dismiss_20_regular:before{content:"\e149"}.icon-ic_fluent_arrow_sync_off_20_filled:before{content:"\e14a"}.icon-ic_fluent_arrow_sync_off_20_regular:before{content:"\e14b"}.icon-ic_fluent_arrow_trending_20_filled:before{content:"\e14c"}.icon-ic_fluent_arrow_trending_20_regular:before{content:"\e14d"}.icon-ic_fluent_arrow_trending_checkmark_20_filled:before{content:"\e14e"}.icon-ic_fluent_arrow_trending_checkmark_20_regular:before{content:"\e14f"}.icon-ic_fluent_arrow_trending_down_20_filled:before{content:"\e150"}.icon-ic_fluent_arrow_trending_down_20_regular:before{content:"\e151"}.icon-ic_fluent_arrow_trending_lines_20_filled:before{content:"\e152"}.icon-ic_fluent_arrow_trending_lines_20_regular:before{content:"\e153"}.icon-ic_fluent_arrow_trending_settings_20_filled:before{content:"\e154"}.icon-ic_fluent_arrow_trending_settings_20_regular:before{content:"\e155"}.icon-ic_fluent_arrow_trending_sparkle_20_filled:before{content:"\e156"}.icon-ic_fluent_arrow_trending_sparkle_20_regular:before{content:"\e157"}.icon-ic_fluent_arrow_trending_text_20_filled:before{content:"\e158"}.icon-ic_fluent_arrow_trending_text_20_regular:before{content:"\e159"}.icon-ic_fluent_arrow_trending_wrench_20_filled:before{content:"\e15a"}.icon-ic_fluent_arrow_trending_wrench_20_regular:before{content:"\e15b"}.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_filled:before{content:"\e15c"}.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_regular:before{content:"\e15d"}.icon-ic_fluent_arrow_turn_down_left_20_filled:before{content:"\e15e"}.icon-ic_fluent_arrow_turn_down_left_20_regular:before{content:"\e15f"}.icon-ic_fluent_arrow_turn_down_right_20_filled:before{content:"\e160"}.icon-ic_fluent_arrow_turn_down_right_20_regular:before{content:"\e161"}.icon-ic_fluent_arrow_turn_down_up_20_filled:before{content:"\e162"}.icon-ic_fluent_arrow_turn_down_up_20_regular:before{content:"\e163"}.icon-ic_fluent_arrow_turn_left_down_20_filled:before{content:"\e164"}.icon-ic_fluent_arrow_turn_left_down_20_regular:before{content:"\e165"}.icon-ic_fluent_arrow_turn_left_right_20_filled:before{content:"\e166"}.icon-ic_fluent_arrow_turn_left_right_20_regular:before{content:"\e167"}.icon-ic_fluent_arrow_turn_left_up_20_filled:before{content:"\e168"}.icon-ic_fluent_arrow_turn_left_up_20_regular:before{content:"\e169"}.icon-ic_fluent_arrow_turn_right_20_filled:before{content:"\e16a"}.icon-ic_fluent_arrow_turn_right_20_regular:before{content:"\e16b"}.icon-ic_fluent_arrow_turn_right_down_20_filled:before{content:"\e16c"}.icon-ic_fluent_arrow_turn_right_down_20_regular:before{content:"\e16d"}.icon-ic_fluent_arrow_turn_right_left_20_filled:before{content:"\e16e"}.icon-ic_fluent_arrow_turn_right_left_20_regular:before{content:"\e16f"}.icon-ic_fluent_arrow_turn_right_up_20_filled:before{content:"\e170"}.icon-ic_fluent_arrow_turn_right_up_20_regular:before{content:"\e171"}.icon-ic_fluent_arrow_turn_up_down_20_filled:before{content:"\e172"}.icon-ic_fluent_arrow_turn_up_down_20_regular:before{content:"\e173"}.icon-ic_fluent_arrow_turn_up_left_20_filled:before{content:"\e174"}.icon-ic_fluent_arrow_turn_up_left_20_regular:before{content:"\e175"}.icon-ic_fluent_arrow_undo_20_filled:before{content:"\e176"}.icon-ic_fluent_arrow_undo_20_regular:before{content:"\e177"}.icon-ic_fluent_arrow_up_20_filled:before{content:"\e178"}.icon-ic_fluent_arrow_up_20_regular:before{content:"\e179"}.icon-ic_fluent_arrow_up_left_20_filled:before{content:"\e17a"}.icon-ic_fluent_arrow_up_left_20_regular:before{content:"\e17b"}.icon-ic_fluent_arrow_up_right_20_filled:before{content:"\e17c"}.icon-ic_fluent_arrow_up_right_20_regular:before{content:"\e17d"}.icon-ic_fluent_arrow_upload_20_filled:before{content:"\e17e"}.icon-ic_fluent_arrow_upload_20_regular:before{content:"\e17f"}.icon-ic_fluent_arrow_wrap_20_filled:before{content:"\e180"}.icon-ic_fluent_arrow_wrap_20_regular:before{content:"\e181"}.icon-ic_fluent_arrow_wrap_off_20_filled:before{content:"\e182"}.icon-ic_fluent_arrow_wrap_off_20_regular:before{content:"\e183"}.icon-ic_fluent_arrows_bidirectional_20_filled:before{content:"\e184"}.icon-ic_fluent_arrows_bidirectional_20_regular:before{content:"\e185"}.icon-ic_fluent_attach_20_filled:before{content:"\e186"}.icon-ic_fluent_attach_20_regular:before{content:"\e187"}.icon-ic_fluent_attach_arrow_right_20_filled:before{content:"\e188"}.icon-ic_fluent_attach_arrow_right_20_regular:before{content:"\e189"}.icon-ic_fluent_attach_text_20_filled:before{content:"\e18a"}.icon-ic_fluent_attach_text_20_regular:before{content:"\e18b"}.icon-ic_fluent_auto_fit_height_20_filled:before{content:"\e18c"}.icon-ic_fluent_auto_fit_height_20_regular:before{content:"\e18d"}.icon-ic_fluent_auto_fit_width_20_filled:before{content:"\e18e"}.icon-ic_fluent_auto_fit_width_20_regular:before{content:"\e18f"}.icon-ic_fluent_autocorrect_20_filled:before{content:"\e190"}.icon-ic_fluent_autocorrect_20_regular:before{content:"\e191"}.icon-ic_fluent_autosum_20_filled:before{content:"\e192"}.icon-ic_fluent_autosum_20_regular:before{content:"\e193"}.icon-ic_fluent_backpack_20_filled:before{content:"\e194"}.icon-ic_fluent_backpack_20_regular:before{content:"\e195"}.icon-ic_fluent_backpack_add_20_filled:before{content:"\e196"}.icon-ic_fluent_backpack_add_20_regular:before{content:"\e197"}.icon-ic_fluent_backspace_20_filled:before{content:"\e198"}.icon-ic_fluent_backspace_20_regular:before{content:"\e199"}.icon-ic_fluent_badge_20_filled:before{content:"\e19a"}.icon-ic_fluent_badge_20_regular:before{content:"\e19b"}.icon-ic_fluent_balloon_20_filled:before{content:"\e19c"}.icon-ic_fluent_balloon_20_regular:before{content:"\e19d"}.icon-ic_fluent_barcode_scanner_20_filled:before{content:"\e19e"}.icon-ic_fluent_barcode_scanner_20_regular:before{content:"\e19f"}.icon-ic_fluent_battery_0_20_filled:before{content:"\e1a0"}.icon-ic_fluent_battery_0_20_regular:before{content:"\e1a1"}.icon-ic_fluent_battery_1_20_filled:before{content:"\e1a2"}.icon-ic_fluent_battery_1_20_regular:before{content:"\e1a3"}.icon-ic_fluent_battery_10_20_filled:before{content:"\e1a4"}.icon-ic_fluent_battery_10_20_regular:before{content:"\e1a5"}.icon-ic_fluent_battery_2_20_filled:before{content:"\e1a6"}.icon-ic_fluent_battery_2_20_regular:before{content:"\e1a7"}.icon-ic_fluent_battery_3_20_filled:before{content:"\e1a8"}.icon-ic_fluent_battery_3_20_regular:before{content:"\e1a9"}.icon-ic_fluent_battery_4_20_filled:before{content:"\e1aa"}.icon-ic_fluent_battery_4_20_regular:before{content:"\e1ab"}.icon-ic_fluent_battery_5_20_filled:before{content:"\e1ac"}.icon-ic_fluent_battery_5_20_regular:before{content:"\e1ad"}.icon-ic_fluent_battery_6_20_filled:before{content:"\e1ae"}.icon-ic_fluent_battery_6_20_regular:before{content:"\e1af"}.icon-ic_fluent_battery_7_20_filled:before{content:"\e1b0"}.icon-ic_fluent_battery_7_20_regular:before{content:"\e1b1"}.icon-ic_fluent_battery_8_20_filled:before{content:"\e1b2"}.icon-ic_fluent_battery_8_20_regular:before{content:"\e1b3"}.icon-ic_fluent_battery_9_20_filled:before{content:"\e1b4"}.icon-ic_fluent_battery_9_20_regular:before{content:"\e1b5"}.icon-ic_fluent_battery_charge_20_filled:before{content:"\e1b6"}.icon-ic_fluent_battery_charge_20_regular:before{content:"\e1b7"}.icon-ic_fluent_battery_checkmark_20_filled:before{content:"\e1b8"}.icon-ic_fluent_battery_checkmark_20_regular:before{content:"\e1b9"}.icon-ic_fluent_battery_saver_20_filled:before{content:"\e1ba"}.icon-ic_fluent_battery_saver_20_regular:before{content:"\e1bb"}.icon-ic_fluent_battery_warning_20_filled:before{content:"\e1bc"}.icon-ic_fluent_battery_warning_20_regular:before{content:"\e1bd"}.icon-ic_fluent_beach_20_filled:before{content:"\e1be"}.icon-ic_fluent_beach_20_regular:before{content:"\e1bf"}.icon-ic_fluent_beaker_20_filled:before{content:"\e1c0"}.icon-ic_fluent_beaker_20_regular:before{content:"\e1c1"}.icon-ic_fluent_beaker_add_20_filled:before{content:"\e1c2"}.icon-ic_fluent_beaker_add_20_regular:before{content:"\e1c3"}.icon-ic_fluent_beaker_dismiss_20_filled:before{content:"\e1c4"}.icon-ic_fluent_beaker_dismiss_20_regular:before{content:"\e1c5"}.icon-ic_fluent_beaker_edit_20_filled:before{content:"\e1c6"}.icon-ic_fluent_beaker_edit_20_regular:before{content:"\e1c7"}.icon-ic_fluent_beaker_off_20_filled:before{content:"\e1c8"}.icon-ic_fluent_beaker_off_20_regular:before{content:"\e1c9"}.icon-ic_fluent_beaker_settings_20_filled:before{content:"\e1ca"}.icon-ic_fluent_beaker_settings_20_regular:before{content:"\e1cb"}.icon-ic_fluent_bed_20_filled:before{content:"\e1cc"}.icon-ic_fluent_bed_20_regular:before{content:"\e1cd"}.icon-ic_fluent_bezier_curve_square_20_filled:before{content:"\e1ce"}.icon-ic_fluent_bezier_curve_square_20_regular:before{content:"\e1cf"}.icon-ic_fluent_bin_full_20_filled:before{content:"\e1d0"}.icon-ic_fluent_bin_full_20_regular:before{content:"\e1d1"}.icon-ic_fluent_bin_recycle_20_filled:before{content:"\e1d2"}.icon-ic_fluent_bin_recycle_20_regular:before{content:"\e1d3"}.icon-ic_fluent_bin_recycle_full_20_filled:before{content:"\e1d4"}.icon-ic_fluent_bin_recycle_full_20_regular:before{content:"\e1d5"}.icon-ic_fluent_binder_triangle_20_filled:before{content:"\e1d6"}.icon-ic_fluent_binder_triangle_20_regular:before{content:"\e1d7"}.icon-ic_fluent_bluetooth_20_filled:before{content:"\e1d8"}.icon-ic_fluent_bluetooth_20_regular:before{content:"\e1d9"}.icon-ic_fluent_bluetooth_connected_20_filled:before{content:"\e1da"}.icon-ic_fluent_bluetooth_connected_20_regular:before{content:"\e1db"}.icon-ic_fluent_bluetooth_disabled_20_filled:before{content:"\e1dc"}.icon-ic_fluent_bluetooth_disabled_20_regular:before{content:"\e1dd"}.icon-ic_fluent_bluetooth_searching_20_filled:before{content:"\e1de"}.icon-ic_fluent_bluetooth_searching_20_regular:before{content:"\e1df"}.icon-ic_fluent_blur_20_filled:before{content:"\e1e0"}.icon-ic_fluent_blur_20_regular:before{content:"\e1e1"}.icon-ic_fluent_board_20_filled:before{content:"\e1e2"}.icon-ic_fluent_board_20_regular:before{content:"\e1e3"}.icon-ic_fluent_board_games_20_filled:before{content:"\e1e4"}.icon-ic_fluent_board_games_20_regular:before{content:"\e1e5"}.icon-ic_fluent_board_heart_20_filled:before{content:"\e1e6"}.icon-ic_fluent_board_heart_20_regular:before{content:"\e1e7"}.icon-ic_fluent_board_split_20_filled:before{content:"\e1e8"}.icon-ic_fluent_board_split_20_regular:before{content:"\e1e9"}.icon-ic_fluent_book_20_filled:before{content:"\e1ea"}.icon-ic_fluent_book_20_regular:before{content:"\e1eb"}.icon-ic_fluent_book_add_20_filled:before{content:"\e1ec"}.icon-ic_fluent_book_add_20_regular:before{content:"\e1ed"}.icon-ic_fluent_book_arrow_clockwise_20_filled:before{content:"\e1ee"}.icon-ic_fluent_book_arrow_clockwise_20_regular:before{content:"\e1ef"}.icon-ic_fluent_book_clock_20_filled:before{content:"\e1f0"}.icon-ic_fluent_book_clock_20_regular:before{content:"\e1f1"}.icon-ic_fluent_book_coins_20_filled:before{content:"\e1f2"}.icon-ic_fluent_book_coins_20_regular:before{content:"\e1f3"}.icon-ic_fluent_book_compass_20_filled:before{content:"\e1f4"}.icon-ic_fluent_book_compass_20_regular:before{content:"\e1f5"}.icon-ic_fluent_book_contacts_20_filled:before{content:"\e1f6"}.icon-ic_fluent_book_contacts_20_regular:before{content:"\e1f7"}.icon-ic_fluent_book_database_20_filled:before{content:"\e1f8"}.icon-ic_fluent_book_database_20_regular:before{content:"\e1f9"}.icon-ic_fluent_book_default_20_filled:before{content:"\e1fa"}.icon-ic_fluent_book_dismiss_20_filled:before{content:"\e1fb"}.icon-ic_fluent_book_dismiss_20_regular:before{content:"\e1fc"}.icon-ic_fluent_book_exclamation_mark_20_filled:before{content:"\e1fd"}.icon-ic_fluent_book_exclamation_mark_20_regular:before{content:"\e1fe"}.icon-ic_fluent_book_globe_20_filled:before{content:"\e1ff"}.icon-ic_fluent_book_globe_20_regular:before{content:"\e200"}.icon-ic_fluent_book_information_20_filled:before{content:"\e201"}.icon-ic_fluent_book_information_20_regular:before{content:"\e202"}.icon-ic_fluent_book_letter_20_filled:before{content:"\e203"}.icon-ic_fluent_book_letter_20_regular:before{content:"\e204"}.icon-ic_fluent_book_number_20_filled:before{content:"\e205"}.icon-ic_fluent_book_number_20_regular:before{content:"\e206"}.icon-ic_fluent_book_open_20_filled:before{content:"\e207"}.icon-ic_fluent_book_open_20_regular:before{content:"\e208"}.icon-ic_fluent_book_open_globe_20_filled:before{content:"\e209"}.icon-ic_fluent_book_open_globe_20_regular:before{content:"\e20a"}.icon-ic_fluent_book_open_microphone_20_filled:before{content:"\e20b"}.icon-ic_fluent_book_open_microphone_20_regular:before{content:"\e20c"}.icon-ic_fluent_book_pulse_20_filled:before{content:"\e20d"}.icon-ic_fluent_book_pulse_20_regular:before{content:"\e20e"}.icon-ic_fluent_book_question_mark_20_filled:before{content:"\e20f"}.icon-ic_fluent_book_question_mark_20_regular:before{content:"\e210"}.icon-ic_fluent_book_question_mark_rtl_20_filled:before{content:"\e211"}.icon-ic_fluent_book_question_mark_rtl_20_regular:before{content:"\e212"}.icon-ic_fluent_book_search_20_filled:before{content:"\e213"}.icon-ic_fluent_book_search_20_regular:before{content:"\e214"}.icon-ic_fluent_book_star_20_filled:before{content:"\e215"}.icon-ic_fluent_book_star_20_regular:before{content:"\e216"}.icon-ic_fluent_book_template_20_filled:before{content:"\e217"}.icon-ic_fluent_book_template_20_regular:before{content:"\e218"}.icon-ic_fluent_book_theta_20_filled:before{content:"\e219"}.icon-ic_fluent_book_theta_20_regular:before{content:"\e21a"}.icon-ic_fluent_book_toolbox_20_filled:before{content:"\e21b"}.icon-ic_fluent_book_toolbox_20_regular:before{content:"\e21c"}.icon-ic_fluent_bookmark_20_filled:before{content:"\e21d"}.icon-ic_fluent_bookmark_20_regular:before{content:"\e21e"}.icon-ic_fluent_bookmark_add_20_filled:before{content:"\e21f"}.icon-ic_fluent_bookmark_add_20_regular:before{content:"\e220"}.icon-ic_fluent_bookmark_multiple_20_filled:before{content:"\e221"}.icon-ic_fluent_bookmark_multiple_20_regular:before{content:"\e222"}.icon-ic_fluent_bookmark_off_20_filled:before{content:"\e223"}.icon-ic_fluent_bookmark_off_20_regular:before{content:"\e224"}.icon-ic_fluent_bookmark_search_20_filled:before{content:"\e225"}.icon-ic_fluent_bookmark_search_20_regular:before{content:"\e226"}.icon-ic_fluent_border_all_20_filled:before{content:"\e227"}.icon-ic_fluent_border_all_20_regular:before{content:"\e228"}.icon-ic_fluent_border_bottom_20_filled:before{content:"\e229"}.icon-ic_fluent_border_bottom_20_regular:before{content:"\e22a"}.icon-ic_fluent_border_bottom_double_20_filled:before{content:"\e22b"}.icon-ic_fluent_border_bottom_double_20_regular:before{content:"\e22c"}.icon-ic_fluent_border_bottom_thick_20_filled:before{content:"\e22d"}.icon-ic_fluent_border_bottom_thick_20_regular:before{content:"\e22e"}.icon-ic_fluent_border_inside_20_filled:before{content:"\e22f"}.icon-ic_fluent_border_inside_20_regular:before{content:"\e230"}.icon-ic_fluent_border_left_20_filled:before{content:"\e231"}.icon-ic_fluent_border_left_20_regular:before{content:"\e232"}.icon-ic_fluent_border_left_right_20_filled:before{content:"\e233"}.icon-ic_fluent_border_left_right_20_regular:before{content:"\e234"}.icon-ic_fluent_border_none_20_filled:before{content:"\e235"}.icon-ic_fluent_border_none_20_regular:before{content:"\e236"}.icon-ic_fluent_border_outside_20_filled:before{content:"\e237"}.icon-ic_fluent_border_outside_20_regular:before{content:"\e238"}.icon-ic_fluent_border_outside_thick_20_filled:before{content:"\e239"}.icon-ic_fluent_border_outside_thick_20_regular:before{content:"\e23a"}.icon-ic_fluent_border_right_20_filled:before{content:"\e23b"}.icon-ic_fluent_border_right_20_regular:before{content:"\e23c"}.icon-ic_fluent_border_top_20_filled:before{content:"\e23d"}.icon-ic_fluent_border_top_20_regular:before{content:"\e23e"}.icon-ic_fluent_border_top_bottom_20_filled:before{content:"\e23f"}.icon-ic_fluent_border_top_bottom_20_regular:before{content:"\e240"}.icon-ic_fluent_border_top_bottom_double_20_filled:before{content:"\e241"}.icon-ic_fluent_border_top_bottom_double_20_regular:before{content:"\e242"}.icon-ic_fluent_border_top_bottom_thick_20_filled:before{content:"\e243"}.icon-ic_fluent_border_top_bottom_thick_20_regular:before{content:"\e244"}.icon-ic_fluent_bot_20_filled:before{content:"\e245"}.icon-ic_fluent_bot_20_regular:before{content:"\e246"}.icon-ic_fluent_bot_add_20_filled:before{content:"\e247"}.icon-ic_fluent_bot_add_20_regular:before{content:"\e248"}.icon-ic_fluent_bot_sparkle_20_filled:before{content:"\e249"}.icon-ic_fluent_bot_sparkle_20_regular:before{content:"\e24a"}.icon-ic_fluent_bow_tie_20_filled:before{content:"\e24b"}.icon-ic_fluent_bow_tie_20_regular:before{content:"\e24c"}.icon-ic_fluent_bowl_chopsticks_20_filled:before{content:"\e24d"}.icon-ic_fluent_bowl_chopsticks_20_regular:before{content:"\e24e"}.icon-ic_fluent_bowl_salad_20_filled:before{content:"\e24f"}.icon-ic_fluent_bowl_salad_20_regular:before{content:"\e250"}.icon-ic_fluent_box_20_filled:before{content:"\e251"}.icon-ic_fluent_box_20_regular:before{content:"\e252"}.icon-ic_fluent_box_arrow_left_20_filled:before{content:"\e253"}.icon-ic_fluent_box_arrow_left_20_regular:before{content:"\e254"}.icon-ic_fluent_box_arrow_up_20_filled:before{content:"\e255"}.icon-ic_fluent_box_arrow_up_20_regular:before{content:"\e256"}.icon-ic_fluent_box_checkmark_20_filled:before{content:"\e257"}.icon-ic_fluent_box_checkmark_20_regular:before{content:"\e258"}.icon-ic_fluent_box_dismiss_20_filled:before{content:"\e259"}.icon-ic_fluent_box_dismiss_20_regular:before{content:"\e25a"}.icon-ic_fluent_box_edit_20_filled:before{content:"\e25b"}.icon-ic_fluent_box_edit_20_regular:before{content:"\e25c"}.icon-ic_fluent_box_multiple_20_filled:before{content:"\e25d"}.icon-ic_fluent_box_multiple_20_regular:before{content:"\e25e"}.icon-ic_fluent_box_multiple_arrow_left_20_filled:before{content:"\e25f"}.icon-ic_fluent_box_multiple_arrow_left_20_regular:before{content:"\e260"}.icon-ic_fluent_box_multiple_arrow_right_20_filled:before{content:"\e261"}.icon-ic_fluent_box_multiple_arrow_right_20_regular:before{content:"\e262"}.icon-ic_fluent_box_multiple_checkmark_20_filled:before{content:"\e263"}.icon-ic_fluent_box_multiple_checkmark_20_regular:before{content:"\e264"}.icon-ic_fluent_box_multiple_search_20_filled:before{content:"\e265"}.icon-ic_fluent_box_multiple_search_20_regular:before{content:"\e266"}.icon-ic_fluent_box_search_20_filled:before{content:"\e267"}.icon-ic_fluent_box_search_20_regular:before{content:"\e268"}.icon-ic_fluent_box_toolbox_20_filled:before{content:"\e269"}.icon-ic_fluent_box_toolbox_20_regular:before{content:"\e26a"}.icon-ic_fluent_braces_20_filled:before{content:"\e26b"}.icon-ic_fluent_braces_20_regular:before{content:"\e26c"}.icon-ic_fluent_braces_variable_20_filled:before{content:"\e26d"}.icon-ic_fluent_braces_variable_20_regular:before{content:"\e26e"}.icon-ic_fluent_brain_circuit_20_filled:before{content:"\e26f"}.icon-ic_fluent_brain_circuit_20_regular:before{content:"\e270"}.icon-ic_fluent_branch_20_filled:before{content:"\e271"}.icon-ic_fluent_branch_20_regular:before{content:"\e272"}.icon-ic_fluent_branch_compare_20_filled:before{content:"\e273"}.icon-ic_fluent_branch_compare_20_regular:before{content:"\e274"}.icon-ic_fluent_branch_fork_20_filled:before{content:"\e275"}.icon-ic_fluent_branch_fork_20_regular:before{content:"\e276"}.icon-ic_fluent_branch_fork_hint_20_filled:before{content:"\e277"}.icon-ic_fluent_branch_fork_hint_20_regular:before{content:"\e278"}.icon-ic_fluent_branch_fork_link_20_filled:before{content:"\e279"}.icon-ic_fluent_branch_fork_link_20_regular:before{content:"\e27a"}.icon-ic_fluent_branch_request_20_filled:before{content:"\e27b"}.icon-ic_fluent_branch_request_20_regular:before{content:"\e27c"}.icon-ic_fluent_breakout_room_20_filled:before{content:"\e27d"}.icon-ic_fluent_breakout_room_20_regular:before{content:"\e27e"}.icon-ic_fluent_briefcase_20_filled:before{content:"\e27f"}.icon-ic_fluent_briefcase_20_regular:before{content:"\e280"}.icon-ic_fluent_briefcase_medical_20_filled:before{content:"\e281"}.icon-ic_fluent_briefcase_medical_20_regular:before{content:"\e282"}.icon-ic_fluent_briefcase_off_20_filled:before{content:"\e283"}.icon-ic_fluent_briefcase_off_20_regular:before{content:"\e284"}.icon-ic_fluent_briefcase_search_20_filled:before{content:"\e285"}.icon-ic_fluent_briefcase_search_20_regular:before{content:"\e286"}.icon-ic_fluent_brightness_high_20_filled:before{content:"\e287"}.icon-ic_fluent_brightness_high_20_regular:before{content:"\e288"}.icon-ic_fluent_brightness_low_20_filled:before{content:"\e289"}.icon-ic_fluent_brightness_low_20_regular:before{content:"\e28a"}.icon-ic_fluent_broad_activity_feed_20_filled:before{content:"\e28b"}.icon-ic_fluent_broad_activity_feed_20_regular:before{content:"\e28c"}.icon-ic_fluent_broom_20_filled:before{content:"\e28d"}.icon-ic_fluent_broom_20_regular:before{content:"\e28e"}.icon-ic_fluent_bubble_multiple_20_filled:before{content:"\e28f"}.icon-ic_fluent_bubble_multiple_20_regular:before{content:"\e290"}.icon-ic_fluent_bug_20_filled:before{content:"\e291"}.icon-ic_fluent_bug_20_regular:before{content:"\e292"}.icon-ic_fluent_bug_arrow_counterclockwise_20_filled:before{content:"\e293"}.icon-ic_fluent_bug_arrow_counterclockwise_20_regular:before{content:"\e294"}.icon-ic_fluent_bug_prohibited_20_filled:before{content:"\e295"}.icon-ic_fluent_bug_prohibited_20_regular:before{content:"\e296"}.icon-ic_fluent_building_20_filled:before{content:"\e297"}.icon-ic_fluent_building_20_regular:before{content:"\e298"}.icon-ic_fluent_building_bank_20_filled:before{content:"\e299"}.icon-ic_fluent_building_bank_20_regular:before{content:"\e29a"}.icon-ic_fluent_building_bank_link_20_filled:before{content:"\e29b"}.icon-ic_fluent_building_bank_link_20_regular:before{content:"\e29c"}.icon-ic_fluent_building_bank_toolbox_20_filled:before{content:"\e29d"}.icon-ic_fluent_building_bank_toolbox_20_regular:before{content:"\e29e"}.icon-ic_fluent_building_desktop_20_filled:before{content:"\e29f"}.icon-ic_fluent_building_desktop_20_regular:before{content:"\e2a0"}.icon-ic_fluent_building_factory_20_filled:before{content:"\e2a1"}.icon-ic_fluent_building_factory_20_regular:before{content:"\e2a2"}.icon-ic_fluent_building_government_20_filled:before{content:"\e2a3"}.icon-ic_fluent_building_government_20_regular:before{content:"\e2a4"}.icon-ic_fluent_building_government_search_20_filled:before{content:"\e2a5"}.icon-ic_fluent_building_government_search_20_regular:before{content:"\e2a6"}.icon-ic_fluent_building_home_20_filled:before{content:"\e2a7"}.icon-ic_fluent_building_home_20_regular:before{content:"\e2a8"}.icon-ic_fluent_building_lighthouse_20_filled:before{content:"\e2a9"}.icon-ic_fluent_building_lighthouse_20_regular:before{content:"\e2aa"}.icon-ic_fluent_building_mosque_20_filled:before{content:"\e2ab"}.icon-ic_fluent_building_mosque_20_regular:before{content:"\e2ac"}.icon-ic_fluent_building_multiple_20_filled:before{content:"\e2ad"}.icon-ic_fluent_building_multiple_20_regular:before{content:"\e2ae"}.icon-ic_fluent_building_people_20_filled:before{content:"\e2af"}.icon-ic_fluent_building_people_20_regular:before{content:"\e2b0"}.icon-ic_fluent_building_retail_20_filled:before{content:"\e2b1"}.icon-ic_fluent_building_retail_20_regular:before{content:"\e2b2"}.icon-ic_fluent_building_retail_money_20_filled:before{content:"\e2b3"}.icon-ic_fluent_building_retail_money_20_regular:before{content:"\e2b4"}.icon-ic_fluent_building_retail_more_20_filled:before{content:"\e2b5"}.icon-ic_fluent_building_retail_more_20_regular:before{content:"\e2b6"}.icon-ic_fluent_building_retail_shield_20_filled:before{content:"\e2b7"}.icon-ic_fluent_building_retail_shield_20_regular:before{content:"\e2b8"}.icon-ic_fluent_building_retail_toolbox_20_filled:before{content:"\e2b9"}.icon-ic_fluent_building_retail_toolbox_20_regular:before{content:"\e2ba"}.icon-ic_fluent_building_shop_20_filled:before{content:"\e2bb"}.icon-ic_fluent_building_shop_20_regular:before{content:"\e2bc"}.icon-ic_fluent_building_skyscraper_20_filled:before{content:"\e2bd"}.icon-ic_fluent_building_skyscraper_20_regular:before{content:"\e2be"}.icon-ic_fluent_building_swap_20_filled:before{content:"\e2bf"}.icon-ic_fluent_building_swap_20_regular:before{content:"\e2c0"}.icon-ic_fluent_building_townhouse_20_filled:before{content:"\e2c1"}.icon-ic_fluent_building_townhouse_20_regular:before{content:"\e2c2"}.icon-ic_fluent_button_20_filled:before{content:"\e2c3"}.icon-ic_fluent_button_20_regular:before{content:"\e2c4"}.icon-ic_fluent_calculator_20_filled:before{content:"\e2c5"}.icon-ic_fluent_calculator_20_regular:before{content:"\e2c6"}.icon-ic_fluent_calculator_arrow_clockwise_20_filled:before{content:"\e2c7"}.icon-ic_fluent_calculator_arrow_clockwise_20_regular:before{content:"\e2c8"}.icon-ic_fluent_calculator_multiple_20_filled:before{content:"\e2c9"}.icon-ic_fluent_calculator_multiple_20_regular:before{content:"\e2ca"}.icon-ic_fluent_calendar_20_filled:before{content:"\e2cb"}.icon-ic_fluent_calendar_20_regular:before{content:"\e2cc"}.icon-ic_fluent_calendar_3_day_20_filled:before{content:"\e2cd"}.icon-ic_fluent_calendar_3_day_20_regular:before{content:"\e2ce"}.icon-ic_fluent_calendar_add_20_filled:before{content:"\e2cf"}.icon-ic_fluent_calendar_add_20_regular:before{content:"\e2d0"}.icon-ic_fluent_calendar_agenda_20_filled:before{content:"\e2d1"}.icon-ic_fluent_calendar_agenda_20_regular:before{content:"\e2d2"}.icon-ic_fluent_calendar_arrow_counterclockwise_20_filled:before{content:"\e2d3"}.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before{content:"\e2d4"}.icon-ic_fluent_calendar_arrow_down_20_filled:before{content:"\e2d5"}.icon-ic_fluent_calendar_arrow_down_20_regular:before{content:"\e2d6"}.icon-ic_fluent_calendar_arrow_right_20_filled:before{content:"\e2d7"}.icon-ic_fluent_calendar_arrow_right_20_regular:before{content:"\e2d8"}.icon-ic_fluent_calendar_assistant_20_filled:before{content:"\e2d9"}.icon-ic_fluent_calendar_assistant_20_regular:before{content:"\e2da"}.icon-ic_fluent_calendar_cancel_20_filled:before{content:"\e2db"}.icon-ic_fluent_calendar_cancel_20_regular:before{content:"\e2dc"}.icon-ic_fluent_calendar_chat_20_filled:before{content:"\e2dd"}.icon-ic_fluent_calendar_chat_20_regular:before{content:"\e2de"}.icon-ic_fluent_calendar_checkmark_20_filled:before{content:"\e2df"}.icon-ic_fluent_calendar_checkmark_20_regular:before{content:"\e2e0"}.icon-ic_fluent_calendar_clock_20_filled:before{content:"\e2e1"}.icon-ic_fluent_calendar_clock_20_regular:before{content:"\e2e2"}.icon-ic_fluent_calendar_data_bar_20_filled:before{content:"\e2e3"}.icon-ic_fluent_calendar_data_bar_20_regular:before{content:"\e2e4"}.icon-ic_fluent_calendar_date_20_filled:before{content:"\e2e5"}.icon-ic_fluent_calendar_date_20_regular:before{content:"\e2e6"}.icon-ic_fluent_calendar_day_20_filled:before{content:"\e2e7"}.icon-ic_fluent_calendar_day_20_regular:before{content:"\e2e8"}.icon-ic_fluent_calendar_edit_20_filled:before{content:"\e2e9"}.icon-ic_fluent_calendar_edit_20_regular:before{content:"\e2ea"}.icon-ic_fluent_calendar_empty_20_filled:before{content:"\e2eb"}.icon-ic_fluent_calendar_empty_20_regular:before{content:"\e2ec"}.icon-ic_fluent_calendar_error_20_filled:before{content:"\e2ed"}.icon-ic_fluent_calendar_error_20_regular:before{content:"\e2ee"}.icon-ic_fluent_calendar_eye_20_filled:before{content:"\e2ef"}.icon-ic_fluent_calendar_eye_20_regular:before{content:"\e2f0"}.icon-ic_fluent_calendar_info_20_filled:before{content:"\e2f1"}.icon-ic_fluent_calendar_info_20_regular:before{content:"\e2f2"}.icon-ic_fluent_calendar_lock_20_filled:before{content:"\e2f3"}.icon-ic_fluent_calendar_lock_20_regular:before{content:"\e2f4"}.icon-ic_fluent_calendar_ltr_20_filled:before{content:"\e2f5"}.icon-ic_fluent_calendar_ltr_20_regular:before{content:"\e2f6"}.icon-ic_fluent_calendar_mail_20_filled:before{content:"\e2f7"}.icon-ic_fluent_calendar_mail_20_regular:before{content:"\e2f8"}.icon-ic_fluent_calendar_mention_20_filled:before{content:"\e2f9"}.icon-ic_fluent_calendar_mention_20_regular:before{content:"\e2fa"}.icon-ic_fluent_calendar_month_20_filled:before{content:"\e2fb"}.icon-ic_fluent_calendar_month_20_regular:before{content:"\e2fc"}.icon-ic_fluent_calendar_multiple_20_filled:before{content:"\e2fd"}.icon-ic_fluent_calendar_multiple_20_regular:before{content:"\e2fe"}.icon-ic_fluent_calendar_note_20_filled:before{content:"\e2ff"}.icon-ic_fluent_calendar_note_20_regular:before{content:"\e300"}.icon-ic_fluent_calendar_pattern_20_filled:before{content:"\e301"}.icon-ic_fluent_calendar_pattern_20_regular:before{content:"\e302"}.icon-ic_fluent_calendar_person_20_filled:before{content:"\e303"}.icon-ic_fluent_calendar_person_20_regular:before{content:"\e304"}.icon-ic_fluent_calendar_phone_20_filled:before{content:"\e305"}.icon-ic_fluent_calendar_phone_20_regular:before{content:"\e306"}.icon-ic_fluent_calendar_play_20_filled:before{content:"\e307"}.icon-ic_fluent_calendar_play_20_regular:before{content:"\e308"}.icon-ic_fluent_calendar_question_mark_20_filled:before{content:"\e309"}.icon-ic_fluent_calendar_question_mark_20_regular:before{content:"\e30a"}.icon-ic_fluent_calendar_record_20_filled:before{content:"\e30b"}.icon-ic_fluent_calendar_record_20_regular:before{content:"\e30c"}.icon-ic_fluent_calendar_reply_20_filled:before{content:"\e30d"}.icon-ic_fluent_calendar_reply_20_regular:before{content:"\e30e"}.icon-ic_fluent_calendar_rtl_20_filled:before{content:"\e30f"}.icon-ic_fluent_calendar_rtl_20_regular:before{content:"\e310"}.icon-ic_fluent_calendar_search_20_filled:before{content:"\e311"}.icon-ic_fluent_calendar_search_20_regular:before{content:"\e312"}.icon-ic_fluent_calendar_settings_20_filled:before{content:"\e313"}.icon-ic_fluent_calendar_settings_20_regular:before{content:"\e314"}.icon-ic_fluent_calendar_shield_20_filled:before{content:"\e315"}.icon-ic_fluent_calendar_shield_20_regular:before{content:"\e316"}.icon-ic_fluent_calendar_star_20_filled:before{content:"\e317"}.icon-ic_fluent_calendar_star_20_regular:before{content:"\e318"}.icon-ic_fluent_calendar_sync_20_filled:before{content:"\e319"}.icon-ic_fluent_calendar_sync_20_regular:before{content:"\e31a"}.icon-ic_fluent_calendar_today_20_filled:before{content:"\e31b"}.icon-ic_fluent_calendar_today_20_regular:before{content:"\e31c"}.icon-ic_fluent_calendar_toolbox_20_filled:before{content:"\e31d"}.icon-ic_fluent_calendar_toolbox_20_regular:before{content:"\e31e"}.icon-ic_fluent_calendar_week_numbers_20_filled:before{content:"\e31f"}.icon-ic_fluent_calendar_week_numbers_20_regular:before{content:"\e320"}.icon-ic_fluent_calendar_week_start_20_filled:before{content:"\e321"}.icon-ic_fluent_calendar_week_start_20_regular:before{content:"\e322"}.icon-ic_fluent_calendar_work_week_20_filled:before{content:"\e323"}.icon-ic_fluent_calendar_work_week_20_regular:before{content:"\e324"}.icon-ic_fluent_call_20_filled:before{content:"\e325"}.icon-ic_fluent_call_20_regular:before{content:"\e326"}.icon-ic_fluent_call_add_20_filled:before{content:"\e327"}.icon-ic_fluent_call_add_20_regular:before{content:"\e328"}.icon-ic_fluent_call_checkmark_20_filled:before{content:"\e329"}.icon-ic_fluent_call_checkmark_20_regular:before{content:"\e32a"}.icon-ic_fluent_call_connecting_20_filled:before{content:"\e32b"}.icon-ic_fluent_call_connecting_20_regular:before{content:"\e32c"}.icon-ic_fluent_call_dismiss_20_filled:before{content:"\e32d"}.icon-ic_fluent_call_dismiss_20_regular:before{content:"\e32e"}.icon-ic_fluent_call_end_20_filled:before{content:"\e32f"}.icon-ic_fluent_call_end_20_regular:before{content:"\e330"}.icon-ic_fluent_call_exclamation_20_filled:before{content:"\e331"}.icon-ic_fluent_call_exclamation_20_regular:before{content:"\e332"}.icon-ic_fluent_call_forward_20_filled:before{content:"\e333"}.icon-ic_fluent_call_forward_20_regular:before{content:"\e334"}.icon-ic_fluent_call_inbound_20_filled:before{content:"\e335"}.icon-ic_fluent_call_inbound_20_regular:before{content:"\e336"}.icon-ic_fluent_call_missed_20_filled:before{content:"\e337"}.icon-ic_fluent_call_missed_20_regular:before{content:"\e338"}.icon-ic_fluent_call_outbound_20_filled:before{content:"\e339"}.icon-ic_fluent_call_outbound_20_regular:before{content:"\e33a"}.icon-ic_fluent_call_park_20_filled:before{content:"\e33b"}.icon-ic_fluent_call_park_20_regular:before{content:"\e33c"}.icon-ic_fluent_call_pause_20_filled:before{content:"\e33d"}.icon-ic_fluent_call_pause_20_regular:before{content:"\e33e"}.icon-ic_fluent_call_prohibited_20_filled:before{content:"\e33f"}.icon-ic_fluent_call_prohibited_20_regular:before{content:"\e340"}.icon-ic_fluent_call_transfer_20_filled:before{content:"\e341"}.icon-ic_fluent_call_transfer_20_regular:before{content:"\e342"}.icon-ic_fluent_call_warning_20_filled:before{content:"\e343"}.icon-ic_fluent_call_warning_20_regular:before{content:"\e344"}.icon-ic_fluent_calligraphy_pen_20_filled:before{content:"\e345"}.icon-ic_fluent_calligraphy_pen_20_regular:before{content:"\e346"}.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before{content:"\e347"}.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before{content:"\e348"}.icon-ic_fluent_calligraphy_pen_error_20_filled:before{content:"\e349"}.icon-ic_fluent_calligraphy_pen_error_20_regular:before{content:"\e34a"}.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before{content:"\e34b"}.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before{content:"\e34c"}.icon-ic_fluent_camera_20_filled:before{content:"\e34d"}.icon-ic_fluent_camera_20_regular:before{content:"\e34e"}.icon-ic_fluent_camera_add_20_filled:before{content:"\e34f"}.icon-ic_fluent_camera_add_20_regular:before{content:"\e350"}.icon-ic_fluent_camera_dome_20_filled:before{content:"\e351"}.icon-ic_fluent_camera_dome_20_regular:before{content:"\e352"}.icon-ic_fluent_camera_edit_20_filled:before{content:"\e353"}.icon-ic_fluent_camera_edit_20_regular:before{content:"\e354"}.icon-ic_fluent_camera_off_20_filled:before{content:"\e355"}.icon-ic_fluent_camera_off_20_regular:before{content:"\e356"}.icon-ic_fluent_camera_sparkles_20_filled:before{content:"\e357"}.icon-ic_fluent_camera_sparkles_20_regular:before{content:"\e358"}.icon-ic_fluent_camera_switch_20_filled:before{content:"\e359"}.icon-ic_fluent_camera_switch_20_regular:before{content:"\e35a"}.icon-ic_fluent_card_ui_20_filled:before{content:"\e35b"}.icon-ic_fluent_card_ui_20_regular:before{content:"\e35c"}.icon-ic_fluent_caret_down_20_filled:before{content:"\e35d"}.icon-ic_fluent_caret_down_20_regular:before{content:"\e35e"}.icon-ic_fluent_caret_down_right_20_filled:before{content:"\e35f"}.icon-ic_fluent_caret_down_right_20_regular:before{content:"\e360"}.icon-ic_fluent_caret_left_20_filled:before{content:"\e361"}.icon-ic_fluent_caret_left_20_regular:before{content:"\e362"}.icon-ic_fluent_caret_right_20_filled:before{content:"\e363"}.icon-ic_fluent_caret_right_20_regular:before{content:"\e364"}.icon-ic_fluent_caret_up_20_filled:before{content:"\e365"}.icon-ic_fluent_caret_up_20_regular:before{content:"\e366"}.icon-ic_fluent_cart_20_filled:before{content:"\e367"}.icon-ic_fluent_cart_20_regular:before{content:"\e368"}.icon-ic_fluent_cast_20_filled:before{content:"\e369"}.icon-ic_fluent_cast_20_regular:before{content:"\e36a"}.icon-ic_fluent_cast_multiple_20_filled:before{content:"\e36b"}.icon-ic_fluent_cast_multiple_20_regular:before{content:"\e36c"}.icon-ic_fluent_catch_up_20_filled:before{content:"\e36d"}.icon-ic_fluent_catch_up_20_regular:before{content:"\e36e"}.icon-ic_fluent_cellular_3g_20_filled:before{content:"\e36f"}.icon-ic_fluent_cellular_3g_20_regular:before{content:"\e370"}.icon-ic_fluent_cellular_4g_20_filled:before{content:"\e371"}.icon-ic_fluent_cellular_4g_20_regular:before{content:"\e372"}.icon-ic_fluent_cellular_5g_20_filled:before{content:"\e373"}.icon-ic_fluent_cellular_5g_20_regular:before{content:"\e374"}.icon-ic_fluent_cellular_data_1_20_filled:before{content:"\e375"}.icon-ic_fluent_cellular_data_1_20_regular:before{content:"\e376"}.icon-ic_fluent_cellular_data_2_20_filled:before{content:"\e377"}.icon-ic_fluent_cellular_data_2_20_regular:before{content:"\e378"}.icon-ic_fluent_cellular_data_3_20_filled:before{content:"\e379"}.icon-ic_fluent_cellular_data_3_20_regular:before{content:"\e37a"}.icon-ic_fluent_cellular_data_4_20_filled:before{content:"\e37b"}.icon-ic_fluent_cellular_data_4_20_regular:before{content:"\e37c"}.icon-ic_fluent_cellular_data_5_20_filled:before{content:"\e37d"}.icon-ic_fluent_cellular_data_5_20_regular:before{content:"\e37e"}.icon-ic_fluent_cellular_off_20_filled:before{content:"\e37f"}.icon-ic_fluent_cellular_off_20_regular:before{content:"\e380"}.icon-ic_fluent_cellular_warning_20_filled:before{content:"\e381"}.icon-ic_fluent_cellular_warning_20_regular:before{content:"\e382"}.icon-ic_fluent_center_horizontal_20_filled:before{content:"\e383"}.icon-ic_fluent_center_horizontal_20_regular:before{content:"\e384"}.icon-ic_fluent_center_vertical_20_filled:before{content:"\e385"}.icon-ic_fluent_center_vertical_20_regular:before{content:"\e386"}.icon-ic_fluent_certificate_20_filled:before{content:"\e387"}.icon-ic_fluent_certificate_20_regular:before{content:"\e388"}.icon-ic_fluent_channel_20_filled:before{content:"\e389"}.icon-ic_fluent_channel_20_regular:before{content:"\e38a"}.icon-ic_fluent_channel_add_20_filled:before{content:"\e38b"}.icon-ic_fluent_channel_add_20_regular:before{content:"\e38c"}.icon-ic_fluent_channel_alert_20_filled:before{content:"\e38d"}.icon-ic_fluent_channel_alert_20_regular:before{content:"\e38e"}.icon-ic_fluent_channel_arrow_left_20_filled:before{content:"\e38f"}.icon-ic_fluent_channel_arrow_left_20_regular:before{content:"\e390"}.icon-ic_fluent_channel_dismiss_20_filled:before{content:"\e391"}.icon-ic_fluent_channel_dismiss_20_regular:before{content:"\e392"}.icon-ic_fluent_channel_share_20_filled:before{content:"\e393"}.icon-ic_fluent_channel_share_20_regular:before{content:"\e394"}.icon-ic_fluent_channel_subtract_20_filled:before{content:"\e395"}.icon-ic_fluent_channel_subtract_20_regular:before{content:"\e396"}.icon-ic_fluent_chart_multiple_20_filled:before{content:"\e397"}.icon-ic_fluent_chart_multiple_20_regular:before{content:"\e398"}.icon-ic_fluent_chart_person_20_filled:before{content:"\e399"}.icon-ic_fluent_chart_person_20_regular:before{content:"\e39a"}.icon-ic_fluent_chat_20_filled:before{content:"\e39b"}.icon-ic_fluent_chat_20_regular:before{content:"\e39c"}.icon-ic_fluent_chat_add_20_filled:before{content:"\e39d"}.icon-ic_fluent_chat_add_20_regular:before{content:"\e39e"}.icon-ic_fluent_chat_arrow_back_20_filled:before{content:"\e39f"}.icon-ic_fluent_chat_arrow_back_20_regular:before{content:"\e3a0"}.icon-ic_fluent_chat_arrow_double_back_20_filled:before{content:"\e3a1"}.icon-ic_fluent_chat_arrow_double_back_20_regular:before{content:"\e3a2"}.icon-ic_fluent_chat_bubbles_question_20_filled:before{content:"\e3a3"}.icon-ic_fluent_chat_bubbles_question_20_regular:before{content:"\e3a4"}.icon-ic_fluent_chat_cursor_20_filled:before{content:"\e3a5"}.icon-ic_fluent_chat_cursor_20_regular:before{content:"\e3a6"}.icon-ic_fluent_chat_dismiss_20_filled:before{content:"\e3a7"}.icon-ic_fluent_chat_dismiss_20_regular:before{content:"\e3a8"}.icon-ic_fluent_chat_empty_20_filled:before{content:"\e3a9"}.icon-ic_fluent_chat_empty_20_regular:before{content:"\e3aa"}.icon-ic_fluent_chat_help_20_filled:before{content:"\e3ab"}.icon-ic_fluent_chat_help_20_regular:before{content:"\e3ac"}.icon-ic_fluent_chat_lock_20_filled:before{content:"\e3ad"}.icon-ic_fluent_chat_lock_20_regular:before{content:"\e3ae"}.icon-ic_fluent_chat_mail_20_filled:before{content:"\e3af"}.icon-ic_fluent_chat_mail_20_regular:before{content:"\e3b0"}.icon-ic_fluent_chat_multiple_20_filled:before{content:"\e3b1"}.icon-ic_fluent_chat_multiple_20_regular:before{content:"\e3b2"}.icon-ic_fluent_chat_multiple_heart_20_filled:before{content:"\e3b3"}.icon-ic_fluent_chat_multiple_heart_20_regular:before{content:"\e3b4"}.icon-ic_fluent_chat_off_20_filled:before{content:"\e3b5"}.icon-ic_fluent_chat_off_20_regular:before{content:"\e3b6"}.icon-ic_fluent_chat_settings_20_filled:before{content:"\e3b7"}.icon-ic_fluent_chat_settings_20_regular:before{content:"\e3b8"}.icon-ic_fluent_chat_sparkle_20_filled:before{content:"\e3b9"}.icon-ic_fluent_chat_sparkle_20_regular:before{content:"\e3ba"}.icon-ic_fluent_chat_video_20_filled:before{content:"\e3bb"}.icon-ic_fluent_chat_video_20_regular:before{content:"\e3bc"}.icon-ic_fluent_chat_warning_20_filled:before{content:"\e3bd"}.icon-ic_fluent_chat_warning_20_regular:before{content:"\e3be"}.icon-ic_fluent_check_20_filled:before{content:"\e3bf"}.icon-ic_fluent_check_20_regular:before{content:"\e3c0"}.icon-ic_fluent_checkbox_1_20_filled:before{content:"\e3c1"}.icon-ic_fluent_checkbox_1_20_regular:before{content:"\e3c2"}.icon-ic_fluent_checkbox_2_20_filled:before{content:"\e3c3"}.icon-ic_fluent_checkbox_2_20_regular:before{content:"\e3c4"}.icon-ic_fluent_checkbox_arrow_right_20_filled:before{content:"\e3c5"}.icon-ic_fluent_checkbox_arrow_right_20_regular:before{content:"\e3c6"}.icon-ic_fluent_checkbox_checked_20_filled:before{content:"\e3c7"}.icon-ic_fluent_checkbox_checked_20_regular:before{content:"\e3c8"}.icon-ic_fluent_checkbox_checked_sync_20_filled:before{content:"\e3c9"}.icon-ic_fluent_checkbox_checked_sync_20_regular:before{content:"\e3ca"}.icon-ic_fluent_checkbox_indeterminate_20_filled:before{content:"\e3cb"}.icon-ic_fluent_checkbox_indeterminate_20_regular:before{content:"\e3cc"}.icon-ic_fluent_checkbox_person_20_filled:before{content:"\e3cd"}.icon-ic_fluent_checkbox_person_20_regular:before{content:"\e3ce"}.icon-ic_fluent_checkbox_unchecked_20_filled:before{content:"\e3cf"}.icon-ic_fluent_checkbox_unchecked_20_regular:before{content:"\e3d0"}.icon-ic_fluent_checkbox_warning_20_filled:before{content:"\e3d1"}.icon-ic_fluent_checkbox_warning_20_regular:before{content:"\e3d2"}.icon-ic_fluent_checkmark_20_filled:before{content:"\e3d3"}.icon-ic_fluent_checkmark_20_regular:before{content:"\e3d4"}.icon-ic_fluent_checkmark_circle_20_filled:before{content:"\e3d5"}.icon-ic_fluent_checkmark_circle_20_regular:before{content:"\e3d6"}.icon-ic_fluent_checkmark_circle_square_20_filled:before{content:"\e3d7"}.icon-ic_fluent_checkmark_circle_square_20_regular:before{content:"\e3d8"}.icon-ic_fluent_checkmark_lock_20_filled:before{content:"\e3d9"}.icon-ic_fluent_checkmark_lock_20_regular:before{content:"\e3da"}.icon-ic_fluent_checkmark_note_20_filled:before{content:"\e3db"}.icon-ic_fluent_checkmark_note_20_regular:before{content:"\e3dc"}.icon-ic_fluent_checkmark_square_20_filled:before{content:"\e3dd"}.icon-ic_fluent_checkmark_square_20_regular:before{content:"\e3de"}.icon-ic_fluent_checkmark_starburst_20_filled:before{content:"\e3df"}.icon-ic_fluent_checkmark_starburst_20_regular:before{content:"\e3e0"}.icon-ic_fluent_checkmark_underline_circle_20_filled:before{content:"\e3e1"}.icon-ic_fluent_checkmark_underline_circle_20_regular:before{content:"\e3e2"}.icon-ic_fluent_chess_20_filled:before{content:"\e3e3"}.icon-ic_fluent_chess_20_regular:before{content:"\e3e4"}.icon-ic_fluent_chevron_circle_down_20_filled:before{content:"\e3e5"}.icon-ic_fluent_chevron_circle_down_20_regular:before{content:"\e3e6"}.icon-ic_fluent_chevron_circle_left_20_filled:before{content:"\e3e7"}.icon-ic_fluent_chevron_circle_left_20_regular:before{content:"\e3e8"}.icon-ic_fluent_chevron_circle_right_20_filled:before{content:"\e3e9"}.icon-ic_fluent_chevron_circle_right_20_regular:before{content:"\e3ea"}.icon-ic_fluent_chevron_circle_up_20_filled:before{content:"\e3eb"}.icon-ic_fluent_chevron_circle_up_20_regular:before{content:"\e3ec"}.icon-ic_fluent_chevron_double_down_20_filled:before{content:"\e3ed"}.icon-ic_fluent_chevron_double_down_20_regular:before{content:"\e3ee"}.icon-ic_fluent_chevron_double_left_20_filled:before{content:"\e3ef"}.icon-ic_fluent_chevron_double_left_20_regular:before{content:"\e3f0"}.icon-ic_fluent_chevron_double_right_20_filled:before{content:"\e3f1"}.icon-ic_fluent_chevron_double_right_20_regular:before{content:"\e3f2"}.icon-ic_fluent_chevron_double_up_20_filled:before{content:"\e3f3"}.icon-ic_fluent_chevron_double_up_20_regular:before{content:"\e3f4"}.icon-ic_fluent_chevron_down_20_filled:before{content:"\e3f5"}.icon-ic_fluent_chevron_down_20_regular:before{content:"\e3f6"}.icon-ic_fluent_chevron_down_up_20_filled:before{content:"\e3f7"}.icon-ic_fluent_chevron_down_up_20_regular:before{content:"\e3f8"}.icon-ic_fluent_chevron_left_20_filled:before{content:"\e3f9"}.icon-ic_fluent_chevron_left_20_regular:before{content:"\e3fa"}.icon-ic_fluent_chevron_right_20_filled:before{content:"\e3fb"}.icon-ic_fluent_chevron_right_20_regular:before{content:"\e3fc"}.icon-ic_fluent_chevron_up_20_filled:before{content:"\e3fd"}.icon-ic_fluent_chevron_up_20_regular:before{content:"\e3fe"}.icon-ic_fluent_chevron_up_down_20_filled:before{content:"\e3ff"}.icon-ic_fluent_chevron_up_down_20_regular:before{content:"\e400"}.icon-ic_fluent_circle_20_filled:before{content:"\e401"}.icon-ic_fluent_circle_20_regular:before{content:"\e402"}.icon-ic_fluent_circle_edit_20_filled:before{content:"\e403"}.icon-ic_fluent_circle_edit_20_regular:before{content:"\e404"}.icon-ic_fluent_circle_eraser_20_filled:before{content:"\e405"}.icon-ic_fluent_circle_eraser_20_regular:before{content:"\e406"}.icon-ic_fluent_circle_half_fill_20_filled:before{content:"\e407"}.icon-ic_fluent_circle_half_fill_20_regular:before{content:"\e408"}.icon-ic_fluent_circle_hint_20_filled:before{content:"\e409"}.icon-ic_fluent_circle_hint_20_regular:before{content:"\e40a"}.icon-ic_fluent_circle_hint_half_vertical_20_filled:before{content:"\e40b"}.icon-ic_fluent_circle_hint_half_vertical_20_regular:before{content:"\e40c"}.icon-ic_fluent_circle_image_20_filled:before{content:"\e40d"}.icon-ic_fluent_circle_image_20_regular:before{content:"\e40e"}.icon-ic_fluent_circle_line_20_filled:before{content:"\e40f"}.icon-ic_fluent_circle_line_20_regular:before{content:"\e410"}.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before{content:"\e411"}.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before{content:"\e412"}.icon-ic_fluent_circle_off_20_filled:before{content:"\e413"}.icon-ic_fluent_circle_off_20_regular:before{content:"\e414"}.icon-ic_fluent_circle_small_20_filled:before{content:"\e415"}.icon-ic_fluent_circle_small_20_regular:before{content:"\e416"}.icon-ic_fluent_city_20_filled:before{content:"\e417"}.icon-ic_fluent_city_20_regular:before{content:"\e418"}.icon-ic_fluent_class_20_filled:before{content:"\e419"}.icon-ic_fluent_class_20_regular:before{content:"\e41a"}.icon-ic_fluent_classification_20_filled:before{content:"\e41b"}.icon-ic_fluent_classification_20_regular:before{content:"\e41c"}.icon-ic_fluent_clear_formatting_20_filled:before{content:"\e41d"}.icon-ic_fluent_clear_formatting_20_regular:before{content:"\e41e"}.icon-ic_fluent_clipboard_20_filled:before{content:"\e41f"}.icon-ic_fluent_clipboard_20_regular:before{content:"\e420"}.icon-ic_fluent_clipboard_3_day_20_filled:before{content:"\e421"}.icon-ic_fluent_clipboard_3_day_20_regular:before{content:"\e422"}.icon-ic_fluent_clipboard_arrow_right_20_filled:before{content:"\e423"}.icon-ic_fluent_clipboard_arrow_right_20_regular:before{content:"\e424"}.icon-ic_fluent_clipboard_brush_20_filled:before{content:"\e425"}.icon-ic_fluent_clipboard_brush_20_regular:before{content:"\e426"}.icon-ic_fluent_clipboard_bullet_list_20_filled:before{content:"\e427"}.icon-ic_fluent_clipboard_bullet_list_20_regular:before{content:"\e428"}.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before{content:"\e429"}.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before{content:"\e42a"}.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before{content:"\e42b"}.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before{content:"\e42c"}.icon-ic_fluent_clipboard_checkmark_20_filled:before{content:"\e42d"}.icon-ic_fluent_clipboard_checkmark_20_regular:before{content:"\e42e"}.icon-ic_fluent_clipboard_clock_20_filled:before{content:"\e42f"}.icon-ic_fluent_clipboard_clock_20_regular:before{content:"\e430"}.icon-ic_fluent_clipboard_code_20_filled:before{content:"\e431"}.icon-ic_fluent_clipboard_code_20_regular:before{content:"\e432"}.icon-ic_fluent_clipboard_data_bar_20_filled:before{content:"\e433"}.icon-ic_fluent_clipboard_data_bar_20_regular:before{content:"\e434"}.icon-ic_fluent_clipboard_day_20_filled:before{content:"\e435"}.icon-ic_fluent_clipboard_day_20_regular:before{content:"\e436"}.icon-ic_fluent_clipboard_edit_20_filled:before{content:"\e437"}.icon-ic_fluent_clipboard_edit_20_regular:before{content:"\e438"}.icon-ic_fluent_clipboard_error_20_filled:before{content:"\e439"}.icon-ic_fluent_clipboard_error_20_regular:before{content:"\e43a"}.icon-ic_fluent_clipboard_heart_20_filled:before{content:"\e43b"}.icon-ic_fluent_clipboard_heart_20_regular:before{content:"\e43c"}.icon-ic_fluent_clipboard_image_20_filled:before{content:"\e43d"}.icon-ic_fluent_clipboard_image_20_regular:before{content:"\e43e"}.icon-ic_fluent_clipboard_letter_20_filled:before{content:"\e43f"}.icon-ic_fluent_clipboard_letter_20_regular:before{content:"\e440"}.icon-ic_fluent_clipboard_link_20_filled:before{content:"\e441"}.icon-ic_fluent_clipboard_link_20_regular:before{content:"\e442"}.icon-ic_fluent_clipboard_math_formula_20_filled:before{content:"\e443"}.icon-ic_fluent_clipboard_math_formula_20_regular:before{content:"\e444"}.icon-ic_fluent_clipboard_month_20_filled:before{content:"\e445"}.icon-ic_fluent_clipboard_month_20_regular:before{content:"\e446"}.icon-ic_fluent_clipboard_more_20_filled:before{content:"\e447"}.icon-ic_fluent_clipboard_more_20_regular:before{content:"\e448"}.icon-ic_fluent_clipboard_note_20_filled:before{content:"\e449"}.icon-ic_fluent_clipboard_note_20_regular:before{content:"\e44a"}.icon-ic_fluent_clipboard_number_123_20_filled:before{content:"\e44b"}.icon-ic_fluent_clipboard_number_123_20_regular:before{content:"\e44c"}.icon-ic_fluent_clipboard_paste_20_filled:before{content:"\e44d"}.icon-ic_fluent_clipboard_paste_20_regular:before{content:"\e44e"}.icon-ic_fluent_clipboard_pulse_20_filled:before{content:"\e44f"}.icon-ic_fluent_clipboard_pulse_20_regular:before{content:"\e450"}.icon-ic_fluent_clipboard_search_20_filled:before{content:"\e451"}.icon-ic_fluent_clipboard_search_20_regular:before{content:"\e452"}.icon-ic_fluent_clipboard_settings_20_filled:before{content:"\e453"}.icon-ic_fluent_clipboard_settings_20_regular:before{content:"\e454"}.icon-ic_fluent_clipboard_task_20_filled:before{content:"\e455"}.icon-ic_fluent_clipboard_task_20_regular:before{content:"\e456"}.icon-ic_fluent_clipboard_task_add_20_filled:before{content:"\e457"}.icon-ic_fluent_clipboard_task_add_20_regular:before{content:"\e458"}.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before{content:"\e459"}.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before{content:"\e45a"}.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before{content:"\e45b"}.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before{content:"\e45c"}.icon-ic_fluent_clipboard_text_edit_20_filled:before{content:"\e45d"}.icon-ic_fluent_clipboard_text_edit_20_regular:before{content:"\e45e"}.icon-ic_fluent_clipboard_text_ltr_20_filled:before{content:"\e45f"}.icon-ic_fluent_clipboard_text_ltr_20_regular:before{content:"\e460"}.icon-ic_fluent_clipboard_text_rtl_20_filled:before{content:"\e461"}.icon-ic_fluent_clipboard_text_rtl_20_regular:before{content:"\e462"}.icon-ic_fluent_clock_20_filled:before{content:"\e463"}.icon-ic_fluent_clock_20_regular:before{content:"\e464"}.icon-ic_fluent_clock_alarm_20_filled:before{content:"\e465"}.icon-ic_fluent_clock_alarm_20_regular:before{content:"\e466"}.icon-ic_fluent_clock_arrow_download_20_filled:before{content:"\e467"}.icon-ic_fluent_clock_arrow_download_20_regular:before{content:"\e468"}.icon-ic_fluent_clock_dismiss_20_filled:before{content:"\e469"}.icon-ic_fluent_clock_dismiss_20_regular:before{content:"\e46a"}.icon-ic_fluent_clock_lock_20_filled:before{content:"\e46b"}.icon-ic_fluent_clock_lock_20_regular:before{content:"\e46c"}.icon-ic_fluent_clock_pause_20_filled:before{content:"\e46d"}.icon-ic_fluent_clock_pause_20_regular:before{content:"\e46e"}.icon-ic_fluent_clock_toolbox_20_filled:before{content:"\e46f"}.icon-ic_fluent_clock_toolbox_20_regular:before{content:"\e470"}.icon-ic_fluent_closed_caption_20_filled:before{content:"\e471"}.icon-ic_fluent_closed_caption_20_regular:before{content:"\e472"}.icon-ic_fluent_closed_caption_off_20_filled:before{content:"\e473"}.icon-ic_fluent_closed_caption_off_20_regular:before{content:"\e474"}.icon-ic_fluent_cloud_20_filled:before{content:"\e475"}.icon-ic_fluent_cloud_20_regular:before{content:"\e476"}.icon-ic_fluent_cloud_add_20_filled:before{content:"\e477"}.icon-ic_fluent_cloud_add_20_regular:before{content:"\e478"}.icon-ic_fluent_cloud_archive_20_filled:before{content:"\e479"}.icon-ic_fluent_cloud_archive_20_regular:before{content:"\e47a"}.icon-ic_fluent_cloud_arrow_down_20_filled:before{content:"\e47b"}.icon-ic_fluent_cloud_arrow_down_20_regular:before{content:"\e47c"}.icon-ic_fluent_cloud_arrow_up_20_filled:before{content:"\e47d"}.icon-ic_fluent_cloud_arrow_up_20_regular:before{content:"\e47e"}.icon-ic_fluent_cloud_beaker_20_filled:before{content:"\e47f"}.icon-ic_fluent_cloud_beaker_20_regular:before{content:"\e480"}.icon-ic_fluent_cloud_bidirectional_20_filled:before{content:"\e481"}.icon-ic_fluent_cloud_bidirectional_20_regular:before{content:"\e482"}.icon-ic_fluent_cloud_checkmark_20_filled:before{content:"\e483"}.icon-ic_fluent_cloud_checkmark_20_regular:before{content:"\e484"}.icon-ic_fluent_cloud_cube_20_filled:before{content:"\e485"}.icon-ic_fluent_cloud_cube_20_regular:before{content:"\e486"}.icon-ic_fluent_cloud_database_20_filled:before{content:"\e487"}.icon-ic_fluent_cloud_database_20_regular:before{content:"\e488"}.icon-ic_fluent_cloud_desktop_20_filled:before{content:"\e489"}.icon-ic_fluent_cloud_desktop_20_regular:before{content:"\e48a"}.icon-ic_fluent_cloud_dismiss_20_filled:before{content:"\e48b"}.icon-ic_fluent_cloud_dismiss_20_regular:before{content:"\e48c"}.icon-ic_fluent_cloud_edit_20_filled:before{content:"\e48d"}.icon-ic_fluent_cloud_edit_20_regular:before{content:"\e48e"}.icon-ic_fluent_cloud_error_20_filled:before{content:"\e48f"}.icon-ic_fluent_cloud_error_20_regular:before{content:"\e490"}.icon-ic_fluent_cloud_flow_20_filled:before{content:"\e491"}.icon-ic_fluent_cloud_flow_20_regular:before{content:"\e492"}.icon-ic_fluent_cloud_link_20_filled:before{content:"\e493"}.icon-ic_fluent_cloud_link_20_regular:before{content:"\e494"}.icon-ic_fluent_cloud_off_20_filled:before{content:"\e495"}.icon-ic_fluent_cloud_off_20_regular:before{content:"\e496"}.icon-ic_fluent_cloud_swap_20_filled:before{content:"\e497"}.icon-ic_fluent_cloud_swap_20_regular:before{content:"\e498"}.icon-ic_fluent_cloud_sync_20_filled:before{content:"\e499"}.icon-ic_fluent_cloud_sync_20_regular:before{content:"\e49a"}.icon-ic_fluent_cloud_words_20_filled:before{content:"\e49b"}.icon-ic_fluent_cloud_words_20_regular:before{content:"\e49c"}.icon-ic_fluent_clover_20_filled:before{content:"\e49d"}.icon-ic_fluent_clover_20_regular:before{content:"\e49e"}.icon-ic_fluent_code_20_filled:before{content:"\e49f"}.icon-ic_fluent_code_20_regular:before{content:"\e4a0"}.icon-ic_fluent_code_block_20_filled:before{content:"\e4a1"}.icon-ic_fluent_code_block_20_regular:before{content:"\e4a2"}.icon-ic_fluent_code_circle_20_filled:before{content:"\e4a3"}.icon-ic_fluent_code_circle_20_regular:before{content:"\e4a4"}.icon-ic_fluent_code_text_20_filled:before{content:"\e4a5"}.icon-ic_fluent_code_text_20_regular:before{content:"\e4a6"}.icon-ic_fluent_code_text_edit_20_filled:before{content:"\e4a7"}.icon-ic_fluent_code_text_edit_20_regular:before{content:"\e4a8"}.icon-ic_fluent_collections_20_filled:before{content:"\e4a9"}.icon-ic_fluent_collections_20_regular:before{content:"\e4aa"}.icon-ic_fluent_collections_add_20_filled:before{content:"\e4ab"}.icon-ic_fluent_collections_add_20_regular:before{content:"\e4ac"}.icon-ic_fluent_color_20_filled:before{content:"\e4ad"}.icon-ic_fluent_color_20_regular:before{content:"\e4ae"}.icon-ic_fluent_color_background_20_filled:before{content:"\e4af"}.icon-ic_fluent_color_background_20_regular:before{content:"\e4b0"}.icon-ic_fluent_color_background_accent_20_regular:before{content:"\e4b1"}.icon-ic_fluent_color_fill_20_filled:before{content:"\e4b2"}.icon-ic_fluent_color_fill_20_regular:before{content:"\e4b3"}.icon-ic_fluent_color_fill_accent_20_regular:before{content:"\e4b4"}.icon-ic_fluent_color_line_20_filled:before{content:"\e4b5"}.icon-ic_fluent_color_line_20_regular:before{content:"\e4b6"}.icon-ic_fluent_color_line_accent_20_regular:before{content:"\e4b7"}.icon-ic_fluent_column_20_filled:before{content:"\e4b8"}.icon-ic_fluent_column_20_regular:before{content:"\e4b9"}.icon-ic_fluent_column_arrow_right_20_filled:before{content:"\e4ba"}.icon-ic_fluent_column_arrow_right_20_regular:before{content:"\e4bb"}.icon-ic_fluent_column_double_compare_20_filled:before{content:"\e4bc"}.icon-ic_fluent_column_double_compare_20_regular:before{content:"\e4bd"}.icon-ic_fluent_column_edit_20_filled:before{content:"\e4be"}.icon-ic_fluent_column_edit_20_regular:before{content:"\e4bf"}.icon-ic_fluent_column_single_compare_20_filled:before{content:"\e4c0"}.icon-ic_fluent_column_single_compare_20_regular:before{content:"\e4c1"}.icon-ic_fluent_column_triple_20_filled:before{content:"\e4c2"}.icon-ic_fluent_column_triple_20_regular:before{content:"\e4c3"}.icon-ic_fluent_column_triple_edit_20_filled:before{content:"\e4c4"}.icon-ic_fluent_column_triple_edit_20_regular:before{content:"\e4c5"}.icon-ic_fluent_comma_20_filled:before{content:"\e4c6"}.icon-ic_fluent_comma_20_regular:before{content:"\e4c7"}.icon-ic_fluent_comment_20_filled:before{content:"\e4c8"}.icon-ic_fluent_comment_20_regular:before{content:"\e4c9"}.icon-ic_fluent_comment_add_20_filled:before{content:"\e4ca"}.icon-ic_fluent_comment_add_20_regular:before{content:"\e4cb"}.icon-ic_fluent_comment_arrow_left_20_filled:before{content:"\e4cc"}.icon-ic_fluent_comment_arrow_left_20_regular:before{content:"\e4cd"}.icon-ic_fluent_comment_arrow_right_20_filled:before{content:"\e4ce"}.icon-ic_fluent_comment_arrow_right_20_regular:before{content:"\e4cf"}.icon-ic_fluent_comment_checkmark_20_filled:before{content:"\e4d0"}.icon-ic_fluent_comment_checkmark_20_regular:before{content:"\e4d1"}.icon-ic_fluent_comment_dismiss_20_filled:before{content:"\e4d2"}.icon-ic_fluent_comment_dismiss_20_regular:before{content:"\e4d3"}.icon-ic_fluent_comment_edit_20_filled:before{content:"\e4d4"}.icon-ic_fluent_comment_edit_20_regular:before{content:"\e4d5"}.icon-ic_fluent_comment_error_20_filled:before{content:"\e4d6"}.icon-ic_fluent_comment_error_20_regular:before{content:"\e4d7"}.icon-ic_fluent_comment_lightning_20_filled:before{content:"\e4d8"}.icon-ic_fluent_comment_lightning_20_regular:before{content:"\e4d9"}.icon-ic_fluent_comment_link_20_filled:before{content:"\e4da"}.icon-ic_fluent_comment_link_20_regular:before{content:"\e4db"}.icon-ic_fluent_comment_mention_20_filled:before{content:"\e4dc"}.icon-ic_fluent_comment_mention_20_regular:before{content:"\e4dd"}.icon-ic_fluent_comment_multiple_20_filled:before{content:"\e4de"}.icon-ic_fluent_comment_multiple_20_regular:before{content:"\e4df"}.icon-ic_fluent_comment_multiple_checkmark_20_filled:before{content:"\e4e0"}.icon-ic_fluent_comment_multiple_checkmark_20_regular:before{content:"\e4e1"}.icon-ic_fluent_comment_multiple_link_20_filled:before{content:"\e4e2"}.icon-ic_fluent_comment_multiple_link_20_regular:before{content:"\e4e3"}.icon-ic_fluent_comment_note_20_filled:before{content:"\e4e4"}.icon-ic_fluent_comment_note_20_regular:before{content:"\e4e5"}.icon-ic_fluent_comment_off_20_filled:before{content:"\e4e6"}.icon-ic_fluent_comment_off_20_regular:before{content:"\e4e7"}.icon-ic_fluent_communication_20_filled:before{content:"\e4e8"}.icon-ic_fluent_communication_20_regular:before{content:"\e4e9"}.icon-ic_fluent_communication_person_20_filled:before{content:"\e4ea"}.icon-ic_fluent_communication_person_20_regular:before{content:"\e4eb"}.icon-ic_fluent_communication_shield_20_filled:before{content:"\e4ec"}.icon-ic_fluent_communication_shield_20_regular:before{content:"\e4ed"}.icon-ic_fluent_compass_northwest_20_filled:before{content:"\e4ee"}.icon-ic_fluent_compass_northwest_20_regular:before{content:"\e4ef"}.icon-ic_fluent_compose_20_filled:before{content:"\e4f0"}.icon-ic_fluent_compose_20_regular:before{content:"\e4f1"}.icon-ic_fluent_conference_room_20_filled:before{content:"\e4f2"}.icon-ic_fluent_conference_room_20_regular:before{content:"\e4f3"}.icon-ic_fluent_connected_20_filled:before{content:"\e4f4"}.icon-ic_fluent_connected_20_regular:before{content:"\e4f5"}.icon-ic_fluent_connector_20_filled:before{content:"\e4f6"}.icon-ic_fluent_connector_20_regular:before{content:"\e4f7"}.icon-ic_fluent_contact_card_20_filled:before{content:"\e4f8"}.icon-ic_fluent_contact_card_20_regular:before{content:"\e4f9"}.icon-ic_fluent_contact_card_group_20_filled:before{content:"\e4fa"}.icon-ic_fluent_contact_card_group_20_regular:before{content:"\e4fb"}.icon-ic_fluent_contact_card_link_20_filled:before{content:"\e4fc"}.icon-ic_fluent_contact_card_link_20_regular:before{content:"\e4fd"}.icon-ic_fluent_contact_card_ribbon_20_filled:before{content:"\e4fe"}.icon-ic_fluent_contact_card_ribbon_20_regular:before{content:"\e4ff"}.icon-ic_fluent_content_settings_20_filled:before{content:"\e500"}.icon-ic_fluent_content_settings_20_regular:before{content:"\e501"}.icon-ic_fluent_content_view_20_filled:before{content:"\e502"}.icon-ic_fluent_content_view_20_regular:before{content:"\e503"}.icon-ic_fluent_content_view_gallery_20_filled:before{content:"\e504"}.icon-ic_fluent_content_view_gallery_20_regular:before{content:"\e505"}.icon-ic_fluent_content_view_gallery_lightning_20_filled:before{content:"\e506"}.icon-ic_fluent_content_view_gallery_lightning_20_regular:before{content:"\e507"}.icon-ic_fluent_contract_down_left_20_filled:before{content:"\e508"}.icon-ic_fluent_contract_down_left_20_regular:before{content:"\e509"}.icon-ic_fluent_contract_up_right_20_filled:before{content:"\e50a"}.icon-ic_fluent_contract_up_right_20_regular:before{content:"\e50b"}.icon-ic_fluent_control_button_20_filled:before{content:"\e50c"}.icon-ic_fluent_control_button_20_regular:before{content:"\e50d"}.icon-ic_fluent_convert_range_20_filled:before{content:"\e50e"}.icon-ic_fluent_convert_range_20_regular:before{content:"\e50f"}.icon-ic_fluent_cookies_20_filled:before{content:"\e510"}.icon-ic_fluent_cookies_20_regular:before{content:"\e511"}.icon-ic_fluent_copy_20_filled:before{content:"\e512"}.icon-ic_fluent_copy_20_regular:before{content:"\e513"}.icon-ic_fluent_copy_add_20_filled:before{content:"\e514"}.icon-ic_fluent_copy_add_20_regular:before{content:"\e515"}.icon-ic_fluent_copy_arrow_right_20_filled:before{content:"\e516"}.icon-ic_fluent_copy_arrow_right_20_regular:before{content:"\e517"}.icon-ic_fluent_copy_select_20_filled:before{content:"\e518"}.icon-ic_fluent_copy_select_20_regular:before{content:"\e519"}.icon-ic_fluent_couch_20_filled:before{content:"\e51a"}.icon-ic_fluent_couch_20_regular:before{content:"\e51b"}.icon-ic_fluent_credit_card_clock_20_filled:before{content:"\e51c"}.icon-ic_fluent_credit_card_clock_20_regular:before{content:"\e51d"}.icon-ic_fluent_credit_card_person_20_filled:before{content:"\e51e"}.icon-ic_fluent_credit_card_person_20_regular:before{content:"\e51f"}.icon-ic_fluent_credit_card_toolbox_20_filled:before{content:"\e520"}.icon-ic_fluent_credit_card_toolbox_20_regular:before{content:"\e521"}.icon-ic_fluent_crop_20_filled:before{content:"\e522"}.icon-ic_fluent_crop_20_regular:before{content:"\e523"}.icon-ic_fluent_crop_interim_20_filled:before{content:"\e524"}.icon-ic_fluent_crop_interim_20_regular:before{content:"\e525"}.icon-ic_fluent_crop_interim_off_20_filled:before{content:"\e526"}.icon-ic_fluent_crop_interim_off_20_regular:before{content:"\e527"}.icon-ic_fluent_crown_20_filled:before{content:"\e528"}.icon-ic_fluent_crown_20_regular:before{content:"\e529"}.icon-ic_fluent_cube_20_filled:before{content:"\e52a"}.icon-ic_fluent_cube_20_regular:before{content:"\e52b"}.icon-ic_fluent_cube_add_20_filled:before{content:"\e52c"}.icon-ic_fluent_cube_add_20_regular:before{content:"\e52d"}.icon-ic_fluent_cube_arrow_curve_down_20_filled:before{content:"\e52e"}.icon-ic_fluent_cube_arrow_curve_down_20_regular:before{content:"\e52f"}.icon-ic_fluent_cube_link_20_filled:before{content:"\e530"}.icon-ic_fluent_cube_link_20_regular:before{content:"\e531"}.icon-ic_fluent_cube_multiple_20_filled:before{content:"\e532"}.icon-ic_fluent_cube_multiple_20_regular:before{content:"\e533"}.icon-ic_fluent_cube_quick_20_filled:before{content:"\e534"}.icon-ic_fluent_cube_quick_20_regular:before{content:"\e535"}.icon-ic_fluent_cube_rotate_20_filled:before{content:"\e536"}.icon-ic_fluent_cube_rotate_20_regular:before{content:"\e537"}.icon-ic_fluent_cube_sync_20_filled:before{content:"\e538"}.icon-ic_fluent_cube_sync_20_regular:before{content:"\e539"}.icon-ic_fluent_cube_tree_20_filled:before{content:"\e53a"}.icon-ic_fluent_cube_tree_20_regular:before{content:"\e53b"}.icon-ic_fluent_currency_dollar_euro_20_filled:before{content:"\e53c"}.icon-ic_fluent_currency_dollar_euro_20_regular:before{content:"\e53d"}.icon-ic_fluent_currency_dollar_rupee_20_filled:before{content:"\e53e"}.icon-ic_fluent_currency_dollar_rupee_20_regular:before{content:"\e53f"}.icon-ic_fluent_cursor_20_filled:before{content:"\e540"}.icon-ic_fluent_cursor_20_regular:before{content:"\e541"}.icon-ic_fluent_cursor_click_20_filled:before{content:"\e542"}.icon-ic_fluent_cursor_click_20_regular:before{content:"\e543"}.icon-ic_fluent_cursor_hover_20_filled:before{content:"\e544"}.icon-ic_fluent_cursor_hover_20_regular:before{content:"\e545"}.icon-ic_fluent_cursor_hover_off_20_filled:before{content:"\e546"}.icon-ic_fluent_cursor_hover_off_20_regular:before{content:"\e547"}.icon-ic_fluent_cursor_prohibited_20_filled:before{content:"\e548"}.icon-ic_fluent_cursor_prohibited_20_regular:before{content:"\e549"}.icon-ic_fluent_cut_20_filled:before{content:"\e54a"}.icon-ic_fluent_cut_20_regular:before{content:"\e54b"}.icon-ic_fluent_dark_theme_20_filled:before{content:"\e54c"}.icon-ic_fluent_dark_theme_20_regular:before{content:"\e54d"}.icon-ic_fluent_data_area_20_filled:before{content:"\e54e"}.icon-ic_fluent_data_area_20_regular:before{content:"\e54f"}.icon-ic_fluent_data_bar_horizontal_20_filled:before{content:"\e550"}.icon-ic_fluent_data_bar_horizontal_20_regular:before{content:"\e551"}.icon-ic_fluent_data_bar_vertical_20_filled:before{content:"\e552"}.icon-ic_fluent_data_bar_vertical_20_regular:before{content:"\e553"}.icon-ic_fluent_data_bar_vertical_add_20_filled:before{content:"\e554"}.icon-ic_fluent_data_bar_vertical_add_20_regular:before{content:"\e555"}.icon-ic_fluent_data_bar_vertical_ascending_20_filled:before{content:"\e556"}.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before{content:"\e557"}.icon-ic_fluent_data_bar_vertical_star_20_filled:before{content:"\e558"}.icon-ic_fluent_data_bar_vertical_star_20_regular:before{content:"\e559"}.icon-ic_fluent_data_funnel_20_filled:before{content:"\e55a"}.icon-ic_fluent_data_funnel_20_regular:before{content:"\e55b"}.icon-ic_fluent_data_histogram_20_filled:before{content:"\e55c"}.icon-ic_fluent_data_histogram_20_regular:before{content:"\e55d"}.icon-ic_fluent_data_line_20_filled:before{content:"\e55e"}.icon-ic_fluent_data_line_20_regular:before{content:"\e55f"}.icon-ic_fluent_data_pie_20_filled:before{content:"\e560"}.icon-ic_fluent_data_pie_20_regular:before{content:"\e561"}.icon-ic_fluent_data_scatter_20_filled:before{content:"\e562"}.icon-ic_fluent_data_scatter_20_regular:before{content:"\e563"}.icon-ic_fluent_data_sunburst_20_filled:before{content:"\e564"}.icon-ic_fluent_data_sunburst_20_regular:before{content:"\e565"}.icon-ic_fluent_data_treemap_20_filled:before{content:"\e566"}.icon-ic_fluent_data_treemap_20_regular:before{content:"\e567"}.icon-ic_fluent_data_trending_20_filled:before{content:"\e568"}.icon-ic_fluent_data_trending_20_regular:before{content:"\e569"}.icon-ic_fluent_data_usage_20_filled:before{content:"\e56a"}.icon-ic_fluent_data_usage_20_regular:before{content:"\e56b"}.icon-ic_fluent_data_usage_edit_20_filled:before{content:"\e56c"}.icon-ic_fluent_data_usage_edit_20_regular:before{content:"\e56d"}.icon-ic_fluent_data_usage_settings_20_filled:before{content:"\e56e"}.icon-ic_fluent_data_usage_settings_20_regular:before{content:"\e56f"}.icon-ic_fluent_data_usage_toolbox_20_filled:before{content:"\e570"}.icon-ic_fluent_data_usage_toolbox_20_regular:before{content:"\e571"}.icon-ic_fluent_data_waterfall_20_filled:before{content:"\e572"}.icon-ic_fluent_data_waterfall_20_regular:before{content:"\e573"}.icon-ic_fluent_data_whisker_20_filled:before{content:"\e574"}.icon-ic_fluent_data_whisker_20_regular:before{content:"\e575"}.icon-ic_fluent_database_20_filled:before{content:"\e576"}.icon-ic_fluent_database_20_regular:before{content:"\e577"}.icon-ic_fluent_database_arrow_down_20_filled:before{content:"\e578"}.icon-ic_fluent_database_arrow_down_20_regular:before{content:"\e579"}.icon-ic_fluent_database_arrow_right_20_filled:before{content:"\e57a"}.icon-ic_fluent_database_arrow_right_20_regular:before{content:"\e57b"}.icon-ic_fluent_database_arrow_up_20_filled:before{content:"\e57c"}.icon-ic_fluent_database_arrow_up_20_regular:before{content:"\e57d"}.icon-ic_fluent_database_lightning_20_filled:before{content:"\e57e"}.icon-ic_fluent_database_lightning_20_regular:before{content:"\e57f"}.icon-ic_fluent_database_link_20_filled:before{content:"\e580"}.icon-ic_fluent_database_link_20_regular:before{content:"\e581"}.icon-ic_fluent_database_multiple_20_filled:before{content:"\e582"}.icon-ic_fluent_database_multiple_20_regular:before{content:"\e583"}.icon-ic_fluent_database_person_20_filled:before{content:"\e584"}.icon-ic_fluent_database_person_20_regular:before{content:"\e585"}.icon-ic_fluent_database_plug_connected_20_filled:before{content:"\e586"}.icon-ic_fluent_database_plug_connected_20_regular:before{content:"\e587"}.icon-ic_fluent_database_search_20_filled:before{content:"\e588"}.icon-ic_fluent_database_search_20_regular:before{content:"\e589"}.icon-ic_fluent_database_switch_20_filled:before{content:"\e58a"}.icon-ic_fluent_database_switch_20_regular:before{content:"\e58b"}.icon-ic_fluent_database_warning_20_filled:before{content:"\e58c"}.icon-ic_fluent_database_warning_20_regular:before{content:"\e58d"}.icon-ic_fluent_database_window_20_filled:before{content:"\e58e"}.icon-ic_fluent_database_window_20_regular:before{content:"\e58f"}.icon-ic_fluent_decimal_arrow_left_20_filled:before{content:"\e590"}.icon-ic_fluent_decimal_arrow_left_20_regular:before{content:"\e591"}.icon-ic_fluent_decimal_arrow_right_20_filled:before{content:"\e592"}.icon-ic_fluent_decimal_arrow_right_20_regular:before{content:"\e593"}.icon-ic_fluent_delete_20_filled:before{content:"\e594"}.icon-ic_fluent_delete_20_regular:before{content:"\e595"}.icon-ic_fluent_delete_arrow_back_20_filled:before{content:"\e596"}.icon-ic_fluent_delete_arrow_back_20_regular:before{content:"\e597"}.icon-ic_fluent_delete_dismiss_20_filled:before{content:"\e598"}.icon-ic_fluent_delete_dismiss_20_regular:before{content:"\e599"}.icon-ic_fluent_delete_lines_20_filled:before{content:"\e59a"}.icon-ic_fluent_delete_lines_20_regular:before{content:"\e59b"}.icon-ic_fluent_delete_off_20_filled:before{content:"\e59c"}.icon-ic_fluent_delete_off_20_regular:before{content:"\e59d"}.icon-ic_fluent_dentist_20_filled:before{content:"\e59e"}.icon-ic_fluent_dentist_20_regular:before{content:"\e59f"}.icon-ic_fluent_design_ideas_20_filled:before{content:"\e5a0"}.icon-ic_fluent_design_ideas_20_regular:before{content:"\e5a1"}.icon-ic_fluent_desk_20_filled:before{content:"\e5a2"}.icon-ic_fluent_desk_20_regular:before{content:"\e5a3"}.icon-ic_fluent_desktop_20_filled:before{content:"\e5a4"}.icon-ic_fluent_desktop_20_regular:before{content:"\e5a5"}.icon-ic_fluent_desktop_arrow_down_20_filled:before{content:"\e5a6"}.icon-ic_fluent_desktop_arrow_down_20_regular:before{content:"\e5a7"}.icon-ic_fluent_desktop_arrow_right_20_filled:before{content:"\e5a8"}.icon-ic_fluent_desktop_arrow_right_20_regular:before{content:"\e5a9"}.icon-ic_fluent_desktop_checkmark_20_filled:before{content:"\e5aa"}.icon-ic_fluent_desktop_checkmark_20_regular:before{content:"\e5ab"}.icon-ic_fluent_desktop_cursor_20_filled:before{content:"\e5ac"}.icon-ic_fluent_desktop_cursor_20_regular:before{content:"\e5ad"}.icon-ic_fluent_desktop_edit_20_filled:before{content:"\e5ae"}.icon-ic_fluent_desktop_edit_20_regular:before{content:"\e5af"}.icon-ic_fluent_desktop_flow_20_filled:before{content:"\e5b0"}.icon-ic_fluent_desktop_flow_20_regular:before{content:"\e5b1"}.icon-ic_fluent_desktop_keyboard_20_filled:before{content:"\e5b2"}.icon-ic_fluent_desktop_keyboard_20_regular:before{content:"\e5b3"}.icon-ic_fluent_desktop_mac_20_filled:before{content:"\e5b4"}.icon-ic_fluent_desktop_mac_20_regular:before{content:"\e5b5"}.icon-ic_fluent_desktop_pulse_20_filled:before{content:"\e5b6"}.icon-ic_fluent_desktop_pulse_20_regular:before{content:"\e5b7"}.icon-ic_fluent_desktop_signal_20_filled:before{content:"\e5b8"}.icon-ic_fluent_desktop_signal_20_regular:before{content:"\e5b9"}.icon-ic_fluent_desktop_speaker_20_filled:before{content:"\e5ba"}.icon-ic_fluent_desktop_speaker_20_regular:before{content:"\e5bb"}.icon-ic_fluent_desktop_speaker_off_20_filled:before{content:"\e5bc"}.icon-ic_fluent_desktop_speaker_off_20_regular:before{content:"\e5bd"}.icon-ic_fluent_desktop_sync_20_filled:before{content:"\e5be"}.icon-ic_fluent_desktop_sync_20_regular:before{content:"\e5bf"}.icon-ic_fluent_desktop_toolbox_20_filled:before{content:"\e5c0"}.icon-ic_fluent_desktop_toolbox_20_regular:before{content:"\e5c1"}.icon-ic_fluent_desktop_tower_20_filled:before{content:"\e5c2"}.icon-ic_fluent_desktop_tower_20_regular:before{content:"\e5c3"}.icon-ic_fluent_developer_board_20_filled:before{content:"\e5c4"}.icon-ic_fluent_developer_board_20_regular:before{content:"\e5c5"}.icon-ic_fluent_developer_board_lightning_20_filled:before{content:"\e5c6"}.icon-ic_fluent_developer_board_lightning_20_regular:before{content:"\e5c7"}.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before{content:"\e5c8"}.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before{content:"\e5c9"}.icon-ic_fluent_developer_board_search_20_filled:before{content:"\e5ca"}.icon-ic_fluent_developer_board_search_20_regular:before{content:"\e5cb"}.icon-ic_fluent_device_eq_20_filled:before{content:"\e5cc"}.icon-ic_fluent_device_eq_20_regular:before{content:"\e5cd"}.icon-ic_fluent_device_meeting_room_20_filled:before{content:"\e5ce"}.icon-ic_fluent_device_meeting_room_20_regular:before{content:"\e5cf"}.icon-ic_fluent_device_meeting_room_remote_20_filled:before{content:"\e5d0"}.icon-ic_fluent_device_meeting_room_remote_20_regular:before{content:"\e5d1"}.icon-ic_fluent_diagram_20_filled:before{content:"\e5d2"}.icon-ic_fluent_diagram_20_regular:before{content:"\e5d3"}.icon-ic_fluent_dialpad_20_filled:before{content:"\e5d4"}.icon-ic_fluent_dialpad_20_regular:before{content:"\e5d5"}.icon-ic_fluent_dialpad_off_20_filled:before{content:"\e5d6"}.icon-ic_fluent_dialpad_off_20_regular:before{content:"\e5d7"}.icon-ic_fluent_dialpad_question_mark_20_filled:before{content:"\e5d8"}.icon-ic_fluent_dialpad_question_mark_20_regular:before{content:"\e5d9"}.icon-ic_fluent_diamond_20_filled:before{content:"\e5da"}.icon-ic_fluent_diamond_20_regular:before{content:"\e5db"}.icon-ic_fluent_directions_20_filled:before{content:"\e5dc"}.icon-ic_fluent_directions_20_regular:before{content:"\e5dd"}.icon-ic_fluent_dishwasher_20_filled:before{content:"\e5de"}.icon-ic_fluent_dishwasher_20_regular:before{content:"\e5df"}.icon-ic_fluent_dismiss_20_filled:before{content:"\e5e0"}.icon-ic_fluent_dismiss_20_regular:before{content:"\e5e1"}.icon-ic_fluent_dismiss_circle_20_filled:before{content:"\e5e2"}.icon-ic_fluent_dismiss_circle_20_regular:before{content:"\e5e3"}.icon-ic_fluent_dismiss_square_20_filled:before{content:"\e5e4"}.icon-ic_fluent_dismiss_square_20_regular:before{content:"\e5e5"}.icon-ic_fluent_dismiss_square_multiple_20_filled:before{content:"\e5e6"}.icon-ic_fluent_dismiss_square_multiple_20_regular:before{content:"\e5e7"}.icon-ic_fluent_diversity_20_filled:before{content:"\e5e8"}.icon-ic_fluent_diversity_20_regular:before{content:"\e5e9"}.icon-ic_fluent_divider_short_20_filled:before{content:"\e5ea"}.icon-ic_fluent_divider_short_20_regular:before{content:"\e5eb"}.icon-ic_fluent_divider_tall_20_filled:before{content:"\e5ec"}.icon-ic_fluent_divider_tall_20_regular:before{content:"\e5ed"}.icon-ic_fluent_dock_20_filled:before{content:"\e5ee"}.icon-ic_fluent_dock_20_regular:before{content:"\e5ef"}.icon-ic_fluent_dock_row_20_filled:before{content:"\e5f0"}.icon-ic_fluent_dock_row_20_regular:before{content:"\e5f1"}.icon-ic_fluent_doctor_20_filled:before{content:"\e5f2"}.icon-ic_fluent_doctor_20_regular:before{content:"\e5f3"}.icon-ic_fluent_document_100_20_filled:before{content:"\e5f4"}.icon-ic_fluent_document_100_20_regular:before{content:"\e5f5"}.icon-ic_fluent_document_20_filled:before{content:"\e5f6"}.icon-ic_fluent_document_20_regular:before{content:"\e5f7"}.icon-ic_fluent_document_add_20_filled:before{content:"\e5f8"}.icon-ic_fluent_document_add_20_regular:before{content:"\e5f9"}.icon-ic_fluent_document_arrow_down_20_filled:before{content:"\e5fa"}.icon-ic_fluent_document_arrow_down_20_regular:before{content:"\e5fb"}.icon-ic_fluent_document_arrow_left_20_filled:before{content:"\e5fc"}.icon-ic_fluent_document_arrow_left_20_regular:before{content:"\e5fd"}.icon-ic_fluent_document_arrow_right_20_filled:before{content:"\e5fe"}.icon-ic_fluent_document_arrow_right_20_regular:before{content:"\e5ff"}.icon-ic_fluent_document_arrow_up_20_filled:before{content:"\e600"}.icon-ic_fluent_document_arrow_up_20_regular:before{content:"\e601"}.icon-ic_fluent_document_border_20_filled:before{content:"\e602"}.icon-ic_fluent_document_border_20_regular:before{content:"\e603"}.icon-ic_fluent_document_border_print_20_filled:before{content:"\e604"}.icon-ic_fluent_document_border_print_20_regular:before{content:"\e605"}.icon-ic_fluent_document_briefcase_20_filled:before{content:"\e606"}.icon-ic_fluent_document_briefcase_20_regular:before{content:"\e607"}.icon-ic_fluent_document_bullet_list_20_filled:before{content:"\e608"}.icon-ic_fluent_document_bullet_list_20_regular:before{content:"\e609"}.icon-ic_fluent_document_bullet_list_arrow_left_20_filled:before{content:"\e60a"}.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before{content:"\e60b"}.icon-ic_fluent_document_bullet_list_clock_20_filled:before{content:"\e60c"}.icon-ic_fluent_document_bullet_list_clock_20_regular:before{content:"\e60d"}.icon-ic_fluent_document_bullet_list_cube_20_filled:before{content:"\e60e"}.icon-ic_fluent_document_bullet_list_cube_20_regular:before{content:"\e60f"}.icon-ic_fluent_document_bullet_list_multiple_20_filled:before{content:"\e610"}.icon-ic_fluent_document_bullet_list_multiple_20_regular:before{content:"\e611"}.icon-ic_fluent_document_bullet_list_off_20_filled:before{content:"\e612"}.icon-ic_fluent_document_bullet_list_off_20_regular:before{content:"\e613"}.icon-ic_fluent_document_catch_up_20_filled:before{content:"\e614"}.icon-ic_fluent_document_catch_up_20_regular:before{content:"\e615"}.icon-ic_fluent_document_checkmark_20_filled:before{content:"\e616"}.icon-ic_fluent_document_checkmark_20_regular:before{content:"\e617"}.icon-ic_fluent_document_chevron_double_20_filled:before{content:"\e618"}.icon-ic_fluent_document_chevron_double_20_regular:before{content:"\e619"}.icon-ic_fluent_document_copy_20_filled:before{content:"\e61a"}.icon-ic_fluent_document_copy_20_regular:before{content:"\e61b"}.icon-ic_fluent_document_css_20_filled:before{content:"\e61c"}.icon-ic_fluent_document_css_20_regular:before{content:"\e61d"}.icon-ic_fluent_document_cube_20_filled:before{content:"\e61e"}.icon-ic_fluent_document_cube_20_regular:before{content:"\e61f"}.icon-ic_fluent_document_data_20_filled:before{content:"\e620"}.icon-ic_fluent_document_data_20_regular:before{content:"\e621"}.icon-ic_fluent_document_data_link_20_filled:before{content:"\e622"}.icon-ic_fluent_document_data_link_20_regular:before{content:"\e623"}.icon-ic_fluent_document_data_lock_20_filled:before{content:"\e624"}.icon-ic_fluent_document_data_lock_20_regular:before{content:"\e625"}.icon-ic_fluent_document_database_20_filled:before{content:"\e626"}.icon-ic_fluent_document_database_20_regular:before{content:"\e627"}.icon-ic_fluent_document_dismiss_20_filled:before{content:"\e628"}.icon-ic_fluent_document_dismiss_20_regular:before{content:"\e629"}.icon-ic_fluent_document_edit_20_filled:before{content:"\e62a"}.icon-ic_fluent_document_edit_20_regular:before{content:"\e62b"}.icon-ic_fluent_document_endnote_20_filled:before{content:"\e62c"}.icon-ic_fluent_document_endnote_20_regular:before{content:"\e62d"}.icon-ic_fluent_document_error_20_filled:before{content:"\e62e"}.icon-ic_fluent_document_error_20_regular:before{content:"\e62f"}.icon-ic_fluent_document_fit_20_filled:before{content:"\e630"}.icon-ic_fluent_document_fit_20_regular:before{content:"\e631"}.icon-ic_fluent_document_flowchart_20_filled:before{content:"\e632"}.icon-ic_fluent_document_flowchart_20_regular:before{content:"\e633"}.icon-ic_fluent_document_folder_20_filled:before{content:"\e634"}.icon-ic_fluent_document_folder_20_regular:before{content:"\e635"}.icon-ic_fluent_document_footer_20_filled:before{content:"\e636"}.icon-ic_fluent_document_footer_20_regular:before{content:"\e637"}.icon-ic_fluent_document_footer_dismiss_20_filled:before{content:"\e638"}.icon-ic_fluent_document_footer_dismiss_20_regular:before{content:"\e639"}.icon-ic_fluent_document_header_20_filled:before{content:"\e63a"}.icon-ic_fluent_document_header_20_regular:before{content:"\e63b"}.icon-ic_fluent_document_header_arrow_down_20_filled:before{content:"\e63c"}.icon-ic_fluent_document_header_arrow_down_20_regular:before{content:"\e63d"}.icon-ic_fluent_document_header_dismiss_20_filled:before{content:"\e63e"}.icon-ic_fluent_document_header_dismiss_20_regular:before{content:"\e63f"}.icon-ic_fluent_document_header_footer_20_filled:before{content:"\e640"}.icon-ic_fluent_document_header_footer_20_regular:before{content:"\e641"}.icon-ic_fluent_document_heart_20_filled:before{content:"\e642"}.icon-ic_fluent_document_heart_20_regular:before{content:"\e643"}.icon-ic_fluent_document_heart_pulse_20_filled:before{content:"\e644"}.icon-ic_fluent_document_heart_pulse_20_regular:before{content:"\e645"}.icon-ic_fluent_document_image_20_filled:before{content:"\e646"}.icon-ic_fluent_document_image_20_regular:before{content:"\e647"}.icon-ic_fluent_document_java_20_filled:before{content:"\e648"}.icon-ic_fluent_document_java_20_regular:before{content:"\e649"}.icon-ic_fluent_document_javascript_20_filled:before{content:"\e64a"}.icon-ic_fluent_document_javascript_20_regular:before{content:"\e64b"}.icon-ic_fluent_document_key_20_filled:before{content:"\e64c"}.icon-ic_fluent_document_key_20_regular:before{content:"\e64d"}.icon-ic_fluent_document_landscape_20_filled:before{content:"\e64e"}.icon-ic_fluent_document_landscape_20_regular:before{content:"\e64f"}.icon-ic_fluent_document_landscape_data_20_filled:before{content:"\e650"}.icon-ic_fluent_document_landscape_data_20_regular:before{content:"\e651"}.icon-ic_fluent_document_landscape_split_20_filled:before{content:"\e652"}.icon-ic_fluent_document_landscape_split_20_regular:before{content:"\e653"}.icon-ic_fluent_document_landscape_split_hint_20_filled:before{content:"\e654"}.icon-ic_fluent_document_landscape_split_hint_20_regular:before{content:"\e655"}.icon-ic_fluent_document_lightning_20_filled:before{content:"\e656"}.icon-ic_fluent_document_lightning_20_regular:before{content:"\e657"}.icon-ic_fluent_document_link_20_filled:before{content:"\e658"}.icon-ic_fluent_document_link_20_regular:before{content:"\e659"}.icon-ic_fluent_document_lock_20_filled:before{content:"\e65a"}.icon-ic_fluent_document_lock_20_regular:before{content:"\e65b"}.icon-ic_fluent_document_margins_20_filled:before{content:"\e65c"}.icon-ic_fluent_document_margins_20_regular:before{content:"\e65d"}.icon-ic_fluent_document_mention_20_filled:before{content:"\e65e"}.icon-ic_fluent_document_mention_20_regular:before{content:"\e65f"}.icon-ic_fluent_document_multiple_20_filled:before{content:"\e660"}.icon-ic_fluent_document_multiple_20_regular:before{content:"\e661"}.icon-ic_fluent_document_multiple_percent_20_filled:before{content:"\e662"}.icon-ic_fluent_document_multiple_percent_20_regular:before{content:"\e663"}.icon-ic_fluent_document_multiple_prohibited_20_filled:before{content:"\e664"}.icon-ic_fluent_document_multiple_prohibited_20_regular:before{content:"\e665"}.icon-ic_fluent_document_multiple_sync_20_filled:before{content:"\e666"}.icon-ic_fluent_document_multiple_sync_20_regular:before{content:"\e667"}.icon-ic_fluent_document_one_page_20_filled:before{content:"\e668"}.icon-ic_fluent_document_one_page_20_regular:before{content:"\e669"}.icon-ic_fluent_document_one_page_add_20_filled:before{content:"\e66a"}.icon-ic_fluent_document_one_page_add_20_regular:before{content:"\e66b"}.icon-ic_fluent_document_one_page_columns_20_filled:before{content:"\e66c"}.icon-ic_fluent_document_one_page_columns_20_regular:before{content:"\e66d"}.icon-ic_fluent_document_one_page_link_20_filled:before{content:"\e66e"}.icon-ic_fluent_document_one_page_link_20_regular:before{content:"\e66f"}.icon-ic_fluent_document_one_page_multiple_20_filled:before{content:"\e670"}.icon-ic_fluent_document_one_page_multiple_20_regular:before{content:"\e671"}.icon-ic_fluent_document_one_page_sparkle_20_filled:before{content:"\e672"}.icon-ic_fluent_document_one_page_sparkle_20_regular:before{content:"\e673"}.icon-ic_fluent_document_page_bottom_center_20_filled:before{content:"\e674"}.icon-ic_fluent_document_page_bottom_center_20_regular:before{content:"\e675"}.icon-ic_fluent_document_page_bottom_left_20_filled:before{content:"\e676"}.icon-ic_fluent_document_page_bottom_left_20_regular:before{content:"\e677"}.icon-ic_fluent_document_page_bottom_right_20_filled:before{content:"\e678"}.icon-ic_fluent_document_page_bottom_right_20_regular:before{content:"\e679"}.icon-ic_fluent_document_page_break_20_filled:before{content:"\e67a"}.icon-ic_fluent_document_page_break_20_regular:before{content:"\e67b"}.icon-ic_fluent_document_page_number_20_filled:before{content:"\e67c"}.icon-ic_fluent_document_page_number_20_regular:before{content:"\e67d"}.icon-ic_fluent_document_page_top_center_20_filled:before{content:"\e67e"}.icon-ic_fluent_document_page_top_center_20_regular:before{content:"\e67f"}.icon-ic_fluent_document_page_top_left_20_filled:before{content:"\e680"}.icon-ic_fluent_document_page_top_left_20_regular:before{content:"\e681"}.icon-ic_fluent_document_page_top_right_20_filled:before{content:"\e682"}.icon-ic_fluent_document_page_top_right_20_regular:before{content:"\e683"}.icon-ic_fluent_document_pdf_20_filled:before{content:"\e684"}.icon-ic_fluent_document_pdf_20_regular:before{content:"\e685"}.icon-ic_fluent_document_percent_20_filled:before{content:"\e686"}.icon-ic_fluent_document_percent_20_regular:before{content:"\e687"}.icon-ic_fluent_document_person_20_filled:before{content:"\e688"}.icon-ic_fluent_document_person_20_regular:before{content:"\e689"}.icon-ic_fluent_document_pill_20_filled:before{content:"\e68a"}.icon-ic_fluent_document_pill_20_regular:before{content:"\e68b"}.icon-ic_fluent_document_print_20_filled:before{content:"\e68c"}.icon-ic_fluent_document_print_20_regular:before{content:"\e68d"}.icon-ic_fluent_document_prohibited_20_filled:before{content:"\e68e"}.icon-ic_fluent_document_prohibited_20_regular:before{content:"\e68f"}.icon-ic_fluent_document_question_mark_20_filled:before{content:"\e690"}.icon-ic_fluent_document_question_mark_20_regular:before{content:"\e691"}.icon-ic_fluent_document_queue_20_filled:before{content:"\e692"}.icon-ic_fluent_document_queue_20_regular:before{content:"\e693"}.icon-ic_fluent_document_queue_add_20_filled:before{content:"\e694"}.icon-ic_fluent_document_queue_add_20_regular:before{content:"\e695"}.icon-ic_fluent_document_queue_multiple_20_filled:before{content:"\e696"}.icon-ic_fluent_document_queue_multiple_20_regular:before{content:"\e697"}.icon-ic_fluent_document_ribbon_20_filled:before{content:"\e698"}.icon-ic_fluent_document_ribbon_20_regular:before{content:"\e699"}.icon-ic_fluent_document_sass_20_filled:before{content:"\e69a"}.icon-ic_fluent_document_sass_20_regular:before{content:"\e69b"}.icon-ic_fluent_document_save_20_filled:before{content:"\e69c"}.icon-ic_fluent_document_save_20_regular:before{content:"\e69d"}.icon-ic_fluent_document_search_20_filled:before{content:"\e69e"}.icon-ic_fluent_document_search_20_regular:before{content:"\e69f"}.icon-ic_fluent_document_settings_20_filled:before{content:"\e6a0"}.icon-ic_fluent_document_settings_20_regular:before{content:"\e6a1"}.icon-ic_fluent_document_split_hint_20_filled:before{content:"\e6a2"}.icon-ic_fluent_document_split_hint_20_regular:before{content:"\e6a3"}.icon-ic_fluent_document_split_hint_off_20_filled:before{content:"\e6a4"}.icon-ic_fluent_document_split_hint_off_20_regular:before{content:"\e6a5"}.icon-ic_fluent_document_sync_20_filled:before{content:"\e6a6"}.icon-ic_fluent_document_sync_20_regular:before{content:"\e6a7"}.icon-ic_fluent_document_table_20_filled:before{content:"\e6a8"}.icon-ic_fluent_document_table_20_regular:before{content:"\e6a9"}.icon-ic_fluent_document_table_arrow_right_20_filled:before{content:"\e6aa"}.icon-ic_fluent_document_table_arrow_right_20_regular:before{content:"\e6ab"}.icon-ic_fluent_document_table_checkmark_20_filled:before{content:"\e6ac"}.icon-ic_fluent_document_table_checkmark_20_regular:before{content:"\e6ad"}.icon-ic_fluent_document_table_cube_20_filled:before{content:"\e6ae"}.icon-ic_fluent_document_table_cube_20_regular:before{content:"\e6af"}.icon-ic_fluent_document_table_search_20_filled:before{content:"\e6b0"}.icon-ic_fluent_document_table_search_20_regular:before{content:"\e6b1"}.icon-ic_fluent_document_table_truck_20_filled:before{content:"\e6b2"}.icon-ic_fluent_document_table_truck_20_regular:before{content:"\e6b3"}.icon-ic_fluent_document_text_20_filled:before{content:"\e6b4"}.icon-ic_fluent_document_text_20_regular:before{content:"\e6b5"}.icon-ic_fluent_document_text_clock_20_filled:before{content:"\e6b6"}.icon-ic_fluent_document_text_clock_20_regular:before{content:"\e6b7"}.icon-ic_fluent_document_text_extract_20_filled:before{content:"\e6b8"}.icon-ic_fluent_document_text_extract_20_regular:before{content:"\e6b9"}.icon-ic_fluent_document_text_link_20_filled:before{content:"\e6ba"}.icon-ic_fluent_document_text_link_20_regular:before{content:"\e6bb"}.icon-ic_fluent_document_text_toolbox_20_filled:before{content:"\e6bc"}.icon-ic_fluent_document_text_toolbox_20_regular:before{content:"\e6bd"}.icon-ic_fluent_document_toolbox_20_filled:before{content:"\e6be"}.icon-ic_fluent_document_toolbox_20_regular:before{content:"\e6bf"}.icon-ic_fluent_document_width_20_filled:before{content:"\e6c0"}.icon-ic_fluent_document_width_20_regular:before{content:"\e6c1"}.icon-ic_fluent_document_yml_20_filled:before{content:"\e6c2"}.icon-ic_fluent_document_yml_20_regular:before{content:"\e6c3"}.icon-ic_fluent_door_20_filled:before{content:"\e6c4"}.icon-ic_fluent_door_20_regular:before{content:"\e6c5"}.icon-ic_fluent_door_arrow_left_20_filled:before{content:"\e6c6"}.icon-ic_fluent_door_arrow_left_20_regular:before{content:"\e6c7"}.icon-ic_fluent_door_arrow_right_20_filled:before{content:"\e6c8"}.icon-ic_fluent_door_arrow_right_20_regular:before{content:"\e6c9"}.icon-ic_fluent_door_tag_20_filled:before{content:"\e6ca"}.icon-ic_fluent_door_tag_20_regular:before{content:"\e6cb"}.icon-ic_fluent_double_swipe_down_20_filled:before{content:"\e6cc"}.icon-ic_fluent_double_swipe_down_20_regular:before{content:"\e6cd"}.icon-ic_fluent_double_swipe_up_20_filled:before{content:"\e6ce"}.icon-ic_fluent_double_swipe_up_20_regular:before{content:"\e6cf"}.icon-ic_fluent_double_tap_swipe_down_20_filled:before{content:"\e6d0"}.icon-ic_fluent_double_tap_swipe_down_20_regular:before{content:"\e6d1"}.icon-ic_fluent_double_tap_swipe_up_20_filled:before{content:"\e6d2"}.icon-ic_fluent_double_tap_swipe_up_20_regular:before{content:"\e6d3"}.icon-ic_fluent_drafts_20_filled:before{content:"\e6d4"}.icon-ic_fluent_drafts_20_regular:before{content:"\e6d5"}.icon-ic_fluent_drag_20_filled:before{content:"\e6d6"}.icon-ic_fluent_drag_20_regular:before{content:"\e6d7"}.icon-ic_fluent_draw_image_20_filled:before{content:"\e6d8"}.icon-ic_fluent_draw_image_20_regular:before{content:"\e6d9"}.icon-ic_fluent_draw_shape_20_filled:before{content:"\e6da"}.icon-ic_fluent_draw_shape_20_regular:before{content:"\e6db"}.icon-ic_fluent_draw_text_20_filled:before{content:"\e6dc"}.icon-ic_fluent_draw_text_20_regular:before{content:"\e6dd"}.icon-ic_fluent_drawer_20_filled:before{content:"\e6de"}.icon-ic_fluent_drawer_20_regular:before{content:"\e6df"}.icon-ic_fluent_drawer_add_20_filled:before{content:"\e6e0"}.icon-ic_fluent_drawer_add_20_regular:before{content:"\e6e1"}.icon-ic_fluent_drawer_arrow_download_20_filled:before{content:"\e6e2"}.icon-ic_fluent_drawer_arrow_download_20_regular:before{content:"\e6e3"}.icon-ic_fluent_drawer_dismiss_20_filled:before{content:"\e6e4"}.icon-ic_fluent_drawer_dismiss_20_regular:before{content:"\e6e5"}.icon-ic_fluent_drawer_play_20_filled:before{content:"\e6e6"}.icon-ic_fluent_drawer_play_20_regular:before{content:"\e6e7"}.icon-ic_fluent_drawer_subtract_20_filled:before{content:"\e6e8"}.icon-ic_fluent_drawer_subtract_20_regular:before{content:"\e6e9"}.icon-ic_fluent_drink_beer_20_filled:before{content:"\e6ea"}.icon-ic_fluent_drink_beer_20_regular:before{content:"\e6eb"}.icon-ic_fluent_drink_bottle_20_filled:before{content:"\e6ec"}.icon-ic_fluent_drink_bottle_20_regular:before{content:"\e6ed"}.icon-ic_fluent_drink_bottle_off_20_filled:before{content:"\e6ee"}.icon-ic_fluent_drink_bottle_off_20_regular:before{content:"\e6ef"}.icon-ic_fluent_drink_coffee_20_filled:before{content:"\e6f0"}.icon-ic_fluent_drink_coffee_20_regular:before{content:"\e6f1"}.icon-ic_fluent_drink_margarita_20_filled:before{content:"\e6f2"}.icon-ic_fluent_drink_margarita_20_regular:before{content:"\e6f3"}.icon-ic_fluent_drink_to_go_20_filled:before{content:"\e6f4"}.icon-ic_fluent_drink_to_go_20_regular:before{content:"\e6f5"}.icon-ic_fluent_drink_wine_20_filled:before{content:"\e6f6"}.icon-ic_fluent_drink_wine_20_regular:before{content:"\e6f7"}.icon-ic_fluent_drive_train_20_filled:before{content:"\e6f8"}.icon-ic_fluent_drive_train_20_regular:before{content:"\e6f9"}.icon-ic_fluent_drop_20_filled:before{content:"\e6fa"}.icon-ic_fluent_drop_20_regular:before{content:"\e6fb"}.icon-ic_fluent_dual_screen_20_filled:before{content:"\e6fc"}.icon-ic_fluent_dual_screen_20_regular:before{content:"\e6fd"}.icon-ic_fluent_dual_screen_add_20_filled:before{content:"\e6fe"}.icon-ic_fluent_dual_screen_add_20_regular:before{content:"\e6ff"}.icon-ic_fluent_dual_screen_arrow_right_20_filled:before{content:"\e700"}.icon-ic_fluent_dual_screen_arrow_right_20_regular:before{content:"\e701"}.icon-ic_fluent_dual_screen_arrow_up_20_filled:before{content:"\e702"}.icon-ic_fluent_dual_screen_arrow_up_20_regular:before{content:"\e703"}.icon-ic_fluent_dual_screen_clock_20_filled:before{content:"\e704"}.icon-ic_fluent_dual_screen_clock_20_regular:before{content:"\e705"}.icon-ic_fluent_dual_screen_closed_alert_20_filled:before{content:"\e706"}.icon-ic_fluent_dual_screen_closed_alert_20_regular:before{content:"\e707"}.icon-ic_fluent_dual_screen_desktop_20_filled:before{content:"\e708"}.icon-ic_fluent_dual_screen_desktop_20_regular:before{content:"\e709"}.icon-ic_fluent_dual_screen_dismiss_20_filled:before{content:"\e70a"}.icon-ic_fluent_dual_screen_dismiss_20_regular:before{content:"\e70b"}.icon-ic_fluent_dual_screen_group_20_filled:before{content:"\e70c"}.icon-ic_fluent_dual_screen_group_20_regular:before{content:"\e70d"}.icon-ic_fluent_dual_screen_header_20_filled:before{content:"\e70e"}.icon-ic_fluent_dual_screen_header_20_regular:before{content:"\e70f"}.icon-ic_fluent_dual_screen_lock_20_filled:before{content:"\e710"}.icon-ic_fluent_dual_screen_lock_20_regular:before{content:"\e711"}.icon-ic_fluent_dual_screen_mirror_20_filled:before{content:"\e712"}.icon-ic_fluent_dual_screen_mirror_20_regular:before{content:"\e713"}.icon-ic_fluent_dual_screen_pagination_20_filled:before{content:"\e714"}.icon-ic_fluent_dual_screen_pagination_20_regular:before{content:"\e715"}.icon-ic_fluent_dual_screen_settings_20_filled:before{content:"\e716"}.icon-ic_fluent_dual_screen_settings_20_regular:before{content:"\e717"}.icon-ic_fluent_dual_screen_span_20_filled:before{content:"\e718"}.icon-ic_fluent_dual_screen_span_20_regular:before{content:"\e719"}.icon-ic_fluent_dual_screen_speaker_20_filled:before{content:"\e71a"}.icon-ic_fluent_dual_screen_speaker_20_regular:before{content:"\e71b"}.icon-ic_fluent_dual_screen_status_bar_20_filled:before{content:"\e71c"}.icon-ic_fluent_dual_screen_status_bar_20_regular:before{content:"\e71d"}.icon-ic_fluent_dual_screen_tablet_20_filled:before{content:"\e71e"}.icon-ic_fluent_dual_screen_tablet_20_regular:before{content:"\e71f"}.icon-ic_fluent_dual_screen_update_20_filled:before{content:"\e720"}.icon-ic_fluent_dual_screen_update_20_regular:before{content:"\e721"}.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before{content:"\e722"}.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before{content:"\e723"}.icon-ic_fluent_dual_screen_vibrate_20_filled:before{content:"\e724"}.icon-ic_fluent_dual_screen_vibrate_20_regular:before{content:"\e725"}.icon-ic_fluent_dumbbell_20_filled:before{content:"\e726"}.icon-ic_fluent_dumbbell_20_regular:before{content:"\e727"}.icon-ic_fluent_dust_20_filled:before{content:"\e728"}.icon-ic_fluent_dust_20_regular:before{content:"\e729"}.icon-ic_fluent_earth_20_filled:before{content:"\e72a"}.icon-ic_fluent_earth_20_regular:before{content:"\e72b"}.icon-ic_fluent_earth_leaf_20_filled:before{content:"\e72c"}.icon-ic_fluent_earth_leaf_20_regular:before{content:"\e72d"}.icon-ic_fluent_edit_20_filled:before{content:"\e72e"}.icon-ic_fluent_edit_20_regular:before{content:"\e72f"}.icon-ic_fluent_edit_arrow_back_20_filled:before{content:"\e730"}.icon-ic_fluent_edit_arrow_back_20_regular:before{content:"\e731"}.icon-ic_fluent_edit_off_20_filled:before{content:"\e732"}.icon-ic_fluent_edit_off_20_regular:before{content:"\e733"}.icon-ic_fluent_edit_prohibited_20_filled:before{content:"\e734"}.icon-ic_fluent_edit_prohibited_20_regular:before{content:"\e735"}.icon-ic_fluent_edit_settings_20_filled:before{content:"\e736"}.icon-ic_fluent_edit_settings_20_regular:before{content:"\e737"}.icon-ic_fluent_elevator_20_filled:before{content:"\e738"}.icon-ic_fluent_elevator_20_regular:before{content:"\e739"}.icon-ic_fluent_emoji_20_filled:before{content:"\e73a"}.icon-ic_fluent_emoji_20_regular:before{content:"\e73b"}.icon-ic_fluent_emoji_add_20_filled:before{content:"\e73c"}.icon-ic_fluent_emoji_add_20_regular:before{content:"\e73d"}.icon-ic_fluent_emoji_angry_20_filled:before{content:"\e73e"}.icon-ic_fluent_emoji_angry_20_regular:before{content:"\e73f"}.icon-ic_fluent_emoji_edit_20_filled:before{content:"\e740"}.icon-ic_fluent_emoji_edit_20_regular:before{content:"\e741"}.icon-ic_fluent_emoji_hand_20_filled:before{content:"\e742"}.icon-ic_fluent_emoji_hand_20_regular:before{content:"\e743"}.icon-ic_fluent_emoji_hint_20_filled:before{content:"\e744"}.icon-ic_fluent_emoji_hint_20_regular:before{content:"\e745"}.icon-ic_fluent_emoji_laugh_20_filled:before{content:"\e746"}.icon-ic_fluent_emoji_laugh_20_regular:before{content:"\e747"}.icon-ic_fluent_emoji_meh_20_filled:before{content:"\e748"}.icon-ic_fluent_emoji_meh_20_regular:before{content:"\e749"}.icon-ic_fluent_emoji_multiple_20_filled:before{content:"\e74a"}.icon-ic_fluent_emoji_multiple_20_regular:before{content:"\e74b"}.icon-ic_fluent_emoji_sad_20_filled:before{content:"\e74c"}.icon-ic_fluent_emoji_sad_20_regular:before{content:"\e74d"}.icon-ic_fluent_emoji_sad_slight_20_filled:before{content:"\e74e"}.icon-ic_fluent_emoji_sad_slight_20_regular:before{content:"\e74f"}.icon-ic_fluent_emoji_smile_slight_20_filled:before{content:"\e750"}.icon-ic_fluent_emoji_smile_slight_20_regular:before{content:"\e751"}.icon-ic_fluent_emoji_sparkle_20_filled:before{content:"\e752"}.icon-ic_fluent_emoji_sparkle_20_regular:before{content:"\e753"}.icon-ic_fluent_emoji_surprise_20_filled:before{content:"\e754"}.icon-ic_fluent_emoji_surprise_20_regular:before{content:"\e755"}.icon-ic_fluent_engine_20_filled:before{content:"\e756"}.icon-ic_fluent_engine_20_regular:before{content:"\e757"}.icon-ic_fluent_equal_circle_20_filled:before{content:"\e758"}.icon-ic_fluent_equal_circle_20_regular:before{content:"\e759"}.icon-ic_fluent_equal_off_20_filled:before{content:"\e75a"}.icon-ic_fluent_equal_off_20_regular:before{content:"\e75b"}.icon-ic_fluent_eraser_20_filled:before{content:"\e75c"}.icon-ic_fluent_eraser_20_regular:before{content:"\e75d"}.icon-ic_fluent_eraser_medium_20_filled:before{content:"\e75e"}.icon-ic_fluent_eraser_medium_20_regular:before{content:"\e75f"}.icon-ic_fluent_eraser_segment_20_filled:before{content:"\e760"}.icon-ic_fluent_eraser_segment_20_regular:before{content:"\e761"}.icon-ic_fluent_eraser_small_20_filled:before{content:"\e762"}.icon-ic_fluent_eraser_small_20_regular:before{content:"\e763"}.icon-ic_fluent_eraser_tool_20_filled:before{content:"\e764"}.icon-ic_fluent_eraser_tool_20_regular:before{content:"\e765"}.icon-ic_fluent_error_circle_20_filled:before{content:"\e766"}.icon-ic_fluent_error_circle_20_regular:before{content:"\e767"}.icon-ic_fluent_error_circle_settings_20_filled:before{content:"\e768"}.icon-ic_fluent_error_circle_settings_20_regular:before{content:"\e769"}.icon-ic_fluent_expand_up_left_20_filled:before{content:"\e76a"}.icon-ic_fluent_expand_up_left_20_regular:before{content:"\e76b"}.icon-ic_fluent_expand_up_right_20_filled:before{content:"\e76c"}.icon-ic_fluent_expand_up_right_20_regular:before{content:"\e76d"}.icon-ic_fluent_extended_dock_20_filled:before{content:"\e76e"}.icon-ic_fluent_extended_dock_20_regular:before{content:"\e76f"}.icon-ic_fluent_eye_20_filled:before{content:"\e770"}.icon-ic_fluent_eye_20_regular:before{content:"\e771"}.icon-ic_fluent_eye_lines_20_filled:before{content:"\e772"}.icon-ic_fluent_eye_lines_20_regular:before{content:"\e773"}.icon-ic_fluent_eye_off_20_filled:before{content:"\e774"}.icon-ic_fluent_eye_off_20_regular:before{content:"\e775"}.icon-ic_fluent_eye_tracking_20_filled:before{content:"\e776"}.icon-ic_fluent_eye_tracking_20_regular:before{content:"\e777"}.icon-ic_fluent_eye_tracking_off_20_filled:before{content:"\e778"}.icon-ic_fluent_eye_tracking_off_20_regular:before{content:"\e779"}.icon-ic_fluent_eyedropper_20_filled:before{content:"\e77a"}.icon-ic_fluent_eyedropper_20_regular:before{content:"\e77b"}.icon-ic_fluent_eyedropper_off_20_filled:before{content:"\e77c"}.icon-ic_fluent_eyedropper_off_20_regular:before{content:"\e77d"}.icon-ic_fluent_f_stop_20_filled:before{content:"\e77e"}.icon-ic_fluent_f_stop_20_regular:before{content:"\e77f"}.icon-ic_fluent_fast_acceleration_20_filled:before{content:"\e780"}.icon-ic_fluent_fast_acceleration_20_regular:before{content:"\e781"}.icon-ic_fluent_fast_forward_20_filled:before{content:"\e782"}.icon-ic_fluent_fast_forward_20_regular:before{content:"\e783"}.icon-ic_fluent_fax_20_filled:before{content:"\e784"}.icon-ic_fluent_fax_20_regular:before{content:"\e785"}.icon-ic_fluent_feed_20_filled:before{content:"\e786"}.icon-ic_fluent_feed_20_regular:before{content:"\e787"}.icon-ic_fluent_filmstrip_20_filled:before{content:"\e788"}.icon-ic_fluent_filmstrip_20_regular:before{content:"\e789"}.icon-ic_fluent_filmstrip_image_20_filled:before{content:"\e78a"}.icon-ic_fluent_filmstrip_image_20_regular:before{content:"\e78b"}.icon-ic_fluent_filmstrip_play_20_filled:before{content:"\e78c"}.icon-ic_fluent_filmstrip_play_20_regular:before{content:"\e78d"}.icon-ic_fluent_filmstrip_split_20_filled:before{content:"\e78e"}.icon-ic_fluent_filmstrip_split_20_regular:before{content:"\e78f"}.icon-ic_fluent_filter_20_filled:before{content:"\e790"}.icon-ic_fluent_filter_20_regular:before{content:"\e791"}.icon-ic_fluent_filter_add_20_filled:before{content:"\e792"}.icon-ic_fluent_filter_add_20_regular:before{content:"\e793"}.icon-ic_fluent_filter_dismiss_20_filled:before{content:"\e794"}.icon-ic_fluent_filter_dismiss_20_regular:before{content:"\e795"}.icon-ic_fluent_filter_sync_20_filled:before{content:"\e796"}.icon-ic_fluent_filter_sync_20_regular:before{content:"\e797"}.icon-ic_fluent_fingerprint_20_filled:before{content:"\e798"}.icon-ic_fluent_fingerprint_20_regular:before{content:"\e799"}.icon-ic_fluent_fire_20_filled:before{content:"\e79a"}.icon-ic_fluent_fire_20_regular:before{content:"\e79b"}.icon-ic_fluent_fireplace_20_filled:before{content:"\e79c"}.icon-ic_fluent_fireplace_20_regular:before{content:"\e79d"}.icon-ic_fluent_fixed_width_20_filled:before{content:"\e79e"}.icon-ic_fluent_fixed_width_20_regular:before{content:"\e79f"}.icon-ic_fluent_flag_20_filled:before{content:"\e7a0"}.icon-ic_fluent_flag_20_regular:before{content:"\e7a1"}.icon-ic_fluent_flag_checkered_20_filled:before{content:"\e7a2"}.icon-ic_fluent_flag_checkered_20_regular:before{content:"\e7a3"}.icon-ic_fluent_flag_clock_20_filled:before{content:"\e7a4"}.icon-ic_fluent_flag_clock_20_regular:before{content:"\e7a5"}.icon-ic_fluent_flag_off_20_filled:before{content:"\e7a6"}.icon-ic_fluent_flag_off_20_regular:before{content:"\e7a7"}.icon-ic_fluent_flag_pride_20_filled:before{content:"\e7a8"}.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before{content:"\e7a9"}.icon-ic_fluent_flag_pride_philadelphia_20_filled:before{content:"\e7aa"}.icon-ic_fluent_flag_pride_progress_20_filled:before{content:"\e7ab"}.icon-ic_fluent_flash_20_filled:before{content:"\e7ac"}.icon-ic_fluent_flash_20_regular:before{content:"\e7ad"}.icon-ic_fluent_flash_add_20_filled:before{content:"\e7ae"}.icon-ic_fluent_flash_add_20_regular:before{content:"\e7af"}.icon-ic_fluent_flash_auto_20_filled:before{content:"\e7b0"}.icon-ic_fluent_flash_auto_20_regular:before{content:"\e7b1"}.icon-ic_fluent_flash_checkmark_20_filled:before{content:"\e7b2"}.icon-ic_fluent_flash_checkmark_20_regular:before{content:"\e7b3"}.icon-ic_fluent_flash_flow_20_filled:before{content:"\e7b4"}.icon-ic_fluent_flash_flow_20_regular:before{content:"\e7b5"}.icon-ic_fluent_flash_off_20_filled:before{content:"\e7b6"}.icon-ic_fluent_flash_off_20_regular:before{content:"\e7b7"}.icon-ic_fluent_flash_play_20_filled:before{content:"\e7b8"}.icon-ic_fluent_flash_play_20_regular:before{content:"\e7b9"}.icon-ic_fluent_flash_settings_20_filled:before{content:"\e7ba"}.icon-ic_fluent_flash_settings_20_regular:before{content:"\e7bb"}.icon-ic_fluent_flash_sparkle_20_filled:before{content:"\e7bc"}.icon-ic_fluent_flash_sparkle_20_regular:before{content:"\e7bd"}.icon-ic_fluent_flashlight_20_filled:before{content:"\e7be"}.icon-ic_fluent_flashlight_20_regular:before{content:"\e7bf"}.icon-ic_fluent_flashlight_off_20_filled:before{content:"\e7c0"}.icon-ic_fluent_flashlight_off_20_regular:before{content:"\e7c1"}.icon-ic_fluent_flip_horizontal_20_filled:before{content:"\e7c2"}.icon-ic_fluent_flip_horizontal_20_regular:before{content:"\e7c3"}.icon-ic_fluent_flip_vertical_20_filled:before{content:"\e7c4"}.icon-ic_fluent_flip_vertical_20_regular:before{content:"\e7c5"}.icon-ic_fluent_flow_20_filled:before{content:"\e7c6"}.icon-ic_fluent_flow_20_regular:before{content:"\e7c7"}.icon-ic_fluent_flowchart_20_filled:before{content:"\e7c8"}.icon-ic_fluent_flowchart_20_regular:before{content:"\e7c9"}.icon-ic_fluent_flowchart_circle_20_filled:before{content:"\e7ca"}.icon-ic_fluent_flowchart_circle_20_regular:before{content:"\e7cb"}.icon-ic_fluent_fluent_20_filled:before{content:"\e7cc"}.icon-ic_fluent_fluent_20_regular:before{content:"\e7cd"}.icon-ic_fluent_fluid_20_filled:before{content:"\e7ce"}.icon-ic_fluent_fluid_20_regular:before{content:"\e7cf"}.icon-ic_fluent_folder_20_filled:before{content:"\e7d0"}.icon-ic_fluent_folder_20_regular:before{content:"\e7d1"}.icon-ic_fluent_folder_add_20_filled:before{content:"\e7d2"}.icon-ic_fluent_folder_add_20_regular:before{content:"\e7d3"}.icon-ic_fluent_folder_arrow_left_20_filled:before{content:"\e7d4"}.icon-ic_fluent_folder_arrow_left_20_regular:before{content:"\e7d5"}.icon-ic_fluent_folder_arrow_right_20_filled:before{content:"\e7d6"}.icon-ic_fluent_folder_arrow_right_20_regular:before{content:"\e7d7"}.icon-ic_fluent_folder_arrow_up_20_filled:before{content:"\e7d8"}.icon-ic_fluent_folder_arrow_up_20_regular:before{content:"\e7d9"}.icon-ic_fluent_folder_briefcase_20_filled:before{content:"\e7da"}.icon-ic_fluent_folder_briefcase_20_regular:before{content:"\e7db"}.icon-ic_fluent_folder_globe_20_filled:before{content:"\e7dc"}.icon-ic_fluent_folder_globe_20_regular:before{content:"\e7dd"}.icon-ic_fluent_folder_lightning_20_filled:before{content:"\e7de"}.icon-ic_fluent_folder_lightning_20_regular:before{content:"\e7df"}.icon-ic_fluent_folder_link_20_filled:before{content:"\e7e0"}.icon-ic_fluent_folder_link_20_regular:before{content:"\e7e1"}.icon-ic_fluent_folder_list_20_filled:before{content:"\e7e2"}.icon-ic_fluent_folder_list_20_regular:before{content:"\e7e3"}.icon-ic_fluent_folder_mail_20_filled:before{content:"\e7e4"}.icon-ic_fluent_folder_mail_20_regular:before{content:"\e7e5"}.icon-ic_fluent_folder_open_20_filled:before{content:"\e7e6"}.icon-ic_fluent_folder_open_20_regular:before{content:"\e7e7"}.icon-ic_fluent_folder_open_vertical_20_filled:before{content:"\e7e8"}.icon-ic_fluent_folder_open_vertical_20_regular:before{content:"\e7e9"}.icon-ic_fluent_folder_people_20_filled:before{content:"\e7ea"}.icon-ic_fluent_folder_people_20_regular:before{content:"\e7eb"}.icon-ic_fluent_folder_person_20_filled:before{content:"\e7ec"}.icon-ic_fluent_folder_person_20_regular:before{content:"\e7ed"}.icon-ic_fluent_folder_prohibited_20_filled:before{content:"\e7ee"}.icon-ic_fluent_folder_prohibited_20_regular:before{content:"\e7ef"}.icon-ic_fluent_folder_search_20_filled:before{content:"\e7f0"}.icon-ic_fluent_folder_search_20_regular:before{content:"\e7f1"}.icon-ic_fluent_folder_swap_20_filled:before{content:"\e7f2"}.icon-ic_fluent_folder_swap_20_regular:before{content:"\e7f3"}.icon-ic_fluent_folder_sync_20_filled:before{content:"\e7f4"}.icon-ic_fluent_folder_sync_20_regular:before{content:"\e7f5"}.icon-ic_fluent_folder_zip_20_filled:before{content:"\e7f6"}.icon-ic_fluent_folder_zip_20_regular:before{content:"\e7f7"}.icon-ic_fluent_font_decrease_20_filled:before{content:"\e7f8"}.icon-ic_fluent_font_decrease_20_regular:before{content:"\e7f9"}.icon-ic_fluent_font_increase_20_filled:before{content:"\e7fa"}.icon-ic_fluent_font_increase_20_regular:before{content:"\e7fb"}.icon-ic_fluent_font_space_tracking_in_20_filled:before{content:"\e7fc"}.icon-ic_fluent_font_space_tracking_in_20_regular:before{content:"\e7fd"}.icon-ic_fluent_font_space_tracking_out_20_filled:before{content:"\e7fe"}.icon-ic_fluent_font_space_tracking_out_20_regular:before{content:"\e7ff"}.icon-ic_fluent_food_20_filled:before{content:"\e800"}.icon-ic_fluent_food_20_regular:before{content:"\e801"}.icon-ic_fluent_food_apple_20_filled:before{content:"\e802"}.icon-ic_fluent_food_apple_20_regular:before{content:"\e803"}.icon-ic_fluent_food_cake_20_filled:before{content:"\e804"}.icon-ic_fluent_food_cake_20_regular:before{content:"\e805"}.icon-ic_fluent_food_carrot_20_filled:before{content:"\e806"}.icon-ic_fluent_food_carrot_20_regular:before{content:"\e807"}.icon-ic_fluent_food_chicken_leg_20_filled:before{content:"\e808"}.icon-ic_fluent_food_chicken_leg_20_regular:before{content:"\e809"}.icon-ic_fluent_food_egg_20_filled:before{content:"\e80a"}.icon-ic_fluent_food_egg_20_regular:before{content:"\e80b"}.icon-ic_fluent_food_fish_20_filled:before{content:"\e80c"}.icon-ic_fluent_food_fish_20_regular:before{content:"\e80d"}.icon-ic_fluent_food_grains_20_filled:before{content:"\e80e"}.icon-ic_fluent_food_grains_20_regular:before{content:"\e80f"}.icon-ic_fluent_food_pizza_20_filled:before{content:"\e810"}.icon-ic_fluent_food_pizza_20_regular:before{content:"\e811"}.icon-ic_fluent_food_toast_20_filled:before{content:"\e812"}.icon-ic_fluent_food_toast_20_regular:before{content:"\e813"}.icon-ic_fluent_form_20_filled:before{content:"\e814"}.icon-ic_fluent_form_20_regular:before{content:"\e815"}.icon-ic_fluent_form_multiple_20_filled:before{content:"\e816"}.icon-ic_fluent_form_multiple_20_regular:before{content:"\e817"}.icon-ic_fluent_form_new_20_filled:before{content:"\e818"}.icon-ic_fluent_form_new_20_regular:before{content:"\e819"}.icon-ic_fluent_fps_120_20_filled:before{content:"\e81a"}.icon-ic_fluent_fps_120_20_regular:before{content:"\e81b"}.icon-ic_fluent_fps_240_20_filled:before{content:"\e81c"}.icon-ic_fluent_fps_240_20_regular:before{content:"\e81d"}.icon-ic_fluent_fps_30_20_filled:before{content:"\e81e"}.icon-ic_fluent_fps_30_20_regular:before{content:"\e81f"}.icon-ic_fluent_fps_60_20_filled:before{content:"\e820"}.icon-ic_fluent_fps_60_20_regular:before{content:"\e821"}.icon-ic_fluent_fps_960_20_filled:before{content:"\e822"}.icon-ic_fluent_fps_960_20_regular:before{content:"\e823"}.icon-ic_fluent_frame_20_filled:before{content:"\e824"}.icon-ic_fluent_frame_20_regular:before{content:"\e825"}.icon-ic_fluent_full_screen_maximize_20_filled:before{content:"\e826"}.icon-ic_fluent_full_screen_maximize_20_regular:before{content:"\e827"}.icon-ic_fluent_full_screen_minimize_20_filled:before{content:"\e828"}.icon-ic_fluent_full_screen_minimize_20_regular:before{content:"\e829"}.icon-ic_fluent_games_20_filled:before{content:"\e82a"}.icon-ic_fluent_games_20_regular:before{content:"\e82b"}.icon-ic_fluent_gantt_chart_20_filled:before{content:"\e82c"}.icon-ic_fluent_gantt_chart_20_regular:before{content:"\e82d"}.icon-ic_fluent_gas_20_filled:before{content:"\e82e"}.icon-ic_fluent_gas_20_regular:before{content:"\e82f"}.icon-ic_fluent_gas_pump_20_filled:before{content:"\e830"}.icon-ic_fluent_gas_pump_20_regular:before{content:"\e831"}.icon-ic_fluent_gather_20_filled:before{content:"\e832"}.icon-ic_fluent_gather_20_regular:before{content:"\e833"}.icon-ic_fluent_gauge_20_filled:before{content:"\e834"}.icon-ic_fluent_gauge_20_regular:before{content:"\e835"}.icon-ic_fluent_gauge_add_20_filled:before{content:"\e836"}.icon-ic_fluent_gauge_add_20_regular:before{content:"\e837"}.icon-ic_fluent_gavel_20_filled:before{content:"\e838"}.icon-ic_fluent_gavel_20_regular:before{content:"\e839"}.icon-ic_fluent_gavel_prohibited_20_filled:before{content:"\e83a"}.icon-ic_fluent_gavel_prohibited_20_regular:before{content:"\e83b"}.icon-ic_fluent_gesture_20_filled:before{content:"\e83c"}.icon-ic_fluent_gesture_20_regular:before{content:"\e83d"}.icon-ic_fluent_gif_20_filled:before{content:"\e83e"}.icon-ic_fluent_gif_20_regular:before{content:"\e83f"}.icon-ic_fluent_gift_20_filled:before{content:"\e840"}.icon-ic_fluent_gift_20_regular:before{content:"\e841"}.icon-ic_fluent_gift_card_20_filled:before{content:"\e842"}.icon-ic_fluent_gift_card_20_regular:before{content:"\e843"}.icon-ic_fluent_gift_card_add_20_filled:before{content:"\e844"}.icon-ic_fluent_gift_card_add_20_regular:before{content:"\e845"}.icon-ic_fluent_gift_card_arrow_right_20_filled:before{content:"\e846"}.icon-ic_fluent_gift_card_arrow_right_20_regular:before{content:"\e847"}.icon-ic_fluent_gift_card_money_20_filled:before{content:"\e848"}.icon-ic_fluent_gift_card_money_20_regular:before{content:"\e849"}.icon-ic_fluent_gift_card_multiple_20_filled:before{content:"\e84a"}.icon-ic_fluent_gift_card_multiple_20_regular:before{content:"\e84b"}.icon-ic_fluent_gift_open_20_filled:before{content:"\e84c"}.icon-ic_fluent_gift_open_20_regular:before{content:"\e84d"}.icon-ic_fluent_glance_20_filled:before{content:"\e84e"}.icon-ic_fluent_glance_20_regular:before{content:"\e84f"}.icon-ic_fluent_glance_horizontal_20_filled:before{content:"\e850"}.icon-ic_fluent_glance_horizontal_20_regular:before{content:"\e851"}.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before{content:"\e852"}.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before{content:"\e853"}.icon-ic_fluent_glasses_20_filled:before{content:"\e854"}.icon-ic_fluent_glasses_20_regular:before{content:"\e855"}.icon-ic_fluent_glasses_off_20_filled:before{content:"\e856"}.icon-ic_fluent_glasses_off_20_regular:before{content:"\e857"}.icon-ic_fluent_globe_20_filled:before{content:"\e858"}.icon-ic_fluent_globe_20_regular:before{content:"\e859"}.icon-ic_fluent_globe_add_20_filled:before{content:"\e85a"}.icon-ic_fluent_globe_add_20_regular:before{content:"\e85b"}.icon-ic_fluent_globe_arrow_forward_20_filled:before{content:"\e85c"}.icon-ic_fluent_globe_arrow_forward_20_regular:before{content:"\e85d"}.icon-ic_fluent_globe_arrow_up_20_filled:before{content:"\e85e"}.icon-ic_fluent_globe_arrow_up_20_regular:before{content:"\e85f"}.icon-ic_fluent_globe_clock_20_filled:before{content:"\e860"}.icon-ic_fluent_globe_clock_20_regular:before{content:"\e861"}.icon-ic_fluent_globe_desktop_20_filled:before{content:"\e862"}.icon-ic_fluent_globe_desktop_20_regular:before{content:"\e863"}.icon-ic_fluent_globe_error_20_filled:before{content:"\e864"}.icon-ic_fluent_globe_error_20_regular:before{content:"\e865"}.icon-ic_fluent_globe_location_20_filled:before{content:"\e866"}.icon-ic_fluent_globe_location_20_regular:before{content:"\e867"}.icon-ic_fluent_globe_person_20_filled:before{content:"\e868"}.icon-ic_fluent_globe_person_20_regular:before{content:"\e869"}.icon-ic_fluent_globe_prohibited_20_filled:before{content:"\e86a"}.icon-ic_fluent_globe_prohibited_20_regular:before{content:"\e86b"}.icon-ic_fluent_globe_search_20_filled:before{content:"\e86c"}.icon-ic_fluent_globe_search_20_regular:before{content:"\e86d"}.icon-ic_fluent_globe_shield_20_filled:before{content:"\e86e"}.icon-ic_fluent_globe_shield_20_regular:before{content:"\e86f"}.icon-ic_fluent_globe_star_20_filled:before{content:"\e870"}.icon-ic_fluent_globe_star_20_regular:before{content:"\e871"}.icon-ic_fluent_globe_surface_20_filled:before{content:"\e872"}.icon-ic_fluent_globe_surface_20_regular:before{content:"\e873"}.icon-ic_fluent_globe_sync_20_filled:before{content:"\e874"}.icon-ic_fluent_globe_sync_20_regular:before{content:"\e875"}.icon-ic_fluent_globe_video_20_filled:before{content:"\e876"}.icon-ic_fluent_globe_video_20_regular:before{content:"\e877"}.icon-ic_fluent_globe_warning_20_filled:before{content:"\e878"}.icon-ic_fluent_globe_warning_20_regular:before{content:"\e879"}.icon-ic_fluent_grid_20_filled:before{content:"\e87a"}.icon-ic_fluent_grid_20_regular:before{content:"\e87b"}.icon-ic_fluent_grid_dots_20_filled:before{content:"\e87c"}.icon-ic_fluent_grid_dots_20_regular:before{content:"\e87d"}.icon-ic_fluent_grid_kanban_20_filled:before{content:"\e87e"}.icon-ic_fluent_grid_kanban_20_regular:before{content:"\e87f"}.icon-ic_fluent_group_20_filled:before{content:"\e880"}.icon-ic_fluent_group_20_regular:before{content:"\e881"}.icon-ic_fluent_group_dismiss_20_filled:before{content:"\e882"}.icon-ic_fluent_group_dismiss_20_regular:before{content:"\e883"}.icon-ic_fluent_group_list_20_filled:before{content:"\e884"}.icon-ic_fluent_group_list_20_regular:before{content:"\e885"}.icon-ic_fluent_group_return_20_filled:before{content:"\e886"}.icon-ic_fluent_group_return_20_regular:before{content:"\e887"}.icon-ic_fluent_guardian_20_filled:before{content:"\e888"}.icon-ic_fluent_guardian_20_regular:before{content:"\e889"}.icon-ic_fluent_guest_20_filled:before{content:"\e88a"}.icon-ic_fluent_guest_20_regular:before{content:"\e88b"}.icon-ic_fluent_guest_add_20_filled:before{content:"\e88c"}.icon-ic_fluent_guest_add_20_regular:before{content:"\e88d"}.icon-ic_fluent_guitar_20_filled:before{content:"\e88e"}.icon-ic_fluent_guitar_20_regular:before{content:"\e88f"}.icon-ic_fluent_hand_draw_20_filled:before{content:"\e890"}.icon-ic_fluent_hand_draw_20_regular:before{content:"\e891"}.icon-ic_fluent_hand_left_20_filled:before{content:"\e892"}.icon-ic_fluent_hand_left_20_regular:before{content:"\e893"}.icon-ic_fluent_hand_left_chat_20_filled:before{content:"\e894"}.icon-ic_fluent_hand_left_chat_20_regular:before{content:"\e895"}.icon-ic_fluent_hand_open_heart_20_filled:before{content:"\e896"}.icon-ic_fluent_hand_open_heart_20_regular:before{content:"\e897"}.icon-ic_fluent_hand_right_20_filled:before{content:"\e898"}.icon-ic_fluent_hand_right_20_regular:before{content:"\e899"}.icon-ic_fluent_hand_right_off_20_filled:before{content:"\e89a"}.icon-ic_fluent_hand_right_off_20_regular:before{content:"\e89b"}.icon-ic_fluent_hand_wave_20_filled:before{content:"\e89c"}.icon-ic_fluent_hand_wave_20_regular:before{content:"\e89d"}.icon-ic_fluent_handshake_20_filled:before{content:"\e89e"}.icon-ic_fluent_handshake_20_regular:before{content:"\e89f"}.icon-ic_fluent_hard_drive_20_filled:before{content:"\e8a0"}.icon-ic_fluent_hard_drive_20_regular:before{content:"\e8a1"}.icon-ic_fluent_hat_graduation_20_filled:before{content:"\e8a2"}.icon-ic_fluent_hat_graduation_20_regular:before{content:"\e8a3"}.icon-ic_fluent_hat_graduation_add_20_filled:before{content:"\e8a4"}.icon-ic_fluent_hat_graduation_add_20_regular:before{content:"\e8a5"}.icon-ic_fluent_hat_graduation_sparkle_20_filled:before{content:"\e8a6"}.icon-ic_fluent_hat_graduation_sparkle_20_regular:before{content:"\e8a7"}.icon-ic_fluent_hd_20_filled:before{content:"\e8a8"}.icon-ic_fluent_hd_20_regular:before{content:"\e8a9"}.icon-ic_fluent_hdr_20_filled:before{content:"\e8aa"}.icon-ic_fluent_hdr_20_regular:before{content:"\e8ab"}.icon-ic_fluent_hdr_off_20_filled:before{content:"\e8ac"}.icon-ic_fluent_hdr_off_20_regular:before{content:"\e8ad"}.icon-ic_fluent_headphones_20_filled:before{content:"\e8ae"}.icon-ic_fluent_headphones_20_regular:before{content:"\e8af"}.icon-ic_fluent_headphones_sound_wave_20_filled:before{content:"\e8b0"}.icon-ic_fluent_headphones_sound_wave_20_regular:before{content:"\e8b1"}.icon-ic_fluent_headset_20_filled:before{content:"\e8b2"}.icon-ic_fluent_headset_20_regular:before{content:"\e8b3"}.icon-ic_fluent_headset_add_20_filled:before{content:"\e8b4"}.icon-ic_fluent_headset_add_20_regular:before{content:"\e8b5"}.icon-ic_fluent_headset_vr_20_filled:before{content:"\e8b6"}.icon-ic_fluent_headset_vr_20_regular:before{content:"\e8b7"}.icon-ic_fluent_heart_20_filled:before{content:"\e8b8"}.icon-ic_fluent_heart_20_regular:before{content:"\e8b9"}.icon-ic_fluent_heart_broken_20_filled:before{content:"\e8ba"}.icon-ic_fluent_heart_broken_20_regular:before{content:"\e8bb"}.icon-ic_fluent_heart_circle_20_filled:before{content:"\e8bc"}.icon-ic_fluent_heart_circle_20_regular:before{content:"\e8bd"}.icon-ic_fluent_heart_circle_hint_20_filled:before{content:"\e8be"}.icon-ic_fluent_heart_circle_hint_20_regular:before{content:"\e8bf"}.icon-ic_fluent_heart_off_20_filled:before{content:"\e8c0"}.icon-ic_fluent_heart_off_20_regular:before{content:"\e8c1"}.icon-ic_fluent_heart_pulse_20_filled:before{content:"\e8c2"}.icon-ic_fluent_heart_pulse_20_regular:before{content:"\e8c3"}.icon-ic_fluent_heart_pulse_checkmark_20_filled:before{content:"\e8c4"}.icon-ic_fluent_heart_pulse_checkmark_20_regular:before{content:"\e8c5"}.icon-ic_fluent_heart_pulse_error_20_filled:before{content:"\e8c6"}.icon-ic_fluent_heart_pulse_error_20_regular:before{content:"\e8c7"}.icon-ic_fluent_heart_pulse_warning_20_filled:before{content:"\e8c8"}.icon-ic_fluent_heart_pulse_warning_20_regular:before{content:"\e8c9"}.icon-ic_fluent_hexagon_20_filled:before{content:"\e8ca"}.icon-ic_fluent_hexagon_20_regular:before{content:"\e8cb"}.icon-ic_fluent_hexagon_three_20_filled:before{content:"\e8cc"}.icon-ic_fluent_hexagon_three_20_regular:before{content:"\e8cd"}.icon-ic_fluent_highlight_20_filled:before{content:"\e8ce"}.icon-ic_fluent_highlight_20_regular:before{content:"\e8cf"}.icon-ic_fluent_highlight_accent_20_filled:before{content:"\e8d0"}.icon-ic_fluent_highlight_link_20_filled:before{content:"\e8d1"}.icon-ic_fluent_highlight_link_20_regular:before{content:"\e8d2"}.icon-ic_fluent_history_20_filled:before{content:"\e8d3"}.icon-ic_fluent_history_20_regular:before{content:"\e8d4"}.icon-ic_fluent_history_dismiss_20_filled:before{content:"\e8d5"}.icon-ic_fluent_history_dismiss_20_regular:before{content:"\e8d6"}.icon-ic_fluent_home_20_filled:before{content:"\e8d7"}.icon-ic_fluent_home_20_regular:before{content:"\e8d8"}.icon-ic_fluent_home_add_20_filled:before{content:"\e8d9"}.icon-ic_fluent_home_add_20_regular:before{content:"\e8da"}.icon-ic_fluent_home_checkmark_20_filled:before{content:"\e8db"}.icon-ic_fluent_home_checkmark_20_regular:before{content:"\e8dc"}.icon-ic_fluent_home_database_20_filled:before{content:"\e8dd"}.icon-ic_fluent_home_database_20_regular:before{content:"\e8de"}.icon-ic_fluent_home_heart_20_filled:before{content:"\e8df"}.icon-ic_fluent_home_heart_20_regular:before{content:"\e8e0"}.icon-ic_fluent_home_more_20_filled:before{content:"\e8e1"}.icon-ic_fluent_home_more_20_regular:before{content:"\e8e2"}.icon-ic_fluent_home_person_20_filled:before{content:"\e8e3"}.icon-ic_fluent_home_person_20_regular:before{content:"\e8e4"}.icon-ic_fluent_home_split_20_filled:before{content:"\e8e5"}.icon-ic_fluent_home_split_20_regular:before{content:"\e8e6"}.icon-ic_fluent_hourglass_20_filled:before{content:"\e8e7"}.icon-ic_fluent_hourglass_20_regular:before{content:"\e8e8"}.icon-ic_fluent_hourglass_half_20_filled:before{content:"\e8e9"}.icon-ic_fluent_hourglass_half_20_regular:before{content:"\e8ea"}.icon-ic_fluent_hourglass_one_quarter_20_filled:before{content:"\e8eb"}.icon-ic_fluent_hourglass_one_quarter_20_regular:before{content:"\e8ec"}.icon-ic_fluent_hourglass_three_quarter_20_filled:before{content:"\e8ed"}.icon-ic_fluent_hourglass_three_quarter_20_regular:before{content:"\e8ee"}.icon-ic_fluent_icons_20_filled:before{content:"\e8ef"}.icon-ic_fluent_icons_20_regular:before{content:"\e8f0"}.icon-ic_fluent_image_20_filled:before{content:"\e8f1"}.icon-ic_fluent_image_20_regular:before{content:"\e8f2"}.icon-ic_fluent_image_add_20_filled:before{content:"\e8f3"}.icon-ic_fluent_image_add_20_regular:before{content:"\e8f4"}.icon-ic_fluent_image_alt_text_20_filled:before{content:"\e8f5"}.icon-ic_fluent_image_alt_text_20_regular:before{content:"\e8f6"}.icon-ic_fluent_image_arrow_back_20_filled:before{content:"\e8f7"}.icon-ic_fluent_image_arrow_back_20_regular:before{content:"\e8f8"}.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before{content:"\e8f9"}.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before{content:"\e8fa"}.icon-ic_fluent_image_arrow_forward_20_filled:before{content:"\e8fb"}.icon-ic_fluent_image_arrow_forward_20_regular:before{content:"\e8fc"}.icon-ic_fluent_image_border_20_filled:before{content:"\e8fd"}.icon-ic_fluent_image_border_20_regular:before{content:"\e8fe"}.icon-ic_fluent_image_circle_20_filled:before{content:"\e8ff"}.icon-ic_fluent_image_circle_20_regular:before{content:"\e900"}.icon-ic_fluent_image_copy_20_filled:before{content:"\e901"}.icon-ic_fluent_image_copy_20_regular:before{content:"\e902"}.icon-ic_fluent_image_edit_20_filled:before{content:"\e903"}.icon-ic_fluent_image_edit_20_regular:before{content:"\e904"}.icon-ic_fluent_image_globe_20_filled:before{content:"\e905"}.icon-ic_fluent_image_globe_20_regular:before{content:"\e906"}.icon-ic_fluent_image_multiple_20_filled:before{content:"\e907"}.icon-ic_fluent_image_multiple_20_regular:before{content:"\e908"}.icon-ic_fluent_image_multiple_off_20_filled:before{content:"\e909"}.icon-ic_fluent_image_multiple_off_20_regular:before{content:"\e90a"}.icon-ic_fluent_image_off_20_filled:before{content:"\e90b"}.icon-ic_fluent_image_off_20_regular:before{content:"\e90c"}.icon-ic_fluent_image_prohibited_20_filled:before{content:"\e90d"}.icon-ic_fluent_image_prohibited_20_regular:before{content:"\e90e"}.icon-ic_fluent_image_reflection_20_filled:before{content:"\e90f"}.icon-ic_fluent_image_reflection_20_regular:before{content:"\e910"}.icon-ic_fluent_image_search_20_filled:before{content:"\e911"}.icon-ic_fluent_image_search_20_regular:before{content:"\e912"}.icon-ic_fluent_image_shadow_20_filled:before{content:"\e913"}.icon-ic_fluent_image_shadow_20_regular:before{content:"\e914"}.icon-ic_fluent_image_sparkle_20_filled:before{content:"\e915"}.icon-ic_fluent_image_sparkle_20_regular:before{content:"\e916"}.icon-ic_fluent_image_stack_20_filled:before{content:"\e917"}.icon-ic_fluent_image_stack_20_regular:before{content:"\e918"}.icon-ic_fluent_image_table_20_filled:before{content:"\e919"}.icon-ic_fluent_image_table_20_regular:before{content:"\e91a"}.icon-ic_fluent_immersive_reader_20_filled:before{content:"\e91b"}.icon-ic_fluent_immersive_reader_20_regular:before{content:"\e91c"}.icon-ic_fluent_important_20_filled:before{content:"\e91d"}.icon-ic_fluent_important_20_regular:before{content:"\e91e"}.icon-ic_fluent_incognito_20_filled:before{content:"\e91f"}.icon-ic_fluent_incognito_20_regular:before{content:"\e920"}.icon-ic_fluent_info_20_filled:before{content:"\e921"}.icon-ic_fluent_info_20_regular:before{content:"\e922"}.icon-ic_fluent_info_shield_20_filled:before{content:"\e923"}.icon-ic_fluent_info_shield_20_regular:before{content:"\e924"}.icon-ic_fluent_ink_stroke_20_filled:before{content:"\e925"}.icon-ic_fluent_ink_stroke_20_regular:before{content:"\e926"}.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before{content:"\e927"}.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before{content:"\e928"}.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before{content:"\e929"}.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before{content:"\e92a"}.icon-ic_fluent_inking_tool_20_filled:before{content:"\e92b"}.icon-ic_fluent_inking_tool_20_regular:before{content:"\e92c"}.icon-ic_fluent_inking_tool_accent_20_filled:before{content:"\e92d"}.icon-ic_fluent_inprivate_account_20_filled:before{content:"\e92e"}.icon-ic_fluent_inprivate_account_20_regular:before{content:"\e92f"}.icon-ic_fluent_insert_20_filled:before{content:"\e930"}.icon-ic_fluent_insert_20_regular:before{content:"\e931"}.icon-ic_fluent_ios_chevron_right_20_filled:before{content:"\e932"}.icon-ic_fluent_ios_chevron_right_20_regular:before{content:"\e933"}.icon-ic_fluent_iot_20_filled:before{content:"\e934"}.icon-ic_fluent_iot_20_regular:before{content:"\e935"}.icon-ic_fluent_iot_alert_20_filled:before{content:"\e936"}.icon-ic_fluent_iot_alert_20_regular:before{content:"\e937"}.icon-ic_fluent_javascript_20_filled:before{content:"\e938"}.icon-ic_fluent_javascript_20_regular:before{content:"\e939"}.icon-ic_fluent_joystick_20_filled:before{content:"\e93a"}.icon-ic_fluent_joystick_20_regular:before{content:"\e93b"}.icon-ic_fluent_key_20_filled:before{content:"\e93c"}.icon-ic_fluent_key_20_regular:before{content:"\e93d"}.icon-ic_fluent_key_command_20_filled:before{content:"\e93e"}.icon-ic_fluent_key_command_20_regular:before{content:"\e93f"}.icon-ic_fluent_key_multiple_20_filled:before{content:"\e940"}.icon-ic_fluent_key_multiple_20_regular:before{content:"\e941"}.icon-ic_fluent_key_reset_20_filled:before{content:"\e942"}.icon-ic_fluent_key_reset_20_regular:before{content:"\e943"}.icon-ic_fluent_keyboard_123_20_filled:before{content:"\e944"}.icon-ic_fluent_keyboard_123_20_regular:before{content:"\e945"}.icon-ic_fluent_keyboard_20_filled:before{content:"\e946"}.icon-ic_fluent_keyboard_20_regular:before{content:"\e947"}.icon-ic_fluent_keyboard_dock_20_filled:before{content:"\e948"}.icon-ic_fluent_keyboard_dock_20_regular:before{content:"\e949"}.icon-ic_fluent_keyboard_layout_float_20_filled:before{content:"\e94a"}.icon-ic_fluent_keyboard_layout_float_20_regular:before{content:"\e94b"}.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before{content:"\e94c"}.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before{content:"\e94d"}.icon-ic_fluent_keyboard_layout_resize_20_filled:before{content:"\e94e"}.icon-ic_fluent_keyboard_layout_resize_20_regular:before{content:"\e94f"}.icon-ic_fluent_keyboard_layout_split_20_filled:before{content:"\e950"}.icon-ic_fluent_keyboard_layout_split_20_regular:before{content:"\e951"}.icon-ic_fluent_keyboard_shift_20_filled:before{content:"\e952"}.icon-ic_fluent_keyboard_shift_20_regular:before{content:"\e953"}.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before{content:"\e954"}.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before{content:"\e955"}.icon-ic_fluent_keyboard_tab_20_filled:before{content:"\e956"}.icon-ic_fluent_keyboard_tab_20_regular:before{content:"\e957"}.icon-ic_fluent_laptop_20_filled:before{content:"\e958"}.icon-ic_fluent_laptop_20_regular:before{content:"\e959"}.icon-ic_fluent_laptop_dismiss_20_filled:before{content:"\e95a"}.icon-ic_fluent_laptop_dismiss_20_regular:before{content:"\e95b"}.icon-ic_fluent_laptop_shield_20_filled:before{content:"\e95c"}.icon-ic_fluent_laptop_shield_20_regular:before{content:"\e95d"}.icon-ic_fluent_laser_tool_20_filled:before{content:"\e95e"}.icon-ic_fluent_laser_tool_20_regular:before{content:"\e95f"}.icon-ic_fluent_lasso_20_filled:before{content:"\e960"}.icon-ic_fluent_lasso_20_regular:before{content:"\e961"}.icon-ic_fluent_launcher_settings_20_filled:before{content:"\e962"}.icon-ic_fluent_launcher_settings_20_regular:before{content:"\e963"}.icon-ic_fluent_layer_20_filled:before{content:"\e964"}.icon-ic_fluent_layer_20_regular:before{content:"\e965"}.icon-ic_fluent_layer_diagonal_20_filled:before{content:"\e966"}.icon-ic_fluent_layer_diagonal_20_regular:before{content:"\e967"}.icon-ic_fluent_layer_diagonal_add_20_filled:before{content:"\e968"}.icon-ic_fluent_layer_diagonal_add_20_regular:before{content:"\e969"}.icon-ic_fluent_layer_diagonal_person_20_filled:before{content:"\e96a"}.icon-ic_fluent_layer_diagonal_person_20_regular:before{content:"\e96b"}.icon-ic_fluent_layout_cell_four_20_filled:before{content:"\e96c"}.icon-ic_fluent_layout_cell_four_20_regular:before{content:"\e96d"}.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before{content:"\e96e"}.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before{content:"\e96f"}.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before{content:"\e970"}.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before{content:"\e971"}.icon-ic_fluent_layout_column_four_20_filled:before{content:"\e972"}.icon-ic_fluent_layout_column_four_20_regular:before{content:"\e973"}.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before{content:"\e974"}.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before{content:"\e975"}.icon-ic_fluent_layout_column_four_focus_left_20_filled:before{content:"\e976"}.icon-ic_fluent_layout_column_four_focus_right_20_filled:before{content:"\e977"}.icon-ic_fluent_layout_column_one_third_left_20_filled:before{content:"\e978"}.icon-ic_fluent_layout_column_one_third_left_20_regular:before{content:"\e979"}.icon-ic_fluent_layout_column_one_third_right_20_filled:before{content:"\e97a"}.icon-ic_fluent_layout_column_one_third_right_20_regular:before{content:"\e97b"}.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before{content:"\e97c"}.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before{content:"\e97d"}.icon-ic_fluent_layout_column_three_20_filled:before{content:"\e97e"}.icon-ic_fluent_layout_column_three_20_regular:before{content:"\e97f"}.icon-ic_fluent_layout_column_three_focus_center_20_filled:before{content:"\e980"}.icon-ic_fluent_layout_column_three_focus_left_20_filled:before{content:"\e981"}.icon-ic_fluent_layout_column_three_focus_right_20_filled:before{content:"\e982"}.icon-ic_fluent_layout_column_two_20_filled:before{content:"\e983"}.icon-ic_fluent_layout_column_two_20_regular:before{content:"\e984"}.icon-ic_fluent_layout_column_two_focus_left_20_filled:before{content:"\e985"}.icon-ic_fluent_layout_column_two_focus_right_20_filled:before{content:"\e986"}.icon-ic_fluent_layout_column_two_split_left_20_filled:before{content:"\e987"}.icon-ic_fluent_layout_column_two_split_left_20_regular:before{content:"\e988"}.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before{content:"\e989"}.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before{content:"\e98a"}.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before{content:"\e98b"}.icon-ic_fluent_layout_column_two_split_right_20_filled:before{content:"\e98c"}.icon-ic_fluent_layout_column_two_split_right_20_regular:before{content:"\e98d"}.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before{content:"\e98e"}.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before{content:"\e98f"}.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before{content:"\e990"}.icon-ic_fluent_layout_row_four_20_filled:before{content:"\e991"}.icon-ic_fluent_layout_row_four_20_regular:before{content:"\e992"}.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before{content:"\e993"}.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before{content:"\e994"}.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before{content:"\e995"}.icon-ic_fluent_layout_row_four_focus_top_20_filled:before{content:"\e996"}.icon-ic_fluent_layout_row_three_20_filled:before{content:"\e997"}.icon-ic_fluent_layout_row_three_20_regular:before{content:"\e998"}.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before{content:"\e999"}.icon-ic_fluent_layout_row_three_focus_center_20_filled:before{content:"\e99a"}.icon-ic_fluent_layout_row_three_focus_top_20_filled:before{content:"\e99b"}.icon-ic_fluent_layout_row_two_20_filled:before{content:"\e99c"}.icon-ic_fluent_layout_row_two_20_regular:before{content:"\e99d"}.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before{content:"\e99e"}.icon-ic_fluent_layout_row_two_focus_top_20_filled:before{content:"\e99f"}.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before{content:"\e9a0"}.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before{content:"\e9a1"}.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before{content:"\e9a2"}.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before{content:"\e9a3"}.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before{content:"\e9a4"}.icon-ic_fluent_layout_row_two_split_top_20_filled:before{content:"\e9a5"}.icon-ic_fluent_layout_row_two_split_top_20_regular:before{content:"\e9a6"}.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before{content:"\e9a7"}.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before{content:"\e9a8"}.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before{content:"\e9a9"}.icon-ic_fluent_leaf_one_20_filled:before{content:"\e9aa"}.icon-ic_fluent_leaf_one_20_regular:before{content:"\e9ab"}.icon-ic_fluent_leaf_three_20_filled:before{content:"\e9ac"}.icon-ic_fluent_leaf_three_20_regular:before{content:"\e9ad"}.icon-ic_fluent_leaf_two_20_filled:before{content:"\e9ae"}.icon-ic_fluent_leaf_two_20_regular:before{content:"\e9af"}.icon-ic_fluent_learning_app_20_filled:before{content:"\e9b0"}.icon-ic_fluent_learning_app_20_regular:before{content:"\e9b1"}.icon-ic_fluent_library_20_filled:before{content:"\e9b2"}.icon-ic_fluent_library_20_regular:before{content:"\e9b3"}.icon-ic_fluent_lightbulb_20_filled:before{content:"\e9b4"}.icon-ic_fluent_lightbulb_20_regular:before{content:"\e9b5"}.icon-ic_fluent_lightbulb_checkmark_20_filled:before{content:"\e9b6"}.icon-ic_fluent_lightbulb_checkmark_20_regular:before{content:"\e9b7"}.icon-ic_fluent_lightbulb_circle_20_filled:before{content:"\e9b8"}.icon-ic_fluent_lightbulb_circle_20_regular:before{content:"\e9b9"}.icon-ic_fluent_lightbulb_filament_20_filled:before{content:"\e9ba"}.icon-ic_fluent_lightbulb_filament_20_regular:before{content:"\e9bb"}.icon-ic_fluent_lightbulb_person_20_filled:before{content:"\e9bc"}.icon-ic_fluent_lightbulb_person_20_regular:before{content:"\e9bd"}.icon-ic_fluent_likert_20_filled:before{content:"\e9be"}.icon-ic_fluent_likert_20_regular:before{content:"\e9bf"}.icon-ic_fluent_line_20_filled:before{content:"\e9c0"}.icon-ic_fluent_line_20_regular:before{content:"\e9c1"}.icon-ic_fluent_line_dashes_20_filled:before{content:"\e9c2"}.icon-ic_fluent_line_dashes_20_regular:before{content:"\e9c3"}.icon-ic_fluent_line_horizontal_1_20_filled:before{content:"\e9c4"}.icon-ic_fluent_line_horizontal_1_20_regular:before{content:"\e9c5"}.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before{content:"\e9c6"}.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before{content:"\e9c7"}.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before{content:"\e9c8"}.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before{content:"\e9c9"}.icon-ic_fluent_line_horizontal_3_20_filled:before{content:"\e9ca"}.icon-ic_fluent_line_horizontal_3_20_regular:before{content:"\e9cb"}.icon-ic_fluent_line_horizontal_4_20_filled:before{content:"\e9cc"}.icon-ic_fluent_line_horizontal_4_20_regular:before{content:"\e9cd"}.icon-ic_fluent_line_horizontal_4_search_20_filled:before{content:"\e9ce"}.icon-ic_fluent_line_horizontal_4_search_20_regular:before{content:"\e9cf"}.icon-ic_fluent_line_horizontal_5_20_filled:before{content:"\e9d0"}.icon-ic_fluent_line_horizontal_5_20_regular:before{content:"\e9d1"}.icon-ic_fluent_line_horizontal_5_error_20_filled:before{content:"\e9d2"}.icon-ic_fluent_line_horizontal_5_error_20_regular:before{content:"\e9d3"}.icon-ic_fluent_line_style_20_filled:before{content:"\e9d4"}.icon-ic_fluent_line_style_20_regular:before{content:"\e9d5"}.icon-ic_fluent_line_thickness_20_filled:before{content:"\e9d6"}.icon-ic_fluent_line_thickness_20_regular:before{content:"\e9d7"}.icon-ic_fluent_link_20_filled:before{content:"\e9d8"}.icon-ic_fluent_link_20_regular:before{content:"\e9d9"}.icon-ic_fluent_link_add_20_filled:before{content:"\e9da"}.icon-ic_fluent_link_add_20_regular:before{content:"\e9db"}.icon-ic_fluent_link_dismiss_20_filled:before{content:"\e9dc"}.icon-ic_fluent_link_dismiss_20_regular:before{content:"\e9dd"}.icon-ic_fluent_link_edit_20_filled:before{content:"\e9de"}.icon-ic_fluent_link_edit_20_regular:before{content:"\e9df"}.icon-ic_fluent_link_multiple_20_filled:before{content:"\e9e0"}.icon-ic_fluent_link_multiple_20_regular:before{content:"\e9e1"}.icon-ic_fluent_link_person_20_filled:before{content:"\e9e2"}.icon-ic_fluent_link_person_20_regular:before{content:"\e9e3"}.icon-ic_fluent_link_square_20_filled:before{content:"\e9e4"}.icon-ic_fluent_link_square_20_regular:before{content:"\e9e5"}.icon-ic_fluent_link_toolbox_20_filled:before{content:"\e9e6"}.icon-ic_fluent_link_toolbox_20_regular:before{content:"\e9e7"}.icon-ic_fluent_list_20_filled:before{content:"\e9e8"}.icon-ic_fluent_list_20_regular:before{content:"\e9e9"}.icon-ic_fluent_list_bar_20_filled:before{content:"\e9ea"}.icon-ic_fluent_list_bar_20_regular:before{content:"\e9eb"}.icon-ic_fluent_list_bar_tree_20_filled:before{content:"\e9ec"}.icon-ic_fluent_list_bar_tree_20_regular:before{content:"\e9ed"}.icon-ic_fluent_list_bar_tree_offset_20_filled:before{content:"\e9ee"}.icon-ic_fluent_list_bar_tree_offset_20_regular:before{content:"\e9ef"}.icon-ic_fluent_list_rtl_20_filled:before{content:"\e9f0"}.icon-ic_fluent_list_rtl_20_regular:before{content:"\e9f1"}.icon-ic_fluent_live_20_filled:before{content:"\e9f2"}.icon-ic_fluent_live_20_regular:before{content:"\e9f3"}.icon-ic_fluent_live_off_20_filled:before{content:"\e9f4"}.icon-ic_fluent_live_off_20_regular:before{content:"\e9f5"}.icon-ic_fluent_local_language_20_filled:before{content:"\e9f6"}.icon-ic_fluent_local_language_20_regular:before{content:"\e9f7"}.icon-ic_fluent_location_20_filled:before{content:"\e9f8"}.icon-ic_fluent_location_20_regular:before{content:"\e9f9"}.icon-ic_fluent_location_add_20_filled:before{content:"\e9fa"}.icon-ic_fluent_location_add_20_regular:before{content:"\e9fb"}.icon-ic_fluent_location_add_left_20_filled:before{content:"\e9fc"}.icon-ic_fluent_location_add_left_20_regular:before{content:"\e9fd"}.icon-ic_fluent_location_add_right_20_filled:before{content:"\e9fe"}.icon-ic_fluent_location_add_right_20_regular:before{content:"\e9ff"}.icon-ic_fluent_location_add_up_20_filled:before{content:"\ea00"}.icon-ic_fluent_location_add_up_20_regular:before{content:"\ea01"}.icon-ic_fluent_location_arrow_20_filled:before{content:"\ea02"}.icon-ic_fluent_location_arrow_20_regular:before{content:"\ea03"}.icon-ic_fluent_location_arrow_left_20_filled:before{content:"\ea04"}.icon-ic_fluent_location_arrow_left_20_regular:before{content:"\ea05"}.icon-ic_fluent_location_arrow_right_20_filled:before{content:"\ea06"}.icon-ic_fluent_location_arrow_right_20_regular:before{content:"\ea07"}.icon-ic_fluent_location_arrow_up_20_filled:before{content:"\ea08"}.icon-ic_fluent_location_arrow_up_20_regular:before{content:"\ea09"}.icon-ic_fluent_location_dismiss_20_filled:before{content:"\ea0a"}.icon-ic_fluent_location_dismiss_20_regular:before{content:"\ea0b"}.icon-ic_fluent_location_live_20_filled:before{content:"\ea0c"}.icon-ic_fluent_location_live_20_regular:before{content:"\ea0d"}.icon-ic_fluent_location_off_20_filled:before{content:"\ea0e"}.icon-ic_fluent_location_off_20_regular:before{content:"\ea0f"}.icon-ic_fluent_location_target_square_20_filled:before{content:"\ea10"}.icon-ic_fluent_location_target_square_20_regular:before{content:"\ea11"}.icon-ic_fluent_lock_closed_20_filled:before{content:"\ea12"}.icon-ic_fluent_lock_closed_20_regular:before{content:"\ea13"}.icon-ic_fluent_lock_closed_key_20_filled:before{content:"\ea14"}.icon-ic_fluent_lock_closed_key_20_regular:before{content:"\ea15"}.icon-ic_fluent_lock_multiple_20_filled:before{content:"\ea16"}.icon-ic_fluent_lock_multiple_20_regular:before{content:"\ea17"}.icon-ic_fluent_lock_open_20_filled:before{content:"\ea18"}.icon-ic_fluent_lock_open_20_regular:before{content:"\ea19"}.icon-ic_fluent_lock_shield_20_filled:before{content:"\ea1a"}.icon-ic_fluent_lock_shield_20_regular:before{content:"\ea1b"}.icon-ic_fluent_lottery_20_filled:before{content:"\ea1c"}.icon-ic_fluent_lottery_20_regular:before{content:"\ea1d"}.icon-ic_fluent_luggage_20_filled:before{content:"\ea1e"}.icon-ic_fluent_luggage_20_regular:before{content:"\ea1f"}.icon-ic_fluent_mail_20_filled:before{content:"\ea20"}.icon-ic_fluent_mail_20_regular:before{content:"\ea21"}.icon-ic_fluent_mail_add_20_filled:before{content:"\ea22"}.icon-ic_fluent_mail_add_20_regular:before{content:"\ea23"}.icon-ic_fluent_mail_alert_20_filled:before{content:"\ea24"}.icon-ic_fluent_mail_alert_20_regular:before{content:"\ea25"}.icon-ic_fluent_mail_all_read_20_filled:before{content:"\ea26"}.icon-ic_fluent_mail_all_read_20_regular:before{content:"\ea27"}.icon-ic_fluent_mail_all_unread_20_filled:before{content:"\ea28"}.icon-ic_fluent_mail_all_unread_20_regular:before{content:"\ea29"}.icon-ic_fluent_mail_arrow_double_back_20_filled:before{content:"\ea2a"}.icon-ic_fluent_mail_arrow_double_back_20_regular:before{content:"\ea2b"}.icon-ic_fluent_mail_arrow_down_20_filled:before{content:"\ea2c"}.icon-ic_fluent_mail_arrow_down_20_regular:before{content:"\ea2d"}.icon-ic_fluent_mail_arrow_forward_20_filled:before{content:"\ea2e"}.icon-ic_fluent_mail_arrow_forward_20_regular:before{content:"\ea2f"}.icon-ic_fluent_mail_arrow_up_20_filled:before{content:"\ea30"}.icon-ic_fluent_mail_arrow_up_20_regular:before{content:"\ea31"}.icon-ic_fluent_mail_attach_20_filled:before{content:"\ea32"}.icon-ic_fluent_mail_attach_20_regular:before{content:"\ea33"}.icon-ic_fluent_mail_checkmark_20_filled:before{content:"\ea34"}.icon-ic_fluent_mail_checkmark_20_regular:before{content:"\ea35"}.icon-ic_fluent_mail_clock_20_filled:before{content:"\ea36"}.icon-ic_fluent_mail_clock_20_regular:before{content:"\ea37"}.icon-ic_fluent_mail_copy_20_filled:before{content:"\ea38"}.icon-ic_fluent_mail_copy_20_regular:before{content:"\ea39"}.icon-ic_fluent_mail_dismiss_20_filled:before{content:"\ea3a"}.icon-ic_fluent_mail_dismiss_20_regular:before{content:"\ea3b"}.icon-ic_fluent_mail_edit_20_filled:before{content:"\ea3c"}.icon-ic_fluent_mail_edit_20_regular:before{content:"\ea3d"}.icon-ic_fluent_mail_error_20_filled:before{content:"\ea3e"}.icon-ic_fluent_mail_error_20_regular:before{content:"\ea3f"}.icon-ic_fluent_mail_inbox_20_filled:before{content:"\ea40"}.icon-ic_fluent_mail_inbox_20_regular:before{content:"\ea41"}.icon-ic_fluent_mail_inbox_add_20_filled:before{content:"\ea42"}.icon-ic_fluent_mail_inbox_add_20_regular:before{content:"\ea43"}.icon-ic_fluent_mail_inbox_all_20_filled:before{content:"\ea44"}.icon-ic_fluent_mail_inbox_all_20_regular:before{content:"\ea45"}.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before{content:"\ea46"}.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before{content:"\ea47"}.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before{content:"\ea48"}.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before{content:"\ea49"}.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before{content:"\ea4a"}.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before{content:"\ea4b"}.icon-ic_fluent_mail_inbox_checkmark_20_filled:before{content:"\ea4c"}.icon-ic_fluent_mail_inbox_checkmark_20_regular:before{content:"\ea4d"}.icon-ic_fluent_mail_inbox_dismiss_20_filled:before{content:"\ea4e"}.icon-ic_fluent_mail_inbox_dismiss_20_regular:before{content:"\ea4f"}.icon-ic_fluent_mail_link_20_filled:before{content:"\ea50"}.icon-ic_fluent_mail_link_20_regular:before{content:"\ea51"}.icon-ic_fluent_mail_list_20_filled:before{content:"\ea52"}.icon-ic_fluent_mail_list_20_regular:before{content:"\ea53"}.icon-ic_fluent_mail_multiple_20_filled:before{content:"\ea54"}.icon-ic_fluent_mail_multiple_20_regular:before{content:"\ea55"}.icon-ic_fluent_mail_off_20_filled:before{content:"\ea56"}.icon-ic_fluent_mail_off_20_regular:before{content:"\ea57"}.icon-ic_fluent_mail_open_person_20_filled:before{content:"\ea58"}.icon-ic_fluent_mail_open_person_20_regular:before{content:"\ea59"}.icon-ic_fluent_mail_pause_20_filled:before{content:"\ea5a"}.icon-ic_fluent_mail_pause_20_regular:before{content:"\ea5b"}.icon-ic_fluent_mail_prohibited_20_filled:before{content:"\ea5c"}.icon-ic_fluent_mail_prohibited_20_regular:before{content:"\ea5d"}.icon-ic_fluent_mail_read_20_filled:before{content:"\ea5e"}.icon-ic_fluent_mail_read_20_regular:before{content:"\ea5f"}.icon-ic_fluent_mail_read_multiple_20_filled:before{content:"\ea60"}.icon-ic_fluent_mail_read_multiple_20_regular:before{content:"\ea61"}.icon-ic_fluent_mail_rewind_20_filled:before{content:"\ea62"}.icon-ic_fluent_mail_rewind_20_regular:before{content:"\ea63"}.icon-ic_fluent_mail_settings_20_filled:before{content:"\ea64"}.icon-ic_fluent_mail_settings_20_regular:before{content:"\ea65"}.icon-ic_fluent_mail_shield_20_filled:before{content:"\ea66"}.icon-ic_fluent_mail_shield_20_regular:before{content:"\ea67"}.icon-ic_fluent_mail_template_20_filled:before{content:"\ea68"}.icon-ic_fluent_mail_template_20_regular:before{content:"\ea69"}.icon-ic_fluent_mail_unread_20_filled:before{content:"\ea6a"}.icon-ic_fluent_mail_unread_20_regular:before{content:"\ea6b"}.icon-ic_fluent_mail_warning_20_filled:before{content:"\ea6c"}.icon-ic_fluent_mail_warning_20_regular:before{content:"\ea6d"}.icon-ic_fluent_mailbox_20_filled:before{content:"\ea6e"}.icon-ic_fluent_mailbox_20_regular:before{content:"\ea6f"}.icon-ic_fluent_map_20_filled:before{content:"\ea70"}.icon-ic_fluent_map_20_regular:before{content:"\ea71"}.icon-ic_fluent_map_drive_20_filled:before{content:"\ea72"}.icon-ic_fluent_map_drive_20_regular:before{content:"\ea73"}.icon-ic_fluent_markdown_20_filled:before{content:"\ea74"}.icon-ic_fluent_markdown_20_regular:before{content:"\ea75"}.icon-ic_fluent_match_app_layout_20_filled:before{content:"\ea76"}.icon-ic_fluent_match_app_layout_20_regular:before{content:"\ea77"}.icon-ic_fluent_math_format_linear_20_filled:before{content:"\ea78"}.icon-ic_fluent_math_format_linear_20_regular:before{content:"\ea79"}.icon-ic_fluent_math_format_professional_20_filled:before{content:"\ea7a"}.icon-ic_fluent_math_format_professional_20_regular:before{content:"\ea7b"}.icon-ic_fluent_math_formula_20_filled:before{content:"\ea7c"}.icon-ic_fluent_math_formula_20_regular:before{content:"\ea7d"}.icon-ic_fluent_math_symbols_20_filled:before{content:"\ea7e"}.icon-ic_fluent_math_symbols_20_regular:before{content:"\ea7f"}.icon-ic_fluent_maximize_20_filled:before{content:"\ea80"}.icon-ic_fluent_maximize_20_regular:before{content:"\ea81"}.icon-ic_fluent_meet_now_20_filled:before{content:"\ea82"}.icon-ic_fluent_meet_now_20_regular:before{content:"\ea83"}.icon-ic_fluent_megaphone_20_filled:before{content:"\ea84"}.icon-ic_fluent_megaphone_20_regular:before{content:"\ea85"}.icon-ic_fluent_megaphone_circle_20_filled:before{content:"\ea86"}.icon-ic_fluent_megaphone_circle_20_regular:before{content:"\ea87"}.icon-ic_fluent_megaphone_loud_20_filled:before{content:"\ea88"}.icon-ic_fluent_megaphone_loud_20_regular:before{content:"\ea89"}.icon-ic_fluent_megaphone_off_20_filled:before{content:"\ea8a"}.icon-ic_fluent_megaphone_off_20_regular:before{content:"\ea8b"}.icon-ic_fluent_mention_20_filled:before{content:"\ea8c"}.icon-ic_fluent_mention_20_regular:before{content:"\ea8d"}.icon-ic_fluent_mention_arrow_down_20_filled:before{content:"\ea8e"}.icon-ic_fluent_mention_arrow_down_20_regular:before{content:"\ea8f"}.icon-ic_fluent_mention_brackets_20_filled:before{content:"\ea90"}.icon-ic_fluent_mention_brackets_20_regular:before{content:"\ea91"}.icon-ic_fluent_merge_20_filled:before{content:"\ea92"}.icon-ic_fluent_merge_20_regular:before{content:"\ea93"}.icon-ic_fluent_mic_20_filled:before{content:"\ea94"}.icon-ic_fluent_mic_20_regular:before{content:"\ea95"}.icon-ic_fluent_mic_off_20_filled:before{content:"\ea96"}.icon-ic_fluent_mic_off_20_regular:before{content:"\ea97"}.icon-ic_fluent_mic_prohibited_20_filled:before{content:"\ea98"}.icon-ic_fluent_mic_prohibited_20_regular:before{content:"\ea99"}.icon-ic_fluent_mic_pulse_20_filled:before{content:"\ea9a"}.icon-ic_fluent_mic_pulse_20_regular:before{content:"\ea9b"}.icon-ic_fluent_mic_pulse_off_20_filled:before{content:"\ea9c"}.icon-ic_fluent_mic_pulse_off_20_regular:before{content:"\ea9d"}.icon-ic_fluent_mic_record_20_filled:before{content:"\ea9e"}.icon-ic_fluent_mic_record_20_regular:before{content:"\ea9f"}.icon-ic_fluent_mic_settings_20_filled:before{content:"\eaa0"}.icon-ic_fluent_mic_settings_20_regular:before{content:"\eaa1"}.icon-ic_fluent_mic_sparkle_20_filled:before{content:"\eaa2"}.icon-ic_fluent_mic_sparkle_20_regular:before{content:"\eaa3"}.icon-ic_fluent_mic_sync_20_filled:before{content:"\eaa4"}.icon-ic_fluent_mic_sync_20_regular:before{content:"\eaa5"}.icon-ic_fluent_microscope_20_filled:before{content:"\eaa6"}.icon-ic_fluent_microscope_20_regular:before{content:"\eaa7"}.icon-ic_fluent_midi_20_filled:before{content:"\eaa8"}.icon-ic_fluent_midi_20_regular:before{content:"\eaa9"}.icon-ic_fluent_mobile_optimized_20_filled:before{content:"\eaaa"}.icon-ic_fluent_mobile_optimized_20_regular:before{content:"\eaab"}.icon-ic_fluent_mold_20_filled:before{content:"\eaac"}.icon-ic_fluent_mold_20_regular:before{content:"\eaad"}.icon-ic_fluent_molecule_20_filled:before{content:"\eaae"}.icon-ic_fluent_molecule_20_regular:before{content:"\eaaf"}.icon-ic_fluent_money_20_filled:before{content:"\eab0"}.icon-ic_fluent_money_20_regular:before{content:"\eab1"}.icon-ic_fluent_money_calculator_20_filled:before{content:"\eab2"}.icon-ic_fluent_money_calculator_20_regular:before{content:"\eab3"}.icon-ic_fluent_money_dismiss_20_filled:before{content:"\eab4"}.icon-ic_fluent_money_dismiss_20_regular:before{content:"\eab5"}.icon-ic_fluent_money_hand_20_filled:before{content:"\eab6"}.icon-ic_fluent_money_hand_20_regular:before{content:"\eab7"}.icon-ic_fluent_money_off_20_filled:before{content:"\eab8"}.icon-ic_fluent_money_off_20_regular:before{content:"\eab9"}.icon-ic_fluent_money_settings_20_filled:before{content:"\eaba"}.icon-ic_fluent_money_settings_20_regular:before{content:"\eabb"}.icon-ic_fluent_more_circle_20_filled:before{content:"\eabc"}.icon-ic_fluent_more_circle_20_regular:before{content:"\eabd"}.icon-ic_fluent_more_horizontal_20_filled:before{content:"\eabe"}.icon-ic_fluent_more_horizontal_20_regular:before{content:"\eabf"}.icon-ic_fluent_more_vertical_20_filled:before{content:"\eac0"}.icon-ic_fluent_more_vertical_20_regular:before{content:"\eac1"}.icon-ic_fluent_mountain_location_bottom_20_filled:before{content:"\eac2"}.icon-ic_fluent_mountain_location_bottom_20_regular:before{content:"\eac3"}.icon-ic_fluent_mountain_location_top_20_filled:before{content:"\eac4"}.icon-ic_fluent_mountain_location_top_20_regular:before{content:"\eac5"}.icon-ic_fluent_mountain_trail_20_filled:before{content:"\eac6"}.icon-ic_fluent_mountain_trail_20_regular:before{content:"\eac7"}.icon-ic_fluent_movies_and_tv_20_filled:before{content:"\eac8"}.icon-ic_fluent_movies_and_tv_20_regular:before{content:"\eac9"}.icon-ic_fluent_multiplier_1_2x_20_filled:before{content:"\eaca"}.icon-ic_fluent_multiplier_1_2x_20_regular:before{content:"\eacb"}.icon-ic_fluent_multiplier_1_5x_20_filled:before{content:"\eacc"}.icon-ic_fluent_multiplier_1_5x_20_regular:before{content:"\eacd"}.icon-ic_fluent_multiplier_1_8x_20_filled:before{content:"\eace"}.icon-ic_fluent_multiplier_1_8x_20_regular:before{content:"\eacf"}.icon-ic_fluent_multiplier_1x_20_filled:before{content:"\ead0"}.icon-ic_fluent_multiplier_1x_20_regular:before{content:"\ead1"}.icon-ic_fluent_multiplier_2x_20_filled:before{content:"\ead2"}.icon-ic_fluent_multiplier_2x_20_regular:before{content:"\ead3"}.icon-ic_fluent_multiplier_5x_20_filled:before{content:"\ead4"}.icon-ic_fluent_multiplier_5x_20_regular:before{content:"\ead5"}.icon-ic_fluent_multiselect_ltr_20_filled:before{content:"\ead6"}.icon-ic_fluent_multiselect_ltr_20_regular:before{content:"\ead7"}.icon-ic_fluent_multiselect_rtl_20_filled:before{content:"\ead8"}.icon-ic_fluent_multiselect_rtl_20_regular:before{content:"\ead9"}.icon-ic_fluent_music_note_1_20_filled:before{content:"\eada"}.icon-ic_fluent_music_note_1_20_regular:before{content:"\eadb"}.icon-ic_fluent_music_note_2_20_filled:before{content:"\eadc"}.icon-ic_fluent_music_note_2_20_regular:before{content:"\eadd"}.icon-ic_fluent_music_note_2_play_20_filled:before{content:"\eade"}.icon-ic_fluent_music_note_2_play_20_regular:before{content:"\eadf"}.icon-ic_fluent_music_note_off_1_20_filled:before{content:"\eae0"}.icon-ic_fluent_music_note_off_1_20_regular:before{content:"\eae1"}.icon-ic_fluent_music_note_off_2_20_filled:before{content:"\eae2"}.icon-ic_fluent_music_note_off_2_20_regular:before{content:"\eae3"}.icon-ic_fluent_my_location_20_filled:before{content:"\eae4"}.icon-ic_fluent_my_location_20_regular:before{content:"\eae5"}.icon-ic_fluent_navigation_20_filled:before{content:"\eae6"}.icon-ic_fluent_navigation_20_regular:before{content:"\eae7"}.icon-ic_fluent_navigation_location_target_20_filled:before{content:"\eae8"}.icon-ic_fluent_navigation_location_target_20_regular:before{content:"\eae9"}.icon-ic_fluent_navigation_play_20_filled:before{content:"\eaea"}.icon-ic_fluent_navigation_play_20_regular:before{content:"\eaeb"}.icon-ic_fluent_navigation_unread_20_filled:before{content:"\eaec"}.icon-ic_fluent_navigation_unread_20_regular:before{content:"\eaed"}.icon-ic_fluent_network_check_20_filled:before{content:"\eaee"}.icon-ic_fluent_network_check_20_regular:before{content:"\eaef"}.icon-ic_fluent_new_20_filled:before{content:"\eaf0"}.icon-ic_fluent_new_20_regular:before{content:"\eaf1"}.icon-ic_fluent_news_20_filled:before{content:"\eaf2"}.icon-ic_fluent_news_20_regular:before{content:"\eaf3"}.icon-ic_fluent_next_20_filled:before{content:"\eaf4"}.icon-ic_fluent_next_20_regular:before{content:"\eaf5"}.icon-ic_fluent_next_frame_20_filled:before{content:"\eaf6"}.icon-ic_fluent_next_frame_20_regular:before{content:"\eaf7"}.icon-ic_fluent_note_20_filled:before{content:"\eaf8"}.icon-ic_fluent_note_20_regular:before{content:"\eaf9"}.icon-ic_fluent_note_add_20_filled:before{content:"\eafa"}.icon-ic_fluent_note_add_20_regular:before{content:"\eafb"}.icon-ic_fluent_note_edit_20_filled:before{content:"\eafc"}.icon-ic_fluent_note_edit_20_regular:before{content:"\eafd"}.icon-ic_fluent_note_pin_20_filled:before{content:"\eafe"}.icon-ic_fluent_note_pin_20_regular:before{content:"\eaff"}.icon-ic_fluent_notebook_20_filled:before{content:"\eb00"}.icon-ic_fluent_notebook_20_regular:before{content:"\eb01"}.icon-ic_fluent_notebook_add_20_filled:before{content:"\eb02"}.icon-ic_fluent_notebook_add_20_regular:before{content:"\eb03"}.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before{content:"\eb04"}.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before{content:"\eb05"}.icon-ic_fluent_notebook_error_20_filled:before{content:"\eb06"}.icon-ic_fluent_notebook_error_20_regular:before{content:"\eb07"}.icon-ic_fluent_notebook_eye_20_filled:before{content:"\eb08"}.icon-ic_fluent_notebook_eye_20_regular:before{content:"\eb09"}.icon-ic_fluent_notebook_lightning_20_filled:before{content:"\eb0a"}.icon-ic_fluent_notebook_lightning_20_regular:before{content:"\eb0b"}.icon-ic_fluent_notebook_question_mark_20_filled:before{content:"\eb0c"}.icon-ic_fluent_notebook_question_mark_20_regular:before{content:"\eb0d"}.icon-ic_fluent_notebook_section_20_filled:before{content:"\eb0e"}.icon-ic_fluent_notebook_section_20_regular:before{content:"\eb0f"}.icon-ic_fluent_notebook_section_arrow_right_20_filled:before{content:"\eb10"}.icon-ic_fluent_notebook_section_arrow_right_20_regular:before{content:"\eb11"}.icon-ic_fluent_notebook_subsection_20_filled:before{content:"\eb12"}.icon-ic_fluent_notebook_subsection_20_regular:before{content:"\eb13"}.icon-ic_fluent_notebook_sync_20_filled:before{content:"\eb14"}.icon-ic_fluent_notebook_sync_20_regular:before{content:"\eb15"}.icon-ic_fluent_notepad_20_filled:before{content:"\eb16"}.icon-ic_fluent_notepad_20_regular:before{content:"\eb17"}.icon-ic_fluent_notepad_edit_20_filled:before{content:"\eb18"}.icon-ic_fluent_notepad_edit_20_regular:before{content:"\eb19"}.icon-ic_fluent_notepad_person_20_filled:before{content:"\eb1a"}.icon-ic_fluent_notepad_person_20_regular:before{content:"\eb1b"}.icon-ic_fluent_number_circle_0_20_filled:before{content:"\eb1c"}.icon-ic_fluent_number_circle_0_20_regular:before{content:"\eb1d"}.icon-ic_fluent_number_circle_1_20_filled:before{content:"\eb1e"}.icon-ic_fluent_number_circle_1_20_regular:before{content:"\eb1f"}.icon-ic_fluent_number_circle_2_20_filled:before{content:"\eb20"}.icon-ic_fluent_number_circle_2_20_regular:before{content:"\eb21"}.icon-ic_fluent_number_circle_3_20_filled:before{content:"\eb22"}.icon-ic_fluent_number_circle_3_20_regular:before{content:"\eb23"}.icon-ic_fluent_number_circle_4_20_filled:before{content:"\eb24"}.icon-ic_fluent_number_circle_4_20_regular:before{content:"\eb25"}.icon-ic_fluent_number_circle_5_20_filled:before{content:"\eb26"}.icon-ic_fluent_number_circle_5_20_regular:before{content:"\eb27"}.icon-ic_fluent_number_circle_6_20_filled:before{content:"\eb28"}.icon-ic_fluent_number_circle_6_20_regular:before{content:"\eb29"}.icon-ic_fluent_number_circle_7_20_filled:before{content:"\eb2a"}.icon-ic_fluent_number_circle_7_20_regular:before{content:"\eb2b"}.icon-ic_fluent_number_circle_8_20_filled:before{content:"\eb2c"}.icon-ic_fluent_number_circle_8_20_regular:before{content:"\eb2d"}.icon-ic_fluent_number_circle_9_20_filled:before{content:"\eb2e"}.icon-ic_fluent_number_circle_9_20_regular:before{content:"\eb2f"}.icon-ic_fluent_number_row_20_filled:before{content:"\eb30"}.icon-ic_fluent_number_row_20_regular:before{content:"\eb31"}.icon-ic_fluent_number_symbol_20_filled:before{content:"\eb32"}.icon-ic_fluent_number_symbol_20_regular:before{content:"\eb33"}.icon-ic_fluent_number_symbol_dismiss_20_filled:before{content:"\eb34"}.icon-ic_fluent_number_symbol_dismiss_20_regular:before{content:"\eb35"}.icon-ic_fluent_number_symbol_square_20_filled:before{content:"\eb36"}.icon-ic_fluent_number_symbol_square_20_regular:before{content:"\eb37"}.icon-ic_fluent_open_20_filled:before{content:"\eb38"}.icon-ic_fluent_open_20_regular:before{content:"\eb39"}.icon-ic_fluent_open_folder_20_filled:before{content:"\eb3a"}.icon-ic_fluent_open_folder_20_regular:before{content:"\eb3b"}.icon-ic_fluent_open_off_20_filled:before{content:"\eb3c"}.icon-ic_fluent_open_off_20_regular:before{content:"\eb3d"}.icon-ic_fluent_options_20_filled:before{content:"\eb3e"}.icon-ic_fluent_options_20_regular:before{content:"\eb3f"}.icon-ic_fluent_organization_20_filled:before{content:"\eb40"}.icon-ic_fluent_organization_20_regular:before{content:"\eb41"}.icon-ic_fluent_organization_horizontal_20_filled:before{content:"\eb42"}.icon-ic_fluent_organization_horizontal_20_regular:before{content:"\eb43"}.icon-ic_fluent_orientation_20_filled:before{content:"\eb44"}.icon-ic_fluent_orientation_20_regular:before{content:"\eb45"}.icon-ic_fluent_oval_20_filled:before{content:"\eb46"}.icon-ic_fluent_oval_20_regular:before{content:"\eb47"}.icon-ic_fluent_oven_20_filled:before{content:"\eb48"}.icon-ic_fluent_oven_20_regular:before{content:"\eb49"}.icon-ic_fluent_padding_down_20_filled:before{content:"\eb4a"}.icon-ic_fluent_padding_down_20_regular:before{content:"\eb4b"}.icon-ic_fluent_padding_left_20_filled:before{content:"\eb4c"}.icon-ic_fluent_padding_left_20_regular:before{content:"\eb4d"}.icon-ic_fluent_padding_right_20_filled:before{content:"\eb4e"}.icon-ic_fluent_padding_right_20_regular:before{content:"\eb4f"}.icon-ic_fluent_padding_top_20_filled:before{content:"\eb50"}.icon-ic_fluent_padding_top_20_regular:before{content:"\eb51"}.icon-ic_fluent_page_fit_20_filled:before{content:"\eb52"}.icon-ic_fluent_page_fit_20_regular:before{content:"\eb53"}.icon-ic_fluent_paint_brush_20_filled:before{content:"\eb54"}.icon-ic_fluent_paint_brush_20_regular:before{content:"\eb55"}.icon-ic_fluent_paint_brush_arrow_down_20_filled:before{content:"\eb56"}.icon-ic_fluent_paint_brush_arrow_down_20_regular:before{content:"\eb57"}.icon-ic_fluent_paint_brush_arrow_up_20_filled:before{content:"\eb58"}.icon-ic_fluent_paint_brush_arrow_up_20_regular:before{content:"\eb59"}.icon-ic_fluent_paint_bucket_20_filled:before{content:"\eb5a"}.icon-ic_fluent_paint_bucket_20_regular:before{content:"\eb5b"}.icon-ic_fluent_pair_20_filled:before{content:"\eb5c"}.icon-ic_fluent_pair_20_regular:before{content:"\eb5d"}.icon-ic_fluent_panel_bottom_20_filled:before{content:"\eb5e"}.icon-ic_fluent_panel_bottom_20_regular:before{content:"\eb5f"}.icon-ic_fluent_panel_bottom_contract_20_filled:before{content:"\eb60"}.icon-ic_fluent_panel_bottom_contract_20_regular:before{content:"\eb61"}.icon-ic_fluent_panel_bottom_expand_20_filled:before{content:"\eb62"}.icon-ic_fluent_panel_bottom_expand_20_regular:before{content:"\eb63"}.icon-ic_fluent_panel_left_20_filled:before{content:"\eb64"}.icon-ic_fluent_panel_left_20_regular:before{content:"\eb65"}.icon-ic_fluent_panel_left_add_20_filled:before{content:"\eb66"}.icon-ic_fluent_panel_left_add_20_regular:before{content:"\eb67"}.icon-ic_fluent_panel_left_contract_20_filled:before{content:"\eb68"}.icon-ic_fluent_panel_left_contract_20_regular:before{content:"\eb69"}.icon-ic_fluent_panel_left_expand_20_filled:before{content:"\eb6a"}.icon-ic_fluent_panel_left_expand_20_regular:before{content:"\eb6b"}.icon-ic_fluent_panel_left_focus_right_20_filled:before{content:"\eb6c"}.icon-ic_fluent_panel_left_header_20_filled:before{content:"\eb6d"}.icon-ic_fluent_panel_left_header_20_regular:before{content:"\eb6e"}.icon-ic_fluent_panel_left_header_add_20_filled:before{content:"\eb6f"}.icon-ic_fluent_panel_left_header_add_20_regular:before{content:"\eb70"}.icon-ic_fluent_panel_left_header_key_20_filled:before{content:"\eb71"}.icon-ic_fluent_panel_left_header_key_20_regular:before{content:"\eb72"}.icon-ic_fluent_panel_left_key_20_filled:before{content:"\eb73"}.icon-ic_fluent_panel_left_key_20_regular:before{content:"\eb74"}.icon-ic_fluent_panel_left_text_20_filled:before{content:"\eb75"}.icon-ic_fluent_panel_left_text_20_regular:before{content:"\eb76"}.icon-ic_fluent_panel_left_text_add_20_filled:before{content:"\eb77"}.icon-ic_fluent_panel_left_text_add_20_regular:before{content:"\eb78"}.icon-ic_fluent_panel_left_text_dismiss_20_filled:before{content:"\eb79"}.icon-ic_fluent_panel_left_text_dismiss_20_regular:before{content:"\eb7a"}.icon-ic_fluent_panel_right_20_filled:before{content:"\eb7b"}.icon-ic_fluent_panel_right_20_regular:before{content:"\eb7c"}.icon-ic_fluent_panel_right_add_20_filled:before{content:"\eb7d"}.icon-ic_fluent_panel_right_add_20_regular:before{content:"\eb7e"}.icon-ic_fluent_panel_right_contract_20_filled:before{content:"\eb7f"}.icon-ic_fluent_panel_right_contract_20_regular:before{content:"\eb80"}.icon-ic_fluent_panel_right_cursor_20_filled:before{content:"\eb81"}.icon-ic_fluent_panel_right_cursor_20_regular:before{content:"\eb82"}.icon-ic_fluent_panel_right_expand_20_filled:before{content:"\eb83"}.icon-ic_fluent_panel_right_expand_20_regular:before{content:"\eb84"}.icon-ic_fluent_panel_right_gallery_20_filled:before{content:"\eb85"}.icon-ic_fluent_panel_right_gallery_20_regular:before{content:"\eb86"}.icon-ic_fluent_panel_separate_window_20_filled:before{content:"\eb87"}.icon-ic_fluent_panel_separate_window_20_regular:before{content:"\eb88"}.icon-ic_fluent_panel_top_contract_20_filled:before{content:"\eb89"}.icon-ic_fluent_panel_top_contract_20_regular:before{content:"\eb8a"}.icon-ic_fluent_panel_top_expand_20_filled:before{content:"\eb8b"}.icon-ic_fluent_panel_top_expand_20_regular:before{content:"\eb8c"}.icon-ic_fluent_panel_top_gallery_20_filled:before{content:"\eb8d"}.icon-ic_fluent_panel_top_gallery_20_regular:before{content:"\eb8e"}.icon-ic_fluent_password_20_filled:before{content:"\eb8f"}.icon-ic_fluent_password_20_regular:before{content:"\eb90"}.icon-ic_fluent_patch_20_filled:before{content:"\eb91"}.icon-ic_fluent_patch_20_regular:before{content:"\eb92"}.icon-ic_fluent_patient_20_filled:before{content:"\eb93"}.icon-ic_fluent_patient_20_regular:before{content:"\eb94"}.icon-ic_fluent_pause_20_filled:before{content:"\eb95"}.icon-ic_fluent_pause_20_regular:before{content:"\eb96"}.icon-ic_fluent_pause_circle_20_filled:before{content:"\eb97"}.icon-ic_fluent_pause_circle_20_regular:before{content:"\eb98"}.icon-ic_fluent_pause_off_20_filled:before{content:"\eb99"}.icon-ic_fluent_pause_off_20_regular:before{content:"\eb9a"}.icon-ic_fluent_pause_settings_20_filled:before{content:"\eb9b"}.icon-ic_fluent_pause_settings_20_regular:before{content:"\eb9c"}.icon-ic_fluent_payment_20_filled:before{content:"\eb9d"}.icon-ic_fluent_payment_20_regular:before{content:"\eb9e"}.icon-ic_fluent_pen_20_filled:before{content:"\eb9f"}.icon-ic_fluent_pen_20_regular:before{content:"\eba0"}.icon-ic_fluent_pen_dismiss_20_filled:before{content:"\eba1"}.icon-ic_fluent_pen_dismiss_20_regular:before{content:"\eba2"}.icon-ic_fluent_pen_off_20_filled:before{content:"\eba3"}.icon-ic_fluent_pen_off_20_regular:before{content:"\eba4"}.icon-ic_fluent_pen_prohibited_20_filled:before{content:"\eba5"}.icon-ic_fluent_pen_prohibited_20_regular:before{content:"\eba6"}.icon-ic_fluent_pen_sparkle_20_filled:before{content:"\eba7"}.icon-ic_fluent_pen_sparkle_20_regular:before{content:"\eba8"}.icon-ic_fluent_pentagon_20_filled:before{content:"\eba9"}.icon-ic_fluent_pentagon_20_regular:before{content:"\ebaa"}.icon-ic_fluent_people_20_filled:before{content:"\ebab"}.icon-ic_fluent_people_20_regular:before{content:"\ebac"}.icon-ic_fluent_people_add_20_filled:before{content:"\ebad"}.icon-ic_fluent_people_add_20_regular:before{content:"\ebae"}.icon-ic_fluent_people_audience_20_filled:before{content:"\ebaf"}.icon-ic_fluent_people_audience_20_regular:before{content:"\ebb0"}.icon-ic_fluent_people_call_20_filled:before{content:"\ebb1"}.icon-ic_fluent_people_call_20_regular:before{content:"\ebb2"}.icon-ic_fluent_people_chat_20_filled:before{content:"\ebb3"}.icon-ic_fluent_people_chat_20_regular:before{content:"\ebb4"}.icon-ic_fluent_people_checkmark_20_filled:before{content:"\ebb5"}.icon-ic_fluent_people_checkmark_20_regular:before{content:"\ebb6"}.icon-ic_fluent_people_community_20_filled:before{content:"\ebb7"}.icon-ic_fluent_people_community_20_regular:before{content:"\ebb8"}.icon-ic_fluent_people_community_add_20_filled:before{content:"\ebb9"}.icon-ic_fluent_people_community_add_20_regular:before{content:"\ebba"}.icon-ic_fluent_people_edit_20_filled:before{content:"\ebbb"}.icon-ic_fluent_people_edit_20_regular:before{content:"\ebbc"}.icon-ic_fluent_people_error_20_filled:before{content:"\ebbd"}.icon-ic_fluent_people_error_20_regular:before{content:"\ebbe"}.icon-ic_fluent_people_list_20_filled:before{content:"\ebbf"}.icon-ic_fluent_people_list_20_regular:before{content:"\ebc0"}.icon-ic_fluent_people_lock_20_filled:before{content:"\ebc1"}.icon-ic_fluent_people_lock_20_regular:before{content:"\ebc2"}.icon-ic_fluent_people_money_20_filled:before{content:"\ebc3"}.icon-ic_fluent_people_money_20_regular:before{content:"\ebc4"}.icon-ic_fluent_people_prohibited_20_filled:before{content:"\ebc5"}.icon-ic_fluent_people_prohibited_20_regular:before{content:"\ebc6"}.icon-ic_fluent_people_queue_20_filled:before{content:"\ebc7"}.icon-ic_fluent_people_queue_20_regular:before{content:"\ebc8"}.icon-ic_fluent_people_search_20_filled:before{content:"\ebc9"}.icon-ic_fluent_people_search_20_regular:before{content:"\ebca"}.icon-ic_fluent_people_settings_20_filled:before{content:"\ebcb"}.icon-ic_fluent_people_settings_20_regular:before{content:"\ebcc"}.icon-ic_fluent_people_star_20_filled:before{content:"\ebcd"}.icon-ic_fluent_people_star_20_regular:before{content:"\ebce"}.icon-ic_fluent_people_swap_20_filled:before{content:"\ebcf"}.icon-ic_fluent_people_swap_20_regular:before{content:"\ebd0"}.icon-ic_fluent_people_sync_20_filled:before{content:"\ebd1"}.icon-ic_fluent_people_sync_20_regular:before{content:"\ebd2"}.icon-ic_fluent_people_team_20_filled:before{content:"\ebd3"}.icon-ic_fluent_people_team_20_regular:before{content:"\ebd4"}.icon-ic_fluent_people_team_add_20_filled:before{content:"\ebd5"}.icon-ic_fluent_people_team_add_20_regular:before{content:"\ebd6"}.icon-ic_fluent_people_team_delete_20_filled:before{content:"\ebd7"}.icon-ic_fluent_people_team_delete_20_regular:before{content:"\ebd8"}.icon-ic_fluent_people_team_toolbox_20_filled:before{content:"\ebd9"}.icon-ic_fluent_people_team_toolbox_20_regular:before{content:"\ebda"}.icon-ic_fluent_people_toolbox_20_filled:before{content:"\ebdb"}.icon-ic_fluent_people_toolbox_20_regular:before{content:"\ebdc"}.icon-ic_fluent_person_20_filled:before{content:"\ebdd"}.icon-ic_fluent_person_20_regular:before{content:"\ebde"}.icon-ic_fluent_person_5_20_filled:before{content:"\ebdf"}.icon-ic_fluent_person_5_20_regular:before{content:"\ebe0"}.icon-ic_fluent_person_6_20_filled:before{content:"\ebe1"}.icon-ic_fluent_person_6_20_regular:before{content:"\ebe2"}.icon-ic_fluent_person_accounts_20_filled:before{content:"\ebe3"}.icon-ic_fluent_person_accounts_20_regular:before{content:"\ebe4"}.icon-ic_fluent_person_add_20_filled:before{content:"\ebe5"}.icon-ic_fluent_person_add_20_regular:before{content:"\ebe6"}.icon-ic_fluent_person_alert_20_filled:before{content:"\ebe7"}.icon-ic_fluent_person_alert_20_regular:before{content:"\ebe8"}.icon-ic_fluent_person_arrow_back_20_filled:before{content:"\ebe9"}.icon-ic_fluent_person_arrow_back_20_regular:before{content:"\ebea"}.icon-ic_fluent_person_arrow_left_20_filled:before{content:"\ebeb"}.icon-ic_fluent_person_arrow_left_20_regular:before{content:"\ebec"}.icon-ic_fluent_person_arrow_right_20_filled:before{content:"\ebed"}.icon-ic_fluent_person_arrow_right_20_regular:before{content:"\ebee"}.icon-ic_fluent_person_available_20_filled:before{content:"\ebef"}.icon-ic_fluent_person_available_20_regular:before{content:"\ebf0"}.icon-ic_fluent_person_board_20_filled:before{content:"\ebf1"}.icon-ic_fluent_person_board_20_regular:before{content:"\ebf2"}.icon-ic_fluent_person_call_20_filled:before{content:"\ebf3"}.icon-ic_fluent_person_call_20_regular:before{content:"\ebf4"}.icon-ic_fluent_person_chat_20_filled:before{content:"\ebf5"}.icon-ic_fluent_person_chat_20_regular:before{content:"\ebf6"}.icon-ic_fluent_person_circle_20_filled:before{content:"\ebf7"}.icon-ic_fluent_person_circle_20_regular:before{content:"\ebf8"}.icon-ic_fluent_person_clock_20_filled:before{content:"\ebf9"}.icon-ic_fluent_person_clock_20_regular:before{content:"\ebfa"}.icon-ic_fluent_person_delete_20_filled:before{content:"\ebfb"}.icon-ic_fluent_person_delete_20_regular:before{content:"\ebfc"}.icon-ic_fluent_person_desktop_20_filled:before{content:"\ebfd"}.icon-ic_fluent_person_desktop_20_regular:before{content:"\ebfe"}.icon-ic_fluent_person_edit_20_filled:before{content:"\ebff"}.icon-ic_fluent_person_edit_20_regular:before{content:"\ec00"}.icon-ic_fluent_person_feedback_20_filled:before{content:"\ec01"}.icon-ic_fluent_person_feedback_20_regular:before{content:"\ec02"}.icon-ic_fluent_person_heart_20_filled:before{content:"\ec03"}.icon-ic_fluent_person_heart_20_regular:before{content:"\ec04"}.icon-ic_fluent_person_info_20_filled:before{content:"\ec05"}.icon-ic_fluent_person_info_20_regular:before{content:"\ec06"}.icon-ic_fluent_person_key_20_filled:before{content:"\ec07"}.icon-ic_fluent_person_key_20_regular:before{content:"\ec08"}.icon-ic_fluent_person_lightbulb_20_filled:before{content:"\ec09"}.icon-ic_fluent_person_lightbulb_20_regular:before{content:"\ec0a"}.icon-ic_fluent_person_lightning_20_filled:before{content:"\ec0b"}.icon-ic_fluent_person_lightning_20_regular:before{content:"\ec0c"}.icon-ic_fluent_person_link_20_filled:before{content:"\ec0d"}.icon-ic_fluent_person_link_20_regular:before{content:"\ec0e"}.icon-ic_fluent_person_lock_20_filled:before{content:"\ec0f"}.icon-ic_fluent_person_lock_20_regular:before{content:"\ec10"}.icon-ic_fluent_person_mail_20_filled:before{content:"\ec11"}.icon-ic_fluent_person_mail_20_regular:before{content:"\ec12"}.icon-ic_fluent_person_money_20_filled:before{content:"\ec13"}.icon-ic_fluent_person_money_20_regular:before{content:"\ec14"}.icon-ic_fluent_person_note_20_filled:before{content:"\ec15"}.icon-ic_fluent_person_note_20_regular:before{content:"\ec16"}.icon-ic_fluent_person_pill_20_filled:before{content:"\ec17"}.icon-ic_fluent_person_pill_20_regular:before{content:"\ec18"}.icon-ic_fluent_person_prohibited_20_filled:before{content:"\ec19"}.icon-ic_fluent_person_prohibited_20_regular:before{content:"\ec1a"}.icon-ic_fluent_person_question_mark_20_filled:before{content:"\ec1b"}.icon-ic_fluent_person_question_mark_20_regular:before{content:"\ec1c"}.icon-ic_fluent_person_ribbon_20_filled:before{content:"\ec1d"}.icon-ic_fluent_person_ribbon_20_regular:before{content:"\ec1e"}.icon-ic_fluent_person_running_20_filled:before{content:"\ec1f"}.icon-ic_fluent_person_running_20_regular:before{content:"\ec20"}.icon-ic_fluent_person_search_20_filled:before{content:"\ec21"}.icon-ic_fluent_person_search_20_regular:before{content:"\ec22"}.icon-ic_fluent_person_settings_20_filled:before{content:"\ec23"}.icon-ic_fluent_person_settings_20_regular:before{content:"\ec24"}.icon-ic_fluent_person_square_20_filled:before{content:"\ec25"}.icon-ic_fluent_person_square_20_regular:before{content:"\ec26"}.icon-ic_fluent_person_square_checkmark_20_filled:before{content:"\ec27"}.icon-ic_fluent_person_square_checkmark_20_regular:before{content:"\ec28"}.icon-ic_fluent_person_star_20_filled:before{content:"\ec29"}.icon-ic_fluent_person_star_20_regular:before{content:"\ec2a"}.icon-ic_fluent_person_starburst_20_filled:before{content:"\ec2b"}.icon-ic_fluent_person_starburst_20_regular:before{content:"\ec2c"}.icon-ic_fluent_person_subtract_20_filled:before{content:"\ec2d"}.icon-ic_fluent_person_subtract_20_regular:before{content:"\ec2e"}.icon-ic_fluent_person_support_20_filled:before{content:"\ec2f"}.icon-ic_fluent_person_support_20_regular:before{content:"\ec30"}.icon-ic_fluent_person_swap_20_filled:before{content:"\ec31"}.icon-ic_fluent_person_swap_20_regular:before{content:"\ec32"}.icon-ic_fluent_person_sync_20_filled:before{content:"\ec33"}.icon-ic_fluent_person_sync_20_regular:before{content:"\ec34"}.icon-ic_fluent_person_tag_20_filled:before{content:"\ec35"}.icon-ic_fluent_person_tag_20_regular:before{content:"\ec36"}.icon-ic_fluent_person_voice_20_filled:before{content:"\ec37"}.icon-ic_fluent_person_voice_20_regular:before{content:"\ec38"}.icon-ic_fluent_person_walking_20_filled:before{content:"\ec39"}.icon-ic_fluent_person_walking_20_regular:before{content:"\ec3a"}.icon-ic_fluent_person_warning_20_filled:before{content:"\ec3b"}.icon-ic_fluent_person_warning_20_regular:before{content:"\ec3c"}.icon-ic_fluent_person_wrench_20_filled:before{content:"\ec3d"}.icon-ic_fluent_person_wrench_20_regular:before{content:"\ec3e"}.icon-ic_fluent_phone_20_filled:before{content:"\ec3f"}.icon-ic_fluent_phone_20_regular:before{content:"\ec40"}.icon-ic_fluent_phone_add_20_filled:before{content:"\ec41"}.icon-ic_fluent_phone_add_20_regular:before{content:"\ec42"}.icon-ic_fluent_phone_arrow_right_20_filled:before{content:"\ec43"}.icon-ic_fluent_phone_arrow_right_20_regular:before{content:"\ec44"}.icon-ic_fluent_phone_chat_20_filled:before{content:"\ec45"}.icon-ic_fluent_phone_chat_20_regular:before{content:"\ec46"}.icon-ic_fluent_phone_checkmark_20_filled:before{content:"\ec47"}.icon-ic_fluent_phone_checkmark_20_regular:before{content:"\ec48"}.icon-ic_fluent_phone_desktop_20_filled:before{content:"\ec49"}.icon-ic_fluent_phone_desktop_20_regular:before{content:"\ec4a"}.icon-ic_fluent_phone_desktop_add_20_filled:before{content:"\ec4b"}.icon-ic_fluent_phone_desktop_add_20_regular:before{content:"\ec4c"}.icon-ic_fluent_phone_dismiss_20_filled:before{content:"\ec4d"}.icon-ic_fluent_phone_dismiss_20_regular:before{content:"\ec4e"}.icon-ic_fluent_phone_edit_20_filled:before{content:"\ec4f"}.icon-ic_fluent_phone_edit_20_regular:before{content:"\ec50"}.icon-ic_fluent_phone_eraser_20_filled:before{content:"\ec51"}.icon-ic_fluent_phone_eraser_20_regular:before{content:"\ec52"}.icon-ic_fluent_phone_footer_arrow_down_20_filled:before{content:"\ec53"}.icon-ic_fluent_phone_footer_arrow_down_20_regular:before{content:"\ec54"}.icon-ic_fluent_phone_header_arrow_up_20_filled:before{content:"\ec55"}.icon-ic_fluent_phone_header_arrow_up_20_regular:before{content:"\ec56"}.icon-ic_fluent_phone_key_20_filled:before{content:"\ec57"}.icon-ic_fluent_phone_key_20_regular:before{content:"\ec58"}.icon-ic_fluent_phone_laptop_20_filled:before{content:"\ec59"}.icon-ic_fluent_phone_laptop_20_regular:before{content:"\ec5a"}.icon-ic_fluent_phone_link_setup_20_filled:before{content:"\ec5b"}.icon-ic_fluent_phone_link_setup_20_regular:before{content:"\ec5c"}.icon-ic_fluent_phone_lock_20_filled:before{content:"\ec5d"}.icon-ic_fluent_phone_lock_20_regular:before{content:"\ec5e"}.icon-ic_fluent_phone_page_header_20_filled:before{content:"\ec5f"}.icon-ic_fluent_phone_page_header_20_regular:before{content:"\ec60"}.icon-ic_fluent_phone_pagination_20_filled:before{content:"\ec61"}.icon-ic_fluent_phone_pagination_20_regular:before{content:"\ec62"}.icon-ic_fluent_phone_screen_time_20_filled:before{content:"\ec63"}.icon-ic_fluent_phone_screen_time_20_regular:before{content:"\ec64"}.icon-ic_fluent_phone_shake_20_filled:before{content:"\ec65"}.icon-ic_fluent_phone_shake_20_regular:before{content:"\ec66"}.icon-ic_fluent_phone_span_in_20_filled:before{content:"\ec67"}.icon-ic_fluent_phone_span_in_20_regular:before{content:"\ec68"}.icon-ic_fluent_phone_span_out_20_filled:before{content:"\ec69"}.icon-ic_fluent_phone_span_out_20_regular:before{content:"\ec6a"}.icon-ic_fluent_phone_speaker_20_filled:before{content:"\ec6b"}.icon-ic_fluent_phone_speaker_20_regular:before{content:"\ec6c"}.icon-ic_fluent_phone_status_bar_20_filled:before{content:"\ec6d"}.icon-ic_fluent_phone_status_bar_20_regular:before{content:"\ec6e"}.icon-ic_fluent_phone_tablet_20_filled:before{content:"\ec6f"}.icon-ic_fluent_phone_tablet_20_regular:before{content:"\ec70"}.icon-ic_fluent_phone_update_20_filled:before{content:"\ec71"}.icon-ic_fluent_phone_update_20_regular:before{content:"\ec72"}.icon-ic_fluent_phone_update_checkmark_20_filled:before{content:"\ec73"}.icon-ic_fluent_phone_update_checkmark_20_regular:before{content:"\ec74"}.icon-ic_fluent_phone_vertical_scroll_20_filled:before{content:"\ec75"}.icon-ic_fluent_phone_vertical_scroll_20_regular:before{content:"\ec76"}.icon-ic_fluent_phone_vibrate_20_filled:before{content:"\ec77"}.icon-ic_fluent_phone_vibrate_20_regular:before{content:"\ec78"}.icon-ic_fluent_photo_filter_20_filled:before{content:"\ec79"}.icon-ic_fluent_photo_filter_20_regular:before{content:"\ec7a"}.icon-ic_fluent_pi_20_filled:before{content:"\ec7b"}.icon-ic_fluent_pi_20_regular:before{content:"\ec7c"}.icon-ic_fluent_picture_in_picture_20_filled:before{content:"\ec7d"}.icon-ic_fluent_picture_in_picture_20_regular:before{content:"\ec7e"}.icon-ic_fluent_picture_in_picture_enter_20_filled:before{content:"\ec7f"}.icon-ic_fluent_picture_in_picture_enter_20_regular:before{content:"\ec80"}.icon-ic_fluent_picture_in_picture_exit_20_filled:before{content:"\ec81"}.icon-ic_fluent_picture_in_picture_exit_20_regular:before{content:"\ec82"}.icon-ic_fluent_pill_20_filled:before{content:"\ec83"}.icon-ic_fluent_pill_20_regular:before{content:"\ec84"}.icon-ic_fluent_pin_20_filled:before{content:"\ec85"}.icon-ic_fluent_pin_20_regular:before{content:"\ec86"}.icon-ic_fluent_pin_off_20_filled:before{content:"\ec87"}.icon-ic_fluent_pin_off_20_regular:before{content:"\ec88"}.icon-ic_fluent_pipeline_20_filled:before{content:"\ec89"}.icon-ic_fluent_pipeline_20_regular:before{content:"\ec8a"}.icon-ic_fluent_pipeline_add_20_filled:before{content:"\ec8b"}.icon-ic_fluent_pipeline_add_20_regular:before{content:"\ec8c"}.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before{content:"\ec8d"}.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before{content:"\ec8e"}.icon-ic_fluent_pipeline_play_20_filled:before{content:"\ec8f"}.icon-ic_fluent_pipeline_play_20_regular:before{content:"\ec90"}.icon-ic_fluent_pivot_20_filled:before{content:"\ec91"}.icon-ic_fluent_pivot_20_regular:before{content:"\ec92"}.icon-ic_fluent_plant_grass_20_filled:before{content:"\ec93"}.icon-ic_fluent_plant_grass_20_regular:before{content:"\ec94"}.icon-ic_fluent_plant_ragweed_20_filled:before{content:"\ec95"}.icon-ic_fluent_plant_ragweed_20_regular:before{content:"\ec96"}.icon-ic_fluent_play_20_filled:before{content:"\ec97"}.icon-ic_fluent_play_20_regular:before{content:"\ec98"}.icon-ic_fluent_play_circle_20_filled:before{content:"\ec99"}.icon-ic_fluent_play_circle_20_regular:before{content:"\ec9a"}.icon-ic_fluent_play_circle_hint_20_filled:before{content:"\ec9b"}.icon-ic_fluent_play_circle_hint_20_regular:before{content:"\ec9c"}.icon-ic_fluent_play_settings_20_filled:before{content:"\ec9d"}.icon-ic_fluent_play_settings_20_regular:before{content:"\ec9e"}.icon-ic_fluent_playing_cards_20_filled:before{content:"\ec9f"}.icon-ic_fluent_playing_cards_20_regular:before{content:"\eca0"}.icon-ic_fluent_plug_connected_20_filled:before{content:"\eca1"}.icon-ic_fluent_plug_connected_20_regular:before{content:"\eca2"}.icon-ic_fluent_plug_connected_add_20_filled:before{content:"\eca3"}.icon-ic_fluent_plug_connected_add_20_regular:before{content:"\eca4"}.icon-ic_fluent_plug_connected_checkmark_20_filled:before{content:"\eca5"}.icon-ic_fluent_plug_connected_checkmark_20_regular:before{content:"\eca6"}.icon-ic_fluent_plug_connected_settings_20_filled:before{content:"\eca7"}.icon-ic_fluent_plug_connected_settings_20_regular:before{content:"\eca8"}.icon-ic_fluent_plug_disconnected_20_filled:before{content:"\eca9"}.icon-ic_fluent_plug_disconnected_20_regular:before{content:"\ecaa"}.icon-ic_fluent_point_scan_20_filled:before{content:"\ecab"}.icon-ic_fluent_point_scan_20_regular:before{content:"\ecac"}.icon-ic_fluent_poll_20_filled:before{content:"\ecad"}.icon-ic_fluent_poll_20_regular:before{content:"\ecae"}.icon-ic_fluent_poll_horizontal_20_filled:before{content:"\ecaf"}.icon-ic_fluent_poll_horizontal_20_regular:before{content:"\ecb0"}.icon-ic_fluent_port_hdmi_20_filled:before{content:"\ecb1"}.icon-ic_fluent_port_hdmi_20_regular:before{content:"\ecb2"}.icon-ic_fluent_port_micro_usb_20_filled:before{content:"\ecb3"}.icon-ic_fluent_port_micro_usb_20_regular:before{content:"\ecb4"}.icon-ic_fluent_port_usb_a_20_filled:before{content:"\ecb5"}.icon-ic_fluent_port_usb_a_20_regular:before{content:"\ecb6"}.icon-ic_fluent_port_usb_c_20_filled:before{content:"\ecb7"}.icon-ic_fluent_port_usb_c_20_regular:before{content:"\ecb8"}.icon-ic_fluent_position_backward_20_filled:before{content:"\ecb9"}.icon-ic_fluent_position_backward_20_regular:before{content:"\ecba"}.icon-ic_fluent_position_forward_20_filled:before{content:"\ecbb"}.icon-ic_fluent_position_forward_20_regular:before{content:"\ecbc"}.icon-ic_fluent_position_to_back_20_filled:before{content:"\ecbd"}.icon-ic_fluent_position_to_back_20_regular:before{content:"\ecbe"}.icon-ic_fluent_position_to_front_20_filled:before{content:"\ecbf"}.icon-ic_fluent_position_to_front_20_regular:before{content:"\ecc0"}.icon-ic_fluent_power_20_filled:before{content:"\ecc1"}.icon-ic_fluent_power_20_regular:before{content:"\ecc2"}.icon-ic_fluent_predictions_20_filled:before{content:"\ecc3"}.icon-ic_fluent_predictions_20_regular:before{content:"\ecc4"}.icon-ic_fluent_premium_20_filled:before{content:"\ecc5"}.icon-ic_fluent_premium_20_regular:before{content:"\ecc6"}.icon-ic_fluent_premium_person_20_filled:before{content:"\ecc7"}.icon-ic_fluent_premium_person_20_regular:before{content:"\ecc8"}.icon-ic_fluent_presence_available_20_filled:before{content:"\ecc9"}.icon-ic_fluent_presence_available_20_regular:before{content:"\ecca"}.icon-ic_fluent_presence_away_20_filled:before{content:"\eccb"}.icon-ic_fluent_presence_away_20_regular:before{content:"\eccc"}.icon-ic_fluent_presence_blocked_20_regular:before{content:"\eccd"}.icon-ic_fluent_presence_busy_20_filled:before{content:"\ecce"}.icon-ic_fluent_presence_dnd_20_filled:before{content:"\eccf"}.icon-ic_fluent_presence_dnd_20_regular:before{content:"\ecd0"}.icon-ic_fluent_presence_offline_20_regular:before{content:"\ecd1"}.icon-ic_fluent_presence_oof_20_regular:before{content:"\ecd2"}.icon-ic_fluent_presence_unknown_20_regular:before{content:"\ecd3"}.icon-ic_fluent_presenter_20_filled:before{content:"\ecd4"}.icon-ic_fluent_presenter_20_regular:before{content:"\ecd5"}.icon-ic_fluent_presenter_off_20_filled:before{content:"\ecd6"}.icon-ic_fluent_presenter_off_20_regular:before{content:"\ecd7"}.icon-ic_fluent_preview_link_20_filled:before{content:"\ecd8"}.icon-ic_fluent_preview_link_20_regular:before{content:"\ecd9"}.icon-ic_fluent_previous_20_filled:before{content:"\ecda"}.icon-ic_fluent_previous_20_regular:before{content:"\ecdb"}.icon-ic_fluent_previous_frame_20_filled:before{content:"\ecdc"}.icon-ic_fluent_previous_frame_20_regular:before{content:"\ecdd"}.icon-ic_fluent_print_20_filled:before{content:"\ecde"}.icon-ic_fluent_print_20_regular:before{content:"\ecdf"}.icon-ic_fluent_print_add_20_filled:before{content:"\ece0"}.icon-ic_fluent_print_add_20_regular:before{content:"\ece1"}.icon-ic_fluent_production_20_filled:before{content:"\ece2"}.icon-ic_fluent_production_20_regular:before{content:"\ece3"}.icon-ic_fluent_production_checkmark_20_filled:before{content:"\ece4"}.icon-ic_fluent_production_checkmark_20_regular:before{content:"\ece5"}.icon-ic_fluent_prohibited_20_filled:before{content:"\ece6"}.icon-ic_fluent_prohibited_20_regular:before{content:"\ece7"}.icon-ic_fluent_prohibited_multiple_20_filled:before{content:"\ece8"}.icon-ic_fluent_prohibited_multiple_20_regular:before{content:"\ece9"}.icon-ic_fluent_prohibited_note_20_filled:before{content:"\ecea"}.icon-ic_fluent_prohibited_note_20_regular:before{content:"\eceb"}.icon-ic_fluent_projection_screen_20_filled:before{content:"\ecec"}.icon-ic_fluent_projection_screen_20_regular:before{content:"\eced"}.icon-ic_fluent_projection_screen_dismiss_20_filled:before{content:"\ecee"}.icon-ic_fluent_projection_screen_dismiss_20_regular:before{content:"\ecef"}.icon-ic_fluent_projection_screen_text_20_filled:before{content:"\ecf0"}.icon-ic_fluent_projection_screen_text_20_regular:before{content:"\ecf1"}.icon-ic_fluent_protocol_handler_20_filled:before{content:"\ecf2"}.icon-ic_fluent_protocol_handler_20_regular:before{content:"\ecf3"}.icon-ic_fluent_pulse_20_filled:before{content:"\ecf4"}.icon-ic_fluent_pulse_20_regular:before{content:"\ecf5"}.icon-ic_fluent_pulse_square_20_filled:before{content:"\ecf6"}.icon-ic_fluent_pulse_square_20_regular:before{content:"\ecf7"}.icon-ic_fluent_puzzle_cube_20_filled:before{content:"\ecf8"}.icon-ic_fluent_puzzle_cube_20_regular:before{content:"\ecf9"}.icon-ic_fluent_puzzle_cube_piece_20_filled:before{content:"\ecfa"}.icon-ic_fluent_puzzle_cube_piece_20_regular:before{content:"\ecfb"}.icon-ic_fluent_puzzle_piece_20_filled:before{content:"\ecfc"}.icon-ic_fluent_puzzle_piece_20_regular:before{content:"\ecfd"}.icon-ic_fluent_puzzle_piece_shield_20_filled:before{content:"\ecfe"}.icon-ic_fluent_puzzle_piece_shield_20_regular:before{content:"\ecff"}.icon-ic_fluent_qr_code_20_filled:before{content:"\ed00"}.icon-ic_fluent_qr_code_20_regular:before{content:"\ed01"}.icon-ic_fluent_question_20_filled:before{content:"\ed02"}.icon-ic_fluent_question_20_regular:before{content:"\ed03"}.icon-ic_fluent_question_circle_20_filled:before{content:"\ed04"}.icon-ic_fluent_question_circle_20_regular:before{content:"\ed05"}.icon-ic_fluent_quiz_new_20_filled:before{content:"\ed06"}.icon-ic_fluent_quiz_new_20_regular:before{content:"\ed07"}.icon-ic_fluent_radar_20_filled:before{content:"\ed08"}.icon-ic_fluent_radar_20_regular:before{content:"\ed09"}.icon-ic_fluent_radar_checkmark_20_filled:before{content:"\ed0a"}.icon-ic_fluent_radar_checkmark_20_regular:before{content:"\ed0b"}.icon-ic_fluent_radar_rectangle_multiple_20_filled:before{content:"\ed0c"}.icon-ic_fluent_radar_rectangle_multiple_20_regular:before{content:"\ed0d"}.icon-ic_fluent_radio_button_20_filled:before{content:"\ed0e"}.icon-ic_fluent_radio_button_20_regular:before{content:"\ed0f"}.icon-ic_fluent_ram_20_filled:before{content:"\ed10"}.icon-ic_fluent_ram_20_regular:before{content:"\ed11"}.icon-ic_fluent_rating_mature_20_filled:before{content:"\ed12"}.icon-ic_fluent_rating_mature_20_regular:before{content:"\ed13"}.icon-ic_fluent_ratio_one_to_one_20_filled:before{content:"\ed14"}.icon-ic_fluent_ratio_one_to_one_20_regular:before{content:"\ed15"}.icon-ic_fluent_re_order_20_filled:before{content:"\ed16"}.icon-ic_fluent_re_order_20_regular:before{content:"\ed17"}.icon-ic_fluent_re_order_dots_horizontal_20_filled:before{content:"\ed18"}.icon-ic_fluent_re_order_dots_horizontal_20_regular:before{content:"\ed19"}.icon-ic_fluent_re_order_dots_vertical_20_filled:before{content:"\ed1a"}.icon-ic_fluent_re_order_dots_vertical_20_regular:before{content:"\ed1b"}.icon-ic_fluent_read_aloud_20_filled:before{content:"\ed1c"}.icon-ic_fluent_read_aloud_20_regular:before{content:"\ed1d"}.icon-ic_fluent_reading_list_20_filled:before{content:"\ed1e"}.icon-ic_fluent_reading_list_20_regular:before{content:"\ed1f"}.icon-ic_fluent_reading_list_add_20_filled:before{content:"\ed20"}.icon-ic_fluent_reading_list_add_20_regular:before{content:"\ed21"}.icon-ic_fluent_reading_mode_mobile_20_filled:before{content:"\ed22"}.icon-ic_fluent_reading_mode_mobile_20_regular:before{content:"\ed23"}.icon-ic_fluent_real_estate_20_filled:before{content:"\ed24"}.icon-ic_fluent_real_estate_20_regular:before{content:"\ed25"}.icon-ic_fluent_receipt_20_filled:before{content:"\ed26"}.icon-ic_fluent_receipt_20_regular:before{content:"\ed27"}.icon-ic_fluent_receipt_add_20_filled:before{content:"\ed28"}.icon-ic_fluent_receipt_add_20_regular:before{content:"\ed29"}.icon-ic_fluent_receipt_bag_20_filled:before{content:"\ed2a"}.icon-ic_fluent_receipt_bag_20_regular:before{content:"\ed2b"}.icon-ic_fluent_receipt_cube_20_filled:before{content:"\ed2c"}.icon-ic_fluent_receipt_cube_20_regular:before{content:"\ed2d"}.icon-ic_fluent_receipt_money_20_filled:before{content:"\ed2e"}.icon-ic_fluent_receipt_money_20_regular:before{content:"\ed2f"}.icon-ic_fluent_receipt_play_20_filled:before{content:"\ed30"}.icon-ic_fluent_receipt_play_20_regular:before{content:"\ed31"}.icon-ic_fluent_receipt_search_20_filled:before{content:"\ed32"}.icon-ic_fluent_receipt_search_20_regular:before{content:"\ed33"}.icon-ic_fluent_receipt_sparkles_20_filled:before{content:"\ed34"}.icon-ic_fluent_receipt_sparkles_20_regular:before{content:"\ed35"}.icon-ic_fluent_record_20_filled:before{content:"\ed36"}.icon-ic_fluent_record_20_regular:before{content:"\ed37"}.icon-ic_fluent_record_stop_20_filled:before{content:"\ed38"}.icon-ic_fluent_record_stop_20_regular:before{content:"\ed39"}.icon-ic_fluent_rectangle_landscape_20_filled:before{content:"\ed3a"}.icon-ic_fluent_rectangle_landscape_20_regular:before{content:"\ed3b"}.icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before{content:"\ed3c"}.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before{content:"\ed3d"}.icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before{content:"\ed3e"}.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before{content:"\ed3f"}.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before{content:"\ed40"}.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before{content:"\ed41"}.icon-ic_fluent_recycle_20_filled:before{content:"\ed42"}.icon-ic_fluent_recycle_20_regular:before{content:"\ed43"}.icon-ic_fluent_remix_add_20_filled:before{content:"\ed44"}.icon-ic_fluent_remix_add_20_regular:before{content:"\ed45"}.icon-ic_fluent_remote_20_filled:before{content:"\ed46"}.icon-ic_fluent_remote_20_regular:before{content:"\ed47"}.icon-ic_fluent_rename_20_filled:before{content:"\ed48"}.icon-ic_fluent_rename_20_regular:before{content:"\ed49"}.icon-ic_fluent_reorder_20_filled:before{content:"\ed4a"}.icon-ic_fluent_reorder_20_regular:before{content:"\ed4b"}.icon-ic_fluent_replay_20_filled:before{content:"\ed4c"}.icon-ic_fluent_replay_20_regular:before{content:"\ed4d"}.icon-ic_fluent_resize_20_filled:before{content:"\ed4e"}.icon-ic_fluent_resize_20_regular:before{content:"\ed4f"}.icon-ic_fluent_resize_image_20_filled:before{content:"\ed50"}.icon-ic_fluent_resize_image_20_regular:before{content:"\ed51"}.icon-ic_fluent_resize_large_20_filled:before{content:"\ed52"}.icon-ic_fluent_resize_large_20_regular:before{content:"\ed53"}.icon-ic_fluent_resize_small_20_filled:before{content:"\ed54"}.icon-ic_fluent_resize_small_20_regular:before{content:"\ed55"}.icon-ic_fluent_resize_table_20_filled:before{content:"\ed56"}.icon-ic_fluent_resize_table_20_regular:before{content:"\ed57"}.icon-ic_fluent_resize_video_20_filled:before{content:"\ed58"}.icon-ic_fluent_resize_video_20_regular:before{content:"\ed59"}.icon-ic_fluent_reward_20_filled:before{content:"\ed5a"}.icon-ic_fluent_reward_20_regular:before{content:"\ed5b"}.icon-ic_fluent_rewind_20_filled:before{content:"\ed5c"}.icon-ic_fluent_rewind_20_regular:before{content:"\ed5d"}.icon-ic_fluent_rhombus_20_filled:before{content:"\ed5e"}.icon-ic_fluent_rhombus_20_regular:before{content:"\ed5f"}.icon-ic_fluent_ribbon_20_filled:before{content:"\ed60"}.icon-ic_fluent_ribbon_20_regular:before{content:"\ed61"}.icon-ic_fluent_ribbon_add_20_filled:before{content:"\ed62"}.icon-ic_fluent_ribbon_add_20_regular:before{content:"\ed63"}.icon-ic_fluent_ribbon_off_20_filled:before{content:"\ed64"}.icon-ic_fluent_ribbon_off_20_regular:before{content:"\ed65"}.icon-ic_fluent_ribbon_star_20_filled:before{content:"\ed66"}.icon-ic_fluent_ribbon_star_20_regular:before{content:"\ed67"}.icon-ic_fluent_road_cone_20_filled:before{content:"\ed68"}.icon-ic_fluent_road_cone_20_regular:before{content:"\ed69"}.icon-ic_fluent_rocket_20_filled:before{content:"\ed6a"}.icon-ic_fluent_rocket_20_regular:before{content:"\ed6b"}.icon-ic_fluent_rotate_left_20_filled:before{content:"\ed6c"}.icon-ic_fluent_rotate_left_20_regular:before{content:"\ed6d"}.icon-ic_fluent_rotate_right_20_filled:before{content:"\ed6e"}.icon-ic_fluent_rotate_right_20_regular:before{content:"\ed6f"}.icon-ic_fluent_router_20_filled:before{content:"\ed70"}.icon-ic_fluent_router_20_regular:before{content:"\ed71"}.icon-ic_fluent_row_triple_20_filled:before{content:"\ed72"}.icon-ic_fluent_row_triple_20_regular:before{content:"\ed73"}.icon-ic_fluent_rss_20_filled:before{content:"\ed74"}.icon-ic_fluent_rss_20_regular:before{content:"\ed75"}.icon-ic_fluent_ruler_20_filled:before{content:"\ed76"}.icon-ic_fluent_ruler_20_regular:before{content:"\ed77"}.icon-ic_fluent_run_20_filled:before{content:"\ed78"}.icon-ic_fluent_run_20_regular:before{content:"\ed79"}.icon-ic_fluent_sanitize_20_filled:before{content:"\ed7a"}.icon-ic_fluent_sanitize_20_regular:before{content:"\ed7b"}.icon-ic_fluent_save_20_filled:before{content:"\ed7c"}.icon-ic_fluent_save_20_regular:before{content:"\ed7d"}.icon-ic_fluent_save_arrow_right_20_filled:before{content:"\ed7e"}.icon-ic_fluent_save_arrow_right_20_regular:before{content:"\ed7f"}.icon-ic_fluent_save_copy_20_filled:before{content:"\ed80"}.icon-ic_fluent_save_copy_20_regular:before{content:"\ed81"}.icon-ic_fluent_save_edit_20_filled:before{content:"\ed82"}.icon-ic_fluent_save_edit_20_regular:before{content:"\ed83"}.icon-ic_fluent_save_image_20_filled:before{content:"\ed84"}.icon-ic_fluent_save_image_20_regular:before{content:"\ed85"}.icon-ic_fluent_save_multiple_20_filled:before{content:"\ed86"}.icon-ic_fluent_save_multiple_20_regular:before{content:"\ed87"}.icon-ic_fluent_save_search_20_filled:before{content:"\ed88"}.icon-ic_fluent_save_search_20_regular:before{content:"\ed89"}.icon-ic_fluent_save_sync_20_filled:before{content:"\ed8a"}.icon-ic_fluent_save_sync_20_regular:before{content:"\ed8b"}.icon-ic_fluent_savings_20_filled:before{content:"\ed8c"}.icon-ic_fluent_savings_20_regular:before{content:"\ed8d"}.icon-ic_fluent_scale_fill_20_filled:before{content:"\ed8e"}.icon-ic_fluent_scale_fill_20_regular:before{content:"\ed8f"}.icon-ic_fluent_scale_fit_20_filled:before{content:"\ed90"}.icon-ic_fluent_scale_fit_20_regular:before{content:"\ed91"}.icon-ic_fluent_scales_20_filled:before{content:"\ed92"}.icon-ic_fluent_scales_20_regular:before{content:"\ed93"}.icon-ic_fluent_scan_20_filled:before{content:"\ed94"}.icon-ic_fluent_scan_20_regular:before{content:"\ed95"}.icon-ic_fluent_scan_camera_20_filled:before{content:"\ed96"}.icon-ic_fluent_scan_camera_20_regular:before{content:"\ed97"}.icon-ic_fluent_scan_dash_20_filled:before{content:"\ed98"}.icon-ic_fluent_scan_dash_20_regular:before{content:"\ed99"}.icon-ic_fluent_scan_object_20_filled:before{content:"\ed9a"}.icon-ic_fluent_scan_object_20_regular:before{content:"\ed9b"}.icon-ic_fluent_scan_person_20_filled:before{content:"\ed9c"}.icon-ic_fluent_scan_person_20_regular:before{content:"\ed9d"}.icon-ic_fluent_scan_table_20_filled:before{content:"\ed9e"}.icon-ic_fluent_scan_table_20_regular:before{content:"\ed9f"}.icon-ic_fluent_scan_text_20_filled:before{content:"\eda0"}.icon-ic_fluent_scan_text_20_regular:before{content:"\eda1"}.icon-ic_fluent_scan_thumb_up_20_filled:before{content:"\eda2"}.icon-ic_fluent_scan_thumb_up_20_regular:before{content:"\eda3"}.icon-ic_fluent_scan_thumb_up_off_20_filled:before{content:"\eda4"}.icon-ic_fluent_scan_thumb_up_off_20_regular:before{content:"\eda5"}.icon-ic_fluent_scan_type_20_filled:before{content:"\eda6"}.icon-ic_fluent_scan_type_20_regular:before{content:"\eda7"}.icon-ic_fluent_scan_type_checkmark_20_filled:before{content:"\eda8"}.icon-ic_fluent_scan_type_checkmark_20_regular:before{content:"\eda9"}.icon-ic_fluent_scan_type_off_20_filled:before{content:"\edaa"}.icon-ic_fluent_scan_type_off_20_regular:before{content:"\edab"}.icon-ic_fluent_scratchpad_20_filled:before{content:"\edac"}.icon-ic_fluent_scratchpad_20_regular:before{content:"\edad"}.icon-ic_fluent_screen_cut_20_filled:before{content:"\edae"}.icon-ic_fluent_screen_cut_20_regular:before{content:"\edaf"}.icon-ic_fluent_screen_person_20_filled:before{content:"\edb0"}.icon-ic_fluent_screen_person_20_regular:before{content:"\edb1"}.icon-ic_fluent_screen_search_20_filled:before{content:"\edb2"}.icon-ic_fluent_screen_search_20_regular:before{content:"\edb3"}.icon-ic_fluent_screenshot_20_filled:before{content:"\edb4"}.icon-ic_fluent_screenshot_20_regular:before{content:"\edb5"}.icon-ic_fluent_screenshot_record_20_filled:before{content:"\edb6"}.icon-ic_fluent_screenshot_record_20_regular:before{content:"\edb7"}.icon-ic_fluent_script_20_filled:before{content:"\edb8"}.icon-ic_fluent_script_20_regular:before{content:"\edb9"}.icon-ic_fluent_search_20_filled:before{content:"\edba"}.icon-ic_fluent_search_20_regular:before{content:"\edbb"}.icon-ic_fluent_search_info_20_filled:before{content:"\edbc"}.icon-ic_fluent_search_info_20_regular:before{content:"\edbd"}.icon-ic_fluent_search_settings_20_filled:before{content:"\edbe"}.icon-ic_fluent_search_settings_20_regular:before{content:"\edbf"}.icon-ic_fluent_search_shield_20_filled:before{content:"\edc0"}.icon-ic_fluent_search_shield_20_regular:before{content:"\edc1"}.icon-ic_fluent_search_square_20_filled:before{content:"\edc2"}.icon-ic_fluent_search_square_20_regular:before{content:"\edc3"}.icon-ic_fluent_search_visual_20_filled:before{content:"\edc4"}.icon-ic_fluent_search_visual_20_regular:before{content:"\edc5"}.icon-ic_fluent_select_all_off_20_filled:before{content:"\edc6"}.icon-ic_fluent_select_all_off_20_regular:before{content:"\edc7"}.icon-ic_fluent_select_all_on_20_filled:before{content:"\edc8"}.icon-ic_fluent_select_all_on_20_regular:before{content:"\edc9"}.icon-ic_fluent_select_object_20_filled:before{content:"\edca"}.icon-ic_fluent_select_object_20_regular:before{content:"\edcb"}.icon-ic_fluent_select_object_skew_20_filled:before{content:"\edcc"}.icon-ic_fluent_select_object_skew_20_regular:before{content:"\edcd"}.icon-ic_fluent_select_object_skew_dismiss_20_filled:before{content:"\edce"}.icon-ic_fluent_select_object_skew_dismiss_20_regular:before{content:"\edcf"}.icon-ic_fluent_select_object_skew_edit_20_filled:before{content:"\edd0"}.icon-ic_fluent_select_object_skew_edit_20_regular:before{content:"\edd1"}.icon-ic_fluent_send_20_filled:before{content:"\edd2"}.icon-ic_fluent_send_20_regular:before{content:"\edd3"}.icon-ic_fluent_send_beaker_20_filled:before{content:"\edd4"}.icon-ic_fluent_send_beaker_20_regular:before{content:"\edd5"}.icon-ic_fluent_send_clock_20_filled:before{content:"\edd6"}.icon-ic_fluent_send_clock_20_regular:before{content:"\edd7"}.icon-ic_fluent_send_copy_20_filled:before{content:"\edd8"}.icon-ic_fluent_send_copy_20_regular:before{content:"\edd9"}.icon-ic_fluent_serial_port_20_filled:before{content:"\edda"}.icon-ic_fluent_serial_port_20_regular:before{content:"\eddb"}.icon-ic_fluent_server_20_filled:before{content:"\eddc"}.icon-ic_fluent_server_20_regular:before{content:"\eddd"}.icon-ic_fluent_server_link_20_filled:before{content:"\edde"}.icon-ic_fluent_server_link_20_regular:before{content:"\eddf"}.icon-ic_fluent_server_multiple_20_filled:before{content:"\ede0"}.icon-ic_fluent_server_multiple_20_regular:before{content:"\ede1"}.icon-ic_fluent_server_play_20_filled:before{content:"\ede2"}.icon-ic_fluent_server_play_20_regular:before{content:"\ede3"}.icon-ic_fluent_service_bell_20_filled:before{content:"\ede4"}.icon-ic_fluent_service_bell_20_regular:before{content:"\ede5"}.icon-ic_fluent_settings_20_filled:before{content:"\ede6"}.icon-ic_fluent_settings_20_regular:before{content:"\ede7"}.icon-ic_fluent_settings_chat_20_filled:before{content:"\ede8"}.icon-ic_fluent_settings_chat_20_regular:before{content:"\ede9"}.icon-ic_fluent_settings_cog_multiple_20_filled:before{content:"\edea"}.icon-ic_fluent_settings_cog_multiple_20_regular:before{content:"\edeb"}.icon-ic_fluent_shape_exclude_20_filled:before{content:"\edec"}.icon-ic_fluent_shape_exclude_20_regular:before{content:"\eded"}.icon-ic_fluent_shape_intersect_20_filled:before{content:"\edee"}.icon-ic_fluent_shape_intersect_20_regular:before{content:"\edef"}.icon-ic_fluent_shape_organic_20_filled:before{content:"\edf0"}.icon-ic_fluent_shape_organic_20_regular:before{content:"\edf1"}.icon-ic_fluent_shape_subtract_20_filled:before{content:"\edf2"}.icon-ic_fluent_shape_subtract_20_regular:before{content:"\edf3"}.icon-ic_fluent_shape_union_20_filled:before{content:"\edf4"}.icon-ic_fluent_shape_union_20_regular:before{content:"\edf5"}.icon-ic_fluent_shapes_20_filled:before{content:"\edf6"}.icon-ic_fluent_shapes_20_regular:before{content:"\edf7"}.icon-ic_fluent_share_20_filled:before{content:"\edf8"}.icon-ic_fluent_share_20_regular:before{content:"\edf9"}.icon-ic_fluent_share_android_20_filled:before{content:"\edfa"}.icon-ic_fluent_share_android_20_regular:before{content:"\edfb"}.icon-ic_fluent_share_close_tray_20_filled:before{content:"\edfc"}.icon-ic_fluent_share_close_tray_20_regular:before{content:"\edfd"}.icon-ic_fluent_share_ios_20_filled:before{content:"\edfe"}.icon-ic_fluent_share_ios_20_regular:before{content:"\edff"}.icon-ic_fluent_share_screen_person_20_filled:before{content:"\ee00"}.icon-ic_fluent_share_screen_person_20_regular:before{content:"\ee01"}.icon-ic_fluent_share_screen_person_overlay_20_filled:before{content:"\ee02"}.icon-ic_fluent_share_screen_person_overlay_20_regular:before{content:"\ee03"}.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before{content:"\ee04"}.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before{content:"\ee05"}.icon-ic_fluent_share_screen_person_p_20_filled:before{content:"\ee06"}.icon-ic_fluent_share_screen_person_p_20_regular:before{content:"\ee07"}.icon-ic_fluent_share_screen_start_20_filled:before{content:"\ee08"}.icon-ic_fluent_share_screen_start_20_regular:before{content:"\ee09"}.icon-ic_fluent_share_screen_stop_20_filled:before{content:"\ee0a"}.icon-ic_fluent_share_screen_stop_20_regular:before{content:"\ee0b"}.icon-ic_fluent_shield_20_filled:before{content:"\ee0c"}.icon-ic_fluent_shield_20_regular:before{content:"\ee0d"}.icon-ic_fluent_shield_add_20_filled:before{content:"\ee0e"}.icon-ic_fluent_shield_add_20_regular:before{content:"\ee0f"}.icon-ic_fluent_shield_badge_20_filled:before{content:"\ee10"}.icon-ic_fluent_shield_badge_20_regular:before{content:"\ee11"}.icon-ic_fluent_shield_checkmark_20_filled:before{content:"\ee12"}.icon-ic_fluent_shield_checkmark_20_regular:before{content:"\ee13"}.icon-ic_fluent_shield_dismiss_20_filled:before{content:"\ee14"}.icon-ic_fluent_shield_dismiss_20_regular:before{content:"\ee15"}.icon-ic_fluent_shield_dismiss_shield_20_filled:before{content:"\ee16"}.icon-ic_fluent_shield_dismiss_shield_20_regular:before{content:"\ee17"}.icon-ic_fluent_shield_error_20_filled:before{content:"\ee18"}.icon-ic_fluent_shield_error_20_regular:before{content:"\ee19"}.icon-ic_fluent_shield_globe_20_filled:before{content:"\ee1a"}.icon-ic_fluent_shield_globe_20_regular:before{content:"\ee1b"}.icon-ic_fluent_shield_keyhole_20_filled:before{content:"\ee1c"}.icon-ic_fluent_shield_keyhole_20_regular:before{content:"\ee1d"}.icon-ic_fluent_shield_lock_20_filled:before{content:"\ee1e"}.icon-ic_fluent_shield_lock_20_regular:before{content:"\ee1f"}.icon-ic_fluent_shield_person_20_filled:before{content:"\ee20"}.icon-ic_fluent_shield_person_20_regular:before{content:"\ee21"}.icon-ic_fluent_shield_person_add_20_filled:before{content:"\ee22"}.icon-ic_fluent_shield_person_add_20_regular:before{content:"\ee23"}.icon-ic_fluent_shield_prohibited_20_filled:before{content:"\ee24"}.icon-ic_fluent_shield_prohibited_20_regular:before{content:"\ee25"}.icon-ic_fluent_shield_question_20_filled:before{content:"\ee26"}.icon-ic_fluent_shield_question_20_regular:before{content:"\ee27"}.icon-ic_fluent_shield_task_20_filled:before{content:"\ee28"}.icon-ic_fluent_shield_task_20_regular:before{content:"\ee29"}.icon-ic_fluent_shifts_20_filled:before{content:"\ee2a"}.icon-ic_fluent_shifts_20_regular:before{content:"\ee2b"}.icon-ic_fluent_shifts_30_minutes_20_filled:before{content:"\ee2c"}.icon-ic_fluent_shifts_30_minutes_20_regular:before{content:"\ee2d"}.icon-ic_fluent_shifts_activity_20_filled:before{content:"\ee2e"}.icon-ic_fluent_shifts_activity_20_regular:before{content:"\ee2f"}.icon-ic_fluent_shifts_add_20_filled:before{content:"\ee30"}.icon-ic_fluent_shifts_add_20_regular:before{content:"\ee31"}.icon-ic_fluent_shifts_availability_20_filled:before{content:"\ee32"}.icon-ic_fluent_shifts_availability_20_regular:before{content:"\ee33"}.icon-ic_fluent_shifts_checkmark_20_filled:before{content:"\ee34"}.icon-ic_fluent_shifts_checkmark_20_regular:before{content:"\ee35"}.icon-ic_fluent_shifts_day_20_filled:before{content:"\ee36"}.icon-ic_fluent_shifts_day_20_regular:before{content:"\ee37"}.icon-ic_fluent_shifts_open_20_filled:before{content:"\ee38"}.icon-ic_fluent_shifts_open_20_regular:before{content:"\ee39"}.icon-ic_fluent_shifts_prohibited_20_filled:before{content:"\ee3a"}.icon-ic_fluent_shifts_prohibited_20_regular:before{content:"\ee3b"}.icon-ic_fluent_shifts_question_mark_20_filled:before{content:"\ee3c"}.icon-ic_fluent_shifts_question_mark_20_regular:before{content:"\ee3d"}.icon-ic_fluent_shifts_team_20_filled:before{content:"\ee3e"}.icon-ic_fluent_shifts_team_20_regular:before{content:"\ee3f"}.icon-ic_fluent_shopping_bag_20_filled:before{content:"\ee40"}.icon-ic_fluent_shopping_bag_20_regular:before{content:"\ee41"}.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before{content:"\ee42"}.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before{content:"\ee43"}.icon-ic_fluent_shopping_bag_dismiss_20_filled:before{content:"\ee44"}.icon-ic_fluent_shopping_bag_dismiss_20_regular:before{content:"\ee45"}.icon-ic_fluent_shopping_bag_pause_20_filled:before{content:"\ee46"}.icon-ic_fluent_shopping_bag_pause_20_regular:before{content:"\ee47"}.icon-ic_fluent_shopping_bag_percent_20_filled:before{content:"\ee48"}.icon-ic_fluent_shopping_bag_percent_20_regular:before{content:"\ee49"}.icon-ic_fluent_shopping_bag_play_20_filled:before{content:"\ee4a"}.icon-ic_fluent_shopping_bag_play_20_regular:before{content:"\ee4b"}.icon-ic_fluent_shopping_bag_tag_20_filled:before{content:"\ee4c"}.icon-ic_fluent_shopping_bag_tag_20_regular:before{content:"\ee4d"}.icon-ic_fluent_shortpick_20_filled:before{content:"\ee4e"}.icon-ic_fluent_shortpick_20_regular:before{content:"\ee4f"}.icon-ic_fluent_showerhead_20_filled:before{content:"\ee50"}.icon-ic_fluent_showerhead_20_regular:before{content:"\ee51"}.icon-ic_fluent_sidebar_search_ltr_20_filled:before{content:"\ee52"}.icon-ic_fluent_sidebar_search_ltr_20_regular:before{content:"\ee53"}.icon-ic_fluent_sidebar_search_rtl_20_filled:before{content:"\ee54"}.icon-ic_fluent_sidebar_search_rtl_20_regular:before{content:"\ee55"}.icon-ic_fluent_sign_out_20_filled:before{content:"\ee56"}.icon-ic_fluent_sign_out_20_regular:before{content:"\ee57"}.icon-ic_fluent_signature_20_filled:before{content:"\ee58"}.icon-ic_fluent_signature_20_regular:before{content:"\ee59"}.icon-ic_fluent_sim_20_filled:before{content:"\ee5a"}.icon-ic_fluent_sim_20_regular:before{content:"\ee5b"}.icon-ic_fluent_skip_back_10_20_filled:before{content:"\ee5c"}.icon-ic_fluent_skip_back_10_20_regular:before{content:"\ee5d"}.icon-ic_fluent_skip_forward_10_20_filled:before{content:"\ee5e"}.icon-ic_fluent_skip_forward_10_20_regular:before{content:"\ee5f"}.icon-ic_fluent_skip_forward_30_20_filled:before{content:"\ee60"}.icon-ic_fluent_skip_forward_30_20_regular:before{content:"\ee61"}.icon-ic_fluent_skip_forward_tab_20_filled:before{content:"\ee62"}.icon-ic_fluent_skip_forward_tab_20_regular:before{content:"\ee63"}.icon-ic_fluent_slash_forward_20_filled:before{content:"\ee64"}.icon-ic_fluent_slash_forward_20_regular:before{content:"\ee65"}.icon-ic_fluent_sleep_20_filled:before{content:"\ee66"}.icon-ic_fluent_sleep_20_regular:before{content:"\ee67"}.icon-ic_fluent_slide_add_20_filled:before{content:"\ee68"}.icon-ic_fluent_slide_add_20_regular:before{content:"\ee69"}.icon-ic_fluent_slide_arrow_right_20_filled:before{content:"\ee6a"}.icon-ic_fluent_slide_arrow_right_20_regular:before{content:"\ee6b"}.icon-ic_fluent_slide_eraser_20_filled:before{content:"\ee6c"}.icon-ic_fluent_slide_eraser_20_regular:before{content:"\ee6d"}.icon-ic_fluent_slide_grid_20_filled:before{content:"\ee6e"}.icon-ic_fluent_slide_grid_20_regular:before{content:"\ee6f"}.icon-ic_fluent_slide_hide_20_filled:before{content:"\ee70"}.icon-ic_fluent_slide_hide_20_regular:before{content:"\ee71"}.icon-ic_fluent_slide_layout_20_filled:before{content:"\ee72"}.icon-ic_fluent_slide_layout_20_regular:before{content:"\ee73"}.icon-ic_fluent_slide_link_20_filled:before{content:"\ee74"}.icon-ic_fluent_slide_link_20_regular:before{content:"\ee75"}.icon-ic_fluent_slide_microphone_20_filled:before{content:"\ee76"}.icon-ic_fluent_slide_microphone_20_regular:before{content:"\ee77"}.icon-ic_fluent_slide_multiple_20_filled:before{content:"\ee78"}.icon-ic_fluent_slide_multiple_20_regular:before{content:"\ee79"}.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before{content:"\ee7a"}.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before{content:"\ee7b"}.icon-ic_fluent_slide_multiple_search_20_filled:before{content:"\ee7c"}.icon-ic_fluent_slide_multiple_search_20_regular:before{content:"\ee7d"}.icon-ic_fluent_slide_record_20_filled:before{content:"\ee7e"}.icon-ic_fluent_slide_record_20_regular:before{content:"\ee7f"}.icon-ic_fluent_slide_search_20_filled:before{content:"\ee80"}.icon-ic_fluent_slide_search_20_regular:before{content:"\ee81"}.icon-ic_fluent_slide_settings_20_filled:before{content:"\ee82"}.icon-ic_fluent_slide_settings_20_regular:before{content:"\ee83"}.icon-ic_fluent_slide_size_20_filled:before{content:"\ee84"}.icon-ic_fluent_slide_size_20_regular:before{content:"\ee85"}.icon-ic_fluent_slide_text_20_filled:before{content:"\ee86"}.icon-ic_fluent_slide_text_20_regular:before{content:"\ee87"}.icon-ic_fluent_slide_text_edit_20_filled:before{content:"\ee88"}.icon-ic_fluent_slide_text_edit_20_regular:before{content:"\ee89"}.icon-ic_fluent_slide_text_multiple_20_filled:before{content:"\ee8a"}.icon-ic_fluent_slide_text_multiple_20_regular:before{content:"\ee8b"}.icon-ic_fluent_slide_text_person_20_filled:before{content:"\ee8c"}.icon-ic_fluent_slide_text_person_20_regular:before{content:"\ee8d"}.icon-ic_fluent_slide_text_sparkle_20_filled:before{content:"\ee8e"}.icon-ic_fluent_slide_text_sparkle_20_regular:before{content:"\ee8f"}.icon-ic_fluent_slide_transition_20_filled:before{content:"\ee90"}.icon-ic_fluent_slide_transition_20_regular:before{content:"\ee91"}.icon-ic_fluent_smartwatch_20_filled:before{content:"\ee92"}.icon-ic_fluent_smartwatch_20_regular:before{content:"\ee93"}.icon-ic_fluent_smartwatch_dot_20_filled:before{content:"\ee94"}.icon-ic_fluent_smartwatch_dot_20_regular:before{content:"\ee95"}.icon-ic_fluent_snooze_20_filled:before{content:"\ee96"}.icon-ic_fluent_snooze_20_regular:before{content:"\ee97"}.icon-ic_fluent_sound_source_20_filled:before{content:"\ee98"}.icon-ic_fluent_sound_source_20_regular:before{content:"\ee99"}.icon-ic_fluent_sound_wave_circle_20_filled:before{content:"\ee9a"}.icon-ic_fluent_sound_wave_circle_20_regular:before{content:"\ee9b"}.icon-ic_fluent_space_3d_20_filled:before{content:"\ee9c"}.icon-ic_fluent_space_3d_20_regular:before{content:"\ee9d"}.icon-ic_fluent_spacebar_20_filled:before{content:"\ee9e"}.icon-ic_fluent_spacebar_20_regular:before{content:"\ee9f"}.icon-ic_fluent_sparkle_20_filled:before{content:"\eea0"}.icon-ic_fluent_sparkle_20_regular:before{content:"\eea1"}.icon-ic_fluent_sparkle_circle_20_filled:before{content:"\eea2"}.icon-ic_fluent_sparkle_circle_20_regular:before{content:"\eea3"}.icon-ic_fluent_speaker_0_20_filled:before{content:"\eea4"}.icon-ic_fluent_speaker_0_20_regular:before{content:"\eea5"}.icon-ic_fluent_speaker_1_20_filled:before{content:"\eea6"}.icon-ic_fluent_speaker_1_20_regular:before{content:"\eea7"}.icon-ic_fluent_speaker_2_20_filled:before{content:"\eea8"}.icon-ic_fluent_speaker_2_20_regular:before{content:"\eea9"}.icon-ic_fluent_speaker_bluetooth_20_filled:before{content:"\eeaa"}.icon-ic_fluent_speaker_bluetooth_20_regular:before{content:"\eeab"}.icon-ic_fluent_speaker_edit_20_filled:before{content:"\eeac"}.icon-ic_fluent_speaker_edit_20_regular:before{content:"\eead"}.icon-ic_fluent_speaker_mute_20_filled:before{content:"\eeae"}.icon-ic_fluent_speaker_mute_20_regular:before{content:"\eeaf"}.icon-ic_fluent_speaker_off_20_filled:before{content:"\eeb0"}.icon-ic_fluent_speaker_off_20_regular:before{content:"\eeb1"}.icon-ic_fluent_speaker_settings_20_filled:before{content:"\eeb2"}.icon-ic_fluent_speaker_settings_20_regular:before{content:"\eeb3"}.icon-ic_fluent_speaker_usb_20_filled:before{content:"\eeb4"}.icon-ic_fluent_speaker_usb_20_regular:before{content:"\eeb5"}.icon-ic_fluent_spinner_ios_20_filled:before{content:"\eeb6"}.icon-ic_fluent_spinner_ios_20_regular:before{content:"\eeb7"}.icon-ic_fluent_split_hint_20_filled:before{content:"\eeb8"}.icon-ic_fluent_split_hint_20_regular:before{content:"\eeb9"}.icon-ic_fluent_split_horizontal_20_filled:before{content:"\eeba"}.icon-ic_fluent_split_horizontal_20_regular:before{content:"\eebb"}.icon-ic_fluent_split_vertical_20_filled:before{content:"\eebc"}.icon-ic_fluent_split_vertical_20_regular:before{content:"\eebd"}.icon-ic_fluent_sport_20_filled:before{content:"\eebe"}.icon-ic_fluent_sport_20_regular:before{content:"\eebf"}.icon-ic_fluent_sport_american_football_20_filled:before{content:"\eec0"}.icon-ic_fluent_sport_american_football_20_regular:before{content:"\eec1"}.icon-ic_fluent_sport_baseball_20_filled:before{content:"\eec2"}.icon-ic_fluent_sport_baseball_20_regular:before{content:"\eec3"}.icon-ic_fluent_sport_basketball_20_filled:before{content:"\eec4"}.icon-ic_fluent_sport_basketball_20_regular:before{content:"\eec5"}.icon-ic_fluent_sport_hockey_20_filled:before{content:"\eec6"}.icon-ic_fluent_sport_hockey_20_regular:before{content:"\eec7"}.icon-ic_fluent_sport_soccer_20_filled:before{content:"\eec8"}.icon-ic_fluent_sport_soccer_20_regular:before{content:"\eec9"}.icon-ic_fluent_square_20_filled:before{content:"\eeca"}.icon-ic_fluent_square_20_regular:before{content:"\eecb"}.icon-ic_fluent_square_add_20_filled:before{content:"\eecc"}.icon-ic_fluent_square_add_20_regular:before{content:"\eecd"}.icon-ic_fluent_square_arrow_forward_20_filled:before{content:"\eece"}.icon-ic_fluent_square_arrow_forward_20_regular:before{content:"\eecf"}.icon-ic_fluent_square_dismiss_20_filled:before{content:"\eed0"}.icon-ic_fluent_square_dismiss_20_regular:before{content:"\eed1"}.icon-ic_fluent_square_eraser_20_filled:before{content:"\eed2"}.icon-ic_fluent_square_eraser_20_regular:before{content:"\eed3"}.icon-ic_fluent_square_hint_20_filled:before{content:"\eed4"}.icon-ic_fluent_square_hint_20_regular:before{content:"\eed5"}.icon-ic_fluent_square_hint_apps_20_filled:before{content:"\eed6"}.icon-ic_fluent_square_hint_apps_20_regular:before{content:"\eed7"}.icon-ic_fluent_square_hint_arrow_back_20_filled:before{content:"\eed8"}.icon-ic_fluent_square_hint_arrow_back_20_regular:before{content:"\eed9"}.icon-ic_fluent_square_hint_hexagon_20_filled:before{content:"\eeda"}.icon-ic_fluent_square_hint_hexagon_20_regular:before{content:"\eedb"}.icon-ic_fluent_square_hint_sparkles_20_filled:before{content:"\eedc"}.icon-ic_fluent_square_hint_sparkles_20_regular:before{content:"\eedd"}.icon-ic_fluent_square_multiple_20_filled:before{content:"\eede"}.icon-ic_fluent_square_multiple_20_regular:before{content:"\eedf"}.icon-ic_fluent_square_shadow_20_filled:before{content:"\eee0"}.icon-ic_fluent_square_shadow_20_regular:before{content:"\eee1"}.icon-ic_fluent_squares_nested_20_filled:before{content:"\eee2"}.icon-ic_fluent_squares_nested_20_regular:before{content:"\eee3"}.icon-ic_fluent_stack_20_filled:before{content:"\eee4"}.icon-ic_fluent_stack_20_regular:before{content:"\eee5"}.icon-ic_fluent_stack_add_20_filled:before{content:"\eee6"}.icon-ic_fluent_stack_add_20_regular:before{content:"\eee7"}.icon-ic_fluent_stack_arrow_forward_20_filled:before{content:"\eee8"}.icon-ic_fluent_stack_arrow_forward_20_regular:before{content:"\eee9"}.icon-ic_fluent_stack_star_20_filled:before{content:"\eeea"}.icon-ic_fluent_stack_star_20_regular:before{content:"\eeeb"}.icon-ic_fluent_stack_vertical_20_filled:before{content:"\eeec"}.icon-ic_fluent_stack_vertical_20_regular:before{content:"\eeed"}.icon-ic_fluent_star_20_filled:before{content:"\eeee"}.icon-ic_fluent_star_20_regular:before{content:"\eeef"}.icon-ic_fluent_star_add_20_filled:before{content:"\eef0"}.icon-ic_fluent_star_add_20_regular:before{content:"\eef1"}.icon-ic_fluent_star_arrow_back_20_filled:before{content:"\eef2"}.icon-ic_fluent_star_arrow_back_20_regular:before{content:"\eef3"}.icon-ic_fluent_star_arrow_right_end_20_filled:before{content:"\eef4"}.icon-ic_fluent_star_arrow_right_end_20_regular:before{content:"\eef5"}.icon-ic_fluent_star_arrow_right_start_20_filled:before{content:"\eef6"}.icon-ic_fluent_star_arrow_right_start_20_regular:before{content:"\eef7"}.icon-ic_fluent_star_checkmark_20_filled:before{content:"\eef8"}.icon-ic_fluent_star_checkmark_20_regular:before{content:"\eef9"}.icon-ic_fluent_star_dismiss_20_filled:before{content:"\eefa"}.icon-ic_fluent_star_dismiss_20_regular:before{content:"\eefb"}.icon-ic_fluent_star_edit_20_filled:before{content:"\eefc"}.icon-ic_fluent_star_edit_20_regular:before{content:"\eefd"}.icon-ic_fluent_star_emphasis_20_filled:before{content:"\eefe"}.icon-ic_fluent_star_emphasis_20_regular:before{content:"\eeff"}.icon-ic_fluent_star_half_20_filled:before{content:"\ef00"}.icon-ic_fluent_star_half_20_regular:before{content:"\ef01"}.icon-ic_fluent_star_line_horizontal_3_20_filled:before{content:"\ef02"}.icon-ic_fluent_star_line_horizontal_3_20_regular:before{content:"\ef03"}.icon-ic_fluent_star_off_20_filled:before{content:"\ef04"}.icon-ic_fluent_star_off_20_regular:before{content:"\ef05"}.icon-ic_fluent_star_one_quarter_20_filled:before{content:"\ef06"}.icon-ic_fluent_star_one_quarter_20_regular:before{content:"\ef07"}.icon-ic_fluent_star_prohibited_20_filled:before{content:"\ef08"}.icon-ic_fluent_star_prohibited_20_regular:before{content:"\ef09"}.icon-ic_fluent_star_settings_20_filled:before{content:"\ef0a"}.icon-ic_fluent_star_settings_20_regular:before{content:"\ef0b"}.icon-ic_fluent_star_three_quarter_20_filled:before{content:"\ef0c"}.icon-ic_fluent_star_three_quarter_20_regular:before{content:"\ef0d"}.icon-ic_fluent_status_20_filled:before{content:"\ef0e"}.icon-ic_fluent_status_20_regular:before{content:"\ef0f"}.icon-ic_fluent_step_20_filled:before{content:"\ef10"}.icon-ic_fluent_step_20_regular:before{content:"\ef11"}.icon-ic_fluent_steps_20_filled:before{content:"\ef12"}.icon-ic_fluent_steps_20_regular:before{content:"\ef13"}.icon-ic_fluent_stethoscope_20_filled:before{content:"\ef14"}.icon-ic_fluent_stethoscope_20_regular:before{content:"\ef15"}.icon-ic_fluent_sticker_20_filled:before{content:"\ef16"}.icon-ic_fluent_sticker_20_regular:before{content:"\ef17"}.icon-ic_fluent_sticker_add_20_filled:before{content:"\ef18"}.icon-ic_fluent_sticker_add_20_regular:before{content:"\ef19"}.icon-ic_fluent_stop_20_filled:before{content:"\ef1a"}.icon-ic_fluent_stop_20_regular:before{content:"\ef1b"}.icon-ic_fluent_storage_20_filled:before{content:"\ef1c"}.icon-ic_fluent_storage_20_regular:before{content:"\ef1d"}.icon-ic_fluent_store_microsoft_20_filled:before{content:"\ef1e"}.icon-ic_fluent_store_microsoft_20_regular:before{content:"\ef1f"}.icon-ic_fluent_stream_20_filled:before{content:"\ef20"}.icon-ic_fluent_stream_20_regular:before{content:"\ef21"}.icon-ic_fluent_stream_input_20_filled:before{content:"\ef22"}.icon-ic_fluent_stream_input_20_regular:before{content:"\ef23"}.icon-ic_fluent_stream_input_output_20_filled:before{content:"\ef24"}.icon-ic_fluent_stream_input_output_20_regular:before{content:"\ef25"}.icon-ic_fluent_stream_output_20_filled:before{content:"\ef26"}.icon-ic_fluent_stream_output_20_regular:before{content:"\ef27"}.icon-ic_fluent_style_guide_20_filled:before{content:"\ef28"}.icon-ic_fluent_style_guide_20_regular:before{content:"\ef29"}.icon-ic_fluent_sub_grid_20_filled:before{content:"\ef2a"}.icon-ic_fluent_sub_grid_20_regular:before{content:"\ef2b"}.icon-ic_fluent_subtitles_20_filled:before{content:"\ef2c"}.icon-ic_fluent_subtitles_20_regular:before{content:"\ef2d"}.icon-ic_fluent_subtract_20_filled:before{content:"\ef2e"}.icon-ic_fluent_subtract_20_regular:before{content:"\ef2f"}.icon-ic_fluent_subtract_circle_20_filled:before{content:"\ef30"}.icon-ic_fluent_subtract_circle_20_regular:before{content:"\ef31"}.icon-ic_fluent_subtract_circle_arrow_back_20_filled:before{content:"\ef32"}.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before{content:"\ef33"}.icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before{content:"\ef34"}.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before{content:"\ef35"}.icon-ic_fluent_subtract_parentheses_20_filled:before{content:"\ef36"}.icon-ic_fluent_subtract_parentheses_20_regular:before{content:"\ef37"}.icon-ic_fluent_subtract_square_20_filled:before{content:"\ef38"}.icon-ic_fluent_subtract_square_20_regular:before{content:"\ef39"}.icon-ic_fluent_subtract_square_multiple_20_filled:before{content:"\ef3a"}.icon-ic_fluent_subtract_square_multiple_20_regular:before{content:"\ef3b"}.icon-ic_fluent_surface_earbuds_20_filled:before{content:"\ef3c"}.icon-ic_fluent_surface_earbuds_20_regular:before{content:"\ef3d"}.icon-ic_fluent_surface_hub_20_filled:before{content:"\ef3e"}.icon-ic_fluent_surface_hub_20_regular:before{content:"\ef3f"}.icon-ic_fluent_swimming_pool_20_filled:before{content:"\ef40"}.icon-ic_fluent_swimming_pool_20_regular:before{content:"\ef41"}.icon-ic_fluent_swipe_down_20_filled:before{content:"\ef42"}.icon-ic_fluent_swipe_down_20_regular:before{content:"\ef43"}.icon-ic_fluent_swipe_right_20_filled:before{content:"\ef44"}.icon-ic_fluent_swipe_right_20_regular:before{content:"\ef45"}.icon-ic_fluent_swipe_up_20_filled:before{content:"\ef46"}.icon-ic_fluent_swipe_up_20_regular:before{content:"\ef47"}.icon-ic_fluent_symbols_20_filled:before{content:"\ef48"}.icon-ic_fluent_symbols_20_regular:before{content:"\ef49"}.icon-ic_fluent_sync_off_20_filled:before{content:"\ef4a"}.icon-ic_fluent_sync_off_20_regular:before{content:"\ef4b"}.icon-ic_fluent_syringe_20_filled:before{content:"\ef4c"}.icon-ic_fluent_syringe_20_regular:before{content:"\ef4d"}.icon-ic_fluent_system_20_filled:before{content:"\ef4e"}.icon-ic_fluent_system_20_regular:before{content:"\ef4f"}.icon-ic_fluent_tab_20_filled:before{content:"\ef50"}.icon-ic_fluent_tab_20_regular:before{content:"\ef51"}.icon-ic_fluent_tab_add_20_filled:before{content:"\ef52"}.icon-ic_fluent_tab_add_20_regular:before{content:"\ef53"}.icon-ic_fluent_tab_arrow_left_20_filled:before{content:"\ef54"}.icon-ic_fluent_tab_arrow_left_20_regular:before{content:"\ef55"}.icon-ic_fluent_tab_desktop_20_filled:before{content:"\ef56"}.icon-ic_fluent_tab_desktop_20_regular:before{content:"\ef57"}.icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before{content:"\ef58"}.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before{content:"\ef59"}.icon-ic_fluent_tab_desktop_arrow_left_20_filled:before{content:"\ef5a"}.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before{content:"\ef5b"}.icon-ic_fluent_tab_desktop_bottom_20_filled:before{content:"\ef5c"}.icon-ic_fluent_tab_desktop_bottom_20_regular:before{content:"\ef5d"}.icon-ic_fluent_tab_desktop_clock_20_filled:before{content:"\ef5e"}.icon-ic_fluent_tab_desktop_clock_20_regular:before{content:"\ef5f"}.icon-ic_fluent_tab_desktop_copy_20_filled:before{content:"\ef60"}.icon-ic_fluent_tab_desktop_copy_20_regular:before{content:"\ef61"}.icon-ic_fluent_tab_desktop_image_20_filled:before{content:"\ef62"}.icon-ic_fluent_tab_desktop_image_20_regular:before{content:"\ef63"}.icon-ic_fluent_tab_desktop_link_20_filled:before{content:"\ef64"}.icon-ic_fluent_tab_desktop_link_20_regular:before{content:"\ef65"}.icon-ic_fluent_tab_desktop_multiple_20_filled:before{content:"\ef66"}.icon-ic_fluent_tab_desktop_multiple_20_regular:before{content:"\ef67"}.icon-ic_fluent_tab_desktop_multiple_add_20_filled:before{content:"\ef68"}.icon-ic_fluent_tab_desktop_multiple_add_20_regular:before{content:"\ef69"}.icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before{content:"\ef6a"}.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before{content:"\ef6b"}.icon-ic_fluent_tab_desktop_new_page_20_filled:before{content:"\ef6c"}.icon-ic_fluent_tab_desktop_new_page_20_regular:before{content:"\ef6d"}.icon-ic_fluent_tab_in_private_20_filled:before{content:"\ef6e"}.icon-ic_fluent_tab_in_private_20_regular:before{content:"\ef6f"}.icon-ic_fluent_tab_inprivate_account_20_filled:before{content:"\ef70"}.icon-ic_fluent_tab_inprivate_account_20_regular:before{content:"\ef71"}.icon-ic_fluent_tab_prohibited_20_filled:before{content:"\ef72"}.icon-ic_fluent_tab_prohibited_20_regular:before{content:"\ef73"}.icon-ic_fluent_tab_shield_dismiss_20_filled:before{content:"\ef74"}.icon-ic_fluent_tab_shield_dismiss_20_regular:before{content:"\ef75"}.icon-ic_fluent_table_20_filled:before{content:"\ef76"}.icon-ic_fluent_table_20_regular:before{content:"\ef77"}.icon-ic_fluent_table_add_20_filled:before{content:"\ef78"}.icon-ic_fluent_table_add_20_regular:before{content:"\ef79"}.icon-ic_fluent_table_arrow_up_20_filled:before{content:"\ef7a"}.icon-ic_fluent_table_arrow_up_20_regular:before{content:"\ef7b"}.icon-ic_fluent_table_bottom_row_20_filled:before{content:"\ef7c"}.icon-ic_fluent_table_bottom_row_20_regular:before{content:"\ef7d"}.icon-ic_fluent_table_calculator_20_filled:before{content:"\ef7e"}.icon-ic_fluent_table_calculator_20_regular:before{content:"\ef7f"}.icon-ic_fluent_table_cell_edit_20_filled:before{content:"\ef80"}.icon-ic_fluent_table_cell_edit_20_regular:before{content:"\ef81"}.icon-ic_fluent_table_cells_merge_20_filled:before{content:"\ef82"}.icon-ic_fluent_table_cells_merge_20_regular:before{content:"\ef83"}.icon-ic_fluent_table_cells_split_20_filled:before{content:"\ef84"}.icon-ic_fluent_table_cells_split_20_regular:before{content:"\ef85"}.icon-ic_fluent_table_checker_20_filled:before{content:"\ef86"}.icon-ic_fluent_table_checker_20_regular:before{content:"\ef87"}.icon-ic_fluent_table_column_top_bottom_20_filled:before{content:"\ef88"}.icon-ic_fluent_table_column_top_bottom_20_regular:before{content:"\ef89"}.icon-ic_fluent_table_copy_20_filled:before{content:"\ef8a"}.icon-ic_fluent_table_copy_20_regular:before{content:"\ef8b"}.icon-ic_fluent_table_delete_column_20_filled:before{content:"\ef8c"}.icon-ic_fluent_table_delete_column_20_regular:before{content:"\ef8d"}.icon-ic_fluent_table_delete_row_20_filled:before{content:"\ef8e"}.icon-ic_fluent_table_delete_row_20_regular:before{content:"\ef8f"}.icon-ic_fluent_table_dismiss_20_filled:before{content:"\ef90"}.icon-ic_fluent_table_dismiss_20_regular:before{content:"\ef91"}.icon-ic_fluent_table_edit_20_filled:before{content:"\ef92"}.icon-ic_fluent_table_edit_20_regular:before{content:"\ef93"}.icon-ic_fluent_table_freeze_column_20_filled:before{content:"\ef94"}.icon-ic_fluent_table_freeze_column_20_regular:before{content:"\ef95"}.icon-ic_fluent_table_freeze_column_and_row_20_filled:before{content:"\ef96"}.icon-ic_fluent_table_freeze_column_and_row_20_regular:before{content:"\ef97"}.icon-ic_fluent_table_freeze_row_20_filled:before{content:"\ef98"}.icon-ic_fluent_table_freeze_row_20_regular:before{content:"\ef99"}.icon-ic_fluent_table_image_20_filled:before{content:"\ef9a"}.icon-ic_fluent_table_image_20_regular:before{content:"\ef9b"}.icon-ic_fluent_table_insert_column_20_filled:before{content:"\ef9c"}.icon-ic_fluent_table_insert_column_20_regular:before{content:"\ef9d"}.icon-ic_fluent_table_insert_row_20_filled:before{content:"\ef9e"}.icon-ic_fluent_table_insert_row_20_regular:before{content:"\ef9f"}.icon-ic_fluent_table_lightning_20_filled:before{content:"\efa0"}.icon-ic_fluent_table_lightning_20_regular:before{content:"\efa1"}.icon-ic_fluent_table_link_20_filled:before{content:"\efa2"}.icon-ic_fluent_table_link_20_regular:before{content:"\efa3"}.icon-ic_fluent_table_lock_20_filled:before{content:"\efa4"}.icon-ic_fluent_table_lock_20_regular:before{content:"\efa5"}.icon-ic_fluent_table_move_above_20_filled:before{content:"\efa6"}.icon-ic_fluent_table_move_above_20_regular:before{content:"\efa7"}.icon-ic_fluent_table_move_below_20_filled:before{content:"\efa8"}.icon-ic_fluent_table_move_below_20_regular:before{content:"\efa9"}.icon-ic_fluent_table_move_left_20_filled:before{content:"\efaa"}.icon-ic_fluent_table_move_left_20_regular:before{content:"\efab"}.icon-ic_fluent_table_move_right_20_filled:before{content:"\efac"}.icon-ic_fluent_table_move_right_20_regular:before{content:"\efad"}.icon-ic_fluent_table_multiple_20_filled:before{content:"\efae"}.icon-ic_fluent_table_multiple_20_regular:before{content:"\efaf"}.icon-ic_fluent_table_offset_20_filled:before{content:"\efb0"}.icon-ic_fluent_table_offset_20_regular:before{content:"\efb1"}.icon-ic_fluent_table_offset_add_20_filled:before{content:"\efb2"}.icon-ic_fluent_table_offset_add_20_regular:before{content:"\efb3"}.icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before{content:"\efb4"}.icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before{content:"\efb5"}.icon-ic_fluent_table_offset_settings_20_filled:before{content:"\efb6"}.icon-ic_fluent_table_offset_settings_20_regular:before{content:"\efb7"}.icon-ic_fluent_table_resize_column_20_filled:before{content:"\efb8"}.icon-ic_fluent_table_resize_column_20_regular:before{content:"\efb9"}.icon-ic_fluent_table_resize_row_20_filled:before{content:"\efba"}.icon-ic_fluent_table_resize_row_20_regular:before{content:"\efbb"}.icon-ic_fluent_table_search_20_filled:before{content:"\efbc"}.icon-ic_fluent_table_search_20_regular:before{content:"\efbd"}.icon-ic_fluent_table_settings_20_filled:before{content:"\efbe"}.icon-ic_fluent_table_settings_20_regular:before{content:"\efbf"}.icon-ic_fluent_table_simple_20_filled:before{content:"\efc0"}.icon-ic_fluent_table_simple_20_regular:before{content:"\efc1"}.icon-ic_fluent_table_simple_checkmark_20_filled:before{content:"\efc2"}.icon-ic_fluent_table_simple_checkmark_20_regular:before{content:"\efc3"}.icon-ic_fluent_table_simple_exclude_20_filled:before{content:"\efc4"}.icon-ic_fluent_table_simple_exclude_20_regular:before{content:"\efc5"}.icon-ic_fluent_table_simple_include_20_filled:before{content:"\efc6"}.icon-ic_fluent_table_simple_include_20_regular:before{content:"\efc7"}.icon-ic_fluent_table_simple_multiple_20_filled:before{content:"\efc8"}.icon-ic_fluent_table_simple_multiple_20_regular:before{content:"\efc9"}.icon-ic_fluent_table_split_20_filled:before{content:"\efca"}.icon-ic_fluent_table_split_20_regular:before{content:"\efcb"}.icon-ic_fluent_table_stack_above_20_filled:before{content:"\efcc"}.icon-ic_fluent_table_stack_above_20_regular:before{content:"\efcd"}.icon-ic_fluent_table_stack_below_20_filled:before{content:"\efce"}.icon-ic_fluent_table_stack_below_20_regular:before{content:"\efcf"}.icon-ic_fluent_table_stack_left_20_filled:before{content:"\efd0"}.icon-ic_fluent_table_stack_left_20_regular:before{content:"\efd1"}.icon-ic_fluent_table_stack_right_20_filled:before{content:"\efd2"}.icon-ic_fluent_table_stack_right_20_regular:before{content:"\efd3"}.icon-ic_fluent_table_switch_20_filled:before{content:"\efd4"}.icon-ic_fluent_table_switch_20_regular:before{content:"\efd5"}.icon-ic_fluent_tablet_20_filled:before{content:"\efd6"}.icon-ic_fluent_tablet_20_regular:before{content:"\efd7"}.icon-ic_fluent_tablet_laptop_20_filled:before{content:"\efd8"}.icon-ic_fluent_tablet_laptop_20_regular:before{content:"\efd9"}.icon-ic_fluent_tablet_speaker_20_filled:before{content:"\efda"}.icon-ic_fluent_tablet_speaker_20_regular:before{content:"\efdb"}.icon-ic_fluent_tabs_20_filled:before{content:"\efdc"}.icon-ic_fluent_tabs_20_regular:before{content:"\efdd"}.icon-ic_fluent_tag_20_filled:before{content:"\efde"}.icon-ic_fluent_tag_20_regular:before{content:"\efdf"}.icon-ic_fluent_tag_circle_20_filled:before{content:"\efe0"}.icon-ic_fluent_tag_circle_20_regular:before{content:"\efe1"}.icon-ic_fluent_tag_dismiss_20_filled:before{content:"\efe2"}.icon-ic_fluent_tag_dismiss_20_regular:before{content:"\efe3"}.icon-ic_fluent_tag_error_20_filled:before{content:"\efe4"}.icon-ic_fluent_tag_error_20_regular:before{content:"\efe5"}.icon-ic_fluent_tag_lock_20_filled:before{content:"\efe6"}.icon-ic_fluent_tag_lock_20_regular:before{content:"\efe7"}.icon-ic_fluent_tag_lock_accent_20_filled:before{content:"\efe8"}.icon-ic_fluent_tag_multiple_20_filled:before{content:"\efe9"}.icon-ic_fluent_tag_multiple_20_regular:before{content:"\efea"}.icon-ic_fluent_tag_off_20_filled:before{content:"\efeb"}.icon-ic_fluent_tag_off_20_regular:before{content:"\efec"}.icon-ic_fluent_tag_question_mark_20_filled:before{content:"\efed"}.icon-ic_fluent_tag_question_mark_20_regular:before{content:"\efee"}.icon-ic_fluent_tag_reset_20_filled:before{content:"\efef"}.icon-ic_fluent_tag_reset_20_regular:before{content:"\eff0"}.icon-ic_fluent_tag_search_20_filled:before{content:"\eff1"}.icon-ic_fluent_tag_search_20_regular:before{content:"\eff2"}.icon-ic_fluent_tap_double_20_filled:before{content:"\eff3"}.icon-ic_fluent_tap_double_20_regular:before{content:"\eff4"}.icon-ic_fluent_tap_single_20_filled:before{content:"\eff5"}.icon-ic_fluent_tap_single_20_regular:before{content:"\eff6"}.icon-ic_fluent_target_20_filled:before{content:"\eff7"}.icon-ic_fluent_target_20_regular:before{content:"\eff8"}.icon-ic_fluent_target_add_20_filled:before{content:"\eff9"}.icon-ic_fluent_target_add_20_regular:before{content:"\effa"}.icon-ic_fluent_target_arrow_20_filled:before{content:"\effb"}.icon-ic_fluent_target_arrow_20_regular:before{content:"\effc"}.icon-ic_fluent_target_dismiss_20_filled:before{content:"\effd"}.icon-ic_fluent_target_dismiss_20_regular:before{content:"\effe"}.icon-ic_fluent_target_edit_20_filled:before{content:"\efff"}.icon-ic_fluent_target_edit_20_regular:before{content:"\f000"}.icon-ic_fluent_task_list_add_20_filled:before{content:"\f001"}.icon-ic_fluent_task_list_add_20_regular:before{content:"\f002"}.icon-ic_fluent_task_list_ltr_20_filled:before{content:"\f003"}.icon-ic_fluent_task_list_ltr_20_regular:before{content:"\f004"}.icon-ic_fluent_task_list_rtl_20_filled:before{content:"\f005"}.icon-ic_fluent_task_list_rtl_20_regular:before{content:"\f006"}.icon-ic_fluent_task_list_square_add_20_filled:before{content:"\f007"}.icon-ic_fluent_task_list_square_add_20_regular:before{content:"\f008"}.icon-ic_fluent_task_list_square_database_20_filled:before{content:"\f009"}.icon-ic_fluent_task_list_square_database_20_regular:before{content:"\f00a"}.icon-ic_fluent_task_list_square_ltr_20_filled:before{content:"\f00b"}.icon-ic_fluent_task_list_square_ltr_20_regular:before{content:"\f00c"}.icon-ic_fluent_task_list_square_person_20_filled:before{content:"\f00d"}.icon-ic_fluent_task_list_square_person_20_regular:before{content:"\f00e"}.icon-ic_fluent_task_list_square_rtl_20_filled:before{content:"\f00f"}.icon-ic_fluent_task_list_square_rtl_20_regular:before{content:"\f010"}.icon-ic_fluent_task_list_square_settings_20_filled:before{content:"\f011"}.icon-ic_fluent_task_list_square_settings_20_regular:before{content:"\f012"}.icon-ic_fluent_tasks_app_20_filled:before{content:"\f013"}.icon-ic_fluent_tasks_app_20_regular:before{content:"\f014"}.icon-ic_fluent_teardrop_bottom_right_20_filled:before{content:"\f015"}.icon-ic_fluent_teardrop_bottom_right_20_regular:before{content:"\f016"}.icon-ic_fluent_teddy_20_filled:before{content:"\f017"}.icon-ic_fluent_teddy_20_regular:before{content:"\f018"}.icon-ic_fluent_temperature_20_filled:before{content:"\f019"}.icon-ic_fluent_temperature_20_regular:before{content:"\f01a"}.icon-ic_fluent_tent_20_filled:before{content:"\f01b"}.icon-ic_fluent_tent_20_regular:before{content:"\f01c"}.icon-ic_fluent_tetris_app_20_filled:before{content:"\f01d"}.icon-ic_fluent_tetris_app_20_regular:before{content:"\f01e"}.icon-ic_fluent_text_add_20_filled:before{content:"\f01f"}.icon-ic_fluent_text_add_20_regular:before{content:"\f020"}.icon-ic_fluent_text_add_space_after_20_filled:before{content:"\f021"}.icon-ic_fluent_text_add_space_after_20_regular:before{content:"\f022"}.icon-ic_fluent_text_add_space_before_20_filled:before{content:"\f023"}.icon-ic_fluent_text_add_space_before_20_regular:before{content:"\f024"}.icon-ic_fluent_text_add_t_20_filled:before{content:"\f025"}.icon-ic_fluent_text_add_t_20_regular:before{content:"\f026"}.icon-ic_fluent_text_align_center_20_filled:before{content:"\f027"}.icon-ic_fluent_text_align_center_20_regular:before{content:"\f028"}.icon-ic_fluent_text_align_center_rotate_270_20_filled:before{content:"\f029"}.icon-ic_fluent_text_align_center_rotate_270_20_regular:before{content:"\f02a"}.icon-ic_fluent_text_align_center_rotate_90_20_filled:before{content:"\f02b"}.icon-ic_fluent_text_align_center_rotate_90_20_regular:before{content:"\f02c"}.icon-ic_fluent_text_align_distributed_20_filled:before{content:"\f02d"}.icon-ic_fluent_text_align_distributed_20_regular:before{content:"\f02e"}.icon-ic_fluent_text_align_distributed_evenly_20_filled:before{content:"\f02f"}.icon-ic_fluent_text_align_distributed_evenly_20_regular:before{content:"\f030"}.icon-ic_fluent_text_align_distributed_vertical_20_filled:before{content:"\f031"}.icon-ic_fluent_text_align_distributed_vertical_20_regular:before{content:"\f032"}.icon-ic_fluent_text_align_justify_20_filled:before{content:"\f033"}.icon-ic_fluent_text_align_justify_20_regular:before{content:"\f034"}.icon-ic_fluent_text_align_justify_low_20_filled:before{content:"\f035"}.icon-ic_fluent_text_align_justify_low_20_regular:before{content:"\f036"}.icon-ic_fluent_text_align_justify_low_90_20_filled:before{content:"\f037"}.icon-ic_fluent_text_align_justify_low_90_20_regular:before{content:"\f038"}.icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before{content:"\f039"}.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before{content:"\f03a"}.icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before{content:"\f03b"}.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before{content:"\f03c"}.icon-ic_fluent_text_align_justify_rotate_270_20_filled:before{content:"\f03d"}.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before{content:"\f03e"}.icon-ic_fluent_text_align_justify_rotate_90_20_filled:before{content:"\f03f"}.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before{content:"\f040"}.icon-ic_fluent_text_align_left_20_filled:before{content:"\f041"}.icon-ic_fluent_text_align_left_20_regular:before{content:"\f042"}.icon-ic_fluent_text_align_left_rotate_270_20_filled:before{content:"\f043"}.icon-ic_fluent_text_align_left_rotate_270_20_regular:before{content:"\f044"}.icon-ic_fluent_text_align_left_rotate_90_20_filled:before{content:"\f045"}.icon-ic_fluent_text_align_left_rotate_90_20_regular:before{content:"\f046"}.icon-ic_fluent_text_align_right_20_filled:before{content:"\f047"}.icon-ic_fluent_text_align_right_20_regular:before{content:"\f048"}.icon-ic_fluent_text_align_right_rotate_270_20_filled:before{content:"\f049"}.icon-ic_fluent_text_align_right_rotate_270_20_regular:before{content:"\f04a"}.icon-ic_fluent_text_align_right_rotate_90_20_filled:before{content:"\f04b"}.icon-ic_fluent_text_align_right_rotate_90_20_regular:before{content:"\f04c"}.icon-ic_fluent_text_arrow_down_right_column_20_filled:before{content:"\f04d"}.icon-ic_fluent_text_arrow_down_right_column_20_regular:before{content:"\f04e"}.icon-ic_fluent_text_asterisk_20_filled:before{content:"\f04f"}.icon-ic_fluent_text_asterisk_20_regular:before{content:"\f050"}.icon-ic_fluent_text_baseline_20_filled:before{content:"\f051"}.icon-ic_fluent_text_baseline_20_regular:before{content:"\f052"}.icon-ic_fluent_text_bold_20_filled:before{content:"\f053"}.icon-ic_fluent_text_bold_20_regular:before{content:"\f054"}.icon-ic_fluent_text_box_settings_20_filled:before{content:"\f055"}.icon-ic_fluent_text_box_settings_20_regular:before{content:"\f056"}.icon-ic_fluent_text_bullet_list_20_filled:before{content:"\f057"}.icon-ic_fluent_text_bullet_list_20_regular:before{content:"\f058"}.icon-ic_fluent_text_bullet_list_90_20_filled:before{content:"\f059"}.icon-ic_fluent_text_bullet_list_90_20_regular:before{content:"\f05a"}.icon-ic_fluent_text_bullet_list_add_20_filled:before{content:"\f05b"}.icon-ic_fluent_text_bullet_list_add_20_regular:before{content:"\f05c"}.icon-ic_fluent_text_bullet_list_checkmark_20_filled:before{content:"\f05d"}.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before{content:"\f05e"}.icon-ic_fluent_text_bullet_list_dismiss_20_filled:before{content:"\f05f"}.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before{content:"\f060"}.icon-ic_fluent_text_bullet_list_ltr_20_filled:before{content:"\f061"}.icon-ic_fluent_text_bullet_list_ltr_20_regular:before{content:"\f062"}.icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before{content:"\f063"}.icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before{content:"\f064"}.icon-ic_fluent_text_bullet_list_rtl_20_filled:before{content:"\f065"}.icon-ic_fluent_text_bullet_list_rtl_20_regular:before{content:"\f066"}.icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before{content:"\f067"}.icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before{content:"\f068"}.icon-ic_fluent_text_bullet_list_square_20_filled:before{content:"\f069"}.icon-ic_fluent_text_bullet_list_square_20_regular:before{content:"\f06a"}.icon-ic_fluent_text_bullet_list_square_clock_20_filled:before{content:"\f06b"}.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before{content:"\f06c"}.icon-ic_fluent_text_bullet_list_square_edit_20_filled:before{content:"\f06d"}.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before{content:"\f06e"}.icon-ic_fluent_text_bullet_list_square_person_20_filled:before{content:"\f06f"}.icon-ic_fluent_text_bullet_list_square_person_20_regular:before{content:"\f070"}.icon-ic_fluent_text_bullet_list_square_search_20_filled:before{content:"\f071"}.icon-ic_fluent_text_bullet_list_square_search_20_regular:before{content:"\f072"}.icon-ic_fluent_text_bullet_list_square_settings_20_filled:before{content:"\f073"}.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before{content:"\f074"}.icon-ic_fluent_text_bullet_list_square_shield_20_filled:before{content:"\f075"}.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before{content:"\f076"}.icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before{content:"\f077"}.icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before{content:"\f078"}.icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before{content:"\f079"}.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before{content:"\f07a"}.icon-ic_fluent_text_bullet_list_square_warning_20_filled:before{content:"\f07b"}.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before{content:"\f07c"}.icon-ic_fluent_text_bullet_list_tree_20_filled:before{content:"\f07d"}.icon-ic_fluent_text_bullet_list_tree_20_regular:before{content:"\f07e"}.icon-ic_fluent_text_case_lowercase_20_filled:before{content:"\f07f"}.icon-ic_fluent_text_case_lowercase_20_regular:before{content:"\f080"}.icon-ic_fluent_text_case_title_20_filled:before{content:"\f081"}.icon-ic_fluent_text_case_title_20_regular:before{content:"\f082"}.icon-ic_fluent_text_case_uppercase_20_filled:before{content:"\f083"}.icon-ic_fluent_text_case_uppercase_20_regular:before{content:"\f084"}.icon-ic_fluent_text_change_case_20_filled:before{content:"\f085"}.icon-ic_fluent_text_change_case_20_regular:before{content:"\f086"}.icon-ic_fluent_text_clear_formatting_20_filled:before{content:"\f087"}.icon-ic_fluent_text_clear_formatting_20_regular:before{content:"\f088"}.icon-ic_fluent_text_collapse_20_filled:before{content:"\f089"}.icon-ic_fluent_text_collapse_20_regular:before{content:"\f08a"}.icon-ic_fluent_text_color_20_filled:before{content:"\f08b"}.icon-ic_fluent_text_color_20_regular:before{content:"\f08c"}.icon-ic_fluent_text_color_accent_20_filled:before{content:"\f08d"}.icon-ic_fluent_text_column_one_20_filled:before{content:"\f08e"}.icon-ic_fluent_text_column_one_20_regular:before{content:"\f08f"}.icon-ic_fluent_text_column_one_narrow_20_filled:before{content:"\f090"}.icon-ic_fluent_text_column_one_narrow_20_regular:before{content:"\f091"}.icon-ic_fluent_text_column_one_semi_narrow_20_filled:before{content:"\f092"}.icon-ic_fluent_text_column_one_semi_narrow_20_regular:before{content:"\f093"}.icon-ic_fluent_text_column_one_wide_20_filled:before{content:"\f094"}.icon-ic_fluent_text_column_one_wide_20_regular:before{content:"\f095"}.icon-ic_fluent_text_column_one_wide_lightning_20_filled:before{content:"\f096"}.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before{content:"\f097"}.icon-ic_fluent_text_column_three_20_filled:before{content:"\f098"}.icon-ic_fluent_text_column_three_20_regular:before{content:"\f099"}.icon-ic_fluent_text_column_two_20_filled:before{content:"\f09a"}.icon-ic_fluent_text_column_two_20_regular:before{content:"\f09b"}.icon-ic_fluent_text_column_two_left_20_filled:before{content:"\f09c"}.icon-ic_fluent_text_column_two_left_20_regular:before{content:"\f09d"}.icon-ic_fluent_text_column_two_right_20_filled:before{content:"\f09e"}.icon-ic_fluent_text_column_two_right_20_regular:before{content:"\f09f"}.icon-ic_fluent_text_column_wide_20_filled:before{content:"\f0a0"}.icon-ic_fluent_text_column_wide_20_regular:before{content:"\f0a1"}.icon-ic_fluent_text_continuous_20_filled:before{content:"\f0a2"}.icon-ic_fluent_text_continuous_20_regular:before{content:"\f0a3"}.icon-ic_fluent_text_density_20_filled:before{content:"\f0a4"}.icon-ic_fluent_text_density_20_regular:before{content:"\f0a5"}.icon-ic_fluent_text_description_20_filled:before{content:"\f0a6"}.icon-ic_fluent_text_description_20_regular:before{content:"\f0a7"}.icon-ic_fluent_text_description_ltr_20_filled:before{content:"\f0a8"}.icon-ic_fluent_text_description_ltr_20_regular:before{content:"\f0a9"}.icon-ic_fluent_text_description_rtl_20_filled:before{content:"\f0aa"}.icon-ic_fluent_text_description_rtl_20_regular:before{content:"\f0ab"}.icon-ic_fluent_text_direction_horizontal_left_20_filled:before{content:"\f0ac"}.icon-ic_fluent_text_direction_horizontal_left_20_regular:before{content:"\f0ad"}.icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before{content:"\f0ae"}.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before{content:"\f0af"}.icon-ic_fluent_text_direction_horizontal_right_20_filled:before{content:"\f0b0"}.icon-ic_fluent_text_direction_horizontal_right_20_regular:before{content:"\f0b1"}.icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before{content:"\f0b2"}.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before{content:"\f0b3"}.icon-ic_fluent_text_direction_rotate_270_right_20_filled:before{content:"\f0b4"}.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before{content:"\f0b5"}.icon-ic_fluent_text_direction_rotate_315_right_20_filled:before{content:"\f0b6"}.icon-ic_fluent_text_direction_rotate_315_right_20_regular:before{content:"\f0b7"}.icon-ic_fluent_text_direction_rotate_45_right_20_filled:before{content:"\f0b8"}.icon-ic_fluent_text_direction_rotate_45_right_20_regular:before{content:"\f0b9"}.icon-ic_fluent_text_direction_rotate_90_left_20_filled:before{content:"\f0ba"}.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before{content:"\f0bb"}.icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before{content:"\f0bc"}.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before{content:"\f0bd"}.icon-ic_fluent_text_direction_rotate_90_right_20_filled:before{content:"\f0be"}.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before{content:"\f0bf"}.icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before{content:"\f0c0"}.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before{content:"\f0c1"}.icon-ic_fluent_text_direction_vertical_20_filled:before{content:"\f0c2"}.icon-ic_fluent_text_direction_vertical_20_regular:before{content:"\f0c3"}.icon-ic_fluent_text_edit_style_20_filled:before{content:"\f0c4"}.icon-ic_fluent_text_edit_style_20_regular:before{content:"\f0c5"}.icon-ic_fluent_text_effects_20_filled:before{content:"\f0c6"}.icon-ic_fluent_text_effects_20_regular:before{content:"\f0c7"}.icon-ic_fluent_text_effects_sparkle_20_filled:before{content:"\f0c8"}.icon-ic_fluent_text_effects_sparkle_20_regular:before{content:"\f0c9"}.icon-ic_fluent_text_expand_20_filled:before{content:"\f0ca"}.icon-ic_fluent_text_expand_20_regular:before{content:"\f0cb"}.icon-ic_fluent_text_field_20_filled:before{content:"\f0cc"}.icon-ic_fluent_text_field_20_regular:before{content:"\f0cd"}.icon-ic_fluent_text_first_line_20_filled:before{content:"\f0ce"}.icon-ic_fluent_text_first_line_20_regular:before{content:"\f0cf"}.icon-ic_fluent_text_font_20_filled:before{content:"\f0d0"}.icon-ic_fluent_text_font_20_regular:before{content:"\f0d1"}.icon-ic_fluent_text_font_info_20_filled:before{content:"\f0d2"}.icon-ic_fluent_text_font_info_20_regular:before{content:"\f0d3"}.icon-ic_fluent_text_font_size_20_filled:before{content:"\f0d4"}.icon-ic_fluent_text_font_size_20_regular:before{content:"\f0d5"}.icon-ic_fluent_text_footnote_20_filled:before{content:"\f0d6"}.icon-ic_fluent_text_footnote_20_regular:before{content:"\f0d7"}.icon-ic_fluent_text_grammar_arrow_left_20_filled:before{content:"\f0d8"}.icon-ic_fluent_text_grammar_arrow_left_20_regular:before{content:"\f0d9"}.icon-ic_fluent_text_grammar_arrow_right_20_filled:before{content:"\f0da"}.icon-ic_fluent_text_grammar_arrow_right_20_regular:before{content:"\f0db"}.icon-ic_fluent_text_grammar_checkmark_20_filled:before{content:"\f0dc"}.icon-ic_fluent_text_grammar_checkmark_20_regular:before{content:"\f0dd"}.icon-ic_fluent_text_grammar_dismiss_20_filled:before{content:"\f0de"}.icon-ic_fluent_text_grammar_dismiss_20_regular:before{content:"\f0df"}.icon-ic_fluent_text_grammar_error_20_filled:before{content:"\f0e0"}.icon-ic_fluent_text_grammar_error_20_regular:before{content:"\f0e1"}.icon-ic_fluent_text_grammar_lightning_20_filled:before{content:"\f0e2"}.icon-ic_fluent_text_grammar_lightning_20_regular:before{content:"\f0e3"}.icon-ic_fluent_text_grammar_settings_20_filled:before{content:"\f0e4"}.icon-ic_fluent_text_grammar_settings_20_regular:before{content:"\f0e5"}.icon-ic_fluent_text_grammar_wand_20_filled:before{content:"\f0e6"}.icon-ic_fluent_text_grammar_wand_20_regular:before{content:"\f0e7"}.icon-ic_fluent_text_hanging_20_filled:before{content:"\f0e8"}.icon-ic_fluent_text_hanging_20_regular:before{content:"\f0e9"}.icon-ic_fluent_text_header_1_20_filled:before{content:"\f0ea"}.icon-ic_fluent_text_header_1_20_regular:before{content:"\f0eb"}.icon-ic_fluent_text_header_1_lines_20_filled:before{content:"\f0ec"}.icon-ic_fluent_text_header_1_lines_20_regular:before{content:"\f0ed"}.icon-ic_fluent_text_header_1_lines_caret_20_filled:before{content:"\f0ee"}.icon-ic_fluent_text_header_1_lines_caret_20_regular:before{content:"\f0ef"}.icon-ic_fluent_text_header_2_20_filled:before{content:"\f0f0"}.icon-ic_fluent_text_header_2_20_regular:before{content:"\f0f1"}.icon-ic_fluent_text_header_2_lines_20_filled:before{content:"\f0f2"}.icon-ic_fluent_text_header_2_lines_20_regular:before{content:"\f0f3"}.icon-ic_fluent_text_header_2_lines_caret_20_filled:before{content:"\f0f4"}.icon-ic_fluent_text_header_2_lines_caret_20_regular:before{content:"\f0f5"}.icon-ic_fluent_text_header_3_20_filled:before{content:"\f0f6"}.icon-ic_fluent_text_header_3_20_regular:before{content:"\f0f7"}.icon-ic_fluent_text_header_3_lines_20_filled:before{content:"\f0f8"}.icon-ic_fluent_text_header_3_lines_20_regular:before{content:"\f0f9"}.icon-ic_fluent_text_header_3_lines_caret_20_filled:before{content:"\f0fa"}.icon-ic_fluent_text_header_3_lines_caret_20_regular:before{content:"\f0fb"}.icon-ic_fluent_text_indent_decrease_20_filled:before{content:"\f0fc"}.icon-ic_fluent_text_indent_decrease_20_regular:before{content:"\f0fd"}.icon-ic_fluent_text_indent_decrease_ltr_20_filled:before{content:"\f0fe"}.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before{content:"\f0ff"}.icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before{content:"\f100"}.icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before{content:"\f101"}.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before{content:"\f102"}.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before{content:"\f103"}.icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before{content:"\f104"}.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before{content:"\f105"}.icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before{content:"\f106"}.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before{content:"\f107"}.icon-ic_fluent_text_indent_decrease_rtl_20_filled:before{content:"\f108"}.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before{content:"\f109"}.icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before{content:"\f10a"}.icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before{content:"\f10b"}.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before{content:"\f10c"}.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before{content:"\f10d"}.icon-ic_fluent_text_indent_increase_20_filled:before{content:"\f10e"}.icon-ic_fluent_text_indent_increase_20_regular:before{content:"\f10f"}.icon-ic_fluent_text_indent_increase_ltr_20_filled:before{content:"\f110"}.icon-ic_fluent_text_indent_increase_ltr_20_regular:before{content:"\f111"}.icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before{content:"\f112"}.icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before{content:"\f113"}.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before{content:"\f114"}.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before{content:"\f115"}.icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before{content:"\f116"}.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before{content:"\f117"}.icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before{content:"\f118"}.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before{content:"\f119"}.icon-ic_fluent_text_indent_increase_rtl_20_filled:before{content:"\f11a"}.icon-ic_fluent_text_indent_increase_rtl_20_regular:before{content:"\f11b"}.icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before{content:"\f11c"}.icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before{content:"\f11d"}.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before{content:"\f11e"}.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before{content:"\f11f"}.icon-ic_fluent_text_italic_20_filled:before{content:"\f120"}.icon-ic_fluent_text_italic_20_regular:before{content:"\f121"}.icon-ic_fluent_text_line_spacing_20_filled:before{content:"\f122"}.icon-ic_fluent_text_line_spacing_20_regular:before{content:"\f123"}.icon-ic_fluent_text_more_20_filled:before{content:"\f124"}.icon-ic_fluent_text_more_20_regular:before{content:"\f125"}.icon-ic_fluent_text_number_format_20_filled:before{content:"\f126"}.icon-ic_fluent_text_number_format_20_regular:before{content:"\f127"}.icon-ic_fluent_text_number_list_ltr_20_filled:before{content:"\f128"}.icon-ic_fluent_text_number_list_ltr_20_regular:before{content:"\f129"}.icon-ic_fluent_text_number_list_ltr_90_20_filled:before{content:"\f12a"}.icon-ic_fluent_text_number_list_ltr_90_20_regular:before{content:"\f12b"}.icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before{content:"\f12c"}.icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before{content:"\f12d"}.icon-ic_fluent_text_number_list_rotate_270_20_filled:before{content:"\f12e"}.icon-ic_fluent_text_number_list_rotate_270_20_regular:before{content:"\f12f"}.icon-ic_fluent_text_number_list_rotate_90_20_filled:before{content:"\f130"}.icon-ic_fluent_text_number_list_rotate_90_20_regular:before{content:"\f131"}.icon-ic_fluent_text_number_list_rtl_20_filled:before{content:"\f132"}.icon-ic_fluent_text_number_list_rtl_20_regular:before{content:"\f133"}.icon-ic_fluent_text_number_list_rtl_90_20_filled:before{content:"\f134"}.icon-ic_fluent_text_number_list_rtl_90_20_regular:before{content:"\f135"}.icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before{content:"\f136"}.icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before{content:"\f137"}.icon-ic_fluent_text_paragraph_20_filled:before{content:"\f138"}.icon-ic_fluent_text_paragraph_20_regular:before{content:"\f139"}.icon-ic_fluent_text_paragraph_direction_20_filled:before{content:"\f13a"}.icon-ic_fluent_text_paragraph_direction_20_regular:before{content:"\f13b"}.icon-ic_fluent_text_paragraph_direction_left_20_filled:before{content:"\f13c"}.icon-ic_fluent_text_paragraph_direction_left_20_regular:before{content:"\f13d"}.icon-ic_fluent_text_paragraph_direction_right_20_filled:before{content:"\f13e"}.icon-ic_fluent_text_paragraph_direction_right_20_regular:before{content:"\f13f"}.icon-ic_fluent_text_period_asterisk_20_filled:before{content:"\f140"}.icon-ic_fluent_text_period_asterisk_20_regular:before{content:"\f141"}.icon-ic_fluent_text_position_behind_20_filled:before{content:"\f142"}.icon-ic_fluent_text_position_behind_20_regular:before{content:"\f143"}.icon-ic_fluent_text_position_front_20_filled:before{content:"\f144"}.icon-ic_fluent_text_position_front_20_regular:before{content:"\f145"}.icon-ic_fluent_text_position_line_20_filled:before{content:"\f146"}.icon-ic_fluent_text_position_line_20_regular:before{content:"\f147"}.icon-ic_fluent_text_position_square_20_filled:before{content:"\f148"}.icon-ic_fluent_text_position_square_20_regular:before{content:"\f149"}.icon-ic_fluent_text_position_square_left_20_filled:before{content:"\f14a"}.icon-ic_fluent_text_position_square_left_20_regular:before{content:"\f14b"}.icon-ic_fluent_text_position_square_right_20_filled:before{content:"\f14c"}.icon-ic_fluent_text_position_square_right_20_regular:before{content:"\f14d"}.icon-ic_fluent_text_position_through_20_filled:before{content:"\f14e"}.icon-ic_fluent_text_position_through_20_regular:before{content:"\f14f"}.icon-ic_fluent_text_position_tight_20_filled:before{content:"\f150"}.icon-ic_fluent_text_position_tight_20_regular:before{content:"\f151"}.icon-ic_fluent_text_position_top_bottom_20_filled:before{content:"\f152"}.icon-ic_fluent_text_position_top_bottom_20_regular:before{content:"\f153"}.icon-ic_fluent_text_proofing_tools_20_filled:before{content:"\f154"}.icon-ic_fluent_text_proofing_tools_20_regular:before{content:"\f155"}.icon-ic_fluent_text_quote_20_filled:before{content:"\f156"}.icon-ic_fluent_text_quote_20_regular:before{content:"\f157"}.icon-ic_fluent_text_sort_ascending_20_filled:before{content:"\f158"}.icon-ic_fluent_text_sort_ascending_20_regular:before{content:"\f159"}.icon-ic_fluent_text_sort_descending_20_filled:before{content:"\f15a"}.icon-ic_fluent_text_sort_descending_20_regular:before{content:"\f15b"}.icon-ic_fluent_text_strikethrough_20_filled:before{content:"\f15c"}.icon-ic_fluent_text_strikethrough_20_regular:before{content:"\f15d"}.icon-ic_fluent_text_subscript_20_filled:before{content:"\f15e"}.icon-ic_fluent_text_subscript_20_regular:before{content:"\f15f"}.icon-ic_fluent_text_superscript_20_filled:before{content:"\f160"}.icon-ic_fluent_text_superscript_20_regular:before{content:"\f161"}.icon-ic_fluent_text_t_20_filled:before{content:"\f162"}.icon-ic_fluent_text_t_20_regular:before{content:"\f163"}.icon-ic_fluent_text_underline_20_filled:before{content:"\f164"}.icon-ic_fluent_text_underline_20_regular:before{content:"\f165"}.icon-ic_fluent_text_underline_character_u_20_filled:before{content:"\f166"}.icon-ic_fluent_text_underline_character_u_20_regular:before{content:"\f167"}.icon-ic_fluent_text_underline_double_20_filled:before{content:"\f168"}.icon-ic_fluent_text_underline_double_20_regular:before{content:"\f169"}.icon-ic_fluent_text_whole_word_20_filled:before{content:"\f16a"}.icon-ic_fluent_text_whole_word_20_regular:before{content:"\f16b"}.icon-ic_fluent_text_word_count_20_filled:before{content:"\f16c"}.icon-ic_fluent_text_word_count_20_regular:before{content:"\f16d"}.icon-ic_fluent_text_wrap_20_filled:before{content:"\f16e"}.icon-ic_fluent_text_wrap_20_regular:before{content:"\f16f"}.icon-ic_fluent_text_wrap_off_20_filled:before{content:"\f170"}.icon-ic_fluent_text_wrap_off_20_regular:before{content:"\f171"}.icon-ic_fluent_textbox_20_filled:before{content:"\f172"}.icon-ic_fluent_textbox_20_regular:before{content:"\f173"}.icon-ic_fluent_textbox_align_bottom_20_filled:before{content:"\f174"}.icon-ic_fluent_textbox_align_bottom_20_regular:before{content:"\f175"}.icon-ic_fluent_textbox_align_bottom_center_20_filled:before{content:"\f176"}.icon-ic_fluent_textbox_align_bottom_center_20_regular:before{content:"\f177"}.icon-ic_fluent_textbox_align_bottom_left_20_filled:before{content:"\f178"}.icon-ic_fluent_textbox_align_bottom_left_20_regular:before{content:"\f179"}.icon-ic_fluent_textbox_align_bottom_right_20_filled:before{content:"\f17a"}.icon-ic_fluent_textbox_align_bottom_right_20_regular:before{content:"\f17b"}.icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before{content:"\f17c"}.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before{content:"\f17d"}.icon-ic_fluent_textbox_align_center_20_filled:before{content:"\f17e"}.icon-ic_fluent_textbox_align_center_20_regular:before{content:"\f17f"}.icon-ic_fluent_textbox_align_middle_20_filled:before{content:"\f180"}.icon-ic_fluent_textbox_align_middle_20_regular:before{content:"\f181"}.icon-ic_fluent_textbox_align_middle_left_20_filled:before{content:"\f182"}.icon-ic_fluent_textbox_align_middle_left_20_regular:before{content:"\f183"}.icon-ic_fluent_textbox_align_middle_right_20_filled:before{content:"\f184"}.icon-ic_fluent_textbox_align_middle_right_20_regular:before{content:"\f185"}.icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before{content:"\f186"}.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before{content:"\f187"}.icon-ic_fluent_textbox_align_top_20_filled:before{content:"\f188"}.icon-ic_fluent_textbox_align_top_20_regular:before{content:"\f189"}.icon-ic_fluent_textbox_align_top_center_20_filled:before{content:"\f18a"}.icon-ic_fluent_textbox_align_top_center_20_regular:before{content:"\f18b"}.icon-ic_fluent_textbox_align_top_left_20_filled:before{content:"\f18c"}.icon-ic_fluent_textbox_align_top_left_20_regular:before{content:"\f18d"}.icon-ic_fluent_textbox_align_top_right_20_filled:before{content:"\f18e"}.icon-ic_fluent_textbox_align_top_right_20_regular:before{content:"\f18f"}.icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before{content:"\f190"}.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before{content:"\f191"}.icon-ic_fluent_textbox_more_20_filled:before{content:"\f192"}.icon-ic_fluent_textbox_more_20_regular:before{content:"\f193"}.icon-ic_fluent_textbox_rotate_90_20_filled:before{content:"\f194"}.icon-ic_fluent_textbox_rotate_90_20_regular:before{content:"\f195"}.icon-ic_fluent_textbox_settings_20_filled:before{content:"\f196"}.icon-ic_fluent_textbox_settings_20_regular:before{content:"\f197"}.icon-ic_fluent_thinking_20_filled:before{content:"\f198"}.icon-ic_fluent_thinking_20_regular:before{content:"\f199"}.icon-ic_fluent_thumb_dislike_20_filled:before{content:"\f19a"}.icon-ic_fluent_thumb_dislike_20_regular:before{content:"\f19b"}.icon-ic_fluent_thumb_like_20_filled:before{content:"\f19c"}.icon-ic_fluent_thumb_like_20_regular:before{content:"\f19d"}.icon-ic_fluent_thumb_like_dislike_20_filled:before{content:"\f19e"}.icon-ic_fluent_thumb_like_dislike_20_regular:before{content:"\f19f"}.icon-ic_fluent_ticket_diagonal_20_filled:before{content:"\f1a0"}.icon-ic_fluent_ticket_diagonal_20_regular:before{content:"\f1a1"}.icon-ic_fluent_ticket_horizontal_20_filled:before{content:"\f1a2"}.icon-ic_fluent_ticket_horizontal_20_regular:before{content:"\f1a3"}.icon-ic_fluent_time_and_weather_20_filled:before{content:"\f1a4"}.icon-ic_fluent_time_and_weather_20_regular:before{content:"\f1a5"}.icon-ic_fluent_time_picker_20_filled:before{content:"\f1a6"}.icon-ic_fluent_time_picker_20_regular:before{content:"\f1a7"}.icon-ic_fluent_timeline_20_filled:before{content:"\f1a8"}.icon-ic_fluent_timeline_20_regular:before{content:"\f1a9"}.icon-ic_fluent_timer_10_20_filled:before{content:"\f1aa"}.icon-ic_fluent_timer_10_20_regular:before{content:"\f1ab"}.icon-ic_fluent_timer_2_20_filled:before{content:"\f1ac"}.icon-ic_fluent_timer_2_20_regular:before{content:"\f1ad"}.icon-ic_fluent_timer_20_filled:before{content:"\f1ae"}.icon-ic_fluent_timer_20_regular:before{content:"\f1af"}.icon-ic_fluent_timer_3_20_filled:before{content:"\f1b0"}.icon-ic_fluent_timer_3_20_regular:before{content:"\f1b1"}.icon-ic_fluent_timer_off_20_filled:before{content:"\f1b2"}.icon-ic_fluent_timer_off_20_regular:before{content:"\f1b3"}.icon-ic_fluent_toggle_left_20_filled:before{content:"\f1b4"}.icon-ic_fluent_toggle_left_20_regular:before{content:"\f1b5"}.icon-ic_fluent_toggle_multiple_20_filled:before{content:"\f1b6"}.icon-ic_fluent_toggle_multiple_20_regular:before{content:"\f1b7"}.icon-ic_fluent_toggle_right_20_filled:before{content:"\f1b8"}.icon-ic_fluent_toggle_right_20_regular:before{content:"\f1b9"}.icon-ic_fluent_toolbox_20_filled:before{content:"\f1ba"}.icon-ic_fluent_toolbox_20_regular:before{content:"\f1bb"}.icon-ic_fluent_tooltip_quote_20_filled:before{content:"\f1bc"}.icon-ic_fluent_tooltip_quote_20_regular:before{content:"\f1bd"}.icon-ic_fluent_top_speed_20_filled:before{content:"\f1be"}.icon-ic_fluent_top_speed_20_regular:before{content:"\f1bf"}.icon-ic_fluent_translate_20_filled:before{content:"\f1c0"}.icon-ic_fluent_translate_20_regular:before{content:"\f1c1"}.icon-ic_fluent_translate_auto_20_filled:before{content:"\f1c2"}.icon-ic_fluent_translate_auto_20_regular:before{content:"\f1c3"}.icon-ic_fluent_translate_off_20_filled:before{content:"\f1c4"}.icon-ic_fluent_translate_off_20_regular:before{content:"\f1c5"}.icon-ic_fluent_transmission_20_filled:before{content:"\f1c6"}.icon-ic_fluent_transmission_20_regular:before{content:"\f1c7"}.icon-ic_fluent_tray_item_add_20_filled:before{content:"\f1c8"}.icon-ic_fluent_tray_item_add_20_regular:before{content:"\f1c9"}.icon-ic_fluent_tray_item_remove_20_filled:before{content:"\f1ca"}.icon-ic_fluent_tray_item_remove_20_regular:before{content:"\f1cb"}.icon-ic_fluent_tree_deciduous_20_filled:before{content:"\f1cc"}.icon-ic_fluent_tree_deciduous_20_regular:before{content:"\f1cd"}.icon-ic_fluent_tree_evergreen_20_filled:before{content:"\f1ce"}.icon-ic_fluent_tree_evergreen_20_regular:before{content:"\f1cf"}.icon-ic_fluent_triangle_20_filled:before{content:"\f1d0"}.icon-ic_fluent_triangle_20_regular:before{content:"\f1d1"}.icon-ic_fluent_triangle_down_20_filled:before{content:"\f1d2"}.icon-ic_fluent_triangle_down_20_regular:before{content:"\f1d3"}.icon-ic_fluent_triangle_left_20_filled:before{content:"\f1d4"}.icon-ic_fluent_triangle_left_20_regular:before{content:"\f1d5"}.icon-ic_fluent_triangle_right_20_filled:before{content:"\f1d6"}.icon-ic_fluent_triangle_right_20_regular:before{content:"\f1d7"}.icon-ic_fluent_triangle_up_20_filled:before{content:"\f1d8"}.icon-ic_fluent_triangle_up_20_regular:before{content:"\f1d9"}.icon-ic_fluent_trophy_20_filled:before{content:"\f1da"}.icon-ic_fluent_trophy_20_regular:before{content:"\f1db"}.icon-ic_fluent_trophy_lock_20_filled:before{content:"\f1dc"}.icon-ic_fluent_trophy_lock_20_regular:before{content:"\f1dd"}.icon-ic_fluent_trophy_off_20_filled:before{content:"\f1de"}.icon-ic_fluent_trophy_off_20_regular:before{content:"\f1df"}.icon-ic_fluent_tv_20_filled:before{content:"\f1e0"}.icon-ic_fluent_tv_20_regular:before{content:"\f1e1"}.icon-ic_fluent_tv_arrow_right_20_filled:before{content:"\f1e2"}.icon-ic_fluent_tv_arrow_right_20_regular:before{content:"\f1e3"}.icon-ic_fluent_tv_usb_20_filled:before{content:"\f1e4"}.icon-ic_fluent_tv_usb_20_regular:before{content:"\f1e5"}.icon-ic_fluent_umbrella_20_filled:before{content:"\f1e6"}.icon-ic_fluent_umbrella_20_regular:before{content:"\f1e7"}.icon-ic_fluent_uninstall_app_20_filled:before{content:"\f1e8"}.icon-ic_fluent_uninstall_app_20_regular:before{content:"\f1e9"}.icon-ic_fluent_usb_plug_20_filled:before{content:"\f1ea"}.icon-ic_fluent_usb_plug_20_regular:before{content:"\f1eb"}.icon-ic_fluent_usb_stick_20_filled:before{content:"\f1ec"}.icon-ic_fluent_usb_stick_20_regular:before{content:"\f1ed"}.icon-ic_fluent_vault_20_filled:before{content:"\f1ee"}.icon-ic_fluent_vault_20_regular:before{content:"\f1ef"}.icon-ic_fluent_vehicle_bicycle_20_filled:before{content:"\f1f0"}.icon-ic_fluent_vehicle_bicycle_20_regular:before{content:"\f1f1"}.icon-ic_fluent_vehicle_bus_20_filled:before{content:"\f1f2"}.icon-ic_fluent_vehicle_bus_20_regular:before{content:"\f1f3"}.icon-ic_fluent_vehicle_cab_20_filled:before{content:"\f1f4"}.icon-ic_fluent_vehicle_cab_20_regular:before{content:"\f1f5"}.icon-ic_fluent_vehicle_cable_car_20_filled:before{content:"\f1f6"}.icon-ic_fluent_vehicle_cable_car_20_regular:before{content:"\f1f7"}.icon-ic_fluent_vehicle_car_20_filled:before{content:"\f1f8"}.icon-ic_fluent_vehicle_car_20_regular:before{content:"\f1f9"}.icon-ic_fluent_vehicle_car_collision_20_filled:before{content:"\f1fa"}.icon-ic_fluent_vehicle_car_collision_20_regular:before{content:"\f1fb"}.icon-ic_fluent_vehicle_car_parking_20_filled:before{content:"\f1fc"}.icon-ic_fluent_vehicle_car_parking_20_regular:before{content:"\f1fd"}.icon-ic_fluent_vehicle_car_profile_20_filled:before{content:"\f1fe"}.icon-ic_fluent_vehicle_car_profile_20_regular:before{content:"\f1ff"}.icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before{content:"\f200"}.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before{content:"\f201"}.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before{content:"\f202"}.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before{content:"\f203"}.icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before{content:"\f204"}.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before{content:"\f205"}.icon-ic_fluent_vehicle_ship_20_filled:before{content:"\f206"}.icon-ic_fluent_vehicle_ship_20_regular:before{content:"\f207"}.icon-ic_fluent_vehicle_subway_20_filled:before{content:"\f208"}.icon-ic_fluent_vehicle_subway_20_regular:before{content:"\f209"}.icon-ic_fluent_vehicle_subway_clock_20_filled:before{content:"\f20a"}.icon-ic_fluent_vehicle_subway_clock_20_regular:before{content:"\f20b"}.icon-ic_fluent_vehicle_truck_20_filled:before{content:"\f20c"}.icon-ic_fluent_vehicle_truck_20_regular:before{content:"\f20d"}.icon-ic_fluent_vehicle_truck_bag_20_filled:before{content:"\f20e"}.icon-ic_fluent_vehicle_truck_bag_20_regular:before{content:"\f20f"}.icon-ic_fluent_vehicle_truck_cube_20_filled:before{content:"\f210"}.icon-ic_fluent_vehicle_truck_cube_20_regular:before{content:"\f211"}.icon-ic_fluent_vehicle_truck_profile_20_filled:before{content:"\f212"}.icon-ic_fluent_vehicle_truck_profile_20_regular:before{content:"\f213"}.icon-ic_fluent_video_20_filled:before{content:"\f214"}.icon-ic_fluent_video_20_regular:before{content:"\f215"}.icon-ic_fluent_video_360_20_filled:before{content:"\f216"}.icon-ic_fluent_video_360_20_regular:before{content:"\f217"}.icon-ic_fluent_video_360_off_20_filled:before{content:"\f218"}.icon-ic_fluent_video_360_off_20_regular:before{content:"\f219"}.icon-ic_fluent_video_add_20_filled:before{content:"\f21a"}.icon-ic_fluent_video_add_20_regular:before{content:"\f21b"}.icon-ic_fluent_video_background_effect_20_filled:before{content:"\f21c"}.icon-ic_fluent_video_background_effect_20_regular:before{content:"\f21d"}.icon-ic_fluent_video_background_effect_horizontal_20_filled:before{content:"\f21e"}.icon-ic_fluent_video_background_effect_horizontal_20_regular:before{content:"\f21f"}.icon-ic_fluent_video_chat_20_filled:before{content:"\f220"}.icon-ic_fluent_video_chat_20_regular:before{content:"\f221"}.icon-ic_fluent_video_clip_20_filled:before{content:"\f222"}.icon-ic_fluent_video_clip_20_regular:before{content:"\f223"}.icon-ic_fluent_video_clip_multiple_20_filled:before{content:"\f224"}.icon-ic_fluent_video_clip_multiple_20_regular:before{content:"\f225"}.icon-ic_fluent_video_clip_off_20_filled:before{content:"\f226"}.icon-ic_fluent_video_clip_off_20_regular:before{content:"\f227"}.icon-ic_fluent_video_clip_optimize_20_filled:before{content:"\f228"}.icon-ic_fluent_video_clip_optimize_20_regular:before{content:"\f229"}.icon-ic_fluent_video_off_20_filled:before{content:"\f22a"}.icon-ic_fluent_video_off_20_regular:before{content:"\f22b"}.icon-ic_fluent_video_person_20_filled:before{content:"\f22c"}.icon-ic_fluent_video_person_20_regular:before{content:"\f22d"}.icon-ic_fluent_video_person_call_20_filled:before{content:"\f22e"}.icon-ic_fluent_video_person_call_20_regular:before{content:"\f22f"}.icon-ic_fluent_video_person_clock_20_filled:before{content:"\f230"}.icon-ic_fluent_video_person_clock_20_regular:before{content:"\f231"}.icon-ic_fluent_video_person_off_20_filled:before{content:"\f232"}.icon-ic_fluent_video_person_off_20_regular:before{content:"\f233"}.icon-ic_fluent_video_person_pulse_20_filled:before{content:"\f234"}.icon-ic_fluent_video_person_pulse_20_regular:before{content:"\f235"}.icon-ic_fluent_video_person_sparkle_20_filled:before{content:"\f236"}.icon-ic_fluent_video_person_sparkle_20_regular:before{content:"\f237"}.icon-ic_fluent_video_person_sparkle_off_20_filled:before{content:"\f238"}.icon-ic_fluent_video_person_sparkle_off_20_regular:before{content:"\f239"}.icon-ic_fluent_video_person_star_20_filled:before{content:"\f23a"}.icon-ic_fluent_video_person_star_20_regular:before{content:"\f23b"}.icon-ic_fluent_video_person_star_off_20_filled:before{content:"\f23c"}.icon-ic_fluent_video_person_star_off_20_regular:before{content:"\f23d"}.icon-ic_fluent_video_play_pause_20_filled:before{content:"\f23e"}.icon-ic_fluent_video_play_pause_20_regular:before{content:"\f23f"}.icon-ic_fluent_video_prohibited_20_filled:before{content:"\f240"}.icon-ic_fluent_video_prohibited_20_regular:before{content:"\f241"}.icon-ic_fluent_video_recording_20_filled:before{content:"\f242"}.icon-ic_fluent_video_recording_20_regular:before{content:"\f243"}.icon-ic_fluent_video_security_20_filled:before{content:"\f244"}.icon-ic_fluent_video_security_20_regular:before{content:"\f245"}.icon-ic_fluent_video_switch_20_filled:before{content:"\f246"}.icon-ic_fluent_video_switch_20_regular:before{content:"\f247"}.icon-ic_fluent_video_sync_20_filled:before{content:"\f248"}.icon-ic_fluent_video_sync_20_regular:before{content:"\f249"}.icon-ic_fluent_view_desktop_20_filled:before{content:"\f24a"}.icon-ic_fluent_view_desktop_20_regular:before{content:"\f24b"}.icon-ic_fluent_view_desktop_mobile_20_filled:before{content:"\f24c"}.icon-ic_fluent_view_desktop_mobile_20_regular:before{content:"\f24d"}.icon-ic_fluent_virtual_network_20_filled:before{content:"\f24e"}.icon-ic_fluent_virtual_network_20_regular:before{content:"\f24f"}.icon-ic_fluent_virtual_network_toolbox_20_filled:before{content:"\f250"}.icon-ic_fluent_virtual_network_toolbox_20_regular:before{content:"\f251"}.icon-ic_fluent_voicemail_20_filled:before{content:"\f252"}.icon-ic_fluent_voicemail_20_regular:before{content:"\f253"}.icon-ic_fluent_voicemail_arrow_back_20_filled:before{content:"\f254"}.icon-ic_fluent_voicemail_arrow_back_20_regular:before{content:"\f255"}.icon-ic_fluent_voicemail_arrow_forward_20_filled:before{content:"\f256"}.icon-ic_fluent_voicemail_arrow_forward_20_regular:before{content:"\f257"}.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before{content:"\f258"}.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before{content:"\f259"}.icon-ic_fluent_voicemail_shield_20_filled:before{content:"\f25a"}.icon-ic_fluent_voicemail_shield_20_regular:before{content:"\f25b"}.icon-ic_fluent_voicemail_subtract_20_filled:before{content:"\f25c"}.icon-ic_fluent_voicemail_subtract_20_regular:before{content:"\f25d"}.icon-ic_fluent_vote_20_filled:before{content:"\f25e"}.icon-ic_fluent_vote_20_regular:before{content:"\f25f"}.icon-ic_fluent_walkie_talkie_20_filled:before{content:"\f260"}.icon-ic_fluent_walkie_talkie_20_regular:before{content:"\f261"}.icon-ic_fluent_wallet_20_filled:before{content:"\f262"}.icon-ic_fluent_wallet_20_regular:before{content:"\f263"}.icon-ic_fluent_wallet_credit_card_20_filled:before{content:"\f264"}.icon-ic_fluent_wallet_credit_card_20_regular:before{content:"\f265"}.icon-ic_fluent_wallpaper_20_filled:before{content:"\f266"}.icon-ic_fluent_wallpaper_20_regular:before{content:"\f267"}.icon-ic_fluent_wand_20_filled:before{content:"\f268"}.icon-ic_fluent_wand_20_regular:before{content:"\f269"}.icon-ic_fluent_warning_20_filled:before{content:"\f26a"}.icon-ic_fluent_warning_20_regular:before{content:"\f26b"}.icon-ic_fluent_warning_shield_20_filled:before{content:"\f26c"}.icon-ic_fluent_warning_shield_20_regular:before{content:"\f26d"}.icon-ic_fluent_washer_20_filled:before{content:"\f26e"}.icon-ic_fluent_washer_20_regular:before{content:"\f26f"}.icon-ic_fluent_water_20_filled:before{content:"\f270"}.icon-ic_fluent_water_20_regular:before{content:"\f271"}.icon-ic_fluent_weather_blowing_snow_20_filled:before{content:"\f272"}.icon-ic_fluent_weather_blowing_snow_20_regular:before{content:"\f273"}.icon-ic_fluent_weather_cloudy_20_filled:before{content:"\f274"}.icon-ic_fluent_weather_cloudy_20_regular:before{content:"\f275"}.icon-ic_fluent_weather_drizzle_20_filled:before{content:"\f276"}.icon-ic_fluent_weather_drizzle_20_regular:before{content:"\f277"}.icon-ic_fluent_weather_duststorm_20_filled:before{content:"\f278"}.icon-ic_fluent_weather_duststorm_20_regular:before{content:"\f279"}.icon-ic_fluent_weather_fog_20_filled:before{content:"\f27a"}.icon-ic_fluent_weather_fog_20_regular:before{content:"\f27b"}.icon-ic_fluent_weather_hail_day_20_filled:before{content:"\f27c"}.icon-ic_fluent_weather_hail_day_20_regular:before{content:"\f27d"}.icon-ic_fluent_weather_hail_night_20_filled:before{content:"\f27e"}.icon-ic_fluent_weather_hail_night_20_regular:before{content:"\f27f"}.icon-ic_fluent_weather_haze_20_filled:before{content:"\f280"}.icon-ic_fluent_weather_haze_20_regular:before{content:"\f281"}.icon-ic_fluent_weather_moon_20_filled:before{content:"\f282"}.icon-ic_fluent_weather_moon_20_regular:before{content:"\f283"}.icon-ic_fluent_weather_moon_off_20_filled:before{content:"\f284"}.icon-ic_fluent_weather_moon_off_20_regular:before{content:"\f285"}.icon-ic_fluent_weather_partly_cloudy_day_20_filled:before{content:"\f286"}.icon-ic_fluent_weather_partly_cloudy_day_20_regular:before{content:"\f287"}.icon-ic_fluent_weather_partly_cloudy_night_20_filled:before{content:"\f288"}.icon-ic_fluent_weather_partly_cloudy_night_20_regular:before{content:"\f289"}.icon-ic_fluent_weather_rain_20_filled:before{content:"\f28a"}.icon-ic_fluent_weather_rain_20_regular:before{content:"\f28b"}.icon-ic_fluent_weather_rain_showers_day_20_filled:before{content:"\f28c"}.icon-ic_fluent_weather_rain_showers_day_20_regular:before{content:"\f28d"}.icon-ic_fluent_weather_rain_showers_night_20_filled:before{content:"\f28e"}.icon-ic_fluent_weather_rain_showers_night_20_regular:before{content:"\f28f"}.icon-ic_fluent_weather_rain_snow_20_filled:before{content:"\f290"}.icon-ic_fluent_weather_rain_snow_20_regular:before{content:"\f291"}.icon-ic_fluent_weather_snow_20_filled:before{content:"\f292"}.icon-ic_fluent_weather_snow_20_regular:before{content:"\f293"}.icon-ic_fluent_weather_snow_shower_day_20_filled:before{content:"\f294"}.icon-ic_fluent_weather_snow_shower_day_20_regular:before{content:"\f295"}.icon-ic_fluent_weather_snow_shower_night_20_filled:before{content:"\f296"}.icon-ic_fluent_weather_snow_shower_night_20_regular:before{content:"\f297"}.icon-ic_fluent_weather_snowflake_20_filled:before{content:"\f298"}.icon-ic_fluent_weather_snowflake_20_regular:before{content:"\f299"}.icon-ic_fluent_weather_squalls_20_filled:before{content:"\f29a"}.icon-ic_fluent_weather_squalls_20_regular:before{content:"\f29b"}.icon-ic_fluent_weather_sunny_20_filled:before{content:"\f29c"}.icon-ic_fluent_weather_sunny_20_regular:before{content:"\f29d"}.icon-ic_fluent_weather_sunny_high_20_filled:before{content:"\f29e"}.icon-ic_fluent_weather_sunny_high_20_regular:before{content:"\f29f"}.icon-ic_fluent_weather_sunny_low_20_filled:before{content:"\f2a0"}.icon-ic_fluent_weather_sunny_low_20_regular:before{content:"\f2a1"}.icon-ic_fluent_weather_thunderstorm_20_filled:before{content:"\f2a2"}.icon-ic_fluent_weather_thunderstorm_20_regular:before{content:"\f2a3"}.icon-ic_fluent_web_asset_20_filled:before{content:"\f2a4"}.icon-ic_fluent_web_asset_20_regular:before{content:"\f2a5"}.icon-ic_fluent_whiteboard_20_filled:before{content:"\f2a6"}.icon-ic_fluent_whiteboard_20_regular:before{content:"\f2a7"}.icon-ic_fluent_whiteboard_off_20_filled:before{content:"\f2a8"}.icon-ic_fluent_whiteboard_off_20_regular:before{content:"\f2a9"}.icon-ic_fluent_wifi_1_20_filled:before{content:"\f2aa"}.icon-ic_fluent_wifi_1_20_regular:before{content:"\f2ab"}.icon-ic_fluent_wifi_2_20_filled:before{content:"\f2ac"}.icon-ic_fluent_wifi_2_20_regular:before{content:"\f2ad"}.icon-ic_fluent_wifi_3_20_filled:before{content:"\f2ae"}.icon-ic_fluent_wifi_3_20_regular:before{content:"\f2af"}.icon-ic_fluent_wifi_4_20_filled:before{content:"\f2b0"}.icon-ic_fluent_wifi_4_20_regular:before{content:"\f2b1"}.icon-ic_fluent_wifi_lock_20_filled:before{content:"\f2b2"}.icon-ic_fluent_wifi_lock_20_regular:before{content:"\f2b3"}.icon-ic_fluent_wifi_off_20_filled:before{content:"\f2b4"}.icon-ic_fluent_wifi_off_20_regular:before{content:"\f2b5"}.icon-ic_fluent_wifi_settings_20_filled:before{content:"\f2b6"}.icon-ic_fluent_wifi_settings_20_regular:before{content:"\f2b7"}.icon-ic_fluent_wifi_warning_20_filled:before{content:"\f2b8"}.icon-ic_fluent_wifi_warning_20_regular:before{content:"\f2b9"}.icon-ic_fluent_window_20_filled:before{content:"\f2ba"}.icon-ic_fluent_window_20_regular:before{content:"\f2bb"}.icon-ic_fluent_window_ad_20_filled:before{content:"\f2bc"}.icon-ic_fluent_window_ad_20_regular:before{content:"\f2bd"}.icon-ic_fluent_window_ad_off_20_filled:before{content:"\f2be"}.icon-ic_fluent_window_ad_off_20_regular:before{content:"\f2bf"}.icon-ic_fluent_window_ad_person_20_filled:before{content:"\f2c0"}.icon-ic_fluent_window_ad_person_20_regular:before{content:"\f2c1"}.icon-ic_fluent_window_apps_20_filled:before{content:"\f2c2"}.icon-ic_fluent_window_apps_20_regular:before{content:"\f2c3"}.icon-ic_fluent_window_arrow_up_20_filled:before{content:"\f2c4"}.icon-ic_fluent_window_arrow_up_20_regular:before{content:"\f2c5"}.icon-ic_fluent_window_bullet_list_20_filled:before{content:"\f2c6"}.icon-ic_fluent_window_bullet_list_20_regular:before{content:"\f2c7"}.icon-ic_fluent_window_bullet_list_add_20_filled:before{content:"\f2c8"}.icon-ic_fluent_window_bullet_list_add_20_regular:before{content:"\f2c9"}.icon-ic_fluent_window_console_20_filled:before{content:"\f2ca"}.icon-ic_fluent_window_console_20_regular:before{content:"\f2cb"}.icon-ic_fluent_window_database_20_filled:before{content:"\f2cc"}.icon-ic_fluent_window_database_20_regular:before{content:"\f2cd"}.icon-ic_fluent_window_dev_edit_20_filled:before{content:"\f2ce"}.icon-ic_fluent_window_dev_edit_20_regular:before{content:"\f2cf"}.icon-ic_fluent_window_dev_tools_20_filled:before{content:"\f2d0"}.icon-ic_fluent_window_dev_tools_20_regular:before{content:"\f2d1"}.icon-ic_fluent_window_edit_20_filled:before{content:"\f2d2"}.icon-ic_fluent_window_edit_20_regular:before{content:"\f2d3"}.icon-ic_fluent_window_header_horizontal_20_filled:before{content:"\f2d4"}.icon-ic_fluent_window_header_horizontal_20_regular:before{content:"\f2d5"}.icon-ic_fluent_window_header_horizontal_off_20_filled:before{content:"\f2d6"}.icon-ic_fluent_window_header_horizontal_off_20_regular:before{content:"\f2d7"}.icon-ic_fluent_window_header_vertical_20_filled:before{content:"\f2d8"}.icon-ic_fluent_window_header_vertical_20_regular:before{content:"\f2d9"}.icon-ic_fluent_window_inprivate_20_filled:before{content:"\f2da"}.icon-ic_fluent_window_inprivate_20_regular:before{content:"\f2db"}.icon-ic_fluent_window_inprivate_account_20_filled:before{content:"\f2dc"}.icon-ic_fluent_window_inprivate_account_20_regular:before{content:"\f2dd"}.icon-ic_fluent_window_location_target_20_filled:before{content:"\f2de"}.icon-ic_fluent_window_location_target_20_regular:before{content:"\f2df"}.icon-ic_fluent_window_multiple_20_filled:before{content:"\f2e0"}.icon-ic_fluent_window_multiple_20_regular:before{content:"\f2e1"}.icon-ic_fluent_window_multiple_swap_20_filled:before{content:"\f2e2"}.icon-ic_fluent_window_multiple_swap_20_regular:before{content:"\f2e3"}.icon-ic_fluent_window_new_20_filled:before{content:"\f2e4"}.icon-ic_fluent_window_new_20_regular:before{content:"\f2e5"}.icon-ic_fluent_window_play_20_filled:before{content:"\f2e6"}.icon-ic_fluent_window_play_20_regular:before{content:"\f2e7"}.icon-ic_fluent_window_settings_20_filled:before{content:"\f2e8"}.icon-ic_fluent_window_settings_20_regular:before{content:"\f2e9"}.icon-ic_fluent_window_shield_20_filled:before{content:"\f2ea"}.icon-ic_fluent_window_shield_20_regular:before{content:"\f2eb"}.icon-ic_fluent_window_text_20_filled:before{content:"\f2ec"}.icon-ic_fluent_window_text_20_regular:before{content:"\f2ed"}.icon-ic_fluent_window_wrench_20_filled:before{content:"\f2ee"}.icon-ic_fluent_window_wrench_20_regular:before{content:"\f2ef"}.icon-ic_fluent_wrench_20_filled:before{content:"\f2f0"}.icon-ic_fluent_wrench_20_regular:before{content:"\f2f1"}.icon-ic_fluent_wrench_screwdriver_20_filled:before{content:"\f2f2"}.icon-ic_fluent_wrench_screwdriver_20_regular:before{content:"\f2f3"}.icon-ic_fluent_xbox_console_20_filled:before{content:"\f2f4"}.icon-ic_fluent_xbox_console_20_regular:before{content:"\f2f5"}.icon-ic_fluent_xbox_controller_20_filled:before{content:"\f2f6"}.icon-ic_fluent_xbox_controller_20_regular:before{content:"\f2f7"}.icon-ic_fluent_xbox_controller_error_20_filled:before{content:"\f2f8"}.icon-ic_fluent_xbox_controller_error_20_regular:before{content:"\f2f9"}.icon-ic_fluent_xray_20_filled:before{content:"\f2fa"}.icon-ic_fluent_xray_20_regular:before{content:"\f2fb"}.icon-ic_fluent_zoom_fit_20_filled:before{content:"\f2fc"}.icon-ic_fluent_zoom_fit_20_regular:before{content:"\f2fd"}.icon-ic_fluent_zoom_in_20_filled:before{content:"\f2fe"}.icon-ic_fluent_zoom_in_20_regular:before{content:"\f2ff"}.icon-ic_fluent_zoom_out_20_filled:before{content:"\f300"}.icon-ic_fluent_zoom_out_20_regular:before{content:"\f301"}html{font-size:16px}.creation{color:var(--color-new)}.attention{color:var(--color-attention)}.important{color:var(--color-important)}.status-created{color:#707070}.status-a{color:#d24d2a}.status-b{color:#eb8225}.status-c{color:#fabf14}.status-d{color:#9eb13a}.status-complete,.active{color:#48a429}.status-canceled{color:#be1814}.status-disabled{background:#707070;color:#ccc}.planned,.inactive{color:#707070;font-style:italic}datex-engine-grid-cell.status-created,datex-engine-grid-cell.status-a,datex-engine-grid-cell.status-b,datex-engine-grid-cell.status-c,datex-engine-grid-cell.status-d,datex-engine-grid-cell.status-complete,datex-engine-grid-cell.active,datex-engine-grid-cell.status-canceled,.grid-table-cell-data.status-created,.grid-table-cell-data.status-a,.grid-table-cell-data.status-b,.grid-table-cell-data.status-c,.grid-table-cell-data.status-d,.grid-table-cell-data.status-complete,.grid-table-cell-data.active,.grid-table-cell-data.status-canceled{font-weight:700;position:relative}datex-engine-grid-cell.status-a:after,.grid-table-cell-data.status-a:after{content:"";height:2px;position:absolute;bottom:0;left:0;margin:5px 17px;width:calc(20% - 24px);background:#d24d2a}datex-engine-grid-cell.status-b:after,.grid-table-cell-data.status-b:after{content:"";height:2px;position:absolute;bottom:0;left:0;margin:5px 17px;width:calc(40% - 24px);background:#eb8225}datex-engine-grid-cell.status-c:after,.grid-table-cell-data.status-c:after{content:"";height:2px;position:absolute;bottom:0;left:0;margin:5px 17px;width:calc(60% - 24px);background:#fabf14}datex-engine-grid-cell.status-d:after,.grid-table-cell-data.status-d:after{content:"";height:2px;position:absolute;bottom:0;left:0;margin:5px 17px;width:calc(80% - 24px);background:#9eb13a}datex-engine-grid-cell.status-complete:after,.grid-table-cell-data.status-complete:after{content:"";height:2px;position:absolute;bottom:0;left:0;margin:5px 17px;width:calc(100% - 24px);background:#48a429}datex-engine-field.creation input,.field-container.creation input,.datex-form-field.creation input{color:var(--color-new)}datex-engine-field.attention input,.field-container.attention input,.datex-form-field.attention input{color:var(--color-attention)}datex-engine-field.important input,.field-container.important input,.datex-form-field.important input{color:var(--color-important)}datex-engine-field.status-created input,.field-container.status-created input,.datex-form-field.status-created input{color:#707070}datex-engine-field.status-a input,.field-container.status-a input,.datex-form-field.status-a input{color:#d24d2a}datex-engine-field.status-b input,.field-container.status-b input,.datex-form-field.status-b input{color:#eb8225}datex-engine-field.status-c input,.field-container.status-c input,.datex-form-field.status-c input{color:#fabf14}datex-engine-field.status-d input,.field-container.status-d input,.datex-form-field.status-d input{color:#9eb13a}datex-engine-field.status-complete input,datex-engine-field.active input,.field-container.status-complete input,.field-container.active input,.datex-form-field.status-complete input,.datex-form-field.active input{color:#48a429}datex-engine-field.status-canceled input,.field-container.status-canceled input,.datex-form-field.status-canceled input{color:#be1814}datex-engine-field.planned input,datex-engine-field.inactive input,.field-container.planned input,.field-container.inactive input,.datex-form-field.planned input,.datex-form-field.inactive input{color:#707070;font-style:italic}datex-engine-field.status-created input,datex-engine-field.status-a input,datex-engine-field.status-b input,datex-engine-field.status-c input,datex-engine-field.status-d input,datex-engine-field.status-complete input,datex-engine-field.active input,datex-engine-field.status-canceled input,.field-container.status-created input,.field-container.status-a input,.field-container.status-b input,.field-container.status-c input,.field-container.status-d input,.field-container.status-complete input,.field-container.active input,.field-container.status-canceled input,.datex-form-field.status-created input,.datex-form-field.status-a input,.datex-form-field.status-b input,.datex-form-field.status-c input,.datex-form-field.status-d input,.datex-form-field.status-complete input,.datex-form-field.active input,.datex-form-field.status-canceled input{font-weight:700}button.datex-button.creation,button.mat-button.datex-button.creation,button.mat-mdc-button.datex-button.creation,.blade-tools button.datex-button.creation,.dataview-tools button.datex-button.creation,.grid-tools button.datex-button.creation,.form-tools button.datex-button.creation{color:var(--foreground)}button.datex-button.creation .mat-button-focus-overlay,button.datex-button.creation .mat-mdc-button-focus-overlay,button.datex-button.creation .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.creation .mat-button-focus-overlay,button.mat-button.datex-button.creation .mat-mdc-button-focus-overlay,button.mat-button.datex-button.creation .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.creation .mat-button-focus-overlay,button.mat-mdc-button.datex-button.creation .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.creation .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.creation .mat-button-focus-overlay,.blade-tools button.datex-button.creation .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.creation .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.creation .mat-button-focus-overlay,.dataview-tools button.datex-button.creation .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.creation .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.creation .mat-button-focus-overlay,.grid-tools button.datex-button.creation .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.creation .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.creation .mat-button-focus-overlay,.form-tools button.datex-button.creation .mat-mdc-button-focus-overlay,.form-tools button.datex-button.creation .mat-mdc-button-persistent-ripple:before{background:var(--color-new)}button.datex-button.creation .button-icon .icon,button.mat-button.datex-button.creation .button-icon .icon,button.mat-mdc-button.datex-button.creation .button-icon .icon,.blade-tools button.datex-button.creation .button-icon .icon,.dataview-tools button.datex-button.creation .button-icon .icon,.grid-tools button.datex-button.creation .button-icon .icon,.form-tools button.datex-button.creation .button-icon .icon{color:var(--color-new)}button.datex-button.attention,button.mat-button.datex-button.attention,button.mat-mdc-button.datex-button.attention,.blade-tools button.datex-button.attention,.dataview-tools button.datex-button.attention,.grid-tools button.datex-button.attention,.form-tools button.datex-button.attention{color:var(--color-attention)}button.datex-button.attention .mat-button-focus-overlay,button.datex-button.attention .mat-mdc-button-focus-overlay,button.datex-button.attention .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.attention .mat-button-focus-overlay,button.mat-button.datex-button.attention .mat-mdc-button-focus-overlay,button.mat-button.datex-button.attention .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.attention .mat-button-focus-overlay,button.mat-mdc-button.datex-button.attention .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.attention .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.attention .mat-button-focus-overlay,.blade-tools button.datex-button.attention .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.attention .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.attention .mat-button-focus-overlay,.dataview-tools button.datex-button.attention .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.attention .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.attention .mat-button-focus-overlay,.grid-tools button.datex-button.attention .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.attention .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.attention .mat-button-focus-overlay,.form-tools button.datex-button.attention .mat-mdc-button-focus-overlay,.form-tools button.datex-button.attention .mat-mdc-button-persistent-ripple:before{background:var(--color-attention)}button.datex-button.important,button.mat-button.datex-button.important,button.mat-mdc-button.datex-button.important,.blade-tools button.datex-button.important,.dataview-tools button.datex-button.important,.grid-tools button.datex-button.important,.form-tools button.datex-button.important{color:var(--color-important)}button.datex-button.important .mat-button-focus-overlay,button.datex-button.important .mat-mdc-button-focus-overlay,button.datex-button.important .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.important .mat-button-focus-overlay,button.mat-button.datex-button.important .mat-mdc-button-focus-overlay,button.mat-button.datex-button.important .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.important .mat-button-focus-overlay,button.mat-mdc-button.datex-button.important .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.important .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.important .mat-button-focus-overlay,.blade-tools button.datex-button.important .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.important .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.important .mat-button-focus-overlay,.dataview-tools button.datex-button.important .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.important .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.important .mat-button-focus-overlay,.grid-tools button.datex-button.important .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.important .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.important .mat-button-focus-overlay,.form-tools button.datex-button.important .mat-mdc-button-focus-overlay,.form-tools button.datex-button.important .mat-mdc-button-persistent-ripple:before{background:var(--color-important)}button.datex-button.status-created,button.mat-button.datex-button.status-created,button.mat-mdc-button.datex-button.status-created,.blade-tools button.datex-button.status-created,.dataview-tools button.datex-button.status-created,.grid-tools button.datex-button.status-created,.form-tools button.datex-button.status-created{color:#707070}button.datex-button.status-created .mat-button-focus-overlay,button.datex-button.status-created .mat-mdc-button-focus-overlay,button.datex-button.status-created .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-created .mat-button-focus-overlay,button.mat-button.datex-button.status-created .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-created .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-created .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-created .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-created .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-created .mat-button-focus-overlay,.blade-tools button.datex-button.status-created .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-created .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-created .mat-button-focus-overlay,.dataview-tools button.datex-button.status-created .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-created .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-created .mat-button-focus-overlay,.grid-tools button.datex-button.status-created .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-created .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-created .mat-button-focus-overlay,.form-tools button.datex-button.status-created .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-created .mat-mdc-button-persistent-ripple:before{background:#707070}button.datex-button.status-a,button.mat-button.datex-button.status-a,button.mat-mdc-button.datex-button.status-a,.blade-tools button.datex-button.status-a,.dataview-tools button.datex-button.status-a,.grid-tools button.datex-button.status-a,.form-tools button.datex-button.status-a{color:#d24d2a}button.datex-button.status-a .mat-button-focus-overlay,button.datex-button.status-a .mat-mdc-button-focus-overlay,button.datex-button.status-a .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-a .mat-button-focus-overlay,button.mat-button.datex-button.status-a .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-a .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-a .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-a .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-a .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-a .mat-button-focus-overlay,.blade-tools button.datex-button.status-a .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-a .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-a .mat-button-focus-overlay,.dataview-tools button.datex-button.status-a .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-a .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-a .mat-button-focus-overlay,.grid-tools button.datex-button.status-a .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-a .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-a .mat-button-focus-overlay,.form-tools button.datex-button.status-a .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-a .mat-mdc-button-persistent-ripple:before{background:#d24d2a}button.datex-button.status-b,button.mat-button.datex-button.status-b,button.mat-mdc-button.datex-button.status-b,.blade-tools button.datex-button.status-b,.dataview-tools button.datex-button.status-b,.grid-tools button.datex-button.status-b,.form-tools button.datex-button.status-b{color:#eb8225}button.datex-button.status-b .mat-button-focus-overlay,button.datex-button.status-b .mat-mdc-button-focus-overlay,button.datex-button.status-b .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-b .mat-button-focus-overlay,button.mat-button.datex-button.status-b .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-b .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-b .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-b .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-b .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-b .mat-button-focus-overlay,.blade-tools button.datex-button.status-b .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-b .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-b .mat-button-focus-overlay,.dataview-tools button.datex-button.status-b .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-b .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-b .mat-button-focus-overlay,.grid-tools button.datex-button.status-b .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-b .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-b .mat-button-focus-overlay,.form-tools button.datex-button.status-b .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-b .mat-mdc-button-persistent-ripple:before{background:#eb8225}button.datex-button.status-c,button.mat-button.datex-button.status-c,button.mat-mdc-button.datex-button.status-c,.blade-tools button.datex-button.status-c,.dataview-tools button.datex-button.status-c,.grid-tools button.datex-button.status-c,.form-tools button.datex-button.status-c{color:#fabf14}button.datex-button.status-c .mat-button-focus-overlay,button.datex-button.status-c .mat-mdc-button-focus-overlay,button.datex-button.status-c .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-c .mat-button-focus-overlay,button.mat-button.datex-button.status-c .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-c .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-c .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-c .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-c .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-c .mat-button-focus-overlay,.blade-tools button.datex-button.status-c .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-c .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-c .mat-button-focus-overlay,.dataview-tools button.datex-button.status-c .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-c .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-c .mat-button-focus-overlay,.grid-tools button.datex-button.status-c .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-c .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-c .mat-button-focus-overlay,.form-tools button.datex-button.status-c .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-c .mat-mdc-button-persistent-ripple:before{background:#fabf14}button.datex-button.status-d,button.mat-button.datex-button.status-d,button.mat-mdc-button.datex-button.status-d,.blade-tools button.datex-button.status-d,.dataview-tools button.datex-button.status-d,.grid-tools button.datex-button.status-d,.form-tools button.datex-button.status-d{color:#9eb13a}button.datex-button.status-d .mat-button-focus-overlay,button.datex-button.status-d .mat-mdc-button-focus-overlay,button.datex-button.status-d .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-d .mat-button-focus-overlay,button.mat-button.datex-button.status-d .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-d .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-d .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-d .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-d .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-d .mat-button-focus-overlay,.blade-tools button.datex-button.status-d .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-d .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-d .mat-button-focus-overlay,.dataview-tools button.datex-button.status-d .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-d .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-d .mat-button-focus-overlay,.grid-tools button.datex-button.status-d .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-d .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-d .mat-button-focus-overlay,.form-tools button.datex-button.status-d .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-d .mat-mdc-button-persistent-ripple:before{background:#9eb13a}button.datex-button.status-complete,button.datex-button.active,button.mat-button.datex-button.status-complete,button.mat-button.datex-button.active,button.mat-mdc-button.datex-button.status-complete,button.mat-mdc-button.datex-button.active,.blade-tools button.datex-button.status-complete,.blade-tools button.datex-button.active,.dataview-tools button.datex-button.status-complete,.dataview-tools button.datex-button.active,.grid-tools button.datex-button.status-complete,.grid-tools button.datex-button.active,.form-tools button.datex-button.status-complete,.form-tools button.datex-button.active{color:#48a429}button.datex-button.status-complete .mat-button-focus-overlay,button.datex-button.status-complete .mat-mdc-button-focus-overlay,button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,button.datex-button.active .mat-button-focus-overlay,button.datex-button.active .mat-mdc-button-focus-overlay,button.datex-button.active .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-complete .mat-button-focus-overlay,button.mat-button.datex-button.status-complete .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.active .mat-button-focus-overlay,button.mat-button.datex-button.active .mat-mdc-button-focus-overlay,button.mat-button.datex-button.active .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-complete .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-complete .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.active .mat-button-focus-overlay,button.mat-mdc-button.datex-button.active .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.active .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-complete .mat-button-focus-overlay,.blade-tools button.datex-button.status-complete .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.active .mat-button-focus-overlay,.blade-tools button.datex-button.active .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.active .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-complete .mat-button-focus-overlay,.dataview-tools button.datex-button.status-complete .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.active .mat-button-focus-overlay,.dataview-tools button.datex-button.active .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.active .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-complete .mat-button-focus-overlay,.grid-tools button.datex-button.status-complete .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.active .mat-button-focus-overlay,.grid-tools button.datex-button.active .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.active .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-complete .mat-button-focus-overlay,.form-tools button.datex-button.status-complete .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-complete .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.active .mat-button-focus-overlay,.form-tools button.datex-button.active .mat-mdc-button-focus-overlay,.form-tools button.datex-button.active .mat-mdc-button-persistent-ripple:before{background:#48a429}button.datex-button.status-canceled,button.mat-button.datex-button.status-canceled,button.mat-mdc-button.datex-button.status-canceled,.blade-tools button.datex-button.status-canceled,.dataview-tools button.datex-button.status-canceled,.grid-tools button.datex-button.status-canceled,.form-tools button.datex-button.status-canceled{color:#be1814}button.datex-button.status-canceled .mat-button-focus-overlay,button.datex-button.status-canceled .mat-mdc-button-focus-overlay,button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.status-canceled .mat-button-focus-overlay,button.mat-button.datex-button.status-canceled .mat-mdc-button-focus-overlay,button.mat-button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.status-canceled .mat-button-focus-overlay,button.mat-mdc-button.datex-button.status-canceled .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.status-canceled .mat-button-focus-overlay,.blade-tools button.datex-button.status-canceled .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.status-canceled .mat-button-focus-overlay,.dataview-tools button.datex-button.status-canceled .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.status-canceled .mat-button-focus-overlay,.grid-tools button.datex-button.status-canceled .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.status-canceled .mat-button-focus-overlay,.form-tools button.datex-button.status-canceled .mat-mdc-button-focus-overlay,.form-tools button.datex-button.status-canceled .mat-mdc-button-persistent-ripple:before{background:#be1814}button.datex-button.planned,button.datex-button.inactive,button.mat-button.datex-button.planned,button.mat-button.datex-button.inactive,button.mat-mdc-button.datex-button.planned,button.mat-mdc-button.datex-button.inactive,.blade-tools button.datex-button.planned,.blade-tools button.datex-button.inactive,.dataview-tools button.datex-button.planned,.dataview-tools button.datex-button.inactive,.grid-tools button.datex-button.planned,.grid-tools button.datex-button.inactive,.form-tools button.datex-button.planned,.form-tools button.datex-button.inactive{color:#707070;font-style:normal}button.datex-button.planned .mat-button-focus-overlay,button.datex-button.planned .mat-mdc-button-focus-overlay,button.datex-button.planned .mat-mdc-button-persistent-ripple:before,button.datex-button.inactive .mat-button-focus-overlay,button.datex-button.inactive .mat-mdc-button-focus-overlay,button.datex-button.inactive .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.planned .mat-button-focus-overlay,button.mat-button.datex-button.planned .mat-mdc-button-focus-overlay,button.mat-button.datex-button.planned .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.inactive .mat-button-focus-overlay,button.mat-button.datex-button.inactive .mat-mdc-button-focus-overlay,button.mat-button.datex-button.inactive .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.planned .mat-button-focus-overlay,button.mat-mdc-button.datex-button.planned .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.planned .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.inactive .mat-button-focus-overlay,button.mat-mdc-button.datex-button.inactive .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.inactive .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.planned .mat-button-focus-overlay,.blade-tools button.datex-button.planned .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.planned .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.inactive .mat-button-focus-overlay,.blade-tools button.datex-button.inactive .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.inactive .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.planned .mat-button-focus-overlay,.dataview-tools button.datex-button.planned .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.planned .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.inactive .mat-button-focus-overlay,.dataview-tools button.datex-button.inactive .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.inactive .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.planned .mat-button-focus-overlay,.grid-tools button.datex-button.planned .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.planned .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.inactive .mat-button-focus-overlay,.grid-tools button.datex-button.inactive .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.inactive .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.planned .mat-button-focus-overlay,.form-tools button.datex-button.planned .mat-mdc-button-focus-overlay,.form-tools button.datex-button.planned .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.inactive .mat-button-focus-overlay,.form-tools button.datex-button.inactive .mat-mdc-button-focus-overlay,.form-tools button.datex-button.inactive .mat-mdc-button-persistent-ripple:before{background:#707070}button.datex-button.destructive,button.mat-button.datex-button.destructive,button.mat-mdc-button.datex-button.destructive,.blade-tools button.datex-button.destructive,.dataview-tools button.datex-button.destructive,.grid-tools button.datex-button.destructive,.form-tools button.datex-button.destructive{color:var(--color-important);background-color:unset}button.datex-button.destructive .mat-button-focus-overlay,button.datex-button.destructive .mat-mdc-button-focus-overlay,button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,button.mat-button.datex-button.destructive .mat-button-focus-overlay,button.mat-button.datex-button.destructive .mat-mdc-button-focus-overlay,button.mat-button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,button.mat-mdc-button.datex-button.destructive .mat-button-focus-overlay,button.mat-mdc-button.datex-button.destructive .mat-mdc-button-focus-overlay,button.mat-mdc-button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,.blade-tools button.datex-button.destructive .mat-button-focus-overlay,.blade-tools button.datex-button.destructive .mat-mdc-button-focus-overlay,.blade-tools button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,.dataview-tools button.datex-button.destructive .mat-button-focus-overlay,.dataview-tools button.datex-button.destructive .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,.grid-tools button.datex-button.destructive .mat-button-focus-overlay,.grid-tools button.datex-button.destructive .mat-mdc-button-focus-overlay,.grid-tools button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,.form-tools button.datex-button.destructive .mat-button-focus-overlay,.form-tools button.datex-button.destructive .mat-mdc-button-focus-overlay,.form-tools button.datex-button.destructive .mat-mdc-button-persistent-ripple:before{background:var(--color-important)}button.datex-button.mat-button-disabled,button.datex-button.mat-mdc-button-disabled,button.mat-button.datex-button.mat-button-disabled,button.mat-button.datex-button.mat-mdc-button-disabled,button.mat-mdc-button.datex-button.mat-button-disabled,button.mat-mdc-button.datex-button.mat-mdc-button-disabled,.blade-tools button.datex-button.mat-button-disabled,.blade-tools button.datex-button.mat-mdc-button-disabled,.dataview-tools button.datex-button.mat-button-disabled,.dataview-tools button.datex-button.mat-mdc-button-disabled,.grid-tools button.datex-button.mat-button-disabled,.grid-tools button.datex-button.mat-mdc-button-disabled,.form-tools button.datex-button.mat-button-disabled,.form-tools button.datex-button.mat-mdc-button-disabled{color:var(--foreground);opacity:.5}button.datex-button.primary.mat-button-disabled,button.datex-button.primary.mat-mdc-button-disabled,button.mat-button.datex-button.primary.mat-button-disabled,button.mat-button.datex-button.primary.mat-mdc-button-disabled,button.mat-mdc-button.datex-button.primary.mat-button-disabled,button.mat-mdc-button.datex-button.primary.mat-mdc-button-disabled,.blade-tools button.datex-button.primary.mat-button-disabled,.blade-tools button.datex-button.primary.mat-mdc-button-disabled,.dataview-tools button.datex-button.primary.mat-button-disabled,.dataview-tools button.datex-button.primary.mat-mdc-button-disabled,.grid-tools button.datex-button.primary.mat-button-disabled,.grid-tools button.datex-button.primary.mat-mdc-button-disabled,.form-tools button.datex-button.primary.mat-button-disabled,.form-tools button.datex-button.primary.mat-mdc-button-disabled{color:#fff}.modal-toolbar.commands button.datex-button.creation,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.creation{background:var(--color-new);color:#fff}.modal-toolbar.commands button.datex-button.attention,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.attention{background:var(--color-attention);color:#fff}.modal-toolbar.commands button.datex-button.important,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.important{background:var(--color-important);color:#fff}.modal-toolbar.commands button.datex-button.status-created,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-created{background:#707070;color:#fff}.modal-toolbar.commands button.datex-button.status-a,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-a{background:#d24d2a;color:#fff}.modal-toolbar.commands button.datex-button.status-b,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-b{background:#eb8225;color:#fff}.modal-toolbar.commands button.datex-button.status-c,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-c{background:#fabf14;color:#fff}.modal-toolbar.commands button.datex-button.status-d,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-d{background:#9eb13a;color:#fff}.modal-toolbar.commands button.datex-button.status-complete,.modal-toolbar.commands button.datex-button.active,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-complete,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.active{background:#48a429;color:#fff}.modal-toolbar.commands button.datex-button.status-canceled,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.status-canceled{background:#be1814;color:#fff}.modal-toolbar.commands button.datex-button.planned,.modal-toolbar.commands button.datex-button.inactive,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.planned,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.inactive{background:#707070;color:#fff}.modal-toolbar.commands button.datex-button.mat-button-disabled,.modal-toolbar.commands button.datex-button.mat-mdc-button-disabled{background:var(--foreground-3);color:var(--foreground);opacity:.5}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none;color:inherit;cursor:pointer}*:focus{outline:none}button{background-color:transparent;color:inherit;border-width:0;padding:0;cursor:pointer}figure{margin:0}input::-moz-focus-inner{border:0;padding:0;margin:0}ul,ol,dd{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}cite{font-style:normal}fieldset{border-width:0;padding:0;margin:0}html,body{height:100%;margin:0;overflow:hidden;background-color:var(--background)}input{color:var(--foreground)}.icon{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.25rem}.icon[class*=icon-ic_fluent_]{font-size:1.5rem}[hidden]{display:none!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,input:-webkit-autofill:first-line,input:-webkit-autofill:hover:first-line,input:-webkit-autofill:focus:first-line,textarea:-webkit-autofill:first-line,textarea:-webkit-autofill:hover:first-line,textarea:-webkit-autofill:focus:first-line,select:-webkit-autofill:first-line,select:-webkit-autofill:hover:first-line,select:-webkit-autofill:focus:first-line{font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}body{font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5;color:var(--foreground);font-size:.875rem}h1,h2,h3,h4,h5{line-height:1.5;margin-bottom:.25rem}h4,h5{margin-top:.75rem}h1{color:var(--main-color)}.text-xxl{font-size:3rem}h1,.text-xl{font-size:2rem}h2,.text-lg{font-size:1.5rem}h3,.text-md{font-size:1.125rem}h4,h5{font-size:1rem}a{font-weight:700;color:var(--main-color)}a:hover{text-decoration:underline}p{margin-bottom:1.25rem}.monospace{font-family:Consolas,Courier New,Courier,monospace}.numeric{font-family:Bahnschrift,Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}:root{--main-color: #5B08B2;--dark-color: #410487;--light-color: #d5cae0;--wht-ovrly-color-solid: #7532c4;--light-color-transparent-background: rgba(75, 42, 113, .25)}.datex-2025-theme{--main-color: #5B08B2;--dark-color: #410487;--light-color: #d5cae0;--wht-ovrly-color-solid: #7532c4;--light-color-transparent-background: rgba(75, 42, 113, .25)}.datex-default-theme{--main-color: #0070a0;--dark-color: #00608a;--light-color: #cce2ec;--wht-ovrly-color-solid: #338db3;--light-color-transparent-background: rgba(41, 141, 177, .25)}.datex-greenyellow-theme{--main-color: #669B00;--dark-color: #588500;--light-color: #e0ebcc;--wht-ovrly-color-solid: #85af33;--light-color-transparent-background: rgba(137, 175, 68, .25)}.datex-green-theme{--main-color: #008636;--dark-color: #00732e;--light-color: #cce7d7;--wht-ovrly-color-solid: #339e5e;--light-color-transparent-background: rgba(36, 163, 88, .25)}.datex-teal-theme{--main-color: #00796B;--dark-color: #00685c;--light-color: #cce4e1;--wht-ovrly-color-solid: #339489;--light-color-transparent-background: rgba(57, 151, 139, .25)}.datex-purple-theme{--main-color: #722F76;--dark-color: #622865;--light-color: #e3d5e4;--wht-ovrly-color-solid: #8e5991;--light-color-transparent-background: rgba(158, 91, 163, .25)}.datex-red-theme{--main-color: #D44018;--dark-color: #b63715;--light-color: #f6d9d1;--wht-ovrly-color-solid: #dd6646;--light-color-transparent-background: rgba(203, 102, 74, .25)}.datex-orange-theme{--main-color: #E67F18;--dark-color: #c66d15;--light-color: #fae5d1;--wht-ovrly-color-solid: #eb9946;--light-color-transparent-background: rgba(223, 158, 95, .25)}.datex-rose-theme{--main-color: #A02F55;--dark-color: #8a2849;--light-color: #ecd5dd;--wht-ovrly-color-solid: #b35977;--light-color-transparent-background: rgba(195, 88, 125, .25)}.datex-yellow-theme{--main-color: #E9AA00;--dark-color: #c89200;--light-color: #fbeecc;--wht-ovrly-color-solid: #edbb33;--light-color-transparent-background: rgba(241, 191, 59, .25)}.datex-brown-theme{--main-color: #884124;--dark-color: #75381f;--light-color: #e7d9d3;--wht-ovrly-color-solid: #a06750;--light-color-transparent-background: rgba(153, 101, 79, .25)}.datex-greyblue-theme{--main-color: #455A64;--dark-color: #3b4d56;--light-color: #dadee0;--wht-ovrly-color-solid: #6a7b83;--light-color-transparent-background: rgba(95, 118, 129, .25)}.datex-grey-theme{--main-color: #585858;--dark-color: #4c4c4c;--light-color: #dedede;--wht-ovrly-color-solid: #797979;--light-color-transparent-background: rgba(129, 129, 129, .25)}.datex-phantomblue-theme{--main-color: #191970;--dark-color: #161660;--light-color: #d1d1e2;--wht-ovrly-color-solid: #47478d;--light-color-transparent-background: rgba(70, 70, 131, .25)}.datex-deepskyblue-theme{--main-color: #00BFFF;--dark-color: #00a4db;--light-color: #ccf2ff;--wht-ovrly-color-solid: #33ccff;--light-color-transparent-background: rgba(60, 205, 255, .25)}.datex-cornelius-theme{--main-color: #ffa322;--dark-color: #f99100;--light-color: #ffedd3;--wht-ovrly-color-solid: #ffb54e;--light-color-transparent-background: rgba(247, 179, 80, .25)}.datex-wavelength-r-theme{--main-color: #dd3d3d;--dark-color: #c43737;--light-color: #f6cece;--wht-ovrly-color-solid: #de6a6a;--light-color-transparent-background: rgba(203, 69, 69, .25)}.datex-wavelength-g-theme{--main-color: #48d839;--dark-color: #40bf32;--light-color: #d1f5cd;--wht-ovrly-color-solid: #6fd964;--light-color-transparent-background: rgba(94, 215, 80, .25)}.datex-wavelength-b-theme{--main-color: #1173be;--dark-color: #0f64a6;--light-color: #c3dcef;--wht-ovrly-color-solid: #3784bf;--light-color-transparent-background: rgba(36, 125, 193, .25)}.datex-platform-theme{--main-color: #007A45;--dark-color: #006b3c;--light-color: #c0e3d4;--wht-ovrly-color-solid: #37bf84;--light-color-transparent-background: rgba(37, 194, 126, .25)}.dark-theme{color-scheme:dark;--main-color: #249acd;--dark-color: #0480b5;--light-color: #3a3c3d;--wht-ovrly-color-solid: #2195c7;--ultradark-color: #1a6b8f}.dark-theme.datex-2025-theme{--main-color: #b066ff;--dark-color: #973ff4;--light-color: #3a3c3d;--wht-ovrly-color-solid: #7f27d8;--ultradark-color: #5c3d9b}.dark-theme.datex-default-theme{--main-color: #249acd;--dark-color: #0480b5;--light-color: #3a3c3d;--wht-ovrly-color-solid: #2195c7;--ultradark-color: #1a6b8f}.dark-theme.datex-greenyellow-theme{--main-color: #8ec724;--dark-color: #76b004;--light-color: #3a3c3d;--wht-ovrly-color-solid: #8fc423;--ultradark-color: #628a19}.dark-theme.datex-green-theme{--main-color: #20b35b;--dark-color: #039e41;--light-color: #3a3c3d;--wht-ovrly-color-solid: #25b35e;--ultradark-color: #15753c}.dark-theme.datex-teal-theme{--main-color: #1da394;--dark-color: #039483;--light-color: #3a3c3d;--wht-ovrly-color-solid: #27a899;--ultradark-color: #12665c}.dark-theme.datex-purple-theme{--main-color: #9d5da1;--dark-color: #8d3d91;--light-color: #3a3c3d;--wht-ovrly-color-solid: #a253a6;--ultradark-color: #613a63}.dark-theme.datex-red-theme{--main-color: #ff714a;--dark-color: #e0491f;--light-color: #3a3c3d;--wht-ovrly-color-solid: #f25c33;--ultradark-color: #c25638}.dark-theme.datex-orange-theme{--main-color: #ffa347;--dark-color: #f2891f;--light-color: #3a3c3d;--wht-ovrly-color-solid: #ff9830;--ultradark-color: #d4873b}.dark-theme.datex-rose-theme{--main-color: #cc6084;--dark-color: #b53862;--light-color: #3a3c3d;--wht-ovrly-color-solid: #c74e76;--ultradark-color: #8f435c}.dark-theme.datex-yellow-theme{--main-color: #ffc72e;--dark-color: #f2b305;--light-color: #3a3c3d;--wht-ovrly-color-solid: #ffc21c;--ultradark-color: #d6a727}.dark-theme.datex-brown-theme{--main-color: #b36b4f;--dark-color: #a14e2d;--light-color: #3a3c3d;--wht-ovrly-color-solid: #b56647;--ultradark-color: #754634}.dark-theme.datex-greyblue-theme{--main-color: #7c898f;--dark-color: #5c7582;--light-color: #3a3c3d;--wht-ovrly-color-solid: #698896;--ultradark-color: #474e52}.dark-theme.datex-grey-theme{--main-color: #858585;--dark-color: #787878;--light-color: #3a3c3d;--wht-ovrly-color-solid: #8c8c8c;--ultradark-color: #474747}.dark-theme.datex-phantomblue-theme{--main-color: #3e3e9c;--dark-color: #23238c;--light-color: #3a3c3d;--wht-ovrly-color-solid: #3f3fa1;--ultradark-color: #26265e}.dark-theme.datex-wavelength-b-theme{--main-color: #3fa0eb;--dark-color: #1780d1;--light-color: #3a3c3d;--wht-ovrly-color-solid: #2688d4;--ultradark-color: #2f77ad}.dark-theme.datex-platform-theme{--main-color: #3feba0;--dark-color: #0ba763;--light-color: #3a3c3d;--wht-ovrly-color-solid: #26d488;--ultradark-color: #115544}@media (prefers-color-scheme: dark){:root body{color-scheme:dark;--main-color: #b066ff;--dark-color: #973ff4;--light-color: #3a3c3d;--wht-ovrly-color-solid: #7f27d8;--ultradark-color: #5c3d9b}:root body.datex-2025-theme{--main-color: #b066ff;--dark-color: #973ff4;--light-color: #3a3c3d;--wht-ovrly-color-solid: #7f27d8;--ultradark-color: #5c3d9b}:root body.datex-default-theme{--main-color: #249acd;--dark-color: #0480b5;--light-color: #3a3c3d;--wht-ovrly-color-solid: #2195c7;--ultradark-color: #1a6b8f}:root body.datex-greenyellow-theme{--main-color: #8ec724;--dark-color: #76b004;--light-color: #3a3c3d;--wht-ovrly-color-solid: #8fc423;--ultradark-color: #628a19}:root body.datex-green-theme{--main-color: #20b35b;--dark-color: #039e41;--light-color: #3a3c3d;--wht-ovrly-color-solid: #25b35e;--ultradark-color: #15753c}:root body.datex-teal-theme{--main-color: #1da394;--dark-color: #039483;--light-color: #3a3c3d;--wht-ovrly-color-solid: #27a899;--ultradark-color: #12665c}:root body.datex-purple-theme{--main-color: #9d5da1;--dark-color: #8d3d91;--light-color: #3a3c3d;--wht-ovrly-color-solid: #a253a6;--ultradark-color: #613a63}:root body.datex-red-theme{--main-color: #ff714a;--dark-color: #e0491f;--light-color: #3a3c3d;--wht-ovrly-color-solid: #f25c33;--ultradark-color: #c25638}:root body.datex-orange-theme{--main-color: #ffa347;--dark-color: #f2891f;--light-color: #3a3c3d;--wht-ovrly-color-solid: #ff9830;--ultradark-color: #d4873b}:root body.datex-rose-theme{--main-color: #cc6084;--dark-color: #b53862;--light-color: #3a3c3d;--wht-ovrly-color-solid: #c74e76;--ultradark-color: #8f435c}:root body.datex-yellow-theme{--main-color: #ffc72e;--dark-color: #f2b305;--light-color: #3a3c3d;--wht-ovrly-color-solid: #ffc21c;--ultradark-color: #d6a727}:root body.datex-brown-theme{--main-color: #b36b4f;--dark-color: #a14e2d;--light-color: #3a3c3d;--wht-ovrly-color-solid: #b56647;--ultradark-color: #754634}:root body.datex-greyblue-theme{--main-color: #7c898f;--dark-color: #5c7582;--light-color: #3a3c3d;--wht-ovrly-color-solid: #698896;--ultradark-color: #474e52}:root body.datex-grey-theme{--main-color: #858585;--dark-color: #787878;--light-color: #3a3c3d;--wht-ovrly-color-solid: #8c8c8c;--ultradark-color: #474747}:root body.datex-phantomblue-theme{--main-color: #3e3e9c;--dark-color: #23238c;--light-color: #3a3c3d;--wht-ovrly-color-solid: #3f3fa1;--ultradark-color: #26265e}:root body.datex-wavelength-b-theme{--main-color: #3fa0eb;--dark-color: #1780d1;--light-color: #3a3c3d;--wht-ovrly-color-solid: #2688d4;--ultradark-color: #2f77ad}:root body.datex-platform-theme{--main-color: #3feba0;--dark-color: #0ba763;--light-color: #3a3c3d;--wht-ovrly-color-solid: #26d488;--ultradark-color: #115544}}body{--color-new: #0A9A1C;--color-new-hover: #1cb52f;--color-attention: #EB7425;--color-important: #C73C3C;--color-important-hover: #CF5757;--app-shell-background: var(--main-color);--app-shell-background-hover: var(--wht-ovrly-color-solid);--app-shell-foreground: #FFFFFF;--app-shell-foreground-hover: #FFFFFF;--app-shell-border: transparent;--app-shell-status-bar: #FFFFFF;--control-solid-foreground: var(--main-color);--control-hover-overlay: var(--main-color);--theme-color-background: var(--main-color);--background: #FFFFFF;--background-1: #F2F2F2;--background-2: #EFEFF4;--foreground-3: #BBBBBB;--foreground-2: #707070;--foreground-1: #555555;--foreground: #000100;--shadow-4: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .14);--shadow-16: 0 0 2px rgba(0, 0, 0, .12), 0 8px 16px rgba(0, 0, 0, .14);--shadow-64: 0 0 8px rgba(0, 0, 0, .12), 0 32px 64px rgba(0, 0, 0, .14);--color-widget-green: #71A03B;--color-widget-red: #bd3f36;--color-widget-yellow: #C08A16}.dark-theme{--color-new: #3fbd4f;--color-new-hover: #51cf61;--color-attention: #fb9754;--color-important: #e15a5a;--color-important-hover: #e97474;--app-shell-background: #1a1c1c;--app-shell-background-hover: #303233;--app-shell-foreground: #CCCCCC;--app-shell-foreground-hover: var(--main-color);--app-shell-border: #3a3c3d;--app-shell-status-bar: var(--main-color);--control-solid-foreground: var(--dark-color);--control-hover-overlay: #FFFFFF;--theme-color-background: var(--ultradark-color);--light-color-transparent-background: rgba(109, 118, 123, .25);--background: #262829;--background-1: #2b2d2e;--background-2: #303233;--foreground-3: #707070;--foreground-2: #8C8C8C;--foreground-1: #CCCCCC;--foreground: #FFFFFFF2;--shadow-4: 0 0 2px rgba(0, 0, 0, .24), 0 2px 4px rgba(0, 0, 0, .28);--shadow-16: 0 0 2px rgba(0, 0, 0, .24), 0 8px 16px rgba(0, 0, 0, .28);--shadow-64: 0 0 8px rgba(0, 0, 0, .24), 0 32px 64px rgba(0, 0, 0, .28);--color-widget-green: #aedb7b;--color-widget-red: #d5675f;--color-widget-yellow: #ffd57d}@media (prefers-color-scheme: dark){:root body{--color-new: #3fbd4f;--color-new-hover: #51cf61;--color-attention: #fb9754;--color-important: #e15a5a;--color-important-hover: #e97474;--app-shell-background: #1a1c1c;--app-shell-background-hover: #303233;--app-shell-foreground: #CCCCCC;--app-shell-foreground-hover: var(--main-color);--app-shell-border: #3a3c3d;--app-shell-status-bar: var(--main-color);--control-solid-foreground: var(--dark-color);--control-hover-overlay: #FFFFFF;--theme-color-background: var(--ultradark-color);--light-color-transparent-background: rgba(109, 118, 123, .25);--background: #262829;--background-1: #2b2d2e;--background-2: #303233;--foreground-3: #707070;--foreground-2: #8C8C8C;--foreground-1: #CCCCCC;--foreground: #FFFFFFF2;--shadow-4: 0 0 2px rgba(0, 0, 0, .24), 0 2px 4px rgba(0, 0, 0, .28);--shadow-16: 0 0 2px rgba(0, 0, 0, .24), 0 8px 16px rgba(0, 0, 0, .28);--shadow-64: 0 0 8px rgba(0, 0, 0, .24), 0 32px 64px rgba(0, 0, 0, .28);--color-widget-green: #aedb7b;--color-widget-red: #d5675f;--color-widget-yellow: #ffd57d}}@media (prefers-color-scheme: light){.datex-default-theme:not(.dark-theme){--app-shell-gradient-background: linear-gradient(45deg, #124d67 0%, #0070a0 50%, #1c7ca5 100%)}.datex-default-theme:not(.dark-theme) .shell-container .shell-header,.datex-default-theme:not(.dark-theme) .shell-container .shell-status-bar,.datex-default-theme:not(.dark-theme) .shell-container .shell-body .main-menu,.datex-default-theme:not(.dark-theme) .shell-container .shell-body .main-menu .expander,.datex-default-theme:not(.dark-theme) .shell-container .shell-body .main-menu .settings,.datex-default-theme:not(.dark-theme) .shell-container .shell-body .shell-content .breadcrumbs{background-image:var(--app-shell-gradient-background);background-size:cover;background-position:center;background-attachment:fixed}.datex-default-theme:not(.dark-theme) .shell-container .shell-body .main-menu .expander:hover{background:var(--app-shell-background-hover)}.datex-default-theme:not(.dark-theme) .shell-container .shell-body .main-menu .settings{outline-color:#0070a0}.datex-default-theme:not(.dark-theme) .shell-container .shell-body .sub-menu,.datex-default-theme:not(.dark-theme) .shell-container .shell-body .shell-content{border-right-color:#0070a0}}@media only screen and (prefers-color-scheme: light) and (max-width: 680px){.datex-default-theme:not(.dark-theme) .shell-container .shell-body .shell-content .workspace{border-color:#0070a0}}@media (prefers-color-scheme: light){@container (max-width: 680px){.datex-default-theme:not(.dark-theme) .shell-container .shell-body .shell-content .workspace{border-color:#0070a0}}}@media (prefers-color-scheme: light){.datex-default-theme:not(.dark-theme) .shell-container .shell-body .main-menu{scrollbar-color:var(--light-color) transparent}}@media (prefers-color-scheme: light){.datex-2025-theme:not(.dark-theme){--app-shell-gradient-background: linear-gradient(90deg, #5b18a2 20%, #00a75e 100%)}.datex-2025-theme:not(.dark-theme) .shell-container .shell-header{background-image:var(--app-shell-gradient-background);background-size:cover;background-position:center;background-attachment:fixed}.datex-2025-theme:not(.dark-theme) .shell-container .shell-header .custom-header .shell-button:hover,.datex-2025-theme:not(.dark-theme) .shell-container .shell-header .custom-header .shell-button:active,.datex-2025-theme:not(.dark-theme) .shell-container .shell-header .custom-header .shell-button[aria-expanded=true]{background-color:#ffffff40}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu{border-right:none;background:var(--background);scrollbar-color:var(--foreground-3) transparent}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .settings{border-top:1px solid var(--foreground-3)}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item,.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item .menu-icon{color:var(--foreground);background:var(--background)}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item:hover,.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item:hover .menu-icon{background:#d5cae0}}@media only screen and (prefers-color-scheme: light) and (max-width: 680px){.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander{background:#410487}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander .menu-icon{background:#410487;color:#fff}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover,.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover .menu-icon{background-color:#7f27d8}}@media (prefers-color-scheme: light){@container (max-width: 680px){.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander{background:#410487}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander .menu-icon{background:#410487;color:#fff}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover,.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover .menu-icon{background-color:#7f27d8}}}@media (prefers-color-scheme: light){.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .sub-menu{border-right:none;background-color:var(--background-2);scrollbar-color:var(--foreground-3) 6px}}@media (prefers-color-scheme: light){.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .shell-content{border-right:none}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .shell-content .breadcrumbs{background-color:#410487}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .shell-content .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar{background:#3dc88c!important}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .shell-content .workspace{background-color:var(--background-2)}}@media (prefers-color-scheme: light){.datex-2025-pattern-theme:not(.dark-theme){--app-shell-gradient-background: linear-gradient(90deg, #5b18a2 20%, #00a75e 100%)}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-header{background-image:var(--app-shell-gradient-background);background-size:cover;background-position:center;background-attachment:fixed}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-header .custom-header .shell-button:hover,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-header .custom-header .shell-button:active,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-header .custom-header .shell-button[aria-expanded=true]{background-color:#ffffff40}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu{border-right:none;background:var(--background);scrollbar-color:var(--foreground-3) transparent}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .settings{border-top:1px solid var(--foreground-3)}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item .menu-icon{color:var(--foreground);background:var(--background)}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item:hover,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item:hover .menu-icon{background:#d5cae0}}@media only screen and (prefers-color-scheme: light) and (max-width: 680px){.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander{background:#410487}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander .menu-icon{background:#410487;color:#fff}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover .menu-icon{background-color:#7f27d8}}@media (prefers-color-scheme: light){@container (max-width: 680px){.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander{background:#410487}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander .menu-icon{background:#410487;color:#fff}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .main-menu .menu-item.expander:hover .menu-icon{background-color:#7f27d8}}}@media (prefers-color-scheme: light){.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .sub-menu{border-right:none;background-color:var(--background-2);scrollbar-color:var(--foreground-3) 6px}}@media (prefers-color-scheme: light){.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .shell-content{border-right:none}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .shell-content .breadcrumbs{background-color:#410487}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .shell-content .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar{background:#3dc88c!important}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .shell-content .workspace{background-color:var(--background-2)}}@media (prefers-color-scheme: light){.datex-2025-pattern-theme:not(.dark-theme) .shell-container{background:var(--app-shell-gradient-background)}.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-header{background-image:url(/assets/img/DatexPatternHeader.svg);background-color:var(--app-shell-gradient-background);background-size:auto;background-attachment:fixed;background-repeat:no-repeat;background-position:top left}}@media (prefers-color-scheme: dark){.datex-2025-theme:not(.dark-theme),.datex-2025-pattern-theme:not(.dark-theme){--app-shell-dark-loader: linear-gradient(90deg, #5B08B2 0%, #3DC88C 100%)}.datex-2025-theme:not(.dark-theme) .shell-container .shell-body .shell-content .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar,.datex-2025-pattern-theme:not(.dark-theme) .shell-container .shell-body .shell-content .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar{background:var(--app-shell-dark-loader)!important;background-size:100vw 3px!important;background-attachment:local!important;background-repeat:no-repeat!important}}.datex-2025-theme.dark-theme,.datex-2025-pattern-theme.dark-theme{--app-shell-dark-loader: linear-gradient(90deg, #5B08B2 0%, #3DC88C 100%)}.datex-2025-theme.dark-theme .shell-container .shell-body .shell-content .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar,.datex-2025-pattern-theme.dark-theme .shell-container .shell-body .shell-content .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar{background:var(--app-shell-dark-loader)!important;background-size:100vw 3px!important;background-attachment:local!important;background-repeat:no-repeat!important}.dark-theme .icon-datex-Footprint-2024 .path1:before{color:#fffffff2}.dark-theme .icon-datex-Footprint-2024 .path2:before{color:#fffffff2}.dark-theme .icon-datex-Footprint-2024 .path3:before{color:#fffffff2}.dark-theme .icon-datex-Footprint-2024 .path4:before{color:#fffffff2}@media (prefers-color-scheme: dark){.icon-datex-Footprint-2024 .path1:before{color:#fffffff2}.icon-datex-Footprint-2024 .path2:before{color:#fffffff2}.icon-datex-Footprint-2024 .path3:before{color:#fffffff2}.icon-datex-Footprint-2024 .path4:before{color:#fffffff2}}.mat-badge-content{font-weight:600;font-size:12px;font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-slider-thumb-label-text{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item,.mat-list-option{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}.mat-focus-indicator,.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:#0000001a}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:#0000000a}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:#0000000a}.mat-option.mat-active{background:#0000000a;color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:var(--main-color)}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:var(--main-color)}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:var(--main-color)}.mat-optgroup-label{color:#0000008a}.mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.mat-pseudo-checkbox{color:#0000008a}.mat-pseudo-checkbox:after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:var(--main-color)}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-badge-content{color:#fff;background:var(--main-color)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:var(--main-color);color:#000}.mat-badge-warn .mat-badge-content{color:#fff;background:var(--main-color)}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:#00000061}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#fff;color:#000000de}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary,.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent,.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:var(--main-color)}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay,.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay,.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:var(--main-color)}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#000}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:var(--main-color)}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:#0000001a}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:#00000061}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.mat-button-toggle-appearance-standard{color:#000000de;background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#000000de}.mat-button-toggle-disabled{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#0000008a}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:var(--main-color)}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#0000008a}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:var(--main-color)}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:var(--main-color)}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:var(--main-color)}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:var(--main-color);color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:var(--main-color);color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:var(--main-color);color:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#000;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#0000001a}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#0000001f}.mat-header-cell{color:#0000008a}.mat-cell,.mat-footer-cell{color:#000000de}.mat-calendar-arrow{border-top-color:#0000008a}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header{color:#00000061}.mat-calendar-table-header-divider:after{background:#0000001f}.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#000000de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:var(--main-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:#f9ab0033}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--main-color) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--main-color) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:var(--main-color);color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--main-color)}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:var(--main-color)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:#f9ab0033}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--main-color) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--main-color) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:var(--main-color);color:#000}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #000}.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--main-color)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:var(--main-color)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:#f9ab0033}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,var(--main-color) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,var(--main-color) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:var(--main-color);color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{opacity:.2}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--main-color)}.mat-datepicker-content-touch{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-datepicker-toggle-active,.mat-datepicker-toggle-active.mat-accent,.mat-datepicker-toggle-active.mat-warn{color:var(--main-color)}.mat-date-range-input-inner[disabled]{color:#00000061}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#fff;color:#000000de}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:#fff;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:#0000000a}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label,.mat-form-field.mat-focused .mat-form-field-label.mat-accent,.mat-form-field.mat-focused .mat-form-field-label.mat-warn,.mat-focused .mat-form-field-required-marker{color:var(--main-color)}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent,.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:var(--main-color)}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:var(--main-color)}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:var(--main-color)}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:var(--main-color)}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:var(--main-color)}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:var(--main-color)}.mat-error{color:var(--main-color)}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:var(--main-color)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-icon.mat-primary,.mat-icon.mat-accent,.mat-icon.mat-warn{color:var(--main-color)}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:var(--main-color)}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element,.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:var(--main-color)}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:var(--main-color)}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#000000de}.mat-list-base .mat-subheader{color:#0000008a}.mat-list-item-disabled{background-color:#eee}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:#0000000a}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:#0000001f}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:transparent;color:#000000de}.mat-menu-item[disabled],.mat-menu-item[disabled]:after,.mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger:after{color:#0000008a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:#0000000a}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#0000008a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:var(--main-color)}.mat-progress-bar-buffer{background-color:var(--main-color)}.mat-progress-bar-fill:after{background-color:var(--main-color)}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:var(--main-color)}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:var(--main-color)}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:var(--main-color)}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:var(--main-color)}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:var(--main-color)}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:var(--main-color)}.mat-progress-spinner circle,.mat-spinner circle{stroke:var(--main-color)}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:var(--main-color)}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:var(--main-color)}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:var(--main-color)}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:var(--main-color)}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:var(--main-color)}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:var(--main-color)}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:var(--main-color)}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:var(--main-color)}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:#0000001f}.mat-form-field.mat-focused.mat-primary .mat-select-arrow,.mat-form-field.mat-focused.mat-accent .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:var(--main-color)}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-drawer-container{background-color:#fafafa;color:#000000de}.mat-drawer{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb,.mat-slide-toggle.mat-checked .mat-slide-toggle-bar,.mat-slide-toggle.mat-checked .mat-ripple-element,.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb,.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar,.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element,.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb,.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar,.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:var(--main-color)}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#00000061}.mat-slider-track-background{background-color:#00000042}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:var(--main-color)}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-primary .mat-slider-focus-ring{background-color:var(--main-color);opacity:.2}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:var(--main-color)}.mat-accent .mat-slider-thumb-label-text{color:#000}.mat-accent .mat-slider-focus-ring{background-color:var(--main-color);opacity:.2}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:var(--main-color)}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-focus-ring{background-color:var(--main-color);opacity:.2}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:#00000061}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:#0000000a}@media (hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:#0000008a}.mat-step-header .mat-step-icon{background-color:#0000008a;color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:var(--main-color);color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#000}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:var(--main-color);color:#000}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:var(--main-color);color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:var(--main-color)}.mat-step-header .mat-step-label.mat-step-label-active{color:#000000de}.mat-step-header .mat-step-label.mat-step-label-error{color:var(--main-color)}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#0000001f}.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#000000de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--main-color)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:var(--main-color)}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--main-color)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:var(--main-color)}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#000}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--main-color)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:var(--main-color)}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--main-color)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:var(--main-color)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-links .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-links .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element{background-color:#ffffff1f}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--main-color)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:var(--main-color)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#000}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#0006}.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-links .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-links .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#000}.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#0006}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element{background-color:#0000001f}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:var(--main-color)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:var(--main-color)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-links .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-links .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element{background-color:#ffffff1f}.mat-toolbar{background:#f5f5f5;color:#000000de}.mat-toolbar.mat-primary{background:var(--main-color);color:#fff}.mat-toolbar.mat-accent{background:var(--main-color);color:#000}.mat-toolbar.mat-warn{background:var(--main-color);color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:#616161e6}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:var(--main-color)}input.mat-input-element,input.mat-mdc-input-element{margin-top:0}.mat-input-element,.mat-mdc-input-element{caret-color:var(--foreground)}.mat-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base,.mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0}.mat-select-trigger,.mat-mdc-select-trigger{height:unset}.mat-ripple,.mat-mdc-ripple,.mat-chip-ripple,.mat-mdc-chip-ripple{display:none}.datex-platform .mat-mdc-dialog-title,.datex-platform .mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content,.datex-platform .mat-mdc-dialog-container .mat-mdc-dialog-content,.datex-app .mat-mdc-dialog-title,.datex-app .mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content,.datex-app .mat-mdc-dialog-container .mat-mdc-dialog-content{padding:0}.datex-platform .mat-mdc-dialog-container .mat-mdc-dialog-title,.datex-platform .mat-mdc-dialog-container .mat-mdc-dialog-content,.datex-platform .mat-mdc-slide-toggle .mat-internal-form-field,.datex-app .mat-mdc-dialog-container .mat-mdc-dialog-title,.datex-app .mat-mdc-dialog-container .mat-mdc-dialog-content,.datex-app .mat-mdc-slide-toggle .mat-internal-form-field{color:unset;font-family:unset;line-height:unset;font-size:unset;font-weight:unset;letter-spacing:unset}.datex-platform .mat-internal-form-field>label,.datex-app .mat-internal-form-field>label{padding-left:0}.datex-platform .mat-mdc-button,.datex-app .mat-mdc-button{justify-content:flex-start;font-family:unset;letter-spacing:unset}.datex-platform .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.datex-app .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.2}.datex-platform .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.datex-platform .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.datex-platform .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.datex-platform .mat-mdc-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple:before,.datex-app .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.datex-app .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.datex-app .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.datex-app .mat-mdc-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple:before{opacity:.3}.datex-platform .mat-button,.datex-platform .mat-icon-button,.datex-platform .mat-stroked-button,.datex-app .mat-button,.datex-app .mat-icon-button,.datex-app .mat-stroked-button{cursor:pointer}.datex-platform .mdc-button__label,.datex-platform .button-label,.datex-app .mdc-button__label,.datex-app .button-label{height:100%}.datex-platform .mat-mdc-dialog-title:before,.datex-platform .mat-mdc-dialog-surface:before,.datex-app .mat-mdc-dialog-title:before,.datex-app .mat-mdc-dialog-surface:before{display:none}.datex-platform div.mat-mdc-dialog-inner-container,.datex-app div.mat-mdc-dialog-inner-container{display:contents}.datex-platform .modal-container .modal-header .modal-title,.datex-platform .modal-container .modal-header .modal-title h1,.datex-app .modal-container .modal-header .modal-title,.datex-app .modal-container .modal-header .modal-title h1{font-weight:500}.datex-platform .cdk-overlay-pane.mat-mdc-dialog-panel,.datex-app .cdk-overlay-pane.mat-mdc-dialog-panel{max-width:unset;min-width:unset}.datex-platform .mat-mdc-select-arrow-wrapper,.datex-app .mat-mdc-select-arrow-wrapper{width:24px;justify-content:center}.datex-platform .mat-mdc-option,.datex-app .mat-mdc-option{min-height:unset;line-height:48px}.datex-platform div.mat-mdc-select-panel,.datex-app div.mat-mdc-select-panel{background:var(--background)}.datex-platform .cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel,.datex-app .cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:4px;border-top-right-radius:4px}.datex-platform .mat-mdc-select-panel-above div.mat-mdc-select-panel,.datex-app .mat-mdc-select-panel-above div.mat-mdc-select-panel{margin-bottom:1px}.datex-platform .cdk-overlay-pane,.datex-app .cdk-overlay-pane{max-width:33vw;width:auto;min-width:160px}.datex-platform .mat-mdc-option .mdc-list-item__primary-text,.datex-app .mat-mdc-option .mdc-list-item__primary-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-platform .mat-mdc-menu-panel .mdc-button .mat-mdc-button-touch-target,.datex-app .mat-mdc-menu-panel .mdc-button .mat-mdc-button-touch-target{height:100%}.datex-platform .mdc-checkbox,.datex-app .mdc-checkbox{width:16px;height:16px;margin-right:.5rem;padding:0;flex:0 0 16px}.datex-platform .mdc-checkbox .mdc-checkbox__native-control,.datex-app .mdc-checkbox .mdc-checkbox__native-control{top:0;left:0;right:0;width:unset;height:unset}.datex-platform .mdc-checkbox__background,.datex-app .mdc-checkbox__background{top:0;left:0}.datex-platform .mdc-checkbox__background,.datex-platform .mat-mdc-checkbox .mdc-checkbox__ripple,.datex-app .mdc-checkbox__background,.datex-app .mat-mdc-checkbox .mdc-checkbox__ripple{width:16px;height:16px}.datex-platform .mdc-checkbox__checkmark,.datex-app .mdc-checkbox__checkmark{top:1px;left:1px;width:12px;height:12px}.datex-platform .mat-mdc-menu-item,.datex-app .mat-mdc-menu-item{min-height:unset}.datex-platform .mat-mdc-snack-bar-container .mat-mdc-snackbar-surface,.datex-app .mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{border-radius:4px;background:var(--background)}.datex-platform mat-expansion-panel-header,.datex-app mat-expansion-panel-header{height:unset}.datex-platform .mat-expansion-indicator svg,.datex-app .mat-expansion-indicator svg{fill:var(--foreground-2)}.datex-platform .mat-mdc-dialog-actions,.datex-app .mat-mdc-dialog-actions{padding:8px 0;display:flex;flex-wrap:wrap;min-height:52px;align-items:center;box-sizing:content-box;margin-bottom:-24px}.datex-platform .mdc-switch__track,.datex-platform .mdc-switch__icons,.datex-app .mdc-switch__track,.datex-app .mdc-switch__icons{display:none}.datex-platform .mdc-switch__handle-track,.datex-app .mdc-switch__handle-track{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translateZ(0);transition:all 80ms linear;transition-property:transform}.datex-platform .mdc-switch__handle,.datex-app .mdc-switch__handle{border-radius:50%;display:block}.datex-platform .mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle,.datex-platform .mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle:has(.mdc-switch__icons),.datex-platform .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle,.datex-platform .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons),.datex-platform .mat-mdc-slide-toggle .mdc-switch--unselected:active:not(.mdc-switch--disabled) .mdc-switch__handle,.datex-platform .mat-mdc-slide-toggle .mdc-switch--selected:active:not(.mdc-switch--disabled) .mdc-switch__handle,.datex-app .mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle,.datex-app .mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle:has(.mdc-switch__icons),.datex-app .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle,.datex-app .mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons),.datex-app .mat-mdc-slide-toggle .mdc-switch--unselected:active:not(.mdc-switch--disabled) .mdc-switch__handle,.datex-app .mat-mdc-slide-toggle .mdc-switch--selected:active:not(.mdc-switch--disabled) .mdc-switch__handle{margin:0}.datex-platform .mat-mdc-slide-toggle .mdc-switch:active:not(.mdc-switch--disabled) .mdc-switch__handle,.datex-app .mat-mdc-slide-toggle .mdc-switch:active:not(.mdc-switch--disabled) .mdc-switch__handle{width:14px;height:14px}.datex-platform .mat-mdc-slide-toggle .mat-internal-form-field,.datex-app .mat-mdc-slide-toggle .mat-internal-form-field{display:flex;font-size:.875rem}.datex-platform .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field,.datex-platform .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field-subscript-wrapper,.datex-app .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field,.datex-app .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field-subscript-wrapper{line-height:21px;font-size:14px}.datex-platform .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td.ngx-mat-timepicker-spacer,.datex-app .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td.ngx-mat-timepicker-spacer{vertical-align:baseline}.datex-platform .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td.ngx-mat-timepicker-meridian .mdc-button,.datex-app .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td.ngx-mat-timepicker-meridian .mdc-button{justify-content:center}.datex-platform .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--primary:before,.datex-platform .mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary:before,.datex-app .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--primary:before,.datex-app .mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary:before{border:none}.datex-platform .mat-mdc-standard-chip.mdc-evolution-chip--disabled,.datex-app .mat-mdc-standard-chip.mdc-evolution-chip--disabled{opacity:.5}.datex-platform .mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.datex-platform .mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.datex-platform .mat-mdc-standard-chip .mat-mdc-chip-action-label,.datex-app .mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.datex-app .mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.datex-app .mat-mdc-standard-chip .mat-mdc-chip-action-label{overflow:hidden;height:21px;line-height:21px}.datex-platform .mdc-evolution-chip-set__chips span.limited-options,.datex-app .mdc-evolution-chip-set__chips span.limited-options{align-self:center}.datex-platform .mat-mdc-chip-set .mdc-evolution-chip-set__chips,.datex-app .mat-mdc-chip-set .mdc-evolution-chip-set__chips{margin-left:0;align-items:center}.datex-platform mat-chip-grid.datex-chip-list mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip,.datex-app mat-chip-grid.datex-chip-list mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip{height:24px}.datex-platform mat-chip-grid.datex-chip-list .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,.datex-app mat-chip-grid.datex-chip-list .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{height:24px;padding-left:0}.datex-platform mat-chip-grid.datex-chip-list mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .mat-mdc-chip-remove,.datex-app mat-chip-grid.datex-chip-list mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .mat-mdc-chip-remove{padding:0}.datex-platform mat-chip-grid.datex-chip-list mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .mat-mdc-chip-remove:after,.datex-app mat-chip-grid.datex-chip-list mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .mat-mdc-chip-remove:after{padding:6px;align-self:center;opacity:1;font-size:1rem;font-family:FluentSystemIcons-Resizable!important;content:"\e5e1"}.datex-platform mat-chip-grid.datex-chip-list input,.datex-app mat-chip-grid.datex-chip-list input{margin:3px}.datex-platform .mdc-list-item--with-leading-radio .mdc-list-item__start,.datex-platform .mdc-list-item--with-leading-checkbox .mdc-list-item__start,.datex-app .mdc-list-item--with-leading-radio .mdc-list-item__start,.datex-app .mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin:0;line-height:16px}.datex-platform .mdc-list-item--with-leading-radio .mdc-list-item__start .mdc-checkbox,.datex-platform .mdc-list-item--with-leading-checkbox .mdc-list-item__start .mdc-checkbox,.datex-app .mdc-list-item--with-leading-radio .mdc-list-item__start .mdc-checkbox,.datex-app .mdc-list-item--with-leading-checkbox .mdc-list-item__start .mdc-checkbox{padding:0;margin:0}.datex-platform .mdc-list-item--with-leading-radio .mdc-list-item__start .mdc-checkbox .mdc-checkbox__background,.datex-platform .mdc-list-item--with-leading-checkbox .mdc-list-item__start .mdc-checkbox .mdc-checkbox__background,.datex-app .mdc-list-item--with-leading-radio .mdc-list-item__start .mdc-checkbox .mdc-checkbox__background,.datex-app .mdc-list-item--with-leading-checkbox .mdc-list-item__start .mdc-checkbox .mdc-checkbox__background{top:0;left:0}.datex-platform .list-item--with-leading-checkbox.mdc-list-item,.datex-platform .mdc-list-item--with-leading-checkbox.mdc-list-item,.datex-app .list-item--with-leading-checkbox.mdc-list-item,.datex-app .mdc-list-item--with-leading-checkbox.mdc-list-item{padding-right:0}.datex-platform .mat-mdc-list-option .mdc-checkbox,.datex-app .mat-mdc-list-option .mdc-checkbox{width:16px;height:16px}.datex-platform .mat-mdc-list-option .mdc-checkbox__checkmark,.datex-app .mat-mdc-list-option .mdc-checkbox__checkmark{top:1px}.datex-platform .mat-mdc-radio-button .mdc-radio,.datex-app .mat-mdc-radio-button .mdc-radio{padding:0;margin:0}.datex-platform .mat-mdc-radio-button .mdc-radio__native-control,.datex-platform .mat-mdc-radio-button .mdc-radio,.datex-app .mat-mdc-radio-button .mdc-radio__native-control,.datex-app .mat-mdc-radio-button .mdc-radio{width:16px;height:16px}.datex-platform .mat-mdc-radio-button .mdc-radio__inner-circle,.datex-app .mat-mdc-radio-button .mdc-radio__inner-circle{top:-2px;left:-2px}.datex-platform .mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.datex-app .mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(.4)}.datex-platform .mat-mdc-card-actions,.datex-app .mat-mdc-card-actions{min-height:unset}.datex-platform .mat-mdc-tooltip-show,.datex-app .mat-mdc-tooltip-show{animation:none}button.datex-button.mat-mdc-button,label.import-button.mat-mdc-button{color:var(--foreground)}.mat-input-element{width:100%;max-width:100%}.text-main{color:var(--main-color)}.text-white{color:#fff}.icon-cursor-pointer{cursor:pointer;position:relative}.full-size{width:100%;height:100%}.flex-center{display:flex;justify-content:center;align-items:center}.full-width{width:100%}.full-height{height:100%}.min-height-100{min-height:100px}.min-height-full{min-height:100%}.pos-relative{position:relative}.hidden{display:none!important}.datex-display-contents{display:contents!important}.datex-display-block{display:block!important}.datex-display-flex{display:flex}.datex-overflow-hidden{overflow:hidden}.vertical-align-bottom{vertical-align:bottom}.datex-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.datex-pre-line-whitespace{white-space:pre-line}.datex-normal-whitespace{white-space:normal}.align-flex-end{align-self:flex-end}.align-self-center{align-self:center}.datex-text-italic{font-style:italic}.datex-text-bold{font-weight:700}.datex-font-large{font-size:large}.fixed-width-13rem{width:13rem;min-width:13rem;max-width:13rem}.fixed-width-39rem{width:39rem;min-width:39rem;max-width:39rem}.width-50-percent{width:50%}.width-10rem{width:10rem}.width-10{width:.625rem}.width-20{width:1.25rem}.width-25{width:1.5625rem}.width-50{width:3.125rem}.width-60{width:3.75rem}.width-80{width:5rem}.width-90{width:5.625rem}.width-100{width:6.25rem}.width-120{width:7.5rem}.width-150{width:9.375rem}.width-200{width:12.5rem}.width-750{width:46.875rem}button.mat-button.margin-top-1rem,button.mat-mdc-button.margin-top-1rem,.margin-top-1rem{margin-top:1rem}button.mat-button.margin-top-10,button.mat-mdc-button.margin-top-10,.margin-top-10{margin-top:.625rem}.margin-top-20{margin-top:1.25rem}.margin-top-30{margin-top:1.875rem}p.margin-bottom-0,.margin-bottom-0{margin-bottom:0}.margin-bottom-5{margin-bottom:.3125rem}.margin-bottom-10{margin-bottom:.625rem}mat-expansion-panel.margin-bottom-20,.margin-bottom-20{margin-bottom:1.25rem}.margin-bottom-30{margin-bottom:1.875rem}mat-slide-toggle.datex-toggle.margin-left-0,.margin-left-0{margin-left:0}.margin-left-3{margin-left:.1875rem}.margin-left-8{margin-left:.5rem}.margin-left-10{margin-left:.625rem}mat-slide-toggle.datex-toggle.margin-right-10,button.mat-button.margin-right-10,button.mat-mdc-button.margin-right-10,.margin-right-10{margin-right:.625rem}.padding-5{padding:.3125rem}.padding-20{padding:1.25rem}.padding-2rem{padding:2rem}.padding-top-10{padding-top:.625rem}.padding-left-1_5rem{padding-left:1.5rem}.padding-left-0{padding-left:0}th.cdk-header-cell.width-50{width:3.125rem}th.cdk-header-cell.width-10{margin-top:.625rem}.full-size-report-container{width:100%;height:100%;min-height:500px}.content-parent-select-box{padding:2px;position:absolute;left:0;top:0}.full-screen-center{width:100%;height:100%;display:flex}.login-button{margin:auto;width:200px;height:100px;border:1px solid #000100}.centered-content{margin:auto}.icon-rotate-180{transform:rotate(180deg)}.position-top-right{position:absolute;top:0;right:0}mat-select.width-10-percent{width:10%}input.datex-textbox.width-30-percent{width:30%}.integration-grid{display:grid;grid-template-columns:70% 30%;grid-gap:1rem}.lifecycle-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:1rem}.required-asterisk{color:var(--color-important);font-weight:700;user-select:none;margin-left:.25rem}span>.required-asterisk{margin-left:0}.mat-form-field-required-marker,.mat-mdc-form-field-required-marker{color:var(--color-important);font-weight:700;user-select:none}.invalid-message{position:relative;display:block;max-width:fit-content;color:var(--color-important);font-size:.75rem;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invalid-message:before{position:relative;top:1px;margin-right:2px;display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e766";font-family:FluentSystemIcons-Resizable!important;text-align:end;pointer-events:none;font-size:13px}.invalid-message:last-of-type{top:18px;margin-top:-18px}table .invalid-message:last-of-type,.sentence .invalid-message:last-of-type{top:unset;margin-top:unset}table .invalid-message,.sentence .invalid-message,.datex-form-field .invalid-message{background:var(--color-important);color:var(--background);padding:5px;z-index:30;overflow:hidden;top:unset;margin-top:unset}table .invalid-message,.sentence .invalid-message{width:250px;position:absolute}.invalid-message span{display:block}.clear:hover .icon{color:var(--color-important)}.clear:hover .mat-button-focus-overlay,.clear:hover .mat-mdc-button-focus-overlay,.clear:hover .mat-mdc-button-persistent-ripple:before{opacity:0!important}.edit:hover .icon{color:var(--main-color)}.edit:hover .mat-button-focus-overlay,.edit:hover .mat-mdc-button-focus-overlay,.edit:hover .mat-mdc-button-persistent-ripple:before{opacity:0!important}.refresh-source:hover .icon{color:var(--color-attention)}.refresh-source:hover .mat-button-focus-overlay,.refresh-source:hover .mat-mdc-button-focus-overlay,.refresh-source:hover .mat-mdc-button-persistent-ripple:before{opacity:0!important}.json-container{margin-top:0;overflow:auto;background-color:var(--background-2);font-size:.75rem;scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent;padding:2px 8px}.json-container::-webkit-scrollbar{width:10px;height:10px}.json-container::-webkit-scrollbar-track{background:transparent;margin:2px}.json-container::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.json-container::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.json-container::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}@media only screen and (max-width: 680px){.json-container{max-width:100%}}@container (max-width: 680px){.json-container{max-width:100%}}.new-row{grid-column-start:1}.self-spaced+.self-spaced{margin-top:.5rem}@keyframes squareload{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fploader{animation:squareload 2s steps(4,end) infinite}i.ms-Icon--ProgressRingDots.spinner,i.ms-Icon--ProgressRingDots,button.datex-button .button-icon i.ms-Icon--ProgressRingDots{animation:squareload 1.25s steps(8) infinite}.datex-default-spinner{animation:rotate 1.25s linear infinite;width:18px;height:18px;border:3px solid var(--light-color);border-bottom-color:var(--main-color);border-radius:50%;box-sizing:border-box}button.datex-button.grid-command .datex-default-spinner{font-size:1rem!important;border:3px solid var(--foreground-3);border-bottom-color:var(--background-2)}.primary .datex-default-spinner{border:3px solid rgba(255,255,255,.5);border-bottom-color:rgba(var(--light-color),.8)}.icon-picker .datex-default-spinner{width:24px;height:24px}.datex-selectcontainer .datex-default-spinner{margin-top:.3125rem;width:20px;height:20px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wavelength-overlay{background-color:#00010066;width:100%;height:100%;z-index:1000;position:absolute;top:0;left:0;cursor:wait}.wavelength-loader{position:relative;height:100px;width:100px;top:calc(50% - 40px);left:calc(50% - 40px);opacity:.66}.wavelength-loader.datex-default-spinner{border:12px solid var(--light-color);border-bottom-color:var(--main-color)}.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.mat-input-element:disabled,.mat-mdc-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,.mat-mdc-form-field-type-mat-mdc-native-select.mat-mdc-form-field-disabled .mat-mdc-form-field-infix:after{color:inherit}.embedded-content{width:100%;height:100%;overflow:hidden}.embedded-content iframe{width:100%;height:100%}.datex-tabcontrol .embedded-content{display:block;min-height:400px}app-root,app-login,app-error{display:block;height:100%;overflow-y:auto}@media only screen and (max-height: 654px){app-root,app-login,app-error{overflow-y:auto}}app-root .container,app-login .container,app-error .container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;background-color:var(--main-color)}app-root .container .header,app-login .container .header,app-error .container .header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:1.5rem;text-align:center;margin-bottom:1.5625rem;color:var(--background);margin-top:30px}@media only screen and (max-width: 680px){app-root .container .header,app-login .container .header,app-error .container .header{margin-top:3vh}}@container (max-width: 680px){app-root .container .header,app-login .container .header,app-error .container .header{margin-top:3vh}}app-root .container .header img,app-login .container .header img,app-error .container .header img{max-width:100%;width:240px}app-root .container .header svg,app-login .container .header svg,app-error .container .header svg{max-width:100%;width:240px;fill:var(--background)}app-root .container .login-container,app-login .container .login-container,app-error .container .login-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;border-radius:8px;box-shadow:var(--shadow-64);width:500px;margin-bottom:150px;background-color:var(--background)}@media only screen and (max-height: 654px){app-root .container .login-container,app-login .container .login-container,app-error .container .login-container{margin-bottom:30px}}@media only screen and (max-width: 680px){app-root .container .login-container,app-login .container .login-container,app-error .container .login-container{width:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-bottom:0}}@container (max-width: 680px){app-root .container .login-container,app-login .container .login-container,app-error .container .login-container{width:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-bottom:0}}app-root .container .login-container .form,app-login .container .login-container .form,app-error .container .login-container .form{padding:2rem}app-root .container .login-container .form .title,app-login .container .login-container .form .title,app-error .container .login-container .form .title{font-size:2rem;text-align:center;padding-bottom:1.25rem;margin:0;font-weight:300}app-root .container .login-container .form .form-group,app-login .container .login-container .form .form-group,app-error .container .login-container .form .form-group{margin-bottom:.75rem}app-root .container .login-container .form .form-group>label,app-login .container .login-container .form .form-group>label,app-error .container .login-container .form .form-group>label{display:block;margin-bottom:.5rem;font-size:.75rem;color:var(--foreground-1)}app-root .container .login-container .form .form-group>input,app-login .container .login-container .form .form-group>input,app-error .container .login-container .form .form-group>input{width:100%;padding:1px .5rem;border:1px solid var(--foreground-3);font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-size:1rem;line-height:2}app-root .container .login-container .form .button-group,app-login .container .login-container .form .button-group,app-error .container .login-container .form .button-group{margin-bottom:.75rem;text-align:right}app-root .container .login-container .form .button-group .submit-button,app-login .container .login-container .form .button-group .submit-button,app-error .container .login-container .form .button-group .submit-button{background-color:var(--main-color);color:var(--background);padding:.625rem 2rem;margin-top:1.25rem;border-radius:4px;font-size:1.125rem;user-select:none;line-height:1.15}app-root .container .login-container .form .button-group .submit-button:hover,app-login .container .login-container .form .button-group .submit-button:hover,app-error .container .login-container .form .button-group .submit-button:hover{background-color:var(--wht-ovrly-color-solid)}app-root .container .login-container .form .button-group .submit-button:disabled,app-login .container .login-container .form .button-group .submit-button:disabled,app-error .container .login-container .form .button-group .submit-button:disabled{opacity:.5;pointer-events:none}.shell-container{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}.shell-container .shell-header{display:grid;align-items:center;grid-template-columns:50px 1fr .5fr;grid-template-rows:46px;grid-template-areas:"logo-container title";box-sizing:border-box;height:46px;border-bottom:1px solid var(--app-shell-border);background-color:var(--app-shell-background);color:#fff;user-select:none}@media only screen and (max-width: 680px){.shell-container .shell-header{grid-template-columns:auto 1fr auto;grid-template-areas:"logo-container title custom-header"}.shell-container .shell-header #title.manager-app .appname,.shell-container .shell-header #title.manager-app .manager-title,.shell-container .shell-header .custom-header .user-name{display:none}.shell-container .shell-header .custom-header .user-icon{padding-left:0!important}}@container (max-width: 680px){.shell-container .shell-header{grid-template-columns:auto 1fr auto;grid-template-areas:"logo-container title custom-header"}.shell-container .shell-header #title.manager-app .appname,.shell-container .shell-header #title.manager-app .manager-title,.shell-container .shell-header .custom-header .user-name{display:none}.shell-container .shell-header .custom-header .user-icon{padding-left:0!important}}.shell-container .shell-header .logo-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:26px;width:26px;margin-left:.75rem;margin-right:.75rem;grid-area:logo-container;fill:#fff}.shell-container .shell-header #title{font-size:1.125rem;grid-area:title;user-select:none;display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;align-items:flex-end}.shell-container .shell-header #title .appname{position:relative;top:-1px;margin-right:1rem;font-size:1.25rem;align-self:baseline;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-container .shell-header #title .appname.branded{top:2px;font-family:montserrat,sans-serif;font-weight:400;font-style:normal;letter-spacing:-.25px;font-size:22px}.shell-container .shell-header #title .title-text{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-container .shell-header #title .appdetails{margin-right:1rem;font-size:1rem;align-self:baseline;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-container .shell-header #title .mat-select-value-text,.shell-container .shell-header #title .mat-mdc-select-value-text,.shell-container .shell-header #title .mat-select-arrow,.shell-container .shell-header #title .mat-mdc-select-arrow{color:#fff}.shell-container .shell-header .custom-header,.shell-container .shell-header .custom-header .menu,.shell-container .shell-header .custom-header .shell-header-tools{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-end;height:100%}.shell-container .shell-header .custom-header .shell-button{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 .625rem;color:#fff;min-width:46px}.shell-container .shell-header .custom-header .shell-button .user-name{max-width:180px;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-container .shell-header .custom-header .shell-button .user-icon{padding-left:.5rem}.shell-container .shell-header .custom-header .shell-button .user-icon .icon-container{position:relative;top:-1px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;outline:1px solid #FFFFFF;outline-offset:-1px;border-radius:50%;color:#fff}.shell-container .shell-header .custom-header .shell-button i{font-size:1.5rem;display:flex;align-items:center;justify-content:center}.shell-container .shell-header .custom-header .shell-button:hover,.shell-container .shell-header .custom-header .shell-button:active,.shell-container .shell-header .custom-header .shell-button[aria-expanded=true]{background-color:var(--app-shell-background-hover)}.shell-container .shell-header .custom-header .shell-header-tools .shell-button i{margin-bottom:0}.shell-container .shell-header .custom-header .shell-button.hide{display:none}.shell-container .shell-body{height:calc(100% - 46px);display:grid;grid-template-columns:min-content min-content auto;grid-template-rows:1fr;grid-template-areas:"main-menu sub-menu shell-content"}@media only screen and (max-width: 680px){.shell-container .shell-body{grid-template-columns:50px 0 1fr;grid-template-rows:30px 0 1fr;grid-template-areas:"breadcrumbs breadcrumbs breadcrumbs" "shell-status-bar shell-status-bar shell-status-bar" "workspace workspace workspace"}.shell-container .shell-body:has(.main-menu){grid-template-columns:50px 0 1fr;grid-template-rows:30px 0 1fr;grid-template-areas:"main-menu sub-menu breadcrumbs" "shell-status-bar shell-status-bar shell-status-bar" "workspace workspace workspace"}}@container (max-width: 680px){.shell-container .shell-body{grid-template-columns:50px 0 1fr;grid-template-rows:30px 0 1fr;grid-template-areas:"breadcrumbs breadcrumbs breadcrumbs" "shell-status-bar shell-status-bar shell-status-bar" "workspace workspace workspace"}.shell-container .shell-body:has(.main-menu){grid-template-columns:50px 0 1fr;grid-template-rows:30px 0 1fr;grid-template-areas:"main-menu sub-menu breadcrumbs" "shell-status-bar shell-status-bar shell-status-bar" "workspace workspace workspace"}}.shell-container .shell-body .main-menu{position:relative;box-sizing:border-box;width:50px;height:100%;border-right:1px solid var(--app-shell-border);overflow-x:hidden;overflow-y:hidden;scroll-behavior:auto;background-color:var(--app-shell-background);grid-area:main-menu;user-select:none;scrollbar-color:var(--light-color) var(--app-shell-background);scrollbar-width:thin}.shell-container .shell-body .main-menu:hover{overflow-y:auto}@media only screen and (max-width: 680px){.shell-container .shell-body .main-menu:hover{overflow-y:hidden}}@container (max-width: 680px){.shell-container .shell-body .main-menu:hover{overflow-y:hidden}}.shell-container .shell-body .main-menu::-webkit-scrollbar{width:6px}.shell-container .shell-body .main-menu::-webkit-scrollbar-track{background:var(--app-shell-background);margin:4px}.shell-container .shell-body .main-menu::-webkit-scrollbar-thumb{background-color:var(--light-color);width:2px;border-left:2px solid var(--app-shell-background);border-right:2px solid var(--app-shell-background)}@media only screen and (max-width: 680px){.shell-container .shell-body .main-menu{height:30px;overflow-y:hidden}}@container (max-width: 680px){.shell-container .shell-body .main-menu{height:30px;overflow-y:hidden}}.shell-container .shell-body .main-menu.open{width:250px}.shell-container .shell-body .main-menu.open .menu-sub-icon{position:static;top:unset;left:unset;height:50px;width:50px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;-webkit-box-flex:0 0 50px;-moz-box-flex:0 0 50px;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;font-size:1.25rem}.shell-container .shell-body .main-menu.open .menu-sub-icon i{font-size:1.25rem}@media only screen and (max-width: 680px){.shell-container .shell-body .main-menu.open,.shell-container .shell-body .main-menu.main-menu.open-sub-menu{height:calc(100vh - 46px);width:100vw;z-index:1001;overflow-y:auto}.shell-container .shell-body .main-menu.open .expander,.shell-container .shell-body .main-menu.main-menu.open-sub-menu .expander{background-color:var(--app-shell-background-hover);position:sticky;top:0}}@container (max-width: 680px){.shell-container .shell-body .main-menu.open,.shell-container .shell-body .main-menu.main-menu.open-sub-menu{height:calc(100vh - 46px);width:100vw;z-index:1001;overflow-y:auto}.shell-container .shell-body .main-menu.open .expander,.shell-container .shell-body .main-menu.main-menu.open-sub-menu .expander{background-color:var(--app-shell-background-hover);position:sticky;top:0}}.shell-container .shell-body .main-menu .menu-item,.shell-container .shell-body .main-menu .menu-item .menu-icon{color:var(--app-shell-foreground)}.shell-container .shell-body .main-menu .menu-item:hover,.shell-container .shell-body .main-menu .menu-item:hover .menu-icon{color:var(--app-shell-foreground-hover)}.shell-container .shell-body .main-menu .menu-item.active{background-color:var(--app-shell-background-hover);color:var(--app-shell-foreground-hover)}.shell-container .shell-body .main-menu .menu-item.active .menu-icon{color:var(--app-shell-foreground-hover)}.shell-container .shell-body .main-menu .menu-item.active:before{background-color:var(--app-shell-foreground-hover);bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.shell-container .shell-body .main-menu .expander{position:sticky;top:0;z-index:10;background:var(--app-shell-background)}@media only screen and (max-width: 680px){.shell-container .shell-body .main-menu .expander .menu-icon{height:30px}}@container (max-width: 680px){.shell-container .shell-body .main-menu .expander .menu-icon{height:30px}}.shell-container .shell-body .main-menu .settings{position:sticky;bottom:0;z-index:10;border-top:1px solid var(--light-color);margin-top:5px;background:var(--app-shell-background)}@media only screen and (max-width: 680px){.shell-container .shell-body .main-menu .settings{position:relative}}@container (max-width: 680px){.shell-container .shell-body .main-menu .settings{position:relative}}.shell-container .shell-body .main-menu .settings:hover{background-image:var(--app-shell-background-hover)!important}.shell-container .shell-body .sub-menu{height:100%;width:250px;border-right:2px solid var(--app-shell-background);grid-area:sub-menu;overflow-y:auto;background-color:var(--background);user-select:none;scrollbar-color:var(--light-color) var(--app-shell-background);scrollbar-width:thin}.shell-container .shell-body .sub-menu::-webkit-scrollbar{width:6px}.shell-container .shell-body .sub-menu::-webkit-scrollbar-track{background:var(--app-shell-background);margin:4px}.shell-container .shell-body .sub-menu::-webkit-scrollbar-thumb{background-color:var(--light-color);width:2px;border-left:2px solid var(--app-shell-background);border-right:2px solid var(--app-shell-background)}@media only screen and (max-width: 680px){.shell-container .shell-body .sub-menu{z-index:1001;height:calc(100vh - 46px);width:calc(100vw - 50px)}}@container (max-width: 680px){.shell-container .shell-body .sub-menu{z-index:1001;height:calc(100vh - 46px);width:calc(100vw - 50px)}}.shell-container .shell-body .sub-menu .sub-menu-title{font-size:1.5625rem;font-weight:300;color:var(--foreground);padding:1.25rem}.shell-container .shell-body .sub-menu .menu-item:hover{background-color:var(--light-color)}.shell-container .shell-body .menu-item{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;cursor:pointer;align-items:center}.shell-container .shell-body .menu-item:hover{background-color:var(--app-shell-background-hover)}.shell-container .shell-body .menu-item .menu-icon{height:50px;width:50px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;-webkit-box-flex:0 0 50px;-moz-box-flex:0 0 50px;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;font-size:1.25rem}.shell-container .shell-body .menu-item .menu-label{margin-right:12px;font-size:.875rem;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;align-self:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-container .shell-body .menu-item .menu-sub-icon{position:absolute;top:25px;left:34px}.shell-container .shell-body .menu-item .menu-sub-icon i{font-size:.875rem}.shell-container .shell-body .shell-content{display:grid;grid-template-columns:1fr;grid-template-rows:30px 0 1fr;grid-template-areas:"breadcrumbs" "shell-status-bar" "workspace";overflow:hidden;border-right:2px solid var(--app-shell-background);grid-area:shell-content;position:relative}@media only screen and (max-width: 680px){.shell-container .shell-body .shell-content{display:contents}}@container (max-width: 680px){.shell-container .shell-body .shell-content{display:contents}}.shell-container .shell-body .shell-content .breadcrumbs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;box-sizing:border-box;height:30px;grid-area:breadcrumbs;background-color:var(--app-shell-background);user-select:none}.shell-container .shell-body .shell-content .breadcrumbs .crumb{display:contents}.shell-container .shell-body .shell-content .breadcrumbs .crumb .crumb-title{max-width:20rem;align-self:center;text-align:center;cursor:pointer;margin-left:.25rem;color:#fff;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-container .shell-body .shell-content .breadcrumbs .crumb .crumb-title:after{display:block;content:attr(title);font-weight:700;height:0;color:transparent;overflow:hidden;visibility:hidden}.shell-container .shell-body .shell-content .breadcrumbs .crumb:hover .crumb-title{text-decoration:underline}.shell-container .shell-body .shell-content .breadcrumbs .crumb.active .crumb-title{font-weight:700}.shell-container .shell-body .shell-content .breadcrumbs .crumb.active:hover .crumb-title{text-decoration:none;cursor:default}.shell-container .shell-body .shell-content .breadcrumbs .crumb .icon{font-size:.625rem;align-self:center;margin:2px .25rem 0 .5rem;color:#fff}.shell-container .shell-body .shell-content .breadcrumbs .crumb .icon[class*=icon-ic_fluent_]{font-size:.75rem}.shell-container .shell-body .shell-content .workspace{overflow-x:hidden;overflow-y:hidden;white-space:nowrap;box-sizing:border-box;position:relative;scroll-snap-type:x mandatory;grid-area:workspace;background-color:var(--background-2)}.shell-container .shell-status-bar{grid-area:shell-status-bar}.shell-container .shell-status-bar .shell-status-loader .loading-bar-container{position:relative;top:-3px;width:100%}.shell-container .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar{z-index:999}.shell-container .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar{position:relative;height:3px;border-radius:0;background:var(--app-shell-status-bar)!important}.shell-container .shell-status-bar .shell-status-loader .loading-bar-container ngx-loading-bar .ngx-bar .peg{box-shadow:none}.shell-container .shell-container-error{align-items:center;justify-content:center;min-height:100%}.main-menu-tooltip,.mat-mdc-tooltip{background-color:var(--background);color:var(--foreground)}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item{font-size:.875rem;color:var(--foreground);height:38px;line-height:38px}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item .icon[class*=icon-ic_fluent_],.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item .icon[class*=icon-ic_fluent_],.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item .icon[class*=icon-ic_fluent_],.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item .icon[class*=icon-ic_fluent_],.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item .icon[class*=icon-ic_fluent_],.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item .icon[class*=icon-ic_fluent_],.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item .icon[class*=icon-ic_fluent_],.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item .icon[class*=icon-ic_fluent_]{font-size:1.25rem}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item:hover:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item-highlighted:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item:hover:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item-highlighted:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item:hover:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item-highlighted:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item:hover:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item-highlighted:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item:hover:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item-highlighted:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item-highlighted:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item:hover:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item-highlighted:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item-highlighted:not([disabled]){background-color:var(--light-color)}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled{color:var(--foreground-3);user-select:none;cursor:default}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover{background-color:unset}datex-engine-error .error-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;border-radius:8px;box-shadow:var(--shadow-64);width:500px;margin-bottom:150px;background-color:var(--background);padding:1.25rem}@media only screen and (max-height: 654px){datex-engine-error .error-container{margin-bottom:30px}}@media only screen and (max-width: 680px){datex-engine-error .error-container{width:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-bottom:0}}@container (max-width: 680px){datex-engine-error .error-container{width:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-bottom:0}}@media only screen and (max-width: 680px){datex-engine-error .error-container{width:100%}}@container (max-width: 680px){datex-engine-error .error-container{width:100%}}datex-engine-error .error-container .error-header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:nowrap;margin-bottom:.75rem;margin-bottom:1.25rem}datex-engine-error .error-container .error-header *+*{margin-left:.75rem}datex-engine-error .error-container .error-header .error-icon{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0;color:var(--main-color);color:var(--color-important)}datex-engine-error .error-container .error-header .error-icon .icon{font-size:2rem}datex-engine-error .error-container .error-header .error-icon .icon[class*=icon-ic_fluent_]{font-size:2.25rem}datex-engine-error .error-container .error-header .error-title,datex-engine-error .error-container .error-header .error-title h1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;align-self:center;color:var(--foreground);font-size:1.125rem;color:var(--color-important)}datex-engine-error .error-container .error-button-group{margin-bottom:.75rem;text-align:right;margin-top:.75rem}datex-engine-error .error-container .error-button-group .submit-error-button{background-color:var(--main-color);color:var(--background);padding:.625rem 2rem;margin-top:1.25rem;border-radius:4px;font-size:1.125rem;user-select:none;line-height:1.15}datex-engine-error .error-container .error-button-group .submit-error-button:hover{background-color:var(--wht-ovrly-color-solid)}datex-engine-error .error-container .error-button-group .submit-error-button:disabled{opacity:.5;pointer-events:none}datex-engine-error .error-message-container{display:contents}datex-engine-error .error-message-container>*+*{margin-top:.75rem}datex-engine-error .error-message-container .error-main-message{font-size:.875rem;word-break:normal;overflow-wrap:break-word}datex-engine-error .error-message-container .error-message-details-container .error-message-details-header{position:relative;padding-bottom:.5rem;margin-top:.5rem;border-bottom:2px solid var(--foreground-3);color:var(--foreground);user-select:none}datex-engine-error .error-message-container .error-message-details-container .error-message-details-header:hover{cursor:pointer;border-color:var(--main-color)}datex-engine-error .error-message-container .error-message-details-container .error-message-details-header:hover .details-toggle{color:var(--main-color)}@media only screen and (max-width: 680px){datex-engine-error .error-message-container .error-message-details-container .error-message-details-header{max-width:100%}}@container (max-width: 680px){datex-engine-error .error-message-container .error-message-details-container .error-message-details-header{max-width:100%}}datex-engine-error .error-message-container .error-message-details-container .error-message-details-header .details-toggle{position:absolute;right:0;top:4px;color:var(--foreground-2)}datex-engine-error .error-message-container .error-message-details-container .error-message-details-header .details-toggle .icon{font-size:.75rem}datex-engine-error .error-message-container .error-message-details-container .error-message-details-header .details-toggle .icon[class*=icon-ic_fluent_]{font-size:.875rem}datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown{margin-top:0;overflow:auto;background-color:var(--background-2);font-size:.75rem;scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent;max-height:150px}datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown::-webkit-scrollbar{width:10px;height:10px}datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown::-webkit-scrollbar-track{background:transparent;margin:2px}datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}@media only screen and (max-width: 680px){datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown{max-width:100%}}@container (max-width: 680px){datex-engine-error .error-message-container .error-message-details-container .error-message-details-dropdown{max-width:100%}}datex-engine-error .error-message-container .error-message-details-container .error-message-details{margin-left:.75rem;margin-top:.75rem;margin-right:.75rem}datex-engine-error .error-message-container .error-message-details-container .error-message-details:last-child{margin-bottom:.75rem}datex-engine-error .error-message-container .error-message-details-container .error-message-details .error-message-detail-title{font-weight:700}datex-engine-error .error-message-container .error-message-details-container .error-message-details .error-message-detail-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:.75rem}datex-engine-error .error-message-container .error-message-details-container .error-message-details .error-message-detail-content json-formatter{margin-top:2px;margin-left:8px}.toast-container .ngx-toastr{padding:10px 15px 10px 45px!important;color:var(--foreground)!important;background-color:var(--background);border-radius:4px!important;box-shadow:var(--shadow-16)!important}button.toast-close-button{color:var(--foreground);text-shadow:none}.toast-container .ngx-toastr.toast-success{background-image:none!important;border-left:.5rem solid var(--color-new)}.toast-container .ngx-toastr.toast-success:after{content:"\e3d5";font-family:FluentSystemIcons-Resizable!important;position:absolute!important;top:5px!important;left:12px!important;color:var(--color-new)!important;font-size:1.5em!important}.toast-container .ngx-toastr.toast-error{background-image:none!important;border-left:.5rem solid var(--color-important);background-color:#ffdbdb}.toast-container .ngx-toastr.toast-error:after{content:"\e5e2";font-family:FluentSystemIcons-Resizable!important;position:absolute!important;top:5px!important;left:12px!important;color:var(--color-important)!important;font-size:1.5em!important}.toast-container .ngx-toastr.toast-info{background-image:none!important;border-left:.5rem solid var(--main-color)}.toast-container .ngx-toastr.toast-info:after{content:"\e921";font-family:FluentSystemIcons-Resizable!important;position:absolute!important;top:5px!important;left:12px!important;color:var(--main-color)!important;font-size:1.5em!important}.toast-container .ngx-toastr.toast-warning{background-image:none!important;border-left:.5rem solid var(--color-attention);background-color:#fed9cc}.toast-container .ngx-toastr.toast-warning:after{content:"\f26a";font-family:FluentSystemIcons-Resizable!important;position:absolute!important;top:5px!important;left:12px!important;color:var(--color-attention)!important;font-size:1.5em!important}.dark-theme .ngx-toastr.toast-warning,.dark-theme .ngx-toastr.toast-error,.dark-theme .toast-container .ngx-toastr.toast-error button.toast-close-button,.dark-theme .toast-container .ngx-toastr.toast-warning button.toast-close-button{color:var(--background)!important}.dark-theme .toast-container .ngx-toastr.toast-success button.toast-close-button:hover,.dark-theme .toast-container .ngx-toastr.toast-info button.toast-close-button:hover{color:var(--foreground)}@media (prefers-color-scheme: dark){.ngx-toastr.toast-warning,.ngx-toastr.toast-error,.toast-container .ngx-toastr.toast-error button.toast-close-button,.toast-container .ngx-toastr.toast-warning button.toast-close-button{color:var(--background)!important}.toast-container .ngx-toastr.toast-success button.toast-close-button:hover,.toast-container .ngx-toastr.toast-info button.toast-close-button:hover{color:var(--foreground)}}.blade-wrapper{display:contents}.blade-wrapper .blade-header{display:flex;position:relative;z-index:1000;height:40px;width:calc(100% - 12px);padding:4px;margin:6px;border-radius:4px;box-shadow:var(--shadow-4);background-color:var(--background);flex-shrink:0;overflow:hidden}.blade-wrapper .blade-header .blade-tools{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.blade-wrapper .blade-header .close-btn-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;color:#fff;cursor:pointer;margin-right:0;margin-left:auto;padding-left:1rem;padding-right:1rem;border-radius:4px;background-color:var(--color-important)}.blade-wrapper .blade-header .close-btn-container:hover{background-color:var(--color-important-hover)}.blade-wrapper .blade-header .close-btn-container>i{align-self:center;font-size:.875rem}.blade-wrapper .blade-header .close-btn-container>i[class*=icon-ic_fluent_]{align-self:center;font-size:1.25rem}.blade-wrapper .blade-content{height:calc(100% - 58px);width:calc(100% - 12px);padding:2rem;margin:6px;border-radius:4px;box-shadow:var(--shadow-4);overflow-y:scroll;overflow-x:hidden;padding-bottom:0;background:var(--background);scrollbar-color:var(--foreground-3) transparent}.blade-wrapper .blade-content:after{content:"";height:2rem;display:block}.blade-wrapper .blade-content:only-child{height:calc(100% - 12px)}.blade-wrapper app-private-flow-designer-list .blade-wrapper .blade-content{height:calc(100% - 40px)}.modal-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;height:100%}.modal-container .modal-header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:nowrap;margin-bottom:.75rem}.modal-container .modal-header *+*{margin-left:.75rem}.modal-container .modal-header .modal-icon{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0;color:var(--main-color)}.modal-container .modal-header .modal-icon .icon{font-size:2rem}.modal-container .modal-header .modal-icon .icon[class*=icon-ic_fluent_]{font-size:2.25rem}.modal-container .modal-header .modal-title,.modal-container .modal-header .modal-title h1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;align-self:center;color:var(--foreground);font-size:1.125rem}.modal-container .modal-header .modal-close-button{margin-left:1.25rem;color:var(--foreground);cursor:pointer}.modal-container .modal-header .modal-close-button:hover{color:var(--color-important)}.modal-container .modal-header .modal-close-button .icon{font-size:.875rem}.modal-container .modal-header .modal-close-button .icon[class*=icon-ic_fluent_]{font-size:1.5rem}.modal-container .modal-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;margin:0;padding:0;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-bottom:.75rem;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent}.modal-container .modal-content::-webkit-scrollbar{width:10px;height:10px}.modal-container .modal-content::-webkit-scrollbar-track{background:transparent;margin:2px}.modal-container .modal-content::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.modal-container .modal-content::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.modal-container .modal-content::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.modal-container .modal-content .dataview-grid{scrollbar-color:initial}.modal-container .modal-toolbar{box-sizing:content-box;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-bottom:0;padding:0;padding-top:1.5625rem;min-height:unset;background:var(--background);gap:.75rem}.modal-container .blade-wrapper .blade-header{padding:4px 0;margin:0;border-radius:0;box-shadow:none;position:sticky;top:0;width:100%}mat-dialog-container.mat-dialog-container .modal-container .modal-content .blade-wrapper .blade-content,mat-dialog-container.mat-mdc-dialog-container .modal-container .modal-content .blade-wrapper .blade-content{overflow:hidden;padding-bottom:0}mat-dialog-container.mat-dialog-container .modal-container .modal-content .blade-wrapper .blade-content:after,mat-dialog-container.mat-mdc-dialog-container .modal-container .modal-content .blade-wrapper .blade-content:after{display:none}.modal-container .blade-wrapper .blade-content,.modal-container .dataview{margin:0;height:100%;border-radius:0;box-shadow:none}.modal-container .dataview{padding:0}.datex-modal .modal-container,.flyout-panel .modal-container{contain:layout;container-type:inline-size}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing.datex-backdrop{background:#00010066;transition:none}.datex-modal mat-dialog-container.mat-dialog-container,.datex-modal mat-dialog-container.mat-mdc-dialog-container,.popup-message mat-dialog-container.mat-dialog-container,.popup-message mat-dialog-container.mat-mdc-dialog-container,.flyout-panel mat-dialog-container.mat-dialog-container,.flyout-panel mat-dialog-container.mat-mdc-dialog-container,.full-screen-modal mat-dialog-container.mat-dialog-container,.full-screen-modal mat-dialog-container.mat-mdc-dialog-container{height:auto;min-height:190px;min-width:min(665px,90vw);max-width:90vw;max-height:calc(100vh - 20px);resize:both;box-shadow:var(--shadow-64);overflow:hidden}.static-pane .datex-modal mat-dialog-container.mat-dialog-container,.static-pane .datex-modal mat-dialog-container.mat-mdc-dialog-container,.static-pane .popup-message mat-dialog-container.mat-dialog-container,.static-pane .popup-message mat-dialog-container.mat-mdc-dialog-container,.static-pane .flyout-panel mat-dialog-container.mat-dialog-container,.static-pane .flyout-panel mat-dialog-container.mat-mdc-dialog-container,.static-pane .full-screen-modal mat-dialog-container.mat-dialog-container,.static-pane .full-screen-modal mat-dialog-container.mat-mdc-dialog-container{width:360px;min-width:360px;resize:none}.datex-modal mat-dialog-container.mat-dialog-container .mat-dialog-content.modal-content,.datex-modal mat-dialog-container.mat-dialog-container .mat-mdc-dialog-content.modal-content,.datex-modal mat-dialog-container.mat-mdc-dialog-container .mat-dialog-content.modal-content,.datex-modal mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content.modal-content,.popup-message mat-dialog-container.mat-dialog-container .mat-dialog-content.modal-content,.popup-message mat-dialog-container.mat-dialog-container .mat-mdc-dialog-content.modal-content,.popup-message mat-dialog-container.mat-mdc-dialog-container .mat-dialog-content.modal-content,.popup-message mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content.modal-content,.flyout-panel mat-dialog-container.mat-dialog-container .mat-dialog-content.modal-content,.flyout-panel mat-dialog-container.mat-dialog-container .mat-mdc-dialog-content.modal-content,.flyout-panel mat-dialog-container.mat-mdc-dialog-container .mat-dialog-content.modal-content,.flyout-panel mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content.modal-content,.full-screen-modal mat-dialog-container.mat-dialog-container .mat-dialog-content.modal-content,.full-screen-modal mat-dialog-container.mat-dialog-container .mat-mdc-dialog-content.modal-content,.full-screen-modal mat-dialog-container.mat-mdc-dialog-container .mat-dialog-content.modal-content,.full-screen-modal mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content.modal-content{max-height:unset}@media only screen and (max-width: 680px){.datex-modal mat-dialog-container.mat-dialog-container,.datex-modal mat-dialog-container.mat-mdc-dialog-container,.popup-message mat-dialog-container.mat-dialog-container,.popup-message mat-dialog-container.mat-mdc-dialog-container,.flyout-panel mat-dialog-container.mat-dialog-container,.flyout-panel mat-dialog-container.mat-mdc-dialog-container,.full-screen-modal mat-dialog-container.mat-dialog-container,.full-screen-modal mat-dialog-container.mat-mdc-dialog-container{min-width:380px;max-width:100%;resize:none}}@container (max-width: 680px){.datex-modal mat-dialog-container.mat-dialog-container,.datex-modal mat-dialog-container.mat-mdc-dialog-container,.popup-message mat-dialog-container.mat-dialog-container,.popup-message mat-dialog-container.mat-mdc-dialog-container,.flyout-panel mat-dialog-container.mat-dialog-container,.flyout-panel mat-dialog-container.mat-mdc-dialog-container,.full-screen-modal mat-dialog-container.mat-dialog-container,.full-screen-modal mat-dialog-container.mat-mdc-dialog-container{min-width:380px;max-width:100%;resize:none}}.flyout-panel mat-dialog-container.mat-dialog-container,.flyout-panel mat-dialog-container.mat-mdc-dialog-container{position:relative;width:665px;padding:1.25rem;border-radius:8px;border:none;background:var(--background);color:var(--foreground)}.flyout-panel mat-dialog-container.mat-dialog-container .mat-mdc-dialog-surface,.flyout-panel mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-surface{display:contents}.datex-modal .mat-mdc-dialog-surface,.popup-message .mat-mdc-dialog-surface,.full-screen-modal .mat-mdc-dialog-surface{padding:1.25rem;border-radius:8px;background:var(--background)}.datex-modal mat-dialog-container.mat-dialog-container .blade-wrapper .blade-content,.datex-modal mat-dialog-container.mat-mdc-dialog-container .blade-wrapper .blade-content,.mat-mdc-dialog-panel.datex-modal mat-dialog-container.mat-dialog-container .blade-wrapper .blade-content,.mat-mdc-dialog-panel.datex-modal mat-dialog-container.mat-mdc-dialog-container .blade-wrapper .blade-content{padding:2rem .25rem}.datex-modal.small mat-dialog-container.mat-dialog-container .datex-editor,.datex-modal.small mat-dialog-container.mat-dialog-container .datex-hub,.datex-modal.small mat-dialog-container.mat-mdc-dialog-container .datex-editor,.datex-modal.small mat-dialog-container.mat-mdc-dialog-container .datex-hub,.datex-modal.standard mat-dialog-container.mat-dialog-container .datex-editor,.datex-modal.standard mat-dialog-container.mat-dialog-container .datex-hub,.datex-modal.standard mat-dialog-container.mat-mdc-dialog-container .datex-editor,.datex-modal.standard mat-dialog-container.mat-mdc-dialog-container .datex-hub,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-dialog-container .datex-editor,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-dialog-container .datex-hub,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-mdc-dialog-container .datex-editor,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-mdc-dialog-container .datex-hub,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-dialog-container .datex-editor,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-dialog-container .datex-hub,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-mdc-dialog-container .datex-editor,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-mdc-dialog-container .datex-hub{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}.datex-modal.small mat-dialog-container.mat-dialog-container .datex-form,.datex-modal.small mat-dialog-container.mat-mdc-dialog-container .datex-form,.datex-modal.standard mat-dialog-container.mat-dialog-container .datex-form,.datex-modal.standard mat-dialog-container.mat-mdc-dialog-container .datex-form,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-dialog-container .datex-form,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-mdc-dialog-container .datex-form,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-dialog-container .datex-form,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-mdc-dialog-container .datex-form{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}.datex-modal.small mat-dialog-container.mat-dialog-container,.datex-modal.small mat-dialog-container.mat-mdc-dialog-container,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-dialog-container,.mat-mdc-dialog-panel.datex-modal.small mat-dialog-container.mat-mdc-dialog-container{width:480px;min-width:480px;resize:none}.datex-modal.standard mat-dialog-container.mat-dialog-container,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-dialog-container{width:665px}.datex-modal.standard mat-dialog-container.mat-dialog-container .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-panel.datex-modal.standard mat-dialog-container.mat-dialog-container .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.datex-modal.large mat-dialog-container.mat-dialog-container,.datex-modal.large mat-dialog-container.mat-mdc-dialog-container,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-dialog-container,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-mdc-dialog-container{width:1260px;height:700px}.datex-modal.large mat-dialog-container.mat-dialog-container .datex-editor,.datex-modal.large mat-dialog-container.mat-dialog-container .datex-hub,.datex-modal.large mat-dialog-container.mat-dialog-container .datex-form,.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .datex-editor,.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .datex-hub,.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .datex-form,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-dialog-container .datex-editor,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-dialog-container .datex-hub,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-dialog-container .datex-form,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .datex-editor,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .datex-hub,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .datex-form{grid-template-columns:3fr 2fr}.datex-modal.large mat-dialog-container.mat-dialog-container .fieldsetsContainer .fieldsetsGroup,.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-dialog-container .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem 2rem}.datex-modal.large mat-dialog-container.mat-dialog-container .modal-container,.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .modal-container,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-dialog-container .modal-container,.mat-mdc-dialog-panel.datex-modal.large mat-dialog-container.mat-mdc-dialog-container .modal-container{container-name:largeContainer}@container largeContainer (max-width: 960px){.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-editor,.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-hub,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-editor,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-hub{grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-form,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-form{grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-editor,.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-hub,.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-form,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-editor,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-hub,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-form{grid-template-columns:minmax(0,1fr)}.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-editor .fieldsetsContainer .fieldsetsGroup,.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-hub .fieldsetsContainer .fieldsetsGroup,.mat-dialog-content.modal-content .blade-wrapper .blade-content .datex-form .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-editor .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-hub .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-content.modal-content .blade-wrapper .blade-content .datex-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:1fr 1fr}}.popup-message mat-dialog-container.mat-dialog-container,.popup-message mat-dialog-container.mat-mdc-dialog-container{min-width:480px;width:480px;resize:none}.flyout-backdrop{background:#00010066;margin-top:46px;transition:none}.flyout-panel,.mat-mdc-dialog-panel.flyout-panel{height:100%;margin-top:92px;min-width:480px;width:480px;max-width:480px}.flyout-panel .blade-content,.mat-mdc-dialog-panel.flyout-panel .blade-content{display:contents}.flyout-panel .blade-content .formdata,.mat-mdc-dialog-panel.flyout-panel .blade-content .formdata{margin-top:2rem}.flyout-panel:not(.xlarge) .datex-editor,.flyout-panel:not(.xlarge) .datex-hub,.mat-mdc-dialog-panel.flyout-panel:not(.xlarge) .datex-editor,.mat-mdc-dialog-panel.flyout-panel:not(.xlarge) .datex-hub{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}.flyout-panel:not(.xlarge) .datex-form,.mat-mdc-dialog-panel.flyout-panel:not(.xlarge) .datex-form{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}.flyout-panel.large,.mat-mdc-dialog-panel.flyout-panel.large{width:710px;max-width:710px}.flyout-panel.large .fieldsetsContainer .fieldsetsGroup,.mat-mdc-dialog-panel.flyout-panel.large .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem 2rem}.flyout-panel.xlarge,.mat-mdc-dialog-panel.flyout-panel.xlarge{width:1600px;max-width:80vw}.flyout-panel .datex-form-field.double,.flyout-panel .field-container.double,.flyout-panel .double>.datex-form-field,.flyout-panel .double>.field-container,.mat-mdc-dialog-panel.flyout-panel .datex-form-field.double,.mat-mdc-dialog-panel.flyout-panel .field-container.double,.mat-mdc-dialog-panel.flyout-panel .double>.datex-form-field,.mat-mdc-dialog-panel.flyout-panel .double>.field-container{grid-column:span 1}.flyout-panel.large .datex-form-field.double,.flyout-panel.large .field-container.double,.flyout-panel.large .double>.datex-form-field,.flyout-panel.large .double>.field-container,.flyout-panel.xlarge .datex-form-field.double,.flyout-panel.xlarge .field-container.double,.flyout-panel.xlarge .double>.datex-form-field,.flyout-panel.xlarge .double>.field-container,.mat-mdc-dialog-panel.flyout-panel.large .datex-form-field.double,.mat-mdc-dialog-panel.flyout-panel.large .field-container.double,.mat-mdc-dialog-panel.flyout-panel.large .double>.datex-form-field,.mat-mdc-dialog-panel.flyout-panel.large .double>.field-container,.mat-mdc-dialog-panel.flyout-panel.xlarge .datex-form-field.double,.mat-mdc-dialog-panel.flyout-panel.xlarge .field-container.double,.mat-mdc-dialog-panel.flyout-panel.xlarge .double>.datex-form-field,.mat-mdc-dialog-panel.flyout-panel.xlarge .double>.field-container{grid-column:span 2}.flyout-panel .modal-container .modal-header,.mat-mdc-dialog-panel.flyout-panel .modal-container .modal-header{margin-bottom:1.5625rem}.flyout-panel .modal-container .modal-header .modal-title,.flyout-panel .modal-container .modal-header .modal-title h1,.mat-mdc-dialog-panel.flyout-panel .modal-container .modal-header .modal-title,.mat-mdc-dialog-panel.flyout-panel .modal-container .modal-header .modal-title h1{font-size:1.25rem}.flyout-panel .modal-container .modal-content,.mat-mdc-dialog-panel.flyout-panel .modal-container .modal-content{flex-grow:1;max-height:unset;margin:0 -24px;padding:0 24px 2rem;overflow-x:hidden;overflow-y:auto}.flyout-panel .modal-container .modal-toolbar,.mat-mdc-dialog-panel.flyout-panel .modal-container .modal-toolbar{padding:1.25rem 0 .5rem;margin-top:0;justify-content:flex-start}.flyout-panel mat-dialog-container.mat-dialog-container,.flyout-panel mat-dialog-container.mat-mdc-dialog-container,.mat-mdc-dialog-panel.flyout-panel mat-dialog-container.mat-dialog-container,.mat-mdc-dialog-panel.flyout-panel mat-dialog-container.mat-mdc-dialog-container{height:calc(100% - 46px);width:100%;border-radius:0;padding:24px;max-width:100vw;min-width:400px;resize:none}@media only screen and (max-width: 680px){.flyout-panel,.mat-mdc-dialog-panel.flyout-panel{max-width:100vw!important}}@container (max-width: 680px){.flyout-panel,.mat-mdc-dialog-panel.flyout-panel{max-width:100vw!important}}.flyout-panel .blade-wrapper .blade-header,.mat-mdc-dialog-panel.flyout-panel .blade-wrapper .blade-header{padding:4px 0;border-radius:0;box-shadow:none}@keyframes slideIn{to{transform:translate(0)}}.cdk-overlay-pane.flyout-panel{transform:translate(100%);animation:slideIn .15s forwards 0s ease}.cdk-overlay-pane.flyout-panel>mat-dialog-container.mat-dialog-container,.cdk-overlay-pane.flyout-panel>mat-dialog-container.mat-mdc-dialog-container{transform:none!important}.cdk-overlay-pane.full-screen-modal{max-width:90vw!important;max-height:90vh!important;width:100%;height:100%}.cdk-overlay-pane.full-screen-modal mat-dialog-container.mat-dialog-container,.cdk-overlay-pane.full-screen-modal mat-dialog-container.mat-mdc-dialog-container{height:100%;width:100%;max-width:unset;resize:none}.cdk-overlay-pane.full-screen-modal .mat-tab-body-wrapper,.cdk-overlay-pane.full-screen-modal .mat-mdc-tab-body-wrapper{height:100%}.cdk-overlay-pane.full-screen-modal .mat-tab-group,.cdk-overlay-pane.full-screen-modal .mat-mdc-tab-group{height:calc(100% - 49px)}.wizzard-dynamic-content .blade-header{top:75px!important}.stepper{display:flex;justify-content:space-between;position:sticky;top:0;z-index:1110;background-color:var(--background);height:75px}.step{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}.step.completed:before,.step.completed:after{border-bottom:2px solid var(--light-color)}.step.current:before{border-bottom:2px solid var(--light-color)}.step:before,.step:after{position:absolute;content:"";border-bottom:2px solid #CCCCCC;width:100%;top:41px;z-index:2}.step:before{left:-50%}.step:after{left:50%}.step .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:25px;height:25px;border-radius:50%;background-color:var(--foreground-3);font-size:1rem;color:#fff;user-select:none}.step .step-counter .icon{color:#fff;font-size:1rem;margin-top:2px}.step .step-title{margin-bottom:.5rem}.step.current .step-title{margin-bottom:.5rem;font-weight:700}.step-title span:not(:first-child){margin-left:.25rem}.step.current .step-counter{font-weight:700;background-color:var(--main-color)}.step.completed .step-counter{background-color:var(--light-color)}.step:first-child:before{content:none}.step:last-child:after{content:none}.fieldsetsContainer .fieldsetsGroup{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-columns:minmax(275px,1fr);grid-gap:1rem 2rem;align-content:start}@media only screen and (max-width: 1200px){.fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@container (max-width: 1200px){.fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media only screen and (max-width: 480px){.fieldsetsContainer .fieldsetsGroup{grid-template-columns:minmax(200px,1fr);grid-gap:1.25rem}}@container (max-width: 480px){.fieldsetsContainer .fieldsetsGroup{grid-template-columns:minmax(200px,1fr);grid-gap:1.25rem}}.dataview-filters .fieldsetsContainer .fieldsetsGroup{color:var(--foreground-2);background-color:var(--background-2);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap;padding:0 .5rem;grid-gap:0}.dataview-filters .fieldsetsContainer .fieldsetsGroup .mat-mdc-checkbox .mat-internal-form-field .mdc-label{color:var(--foreground)}.formdata .fieldsetsContainer .fieldsetsTitle{margin-bottom:.75rem;padding-top:0;padding-left:0;padding-right:0;border-bottom:1px solid var(--foreground-3);color:var(--foreground);font-size:1.125rem}.formdata .fieldsetsContainer.collapsible .fieldsetsTitle{display:flex;cursor:pointer}.formdata .fieldsetsContainer.collapsible .fieldsetsTitle .fieldsetsTitle-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.formdata .fieldsetsContainer.collapsible .fieldsetsTitle .icon{margin-left:auto;align-self:center;font-size:1rem;color:var(--foreground-2)}.formdata .fieldsetsContainer.collapsible .fieldsetsTitle .icon[class*=icon-ic_fluent_]{font-size:1.25rem}.formdata .fieldsetsContainer.collapsible .fieldsetsTitle:hover{border-color:var(--main-color);color:var(--main-color)}.formdata .fieldsetsContainer.collapsible .fieldsetsTitle:hover .icon{color:var(--main-color)}.fieldsetsContainer .fieldsetsTitle:empty{display:none}.fieldsetsContainer.child{padding:0 0 .625rem .625rem;border-left:2px solid var(--foreground-3);margin-top:.625rem;margin-left:.625rem}.fieldsetsContainer .fieldset-details{display:flex;justify-content:space-between;align-items:center;width:100%;margin:-.5rem 0 .75rem}.fieldsetsContainer .fieldset-details .fieldset-info{display:inline;align-items:center;color:var(--foreground-1);font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fieldsetsContainer .fieldset-details .fieldset-button{margin-left:1rem}.ungroup{display:contents}.ungroup .fieldsetsContainer:not(.child),.ungroup .fieldsetsContainer:not(.child)>.fieldsetsGroup{display:contents}.field-container .label-container,.datex-form-field .label-container{font-size:.75rem;display:flex;margin-right:.25rem;margin-bottom:.25rem}.field-container .datex-label,.datex-form-field .datex-label{font-size:.75rem;line-height:1.5;color:var(--foreground-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-container .field-info,.datex-form-field .field-info{margin-left:.5rem}.field-container .field-info .icon,.datex-form-field .field-info .icon{font-size:.75rem}.field-container .field-info .icon[class*=icon-ic_fluent_],.datex-form-field .field-info .icon[class*=icon-ic_fluent_]{font-size:.875rem}.field-container .toggle-option-control,.datex-form-field .toggle-option-control{display:flex;margin:.5rem .25rem .5rem 0}.field-container .toggle-options,.datex-form-field .toggle-options{margin-left:22px;padding-left:20px;border-left:2px solid var(--foreground-3)}.field-container.field-container-disabled .datex-label,.datex-form-field.field-container-disabled .datex-label{color:var(--foreground-3)}.field-container.field-container-disabled .datex-datecontainer,.field-container.field-container-disabled .datex-selectcontainer,.field-container.field-container-disabled .datex-numberbox,.field-container.field-container-disabled .datex-textbox,.field-container.field-container-disabled .datex-monaco-container,.field-container.field-container-disabled .datex-chip-list,.datex-form-field.field-container-disabled .datex-datecontainer,.datex-form-field.field-container-disabled .datex-selectcontainer,.datex-form-field.field-container-disabled .datex-numberbox,.datex-form-field.field-container-disabled .datex-textbox,.datex-form-field.field-container-disabled .datex-monaco-container,.datex-form-field.field-container-disabled .datex-chip-list{opacity:.5}.field-container.field-container-disabled .datex-selectcontainer .select-button:hover,.field-container.field-container-disabled .datex-datecontainer .date-button:hover,.datex-form-field.field-container-disabled .datex-selectcontainer .select-button:hover,.datex-form-field.field-container-disabled .datex-datecontainer .date-button:hover{background-color:unset}.dataview-filters .field-container,.dataview-filters .datex-form-field{margin:0 1.25rem 0 0;padding-left:.25rem;display:flex;align-items:center}.dataview-filters .field-container:focus-within,.dataview-filters .datex-form-field:focus-within{background-color:var(--light-color)}.dataview-filters .field-container .label-container,.dataview-filters .datex-form-field .label-container{margin-bottom:0}.dataview-filters .field-container mat-slide-toggle.datex-toggle,.dataview-filters .datex-form-field mat-slide-toggle.datex-toggle{margin:.25rem 0}.dataview-filters .field-container mat-checkbox.datex-checkbox,.dataview-filters .datex-form-field mat-checkbox.datex-checkbox{margin:.25rem 0}.dataview-filters .field-container .mat-checkbox-inner-container,.dataview-filters .field-container .mat-mdc-checkbox-inner-container,.dataview-filters .datex-form-field .mat-checkbox-inner-container,.dataview-filters .datex-form-field .mat-mdc-checkbox-inner-container{margin-top:.25rem}.dataview-filters .field-container:has(>.datex-button),.dataview-filters .field-container:has(>.datex-checkbox),.dataview-filters .field-container:has(>.datex-toggle),.dataview-filters .datex-form-field:has(>.datex-button),.dataview-filters .datex-form-field:has(>.datex-checkbox),.dataview-filters .datex-form-field:has(>.datex-toggle){padding-right:.25rem}.field-container.double,.double>.field-container,.datex-form-field.double,.double>.datex-form-field{grid-column:span 2}@media only screen and (max-width: 1200px){.field-container.double,.double>.field-container,.datex-form-field.double,.double>.datex-form-field{grid-column:span 1}}@container (max-width: 1200px){.field-container.double,.double>.field-container,.datex-form-field.double,.double>.datex-form-field{grid-column:span 1}}.field-container.full,.full>.field-container,.datex-form-field.full,.full>.datex-form-field{grid-column:1/-1}.field-container .fit-content,.field-container.fit-content,.datex-form-field .fit-content,.datex-form-field.fit-content{max-width:fit-content}.field-container.title-field,.title-field .field-container,.datex-form-field.title-field,.title-field .datex-form-field{grid-column:1/-1}.field-container.title-field:not(:has(+.subtitle-field)),.title-field .field-container:not(:has(+.subtitle-field)),.datex-form-field.title-field:not(:has(+.subtitle-field)),.title-field .datex-form-field:not(:has(+.subtitle-field)){margin-bottom:.25rem}.field-container.title-field .label-container,.title-field .field-container .label-container,.datex-form-field.title-field .label-container,.title-field .datex-form-field .label-container{display:none}.field-container.title-field input.datex-textbox,.field-container.title-field input.datex-numberbox,.field-container.title-field .datex-text,.title-field .field-container input.datex-textbox,.title-field .field-container input.datex-numberbox,.title-field .field-container .datex-text,.datex-form-field.title-field input.datex-textbox,.datex-form-field.title-field input.datex-numberbox,.datex-form-field.title-field .datex-text,.title-field .datex-form-field input.datex-textbox,.title-field .datex-form-field input.datex-numberbox,.title-field .datex-form-field .datex-text{height:auto;padding:0;border:1px solid transparent;box-shadow:none;background-color:transparent;line-height:1;color:var(--main-color);font-size:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-container.title-field:not(.field-container-disabled) input.datex-textbox:not(.readonly):hover,.field-container.title-field:not(.field-container-disabled) input.datex-textbox:not(.readonly):focus-within,.field-container.title-field:not(.field-container-disabled) input.datex-numberbox:not(.readonly):hover,.field-container.title-field:not(.field-container-disabled) input.datex-numberbox:not(.readonly):focus-within,.title-field .field-container:not(.field-container-disabled) input.datex-textbox:not(.readonly):hover,.title-field .field-container:not(.field-container-disabled) input.datex-textbox:not(.readonly):focus-within,.title-field .field-container:not(.field-container-disabled) input.datex-numberbox:not(.readonly):hover,.title-field .field-container:not(.field-container-disabled) input.datex-numberbox:not(.readonly):focus-within,.datex-form-field.title-field:not(.field-container-disabled) input.datex-textbox:not(.readonly):hover,.datex-form-field.title-field:not(.field-container-disabled) input.datex-textbox:not(.readonly):focus-within,.datex-form-field.title-field:not(.field-container-disabled) input.datex-numberbox:not(.readonly):hover,.datex-form-field.title-field:not(.field-container-disabled) input.datex-numberbox:not(.readonly):focus-within,.title-field .datex-form-field:not(.field-container-disabled) input.datex-textbox:not(.readonly):hover,.title-field .datex-form-field:not(.field-container-disabled) input.datex-textbox:not(.readonly):focus-within,.title-field .datex-form-field:not(.field-container-disabled) input.datex-numberbox:not(.readonly):hover,.title-field .datex-form-field:not(.field-container-disabled) input.datex-numberbox:not(.readonly):focus-within{outline:1px solid var(--foreground-3);outline-offset:2px}.field-container.subtitle-field,.subtitle-field .field-container,.datex-form-field.subtitle-field,.subtitle-field .datex-form-field{grid-column:1/-1;margin-top:-1rem;margin-bottom:.25rem}.field-container.subtitle-field .label-container,.subtitle-field .field-container .label-container,.datex-form-field.subtitle-field .label-container,.subtitle-field .datex-form-field .label-container{display:none}.field-container.subtitle-field input.datex-textbox,.field-container.subtitle-field input.datex-numberbox,.field-container.subtitle-field .datex-text,.subtitle-field .field-container input.datex-textbox,.subtitle-field .field-container input.datex-numberbox,.subtitle-field .field-container .datex-text,.datex-form-field.subtitle-field input.datex-textbox,.datex-form-field.subtitle-field input.datex-numberbox,.datex-form-field.subtitle-field .datex-text,.subtitle-field .datex-form-field input.datex-textbox,.subtitle-field .datex-form-field input.datex-numberbox,.subtitle-field .datex-form-field .datex-text{height:auto;padding:0;border:1px solid transparent;box-shadow:none;background-color:transparent;font-weight:400;line-height:1.5;color:var(--foreground);font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-container.subtitle-field input.datex-textbox:focus-within,.field-container.subtitle-field input.datex-numberbox:focus-within,.field-container.subtitle-field .datex-text:focus-within,.subtitle-field .field-container input.datex-textbox:focus-within,.subtitle-field .field-container input.datex-numberbox:focus-within,.subtitle-field .field-container .datex-text:focus-within,.datex-form-field.subtitle-field input.datex-textbox:focus-within,.datex-form-field.subtitle-field input.datex-numberbox:focus-within,.datex-form-field.subtitle-field .datex-text:focus-within,.subtitle-field .datex-form-field input.datex-textbox:focus-within,.subtitle-field .datex-form-field input.datex-numberbox:focus-within,.subtitle-field .datex-form-field .datex-text:focus-within{outline:none!important}.field-container.icon-picker .datex-selectcontainer,.datex-form-field.icon-picker .datex-selectcontainer{width:70px;min-width:70px}.field-container .action-control,.datex-form-field .action-control{display:flex}.field-container .action-control>*:first-child,.datex-form-field .action-control>*:first-child{flex-grow:1;min-width:0}.field-container .action-control>*+*,.datex-form-field .action-control>*+*{margin-left:.5rem}.field-container.sentence,.datex-form-field.sentence{grid-column:1/-1}.field-container.sentence .sentence-control,.datex-form-field.sentence .sentence-control{display:flex;flex-direction:row;flex-wrap:wrap}.field-container.sentence .sentence-control .clause,.datex-form-field.sentence .sentence-control .clause{margin:.25rem 0 .25rem .5rem;align-self:center}.field-container.sentence .sentence-control>.clause:first-child,.datex-form-field.sentence .sentence-control>.clause:first-child{margin-left:0}.field-container.sentence .sentence-control input.datex-textbox,.field-container.sentence .sentence-control input.datex-numberbox,.field-container.sentence .sentence-control .datex-selectcontainer,.field-container.sentence .sentence-control .datex-monaco-container,.datex-form-field.sentence .sentence-control input.datex-textbox,.datex-form-field.sentence .sentence-control input.datex-numberbox,.datex-form-field.sentence .sentence-control .datex-selectcontainer,.datex-form-field.sentence .sentence-control .datex-monaco-container{min-width:200px}.field-container .clause,.datex-form-field .clause{position:relative}mat-form-field.datex-form-field{vertical-align:top}mat-form-field.datex-form-field .mat-form-field-label-wrapper,mat-form-field.datex-form-field .mat-mdc-form-field-label-wrapper{top:-2.3rem;padding-top:0}mat-form-field.datex-form-field .mat-form-field-label-wrapper .mat-form-field-label,mat-form-field.datex-form-field .mat-form-field-label-wrapper .mat-mdc-form-field-label,mat-form-field.datex-form-field .mat-mdc-form-field-label-wrapper .mat-form-field-label,mat-form-field.datex-form-field .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label{display:block;overflow:visible}mat-form-field.datex-form-field .mat-form-field-underline,mat-form-field.datex-form-field .mat-mdc-form-field-underline,mat-form-field.datex-form-field .mat-ripple,mat-form-field.datex-form-field .mat-mdc-ripple{display:none}mat-form-field.datex-form-field .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label,mat-form-field.datex-form-field .mat-mdc-form-field-autofill-control:-webkit-autofill+.mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label{display:block}.grouped-fields{display:flex;flex-direction:row}.grouped-fields .fill-group{flex-grow:1;margin-left:1.25rem}.tab-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.tab-container .tab,.tab-container .mat-tab-label,.tab-container .mat-mdc-tab-label{margin-right:1.5625rem;z-index:50;cursor:pointer;color:var(--foreground-2);user-select:none;display:flex;position:relative}.tab-container .tab .active,.tab-container .tab.mat-tab-label-active,.tab-container .tab.mat-mdc-tab-label-active,.tab-container .mat-tab-label .active,.tab-container .mat-tab-label.mat-tab-label-active,.tab-container .mat-tab-label.mat-mdc-tab-label-active,.tab-container .mat-mdc-tab-label .active,.tab-container .mat-mdc-tab-label.mat-tab-label-active,.tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active{color:var(--foreground);border-bottom:2px solid var(--main-color)}.tab-container .tab h2,.tab-container .mat-tab-label h2,.tab-container .mat-mdc-tab-label h2{font-size:1.5rem;border-bottom:2px solid transparent}.tab-container .tab h2:hover,.tab-container .mat-tab-label h2:hover,.tab-container .mat-mdc-tab-label h2:hover{border-bottom:2px solid var(--main-color)}.tab-container .tab button.edit,.tab-container .mat-tab-label button.edit,.tab-container .mat-mdc-tab-label button.edit{min-width:0;padding:0}.tab-container .tab button.edit .icon,.tab-container .mat-tab-label button.edit .icon,.tab-container .mat-mdc-tab-label button.edit .icon{font-size:1rem}.tab-container .tab button.edit .icon[class*=icon-ic_fluent_],.tab-container .mat-tab-label button.edit .icon[class*=icon-ic_fluent_],.tab-container .mat-mdc-tab-label button.edit .icon[class*=icon-ic_fluent_]{font-size:1.125rem}.modal-container .tab-container .tab,.datex-card .tab-container .tab,.modal-container .tab-container .mat-tab-label,.datex-card .tab-container .mat-tab-label,.modal-container .tab-container .mat-mdc-tab-label,.datex-card .tab-container .mat-mdc-tab-label{margin-right:1rem}.modal-container .tab-container .tab h2,.datex-card .tab-container .tab h2,.modal-container .tab-container .mat-tab-label h2,.datex-card .tab-container .mat-tab-label h2,.modal-container .tab-container .mat-mdc-tab-label h2,.datex-card .tab-container .mat-mdc-tab-label h2,.tab-container.mini .tab,.tab-container.mini .tab h2,.tab-container.mini .mat-tab-label,.tab-container.mini .mat-mdc-tab-label{font-size:1.125rem}.tab-container .mat-tab-header,.tab-container .mat-mdc-tab-header{border-bottom:none}.tab-container .mat-tab-label,.tab-container .mat-mdc-tab-label{font-size:1.5rem;margin-top:.75rem;padding:0;min-width:0;border-bottom:2px solid transparent;opacity:1}.tab-container .mat-tab-label:hover,.tab-container .mat-mdc-tab-label:hover{border-bottom:2px solid var(--main-color)}.tab-container .mat-ink-bar,.tab-container .mat-mdc-ink-bar{display:none}.tab-container.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.tab-container.mat-mdc-tab-group.mat-primary .mat-mdc-tab-label.cdk-program-focused:not(.mat-mdc-tab-disabled){background:transparent}.toolContainer{display:contents}.tool-separator{margin:7px 10px}.blade-tools .tool-separator,.dataview-tools .tool-separator{border-right:1px solid var(--foreground-3)}.blade-tools,.dataview-tools{color:var(--main-color)}.blade-tools button.datex-button.primary,.blade-tools button.datex-button.secondary,.blade-tools button.datex-button.tertiary,.dataview-tools button.datex-button.primary,.dataview-tools button.datex-button.secondary,.dataview-tools button.datex-button.tertiary{margin-right:.25rem}.blade-tools button.datex-button.primary+button.datex-button.primary,.blade-tools button.datex-button.primary+button.datex-button.secondary,.blade-tools button.datex-button.primary+button.datex-button.tertiary,.blade-tools button.datex-button.secondary+button.datex-button.primary,.blade-tools button.datex-button.secondary+button.datex-button.secondary,.blade-tools button.datex-button.secondary+button.datex-button.tertiary,.blade-tools button.datex-button.tertiary+button.datex-button.primary,.blade-tools button.datex-button.tertiary+button.datex-button.secondary,.blade-tools button.datex-button.tertiary+button.datex-button.tertiary,.dataview-tools button.datex-button.primary+button.datex-button.primary,.dataview-tools button.datex-button.primary+button.datex-button.secondary,.dataview-tools button.datex-button.primary+button.datex-button.tertiary,.dataview-tools button.datex-button.secondary+button.datex-button.primary,.dataview-tools button.datex-button.secondary+button.datex-button.secondary,.dataview-tools button.datex-button.secondary+button.datex-button.tertiary,.dataview-tools button.datex-button.tertiary+button.datex-button.primary,.dataview-tools button.datex-button.tertiary+button.datex-button.secondary,.dataview-tools button.datex-button.tertiary+button.datex-button.tertiary{margin-left:0}.blade-tools .toolContainer:not(:first-child) button.datex-button.primary,.blade-tools .toolContainer:not(:first-child) button.datex-button.secondary,.blade-tools .toolContainer:not(:first-child) button.datex-button.tertiary,.blade-tools button.datex-button.primary:not(:first-child),.blade-tools button.datex-button.secondary:not(:first-child),.blade-tools button.datex-button.tertiary:not(:first-child),.dataview-tools .toolContainer:not(:first-child) button.datex-button.primary,.dataview-tools .toolContainer:not(:first-child) button.datex-button.secondary,.dataview-tools .toolContainer:not(:first-child) button.datex-button.tertiary,.dataview-tools button.datex-button.primary:not(:first-child),.dataview-tools button.datex-button.secondary:not(:first-child),.dataview-tools button.datex-button.tertiary:not(:first-child){margin-left:.25rem}.toolbar-container{display:flex}.card.datex-card,mat-card.card.datex-card,mat-mdc-card.card.datex-card{display:grid;grid-template-columns:1fr auto;gap:14px;align-content:start;height:100%;min-width:0;min-height:0;padding:.625rem!important;border-radius:4px;border:1px solid var(--foreground-3);box-shadow:var(--shadow-4);overflow-y:auto;overflow-x:auto;background:var(--background);color:var(--foreground);border-style:solid;border-width:1px;scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent}.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:var(--color-new)}.card.datex-card.creation.border-top,mat-card.card.datex-card.creation.border-top,mat-mdc-card.card.datex-card.creation.border-top{border-top-width:6px;border-top-color:var(--color-new)}.card.datex-card.creation.border-right,mat-card.card.datex-card.creation.border-right,mat-mdc-card.card.datex-card.creation.border-right{border-right-width:6px;border-right-color:var(--color-new)}.card.datex-card.creation.border-bottom,mat-card.card.datex-card.creation.border-bottom,mat-mdc-card.card.datex-card.creation.border-bottom{border-bottom-width:6px;border-bottom-color:var(--color-new)}.card.datex-card.creation.border-left,mat-card.card.datex-card.creation.border-left,mat-mdc-card.card.datex-card.creation.border-left{border-left-width:6px;border-left-color:var(--color-new)}.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:var(--color-attention)}.card.datex-card.attention.border-top,mat-card.card.datex-card.attention.border-top,mat-mdc-card.card.datex-card.attention.border-top{border-top-width:6px;border-top-color:var(--color-attention)}.card.datex-card.attention.border-right,mat-card.card.datex-card.attention.border-right,mat-mdc-card.card.datex-card.attention.border-right{border-right-width:6px;border-right-color:var(--color-attention)}.card.datex-card.attention.border-bottom,mat-card.card.datex-card.attention.border-bottom,mat-mdc-card.card.datex-card.attention.border-bottom{border-bottom-width:6px;border-bottom-color:var(--color-attention)}.card.datex-card.attention.border-left,mat-card.card.datex-card.attention.border-left,mat-mdc-card.card.datex-card.attention.border-left{border-left-width:6px;border-left-color:var(--color-attention)}.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:var(--color-important)}.card.datex-card.important.border-top,mat-card.card.datex-card.important.border-top,mat-mdc-card.card.datex-card.important.border-top{border-top-width:6px;border-top-color:var(--color-important)}.card.datex-card.important.border-right,mat-card.card.datex-card.important.border-right,mat-mdc-card.card.datex-card.important.border-right{border-right-width:6px;border-right-color:var(--color-important)}.card.datex-card.important.border-bottom,mat-card.card.datex-card.important.border-bottom,mat-mdc-card.card.datex-card.important.border-bottom{border-bottom-width:6px;border-bottom-color:var(--color-important)}.card.datex-card.important.border-left,mat-card.card.datex-card.important.border-left,mat-mdc-card.card.datex-card.important.border-left{border-left-width:6px;border-left-color:var(--color-important)}.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#707070}.card.datex-card.status-created.border-top,mat-card.card.datex-card.status-created.border-top,mat-mdc-card.card.datex-card.status-created.border-top{border-top-width:6px;border-top-color:#707070}.card.datex-card.status-created.border-right,mat-card.card.datex-card.status-created.border-right,mat-mdc-card.card.datex-card.status-created.border-right{border-right-width:6px;border-right-color:#707070}.card.datex-card.status-created.border-bottom,mat-card.card.datex-card.status-created.border-bottom,mat-mdc-card.card.datex-card.status-created.border-bottom{border-bottom-width:6px;border-bottom-color:#707070}.card.datex-card.status-created.border-left,mat-card.card.datex-card.status-created.border-left,mat-mdc-card.card.datex-card.status-created.border-left{border-left-width:6px;border-left-color:#707070}.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#d24d2a}.card.datex-card.status-a.border-top,mat-card.card.datex-card.status-a.border-top,mat-mdc-card.card.datex-card.status-a.border-top{border-top-width:6px;border-top-color:#d24d2a}.card.datex-card.status-a.border-right,mat-card.card.datex-card.status-a.border-right,mat-mdc-card.card.datex-card.status-a.border-right{border-right-width:6px;border-right-color:#d24d2a}.card.datex-card.status-a.border-bottom,mat-card.card.datex-card.status-a.border-bottom,mat-mdc-card.card.datex-card.status-a.border-bottom{border-bottom-width:6px;border-bottom-color:#d24d2a}.card.datex-card.status-a.border-left,mat-card.card.datex-card.status-a.border-left,mat-mdc-card.card.datex-card.status-a.border-left{border-left-width:6px;border-left-color:#d24d2a}.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#eb8225}.card.datex-card.status-b.border-top,mat-card.card.datex-card.status-b.border-top,mat-mdc-card.card.datex-card.status-b.border-top{border-top-width:6px;border-top-color:#eb8225}.card.datex-card.status-b.border-right,mat-card.card.datex-card.status-b.border-right,mat-mdc-card.card.datex-card.status-b.border-right{border-right-width:6px;border-right-color:#eb8225}.card.datex-card.status-b.border-bottom,mat-card.card.datex-card.status-b.border-bottom,mat-mdc-card.card.datex-card.status-b.border-bottom{border-bottom-width:6px;border-bottom-color:#eb8225}.card.datex-card.status-b.border-left,mat-card.card.datex-card.status-b.border-left,mat-mdc-card.card.datex-card.status-b.border-left{border-left-width:6px;border-left-color:#eb8225}.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#fabf14}.card.datex-card.status-c.border-top,mat-card.card.datex-card.status-c.border-top,mat-mdc-card.card.datex-card.status-c.border-top{border-top-width:6px;border-top-color:#fabf14}.card.datex-card.status-c.border-right,mat-card.card.datex-card.status-c.border-right,mat-mdc-card.card.datex-card.status-c.border-right{border-right-width:6px;border-right-color:#fabf14}.card.datex-card.status-c.border-bottom,mat-card.card.datex-card.status-c.border-bottom,mat-mdc-card.card.datex-card.status-c.border-bottom{border-bottom-width:6px;border-bottom-color:#fabf14}.card.datex-card.status-c.border-left,mat-card.card.datex-card.status-c.border-left,mat-mdc-card.card.datex-card.status-c.border-left{border-left-width:6px;border-left-color:#fabf14}.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#9eb13a}.card.datex-card.status-d.border-top,mat-card.card.datex-card.status-d.border-top,mat-mdc-card.card.datex-card.status-d.border-top{border-top-width:6px;border-top-color:#9eb13a}.card.datex-card.status-d.border-right,mat-card.card.datex-card.status-d.border-right,mat-mdc-card.card.datex-card.status-d.border-right{border-right-width:6px;border-right-color:#9eb13a}.card.datex-card.status-d.border-bottom,mat-card.card.datex-card.status-d.border-bottom,mat-mdc-card.card.datex-card.status-d.border-bottom{border-bottom-width:6px;border-bottom-color:#9eb13a}.card.datex-card.status-d.border-left,mat-card.card.datex-card.status-d.border-left,mat-mdc-card.card.datex-card.status-d.border-left{border-left-width:6px;border-left-color:#9eb13a}.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#48a429}.card.datex-card.status-complete.border-top,mat-card.card.datex-card.status-complete.border-top,mat-mdc-card.card.datex-card.status-complete.border-top{border-top-width:6px;border-top-color:#48a429}.card.datex-card.status-complete.border-right,mat-card.card.datex-card.status-complete.border-right,mat-mdc-card.card.datex-card.status-complete.border-right{border-right-width:6px;border-right-color:#48a429}.card.datex-card.status-complete.border-bottom,mat-card.card.datex-card.status-complete.border-bottom,mat-mdc-card.card.datex-card.status-complete.border-bottom{border-bottom-width:6px;border-bottom-color:#48a429}.card.datex-card.status-complete.border-left,mat-card.card.datex-card.status-complete.border-left,mat-mdc-card.card.datex-card.status-complete.border-left{border-left-width:6px;border-left-color:#48a429}.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#48a429}.card.datex-card.active.border-top,mat-card.card.datex-card.active.border-top,mat-mdc-card.card.datex-card.active.border-top{border-top-width:6px;border-top-color:#48a429}.card.datex-card.active.border-right,mat-card.card.datex-card.active.border-right,mat-mdc-card.card.datex-card.active.border-right{border-right-width:6px;border-right-color:#48a429}.card.datex-card.active.border-bottom,mat-card.card.datex-card.active.border-bottom,mat-mdc-card.card.datex-card.active.border-bottom{border-bottom-width:6px;border-bottom-color:#48a429}.card.datex-card.active.border-left,mat-card.card.datex-card.active.border-left,mat-mdc-card.card.datex-card.active.border-left{border-left-width:6px;border-left-color:#48a429}.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#be1814}.card.datex-card.status-canceled.border-top,mat-card.card.datex-card.status-canceled.border-top,mat-mdc-card.card.datex-card.status-canceled.border-top{border-top-width:6px;border-top-color:#be1814}.card.datex-card.status-canceled.border-right,mat-card.card.datex-card.status-canceled.border-right,mat-mdc-card.card.datex-card.status-canceled.border-right{border-right-width:6px;border-right-color:#be1814}.card.datex-card.status-canceled.border-bottom,mat-card.card.datex-card.status-canceled.border-bottom,mat-mdc-card.card.datex-card.status-canceled.border-bottom{border-bottom-width:6px;border-bottom-color:#be1814}.card.datex-card.status-canceled.border-left,mat-card.card.datex-card.status-canceled.border-left,mat-mdc-card.card.datex-card.status-canceled.border-left{border-left-width:6px;border-left-color:#be1814}.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#707070}.card.datex-card.planned.border-top,mat-card.card.datex-card.planned.border-top,mat-mdc-card.card.datex-card.planned.border-top{border-top-width:6px;border-top-color:#707070}.card.datex-card.planned.border-right,mat-card.card.datex-card.planned.border-right,mat-mdc-card.card.datex-card.planned.border-right{border-right-width:6px;border-right-color:#707070}.card.datex-card.planned.border-bottom,mat-card.card.datex-card.planned.border-bottom,mat-mdc-card.card.datex-card.planned.border-bottom{border-bottom-width:6px;border-bottom-color:#707070}.card.datex-card.planned.border-left,mat-card.card.datex-card.planned.border-left,mat-mdc-card.card.datex-card.planned.border-left{border-left-width:6px;border-left-color:#707070}.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#707070}.card.datex-card.inactive.border-top,mat-card.card.datex-card.inactive.border-top,mat-mdc-card.card.datex-card.inactive.border-top{border-top-width:6px;border-top-color:#707070}.card.datex-card.inactive.border-right,mat-card.card.datex-card.inactive.border-right,mat-mdc-card.card.datex-card.inactive.border-right{border-right-width:6px;border-right-color:#707070}.card.datex-card.inactive.border-bottom,mat-card.card.datex-card.inactive.border-bottom,mat-mdc-card.card.datex-card.inactive.border-bottom{border-bottom-width:6px;border-bottom-color:#707070}.card.datex-card.inactive.border-left,mat-card.card.datex-card.inactive.border-left,mat-mdc-card.card.datex-card.inactive.border-left{border-left-width:6px;border-left-color:#707070}.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#669b00}.card.datex-card.theme-greenyellow.border-top,mat-card.card.datex-card.theme-greenyellow.border-top,mat-mdc-card.card.datex-card.theme-greenyellow.border-top{border-top-width:6px;border-top-color:#669b00}.card.datex-card.theme-greenyellow.border-right,mat-card.card.datex-card.theme-greenyellow.border-right,mat-mdc-card.card.datex-card.theme-greenyellow.border-right{border-right-width:6px;border-right-color:#669b00}.card.datex-card.theme-greenyellow.border-bottom,mat-card.card.datex-card.theme-greenyellow.border-bottom,mat-mdc-card.card.datex-card.theme-greenyellow.border-bottom{border-bottom-width:6px;border-bottom-color:#669b00}.card.datex-card.theme-greenyellow.border-left,mat-card.card.datex-card.theme-greenyellow.border-left,mat-mdc-card.card.datex-card.theme-greenyellow.border-left{border-left-width:6px;border-left-color:#669b00}.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#008636}.card.datex-card.theme-green.border-top,mat-card.card.datex-card.theme-green.border-top,mat-mdc-card.card.datex-card.theme-green.border-top{border-top-width:6px;border-top-color:#008636}.card.datex-card.theme-green.border-right,mat-card.card.datex-card.theme-green.border-right,mat-mdc-card.card.datex-card.theme-green.border-right{border-right-width:6px;border-right-color:#008636}.card.datex-card.theme-green.border-bottom,mat-card.card.datex-card.theme-green.border-bottom,mat-mdc-card.card.datex-card.theme-green.border-bottom{border-bottom-width:6px;border-bottom-color:#008636}.card.datex-card.theme-green.border-left,mat-card.card.datex-card.theme-green.border-left,mat-mdc-card.card.datex-card.theme-green.border-left{border-left-width:6px;border-left-color:#008636}.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#00796b}.card.datex-card.theme-teal.border-top,mat-card.card.datex-card.theme-teal.border-top,mat-mdc-card.card.datex-card.theme-teal.border-top{border-top-width:6px;border-top-color:#00796b}.card.datex-card.theme-teal.border-right,mat-card.card.datex-card.theme-teal.border-right,mat-mdc-card.card.datex-card.theme-teal.border-right{border-right-width:6px;border-right-color:#00796b}.card.datex-card.theme-teal.border-bottom,mat-card.card.datex-card.theme-teal.border-bottom,mat-mdc-card.card.datex-card.theme-teal.border-bottom{border-bottom-width:6px;border-bottom-color:#00796b}.card.datex-card.theme-teal.border-left,mat-card.card.datex-card.theme-teal.border-left,mat-mdc-card.card.datex-card.theme-teal.border-left{border-left-width:6px;border-left-color:#00796b}.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#722f76}.card.datex-card.theme-purple.border-top,mat-card.card.datex-card.theme-purple.border-top,mat-mdc-card.card.datex-card.theme-purple.border-top{border-top-width:6px;border-top-color:#722f76}.card.datex-card.theme-purple.border-right,mat-card.card.datex-card.theme-purple.border-right,mat-mdc-card.card.datex-card.theme-purple.border-right{border-right-width:6px;border-right-color:#722f76}.card.datex-card.theme-purple.border-bottom,mat-card.card.datex-card.theme-purple.border-bottom,mat-mdc-card.card.datex-card.theme-purple.border-bottom{border-bottom-width:6px;border-bottom-color:#722f76}.card.datex-card.theme-purple.border-left,mat-card.card.datex-card.theme-purple.border-left,mat-mdc-card.card.datex-card.theme-purple.border-left{border-left-width:6px;border-left-color:#722f76}.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#d44018}.card.datex-card.theme-red.border-top,mat-card.card.datex-card.theme-red.border-top,mat-mdc-card.card.datex-card.theme-red.border-top{border-top-width:6px;border-top-color:#d44018}.card.datex-card.theme-red.border-right,mat-card.card.datex-card.theme-red.border-right,mat-mdc-card.card.datex-card.theme-red.border-right{border-right-width:6px;border-right-color:#d44018}.card.datex-card.theme-red.border-bottom,mat-card.card.datex-card.theme-red.border-bottom,mat-mdc-card.card.datex-card.theme-red.border-bottom{border-bottom-width:6px;border-bottom-color:#d44018}.card.datex-card.theme-red.border-left,mat-card.card.datex-card.theme-red.border-left,mat-mdc-card.card.datex-card.theme-red.border-left{border-left-width:6px;border-left-color:#d44018}.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#e67f18}.card.datex-card.theme-orange.border-top,mat-card.card.datex-card.theme-orange.border-top,mat-mdc-card.card.datex-card.theme-orange.border-top{border-top-width:6px;border-top-color:#e67f18}.card.datex-card.theme-orange.border-right,mat-card.card.datex-card.theme-orange.border-right,mat-mdc-card.card.datex-card.theme-orange.border-right{border-right-width:6px;border-right-color:#e67f18}.card.datex-card.theme-orange.border-bottom,mat-card.card.datex-card.theme-orange.border-bottom,mat-mdc-card.card.datex-card.theme-orange.border-bottom{border-bottom-width:6px;border-bottom-color:#e67f18}.card.datex-card.theme-orange.border-left,mat-card.card.datex-card.theme-orange.border-left,mat-mdc-card.card.datex-card.theme-orange.border-left{border-left-width:6px;border-left-color:#e67f18}.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#a02f55}.card.datex-card.theme-rose.border-top,mat-card.card.datex-card.theme-rose.border-top,mat-mdc-card.card.datex-card.theme-rose.border-top{border-top-width:6px;border-top-color:#a02f55}.card.datex-card.theme-rose.border-right,mat-card.card.datex-card.theme-rose.border-right,mat-mdc-card.card.datex-card.theme-rose.border-right{border-right-width:6px;border-right-color:#a02f55}.card.datex-card.theme-rose.border-bottom,mat-card.card.datex-card.theme-rose.border-bottom,mat-mdc-card.card.datex-card.theme-rose.border-bottom{border-bottom-width:6px;border-bottom-color:#a02f55}.card.datex-card.theme-rose.border-left,mat-card.card.datex-card.theme-rose.border-left,mat-mdc-card.card.datex-card.theme-rose.border-left{border-left-width:6px;border-left-color:#a02f55}.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#e9aa00}.card.datex-card.theme-yellow.border-top,mat-card.card.datex-card.theme-yellow.border-top,mat-mdc-card.card.datex-card.theme-yellow.border-top{border-top-width:6px;border-top-color:#e9aa00}.card.datex-card.theme-yellow.border-right,mat-card.card.datex-card.theme-yellow.border-right,mat-mdc-card.card.datex-card.theme-yellow.border-right{border-right-width:6px;border-right-color:#e9aa00}.card.datex-card.theme-yellow.border-bottom,mat-card.card.datex-card.theme-yellow.border-bottom,mat-mdc-card.card.datex-card.theme-yellow.border-bottom{border-bottom-width:6px;border-bottom-color:#e9aa00}.card.datex-card.theme-yellow.border-left,mat-card.card.datex-card.theme-yellow.border-left,mat-mdc-card.card.datex-card.theme-yellow.border-left{border-left-width:6px;border-left-color:#e9aa00}.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#884124}.card.datex-card.theme-brown.border-top,mat-card.card.datex-card.theme-brown.border-top,mat-mdc-card.card.datex-card.theme-brown.border-top{border-top-width:6px;border-top-color:#884124}.card.datex-card.theme-brown.border-right,mat-card.card.datex-card.theme-brown.border-right,mat-mdc-card.card.datex-card.theme-brown.border-right{border-right-width:6px;border-right-color:#884124}.card.datex-card.theme-brown.border-bottom,mat-card.card.datex-card.theme-brown.border-bottom,mat-mdc-card.card.datex-card.theme-brown.border-bottom{border-bottom-width:6px;border-bottom-color:#884124}.card.datex-card.theme-brown.border-left,mat-card.card.datex-card.theme-brown.border-left,mat-mdc-card.card.datex-card.theme-brown.border-left{border-left-width:6px;border-left-color:#884124}.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#455a64}.card.datex-card.theme-greyblue.border-top,mat-card.card.datex-card.theme-greyblue.border-top,mat-mdc-card.card.datex-card.theme-greyblue.border-top{border-top-width:6px;border-top-color:#455a64}.card.datex-card.theme-greyblue.border-right,mat-card.card.datex-card.theme-greyblue.border-right,mat-mdc-card.card.datex-card.theme-greyblue.border-right{border-right-width:6px;border-right-color:#455a64}.card.datex-card.theme-greyblue.border-bottom,mat-card.card.datex-card.theme-greyblue.border-bottom,mat-mdc-card.card.datex-card.theme-greyblue.border-bottom{border-bottom-width:6px;border-bottom-color:#455a64}.card.datex-card.theme-greyblue.border-left,mat-card.card.datex-card.theme-greyblue.border-left,mat-mdc-card.card.datex-card.theme-greyblue.border-left{border-left-width:6px;border-left-color:#455a64}.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,mat-mdc-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#585858}.card.datex-card.theme-grey.border-top,mat-card.card.datex-card.theme-grey.border-top,mat-mdc-card.card.datex-card.theme-grey.border-top{border-top-width:6px;border-top-color:#585858}.card.datex-card.theme-grey.border-right,mat-card.card.datex-card.theme-grey.border-right,mat-mdc-card.card.datex-card.theme-grey.border-right{border-right-width:6px;border-right-color:#585858}.card.datex-card.theme-grey.border-bottom,mat-card.card.datex-card.theme-grey.border-bottom,mat-mdc-card.card.datex-card.theme-grey.border-bottom{border-bottom-width:6px;border-bottom-color:#585858}.card.datex-card.theme-grey.border-left,mat-card.card.datex-card.theme-grey.border-left,mat-mdc-card.card.datex-card.theme-grey.border-left{border-left-width:6px;border-left-color:#585858}.card.datex-card::-webkit-scrollbar,mat-card.card.datex-card::-webkit-scrollbar,mat-mdc-card.card.datex-card::-webkit-scrollbar{width:10px;height:10px}.card.datex-card::-webkit-scrollbar-track,mat-card.card.datex-card::-webkit-scrollbar-track,mat-mdc-card.card.datex-card::-webkit-scrollbar-track{background:transparent;margin:2px}.card.datex-card::-webkit-scrollbar-thumb:horizontal,mat-card.card.datex-card::-webkit-scrollbar-thumb:horizontal,mat-mdc-card.card.datex-card::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.card.datex-card::-webkit-scrollbar-thumb:vertical,mat-card.card.datex-card::-webkit-scrollbar-thumb:vertical,mat-mdc-card.card.datex-card::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.card.datex-card::-webkit-scrollbar-thumb:hover,mat-card.card.datex-card::-webkit-scrollbar-thumb:hover,mat-mdc-card.card.datex-card::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.card.datex-card *,mat-card.card.datex-card *,mat-mdc-card.card.datex-card *{min-width:0}.card.datex-card .card-header,mat-card.card.datex-card .card-header,mat-mdc-card.card.datex-card .card-header{display:contents}.card.datex-card .card-header .card-title-container,mat-card.card.datex-card .card-header .card-title-container,mat-mdc-card.card.datex-card .card-header .card-title-container{display:block}.card.datex-card .card-header .card-title-container div:first-child,mat-card.card.datex-card .card-header .card-title-container div:first-child,mat-mdc-card.card.datex-card .card-header .card-title-container div:first-child{display:inline-block;position:relative;top:-2px}.card.datex-card .card-header .card-title-container .card-title,mat-card.card.datex-card .card-header .card-title-container .card-title,mat-mdc-card.card.datex-card .card-header .card-title-container .card-title{display:block;position:relative;top:6px;margin-bottom:0;margin-top:-12px;color:var(--foreground);font-size:1.25rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.card.datex-card .card-header .card-title-container .card-title.card-title-link,mat-card.card.datex-card .card-header .card-title-container .card-title.card-title-link,mat-mdc-card.card.datex-card .card-header .card-title-container .card-title.card-title-link{color:var(--main-color);font-weight:700;cursor:pointer;font-weight:400}.card.datex-card .card-header .card-title-container .card-title.card-title-link:hover,mat-card.card.datex-card .card-header .card-title-container .card-title.card-title-link:hover,mat-mdc-card.card.datex-card .card-header .card-title-container .card-title.card-title-link:hover{text-decoration:underline}.card.datex-card .card-header .card-title-container .card-subtitle,mat-card.card.datex-card .card-header .card-title-container .card-subtitle,mat-mdc-card.card.datex-card .card-header .card-title-container .card-subtitle{color:var(--foreground);font-size:.875rem;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card.datex-card .card-header .card-icon-container,mat-card.card.datex-card .card-header .card-icon-container,mat-mdc-card.card.datex-card .card-header .card-icon-container{display:flex;gap:.5rem;grid-column:2/3;align-items:center;height:fit-content}.card.datex-card .card-header .card-icon-container .card-icon,mat-card.card.datex-card .card-header .card-icon-container .card-icon,mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon{font-size:1rem}.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-sm,mat-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-sm,mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-sm{font-size:1rem}.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-md,mat-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-md,mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-md{font-size:2rem}.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-lg,mat-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-lg,mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-size-lg{font-size:3rem}.card.datex-card .card-header .card-icon-container .card-icon.card-icon-transparency-transparent,mat-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-transparency-transparent,mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon.card-icon-transparency-transparent{opacity:.5}.card.datex-card .card-header .card-icon-container .card-icon-text,mat-card.card.datex-card .card-header .card-icon-container .card-icon-text,mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon-text{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card.datex-card .card-header .card-image,mat-card.card.datex-card .card-header .card-image,mat-mdc-card.card.datex-card .card-header .card-image{grid-row:1/3;grid-column:2/3}.card.datex-card .card-content,.card.datex-card .formdata,mat-card.card.datex-card .card-content,mat-card.card.datex-card .formdata,mat-mdc-card.card.datex-card .card-content,mat-mdc-card.card.datex-card .formdata{display:contents}.card.datex-card>:nth-child(n+3),mat-card.card.datex-card>:nth-child(n+3),mat-mdc-card.card.datex-card>:nth-child(n+3){grid-column:1/-1}.card.datex-card>mat-card-content>.formdata>.fieldset-container,.card.datex-card>.card-content>.formdata>.fieldset-container,mat-card.card.datex-card>mat-card-content>.formdata>.fieldset-container,mat-card.card.datex-card>.card-content>.formdata>.fieldset-container,mat-mdc-card.card.datex-card>mat-card-content>.formdata>.fieldset-container,mat-mdc-card.card.datex-card>.card-content>.formdata>.fieldset-container{grid-column:1/-1}.card.datex-card .card-content .datex-tabcontrol,mat-card.card.datex-card .card-content .datex-tabcontrol,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol{grid-column:1/-1}.card.datex-card .card-content .datex-tabcontrol .tab:only-child,.card.datex-card .card-content .datex-tabcontrol .summary-container,mat-card.card.datex-card .card-content .datex-tabcontrol .tab:only-child,mat-card.card.datex-card .card-content .datex-tabcontrol .summary-container,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .tab:only-child,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .summary-container{display:none}.card.datex-card .card-content .datex-tabcontrol .dataview-grid,mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid{scrollbar-color:initial}.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid,mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#0001001a,#fff0),linear-gradient(to left,#0001001a,#fff0)}.dark-theme .card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid,.dark-theme mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid,.dark-theme mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff1a,#00010000),linear-gradient(to left,#ffffff1a,#00010000)}@media (prefers-color-scheme: dark){:root .card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid,:root mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid,:root mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff1a,#00010000),linear-gradient(to left,#ffffff1a,#00010000)}}.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container:not(.fit-content-table)>.grid-table>.grid-table-row>.grid-table-cell-data.grid-table-row-expander,mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container:not(.fit-content-table)>.grid-table>.grid-table-row>.grid-table-cell-data.grid-table-row-expander,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container:not(.fit-content-table)>.grid-table>.grid-table-row>.grid-table-cell-data.grid-table-row-expander{max-width:unset}.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox,.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container .grid-table-row .grid-table-cell-checkbox,mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox,mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container .grid-table-row .grid-table-cell-checkbox,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-container .grid-table-row .grid-table-cell-checkbox{width:2rem!important;min-width:2rem!important;max-width:2rem!important;padding-left:.25rem!important;padding-right:.25rem!important}.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button,mat-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button,mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .dataview-grid .grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button{height:100%}.card.datex-card .card-content .datex-tabcontrol .pagination span:nth-child(1),.card.datex-card .card-content .datex-tabcontrol .pagination a:nth-child(2),.card.datex-card .card-content .datex-tabcontrol .pagination a:nth-child(6),mat-card.card.datex-card .card-content .datex-tabcontrol .pagination span:nth-child(1),mat-card.card.datex-card .card-content .datex-tabcontrol .pagination a:nth-child(2),mat-card.card.datex-card .card-content .datex-tabcontrol .pagination a:nth-child(6),mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .pagination span:nth-child(1),mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .pagination a:nth-child(2),mat-mdc-card.card.datex-card .card-content .datex-tabcontrol .pagination a:nth-child(6){display:none}.card.datex-card .card-actions,mat-card.card.datex-card .card-actions,mat-mdc-card.card.datex-card .card-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1.25rem;padding:0;margin:0;color:var(--main-color)}.card.datex-card .card-actions button.datex-button.destructive,mat-card.card.datex-card .card-actions button.datex-button.destructive,mat-mdc-card.card.datex-card .card-actions button.datex-button.destructive{color:var(--color-important);background:transparent;margin-left:auto}.card.datex-card .card-actions button.datex-button.destructive .mat-button-focus-overlay,.card.datex-card .card-actions button.datex-button.destructive .mat-mdc-button-focus-overlay,.card.datex-card .card-actions button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,mat-card.card.datex-card .card-actions button.datex-button.destructive .mat-button-focus-overlay,mat-card.card.datex-card .card-actions button.datex-button.destructive .mat-mdc-button-focus-overlay,mat-card.card.datex-card .card-actions button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,mat-mdc-card.card.datex-card .card-actions button.datex-button.destructive .mat-button-focus-overlay,mat-mdc-card.card.datex-card .card-actions button.datex-button.destructive .mat-mdc-button-focus-overlay,mat-mdc-card.card.datex-card .card-actions button.datex-button.destructive .mat-mdc-button-persistent-ripple:before{background:var(--color-important)}.card.datex-card .card-footer,mat-card.card.datex-card .card-footer,mat-mdc-card.card.datex-card .card-footer{display:contents;padding:0}.card.datex-card>mat-card-content.image-card:first-of-type>.formdata>div:first-of-type,mat-card.card.datex-card>mat-card-content.image-card:first-of-type>.formdata>div:first-of-type,mat-mdc-card.card.datex-card>mat-card-content.image-card:first-of-type>.formdata>div:first-of-type{grid-column:1/2}.card.datex-card .fieldsetsContainer .fieldsetsGroup,mat-card.card.datex-card .fieldsetsContainer .fieldsetsGroup,mat-mdc-card.card.datex-card .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-columns:minmax(150px,1fr);column-gap:20px;row-gap:14px}.card.datex-card .formdata>.fieldset-container:not(:first-child),.card.datex-card .formdata>.fieldsetsContainer:not(:first-child):not(.child),mat-card.card.datex-card .formdata>.fieldset-container:not(:first-child),mat-card.card.datex-card .formdata>.fieldsetsContainer:not(:first-child):not(.child),mat-mdc-card.card.datex-card .formdata>.fieldset-container:not(:first-child),mat-mdc-card.card.datex-card .formdata>.fieldsetsContainer:not(:first-child):not(.child){margin-top:0}.card.datex-card .fieldsetsTitle,mat-card.card.datex-card .fieldsetsTitle,mat-mdc-card.card.datex-card .fieldsetsTitle{display:none}.small-card .card.datex-card,.calendar-day-view .card.datex-card,.unscheduled-events .card.datex-card,.small-card mat-card.card.datex-card,.calendar-day-view mat-card.card.datex-card,.unscheduled-events mat-card.card.datex-card,.small-card mat-mdc-card.card.datex-card,.calendar-day-view mat-mdc-card.card.datex-card,.unscheduled-events mat-mdc-card.card.datex-card{padding:6px;gap:6px;border-width:1px}.small-card .card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.creation .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:var(--color-new)}.small-card .card.datex-card.creation.border-top,.calendar-day-view .card.datex-card.creation.border-top,.unscheduled-events .card.datex-card.creation.border-top,.small-card mat-card.card.datex-card.creation.border-top,.calendar-day-view mat-card.card.datex-card.creation.border-top,.unscheduled-events mat-card.card.datex-card.creation.border-top,.small-card mat-mdc-card.card.datex-card.creation.border-top,.calendar-day-view mat-mdc-card.card.datex-card.creation.border-top,.unscheduled-events mat-mdc-card.card.datex-card.creation.border-top{border-top-width:4px;border-top-color:var(--color-new)}.small-card .card.datex-card.creation.border-right,.calendar-day-view .card.datex-card.creation.border-right,.unscheduled-events .card.datex-card.creation.border-right,.small-card mat-card.card.datex-card.creation.border-right,.calendar-day-view mat-card.card.datex-card.creation.border-right,.unscheduled-events mat-card.card.datex-card.creation.border-right,.small-card mat-mdc-card.card.datex-card.creation.border-right,.calendar-day-view mat-mdc-card.card.datex-card.creation.border-right,.unscheduled-events mat-mdc-card.card.datex-card.creation.border-right{border-right-width:4px;border-right-color:var(--color-new)}.small-card .card.datex-card.creation.border-bottom,.calendar-day-view .card.datex-card.creation.border-bottom,.unscheduled-events .card.datex-card.creation.border-bottom,.small-card mat-card.card.datex-card.creation.border-bottom,.calendar-day-view mat-card.card.datex-card.creation.border-bottom,.unscheduled-events mat-card.card.datex-card.creation.border-bottom,.small-card mat-mdc-card.card.datex-card.creation.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.creation.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.creation.border-bottom{border-bottom-width:4px;border-bottom-color:var(--color-new)}.small-card .card.datex-card.creation.border-left,.calendar-day-view .card.datex-card.creation.border-left,.unscheduled-events .card.datex-card.creation.border-left,.small-card mat-card.card.datex-card.creation.border-left,.calendar-day-view mat-card.card.datex-card.creation.border-left,.unscheduled-events mat-card.card.datex-card.creation.border-left,.small-card mat-mdc-card.card.datex-card.creation.border-left,.calendar-day-view mat-mdc-card.card.datex-card.creation.border-left,.unscheduled-events mat-mdc-card.card.datex-card.creation.border-left{border-left-width:4px;border-left-color:var(--color-new)}.small-card .card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.attention .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:var(--color-attention)}.small-card .card.datex-card.attention.border-top,.calendar-day-view .card.datex-card.attention.border-top,.unscheduled-events .card.datex-card.attention.border-top,.small-card mat-card.card.datex-card.attention.border-top,.calendar-day-view mat-card.card.datex-card.attention.border-top,.unscheduled-events mat-card.card.datex-card.attention.border-top,.small-card mat-mdc-card.card.datex-card.attention.border-top,.calendar-day-view mat-mdc-card.card.datex-card.attention.border-top,.unscheduled-events mat-mdc-card.card.datex-card.attention.border-top{border-top-width:4px;border-top-color:var(--color-attention)}.small-card .card.datex-card.attention.border-right,.calendar-day-view .card.datex-card.attention.border-right,.unscheduled-events .card.datex-card.attention.border-right,.small-card mat-card.card.datex-card.attention.border-right,.calendar-day-view mat-card.card.datex-card.attention.border-right,.unscheduled-events mat-card.card.datex-card.attention.border-right,.small-card mat-mdc-card.card.datex-card.attention.border-right,.calendar-day-view mat-mdc-card.card.datex-card.attention.border-right,.unscheduled-events mat-mdc-card.card.datex-card.attention.border-right{border-right-width:4px;border-right-color:var(--color-attention)}.small-card .card.datex-card.attention.border-bottom,.calendar-day-view .card.datex-card.attention.border-bottom,.unscheduled-events .card.datex-card.attention.border-bottom,.small-card mat-card.card.datex-card.attention.border-bottom,.calendar-day-view mat-card.card.datex-card.attention.border-bottom,.unscheduled-events mat-card.card.datex-card.attention.border-bottom,.small-card mat-mdc-card.card.datex-card.attention.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.attention.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.attention.border-bottom{border-bottom-width:4px;border-bottom-color:var(--color-attention)}.small-card .card.datex-card.attention.border-left,.calendar-day-view .card.datex-card.attention.border-left,.unscheduled-events .card.datex-card.attention.border-left,.small-card mat-card.card.datex-card.attention.border-left,.calendar-day-view mat-card.card.datex-card.attention.border-left,.unscheduled-events mat-card.card.datex-card.attention.border-left,.small-card mat-mdc-card.card.datex-card.attention.border-left,.calendar-day-view mat-mdc-card.card.datex-card.attention.border-left,.unscheduled-events mat-mdc-card.card.datex-card.attention.border-left{border-left-width:4px;border-left-color:var(--color-attention)}.small-card .card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.important .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:var(--color-important)}.small-card .card.datex-card.important.border-top,.calendar-day-view .card.datex-card.important.border-top,.unscheduled-events .card.datex-card.important.border-top,.small-card mat-card.card.datex-card.important.border-top,.calendar-day-view mat-card.card.datex-card.important.border-top,.unscheduled-events mat-card.card.datex-card.important.border-top,.small-card mat-mdc-card.card.datex-card.important.border-top,.calendar-day-view mat-mdc-card.card.datex-card.important.border-top,.unscheduled-events mat-mdc-card.card.datex-card.important.border-top{border-top-width:4px;border-top-color:var(--color-important)}.small-card .card.datex-card.important.border-right,.calendar-day-view .card.datex-card.important.border-right,.unscheduled-events .card.datex-card.important.border-right,.small-card mat-card.card.datex-card.important.border-right,.calendar-day-view mat-card.card.datex-card.important.border-right,.unscheduled-events mat-card.card.datex-card.important.border-right,.small-card mat-mdc-card.card.datex-card.important.border-right,.calendar-day-view mat-mdc-card.card.datex-card.important.border-right,.unscheduled-events mat-mdc-card.card.datex-card.important.border-right{border-right-width:4px;border-right-color:var(--color-important)}.small-card .card.datex-card.important.border-bottom,.calendar-day-view .card.datex-card.important.border-bottom,.unscheduled-events .card.datex-card.important.border-bottom,.small-card mat-card.card.datex-card.important.border-bottom,.calendar-day-view mat-card.card.datex-card.important.border-bottom,.unscheduled-events mat-card.card.datex-card.important.border-bottom,.small-card mat-mdc-card.card.datex-card.important.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.important.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.important.border-bottom{border-bottom-width:4px;border-bottom-color:var(--color-important)}.small-card .card.datex-card.important.border-left,.calendar-day-view .card.datex-card.important.border-left,.unscheduled-events .card.datex-card.important.border-left,.small-card mat-card.card.datex-card.important.border-left,.calendar-day-view mat-card.card.datex-card.important.border-left,.unscheduled-events mat-card.card.datex-card.important.border-left,.small-card mat-mdc-card.card.datex-card.important.border-left,.calendar-day-view mat-mdc-card.card.datex-card.important.border-left,.unscheduled-events mat-mdc-card.card.datex-card.important.border-left{border-left-width:4px;border-left-color:var(--color-important)}.small-card .card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-created .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#707070}.small-card .card.datex-card.status-created.border-top,.calendar-day-view .card.datex-card.status-created.border-top,.unscheduled-events .card.datex-card.status-created.border-top,.small-card mat-card.card.datex-card.status-created.border-top,.calendar-day-view mat-card.card.datex-card.status-created.border-top,.unscheduled-events mat-card.card.datex-card.status-created.border-top,.small-card mat-mdc-card.card.datex-card.status-created.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-created.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-created.border-top{border-top-width:4px;border-top-color:#707070}.small-card .card.datex-card.status-created.border-right,.calendar-day-view .card.datex-card.status-created.border-right,.unscheduled-events .card.datex-card.status-created.border-right,.small-card mat-card.card.datex-card.status-created.border-right,.calendar-day-view mat-card.card.datex-card.status-created.border-right,.unscheduled-events mat-card.card.datex-card.status-created.border-right,.small-card mat-mdc-card.card.datex-card.status-created.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-created.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-created.border-right{border-right-width:4px;border-right-color:#707070}.small-card .card.datex-card.status-created.border-bottom,.calendar-day-view .card.datex-card.status-created.border-bottom,.unscheduled-events .card.datex-card.status-created.border-bottom,.small-card mat-card.card.datex-card.status-created.border-bottom,.calendar-day-view mat-card.card.datex-card.status-created.border-bottom,.unscheduled-events mat-card.card.datex-card.status-created.border-bottom,.small-card mat-mdc-card.card.datex-card.status-created.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-created.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-created.border-bottom{border-bottom-width:4px;border-bottom-color:#707070}.small-card .card.datex-card.status-created.border-left,.calendar-day-view .card.datex-card.status-created.border-left,.unscheduled-events .card.datex-card.status-created.border-left,.small-card mat-card.card.datex-card.status-created.border-left,.calendar-day-view mat-card.card.datex-card.status-created.border-left,.unscheduled-events mat-card.card.datex-card.status-created.border-left,.small-card mat-mdc-card.card.datex-card.status-created.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-created.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-created.border-left{border-left-width:4px;border-left-color:#707070}.small-card .card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-a .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#d24d2a}.small-card .card.datex-card.status-a.border-top,.calendar-day-view .card.datex-card.status-a.border-top,.unscheduled-events .card.datex-card.status-a.border-top,.small-card mat-card.card.datex-card.status-a.border-top,.calendar-day-view mat-card.card.datex-card.status-a.border-top,.unscheduled-events mat-card.card.datex-card.status-a.border-top,.small-card mat-mdc-card.card.datex-card.status-a.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-a.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-a.border-top{border-top-width:4px;border-top-color:#d24d2a}.small-card .card.datex-card.status-a.border-right,.calendar-day-view .card.datex-card.status-a.border-right,.unscheduled-events .card.datex-card.status-a.border-right,.small-card mat-card.card.datex-card.status-a.border-right,.calendar-day-view mat-card.card.datex-card.status-a.border-right,.unscheduled-events mat-card.card.datex-card.status-a.border-right,.small-card mat-mdc-card.card.datex-card.status-a.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-a.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-a.border-right{border-right-width:4px;border-right-color:#d24d2a}.small-card .card.datex-card.status-a.border-bottom,.calendar-day-view .card.datex-card.status-a.border-bottom,.unscheduled-events .card.datex-card.status-a.border-bottom,.small-card mat-card.card.datex-card.status-a.border-bottom,.calendar-day-view mat-card.card.datex-card.status-a.border-bottom,.unscheduled-events mat-card.card.datex-card.status-a.border-bottom,.small-card mat-mdc-card.card.datex-card.status-a.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-a.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-a.border-bottom{border-bottom-width:4px;border-bottom-color:#d24d2a}.small-card .card.datex-card.status-a.border-left,.calendar-day-view .card.datex-card.status-a.border-left,.unscheduled-events .card.datex-card.status-a.border-left,.small-card mat-card.card.datex-card.status-a.border-left,.calendar-day-view mat-card.card.datex-card.status-a.border-left,.unscheduled-events mat-card.card.datex-card.status-a.border-left,.small-card mat-mdc-card.card.datex-card.status-a.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-a.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-a.border-left{border-left-width:4px;border-left-color:#d24d2a}.small-card .card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-b .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#eb8225}.small-card .card.datex-card.status-b.border-top,.calendar-day-view .card.datex-card.status-b.border-top,.unscheduled-events .card.datex-card.status-b.border-top,.small-card mat-card.card.datex-card.status-b.border-top,.calendar-day-view mat-card.card.datex-card.status-b.border-top,.unscheduled-events mat-card.card.datex-card.status-b.border-top,.small-card mat-mdc-card.card.datex-card.status-b.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-b.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-b.border-top{border-top-width:4px;border-top-color:#eb8225}.small-card .card.datex-card.status-b.border-right,.calendar-day-view .card.datex-card.status-b.border-right,.unscheduled-events .card.datex-card.status-b.border-right,.small-card mat-card.card.datex-card.status-b.border-right,.calendar-day-view mat-card.card.datex-card.status-b.border-right,.unscheduled-events mat-card.card.datex-card.status-b.border-right,.small-card mat-mdc-card.card.datex-card.status-b.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-b.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-b.border-right{border-right-width:4px;border-right-color:#eb8225}.small-card .card.datex-card.status-b.border-bottom,.calendar-day-view .card.datex-card.status-b.border-bottom,.unscheduled-events .card.datex-card.status-b.border-bottom,.small-card mat-card.card.datex-card.status-b.border-bottom,.calendar-day-view mat-card.card.datex-card.status-b.border-bottom,.unscheduled-events mat-card.card.datex-card.status-b.border-bottom,.small-card mat-mdc-card.card.datex-card.status-b.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-b.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-b.border-bottom{border-bottom-width:4px;border-bottom-color:#eb8225}.small-card .card.datex-card.status-b.border-left,.calendar-day-view .card.datex-card.status-b.border-left,.unscheduled-events .card.datex-card.status-b.border-left,.small-card mat-card.card.datex-card.status-b.border-left,.calendar-day-view mat-card.card.datex-card.status-b.border-left,.unscheduled-events mat-card.card.datex-card.status-b.border-left,.small-card mat-mdc-card.card.datex-card.status-b.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-b.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-b.border-left{border-left-width:4px;border-left-color:#eb8225}.small-card .card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-c .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#fabf14}.small-card .card.datex-card.status-c.border-top,.calendar-day-view .card.datex-card.status-c.border-top,.unscheduled-events .card.datex-card.status-c.border-top,.small-card mat-card.card.datex-card.status-c.border-top,.calendar-day-view mat-card.card.datex-card.status-c.border-top,.unscheduled-events mat-card.card.datex-card.status-c.border-top,.small-card mat-mdc-card.card.datex-card.status-c.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-c.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-c.border-top{border-top-width:4px;border-top-color:#fabf14}.small-card .card.datex-card.status-c.border-right,.calendar-day-view .card.datex-card.status-c.border-right,.unscheduled-events .card.datex-card.status-c.border-right,.small-card mat-card.card.datex-card.status-c.border-right,.calendar-day-view mat-card.card.datex-card.status-c.border-right,.unscheduled-events mat-card.card.datex-card.status-c.border-right,.small-card mat-mdc-card.card.datex-card.status-c.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-c.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-c.border-right{border-right-width:4px;border-right-color:#fabf14}.small-card .card.datex-card.status-c.border-bottom,.calendar-day-view .card.datex-card.status-c.border-bottom,.unscheduled-events .card.datex-card.status-c.border-bottom,.small-card mat-card.card.datex-card.status-c.border-bottom,.calendar-day-view mat-card.card.datex-card.status-c.border-bottom,.unscheduled-events mat-card.card.datex-card.status-c.border-bottom,.small-card mat-mdc-card.card.datex-card.status-c.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-c.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-c.border-bottom{border-bottom-width:4px;border-bottom-color:#fabf14}.small-card .card.datex-card.status-c.border-left,.calendar-day-view .card.datex-card.status-c.border-left,.unscheduled-events .card.datex-card.status-c.border-left,.small-card mat-card.card.datex-card.status-c.border-left,.calendar-day-view mat-card.card.datex-card.status-c.border-left,.unscheduled-events mat-card.card.datex-card.status-c.border-left,.small-card mat-mdc-card.card.datex-card.status-c.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-c.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-c.border-left{border-left-width:4px;border-left-color:#fabf14}.small-card .card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-d .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#9eb13a}.small-card .card.datex-card.status-d.border-top,.calendar-day-view .card.datex-card.status-d.border-top,.unscheduled-events .card.datex-card.status-d.border-top,.small-card mat-card.card.datex-card.status-d.border-top,.calendar-day-view mat-card.card.datex-card.status-d.border-top,.unscheduled-events mat-card.card.datex-card.status-d.border-top,.small-card mat-mdc-card.card.datex-card.status-d.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-d.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-d.border-top{border-top-width:4px;border-top-color:#9eb13a}.small-card .card.datex-card.status-d.border-right,.calendar-day-view .card.datex-card.status-d.border-right,.unscheduled-events .card.datex-card.status-d.border-right,.small-card mat-card.card.datex-card.status-d.border-right,.calendar-day-view mat-card.card.datex-card.status-d.border-right,.unscheduled-events mat-card.card.datex-card.status-d.border-right,.small-card mat-mdc-card.card.datex-card.status-d.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-d.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-d.border-right{border-right-width:4px;border-right-color:#9eb13a}.small-card .card.datex-card.status-d.border-bottom,.calendar-day-view .card.datex-card.status-d.border-bottom,.unscheduled-events .card.datex-card.status-d.border-bottom,.small-card mat-card.card.datex-card.status-d.border-bottom,.calendar-day-view mat-card.card.datex-card.status-d.border-bottom,.unscheduled-events mat-card.card.datex-card.status-d.border-bottom,.small-card mat-mdc-card.card.datex-card.status-d.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-d.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-d.border-bottom{border-bottom-width:4px;border-bottom-color:#9eb13a}.small-card .card.datex-card.status-d.border-left,.calendar-day-view .card.datex-card.status-d.border-left,.unscheduled-events .card.datex-card.status-d.border-left,.small-card mat-card.card.datex-card.status-d.border-left,.calendar-day-view mat-card.card.datex-card.status-d.border-left,.unscheduled-events mat-card.card.datex-card.status-d.border-left,.small-card mat-mdc-card.card.datex-card.status-d.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-d.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-d.border-left{border-left-width:4px;border-left-color:#9eb13a}.small-card .card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-complete .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#48a429}.small-card .card.datex-card.status-complete.border-top,.calendar-day-view .card.datex-card.status-complete.border-top,.unscheduled-events .card.datex-card.status-complete.border-top,.small-card mat-card.card.datex-card.status-complete.border-top,.calendar-day-view mat-card.card.datex-card.status-complete.border-top,.unscheduled-events mat-card.card.datex-card.status-complete.border-top,.small-card mat-mdc-card.card.datex-card.status-complete.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-complete.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-complete.border-top{border-top-width:4px;border-top-color:#48a429}.small-card .card.datex-card.status-complete.border-right,.calendar-day-view .card.datex-card.status-complete.border-right,.unscheduled-events .card.datex-card.status-complete.border-right,.small-card mat-card.card.datex-card.status-complete.border-right,.calendar-day-view mat-card.card.datex-card.status-complete.border-right,.unscheduled-events mat-card.card.datex-card.status-complete.border-right,.small-card mat-mdc-card.card.datex-card.status-complete.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-complete.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-complete.border-right{border-right-width:4px;border-right-color:#48a429}.small-card .card.datex-card.status-complete.border-bottom,.calendar-day-view .card.datex-card.status-complete.border-bottom,.unscheduled-events .card.datex-card.status-complete.border-bottom,.small-card mat-card.card.datex-card.status-complete.border-bottom,.calendar-day-view mat-card.card.datex-card.status-complete.border-bottom,.unscheduled-events mat-card.card.datex-card.status-complete.border-bottom,.small-card mat-mdc-card.card.datex-card.status-complete.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-complete.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-complete.border-bottom{border-bottom-width:4px;border-bottom-color:#48a429}.small-card .card.datex-card.status-complete.border-left,.calendar-day-view .card.datex-card.status-complete.border-left,.unscheduled-events .card.datex-card.status-complete.border-left,.small-card mat-card.card.datex-card.status-complete.border-left,.calendar-day-view mat-card.card.datex-card.status-complete.border-left,.unscheduled-events mat-card.card.datex-card.status-complete.border-left,.small-card mat-mdc-card.card.datex-card.status-complete.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-complete.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-complete.border-left{border-left-width:4px;border-left-color:#48a429}.small-card .card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.active .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#48a429}.small-card .card.datex-card.active.border-top,.calendar-day-view .card.datex-card.active.border-top,.unscheduled-events .card.datex-card.active.border-top,.small-card mat-card.card.datex-card.active.border-top,.calendar-day-view mat-card.card.datex-card.active.border-top,.unscheduled-events mat-card.card.datex-card.active.border-top,.small-card mat-mdc-card.card.datex-card.active.border-top,.calendar-day-view mat-mdc-card.card.datex-card.active.border-top,.unscheduled-events mat-mdc-card.card.datex-card.active.border-top{border-top-width:4px;border-top-color:#48a429}.small-card .card.datex-card.active.border-right,.calendar-day-view .card.datex-card.active.border-right,.unscheduled-events .card.datex-card.active.border-right,.small-card mat-card.card.datex-card.active.border-right,.calendar-day-view mat-card.card.datex-card.active.border-right,.unscheduled-events mat-card.card.datex-card.active.border-right,.small-card mat-mdc-card.card.datex-card.active.border-right,.calendar-day-view mat-mdc-card.card.datex-card.active.border-right,.unscheduled-events mat-mdc-card.card.datex-card.active.border-right{border-right-width:4px;border-right-color:#48a429}.small-card .card.datex-card.active.border-bottom,.calendar-day-view .card.datex-card.active.border-bottom,.unscheduled-events .card.datex-card.active.border-bottom,.small-card mat-card.card.datex-card.active.border-bottom,.calendar-day-view mat-card.card.datex-card.active.border-bottom,.unscheduled-events mat-card.card.datex-card.active.border-bottom,.small-card mat-mdc-card.card.datex-card.active.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.active.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.active.border-bottom{border-bottom-width:4px;border-bottom-color:#48a429}.small-card .card.datex-card.active.border-left,.calendar-day-view .card.datex-card.active.border-left,.unscheduled-events .card.datex-card.active.border-left,.small-card mat-card.card.datex-card.active.border-left,.calendar-day-view mat-card.card.datex-card.active.border-left,.unscheduled-events mat-card.card.datex-card.active.border-left,.small-card mat-mdc-card.card.datex-card.active.border-left,.calendar-day-view mat-mdc-card.card.datex-card.active.border-left,.unscheduled-events mat-mdc-card.card.datex-card.active.border-left{border-left-width:4px;border-left-color:#48a429}.small-card .card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.status-canceled .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#be1814}.small-card .card.datex-card.status-canceled.border-top,.calendar-day-view .card.datex-card.status-canceled.border-top,.unscheduled-events .card.datex-card.status-canceled.border-top,.small-card mat-card.card.datex-card.status-canceled.border-top,.calendar-day-view mat-card.card.datex-card.status-canceled.border-top,.unscheduled-events mat-card.card.datex-card.status-canceled.border-top,.small-card mat-mdc-card.card.datex-card.status-canceled.border-top,.calendar-day-view mat-mdc-card.card.datex-card.status-canceled.border-top,.unscheduled-events mat-mdc-card.card.datex-card.status-canceled.border-top{border-top-width:4px;border-top-color:#be1814}.small-card .card.datex-card.status-canceled.border-right,.calendar-day-view .card.datex-card.status-canceled.border-right,.unscheduled-events .card.datex-card.status-canceled.border-right,.small-card mat-card.card.datex-card.status-canceled.border-right,.calendar-day-view mat-card.card.datex-card.status-canceled.border-right,.unscheduled-events mat-card.card.datex-card.status-canceled.border-right,.small-card mat-mdc-card.card.datex-card.status-canceled.border-right,.calendar-day-view mat-mdc-card.card.datex-card.status-canceled.border-right,.unscheduled-events mat-mdc-card.card.datex-card.status-canceled.border-right{border-right-width:4px;border-right-color:#be1814}.small-card .card.datex-card.status-canceled.border-bottom,.calendar-day-view .card.datex-card.status-canceled.border-bottom,.unscheduled-events .card.datex-card.status-canceled.border-bottom,.small-card mat-card.card.datex-card.status-canceled.border-bottom,.calendar-day-view mat-card.card.datex-card.status-canceled.border-bottom,.unscheduled-events mat-card.card.datex-card.status-canceled.border-bottom,.small-card mat-mdc-card.card.datex-card.status-canceled.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.status-canceled.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.status-canceled.border-bottom{border-bottom-width:4px;border-bottom-color:#be1814}.small-card .card.datex-card.status-canceled.border-left,.calendar-day-view .card.datex-card.status-canceled.border-left,.unscheduled-events .card.datex-card.status-canceled.border-left,.small-card mat-card.card.datex-card.status-canceled.border-left,.calendar-day-view mat-card.card.datex-card.status-canceled.border-left,.unscheduled-events mat-card.card.datex-card.status-canceled.border-left,.small-card mat-mdc-card.card.datex-card.status-canceled.border-left,.calendar-day-view mat-mdc-card.card.datex-card.status-canceled.border-left,.unscheduled-events mat-mdc-card.card.datex-card.status-canceled.border-left{border-left-width:4px;border-left-color:#be1814}.small-card .card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.planned .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#707070}.small-card .card.datex-card.planned.border-top,.calendar-day-view .card.datex-card.planned.border-top,.unscheduled-events .card.datex-card.planned.border-top,.small-card mat-card.card.datex-card.planned.border-top,.calendar-day-view mat-card.card.datex-card.planned.border-top,.unscheduled-events mat-card.card.datex-card.planned.border-top,.small-card mat-mdc-card.card.datex-card.planned.border-top,.calendar-day-view mat-mdc-card.card.datex-card.planned.border-top,.unscheduled-events mat-mdc-card.card.datex-card.planned.border-top{border-top-width:4px;border-top-color:#707070}.small-card .card.datex-card.planned.border-right,.calendar-day-view .card.datex-card.planned.border-right,.unscheduled-events .card.datex-card.planned.border-right,.small-card mat-card.card.datex-card.planned.border-right,.calendar-day-view mat-card.card.datex-card.planned.border-right,.unscheduled-events mat-card.card.datex-card.planned.border-right,.small-card mat-mdc-card.card.datex-card.planned.border-right,.calendar-day-view mat-mdc-card.card.datex-card.planned.border-right,.unscheduled-events mat-mdc-card.card.datex-card.planned.border-right{border-right-width:4px;border-right-color:#707070}.small-card .card.datex-card.planned.border-bottom,.calendar-day-view .card.datex-card.planned.border-bottom,.unscheduled-events .card.datex-card.planned.border-bottom,.small-card mat-card.card.datex-card.planned.border-bottom,.calendar-day-view mat-card.card.datex-card.planned.border-bottom,.unscheduled-events mat-card.card.datex-card.planned.border-bottom,.small-card mat-mdc-card.card.datex-card.planned.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.planned.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.planned.border-bottom{border-bottom-width:4px;border-bottom-color:#707070}.small-card .card.datex-card.planned.border-left,.calendar-day-view .card.datex-card.planned.border-left,.unscheduled-events .card.datex-card.planned.border-left,.small-card mat-card.card.datex-card.planned.border-left,.calendar-day-view mat-card.card.datex-card.planned.border-left,.unscheduled-events mat-card.card.datex-card.planned.border-left,.small-card mat-mdc-card.card.datex-card.planned.border-left,.calendar-day-view mat-mdc-card.card.datex-card.planned.border-left,.unscheduled-events mat-mdc-card.card.datex-card.planned.border-left{border-left-width:4px;border-left-color:#707070}.small-card .card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.inactive .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#707070}.small-card .card.datex-card.inactive.border-top,.calendar-day-view .card.datex-card.inactive.border-top,.unscheduled-events .card.datex-card.inactive.border-top,.small-card mat-card.card.datex-card.inactive.border-top,.calendar-day-view mat-card.card.datex-card.inactive.border-top,.unscheduled-events mat-card.card.datex-card.inactive.border-top,.small-card mat-mdc-card.card.datex-card.inactive.border-top,.calendar-day-view mat-mdc-card.card.datex-card.inactive.border-top,.unscheduled-events mat-mdc-card.card.datex-card.inactive.border-top{border-top-width:4px;border-top-color:#707070}.small-card .card.datex-card.inactive.border-right,.calendar-day-view .card.datex-card.inactive.border-right,.unscheduled-events .card.datex-card.inactive.border-right,.small-card mat-card.card.datex-card.inactive.border-right,.calendar-day-view mat-card.card.datex-card.inactive.border-right,.unscheduled-events mat-card.card.datex-card.inactive.border-right,.small-card mat-mdc-card.card.datex-card.inactive.border-right,.calendar-day-view mat-mdc-card.card.datex-card.inactive.border-right,.unscheduled-events mat-mdc-card.card.datex-card.inactive.border-right{border-right-width:4px;border-right-color:#707070}.small-card .card.datex-card.inactive.border-bottom,.calendar-day-view .card.datex-card.inactive.border-bottom,.unscheduled-events .card.datex-card.inactive.border-bottom,.small-card mat-card.card.datex-card.inactive.border-bottom,.calendar-day-view mat-card.card.datex-card.inactive.border-bottom,.unscheduled-events mat-card.card.datex-card.inactive.border-bottom,.small-card mat-mdc-card.card.datex-card.inactive.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.inactive.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.inactive.border-bottom{border-bottom-width:4px;border-bottom-color:#707070}.small-card .card.datex-card.inactive.border-left,.calendar-day-view .card.datex-card.inactive.border-left,.unscheduled-events .card.datex-card.inactive.border-left,.small-card mat-card.card.datex-card.inactive.border-left,.calendar-day-view mat-card.card.datex-card.inactive.border-left,.unscheduled-events mat-card.card.datex-card.inactive.border-left,.small-card mat-mdc-card.card.datex-card.inactive.border-left,.calendar-day-view mat-mdc-card.card.datex-card.inactive.border-left,.unscheduled-events mat-mdc-card.card.datex-card.inactive.border-left{border-left-width:4px;border-left-color:#707070}.small-card .card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-greenyellow .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#669b00}.small-card .card.datex-card.theme-greenyellow.border-top,.calendar-day-view .card.datex-card.theme-greenyellow.border-top,.unscheduled-events .card.datex-card.theme-greenyellow.border-top,.small-card mat-card.card.datex-card.theme-greenyellow.border-top,.calendar-day-view mat-card.card.datex-card.theme-greenyellow.border-top,.unscheduled-events mat-card.card.datex-card.theme-greenyellow.border-top,.small-card mat-mdc-card.card.datex-card.theme-greenyellow.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-greenyellow.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-greenyellow.border-top{border-top-width:4px;border-top-color:#669b00}.small-card .card.datex-card.theme-greenyellow.border-right,.calendar-day-view .card.datex-card.theme-greenyellow.border-right,.unscheduled-events .card.datex-card.theme-greenyellow.border-right,.small-card mat-card.card.datex-card.theme-greenyellow.border-right,.calendar-day-view mat-card.card.datex-card.theme-greenyellow.border-right,.unscheduled-events mat-card.card.datex-card.theme-greenyellow.border-right,.small-card mat-mdc-card.card.datex-card.theme-greenyellow.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-greenyellow.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-greenyellow.border-right{border-right-width:4px;border-right-color:#669b00}.small-card .card.datex-card.theme-greenyellow.border-bottom,.calendar-day-view .card.datex-card.theme-greenyellow.border-bottom,.unscheduled-events .card.datex-card.theme-greenyellow.border-bottom,.small-card mat-card.card.datex-card.theme-greenyellow.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-greenyellow.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-greenyellow.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-greenyellow.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-greenyellow.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-greenyellow.border-bottom{border-bottom-width:4px;border-bottom-color:#669b00}.small-card .card.datex-card.theme-greenyellow.border-left,.calendar-day-view .card.datex-card.theme-greenyellow.border-left,.unscheduled-events .card.datex-card.theme-greenyellow.border-left,.small-card mat-card.card.datex-card.theme-greenyellow.border-left,.calendar-day-view mat-card.card.datex-card.theme-greenyellow.border-left,.unscheduled-events mat-card.card.datex-card.theme-greenyellow.border-left,.small-card mat-mdc-card.card.datex-card.theme-greenyellow.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-greenyellow.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-greenyellow.border-left{border-left-width:4px;border-left-color:#669b00}.small-card .card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-green .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#008636}.small-card .card.datex-card.theme-green.border-top,.calendar-day-view .card.datex-card.theme-green.border-top,.unscheduled-events .card.datex-card.theme-green.border-top,.small-card mat-card.card.datex-card.theme-green.border-top,.calendar-day-view mat-card.card.datex-card.theme-green.border-top,.unscheduled-events mat-card.card.datex-card.theme-green.border-top,.small-card mat-mdc-card.card.datex-card.theme-green.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-green.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-green.border-top{border-top-width:4px;border-top-color:#008636}.small-card .card.datex-card.theme-green.border-right,.calendar-day-view .card.datex-card.theme-green.border-right,.unscheduled-events .card.datex-card.theme-green.border-right,.small-card mat-card.card.datex-card.theme-green.border-right,.calendar-day-view mat-card.card.datex-card.theme-green.border-right,.unscheduled-events mat-card.card.datex-card.theme-green.border-right,.small-card mat-mdc-card.card.datex-card.theme-green.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-green.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-green.border-right{border-right-width:4px;border-right-color:#008636}.small-card .card.datex-card.theme-green.border-bottom,.calendar-day-view .card.datex-card.theme-green.border-bottom,.unscheduled-events .card.datex-card.theme-green.border-bottom,.small-card mat-card.card.datex-card.theme-green.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-green.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-green.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-green.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-green.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-green.border-bottom{border-bottom-width:4px;border-bottom-color:#008636}.small-card .card.datex-card.theme-green.border-left,.calendar-day-view .card.datex-card.theme-green.border-left,.unscheduled-events .card.datex-card.theme-green.border-left,.small-card mat-card.card.datex-card.theme-green.border-left,.calendar-day-view mat-card.card.datex-card.theme-green.border-left,.unscheduled-events mat-card.card.datex-card.theme-green.border-left,.small-card mat-mdc-card.card.datex-card.theme-green.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-green.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-green.border-left{border-left-width:4px;border-left-color:#008636}.small-card .card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-teal .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#00796b}.small-card .card.datex-card.theme-teal.border-top,.calendar-day-view .card.datex-card.theme-teal.border-top,.unscheduled-events .card.datex-card.theme-teal.border-top,.small-card mat-card.card.datex-card.theme-teal.border-top,.calendar-day-view mat-card.card.datex-card.theme-teal.border-top,.unscheduled-events mat-card.card.datex-card.theme-teal.border-top,.small-card mat-mdc-card.card.datex-card.theme-teal.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-teal.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-teal.border-top{border-top-width:4px;border-top-color:#00796b}.small-card .card.datex-card.theme-teal.border-right,.calendar-day-view .card.datex-card.theme-teal.border-right,.unscheduled-events .card.datex-card.theme-teal.border-right,.small-card mat-card.card.datex-card.theme-teal.border-right,.calendar-day-view mat-card.card.datex-card.theme-teal.border-right,.unscheduled-events mat-card.card.datex-card.theme-teal.border-right,.small-card mat-mdc-card.card.datex-card.theme-teal.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-teal.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-teal.border-right{border-right-width:4px;border-right-color:#00796b}.small-card .card.datex-card.theme-teal.border-bottom,.calendar-day-view .card.datex-card.theme-teal.border-bottom,.unscheduled-events .card.datex-card.theme-teal.border-bottom,.small-card mat-card.card.datex-card.theme-teal.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-teal.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-teal.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-teal.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-teal.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-teal.border-bottom{border-bottom-width:4px;border-bottom-color:#00796b}.small-card .card.datex-card.theme-teal.border-left,.calendar-day-view .card.datex-card.theme-teal.border-left,.unscheduled-events .card.datex-card.theme-teal.border-left,.small-card mat-card.card.datex-card.theme-teal.border-left,.calendar-day-view mat-card.card.datex-card.theme-teal.border-left,.unscheduled-events mat-card.card.datex-card.theme-teal.border-left,.small-card mat-mdc-card.card.datex-card.theme-teal.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-teal.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-teal.border-left{border-left-width:4px;border-left-color:#00796b}.small-card .card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-purple .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#722f76}.small-card .card.datex-card.theme-purple.border-top,.calendar-day-view .card.datex-card.theme-purple.border-top,.unscheduled-events .card.datex-card.theme-purple.border-top,.small-card mat-card.card.datex-card.theme-purple.border-top,.calendar-day-view mat-card.card.datex-card.theme-purple.border-top,.unscheduled-events mat-card.card.datex-card.theme-purple.border-top,.small-card mat-mdc-card.card.datex-card.theme-purple.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-purple.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-purple.border-top{border-top-width:4px;border-top-color:#722f76}.small-card .card.datex-card.theme-purple.border-right,.calendar-day-view .card.datex-card.theme-purple.border-right,.unscheduled-events .card.datex-card.theme-purple.border-right,.small-card mat-card.card.datex-card.theme-purple.border-right,.calendar-day-view mat-card.card.datex-card.theme-purple.border-right,.unscheduled-events mat-card.card.datex-card.theme-purple.border-right,.small-card mat-mdc-card.card.datex-card.theme-purple.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-purple.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-purple.border-right{border-right-width:4px;border-right-color:#722f76}.small-card .card.datex-card.theme-purple.border-bottom,.calendar-day-view .card.datex-card.theme-purple.border-bottom,.unscheduled-events .card.datex-card.theme-purple.border-bottom,.small-card mat-card.card.datex-card.theme-purple.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-purple.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-purple.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-purple.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-purple.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-purple.border-bottom{border-bottom-width:4px;border-bottom-color:#722f76}.small-card .card.datex-card.theme-purple.border-left,.calendar-day-view .card.datex-card.theme-purple.border-left,.unscheduled-events .card.datex-card.theme-purple.border-left,.small-card mat-card.card.datex-card.theme-purple.border-left,.calendar-day-view mat-card.card.datex-card.theme-purple.border-left,.unscheduled-events mat-card.card.datex-card.theme-purple.border-left,.small-card mat-mdc-card.card.datex-card.theme-purple.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-purple.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-purple.border-left{border-left-width:4px;border-left-color:#722f76}.small-card .card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-red .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#d44018}.small-card .card.datex-card.theme-red.border-top,.calendar-day-view .card.datex-card.theme-red.border-top,.unscheduled-events .card.datex-card.theme-red.border-top,.small-card mat-card.card.datex-card.theme-red.border-top,.calendar-day-view mat-card.card.datex-card.theme-red.border-top,.unscheduled-events mat-card.card.datex-card.theme-red.border-top,.small-card mat-mdc-card.card.datex-card.theme-red.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-red.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-red.border-top{border-top-width:4px;border-top-color:#d44018}.small-card .card.datex-card.theme-red.border-right,.calendar-day-view .card.datex-card.theme-red.border-right,.unscheduled-events .card.datex-card.theme-red.border-right,.small-card mat-card.card.datex-card.theme-red.border-right,.calendar-day-view mat-card.card.datex-card.theme-red.border-right,.unscheduled-events mat-card.card.datex-card.theme-red.border-right,.small-card mat-mdc-card.card.datex-card.theme-red.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-red.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-red.border-right{border-right-width:4px;border-right-color:#d44018}.small-card .card.datex-card.theme-red.border-bottom,.calendar-day-view .card.datex-card.theme-red.border-bottom,.unscheduled-events .card.datex-card.theme-red.border-bottom,.small-card mat-card.card.datex-card.theme-red.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-red.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-red.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-red.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-red.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-red.border-bottom{border-bottom-width:4px;border-bottom-color:#d44018}.small-card .card.datex-card.theme-red.border-left,.calendar-day-view .card.datex-card.theme-red.border-left,.unscheduled-events .card.datex-card.theme-red.border-left,.small-card mat-card.card.datex-card.theme-red.border-left,.calendar-day-view mat-card.card.datex-card.theme-red.border-left,.unscheduled-events mat-card.card.datex-card.theme-red.border-left,.small-card mat-mdc-card.card.datex-card.theme-red.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-red.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-red.border-left{border-left-width:4px;border-left-color:#d44018}.small-card .card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-orange .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#e67f18}.small-card .card.datex-card.theme-orange.border-top,.calendar-day-view .card.datex-card.theme-orange.border-top,.unscheduled-events .card.datex-card.theme-orange.border-top,.small-card mat-card.card.datex-card.theme-orange.border-top,.calendar-day-view mat-card.card.datex-card.theme-orange.border-top,.unscheduled-events mat-card.card.datex-card.theme-orange.border-top,.small-card mat-mdc-card.card.datex-card.theme-orange.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-orange.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-orange.border-top{border-top-width:4px;border-top-color:#e67f18}.small-card .card.datex-card.theme-orange.border-right,.calendar-day-view .card.datex-card.theme-orange.border-right,.unscheduled-events .card.datex-card.theme-orange.border-right,.small-card mat-card.card.datex-card.theme-orange.border-right,.calendar-day-view mat-card.card.datex-card.theme-orange.border-right,.unscheduled-events mat-card.card.datex-card.theme-orange.border-right,.small-card mat-mdc-card.card.datex-card.theme-orange.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-orange.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-orange.border-right{border-right-width:4px;border-right-color:#e67f18}.small-card .card.datex-card.theme-orange.border-bottom,.calendar-day-view .card.datex-card.theme-orange.border-bottom,.unscheduled-events .card.datex-card.theme-orange.border-bottom,.small-card mat-card.card.datex-card.theme-orange.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-orange.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-orange.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-orange.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-orange.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-orange.border-bottom{border-bottom-width:4px;border-bottom-color:#e67f18}.small-card .card.datex-card.theme-orange.border-left,.calendar-day-view .card.datex-card.theme-orange.border-left,.unscheduled-events .card.datex-card.theme-orange.border-left,.small-card mat-card.card.datex-card.theme-orange.border-left,.calendar-day-view mat-card.card.datex-card.theme-orange.border-left,.unscheduled-events mat-card.card.datex-card.theme-orange.border-left,.small-card mat-mdc-card.card.datex-card.theme-orange.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-orange.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-orange.border-left{border-left-width:4px;border-left-color:#e67f18}.small-card .card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-rose .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#a02f55}.small-card .card.datex-card.theme-rose.border-top,.calendar-day-view .card.datex-card.theme-rose.border-top,.unscheduled-events .card.datex-card.theme-rose.border-top,.small-card mat-card.card.datex-card.theme-rose.border-top,.calendar-day-view mat-card.card.datex-card.theme-rose.border-top,.unscheduled-events mat-card.card.datex-card.theme-rose.border-top,.small-card mat-mdc-card.card.datex-card.theme-rose.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-rose.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-rose.border-top{border-top-width:4px;border-top-color:#a02f55}.small-card .card.datex-card.theme-rose.border-right,.calendar-day-view .card.datex-card.theme-rose.border-right,.unscheduled-events .card.datex-card.theme-rose.border-right,.small-card mat-card.card.datex-card.theme-rose.border-right,.calendar-day-view mat-card.card.datex-card.theme-rose.border-right,.unscheduled-events mat-card.card.datex-card.theme-rose.border-right,.small-card mat-mdc-card.card.datex-card.theme-rose.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-rose.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-rose.border-right{border-right-width:4px;border-right-color:#a02f55}.small-card .card.datex-card.theme-rose.border-bottom,.calendar-day-view .card.datex-card.theme-rose.border-bottom,.unscheduled-events .card.datex-card.theme-rose.border-bottom,.small-card mat-card.card.datex-card.theme-rose.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-rose.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-rose.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-rose.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-rose.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-rose.border-bottom{border-bottom-width:4px;border-bottom-color:#a02f55}.small-card .card.datex-card.theme-rose.border-left,.calendar-day-view .card.datex-card.theme-rose.border-left,.unscheduled-events .card.datex-card.theme-rose.border-left,.small-card mat-card.card.datex-card.theme-rose.border-left,.calendar-day-view mat-card.card.datex-card.theme-rose.border-left,.unscheduled-events mat-card.card.datex-card.theme-rose.border-left,.small-card mat-mdc-card.card.datex-card.theme-rose.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-rose.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-rose.border-left{border-left-width:4px;border-left-color:#a02f55}.small-card .card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-yellow .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#e9aa00}.small-card .card.datex-card.theme-yellow.border-top,.calendar-day-view .card.datex-card.theme-yellow.border-top,.unscheduled-events .card.datex-card.theme-yellow.border-top,.small-card mat-card.card.datex-card.theme-yellow.border-top,.calendar-day-view mat-card.card.datex-card.theme-yellow.border-top,.unscheduled-events mat-card.card.datex-card.theme-yellow.border-top,.small-card mat-mdc-card.card.datex-card.theme-yellow.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-yellow.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-yellow.border-top{border-top-width:4px;border-top-color:#e9aa00}.small-card .card.datex-card.theme-yellow.border-right,.calendar-day-view .card.datex-card.theme-yellow.border-right,.unscheduled-events .card.datex-card.theme-yellow.border-right,.small-card mat-card.card.datex-card.theme-yellow.border-right,.calendar-day-view mat-card.card.datex-card.theme-yellow.border-right,.unscheduled-events mat-card.card.datex-card.theme-yellow.border-right,.small-card mat-mdc-card.card.datex-card.theme-yellow.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-yellow.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-yellow.border-right{border-right-width:4px;border-right-color:#e9aa00}.small-card .card.datex-card.theme-yellow.border-bottom,.calendar-day-view .card.datex-card.theme-yellow.border-bottom,.unscheduled-events .card.datex-card.theme-yellow.border-bottom,.small-card mat-card.card.datex-card.theme-yellow.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-yellow.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-yellow.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-yellow.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-yellow.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-yellow.border-bottom{border-bottom-width:4px;border-bottom-color:#e9aa00}.small-card .card.datex-card.theme-yellow.border-left,.calendar-day-view .card.datex-card.theme-yellow.border-left,.unscheduled-events .card.datex-card.theme-yellow.border-left,.small-card mat-card.card.datex-card.theme-yellow.border-left,.calendar-day-view mat-card.card.datex-card.theme-yellow.border-left,.unscheduled-events mat-card.card.datex-card.theme-yellow.border-left,.small-card mat-mdc-card.card.datex-card.theme-yellow.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-yellow.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-yellow.border-left{border-left-width:4px;border-left-color:#e9aa00}.small-card .card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-brown .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#884124}.small-card .card.datex-card.theme-brown.border-top,.calendar-day-view .card.datex-card.theme-brown.border-top,.unscheduled-events .card.datex-card.theme-brown.border-top,.small-card mat-card.card.datex-card.theme-brown.border-top,.calendar-day-view mat-card.card.datex-card.theme-brown.border-top,.unscheduled-events mat-card.card.datex-card.theme-brown.border-top,.small-card mat-mdc-card.card.datex-card.theme-brown.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-brown.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-brown.border-top{border-top-width:4px;border-top-color:#884124}.small-card .card.datex-card.theme-brown.border-right,.calendar-day-view .card.datex-card.theme-brown.border-right,.unscheduled-events .card.datex-card.theme-brown.border-right,.small-card mat-card.card.datex-card.theme-brown.border-right,.calendar-day-view mat-card.card.datex-card.theme-brown.border-right,.unscheduled-events mat-card.card.datex-card.theme-brown.border-right,.small-card mat-mdc-card.card.datex-card.theme-brown.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-brown.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-brown.border-right{border-right-width:4px;border-right-color:#884124}.small-card .card.datex-card.theme-brown.border-bottom,.calendar-day-view .card.datex-card.theme-brown.border-bottom,.unscheduled-events .card.datex-card.theme-brown.border-bottom,.small-card mat-card.card.datex-card.theme-brown.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-brown.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-brown.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-brown.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-brown.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-brown.border-bottom{border-bottom-width:4px;border-bottom-color:#884124}.small-card .card.datex-card.theme-brown.border-left,.calendar-day-view .card.datex-card.theme-brown.border-left,.unscheduled-events .card.datex-card.theme-brown.border-left,.small-card mat-card.card.datex-card.theme-brown.border-left,.calendar-day-view mat-card.card.datex-card.theme-brown.border-left,.unscheduled-events mat-card.card.datex-card.theme-brown.border-left,.small-card mat-mdc-card.card.datex-card.theme-brown.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-brown.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-brown.border-left{border-left-width:4px;border-left-color:#884124}.small-card .card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-greyblue .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#455a64}.small-card .card.datex-card.theme-greyblue.border-top,.calendar-day-view .card.datex-card.theme-greyblue.border-top,.unscheduled-events .card.datex-card.theme-greyblue.border-top,.small-card mat-card.card.datex-card.theme-greyblue.border-top,.calendar-day-view mat-card.card.datex-card.theme-greyblue.border-top,.unscheduled-events mat-card.card.datex-card.theme-greyblue.border-top,.small-card mat-mdc-card.card.datex-card.theme-greyblue.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-greyblue.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-greyblue.border-top{border-top-width:4px;border-top-color:#455a64}.small-card .card.datex-card.theme-greyblue.border-right,.calendar-day-view .card.datex-card.theme-greyblue.border-right,.unscheduled-events .card.datex-card.theme-greyblue.border-right,.small-card mat-card.card.datex-card.theme-greyblue.border-right,.calendar-day-view mat-card.card.datex-card.theme-greyblue.border-right,.unscheduled-events mat-card.card.datex-card.theme-greyblue.border-right,.small-card mat-mdc-card.card.datex-card.theme-greyblue.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-greyblue.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-greyblue.border-right{border-right-width:4px;border-right-color:#455a64}.small-card .card.datex-card.theme-greyblue.border-bottom,.calendar-day-view .card.datex-card.theme-greyblue.border-bottom,.unscheduled-events .card.datex-card.theme-greyblue.border-bottom,.small-card mat-card.card.datex-card.theme-greyblue.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-greyblue.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-greyblue.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-greyblue.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-greyblue.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-greyblue.border-bottom{border-bottom-width:4px;border-bottom-color:#455a64}.small-card .card.datex-card.theme-greyblue.border-left,.calendar-day-view .card.datex-card.theme-greyblue.border-left,.unscheduled-events .card.datex-card.theme-greyblue.border-left,.small-card mat-card.card.datex-card.theme-greyblue.border-left,.calendar-day-view mat-card.card.datex-card.theme-greyblue.border-left,.unscheduled-events mat-card.card.datex-card.theme-greyblue.border-left,.small-card mat-mdc-card.card.datex-card.theme-greyblue.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-greyblue.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-greyblue.border-left{border-left-width:4px;border-left-color:#455a64}.small-card .card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view .card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events .card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.small-card mat-mdc-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.calendar-day-view mat-mdc-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit,.unscheduled-events mat-mdc-card.card.datex-card.theme-grey .card-header .card-icon-container .card-icon.card-icon-color-inherit{color:#585858}.small-card .card.datex-card.theme-grey.border-top,.calendar-day-view .card.datex-card.theme-grey.border-top,.unscheduled-events .card.datex-card.theme-grey.border-top,.small-card mat-card.card.datex-card.theme-grey.border-top,.calendar-day-view mat-card.card.datex-card.theme-grey.border-top,.unscheduled-events mat-card.card.datex-card.theme-grey.border-top,.small-card mat-mdc-card.card.datex-card.theme-grey.border-top,.calendar-day-view mat-mdc-card.card.datex-card.theme-grey.border-top,.unscheduled-events mat-mdc-card.card.datex-card.theme-grey.border-top{border-top-width:4px;border-top-color:#585858}.small-card .card.datex-card.theme-grey.border-right,.calendar-day-view .card.datex-card.theme-grey.border-right,.unscheduled-events .card.datex-card.theme-grey.border-right,.small-card mat-card.card.datex-card.theme-grey.border-right,.calendar-day-view mat-card.card.datex-card.theme-grey.border-right,.unscheduled-events mat-card.card.datex-card.theme-grey.border-right,.small-card mat-mdc-card.card.datex-card.theme-grey.border-right,.calendar-day-view mat-mdc-card.card.datex-card.theme-grey.border-right,.unscheduled-events mat-mdc-card.card.datex-card.theme-grey.border-right{border-right-width:4px;border-right-color:#585858}.small-card .card.datex-card.theme-grey.border-bottom,.calendar-day-view .card.datex-card.theme-grey.border-bottom,.unscheduled-events .card.datex-card.theme-grey.border-bottom,.small-card mat-card.card.datex-card.theme-grey.border-bottom,.calendar-day-view mat-card.card.datex-card.theme-grey.border-bottom,.unscheduled-events mat-card.card.datex-card.theme-grey.border-bottom,.small-card mat-mdc-card.card.datex-card.theme-grey.border-bottom,.calendar-day-view mat-mdc-card.card.datex-card.theme-grey.border-bottom,.unscheduled-events mat-mdc-card.card.datex-card.theme-grey.border-bottom{border-bottom-width:4px;border-bottom-color:#585858}.small-card .card.datex-card.theme-grey.border-left,.calendar-day-view .card.datex-card.theme-grey.border-left,.unscheduled-events .card.datex-card.theme-grey.border-left,.small-card mat-card.card.datex-card.theme-grey.border-left,.calendar-day-view mat-card.card.datex-card.theme-grey.border-left,.unscheduled-events mat-card.card.datex-card.theme-grey.border-left,.small-card mat-mdc-card.card.datex-card.theme-grey.border-left,.calendar-day-view mat-mdc-card.card.datex-card.theme-grey.border-left,.unscheduled-events mat-mdc-card.card.datex-card.theme-grey.border-left{border-left-width:4px;border-left-color:#585858}.small-card .card.datex-card .card-header .card-title-container div:first-child,.calendar-day-view .card.datex-card .card-header .card-title-container div:first-child,.unscheduled-events .card.datex-card .card-header .card-title-container div:first-child,.small-card mat-card.card.datex-card .card-header .card-title-container div:first-child,.calendar-day-view mat-card.card.datex-card .card-header .card-title-container div:first-child,.unscheduled-events mat-card.card.datex-card .card-header .card-title-container div:first-child,.small-card mat-mdc-card.card.datex-card .card-header .card-title-container div:first-child,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-title-container div:first-child,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-title-container div:first-child{top:0}.small-card .card.datex-card .card-header .card-title-container div.mdc-checkbox,.calendar-day-view .card.datex-card .card-header .card-title-container div.mdc-checkbox,.unscheduled-events .card.datex-card .card-header .card-title-container div.mdc-checkbox,.small-card mat-card.card.datex-card .card-header .card-title-container div.mdc-checkbox,.calendar-day-view mat-card.card.datex-card .card-header .card-title-container div.mdc-checkbox,.unscheduled-events mat-card.card.datex-card .card-header .card-title-container div.mdc-checkbox,.small-card mat-mdc-card.card.datex-card .card-header .card-title-container div.mdc-checkbox,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-title-container div.mdc-checkbox,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-title-container div.mdc-checkbox{margin-right:4px;top:-8px}.small-card .card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.calendar-day-view .card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.unscheduled-events .card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.small-card mat-card.card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.calendar-day-view mat-card.card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.unscheduled-events mat-card.card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.small-card mat-mdc-card.card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.calendar-day-view mat-mdc-card.card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field,.unscheduled-events mat-mdc-card.card.datex-card .card-header .mat-mdc-checkbox .mdc-form-field{height:16px}.small-card .card.datex-card .card-header .card-title,.calendar-day-view .card.datex-card .card-header .card-title,.unscheduled-events .card.datex-card .card-header .card-title,.small-card mat-card.card.datex-card .card-header .card-title,.calendar-day-view mat-card.card.datex-card .card-header .card-title,.unscheduled-events mat-card.card.datex-card .card-header .card-title,.small-card mat-mdc-card.card.datex-card .card-header .card-title,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-title,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-title{margin-top:-8px;font-size:1rem}.small-card .card.datex-card .card-header .card-title.card-title-link,.calendar-day-view .card.datex-card .card-header .card-title.card-title-link,.unscheduled-events .card.datex-card .card-header .card-title.card-title-link,.small-card mat-card.card.datex-card .card-header .card-title.card-title-link,.calendar-day-view mat-card.card.datex-card .card-header .card-title.card-title-link,.unscheduled-events mat-card.card.datex-card .card-header .card-title.card-title-link,.small-card mat-mdc-card.card.datex-card .card-header .card-title.card-title-link,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-title.card-title-link,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-title.card-title-link{font-weight:700}.small-card .card.datex-card .card-header .card-subtitle,.calendar-day-view .card.datex-card .card-header .card-subtitle,.unscheduled-events .card.datex-card .card-header .card-subtitle,.small-card mat-card.card.datex-card .card-header .card-subtitle,.calendar-day-view mat-card.card.datex-card .card-header .card-subtitle,.unscheduled-events mat-card.card.datex-card .card-header .card-subtitle,.small-card mat-mdc-card.card.datex-card .card-header .card-subtitle,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-subtitle,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-subtitle{font-size:.75rem}.small-card .card.datex-card .card-header .card-icon-container,.calendar-day-view .card.datex-card .card-header .card-icon-container,.unscheduled-events .card.datex-card .card-header .card-icon-container,.small-card mat-card.card.datex-card .card-header .card-icon-container,.calendar-day-view mat-card.card.datex-card .card-header .card-icon-container,.unscheduled-events mat-card.card.datex-card .card-header .card-icon-container,.small-card mat-mdc-card.card.datex-card .card-header .card-icon-container,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-icon-container,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-icon-container{gap:.25rem}.small-card .card.datex-card .card-header .card-icon-container .card-icon-text,.calendar-day-view .card.datex-card .card-header .card-icon-container .card-icon-text,.unscheduled-events .card.datex-card .card-header .card-icon-container .card-icon-text,.small-card mat-card.card.datex-card .card-header .card-icon-container .card-icon-text,.calendar-day-view mat-card.card.datex-card .card-header .card-icon-container .card-icon-text,.unscheduled-events mat-card.card.datex-card .card-header .card-icon-container .card-icon-text,.small-card mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon-text,.calendar-day-view mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon-text,.unscheduled-events mat-mdc-card.card.datex-card .card-header .card-icon-container .card-icon-text{font-size:.75rem}.small-card .card.datex-card .fieldsetsContainer .fieldsetsGroup,.calendar-day-view .card.datex-card .fieldsetsContainer .fieldsetsGroup,.unscheduled-events .card.datex-card .fieldsetsContainer .fieldsetsGroup,.small-card mat-card.card.datex-card .fieldsetsContainer .fieldsetsGroup,.calendar-day-view mat-card.card.datex-card .fieldsetsContainer .fieldsetsGroup,.unscheduled-events mat-card.card.datex-card .fieldsetsContainer .fieldsetsGroup,.small-card mat-mdc-card.card.datex-card .fieldsetsContainer .fieldsetsGroup,.calendar-day-view mat-mdc-card.card.datex-card .fieldsetsContainer .fieldsetsGroup,.unscheduled-events mat-mdc-card.card.datex-card .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));grid-auto-columns:minmax(96px,1fr);column-gap:10px;row-gap:6px}.small-card .card.datex-card .field-container .label-container,.small-card .card.datex-card .datex-form-field .label-container,.calendar-day-view .card.datex-card .field-container .label-container,.calendar-day-view .card.datex-card .datex-form-field .label-container,.unscheduled-events .card.datex-card .field-container .label-container,.unscheduled-events .card.datex-card .datex-form-field .label-container,.small-card mat-card.card.datex-card .field-container .label-container,.small-card mat-card.card.datex-card .datex-form-field .label-container,.calendar-day-view mat-card.card.datex-card .field-container .label-container,.calendar-day-view mat-card.card.datex-card .datex-form-field .label-container,.unscheduled-events mat-card.card.datex-card .field-container .label-container,.unscheduled-events mat-card.card.datex-card .datex-form-field .label-container,.small-card mat-mdc-card.card.datex-card .field-container .label-container,.small-card mat-mdc-card.card.datex-card .datex-form-field .label-container,.calendar-day-view mat-mdc-card.card.datex-card .field-container .label-container,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .label-container,.unscheduled-events mat-mdc-card.card.datex-card .field-container .label-container,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .label-container{font-size:.75rem;margin-bottom:0}.small-card .card.datex-card .field-container .datex-label,.small-card .card.datex-card .datex-form-field .datex-label,.calendar-day-view .card.datex-card .field-container .datex-label,.calendar-day-view .card.datex-card .datex-form-field .datex-label,.unscheduled-events .card.datex-card .field-container .datex-label,.unscheduled-events .card.datex-card .datex-form-field .datex-label,.small-card mat-card.card.datex-card .field-container .datex-label,.small-card mat-card.card.datex-card .datex-form-field .datex-label,.calendar-day-view mat-card.card.datex-card .field-container .datex-label,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-label,.unscheduled-events mat-card.card.datex-card .field-container .datex-label,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-label,.small-card mat-mdc-card.card.datex-card .field-container .datex-label,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-label,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-label,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-label,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-label,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-label{font-size:.75rem;line-height:1.5}.small-card .card.datex-card .field-container input.datex-textbox,.small-card .card.datex-card .field-container input.datex-numberbox,.small-card .card.datex-card .datex-form-field input.datex-textbox,.small-card .card.datex-card .datex-form-field input.datex-numberbox,.calendar-day-view .card.datex-card .field-container input.datex-textbox,.calendar-day-view .card.datex-card .field-container input.datex-numberbox,.calendar-day-view .card.datex-card .datex-form-field input.datex-textbox,.calendar-day-view .card.datex-card .datex-form-field input.datex-numberbox,.unscheduled-events .card.datex-card .field-container input.datex-textbox,.unscheduled-events .card.datex-card .field-container input.datex-numberbox,.unscheduled-events .card.datex-card .datex-form-field input.datex-textbox,.unscheduled-events .card.datex-card .datex-form-field input.datex-numberbox,.small-card mat-card.card.datex-card .field-container input.datex-textbox,.small-card mat-card.card.datex-card .field-container input.datex-numberbox,.small-card mat-card.card.datex-card .datex-form-field input.datex-textbox,.small-card mat-card.card.datex-card .datex-form-field input.datex-numberbox,.calendar-day-view mat-card.card.datex-card .field-container input.datex-textbox,.calendar-day-view mat-card.card.datex-card .field-container input.datex-numberbox,.calendar-day-view mat-card.card.datex-card .datex-form-field input.datex-textbox,.calendar-day-view mat-card.card.datex-card .datex-form-field input.datex-numberbox,.unscheduled-events mat-card.card.datex-card .field-container input.datex-textbox,.unscheduled-events mat-card.card.datex-card .field-container input.datex-numberbox,.unscheduled-events mat-card.card.datex-card .datex-form-field input.datex-textbox,.unscheduled-events mat-card.card.datex-card .datex-form-field input.datex-numberbox,.small-card mat-mdc-card.card.datex-card .field-container input.datex-textbox,.small-card mat-mdc-card.card.datex-card .field-container input.datex-numberbox,.small-card mat-mdc-card.card.datex-card .datex-form-field input.datex-textbox,.small-card mat-mdc-card.card.datex-card .datex-form-field input.datex-numberbox,.calendar-day-view mat-mdc-card.card.datex-card .field-container input.datex-textbox,.calendar-day-view mat-mdc-card.card.datex-card .field-container input.datex-numberbox,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field input.datex-textbox,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field input.datex-numberbox,.unscheduled-events mat-mdc-card.card.datex-card .field-container input.datex-textbox,.unscheduled-events mat-mdc-card.card.datex-card .field-container input.datex-numberbox,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field input.datex-textbox,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field input.datex-numberbox{padding:0 4px;height:28px;font-size:.875rem}.small-card .card.datex-card .field-container input.datex-textbox.readonly,.small-card .card.datex-card .field-container input.datex-numberbox.readonly,.small-card .card.datex-card .datex-form-field input.datex-textbox.readonly,.small-card .card.datex-card .datex-form-field input.datex-numberbox.readonly,.calendar-day-view .card.datex-card .field-container input.datex-textbox.readonly,.calendar-day-view .card.datex-card .field-container input.datex-numberbox.readonly,.calendar-day-view .card.datex-card .datex-form-field input.datex-textbox.readonly,.calendar-day-view .card.datex-card .datex-form-field input.datex-numberbox.readonly,.unscheduled-events .card.datex-card .field-container input.datex-textbox.readonly,.unscheduled-events .card.datex-card .field-container input.datex-numberbox.readonly,.unscheduled-events .card.datex-card .datex-form-field input.datex-textbox.readonly,.unscheduled-events .card.datex-card .datex-form-field input.datex-numberbox.readonly,.small-card mat-card.card.datex-card .field-container input.datex-textbox.readonly,.small-card mat-card.card.datex-card .field-container input.datex-numberbox.readonly,.small-card mat-card.card.datex-card .datex-form-field input.datex-textbox.readonly,.small-card mat-card.card.datex-card .datex-form-field input.datex-numberbox.readonly,.calendar-day-view mat-card.card.datex-card .field-container input.datex-textbox.readonly,.calendar-day-view mat-card.card.datex-card .field-container input.datex-numberbox.readonly,.calendar-day-view mat-card.card.datex-card .datex-form-field input.datex-textbox.readonly,.calendar-day-view mat-card.card.datex-card .datex-form-field input.datex-numberbox.readonly,.unscheduled-events mat-card.card.datex-card .field-container input.datex-textbox.readonly,.unscheduled-events mat-card.card.datex-card .field-container input.datex-numberbox.readonly,.unscheduled-events mat-card.card.datex-card .datex-form-field input.datex-textbox.readonly,.unscheduled-events mat-card.card.datex-card .datex-form-field input.datex-numberbox.readonly,.small-card mat-mdc-card.card.datex-card .field-container input.datex-textbox.readonly,.small-card mat-mdc-card.card.datex-card .field-container input.datex-numberbox.readonly,.small-card mat-mdc-card.card.datex-card .datex-form-field input.datex-textbox.readonly,.small-card mat-mdc-card.card.datex-card .datex-form-field input.datex-numberbox.readonly,.calendar-day-view mat-mdc-card.card.datex-card .field-container input.datex-textbox.readonly,.calendar-day-view mat-mdc-card.card.datex-card .field-container input.datex-numberbox.readonly,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field input.datex-textbox.readonly,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field input.datex-numberbox.readonly,.unscheduled-events mat-mdc-card.card.datex-card .field-container input.datex-textbox.readonly,.unscheduled-events mat-mdc-card.card.datex-card .field-container input.datex-numberbox.readonly,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field input.datex-textbox.readonly,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field input.datex-numberbox.readonly{padding:0}.small-card .card.datex-card .field-container .datex-text,.small-card .card.datex-card .datex-form-field .datex-text,.calendar-day-view .card.datex-card .field-container .datex-text,.calendar-day-view .card.datex-card .datex-form-field .datex-text,.unscheduled-events .card.datex-card .field-container .datex-text,.unscheduled-events .card.datex-card .datex-form-field .datex-text,.small-card mat-card.card.datex-card .field-container .datex-text,.small-card mat-card.card.datex-card .datex-form-field .datex-text,.calendar-day-view mat-card.card.datex-card .field-container .datex-text,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-text,.unscheduled-events mat-card.card.datex-card .field-container .datex-text,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-text,.small-card mat-mdc-card.card.datex-card .field-container .datex-text,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-text,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-text,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-text,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-text,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-text{font-size:.875rem}.small-card .card.datex-card .field-container .datex-selectcontainer,.small-card .card.datex-card .datex-form-field .datex-selectcontainer,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer{height:28px}.small-card .card.datex-card .field-container .datex-selectcontainer .select-input,.small-card .card.datex-card .field-container .datex-selectcontainer .mat-select-value,.small-card .card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.small-card .card.datex-card .datex-form-field .datex-selectcontainer .select-input,.small-card .card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.small-card .card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer .select-input,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer .mat-select-value,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer .select-input,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer .select-input,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer .mat-select-value,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer .select-input,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer .select-input,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer .mat-select-value,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-input,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer .select-input,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer .mat-select-value,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-input,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer .select-input,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer .mat-select-value,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-input,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-input,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .mat-select-value,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-input,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-input,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .mat-select-value,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-input,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-input,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .mat-select-value,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .mat-mdc-select-value,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-input,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-select-value,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .mat-mdc-select-value{padding-left:4px;font-size:.875rem;height:26px}.small-card .card.datex-card .field-container .datex-selectcontainer .select-button,.small-card .card.datex-card .datex-form-field .datex-selectcontainer .select-button,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer .select-button,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer .select-button,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer .select-button,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer .select-button,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer .select-button,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer .select-button,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer .select-button,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-button,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-button,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-button,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button{min-width:28px;max-width:28px}.small-card .card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.small-card .card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer .select-button .select-button-icon,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer .select-button .select-button-icon{font-size:.875rem}.small-card .card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.small-card .card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.small-card .card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.small-card .card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.small-card .card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.small-card .card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.calendar-day-view .card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.calendar-day-view .card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.unscheduled-events .card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.unscheduled-events .card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.small-card mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.small-card mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.calendar-day-view mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.unscheduled-events mat-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.small-card mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .select-input,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-select-value,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-selectcontainer.readonly .mat-mdc-select-value,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .select-input,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-select-value,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-selectcontainer.readonly .mat-mdc-select-value{padding:0}.small-card .card.datex-card .field-container .datex-datecontainer,.small-card .card.datex-card .datex-form-field .datex-datecontainer,.calendar-day-view .card.datex-card .field-container .datex-datecontainer,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer,.unscheduled-events .card.datex-card .field-container .datex-datecontainer,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer,.small-card mat-card.card.datex-card .field-container .datex-datecontainer,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer{height:28px}.small-card .card.datex-card .field-container .datex-datecontainer .date-input,.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-input,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-input,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-input,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-input,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-input,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-input,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-input,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-input,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-input,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-input,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-input,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-input,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-input,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-input,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-input,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-input,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-input{padding-left:4px;font-size:.875rem;height:26px}.small-card .card.datex-card .field-container .datex-datecontainer .date-button,.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button{min-width:unset}.small-card .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.small-card .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button{width:28px;min-width:28px;max-width:28px}.small-card .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.small-card .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon{font-size:.875rem}.small-card .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.small-card .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.small-card .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events .card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-icon-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .date-button .mat-mdc-icon-button .icon[class*=icon-ic_fluent_]{font-size:1rem}.small-card .card.datex-card .field-container .datex-datecontainer .select-button,.small-card .card.datex-card .datex-form-field .datex-datecontainer .select-button,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .select-button,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .select-button,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .select-button,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .select-button,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .select-button,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .select-button,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .select-button,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .select-button,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .select-button,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .select-button,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .select-button,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .select-button,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .select-button,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .select-button,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .select-button,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .select-button{min-width:28px;max-width:28px}.small-card .card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.small-card .card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.calendar-day-view .card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.unscheduled-events .card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.small-card mat-card.card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer .select-button .select-button-icon,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer .select-button .select-button-icon{font-size:.875rem}.small-card .card.datex-card .field-container .datex-datecontainer.readonly .date-input,.small-card .card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.calendar-day-view .card.datex-card .field-container .datex-datecontainer.readonly .date-input,.calendar-day-view .card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.unscheduled-events .card.datex-card .field-container .datex-datecontainer.readonly .date-input,.unscheduled-events .card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.small-card mat-card.card.datex-card .field-container .datex-datecontainer.readonly .date-input,.small-card mat-card.card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.calendar-day-view mat-card.card.datex-card .field-container .datex-datecontainer.readonly .date-input,.calendar-day-view mat-card.card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.unscheduled-events mat-card.card.datex-card .field-container .datex-datecontainer.readonly .date-input,.unscheduled-events mat-card.card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.small-card mat-mdc-card.card.datex-card .field-container .datex-datecontainer.readonly .date-input,.small-card mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.calendar-day-view mat-mdc-card.card.datex-card .field-container .datex-datecontainer.readonly .date-input,.calendar-day-view mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input,.unscheduled-events mat-mdc-card.card.datex-card .field-container .datex-datecontainer.readonly .date-input,.unscheduled-events mat-mdc-card.card.datex-card .datex-form-field .datex-datecontainer.readonly .date-input{padding:0}.small-card .card.datex-card button.datex-button,.calendar-day-view .card.datex-card button.datex-button,.unscheduled-events .card.datex-card button.datex-button,.small-card mat-card.card.datex-card button.datex-button,.calendar-day-view mat-card.card.datex-card button.datex-button,.unscheduled-events mat-card.card.datex-card button.datex-button,.small-card mat-mdc-card.card.datex-card button.datex-button,.calendar-day-view mat-mdc-card.card.datex-card button.datex-button,.unscheduled-events mat-mdc-card.card.datex-card button.datex-button{height:32px;line-height:32px;font-size:.875rem}.small-card .card.datex-card button.datex-button .icon,.calendar-day-view .card.datex-card button.datex-button .icon,.unscheduled-events .card.datex-card button.datex-button .icon,.small-card mat-card.card.datex-card button.datex-button .icon,.calendar-day-view mat-card.card.datex-card button.datex-button .icon,.unscheduled-events mat-card.card.datex-card button.datex-button .icon,.small-card mat-mdc-card.card.datex-card button.datex-button .icon,.calendar-day-view mat-mdc-card.card.datex-card button.datex-button .icon,.unscheduled-events mat-mdc-card.card.datex-card button.datex-button .icon{font-size:.875rem}.small-card .card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.calendar-day-view .card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.unscheduled-events .card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.small-card mat-card.card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-card.card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-card.card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.small-card mat-mdc-card.card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.calendar-day-view mat-mdc-card.card.datex-card button.datex-button .icon[class*=icon-ic_fluent_],.unscheduled-events mat-mdc-card.card.datex-card button.datex-button .icon[class*=icon-ic_fluent_]{font-size:1rem}.card.datex-card .mat-card-actions,.card.datex-card .mat-mdc-card-actions,.card.datex-card .mat-card-subtitle,.card.datex-card .mat-mdc-card-subtitle,.card.datex-card .mat-card-content,.card.datex-card .mat-mdc-card-content,mat-card.card.datex-card .mat-card-actions,mat-card.card.datex-card .mat-mdc-card-actions,mat-card.card.datex-card .mat-card-subtitle,mat-card.card.datex-card .mat-mdc-card-subtitle,mat-card.card.datex-card .mat-card-content,mat-card.card.datex-card .mat-mdc-card-content,mat-mdc-card.card.datex-card .mat-card-actions,mat-mdc-card.card.datex-card .mat-mdc-card-actions,mat-mdc-card.card.datex-card .mat-card-subtitle,mat-mdc-card.card.datex-card .mat-mdc-card-subtitle,mat-mdc-card.card.datex-card .mat-card-content,mat-mdc-card.card.datex-card .mat-mdc-card-content{margin-bottom:0}.card.datex-card>.mat-card-actions:last-child,.card.datex-card>.mat-mdc-card-actions:last-child,mat-card.card.datex-card>.mat-card-actions:last-child,mat-card.card.datex-card>.mat-mdc-card-actions:last-child,mat-mdc-card.card.datex-card>.mat-card-actions:last-child,mat-mdc-card.card.datex-card>.mat-mdc-card-actions:last-child{margin-bottom:0}.card.datex-card div:empty,mat-card.card.datex-card div:empty,mat-mdc-card.card.datex-card div:empty{display:none}.card-container{position:relative;height:100%;width:100%}.card-gripper{display:none;z-index:1000}.cal-draggable:hover .card-gripper{display:block;position:absolute;height:100%;width:100%;transform:translateY(-100%);visibility:hidden}.cal-draggable:hover .card-gripper:after{content:".. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..";position:absolute;top:33.3%;right:5px;width:15px;height:33.3%;z-index:5000;overflow:hidden;color:var(--foreground-1);font-family:sans-serif;font-size:18px;line-height:5px;letter-spacing:2px;white-space:break-spaces;user-select:none;cursor:grab;visibility:visible}.card-header-icon-config,.card-header-image-config{position:absolute;top:0;right:0}.datex-editor{display:grid;grid-template-columns:minmax(540px,2fr) minmax(0,3fr);grid-template-rows:auto auto;grid-template-areas:"maindata widgets" "tabs tabs";grid-column-gap:2rem}@media only screen and (max-width: 1200px){.datex-editor{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}@container (max-width: 1200px){.datex-editor{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}@media only screen and (max-width: 680px){.datex-editor{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}}@container (max-width: 680px){.datex-editor{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}}.datex-editor .formdata{grid-area:maindata;margin-bottom:2rem}.datex-editor .widgets{grid-area:widgets;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-end;align-content:flex-start;flex-wrap:wrap}@media only screen and (max-width: 680px){.datex-editor .widgets{justify-content:flex-start}}@container (max-width: 680px){.datex-editor .widgets{justify-content:flex-start}}.datex-editor .widgets .widget-container{width:200px;margin-bottom:2rem}@media only screen and (max-width: 1200px){.datex-editor .widgets .widget-container{width:calc(50% - .625rem);margin-bottom:1.25rem}}@container (max-width: 1200px){.datex-editor .widgets .widget-container{width:calc(50% - .625rem);margin-bottom:1.25rem}}.datex-editor .widgets .widget-container:nth-child(2),.datex-editor .widgets .widget-container:nth-child(4){margin-left:2rem}@media only screen and (max-width: 1200px){.datex-editor .widgets .widget-container:nth-child(2),.datex-editor .widgets .widget-container:nth-child(4){margin-left:1.25rem}}@container (max-width: 1200px){.datex-editor .widgets .widget-container:nth-child(2),.datex-editor .widgets .widget-container:nth-child(4){margin-left:1.25rem}}.datex-editor .widgets .widget-container:nth-child(3){margin-left:2rem}@media only screen and (max-width: 1200px){.datex-editor .widgets .widget-container:nth-child(3){margin-left:0}}@container (max-width: 1200px){.datex-editor .widgets .widget-container:nth-child(3){margin-left:0}}.datex-editor .datex-tabcontrol{grid-area:tabs}.datex-form{display:grid;grid-template-columns:minmax(540px,2fr) minmax(0,3fr);grid-template-areas:"maindata widgets";grid-gap:2rem}@media only screen and (max-width: 1200px){.datex-form{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}@container (max-width: 1200px){.datex-form{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}@media only screen and (max-width: 680px){.datex-form{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}}@container (max-width: 680px){.datex-form{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}}.datex-form .formdata{grid-area:maindata}.formdata>.fieldset-container:not(:first-child),.formdata>.fieldsetsContainer:not(:first-child):not(.child){margin-top:1rem}@media only screen and (max-width: 680px){.formdata>.fieldset-container:not(:first-child),.formdata>.fieldsetsContainer:not(:first-child):not(.child){margin-top:.75rem}}@container (max-width: 680px){.formdata>.fieldset-container:not(:first-child),.formdata>.fieldsetsContainer:not(:first-child):not(.child){margin-top:.75rem}}.outlined-fields input.datex-numberbox,.outlined-fields input.datex-textbox,.outlined-fields textarea.datex-textbox,.outlined-fields textarea.datex-textbox.mat-input-element,.outlined-fields textarea.datex-textbox.mat-mdc-input-element,.datex-mobile input.datex-numberbox,.datex-mobile input.datex-textbox,.datex-mobile textarea.datex-textbox,.datex-mobile textarea.datex-textbox.mat-input-element,.datex-mobile textarea.datex-textbox.mat-mdc-input-element,.outlined-fields .datex-datecontainer,.outlined-fields .datex-selectcontainer,.datex-mobile .datex-datecontainer,.datex-mobile .datex-selectcontainer{border:1px solid var(--foreground-3);background-color:var(--background)}.outlined-fields .datex-monaco-container,.datex-mobile .datex-monaco-container{outline:1px solid var(--foreground-3);background-color:var(--background)}.underlined-fields .label-container{margin-bottom:0}.underlined-fields .fieldsetsGroup{grid-gap:2rem}.underlined-fields .datex-datecontainer,.underlined-fields .datex-selectcontainer{border:1px solid transparent;border-radius:0;background:transparent;box-shadow:0 1px var(--foreground-3)}.underlined-fields .datex-monaco-container{outline:1px solid transparent;border-radius:0;background:transparent;box-shadow:0 1px var(--foreground-3)}.underlined-fields .datex-monaco-container .datex-monaco-inner-container{margin:0 29px 0 0}.underlined-fields .datex-datecontainer.readonly,.underlined-fields .datex-selectcontainer.readonly{border:1px solid transparent;background:transparent;box-shadow:none!important}.underlined-fields .readonly .datex-monaco-container{outline:1px solid transparent;background:transparent;box-shadow:none!important}.underlined-fields input.date-input,.underlined-fields input.select-input{padding:0;font-size:1.125rem}.underlined-fields .datex-datecontainer:focus-within,.underlined-fields .datex-selectcontainer:focus-within{outline:none!important;box-shadow:0 2px var(--wht-ovrly-color-solid)}.underlined-fields .datex-monaco-container:focus-within{outline:none!important;box-shadow:0 2px var(--wht-ovrly-color-solid)}.underlined-fields .datex-datecontainer.readonly:focus-within,.underlined-fields .datex-selectcontainer.readonly:focus-within{outline:none!important;box-shadow:none!important}.underlined-fields .readonly .datex-monaco-container:focus-within{outline:none!important;box-shadow:none!important}.underlined-fields input.datex-numberbox,.underlined-fields input.datex-textbox,.underlined-fields textarea.datex-textbox,.underlined-fields textarea.datex-textbox.mat-input-element,.underlined-fields textarea.datex-textbox.mat-mdc-input-element{padding:0;border:1px solid transparent;border-radius:0;background:transparent;box-shadow:0 1px var(--foreground-3);font-size:1.125rem}.underlined-fields input.datex-numberbox.readonly,.underlined-fields input.datex-textbox.readonly,.underlined-fields textarea.datex-textbox.readonly{padding:0;border:1px solid transparent;font-size:1.125rem}.underlined-fields input.datex-numberbox:focus,.underlined-fields input.datex-textbox:focus,.underlined-fields textarea.datex-textbox:focus,.underlined-fields textarea.datex-textbox.mat-input-element:focus,.underlined-fields textarea.datex-textbox.mat-mdc-input-element:focus{outline:none!important;box-shadow:0 2px var(--wht-ovrly-color-solid)}.underlined-fields input.datex-numberbox.readonly:focus-within,.underlined-fields input.datex-textbox.readonly:focus-within,.underlined-fields textarea.datex-textbox.readonly:focus-within,.underlined-fields textarea.datex-textbox.mat-input-element.readonly:focus-within,.underlined-fields textarea.datex-textbox.mat-mdc-input-element.readonly:focus-within{outline:none!important;box-shadow:none!important}.underlined-fields .field-container-disabled .datex-datecontainer:focus-within,.underlined-fields .field-container-disabled .datex-selectcontainer:focus-within,.underlined-fields .field-container-disabled input.datex-numberbox:focus-within,.underlined-fields .field-container-disabled input.datex-textbox:focus-within,.underlined-fields .field-container-disabled textarea.datex-textbox:focus-within,.underlined-fields .field-container-disabled textarea.datex-textbox.mat-input-element:focus-within,.underlined-fields .field-container-disabled textarea.datex-textbox.mat-mdc-input-element:focus-within{outline:none!important;box-shadow:none!important}.underlined-fields .field-container-disabled .datex-monaco-container:focus-within{outline:none!important;box-shadow:none!important}.underlined-fields .invalid .datex-datecontainer,.underlined-fields .invalid .datex-selectcontainer,.underlined-fields .invalid input.datex-numberbox,.underlined-fields .invalid input.datex-textbox,.underlined-fields .invalid textarea.datex-textbox,.underlined-fields .invalid textarea.datex-textbox.mat-input-element,.underlined-fields .invalid textarea.datex-textbox.mat-mdc-input-element,.underlined-fields .invalid .datex-monaco-container{outline:none!important;box-shadow:0 2px var(--color-important)}.datex-hub{display:grid;grid-template-columns:minmax(540px,2fr) minmax(0,3fr);grid-template-rows:auto auto;grid-template-areas:"maindata widgets" "tabs tabs";grid-column-gap:2rem}@media only screen and (max-width: 1200px){.datex-hub{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}@container (max-width: 1200px){.datex-hub{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}}@media only screen and (max-width: 680px){.datex-hub{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}}@container (max-width: 680px){.datex-hub{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"maindata" "widgets" "tabs"}}.datex-hub .hubdata{grid-area:maindata;margin-bottom:2rem}.datex-hub .hubdata:empty{display:none}.datex-hub .hubdata .hubname{line-height:1;margin-bottom:.5rem}.datex-hub .hubdata .hubname .icon{font-size:2rem;margin-right:.75rem}.datex-hub .hubdata .hubname .icon[class*=icon-ic_fluent_]{font-size:2.25rem}.datex-hub .hubdata .hubname,.datex-hub .hubdata .hubdesc{white-space:normal}.datex-hub .hubdata .hub-filters{margin-top:1.25rem;display:block}.datex-hub .hubdata .hub-filters:first-child{margin-top:0}.datex-hub .hubdata .hub-tools{margin-top:2rem;display:flex;flex-direction:column}.datex-hub .hubdata .hub-tools>app-toolbar,.datex-hub .hubdata .hub-tools>app-toolbar>.toolbar-container{display:contents}.datex-hub .hubdata .hub-tools>app-toolbar .toolContainer:first-child button.datex-button,.datex-hub .hubdata .hub-tools>app-toolbar>.toolbar-container .toolContainer:first-child button.datex-button{margin-top:0}.datex-hub .widgets{grid-area:widgets;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-end;align-content:flex-start;flex-wrap:wrap}@media only screen and (max-width: 680px){.datex-hub .widgets{justify-content:flex-start}}@container (max-width: 680px){.datex-hub .widgets{justify-content:flex-start}}.datex-hub .widgets .widget-container{width:200px;margin-bottom:2rem}@media only screen and (max-width: 1200px){.datex-hub .widgets .widget-container{width:calc(50% - .625rem);margin-bottom:1.25rem}}@container (max-width: 1200px){.datex-hub .widgets .widget-container{width:calc(50% - .625rem);margin-bottom:1.25rem}}.datex-hub .widgets .widget-container:nth-child(2),.datex-hub .widgets .widget-container:nth-child(4){margin-left:2rem}@media only screen and (max-width: 1200px){.datex-hub .widgets .widget-container:nth-child(2),.datex-hub .widgets .widget-container:nth-child(4){margin-left:1.25rem}}@container (max-width: 1200px){.datex-hub .widgets .widget-container:nth-child(2),.datex-hub .widgets .widget-container:nth-child(4){margin-left:1.25rem}}.datex-hub .widgets .widget-container:nth-child(3){margin-left:2rem}@media only screen and (max-width: 1200px){.datex-hub .widgets .widget-container:nth-child(3){margin-left:0}}@container (max-width: 1200px){.datex-hub .widgets .widget-container:nth-child(3){margin-left:0}}.datex-hub .datex-tabcontrol{grid-area:tabs}.message-container{display:contents}.message-container>*+*{margin-top:.75rem}.message-container .main-message{font-size:.875rem;word-break:normal;overflow-wrap:break-word}.message-container .message-list-item{overflow-wrap:anywhere}.message-container .message-details-container{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative}.message-container .message-details-container .message-details-header{position:relative;padding-bottom:.5rem;margin-top:.5rem;border-bottom:2px solid var(--foreground-3);color:var(--foreground);user-select:none}.message-container .message-details-container .message-details-header:hover{cursor:pointer;border-color:var(--main-color)}.message-container .message-details-container .message-details-header:hover .details-toggle{color:var(--main-color)}@media only screen and (max-width: 680px){.message-container .message-details-container .message-details-header{max-width:100%}}@container (max-width: 680px){.message-container .message-details-container .message-details-header{max-width:100%}}.message-container .message-details-container .message-details-header .details-toggle{position:absolute;right:0;top:4px;color:var(--foreground-2)}.message-container .message-details-container .message-details-header .details-toggle .icon{font-size:.75rem}.message-container .message-details-container .message-details-header .details-toggle .icon[class*=icon-ic_fluent_]{font-size:.875rem}.message-container .message-details-container .message-details-header.details-open{margin-bottom:150px}.message-container .message-details-container .message-details-dropdown{margin-top:0;overflow:auto;background-color:var(--background-2);font-size:.75rem;scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent;min-height:150px;height:calc(100% - 51px);position:absolute;right:0;top:39px;width:100%}.message-container .message-details-container .message-details-dropdown::-webkit-scrollbar{width:10px;height:10px}.message-container .message-details-container .message-details-dropdown::-webkit-scrollbar-track{background:transparent;margin:2px}.message-container .message-details-container .message-details-dropdown::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.message-container .message-details-container .message-details-dropdown::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.message-container .message-details-container .message-details-dropdown::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}@media only screen and (max-width: 680px){.message-container .message-details-container .message-details-dropdown{max-width:100%}}@container (max-width: 680px){.message-container .message-details-container .message-details-dropdown{max-width:100%}}.message-container .message-details-container .message-details-dropdown .message-details{margin-left:.75rem;margin-top:.75rem;margin-right:.75rem}.message-container .message-details-container .message-details-dropdown .message-details:last-child{margin-bottom:.75rem}.message-container .message-details-container .message-details-dropdown .message-details .message-detail-title{font-weight:700}.message-container .message-details-container .message-details-dropdown .message-details .message-detail-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:.75rem}.message-container .message-details-container .message-details-dropdown .message-details .message-detail-content json-formatter{margin-top:2px;margin-left:8px}.dataview{margin:6px;padding:2rem;border-radius:4px;box-shadow:var(--shadow-4);background-color:var(--background);height:calc(100% - 12px);overflow-y:auto;overflow-x:hidden;scrollbar-color:var(--foreground-3) transparent}.dataview .summary-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.datex-tabcontrol .dataview .summary-container,.modal-container .datex-tabcontrol .dataview .summary-container{margin-top:-2rem}.dataview .summary-container .data-results-summary{margin-bottom:.5rem;margin-left:auto;color:var(--foreground-2);user-select:none}.dataview .summary-container .data-results-summary .results-count{font-size:1.25rem}.modal-container .dataview .summary-container .data-results-summary .results-count,.datex-card .dataview .summary-container .data-results-summary .results-count{font-size:1rem}.dataview .summary-container .data-results-summary .results-selected{display:contents}.dataview .summary-container .data-results-summary .results-selected .datex-text{margin-left:.25rem;font-size:1rem}.modal-container .dataview .summary-container .data-results-summary .results-selected .datex-text,.datex-card .dataview .summary-container .data-results-summary .results-selected .datex-text{font-size:.875rem}.dataview .summary-container .data-results-summary .results-selected .datex-button{height:0;padding-right:0;padding-left:.5rem}.dataview .summary-container .data-results-summary .results-selected .datex-button .button-label{display:block}.dataview .summary-container .data-results-summary .results-selected .datex-button .button-label .icon{font-size:.75rem;color:var(--foreground-2);cursor:pointer}.dataview .summary-container .data-results-summary .results-selected .datex-button .button-label .icon:hover{color:var(--color-important)}.dataview .summary-container .data-results-summary .results-selected .datex-button .button-label .icon[class*=icon-ic_fluent_]{font-size:1rem}.dataview .dataview-tools{position:relative;z-index:1;border-radius:4px;box-shadow:var(--shadow-4);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0 1px;padding:3px .5rem;height:38px;overflow:hidden}.dataview .dataview-tools:empty{border-top:none;box-shadow:none;height:0;padding:0;margin-bottom:0}.dataview .dataview-filters{user-select:none}.dataview .dataview-filters .field-container .datex-selectcontainer,.dataview .dataview-filters .field-container .datex-datecontainer,.dataview .dataview-filters .datex-form-field .datex-selectcontainer,.dataview .dataview-filters .datex-form-field .datex-datecontainer{background:none}.dataview .dataview-filters .field-container .datex-selectcontainer input,.dataview .dataview-filters .field-container .datex-selectcontainer .mat-select-value,.dataview .dataview-filters .field-container .datex-selectcontainer .mat-mdc-select-value,.dataview .dataview-filters .field-container .datex-selectcontainer .date-input,.dataview .dataview-filters .field-container .datex-datecontainer input,.dataview .dataview-filters .field-container .datex-datecontainer .mat-select-value,.dataview .dataview-filters .field-container .datex-datecontainer .mat-mdc-select-value,.dataview .dataview-filters .field-container .datex-datecontainer .date-input,.dataview .dataview-filters .datex-form-field .datex-selectcontainer input,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .mat-select-value,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .date-input,.dataview .dataview-filters .datex-form-field .datex-datecontainer input,.dataview .dataview-filters .datex-form-field .datex-datecontainer .mat-select-value,.dataview .dataview-filters .datex-form-field .datex-datecontainer .mat-mdc-select-value,.dataview .dataview-filters .datex-form-field .datex-datecontainer .date-input{font-size:.875rem;background:none;color:var(--foreground);padding:0;line-height:inherit}.dataview .dataview-filters .field-container .datex-selectcontainer .select-button,.dataview .dataview-filters .field-container .datex-selectcontainer .date-button button,.dataview .dataview-filters .field-container .datex-datecontainer .select-button,.dataview .dataview-filters .field-container .datex-datecontainer .date-button button,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .select-button,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .date-button button,.dataview .dataview-filters .datex-form-field .datex-datecontainer .select-button,.dataview .dataview-filters .datex-form-field .datex-datecontainer .date-button button{position:relative;height:32px;top:-1px;border-radius:0}.dataview .dataview-filters .field-container .datex-selectcontainer .mat-select-trigger,.dataview .dataview-filters .field-container .datex-selectcontainer .mat-mdc-select-trigger,.dataview .dataview-filters .field-container .datex-datecontainer .mat-select-trigger,.dataview .dataview-filters .field-container .datex-datecontainer .mat-mdc-select-trigger,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .mat-select-trigger,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .mat-mdc-select-trigger,.dataview .dataview-filters .datex-form-field .datex-datecontainer .mat-select-trigger,.dataview .dataview-filters .datex-form-field .datex-datecontainer .mat-mdc-select-trigger{width:168px}.dataview .dataview-filters .field-container .datex-selectcontainer .mat-select-value,.dataview .dataview-filters .field-container .datex-selectcontainer .mat-mdc-select-value,.dataview .dataview-filters .field-container .datex-datecontainer .mat-select-value,.dataview .dataview-filters .field-container .datex-datecontainer .mat-mdc-select-value,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .mat-select-value,.dataview .dataview-filters .datex-form-field .datex-selectcontainer .mat-mdc-select-value,.dataview .dataview-filters .datex-form-field .datex-datecontainer .mat-select-value,.dataview .dataview-filters .datex-form-field .datex-datecontainer .mat-mdc-select-value{height:32px;vertical-align:middle}.dataview .dataview-filters .field-container .datex-datecontainer,.dataview .dataview-filters .field-container .datex-selectcontainer,.dataview .dataview-filters .datex-form-field .datex-datecontainer,.dataview .dataview-filters .datex-form-field .datex-selectcontainer{border-radius:0;background:none}.dataview .dataview-filters .field-container .datex-text,.dataview .dataview-filters .field-container .datex-textbox,.dataview .dataview-filters .field-container .datex-numberbox,.dataview .dataview-filters .datex-form-field .datex-text,.dataview .dataview-filters .datex-form-field .datex-textbox,.dataview .dataview-filters .datex-form-field .datex-numberbox{font-size:.875rem}.dataview .dataview-filters .field-container .datex-text,.dataview .dataview-filters .datex-form-field .datex-text{padding:0}.dataview .dataview-filters .field-container .datex-textbox,.dataview .dataview-filters .field-container .datex-numberbox,.dataview .dataview-filters .datex-form-field .datex-textbox,.dataview .dataview-filters .datex-form-field .datex-numberbox{padding:0 .5rem;border:1px solid var(--foreground-3);height:26px;background:var(--background);margin:.25rem .25rem .25rem 0;line-height:0}.dataview .dataview-filters .field-container .mat-input-element::placeholder,.dataview .dataview-filters .field-container .mat-mdc-input-element::placeholder,.dataview .dataview-filters .field-container .mat-select-placeholder,.dataview .dataview-filters .field-container .mat-mdc-select-placeholder,.dataview .dataview-filters .datex-form-field .mat-input-element::placeholder,.dataview .dataview-filters .datex-form-field .mat-mdc-input-element::placeholder,.dataview .dataview-filters .datex-form-field .mat-select-placeholder,.dataview .dataview-filters .datex-form-field .mat-mdc-select-placeholder{color:var(--foreground);opacity:1}.dataview .dataview-filters .field-container label.datex-label,.dataview .dataview-filters .datex-form-field label.datex-label{font-size:.875rem}.dataview .dataview-filters .field-container label.datex-label:not(:empty):after,.dataview .dataview-filters .datex-form-field label.datex-label:not(:empty):after{content:":"}.dataview .dataview-filters .field-container .datex-selectcontainer:focus-within,.dataview .dataview-filters .field-container .datex-datecontainer:focus-within,.dataview .dataview-filters .field-container input.datex-textbox:focus,.dataview .dataview-filters .field-container input.datex-numberbox:focus,.dataview .dataview-filters .datex-form-field .datex-selectcontainer:focus-within,.dataview .dataview-filters .datex-form-field .datex-datecontainer:focus-within,.dataview .dataview-filters .datex-form-field input.datex-textbox:focus,.dataview .dataview-filters .datex-form-field input.datex-numberbox:focus{outline:none!important}.dataview .dataview-filters .field-container .datex-checkbox .mat-checkbox-label,.dataview .dataview-filters .field-container .datex-checkbox .mdc-label,.dataview .dataview-filters .datex-form-field .datex-checkbox .mat-checkbox-label,.dataview .dataview-filters .datex-form-field .datex-checkbox .mdc-label{line-height:23px}.dataview .pagination-container{margin-top:.5rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;user-select:none}.dataview .pagination{display:flex;align-items:center;margin-left:auto;font-weight:400;color:var(--foreground-1)}.dataview .pagination span{font-size:.75rem;padding:.25rem}.dataview .pagination a{color:var(--foreground-2);padding:.25rem}.dataview .pagination a .icon{font-size:.75rem}.dataview .pagination a .icon[class*=icon-ic_fluent_]{font-size:.875rem}.dataview .pagination a:hover{background-color:var(--background-2)}.dataview .grid-table-filler{height:40px}.dataview .grid-table-filler.compact{height:34px}.dataview .grid-table-filler.relaxed{height:52px}.datex-tabcontrol .dataview{margin:unset;padding:unset;overflow:unset;border-radius:unset;box-shadow:unset;background-color:transparent}.datex-tabcontrol .dataview .grid-table-row-child .dataview{margin-left:unset}.datex-tabcontrol .dataview:not(.tab-report){height:unset}.no-results,.grid-error,.missing-params{width:100%;margin-top:3.25rem;text-align:center}.no-results,.grid-error{color:var(--foreground-2)}.missing-params{grid-column:-1/1;color:var(--color-attention)}select.datex-queryselector,mat-select.datex-queryselector{width:auto;max-width:40%;padding:0;font-size:1.25rem;color:var(--foreground);border:none;cursor:pointer}select.datex-queryselector .mat-select-value,select.datex-queryselector .mat-mdc-select-value,mat-select.datex-queryselector .mat-select-value,mat-select.datex-queryselector .mat-mdc-select-value{color:var(--foreground)}select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow,select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-select-arrow,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-select-arrow,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow{border:none}select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow svg,select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow svg,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-select-arrow svg,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow svg,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow svg,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow svg,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-select-arrow svg,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow svg{display:none}select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow:before,select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow:before,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-select-arrow:before,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:before,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow:before,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow:before,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-select-arrow:before,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:before{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e3f5";font-family:FluentSystemIcons-Resizable!important;font-size:1rem;position:absolute;top:9px;cursor:pointer;color:var(--foreground-2)}select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow:before,select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:before,mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-mdc-select-arrow:before,mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:before{top:-5px}.tab-container select.datex-queryselector,.tab-container mat-select.datex-queryselector{margin-top:0;margin-right:.5rem}.modal-container select.datex-queryselector,.modal-container mat-select.datex-queryselector{margin-bottom:.5rem;font-size:1rem}.modal-container select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow:before,.modal-container select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:before,.modal-container mat-select.datex-queryselector .mat-select-arrow-wrapper .mat-select-arrow:before,.modal-container mat-select.datex-queryselector .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow:before{font-size:.875rem;top:-4px}.simple-table-editor{display:block;overflow-x:auto;overflow-y:hidden}.simple-table-editor table.simple-editor{width:100%;border-collapse:collapse}.simple-table-editor table.simple-editor .simple-header-cell{text-align:left;color:var(--foreground-1);font-size:.75rem;font-weight:400;padding-bottom:.25rem}.simple-table-editor table.simple-editor .simple-header-cell.textfield-header{padding-left:6px}.simple-table-editor table.simple-editor .simple-header-cell.selectfield-header{padding-left:11px}.simple-table-editor table.simple-editor tbody tr:nth-child(2n){background-color:var(--background-2)}.simple-table-editor button.datex-button{height:40px}td.simple-gripper-bar-cell{width:1%;white-space:nowrap;padding-right:.625rem;padding-left:.5rem;cursor:move;color:var(--foreground-2)}td.simple-gripper-bar-cell .icon{font-size:.875rem}td.simple-gripper-bar-cell .icon[class*=icon-ic_fluent_]{font-size:1rem}td.simple-gripper-bar-cell:hover{color:var(--foreground)}td.simple-row-control-cell{width:1%;white-space:nowrap;padding:0 .625rem 0 0}td.simple-row-control-cell button{height:40px}td.simple-text-cell{padding-right:1.25rem;max-width:100%}td.simple-input-cell{position:relative;padding-right:1.25rem;max-width:100%;height:40px}td.simple-input-cell input.datex-textbox,td.simple-input-cell input.datex-numberbox{height:30px;font-size:.875rem;border:1px solid var(--foreground-3);background-color:var(--background);border-radius:4px;color:var(--foreground);padding:2px .25rem;line-height:3;min-width:200px}td.simple-input-cell .datex-monaco-container{height:30px;min-width:200px;outline:1px solid var(--foreground-3);background-color:var(--background);padding:0}td.simple-input-cell .datex-monaco-container .datex-monaco-inner-container{height:30px;padding:3px 0 1px;margin:0 29px 0 10px}td.simple-input-cell .datex-monaco-container .datex-monaco-editor{height:30px}td.simple-input-cell .datex-monaco-container:after{top:6px;left:-10px}.field-container td.simple-input-cell .datex-monaco-container .datex-monaco-inner-container,.datex-form-field td.simple-input-cell .datex-monaco-container .datex-monaco-inner-container,.query-builder-row td.simple-input-cell .datex-monaco-container .datex-monaco-inner-container{height:30px}td.simple-input-cell .clause{margin:.25rem 0}td.simple-select-cell{position:relative;padding-right:1.25rem;max-width:100%;height:40px}td.simple-select-cell .datex-selectcontainer{height:30px;min-width:200px;border:1px solid var(--foreground-3);background-color:var(--background);font-size:.875rem}td.simple-select-cell .datex-selectcontainer .mat-select-value,td.simple-select-cell .datex-selectcontainer .mat-mdc-select-value,td.simple-select-cell .icon-picker .datex-selectcontainer .mat-select-value .icon,td.simple-select-cell .icon-picker .datex-selectcontainer .mat-mdc-select-value .icon{font-size:.875rem}td.simple-select-cell .icon-picker .datex-selectcontainer .mat-select-value .icon[class*=icon-ic_fluent_],td.simple-select-cell .icon-picker .datex-selectcontainer .mat-mdc-select-value .icon[class*=icon-ic_fluent_]{font-size:1rem}td.simple-select-cell .label-container{display:none}td.simple-select-cell .clause{margin:.25rem 0}td.simple-toggle-cell{width:1%;white-space:nowrap;padding-right:1.25rem}td.simple-toggle-cell .datex-radiobutton{padding-top:0;padding-bottom:0}.hidden-fields:not(:focus-within) input.datex-textbox,.hidden-fields:not(:focus-within) input.datex-numberbox,.hidden-fields:not(:focus-within) .datex-selectcontainer{border:1px solid transparent;background:transparent}.hidden-fields:not(:focus-within) .datex-monaco-container{outline:1px solid transparent;background:transparent}.hidden-fields:not(:focus-within) .datex-monaco-container:after{display:none}.hidden-fields:not(:focus-within) td.input-cell:hover input.datex-textbox,.hidden-fields:not(:focus-within) td.input-cell:hover input.datex-numberbox,.hidden-fields:not(:focus-within) td.input-cell:hover .datex-selectcontainer,.hidden-fields:not(:focus-within) td.select-cell:hover input.datex-textbox,.hidden-fields:not(:focus-within) td.select-cell:hover input.datex-numberbox,.hidden-fields:not(:focus-within) td.select-cell:hover .datex-selectcontainer,.hidden-fields:not(:focus-within) td.simple-input-cell:hover input.datex-textbox,.hidden-fields:not(:focus-within) td.simple-input-cell:hover input.datex-numberbox,.hidden-fields:not(:focus-within) td.simple-input-cell:hover .datex-selectcontainer,.hidden-fields:not(:focus-within) td.simple-select-cell:hover input.datex-textbox,.hidden-fields:not(:focus-within) td.simple-select-cell:hover input.datex-numberbox,.hidden-fields:not(:focus-within) td.simple-select-cell:hover .datex-selectcontainer{border:1px solid var(--foreground-3);background-color:var(--background)}.hidden-fields:not(:focus-within) td.input-cell:hover .datex-monaco-container,.hidden-fields:not(:focus-within) td.select-cell:hover .datex-monaco-container,.hidden-fields:not(:focus-within) td.simple-input-cell:hover .datex-monaco-container,.hidden-fields:not(:focus-within) td.simple-select-cell:hover .datex-monaco-container{outline:1px solid var(--foreground-3);background-color:var(--background)}.hidden-fields:not(:focus-within) td.input-cell:hover .datex-monaco-container:after,.hidden-fields:not(:focus-within) td.select-cell:hover .datex-monaco-container:after,.hidden-fields:not(:focus-within) td.simple-input-cell:hover .datex-monaco-container:after,.hidden-fields:not(:focus-within) td.simple-select-cell:hover .datex-monaco-container:after{display:inline-block}.hidden-fields:not(:focus-within) input.datex-textbox:placeholder-shown,.hidden-fields:not(:focus-within) input.datex-numberbox:placeholder-shown,.hidden-fields:not(:focus-within) .datex-selectcontainer .mat-select-value:placeholder-shown,.hidden-fields:not(:focus-within) .datex-selectcontainer .mat-mdc-select-value:placeholder-shown,.hidden-fields:not(:focus-within) .datex-selectcontainer .select-input:placeholder-shown{border:1px solid var(--foreground-3);background-color:var(--background)}.simple-row-drag.cdk-drag-preview{box-sizing:border-box;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;background-color:var(--background);z-index:2000;vertical-align:middle}table.simple-editor tbody tr.cdk-drag-placeholder{opacity:.85;background-color:var(--light-color)}table.simple-editor tbody tr.cdk-drag-placeholder *{opacity:.35}.simple-row-drag.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.fixed-width-13{width:13rem;min-width:13rem;max-width:13rem}.fixed-width-39{width:39rem;min-width:39rem;max-width:39rem}.dataview-grid{overflow-x:auto;display:block;padding-top:15px;position:relative}.dataview-grid .grid-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#00010066;z-index:1000;display:flex;justify-content:center;align-items:center;user-select:none}.dataview-grid .grid-loading .h3-base,.dataview-grid .grid-loading .extra-loading,.dataview-grid .grid-loading h3{margin:0;font-size:1.5rem;color:#fff;position:relative}.dataview-grid .grid-loading .extra-loading{top:min(410px,20%);margin-top:-18px}.dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#00010040,#fff0),linear-gradient(to left,#00010040,#fff0);background-position:left center,right center,left center,right center;background-repeat:no-repeat;background-size:20px 100%,20px 100%,15px 100%,15px 100%;background-attachment:local,local,scroll,scroll}.dark-theme .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}@media (prefers-color-scheme: dark){:root .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}}.dataview-grid .grid-container{position:relative}.dataview-grid .grid-container .grid-table{position:unset;min-width:100%;white-space:nowrap;border-collapse:collapse;background-color:transparent;color:var(--foreground);display:table}.dataview-grid .grid-container .grid-table .grid-table-header{display:table-row}.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header{display:table-cell;height:40px;padding:8px 0 15px 1rem;vertical-align:middle;text-align:left;color:var(--foreground-1);font-size:.75rem;font-weight:400;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox{width:2.5rem!important;min-width:2.5rem!important;max-width:2.5rem!important;padding-left:.5rem!important;padding-right:.5rem!important;text-align:center;background-color:var(--background);position:sticky;left:0}.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox mat-checkbox.datex-checkbox{display:flex;align-items:center;width:fit-content;padding-left:.25rem}.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-row-expander-header{width:50px!important}.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.cdk-drag-placeholder{padding:0}.dataview-grid .grid-container.set-width-table>.grid-table{table-layout:fixed;min-width:unset}.dataview-grid .grid-container.fit-content-table .grid-table-cell-data mat-radio-group.datex-radio-group,.dataview-grid .grid-container.fit-content-table .grid-table-cell-data mat-selection-list.datex-checkbox-group{flex-wrap:nowrap}.dataview-grid .grid-container.noscroll-table>.grid-table{table-layout:fixed;width:100%}.dataview-grid .grid-container.noscroll-table>.grid-table>.grid-table-header>.grid-table-cell-header:not(.grid-table-cell-header-controls){width:100%}.dataview-grid .grid-container:not(.fit-content-table)>.grid-table>.grid-table-row>.grid-table-cell-data{max-width:0}.dataview-grid .grid-container:not(.noscroll-table)>.grid-table>.grid-table-header>.grid-table-cell-header{width:min-content}.dataview-grid .grid-container.compact>.grid-table>.grid-table-row>.grid-table-cell-data{height:34px;padding:2px 0 2px 12px}.dataview-grid .grid-container.relaxed>.grid-table>.grid-table-row>.grid-table-cell-data{height:52px;padding:5px 0 5px 12px}.dataview-grid.loading .grid-container{overflow:hidden}mat-select.select-container{width:200px;border:1px solid #CCCCCC;margin-right:.5rem;background-color:#fff}.grid-table-cell-data.left,.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.left{text-align:left}.grid-table-cell-data.right,.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.right{text-align:right}.grid-table-cell-data.center,.dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.center{text-align:center}.grid-table-striped>.grid-table-row:not(.new-row-creator):nth-of-type(2n),.grid-table-striped tr:nth-child(2n){background-color:#7070701f}.dark-theme .grid-table-striped>.grid-table-row:not(.new-row-creator):nth-of-type(2n),.dark-theme .grid-table-striped tr:nth-child(2n){background-color:#7070701f}@media (prefers-color-scheme: dark){:root .grid-table-striped>.grid-table-row:not(.new-row-creator):nth-of-type(2n),:root .grid-table-striped tr:nth-child(2n){background-color:#7070701f}}.grid-table-striped .grid-table-row:not(.new-row-creator):hover .grid-table-cell-data.grid-table-cell-command button.datex-button,.grid-table-striped .grid-table-row:not(.new-row-creator):nth-of-type(2n):hover .grid-table-cell-data.grid-table-cell-command button.datex-button{background-color:var(--light-color)}.grid-table-striped .grid-table-row:not(.new-row-creator) .grid-table-cell-data.grid-table-cell-command button.datex-button{background-color:var(--background-2)}.grid-table-striped .grid-table-row:not(.new-row-creator):nth-of-type(2n) .grid-table-cell-data.grid-table-cell-command button.datex-button,.grid-table-striped tr:nth-child(2n) .grid-table-cell-data.grid-table-cell-command button.datex-button{background-color:var(--background-2)}.grid-table-striped .grid-table-row:not(.new-row-creator) .grid-table-cell-data.grid-table-cell-command:hover,.grid-table-striped .grid-table-row:not(.new-row-creator):nth-of-type(2n) .grid-table-cell-data.grid-table-cell-command:hover,.grid-table-striped tr:nth-child(2n) .grid-table-cell-data.grid-table-cell-command:hover{background-color:var(--light-color)!important}.grid-table-striped .grid-table-row:not(.new-row-creator) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover,.grid-table-striped .grid-table-row:not(.new-row-creator):nth-of-type(2n) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover,.grid-table-striped tr:nth-child(2n) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover{background-color:#0000001a!important;color:var(--wht-ovrly-color-solid)}.grid-table-row.new-row-creator .grid-table-cell-command .grid-command,.grid-table-row:hover .grid-table-cell-command .grid-command,.grid-table-row .grid-table-cell-command .grid-command.open{visibility:visible}.grid-table-cell-command .grid-command{visibility:hidden}.grid-table-row{position:unset;display:table-row}.grid-table-row.expanded-row{box-shadow:0 3px 5px #0000001a;z-index:1;position:relative}.grid-table-row .grid-table-cell-data.grid-table-cell-command{position:sticky;right:0;max-width:unset;text-align:right;color:var(--main-color);text-overflow:initial}.grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button{color:var(--main-color)}.grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button:hover{color:var(--wht-ovrly-color-solid)}.grid-table-row .grid-table-cell-data.grid-table-cell-command.hidden-commands{z-index:-1000000}.grid-container .grid-table-row .grid-table-cell-checkbox{width:2.5rem!important;min-width:2.5rem!important;max-width:2.5rem!important;padding-left:.5rem!important;padding-right:.5rem!important;text-align:center;position:sticky!important;left:0;background-color:var(--light-color);z-index:10}.grid-table-row .show_on_mouse_over{opacity:0}.grid-table-row:not(.new-row-creator):hover{background-color:var(--light-color)!important}.grid-table-row:not(.new-row-creator):hover .show_on_mouse_over{opacity:1}.grid-table-row:not(.new-row-creator):hover .grid-table-cell-link.grid-table-cell-edit-link .datex-text:before{opacity:1}.grid-table-row .grid-table-row:has(.grid-command.open){background-color:var(--light-color)!important}.grid-table-row .grid-table-cell-data.grid-table-cell-command{padding:0!important;z-index:10}.grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button{height:100%;padding:0 .5rem}.grid-table-row .grid-table-cell-data.grid-table-cell-command button.datex-button:hover{background-color:#0000001a}.grid-table-row.selected-row:not(.new-row-creator){background-color:var(--light-color)!important}.grid-table-row.selected-row:not(.new-row-creator) .grid-table-cell-data.grid-table-cell-command{background-color:var(--light-color);color:var(--main-color)}.grid-table-striped>.grid-table-row.selected-row:not(.new-row-creator):nth-of-type(2n){background-color:var(--light-color)}.grid-table-striped>.grid-table-row.selected-row:not(.new-row-creator):nth-of-type(2n) .grid-table-cell-data.grid-table-cell-command{background-color:var(--light-color);color:var(--main-color)}.grid-table-row.new-row-creator{background-color:var(--theme-color-background);color:#fff}.grid-table-row.new-row-creator:hover,.grid-container .grid-table-row.new-row-creator .grid-table-cell-checkbox{background-color:var(--theme-color-background)}.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle .mat-slide-toggle-content,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle .mdc-label,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-content,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle .mdc-label{color:#fff}.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-frame,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-checkbox-frame,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-checkbox-background,.grid-table-row.new-row-creator mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-selection-list.datex-checkbox-group .mat-mdc-list-option:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.grid-table-row.new-row-creator mat-selection-list.datex-checkbox-group .mat-mdc-list-option:hover .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mat-checked .mdc-switch,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mat-checked:hover .mdc-switch,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mdc-switch--selected:hover .mdc-switch,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mat-checked:hover .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover .mdc-switch{border-color:#fff}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-link{color:#fff;text-decoration:underline}.grid-table-row.new-row-creator>div:first-child{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px}.grid-table-row.new-row-creator>div:last-child{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command{background:var(--background);border-radius:0}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button{background-color:var(--theme-color-background);color:#fff;padding:0;border-radius:0}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.creation{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button:hover{background-color:var(--wht-ovrly-color-solid);color:#fff}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.important:hover{background-color:var(--color-important-hover)}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.creation:hover{background-color:var(--color-new-hover)}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.row-confirm{border-radius:0 4px 4px 0}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.row-confirm.row-valid{background:var(--color-new);color:#fff}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.row-confirm.row-valid:hover{background-color:var(--color-new-hover)}.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.row-confirm.row-invalid,.grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command button.datex-button.row-confirm.row-processing{background:#8c8c8c;color:#ccc;cursor:default}.fit-content-table .grid-table-row.new-row-creator .grid-table-cell-data{position:relative}.fit-content-table .grid-table-row.new-row-creator .grid-table-cell-data input.datex-textbox,.fit-content-table .grid-table-row.new-row-creator .grid-table-cell-data input.datex-numberbox{position:absolute;left:.75rem;right:0;top:5px;width:auto;max-width:100%}.fit-content-table .grid-table-row.new-row-creator .grid-table-cell-data.grid-table-cell-command{position:sticky}.fit-content-table.compact .grid-table-row.new-row-creator .grid-table-cell-data input.datex-textbox,.fit-content-table.compact .grid-table-row.new-row-creator .grid-table-cell-data input.datex-numberbox{top:2px}.fit-content-table.relaxed .grid-table-row.new-row-creator .grid-table-cell-data input.datex-textbox,.fit-content-table.relaxed .grid-table-row.new-row-creator .grid-table-cell-data input.datex-numberbox{top:11px}.dataview-grid .grid-container .grid-table .grid-table-cell-header.grid-table-cell-header-command{width:80px!important;min-width:80px!important}.dataview-grid .grid-container .grid-table .grid-table-cell-header.grid-table-cell-header-command.single{width:40px!important;min-width:40px!important}.dataview-grid .grid-container .grid-table-cell-data.grid-table-cell-command button.datex-button{width:40px}.dataview-grid .grid-container.relaxed .grid-table .grid-table-cell-header.grid-table-cell-header-command{width:104px!important;min-width:104px!important}.dataview-grid .grid-container.relaxed .grid-table .grid-table-cell-header.grid-table-cell-header-command.single{width:52px!important;min-width:52px!important}.dataview-grid .grid-container.relaxed .grid-table-cell-data.grid-table-cell-command button.datex-button{width:52px}.dataview-grid .grid-container.compact .grid-table .grid-table-cell-header.grid-table-cell-header-command{width:68px!important;min-width:68px!important}.dataview-grid .grid-container.compact .grid-table .grid-table-cell-header.grid-table-cell-header-command.single{width:34px!important;min-width:34px!important}.dataview-grid .grid-container.compact .grid-table-cell-data.grid-table-cell-command button.datex-button{width:34px}.grid-table-row-child{position:relative;display:table-row}.grid-table-row-child .summary-container,.grid-table-row-child .dataview-tools,.grid-table-row-child .dataview-filters{display:none}.grid-table-row-child .dataview{margin-left:.75rem}.grid-table-row-child td{padding-bottom:.5rem}.grid-table-row-child:after{content:"";position:absolute;width:6px;height:calc(100% - .5rem);border-left:6px solid var(--foreground-1);left:0;top:0;z-index:99}.grid-table-row-child.border-even-row:after{border-left-color:var(--foreground-1)}.grid-table-row-child.border-odd-row:after{border-left-color:var(--foreground-3)}.even-row:not(.new-row-creator){background-color:#7070701f!important}.odd-row:not(.new-row-creator){background-color:transparent!important}.border-even-row .dataview{background-color:#7070701f}.border-even-row .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,#00010040,#fff0),linear-gradient(to left,#00010040,#fff0)}.dark-theme .border-odd-row .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}@media (prefers-color-scheme: dark){:root .border-odd-row .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}}.border-even-row .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox{background-color:#eee}.dark-theme .border-even-row .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox{background-color:#303132}@media (prefers-color-scheme: dark){:root .border-even-row .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox{background-color:#303132}}.border-odd-row .dataview{background-color:transparent}.grid-table-cell-data.grid-table-row-expander{position:relative;padding-left:18px;width:50px}div:not(.new-row-creator)>.grid-table-cell-data.grid-table-row-expander.expanded:after{content:"";position:absolute;width:6px;height:100%;border-left:6px solid var(--foreground-3);left:0;top:0;z-index:99}div:not(.new-row-creator)>.grid-table-cell-data.grid-table-row-expander.expanded.border-even-row:after{border-left:6px solid var(--foreground-1)}div:not(.new-row-creator)>.grid-table-cell-data.grid-table-row-expander.expanded.border-odd-row:after{border-left:6px solid var(--foreground-3)}.grid-table-cell-data.grid-table-row-expander .icon{font-size:1.25rem}.datex-tabcontrol .grid-table-row-child .dataview,.grid-table-row-child .dataview{padding:.625rem .625rem .625rem 2rem;height:100%;overflow:unset}.datex-tabcontrol .grid-table-row-child .dataview .dataview-grid,.grid-table-row-child .dataview .dataview-grid{overflow:unset;padding-top:0}.datex-tabcontrol .grid-table-row-child .dataview .no-results,.grid-table-row-child .dataview .no-results{margin:.75rem 0 0}.grid-table-cell-data,.ag-cell{display:table-cell;vertical-align:middle;text-align:left;height:40px;padding:5px 0 5px .75rem;cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-table-cell-data:last-of-type:not(.grid-table-cell-command),.ag-cell:last-of-type:not(.grid-table-cell-command){padding-right:1.25rem}.grid-table-cell-data.outline-border:hover .datex-text,.ag-cell.outline-border:hover .datex-text{height:30px;font-size:.875rem;border:1px solid var(--foreground-3);background-color:var(--background);border-radius:4px;color:var(--foreground);padding:2px .25rem;line-height:3;display:block;width:100%;line-height:1.7;color:unset;cursor:text}.grid-table-cell-data.grid-table-cell-link,.ag-cell.grid-table-cell-link{color:var(--main-color);font-weight:700;cursor:pointer}.grid-table-cell-data.grid-table-cell-link:hover,.ag-cell.grid-table-cell-link:hover{text-decoration:underline}.grid-table-cell-data.grid-table-cell-link .datex-text,.ag-cell.grid-table-cell-link .datex-text{cursor:inherit}.grid-table-cell-data.grid-table-cell-link label,.ag-cell.grid-table-cell-link label{cursor:pointer}.grid-table-cell-data.grid-table-cell-link.grid-table-cell-edit-link,.ag-cell.grid-table-cell-link.grid-table-cell-edit-link{position:relative}.grid-table-cell-data.grid-table-cell-link.grid-table-cell-edit-link:hover,.ag-cell.grid-table-cell-link.grid-table-cell-edit-link:hover{text-decoration:underline}.grid-table-cell-data.grid-table-cell-link.grid-table-cell-edit-link .datex-text,.ag-cell.grid-table-cell-link.grid-table-cell-edit-link .datex-text{color:var(--main-color);font-weight:700;cursor:pointer;position:relative}.grid-table-cell-data.grid-table-cell-link.grid-table-cell-edit-link .datex-text:before,.ag-cell.grid-table-cell-link.grid-table-cell-edit-link .datex-text:before{content:"\e72f";font-family:FluentSystemIcons-Resizable!important;color:var(--main-color);position:absolute;top:50%;left:-13px;transform:translateY(-50%);opacity:0}.grid-table-cell-data .datex-text,.ag-cell .datex-text{padding:2px .25rem;border:1px solid transparent;line-height:2}.grid-table-cell-data .datex-selectcontainer,.grid-table-cell-data .datex-datecontainer,.ag-cell .datex-selectcontainer,.ag-cell .datex-datecontainer{font-size:.875rem;border:1px solid var(--foreground-3);background-color:var(--background);width:100%;padding:0 0 0 .25rem;height:30px}.grid-table-cell-data .datex-selectcontainer input,.grid-table-cell-data .datex-datecontainer input,.ag-cell .datex-selectcontainer input,.ag-cell .datex-datecontainer input{font-size:.875rem;height:28px;margin:0;padding:0}.grid-table-cell-data mat-radio-group.datex-radio-group,.ag-cell mat-radio-group.datex-radio-group{padding:0;row-gap:.25rem}.grid-table-cell-data mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-label-content .selector-option-text,.grid-table-cell-data mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label .selector-option-text,.ag-cell mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-label-content .selector-option-text,.ag-cell mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label .selector-option-text{top:-2px}.grid-table-cell-data mat-selection-list.datex-checkbox-group,.grid-table-cell-data mat-mdc-list-base.datex-checkbox-group,.ag-cell mat-selection-list.datex-checkbox-group,.ag-cell mat-mdc-list-base.datex-checkbox-group{row-gap:.25rem}.grid-table-cell-data mat-selection-list.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text .selector-option-text,.grid-table-cell-data mat-selection-list.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content .selector-option-text,.grid-table-cell-data mat-mdc-list-base.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text .selector-option-text,.grid-table-cell-data mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content .selector-option-text,.ag-cell mat-selection-list.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text .selector-option-text,.ag-cell mat-selection-list.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content .selector-option-text,.ag-cell mat-mdc-list-base.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text .selector-option-text,.ag-cell mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content .selector-option-text{top:-1px}.grid-table-cell-data .mat-mdc-slide-toggle.datex-toggle,.ag-cell .mat-mdc-slide-toggle.datex-toggle{line-height:20px}.grid-table-cell-data mat-checkbox.datex-checkbox,.ag-cell mat-checkbox.datex-checkbox{display:flex;align-items:center;width:fit-content;padding-left:.25rem}.grid-table-cell-data.center mat-checkbox.datex-checkbox,.grid-table-cell-data.left mat-checkbox.datex-checkbox,.grid-table-cell-data.right mat-checkbox.datex-checkbox,.ag-cell.center mat-checkbox.datex-checkbox,.ag-cell.left mat-checkbox.datex-checkbox,.ag-cell.right mat-checkbox.datex-checkbox{display:flex;width:100%}.grid-table-cell-data.center mat-checkbox.datex-checkbox,.ag-cell.center mat-checkbox.datex-checkbox{justify-content:center}.grid-table-cell-data.left mat-checkbox.datex-checkbox,.ag-cell.left mat-checkbox.datex-checkbox{justify-content:flex-start}.grid-table-cell-data.right mat-checkbox.datex-checkbox,.ag-cell.right mat-checkbox.datex-checkbox{justify-content:flex-end}.grid-table-cell-data button.datex-button,.ag-cell button.datex-button{height:30px;padding:0 6px;line-height:30px;font-size:14px}.grid-table-cell-data button.datex-button .icon,.ag-cell button.datex-button .icon{font-size:1rem}.grid-table-cell-data button.datex-button .icon[class*=icon-ic_fluent_],.ag-cell button.datex-button .icon[class*=icon-ic_fluent_]{font-size:1.125rem}.grid-table-cell-data .datex-monaco-container,.ag-cell .datex-monaco-container{outline:1px solid var(--foreground-3);background-color:var(--background)}.grid-table-cell-data .datex-monaco-container .datex-monaco-inner-container,.ag-cell .datex-monaco-container .datex-monaco-inner-container{height:30px;padding:3px 0 1px;margin:0 29px 0 10px}.grid-table-cell-data .datex-monaco-container .datex-monaco-editor,.ag-cell .datex-monaco-container .datex-monaco-editor{height:30px}.grid-table-cell-data .datex-monaco-container:after,.ag-cell .datex-monaco-container:after{top:6px;left:-10px}.datex-app .dataview-grid .grid-container .ag-theme-quartz,.datex-app .dataview-grid .grid-container .ag-theme-quartz-dark,.datex-app .dataview-grid .grid-container .ag-theme-quartz-auto-dark{--ag-active-color: var(--main-color);--ag-background-color: var(--background);--ag-foreground-color: var(--foreground);--ag-secondary-foreground-color: var(--foreground-1);--ag-border-color: var(--foreground-3);--ag-secondary-border-color: var(--foreground-3);--ag-header-background-color: transparent;--ag-tooltip-background-color: var(--background);--ag-control-panel-background-color: var(--background);--ag-subheader-background-color: transparent;--ag-invalid-color: var(--color-important);--ag-checkbox-unchecked-color: var(--foreground-2);--ag-header-column-resize-handle-color: var(--foreground-3);--ag-icon-font-color: var(--foreground-1);--ag-panel-background-color: var(--background);--ag-panel-border-color: var(--foreground-3);--ag-menu-background-color: var(--background);--ag-menu-border-color: var(--foreground-3);--ag-selected-row-background-color: var(--light-color);--ag-row-hover-color: var(--light-color);--ag-column-hover-color: var(--light-color);--ag-input-focus-border-color: var(--main-color);--ag-input-focus-box-shadow: var(--shadow-4);--ag-range-selection-background-color: var(--light-color-transparent-background);--ag-range-selection-background-color-2: var(--light-color-transparent-background);--ag-range-selection-background-color-3: var(--light-color-transparent-background);--ag-range-selection-background-color-4: var(--light-color-transparent-background);--ag-checkbox-background-color: transparent;--ag-checkbox-checked-color: var(--control-solid-foreground);--ag-range-selection-border-color: var(--main-color);--ag-input-border-color: var(--ag-border-color);--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-disabled-foreground-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 50%);--ag-chip-background-color: var(--light-color);--ag-chip-border-color: var(--light-color);--ag-input-disabled-border-color: var(--ag-border-color);--ag-input-disabled-background-color: color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 6%);--ag-modal-overlay-background-color: color-mix(in srgb, transparent, var(--ag-background-color) 66%);--ag-chart-menu-label-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 80%);--ag-chart-menu-pill-select-button-color: color-mix(in srgb, transparent, var(--ag-foreground-color) 70%);--ag-borders: solid 1px;--ag-border-radius: 4px;--ag-wrapper-border-radius: 4px;--ag-borders-side-button: none;--ag-side-button-selected-background-color: transparent;--ag-header-column-resize-handle-display: block;--ag-header-column-resize-handle-width: 2px;--ag-header-column-resize-handle-height: 50%;--ag-grid-size: 8px;--ag-icon-size: 1rem;--ag-header-height: 40px;--ag-row-height: 40px;--ag-list-item-height: calc(var(--ag-icon-size) + var(--ag-widget-vertical-spacing));--ag-column-select-indent-size: var(--ag-icon-size);--ag-set-filter-indent-size: var(--ag-icon-size);--ag-filter-tool-panel-group-indent: var(--ag-grid-size);--ag-advanced-filter-builder-indent-size: calc(var(--ag-icon-size) + var(--ag-grid-size)* 2);--ag-cell-horizontal-padding: calc(var(--ag-grid-size)* 2);--ag-cell-widget-spacing: calc(var(--ag-grid-size)* 1.5);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size)* 1);--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size)* 1.5);--ag-widget-horizontal-spacing: calc(var(--ag-grid-size)* 1.5);--ag-widget-vertical-spacing: calc(var(--ag-grid-size)* 1);--ag-toggle-button-height: 18px;--ag-toggle-button-width: 28px;--ag-toggle-button-border-width: 2px;--ag-font-family: Segoe UI, Segoe UI Web (West European), -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;--ag-font-size: .875rem;--ag-icon-font-family: agGridQuartz;--ag-tab-min-width: 290px;--ag-chart-menu-panel-width: 260px;--ag-card-shadow: var(--shadow-16);--ag-popup-shadow: var(--shadow-16);--ag-side-bar-panel-width: 250px;--ag-data-color: var(--ag-foreground-color);--ag-header-foreground-color: var(--ag-secondary-foreground-color);--ag-subheader-toolbar-background-color: transparent;--ag-range-selection-border-style: solid;--ag-range-selection-highlight-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-width: 0;--ag-selected-tab-underline-transition-speed: 0s;--ag-range-selection-chart-category-background-color: rgba(0, 255, 132, .1);--ag-range-selection-chart-background-color: rgba(0, 88, 255, .1);--ag-header-cell-hover-background-color: transparent;--ag-header-cell-moving-background-color: var(--ag-background-color);--ag-value-change-value-highlight-background-color: rgba(22, 160, 133, .5);--ag-value-change-delta-up-color: #43a047;--ag-value-change-delta-down-color: #e53935;--ag-row-loading-skeleton-effect-color: rgba(66, 66, 66, .2);--ag-borders-critical: var(--ag-borders);--ag-borders-secondary: var(--ag-borders);--ag-row-border-style: solid;--ag-row-border-width: 1px;--ag-cell-horizontal-border: solid transparent;--ag-borders-input: var(--ag-borders-secondary);--ag-borders-input-invalid: solid 2px;--ag-row-border-color: var(--ag-secondary-border-color);--ag-header-column-separator-display: none;--ag-header-column-separator-height: 100%;--ag-header-column-separator-width: 1px;--ag-header-column-separator-color: var(--ag-secondary-border-color);--ag-checkbox-border-radius: 2px;--ag-checkbox-indeterminate-color: var(--control-solid-foreground);--ag-toggle-button-off-border-color: var(--foreground-1);--ag-toggle-button-off-background-color: var(--background);--ag-toggle-button-on-border-color: var(--control-solid-foreground);--ag-toggle-button-on-background-color: var(--control-solid-foreground);--ag-toggle-button-switch-background-color: var(--background);--ag-toggle-button-switch-border-color: var(--background);--ag-icon-font-weight: normal;--ag-icon-image-display: block;--ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));--ag-menu-min-width: 181px;--ag-card-radius: 4px;--ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);--ag-minichart-selected-page-color: var(--ag-checkbox-checked-color)}.datex-app .dataview-grid .grid-container .ag-root-wrapper,.datex-app .dataview-grid .grid-container .ag-header,.datex-app .dataview-grid .grid-container .ag-pinned-right-header,.datex-app .dataview-grid .grid-container .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell),.datex-app .dataview-grid .grid-container .ag-status-bar{border:none}.datex-app .dataview-grid .grid-container .ag-root{min-height:100px}.datex-app .dataview-grid .grid-container .ag-root-wrapper{border-radius:0}.datex-app .dataview-grid .grid-container .ag-status-bar{padding:0}.datex-app .dataview-grid .grid-container .ag-header-group-cell-label,.datex-app .dataview-grid .grid-container .ag-header-cell-label{align-self:baseline}.datex-app .dataview-grid .grid-container .ag-header-group-cell-label,.datex-app .dataview-grid .grid-container .ag-cell-label-container{padding:0}.datex-app .dataview-grid .grid-container .ag-header-cell{height:40px;padding:12px 1rem 10px 5px;border:1px solid transparent;vertical-align:middle;text-align:left;font-size:.75rem;font-weight:400;cursor:default;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-app .dataview-grid .grid-container .ag-header-cell.ag-required .ag-header-cell-text:after{content:"*";color:var(--color-important);font-weight:700;user-select:none;margin-left:.25rem}.datex-app .dataview-grid .grid-container .ag-cell-wrapper{height:100%}.datex-app .dataview-grid .grid-container .ag-cell{display:table-cell;text-align:left;height:40px;padding:5px 0;border-width:1px;color:var(--foreground);cursor:default;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:visible}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-link{color:var(--main-color);font-weight:700;cursor:pointer}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-link:hover{text-decoration:underline}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-link .datex-text{cursor:inherit}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-edit-link{display:inline-block;max-width:100%;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-edit-link:hover{text-decoration:underline}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-edit-link .datex-text{color:var(--main-color);font-weight:700;cursor:pointer;display:inline;max-width:100%;padding-right:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-edit-link .datex-text:before{content:"\e72f";font-family:FluentSystemIcons-Resizable!important;color:var(--main-color);position:absolute;top:50%;right:4px;transform:translateY(-50%);opacity:0}.datex-app .dataview-grid .grid-container .ag-cell .grid-table-cell-edit-link:hover .datex-text:before{opacity:1}.datex-app .dataview-grid .grid-container .ag-cell:has(.datex-button){padding:3px 0 3px .75rem}.datex-app .dataview-grid .grid-container .ag-cell:has(.ag-cell-expandable){padding:0 4px}.datex-app .dataview-grid .grid-container div:has(>.datex-text),.datex-app .dataview-grid .grid-container div:has(>.datex-label){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-app .dataview-grid .grid-container .ag-header-container,.datex-app .dataview-grid .grid-container .ag-header-row,.datex-app .dataview-grid .grid-container .ag-center-cols-container{min-width:100%}.datex-app .dataview-grid .grid-container .ag-row{border-bottom:none}.datex-app .dataview-grid .grid-container .ag-row.ag-row-level-0:not(.ag-row-odd){background-color:var(--background-2)}.datex-app .dataview-grid .grid-container .autoHeight-grid .ag-root-wrapper-body{height:100%}.datex-app .dataview-grid .grid-container .autoHeight-grid .ag-center-cols-clipper{min-height:150px}.datex-app .dataview-grid .grid-container .ag-overlay-wrapper .ag-overlay-no-rows-center{color:var(--foreground)}.datex-app .dataview-grid .grid-container .ag-header-cell.ag-column-first:has(.ag-header-select-all){padding:12px 1rem 10px .75rem}.datex-app .dataview-grid .grid-container .ag-column-first:has(.ag-selection-checkbox){padding:0 0 0 .75rem!important}.datex-app .dataview-grid .grid-container .ag-checkbox-input-wrapper.ag-checked:after{background:#fff;border-radius:6px}.datex-app .dataview-grid .grid-container .ag-column-last:has(.grid-command),.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-column-last:has(.grid-command){padding:0;width:40px;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0}.datex-app .dataview-grid .grid-container .grid-command{height:40px;width:40px}.datex-app .dataview-grid .grid-container .grid-command:hover,.datex-app .dataview-grid .grid-container .grid-command.open{background-color:#0000001a}.datex-app .dataview-grid .grid-container .ag-selection-checkbox .ag-checkbox-input-wrapper,.datex-app .dataview-grid .grid-container .ag-column-last .grid-command,.datex-app .dataview-grid .grid-container .datex-app .dataview-grid .grid-container .ag-row.ag-row-editing:hover .ag-cell .ag-selection-checkbox .ag-checkbox-input-wrapper{display:none}.datex-app .dataview-grid .grid-container .ag-row:hover>.ag-column-first:has(.ag-selection-checkbox) .ag-selection-checkbox .ag-checkbox-input-wrapper,.datex-app .dataview-grid .grid-container .ag-selection-checkbox .ag-checkbox-input-wrapper.ag-checked,.datex-app .dataview-grid .grid-container .ag-row-hover>.ag-column-last .grid-command,.datex-app .dataview-grid .grid-container .grid-command.open{display:block}.datex-app .dataview-grid .grid-container .ag-row:not(.ag-row-editing):hover .grid-table-cell-edit-link .datex-text:before{opacity:1}.datex-app .dataview-grid .grid-container .ag-checkbox-input-wrapper:focus-within,.datex-app .dataview-grid .grid-container .ag-checkbox-input-wrapper:active{box-shadow:none}.datex-app .dataview-grid .grid-container .ag-cell:has(.datex-checkbox){padding:7px 0}.datex-app .dataview-grid .grid-container .ag-cell:has(.datex-toggle){padding:6px 0}.datex-app .dataview-grid .grid-container .ag-cell:has(.datex-radio-group){padding:8px 0}.datex-app .dataview-grid .grid-container .ag-cell mat-checkbox.datex-checkbox{height:24px}.datex-app .dataview-grid .grid-container .ag-cell mat-selection-list.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text .selector-option-text,.datex-app .dataview-grid .grid-container .ag-cell mat-selection-list.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content .selector-option-text{top:0}.datex-app .dataview-grid .grid-container .ag-cell mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-label-content .selector-option-text,.datex-app .dataview-grid .grid-container .ag-cell mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label .selector-option-text{top:-1px}.datex-app .dataview-grid .grid-container .ag-cell .mat-slide-toggle.datex-toggle,.datex-app .dataview-grid .grid-container .ag-cell .mat-mdc-slide-toggle.datex-toggle{display:flex;align-items:center}.datex-app .dataview-grid .grid-container .ag-cell.ag-cell-inline-editing{padding:3px .75rem 3px 0}.datex-app .dataview-grid .grid-container .ag-cell.ag-cell-inline-editing input.datex-textbox:not(.readonly),.datex-app .dataview-grid .grid-container .ag-cell.ag-cell-inline-editing input.datex-numberbox:not(.readonly){border:1px solid var(--foreground-3)}.datex-app .dataview-grid .grid-container .ag-cell.ag-cell-inline-editing input.datex-textbox:focus,.datex-app .dataview-grid .grid-container .ag-cell.ag-cell-inline-editing input.datex-numberbox:focus{border:1px solid var(--wht-ovrly-color-solid)}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;background-color:var(--theme-color-background)!important;color:#fff}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)){padding:4px .75rem 4px 0;border-color:transparent;border-radius:0;box-shadow:none;background:transparent}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)) input.datex-textbox:not(readonly),.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)) input.datex-numberbox:not(readonly),.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)) .datex-selectcontainer .select-input,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)) .datex-datecontainer .date-input{font-size:.875rem}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing button.datex-button,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-label-content,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-radio-group.datex-radio-group .mat-radio-button .mdc-label,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-label-content,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-slide-toggle.datex-toggle .mat-slide-toggle-content,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-slide-toggle.datex-toggle .mdc-label,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-content,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-mdc-slide-toggle.datex-toggle .mdc-label{color:#fff}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-cell{border-color:transparent!important}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing:hover,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing.ag-row-hover:not(.ag-full-width-row):before,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing.ag-row-hover.ag-full-width-row.ag-row-group:before{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;background-color:var(--theme-color-background)}.grid-container .datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .grid-table-cell-checkbox{background-color:var(--theme-color-background)}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-frame,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-checkbox-frame,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-checkbox-background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-selection-list.datex-checkbox-group .mat-mdc-list-option:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing mat-selection-list.datex-checkbox-group .mat-mdc-list-option:hover .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-slide-toggle.datex-toggle.mat-checked .mdc-switch,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch{border-color:#fff}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .grid-table-cell-link .datex-text,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .grid-table-cell-edit-link .datex-text{color:#fff;text-decoration:underline}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .grid-table-cell-link .datex-text:before,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .grid-table-cell-edit-link .datex-text:before{color:#fff}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing>div:first-child{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing>div:last-child{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-selection-checkbox .ag-checkbox-input-wrapper,.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing:hover .ag-column-first:has(.ag-selection-checkbox) .ag-selection-checkbox .ag-checkbox-input-wrapper{display:none}.datex-app .dataview-grid .grid-container .ag-row.ag-row-editing .ag-icon{color:#fff}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing{padding:0;border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;background-color:var(--theme-color-background);color:#fff}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing.ag-row-hover:not(.ag-full-width-row):before,.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing.ag-row-hover.ag-full-width-row.ag-row-group:before{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;background-color:var(--theme-color-background)}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing.ag-row-selected:before{background-color:transparent}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing datex-ag-grid-command{display:flex}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing datex-ag-grid-command>div{display:contents}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .grid-command{display:inline-block}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing{border-radius:0 4px 4px 0;background:var(--theme-color-background);box-shadow:none}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button{background-color:var(--theme-color-background);color:#fff;padding:0;border-radius:0}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.creation{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button:hover{background-color:var(--wht-ovrly-color-solid);color:#fff}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.important:hover{background-color:var(--color-important-hover)}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.creation:hover{background-color:var(--color-new-hover)}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.row-confirm{border-radius:0 4px 4px 0}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.row-confirm.row-valid{background:var(--color-new);color:#fff}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.row-confirm.row-valid:hover{background-color:var(--color-new-hover)}.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.row-confirm.row-invalid,.datex-app .dataview-grid .grid-container .ag-pinned-right-cols-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing button.datex-button.row-confirm.row-processing{background:#8c8c8c;color:#ccc;cursor:default}.fit-content-table .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data{position:relative}.fit-content-table .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data input.datex-textbox,.fit-content-table .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data input.datex-numberbox{position:absolute;left:.75rem;right:0;top:5px;width:auto;max-width:100%}.fit-content-table .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data.grid-table-cell-command{position:sticky}.fit-content-table.compact .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data input.datex-textbox,.fit-content-table.compact .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data input.datex-numberbox{top:2px}.fit-content-table.relaxed .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data input.datex-textbox,.fit-content-table.relaxed .datex-app .dataview-grid .grid-container.new-row-creator .grid-table-cell-data input.datex-numberbox{top:11px}.datex-app .dataview-grid .grid-container .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner){visibility:hidden}.datex-app .dataview-grid .grid-container .ag-row-group-expanded:not(:has(.grid-command)):after,.datex-app .dataview-grid .grid-container .ag-row-level-1:after{content:"";position:absolute;width:6px;height:100%;border-left:6px solid var(--foreground-1);left:0;top:0;z-index:99}.datex-app .dataview-grid .grid-container .ag-row-level-1:after{height:calc(100% - .5rem)}.datex-app .dataview-grid .grid-container .ag-row-level-1 .summary-container,.datex-app .dataview-grid .grid-container .ag-row-level-1 .dataview-tools,.datex-app .dataview-grid .grid-container .ag-row-level-1 .dataview-filters{display:none}.datex-app .dataview-grid .grid-container .ag-row-level-1 .dataview{margin-left:.75rem;padding:.75rem}.datex-app .dataview-grid .grid-container .ag-menu{border-radius:4px;border:none;background:var(--background);min-height:unset;padding:.25rem;box-shadow:var(--shadow-16);scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent}.datex-app .dataview-grid .grid-container .ag-menu::-webkit-scrollbar{width:10px;height:10px}.datex-app .dataview-grid .grid-container .ag-menu::-webkit-scrollbar-track{background:transparent;margin:2px}.datex-app .dataview-grid .grid-container .ag-menu::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.datex-app .dataview-grid .grid-container .ag-menu::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.datex-app .dataview-grid .grid-container .ag-menu::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.datex-app .dataview-grid .grid-container .ag-theme-quartz .ag-ltr .ag-mini-filter .ag-input-wrapper:before{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\edbb";position:absolute;top:6px;margin-left:4px;vertical-align:1px;color:var(--main-color);font-family:FluentSystemIcons-Resizable!important;text-align:end;pointer-events:none;font-size:1.25rem;background:none;opacity:1;border:none;outline:none}.datex-app .dataview-grid .grid-container.compact .ag-theme-quartz,.datex-app .dataview-grid .grid-container.compact .ag-theme-quartz-dark,.datex-app .dataview-grid .grid-container.compact .ag-theme-quartz-auto-dark{--ag-row-height: 34px}.datex-app .dataview-grid .grid-container.compact .ag-cell{height:34px}.datex-app .dataview-grid .grid-container.compact .ag-cell:not(:has(.grid-command)){padding:2px 0;line-height:20px}.datex-app .dataview-grid .grid-container.compact .ag-cell:not(:has(.grid-command)):has(.datex-button){padding:3px 0 3px .75rem}.datex-app .dataview-grid .grid-container.compact .ag-cell:not(:has(.grid-command)):has(.ag-cell-expandable){padding:0 4px}.datex-app .dataview-grid .grid-container.compact .ag-column-last:has(.grid-command),.datex-app .dataview-grid .grid-container.compact .ag-row-inline-editing .ag-column-last:has(.grid-command){width:34px}.datex-app .dataview-grid .grid-container.compact .grid-command{height:34px;width:34px}.datex-app .dataview-grid .grid-container.compact .ag-cell:has(.datex-checkbox){padding:4px 0}.datex-app .dataview-grid .grid-container.compact .ag-cell:has(.datex-toggle){padding:3px 0}.datex-app .dataview-grid .grid-container.compact .ag-cell:has(.datex-radio-group){padding:5px 0}.datex-app .dataview-grid .grid-container.compact .ag-cell mat-checkbox.datex-checkbox{height:21px}.datex-app .dataview-grid .grid-container.compact .ag-cell.ag-cell-inline-editing:not(:has(.grid-command)){padding:0 .75rem 0 0}.datex-app .dataview-grid .grid-container.compact .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)){padding:1px .75rem 1px 0}.datex-app .dataview-grid .grid-container.relaxed .ag-theme-quartz,.datex-app .dataview-grid .grid-container.relaxed .ag-theme-quartz-dark,.datex-app .dataview-grid .grid-container.relaxed .ag-theme-quartz-auto-dark{--ag-row-height: 52px}.datex-app .dataview-grid .grid-container.relaxed .ag-cell{height:52px}.datex-app .dataview-grid .grid-container.relaxed .ag-cell:not(:has(.grid-command)){padding:11px 0;line-height:20px}.datex-app .dataview-grid .grid-container.relaxed .ag-cell:not(:has(.grid-command)):has(.datex-button){padding:3px 0 3px .75rem}.datex-app .dataview-grid .grid-container.relaxed .ag-cell:not(:has(.grid-command)):has(.ag-cell-expandable){padding:0 4px}.datex-app .dataview-grid .grid-container.relaxed .ag-column-last:has(.grid-command),.datex-app .dataview-grid .grid-container.relaxed .ag-row-inline-editing .ag-column-last:has(.grid-command){width:52px}.datex-app .dataview-grid .grid-container.relaxed .grid-command{height:52px;width:52px}.datex-app .dataview-grid .grid-container.relaxed .ag-cell:has(.datex-checkbox){padding:13px 0}.datex-app .dataview-grid .grid-container.relaxed .ag-cell:has(.datex-toggle){padding:12px 0}.datex-app .dataview-grid .grid-container.relaxed .ag-cell:has(.datex-radio-group){padding:14px 0}.datex-app .dataview-grid .grid-container.relaxed .ag-cell mat-checkbox.datex-checkbox{height:24px}.datex-app .dataview-grid .grid-container.relaxed .ag-cell.ag-cell-inline-editing:not(:has(.grid-command)){padding:0 .75rem 0 0}.datex-app .dataview-grid .grid-container.relaxed .ag-row.ag-row-editing .ag-cell-inline-editing:not(:has(.grid-command)){padding:10px .75rem 10px 0}.datex-app .dataview-grid,.datex-app .dataview-grid .grid-container,.datex-app .dataview-grid .grid-container ag-grid-angular,.datex-app .dataview-grid .grid-container .ag-root-wrapper,.datex-app .dataview-grid .grid-container .ag-root-wrapper-body{height:100%;max-height:fit-content}.datex-app .workspace>*>datex-ag-grid>.dataview{height:calc(100% - 12px)!important}.datex-app .workspace>*>datex-ag-grid>.dataview>.dataview-grid{height:calc(100% - 110px)!important}.datex-app .workspace>*>datex-ag-grid>.dataview>.dataview-grid datex-ag-grid-expand .dataview .dataview-grid{height:calc(100% - 40px)!important}datex-ag-grid-expand .dataview{height:280px!important}.dataview-thumbnails{display:block;padding-top:15px;padding-bottom:10px}.dataview-thumbnails .thumbnail-container{display:flex;flex-direction:row;flex-wrap:wrap}.dataview-thumbnails .thumbnail-container .thumbnail{margin-right:15px;margin-bottom:15px}.dataview-thumbnails .thumbnail-container .thumbnail .thumbnail-image{width:200px;height:100px;border:1px solid var(--foreground-3)}.dataview-thumbnails .thumbnail-container .thumbnail .thumbnail-title{display:inline-block;max-width:175px;vertical-align:text-bottom;padding-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataview-thumbnails .thumbnail-container .thumbnail a:hover .thumbnail-image{border:2px solid var(--main-color)}.dataview-thumbnails .thumbnail-container .thumbnail a:hover .thumbnail-title{text-decoration:underline}.dataview-thumbnails .thumbnail-container .thumbnail .clear{display:inline-block}.dataview-thumbnails .thumbnail-container .thumbnail .clear button{padding:5px 0 0 5px;color:var(--foreground-2)}.dataview-thumbnails .thumbnail-container .thumbnail .clear button:hover{color:var(--color-important)}datex-calendar-day-view .dataview .dataview-tools{position:sticky;top:-32px;background:var(--background);z-index:50}datex-calendar-day-view .dataview .dataview-filters{position:sticky;top:6px;z-index:50}.calendar-day-view{margin-top:.5rem}.calendar-day-view .cal-week-view{border:none;background:var(--background)}.calendar-day-view .cal-week-view .cal-day-headers{border:none;position:sticky;top:94px;background:var(--background);z-index:50;border-bottom:2px solid var(--foreground-3)}.calendar-day-view .cal-week-view .cal-day-headers .cal-timeheader{width:81px;text-align:center;border-right:1px solid var(--foreground-3)}.calendar-day-view .cal-week-view .cal-day-headers .cal-timeheader .mdc-checkbox{margin-right:0}.calendar-day-view .cal-week-view .cal-day-headers .cal-header{padding:0 .625rem .625rem;text-align:left;font-size:.875rem;color:var(--foreground-2)}.calendar-day-view .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid var(--foreground-3)}.calendar-day-view .cal-week-view .cal-day-headers .cal-header:hover{background-color:unset}.calendar-day-view .cal-week-view .cal-day-headers .cal-drag-over{background-color:var(--light-color)}.calendar-day-view .cal-week-view .cal-time-label-column{width:80px}.calendar-day-view .cal-week-view .cal-time-label-column .cal-hour-segment{display:flex;justify-content:center}.calendar-day-view .cal-week-view .cal-time-label-column .cal-hour-segment .cal-time{width:unset;padding-top:0;align-self:flex-start;font-size:1rem;font-weight:700;color:var(--foreground);text-align:center;user-select:none}.calendar-day-view .cal-week-view .cal-time-label-column .cal-hour-segment :after{content:none}.calendar-day-view .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,.calendar-day-view .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment{border:none}.calendar-day-view .cal-week-view .cal-day-column{border-left:1px solid var(--foreground-3)}.calendar-day-view .cal-week-view .cal-time-events{border:none}.calendar-day-view .cal-week-view .cal-hour-segment .highlight{display:none;margin:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);background-color:var(--light-color)}.calendar-day-view .cal-week-view .cal-hour-segment .highlight span{align-self:center;font-size:1rem;color:var(--main-color);font-weight:700;cursor:pointer}.calendar-day-view .cal-week-view .cal-hour-segment .highlight span i{margin-right:.25rem;font-size:1rem;color:var(--main-color)}.calendar-day-view .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:unset}.calendar-day-view .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover .highlight{display:flex;position:absolute;cursor:pointer;justify-content:center}.calendar-day-view .cal-week-view .cal-hour-odd{background-color:var(--background-2)}.calendar-day-view .cal-week-view .cal-current-time-marker{background-color:var(--color-important)}.calendar-day-view .cal-week-view .cal-day-column:first-child .cal-current-time-marker:before{content:"\a";border-style:solid;border-width:7px 7px 7px 0;border-color:transparent var(--color-important) transparent transparent;position:absolute;left:-7px;top:-6px;rotate:180deg}.calendar-day-view .cal-week-view .cal-draggable{cursor:auto}.calendar-day-view .cal-event-container{padding:.5rem}.calendar-day-view.no-pages{margin-top:0}.calendar-day-view.no-pages .cal-week-view .cal-day-headers{padding-top:1rem;top:38px}.unscheduled-events{position:sticky;top:-33px;z-index:50;margin-top:calc(-1.25rem + 6px);margin-left:1.25rem;padding:.625rem;background-color:var(--light-color)}.unscheduled-events .unscheduled-header{padding-bottom:1.25rem;background:var(--light-color)}.unscheduled-events .unscheduled-header .unscheduled-title{color:var(--foreground-1);font-size:1.25rem;font-weight:700}.unscheduled-events .unscheduled-header .unscheduled-count{color:var(--foreground);font-size:.875rem}.unscheduled-events .unscheduled-header .unscheduled-search{margin-top:.75rem}.unscheduled-events .unscheduled-header .unscheduled-search .query-filter input.datex-textbox.query-search{max-width:100%;width:100%;height:34px}.unscheduled-events .unscheduled-header .unscheduled-search .query-filter:after{top:9px}.unscheduled-events .unscheduled-content{overflow-y:scroll;max-height:700px;scrollbar-width:thin;scrollbar-color:var(--foreground-2) transparent}.unscheduled-events .unscheduled-content::-webkit-scrollbar{width:10px;height:10px}.unscheduled-events .unscheduled-content::-webkit-scrollbar-track{background:transparent;margin:2px}.unscheduled-events .unscheduled-content::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid var(--foreground-2)}.unscheduled-events .unscheduled-content::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid var(--foreground-2)}.unscheduled-events .unscheduled-content::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.unscheduled-events .unscheduled-content .card-list{margin-top:0;flex-direction:column}.unscheduled-events .unscheduled-content .card-list .card.datex-card,.unscheduled-events .unscheduled-content .card-list mat-card.card.datex-card{overflow-y:hidden}.unscheduled-events .unscheduled-footer{margin-top:1.25rem;width:100%;margin-bottom:2px}.unscheduled-events .unscheduled-footer .datex-button.secondary.load-more{outline:1px solid var(--foreground)}.cal-pagination{padding-top:.5rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;user-select:none;align-items:flex-start;position:sticky;top:38px;background:var(--background);z-index:50}.cal-pagination .cal-page-right,.cal-pagination .cal-page-left{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}.cal-pagination .cal-page-right{align-items:flex-end;margin-left:auto}.cal-pagination a.cal-next-link,.cal-pagination a.cal-last-link{padding:0 .25rem;font-size:1.25rem;font-weight:400}.cal-pagination a.cal-next-link .icon,.cal-pagination a.cal-last-link .icon{font-size:1rem}.cal-pagination a.cal-next-link .icon[class*=icon-ic_fluent_],.cal-pagination a.cal-last-link .icon[class*=icon-ic_fluent_]{font-size:1.125rem}.cal-pagination a.cal-next-link:hover,.cal-pagination a.cal-last-link:hover{text-decoration:none;background-color:var(--light-color)}.cal-pagination a.cal-next-link.disabled,.cal-pagination a.cal-last-link.disabled{opacity:.5}.cal-pagination a.cal-next-link.disabled:hover,.cal-pagination a.cal-last-link.disabled:hover{text-decoration:none;background-color:unset;cursor:default}.cal-pagination a.cal-next-link *+*,.cal-pagination a.cal-last-link *+*{margin-left:.5rem}.cal-pagination .cal-page-details{font-size:.75rem;color:var(--foreground-2)}.card-list{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:20px;align-content:flex-start}.datex-button.secondary.load-more{display:block;margin:auto}.datex-button.secondary.load-more:hover{background-color:var(--background-2)}.blade-content .CodeMirror,.modal-content .CodeMirror{height:auto}.blade-content .CodeMirror .CodeMirror-scroll,.modal-content .CodeMirror .CodeMirror-scroll{height:auto;min-height:350px}.modal-container .blade-content.code-editor{display:flex;flex-direction:column;flex-grow:1;padding:1rem .25rem 0 0!important;overflow:hidden}.modal-container .blade-content.code-editor .CodeMirror{display:flex;flex-direction:column;flex-grow:1;border-radius:4px}.modal-container .blade-content.code-editor .CodeMirror .CodeMirror-scroll{flex-grow:1;height:auto}.CodeMirror.cm-s-base16-light span.cm-string{color:#db8d1f}.dark-theme .cm-s-base16-light.CodeMirror{background:#151515;color:#e0e0e0}.dark-theme .cm-s-base16-light div.CodeMirror-selected{background:#303030}.dark-theme .cm-s-base16-light .CodeMirror-line::selection,.dark-theme .cm-s-base16-light .CodeMirror-line>span::selection,.dark-theme .cm-s-base16-light .CodeMirror-line>span>span::selection{background:#303030fc}.dark-theme .cm-s-base16-light .CodeMirror-line::-moz-selection,.dark-theme .cm-s-base16-light .CodeMirror-line>span::-moz-selection,.dark-theme .cm-s-base16-light .CodeMirror-line>span>span::-moz-selection{background:#303030fc}.dark-theme .cm-s-base16-light .CodeMirror-gutters{background:#151515;border-right:0px}.dark-theme .cm-s-base16-light .CodeMirror-guttermarker{color:#ac4142}.dark-theme .cm-s-base16-light .CodeMirror-guttermarker-subtle,.dark-theme .cm-s-base16-light .CodeMirror-linenumber{color:#505050}.dark-theme .cm-s-base16-light .CodeMirror-cursor{border-left:1px solid #b0b0b0}.dark-theme .cm-s-base16-light.cm-fat-cursor .CodeMirror-cursor,.dark-theme .cm-s-base16-light .cm-animate-fat-cursor{background-color:#8e8d8875!important}.dark-theme .cm-s-base16-light span.cm-comment{color:#8f5536}.dark-theme .cm-s-base16-light span.cm-atom,.dark-theme .cm-s-base16-light span.cm-number{color:#aa759f}.dark-theme .cm-s-base16-light span.cm-property,.dark-theme .cm-s-base16-light span.cm-attribute{color:#90a959}.dark-theme .cm-s-base16-light span.cm-keyword{color:#ac4142}.dark-theme .CodeMirror.cm-s-base16-light span.cm-string{color:#f4bf75}.dark-theme .cm-s-base16-light span.cm-variable{color:#90a959}.dark-theme .cm-s-base16-light span.cm-variable-2{color:#6a9fb5}.dark-theme .cm-s-base16-light span.cm-def{color:#d28445}.dark-theme .cm-s-base16-light span.cm-bracket{color:#e0e0e0}.dark-theme .cm-s-base16-light span.cm-tag{color:#ac4142}.dark-theme .cm-s-base16-light span.cm-link{color:#aa759f}.dark-theme .cm-s-base16-light span.cm-error{background:#ac4142;color:#b0b0b0}.dark-theme .cm-s-base16-light .CodeMirror-activeline-background{background:#202020}.dark-theme .cm-s-base16-light .CodeMirror-matchingbracket{text-decoration:underline;color:#fff!important}@media (prefers-color-scheme: dark){:root .cm-s-base16-light.CodeMirror{background:#151515;color:#e0e0e0}:root .cm-s-base16-light div.CodeMirror-selected{background:#303030}:root .cm-s-base16-light .CodeMirror-line::selection,:root .cm-s-base16-light .CodeMirror-line>span::selection,:root .cm-s-base16-light .CodeMirror-line>span>span::selection{background:#303030fc}:root .cm-s-base16-light .CodeMirror-line::-moz-selection,:root .cm-s-base16-light .CodeMirror-line>span::-moz-selection,:root .cm-s-base16-light .CodeMirror-line>span>span::-moz-selection{background:#303030fc}:root .cm-s-base16-light .CodeMirror-gutters{background:#151515;border-right:0px}:root .cm-s-base16-light .CodeMirror-guttermarker{color:#ac4142}:root .cm-s-base16-light .CodeMirror-guttermarker-subtle{color:#505050}:root .cm-s-base16-light .CodeMirror-linenumber{color:#505050}:root .cm-s-base16-light .CodeMirror-cursor{border-left:1px solid #b0b0b0}:root .cm-s-base16-light.cm-fat-cursor .CodeMirror-cursor{background-color:#8e8d8875!important}:root .cm-s-base16-light .cm-animate-fat-cursor{background-color:#8e8d8875!important}:root .cm-s-base16-light span.cm-comment{color:#8f5536}:root .cm-s-base16-light span.cm-atom{color:#aa759f}:root .cm-s-base16-light span.cm-number{color:#aa759f}:root .cm-s-base16-light span.cm-property,:root .cm-s-base16-light span.cm-attribute{color:#90a959}:root .cm-s-base16-light span.cm-keyword{color:#ac4142}:root .CodeMirror.cm-s-base16-light span.cm-string{color:#f4bf75}:root .cm-s-base16-light span.cm-variable{color:#90a959}:root .cm-s-base16-light span.cm-variable-2{color:#6a9fb5}:root .cm-s-base16-light span.cm-def{color:#d28445}:root .cm-s-base16-light span.cm-bracket{color:#e0e0e0}:root .cm-s-base16-light span.cm-tag{color:#ac4142}:root .cm-s-base16-light span.cm-link{color:#aa759f}:root .cm-s-base16-light span.cm-error{background:#ac4142;color:#b0b0b0}:root .cm-s-base16-light .CodeMirror-activeline-background{background:#202020}:root .cm-s-base16-light .CodeMirror-matchingbracket{text-decoration:underline;color:#fff!important}}.img-container{height:100%;width:100%;overflow:hidden;position:relative;display:flex;align-items:center}.img-container .spinner-container{position:absolute;inset:0;width:60px;height:60px;margin:auto;padding:.625rem;background-color:#0000000d;border-radius:25%}.img-container .spinner{border-width:.5rem;border-style:solid;border-color:#ccc;border-bottom-color:#1a1c1c;border-radius:50%;height:100%;width:100%;box-sizing:border-box;-webkit-animation:rotation 2s linear infinite;-moz-animation:rotation 2s linear infinite;-o-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite}@keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-o-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.img-container img{z-index:2;margin:0 auto;display:block;max-width:100%;max-height:100%}.img-container button{z-index:99;position:absolute;right:1rem}.img-container button:not(:disabled){cursor:pointer}.img-container button:not(:disabled) i:before{position:relative;top:1px}.img-container>button:nth-of-type(1):not(#ngx-fs-btn){bottom:15px}.img-container>button:nth-of-type(2):not(#ngx-fs-btn){bottom:65px}.img-container>button:nth-of-type(3):not(#ngx-fs-btn){bottom:115px}.img-container>button:nth-of-type(4):not(#ngx-fs-btn){bottom:165px}.img-container>button:nth-of-type(5):not(#ngx-fs-btn){bottom:215px}.img-container>button:nth-of-type(6):not(#ngx-fs-btn){bottom:265px}.img-container>button:nth-of-type(7):not(#ngx-fs-btn){bottom:315px}#ngx-fs-btn{top:1rem}button.default{height:40px;width:40px;border:1px solid #555555;border-radius:50%;opacity:.7;transition:opacity .2s}button.default:hover{opacity:1}button.default:disabled{opacity:.25}.nav-button-container>button{position:relative;right:0;margin:0 .5rem}.nav-button-container{text-align:center;position:absolute;z-index:98;bottom:.625rem;left:0;right:0}:not(:root):fullscreen button.default{color:#fff}div.datex-warehouse-visualization{position:relative;width:100%;height:100%}div.datex-warehouse-visualization #renderCanvas{width:100%;height:100%;touch-action:none}div.datex-warehouse-visualization #renderCanvas:focus{outline:none}.blade-content-visualization{padding:unset!important;overflow:unset!important}button.datex-button,label.import-button{height:32px;width:fit-content;min-width:20px;padding:0 .75rem;border-radius:4px;line-height:32px;flex-shrink:0;font-size:.875rem;font-weight:400;cursor:pointer;color:var(--foreground)}button.datex-button .icon,label.import-button .icon{font-size:1.125rem}button.datex-button .icon[class*=icon-ic_fluent_],label.import-button .icon[class*=icon-ic_fluent_]{font-size:1.25rem}button.datex-button .button-label,label.import-button .button-label{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;align-items:center}button.datex-button .button-label .button-icon,label.import-button .button-label .button-icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}button.datex-button .button-label .button-icon .icon,label.import-button .button-label .button-icon .icon{align-self:center}button.datex-button .button-label div+div,label.import-button .button-label div+div{margin-left:.5rem}button.datex-button.splitbutton .splitbutton-drop-icon,label.import-button.splitbutton .splitbutton-drop-icon{margin-left:.375rem}button.datex-button.splitbutton .splitbutton-drop-icon .icon,label.import-button.splitbutton .splitbutton-drop-icon .icon{font-size:.5rem;color:var(--foreground)!important}button.datex-button.splitbutton .splitbutton-drop-icon .icon[class*=icon-ic_fluent_],label.import-button.splitbutton .splitbutton-drop-icon .icon[class*=icon-ic_fluent_]{font-size:.75rem}button.datex-button.primary,label.import-button.primary{background-color:var(--control-solid-foreground);color:#fff;font-weight:600}button.datex-button.secondary,label.import-button.secondary{outline:1px solid var(--foreground-3);outline-offset:-1px;color:var(--foreground)}button.datex-button.tertiary,label.import-button.tertiary{background-color:transparent;outline:2px solid var(--main-color);outline-offset:-2px;color:var(--main-color)}button.datex-button.destructive,label.import-button.destructive{background-color:var(--color-important);color:#fff}button.datex-button.link,label.import-button.link{padding:0;background-color:transparent;color:var(--main-color)}button.datex-button .mat-button-focus-overlay,button.datex-button .mat-mdc-button-focus-overlay,button.datex-button .mat-mdc-button-persistent-ripple:before,label.import-button .mat-button-focus-overlay,label.import-button .mat-mdc-button-focus-overlay,label.import-button .mat-mdc-button-persistent-ripple:before{transition:opacity 0ms,background-color 0ms;background:var(--control-hover-overlay)}button.datex-button.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,button.datex-button.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-focus-overlay,button.datex-button.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-persistent-ripple:before,label.import-button.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,label.import-button.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-focus-overlay,label.import-button.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-persistent-ripple:before{opacity:.2}.blade-tools button.datex-button .mat-button-focus-overlay,.blade-tools button.datex-button .mat-mdc-button-focus-overlay,.blade-tools button.datex-button .mat-mdc-button-persistent-ripple:before,.blade-tools label.import-button .mat-button-focus-overlay,.blade-tools label.import-button .mat-mdc-button-focus-overlay,.blade-tools label.import-button .mat-mdc-button-persistent-ripple:before{background:var(--control-hover-overlay)}.dataview-tools button.datex-button .mat-button-focus-overlay,.dataview-tools button.datex-button .mat-mdc-button-focus-overlay,.dataview-tools button.datex-button .mat-mdc-button-persistent-ripple:before,.dataview-tools label.import-button .mat-button-focus-overlay,.dataview-tools label.import-button .mat-mdc-button-focus-overlay,.dataview-tools label.import-button .mat-mdc-button-persistent-ripple:before{background:var(--control-hover-overlay)}button.datex-button.primary .mat-button-focus-overlay,button.datex-button.primary .mat-mdc-button-focus-overlay,button.datex-button.primary .mat-mdc-button-persistent-ripple:before,label.import-button.primary .mat-button-focus-overlay,label.import-button.primary .mat-mdc-button-focus-overlay,label.import-button.primary .mat-mdc-button-persistent-ripple:before{background:#fff}button.datex-button.secondary .mat-button-focus-overlay,button.datex-button.secondary .mat-mdc-button-focus-overlay,button.datex-button.secondary .mat-mdc-button-persistent-ripple:before,label.import-button.secondary .mat-button-focus-overlay,label.import-button.secondary .mat-mdc-button-focus-overlay,label.import-button.secondary .mat-mdc-button-persistent-ripple:before{background:var(--foreground-1)}button.datex-button.tertiary .mat-button-focus-overlay,button.datex-button.tertiary .mat-mdc-button-focus-overlay,button.datex-button.tertiary .mat-mdc-button-persistent-ripple:before,label.import-button.tertiary .mat-button-focus-overlay,label.import-button.tertiary .mat-mdc-button-focus-overlay,label.import-button.tertiary .mat-mdc-button-persistent-ripple:before{background:var(--control-hover-overlay)}button.datex-button.destructive .mat-button-focus-overlay,button.datex-button.destructive .mat-mdc-button-focus-overlay,button.datex-button.destructive .mat-mdc-button-persistent-ripple:before,label.import-button.destructive .mat-button-focus-overlay,label.import-button.destructive .mat-mdc-button-focus-overlay,label.import-button.destructive .mat-mdc-button-persistent-ripple:before{background:#fff}button.datex-button.link .mat-button-focus-overlay,button.datex-button.link .mat-mdc-button-focus-overlay,button.datex-button.link .mat-mdc-button-persistent-ripple:before,label.import-button.link .mat-button-focus-overlay,label.import-button.link .mat-mdc-button-focus-overlay,label.import-button.link .mat-mdc-button-persistent-ripple:before{background:transparent;border-bottom:2px solid var(--main-color);border-radius:0}button.datex-button.link.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,button.datex-button.link.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-focus-overlay,button.datex-button.link.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-persistent-ripple:before,label.import-button.link.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,label.import-button.link.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-focus-overlay,label.import-button.link.mat-mdc-button:hover:not(.mat-mdc-button-disabled) .mat-mdc-button-persistent-ripple:before{opacity:1}button.datex-button.mat-button.mat-button-disabled,button.datex-button.mat-mdc-button.mat-mdc-button-disabled,label.import-button.mat-button.mat-button-disabled,label.import-button.mat-mdc-button.mat-mdc-button-disabled{cursor:default}button.datex-button.mat-button.mat-button-disabled:hover .mat-button-focus-overlay,button.datex-button.mat-button.mat-button-disabled:hover .mat-mdc-button-focus-overlay,button.datex-button.mat-button.mat-button-disabled:hover .mat-mdc-button-persistent-ripple:before,button.datex-button.mat-mdc-button.mat-mdc-button-disabled:hover .mat-button-focus-overlay,button.datex-button.mat-mdc-button.mat-mdc-button-disabled:hover .mat-mdc-button-focus-overlay,button.datex-button.mat-mdc-button.mat-mdc-button-disabled:hover .mat-mdc-button-persistent-ripple:before,label.import-button.mat-button.mat-button-disabled:hover .mat-button-focus-overlay,label.import-button.mat-button.mat-button-disabled:hover .mat-mdc-button-focus-overlay,label.import-button.mat-button.mat-button-disabled:hover .mat-mdc-button-persistent-ripple:before,label.import-button.mat-mdc-button.mat-mdc-button-disabled:hover .mat-button-focus-overlay,label.import-button.mat-mdc-button.mat-mdc-button-disabled:hover .mat-mdc-button-focus-overlay,label.import-button.mat-mdc-button.mat-mdc-button-disabled:hover .mat-mdc-button-persistent-ripple:before{opacity:0}button.column-options{color:var(--foreground)}button.column-options:hover{color:var(--foreground-1)}button.column-options:hover .mat-button-focus-overlay,button.column-options:hover .mat-mdc-button-focus-overlay,button.column-options:hover .mat-mdc-button-persistent-ripple:before{opacity:0!important}label.import-button:hover{background-color:var(--light-color)}.dataview-grid button.datex-button .button-text,.dataview-grid button.datex-button .icon{line-height:1px}.grid-tools,.form-tools{display:flex;flex-wrap:wrap}.grid-tools{margin-top:5px}*+.form-tools{margin-top:30px}button.datex-button.grid-command{height:auto;border-radius:0}button.datex-button.grid-command .icon{font-size:.875rem}button.datex-button.grid-command .icon[class*=icon-ic_fluent_]{font-size:1rem}.commands button.datex-button{padding:0 1.25rem;font-weight:600}.commands button.datex-button.destructive{margin-left:auto}.commands .mat-button.datex-button.mat-button-disabled,.commands .mat-mdc-button.datex-button.mat-mdc-button-disabled{cursor:default;border:none;outline:none;background:var(--foreground-3);color:var(--foreground);opacity:.5}.commands .mat-button.datex-button.mat-button-disabled:hover .mat-button-focus-overlay,.commands .mat-button.datex-button.mat-button-disabled:hover .mat-mdc-button-focus-overlay,.commands .mat-button.datex-button.mat-button-disabled:hover .mat-mdc-button-persistent-ripple:before,.commands .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-button-focus-overlay,.commands .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-mdc-button-focus-overlay,.commands .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-mdc-button-persistent-ripple:before{opacity:0}.hub-tools button.datex-button{min-height:32px;height:unset;margin-top:.5rem}.hub-tools button.datex-button .button-label div+div{margin-left:.75rem}.hub-tools button.datex-button .button-label .button-text{font-size:1.125rem;white-space:normal;text-align:left;line-height:30px;word-break:break-word}.hub-tools button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .button-text{color:var(--main-color)}.hub-tools button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .icon{color:var(--main-color)}.hub-tools button.datex-button.mat-button-disabled,.hub-tools button.datex-button.mat-mdc-button-disabled{opacity:.5}.hub-tools button.datex-button.mat-button-disabled .button-text,.hub-tools button.datex-button.mat-mdc-button-disabled .button-text,.hub-tools button.datex-button.mat-button-disabled .icon,.hub-tools button.datex-button.mat-mdc-button-disabled .icon{color:var(--foreground)}mat-checkbox.datex-checkbox{user-select:none}mat-checkbox.datex-checkbox .mat-checkbox-frame,mat-checkbox.datex-checkbox .mdc-checkbox__background{border:1px solid var(--foreground-2);border-radius:2px;transition:none}mat-checkbox.datex-checkbox .mat-checkbox-frame:hover,mat-checkbox.datex-checkbox .mdc-checkbox__background:hover{border-color:var(--foreground)}mat-checkbox.datex-checkbox .mat-checkbox-inner-container,mat-checkbox.datex-checkbox .mdc-checkbox__background{background-color:var(--background)}mat-checkbox.datex-checkbox .mat-checkbox-inner-container{border-radius:3px}mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-frame,mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-checkbox-frame,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background{border-color:var(--control-solid-foreground);transition:none}mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background,mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-checkbox-background,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background{background-color:var(--control-solid-foreground)}mat-checkbox.datex-checkbox .mdc-checkbox__checkmark,mat-checkbox.datex-checkbox .mat-mdc-list-option .mdc-checkbox__checkmark{color:#fff}mat-checkbox.datex-checkbox .mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,mat-checkbox.datex-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{border-color:var(--control-solid-foreground);transition:none;background-color:var(--control-solid-foreground)}mat-checkbox.datex-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{width:10px;border-color:#fff}mat-checkbox.datex-checkbox .mat-checkbox-label,mat-checkbox.datex-checkbox .mat-mdc-checkbox-label{font-size:.875rem;color:var(--foreground);padding-right:.25rem}mat-checkbox.datex-checkbox.mat-checkbox-disabled,mat-checkbox.datex-checkbox.mat-mdc-checkbox-disabled{opacity:.5}mat-checkbox.datex-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:hover .mat-checkbox-frame,mat-checkbox.datex-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:hover .mdc-checkbox__background,mat-checkbox.datex-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:hover .mdc-checkbox__native-control:not(:checked):not(:indeterminate)~.mdc-checkbox__background,mat-checkbox.datex-checkbox:not(.mat-mdc-checkbox-disabled):hover .mat-checkbox-frame,mat-checkbox.datex-checkbox:not(.mat-mdc-checkbox-disabled):hover .mdc-checkbox__background,mat-checkbox.datex-checkbox:not(.mat-mdc-checkbox-disabled):hover .mdc-checkbox__native-control:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:var(--foreground);background-color:var(--background)}mat-checkbox.datex-checkbox.mat-checkbox-checked:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:hover .mat-checkbox-frame,mat-checkbox.datex-checkbox.mat-checkbox-checked:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:hover .mdc-checkbox__background,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked:not(.mat-mdc-checkbox-disabled):hover .mat-checkbox-frame,mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked:not(.mat-mdc-checkbox-disabled):hover .mdc-checkbox__background{border-color:var(--control-solid-foreground);background-color:var(--control-solid-foreground)}mat-checkbox.datex-checkbox .mat-ripple,mat-checkbox.datex-checkbox .mat-mdc-ripple{display:none}.new-row-creator mat-checkbox.datex-checkbox.mat-checkbox-checked .mat-checkbox-inner-container .mat-checkbox-background .new-row-creator mat-checkbox.datex-checkbox.mat-mdc-checkbox-checked .mat-mdc-checkbox-inner-container .mat-mdc-checkbox-background,.new-row-creator mat-pseudo-checkbox.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked{border:2px solid var(--background)}.new-row-creator mat-pseudo-checkbox.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked:hover{border:2px solid var(--background)}.grid-table-row.new-row-creator .mat-list-text,.grid-table-row.new-row-creator .mat-mdc-list-text,.grid-table-row.new-row-creator .mat-checkbox-label,.grid-table-row.new-row-creator .mat-mdc-checkbox-label{color:#fff}.grid-table-row.new-row-creator .mat-pseudo-checkbox{border:1px solid var(--foreground-2)}mat-selection-list.datex-checkbox-group{display:inline-flex;padding:.25rem 0;max-width:100%;flex-wrap:wrap;column-gap:2rem;row-gap:1rem;user-select:none}mat-selection-list.datex-checkbox-group .mat-pseudo-checkbox,mat-selection-list.datex-checkbox-group .mdc-checkbox__background{background-color:var(--background);border-radius:3px}mat-selection-list.datex-checkbox-group .mat-mdc-list-item:hover .mdc-checkbox__background{border:1px solid var(--foreground)}mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,mat-selection-list.datex-checkbox-group .mat-mdc-list-option:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,mat-selection-list.datex-checkbox-group .mat-mdc-list-option:hover .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{border-color:var(--control-solid-foreground);transition:none;background-color:var(--control-solid-foreground)}mat-selection-list.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__checkmark-path{stroke:#fff}.datex-dropdownpanel .mat-option .mat-list-item-content,.datex-dropdownpanel .mat-option .mat-mdc-list-item-content,.datex-dropdownpanel .mat-mdc-option .mat-list-item-content,.datex-dropdownpanel .mat-mdc-option .mat-mdc-list-item-content,.datex-checkbox-group .mat-list-option .mat-list-item-content,.datex-checkbox-group .mat-list-option .mat-mdc-list-item-content,.datex-checkbox-group .mat-mdc-list-option .mat-list-item-content,.datex-checkbox-group .mat-mdc-list-option .mat-mdc-list-item-content{padding:0}.datex-dropdownpanel .mat-option .mat-pseudo-checkbox,.datex-dropdownpanel .mat-option .mdc-checkbox__background,.datex-dropdownpanel .mat-mdc-option .mat-pseudo-checkbox,.datex-dropdownpanel .mat-mdc-option .mdc-checkbox__background,.datex-checkbox-group .mat-list-option .mat-pseudo-checkbox,.datex-checkbox-group .mat-list-option .mdc-checkbox__background,.datex-checkbox-group .mat-mdc-list-option .mat-pseudo-checkbox,.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__background{border:1px solid var(--foreground-2);border-radius:2px;transition:none;width:16px;height:16px}.datex-dropdownpanel .mat-option .mat-pseudo-checkbox:hover,.datex-dropdownpanel .mat-option .mdc-checkbox__background:hover,.datex-dropdownpanel .mat-mdc-option .mat-pseudo-checkbox:hover,.datex-dropdownpanel .mat-mdc-option .mdc-checkbox__background:hover,.datex-checkbox-group .mat-list-option .mat-pseudo-checkbox:hover,.datex-checkbox-group .mat-list-option .mdc-checkbox__background:hover,.datex-checkbox-group .mat-mdc-list-option .mat-pseudo-checkbox:hover,.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__background:hover{border-color:var(--foreground)}.datex-dropdownpanel .mat-option.datex-dropdownoption .mat-pseudo-checkbox,.datex-dropdownpanel .mat-mdc-option.datex-dropdownoption .mat-pseudo-checkbox,.datex-checkbox-group .mat-list-option.datex-dropdownoption .mat-pseudo-checkbox,.datex-checkbox-group .mat-mdc-list-option.datex-dropdownoption .mat-pseudo-checkbox{top:-2px;margin-right:.25rem}.datex-dropdownpanel .mat-option .mat-pseudo-checkbox-checked:after,.datex-dropdownpanel .mat-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark .mdc-checkbox__checkmark,.datex-dropdownpanel .mat-mdc-option .mat-pseudo-checkbox-checked:after,.datex-dropdownpanel .mat-mdc-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark .mdc-checkbox__checkmark,.datex-checkbox-group .mat-list-option .mat-pseudo-checkbox-checked:after,.datex-checkbox-group .mat-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark .mdc-checkbox__checkmark,.datex-checkbox-group .mat-mdc-list-option .mat-pseudo-checkbox-checked:after,.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark .mdc-checkbox__checkmark{top:-1px;width:8px;height:3px;border-color:#fff}.datex-dropdownpanel .mat-option .mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-option .mat-pseudo-checkbox-indeterminate,.datex-dropdownpanel .mat-option .mat-accent .mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-option .mat-accent .mat-pseudo-checkbox-indeterminate,.datex-dropdownpanel .mat-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark,.datex-dropdownpanel .mat-mdc-option .mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-mdc-option .mat-pseudo-checkbox-indeterminate,.datex-dropdownpanel .mat-mdc-option .mat-accent .mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-mdc-option .mat-accent .mat-pseudo-checkbox-indeterminate,.datex-dropdownpanel .mat-mdc-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark,.datex-checkbox-group .mat-list-option .mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-list-option .mat-pseudo-checkbox-indeterminate,.datex-checkbox-group .mat-list-option .mat-accent .mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-list-option .mat-accent .mat-pseudo-checkbox-indeterminate,.datex-checkbox-group .mat-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark,.datex-checkbox-group .mat-mdc-list-option .mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-mdc-list-option .mat-pseudo-checkbox-indeterminate,.datex-checkbox-group .mat-mdc-list-option .mat-accent .mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-mdc-list-option .mat-accent .mat-pseudo-checkbox-indeterminate,.datex-checkbox-group .mat-mdc-list-option .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{background-color:var(--control-solid-foreground);border:none}.datex-dropdownpanel .mat-option .mat-list-text,.datex-dropdownpanel .mat-option .mat-mdc-list-text,.datex-dropdownpanel .mat-mdc-option .mat-list-text,.datex-dropdownpanel .mat-mdc-option .mat-mdc-list-text,.datex-checkbox-group .mat-list-option .mat-list-text,.datex-checkbox-group .mat-list-option .mat-mdc-list-text,.datex-checkbox-group .mat-mdc-list-option .mat-list-text,.datex-checkbox-group .mat-mdc-list-option .mat-mdc-list-text{color:var(--foreground);font-size:.875rem}.datex-dropdownpanel .mat-option.mat-list-item-disabled,.datex-dropdownpanel .mat-option.mat-mdc-list-item-disabled,.datex-dropdownpanel .mat-mdc-option.mat-list-item-disabled,.datex-dropdownpanel .mat-mdc-option.mat-mdc-list-item-disabled,.datex-checkbox-group .mat-list-option.mat-list-item-disabled,.datex-checkbox-group .mat-list-option.mat-mdc-list-item-disabled,.datex-checkbox-group .mat-mdc-list-option.mat-list-item-disabled,.datex-checkbox-group .mat-mdc-list-option.mat-mdc-list-item-disabled{opacity:.5;background:none}.datex-dropdownpanel .mat-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox,.datex-dropdownpanel .mat-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox,.datex-dropdownpanel .mat-mdc-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox,.datex-dropdownpanel .mat-mdc-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox,.datex-checkbox-group .mat-list-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox,.datex-checkbox-group .mat-list-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox,.datex-checkbox-group .mat-mdc-list-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox,.datex-checkbox-group .mat-mdc-list-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox{border-color:var(--foreground)!important}.datex-dropdownpanel .mat-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-mdc-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-dropdownpanel .mat-mdc-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-list-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-list-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-mdc-list-option:not(.mat-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.datex-checkbox-group .mat-mdc-list-option:not(.mat-mdc-list-item-disabled):hover .mat-pseudo-checkbox.mat-pseudo-checkbox-checked{border-color:var(--background)!important}.mat-list-base.datex-checkbox-group .mat-list-item,.mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-item,.mat-list-base.datex-checkbox-group .mat-list-option,.mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-option{width:unset;height:unset}.mat-list-base.datex-checkbox-group .mat-list-item .mat-list-item-content,.mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-item .mat-mdc-list-item-content,.mat-list-base.datex-checkbox-group .mat-list-option .mat-list-item-content,.mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-option .mat-mdc-list-item-content{padding:0}.mat-list-base.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content{margin-left:.5rem;padding:0}.mat-list-base.datex-checkbox-group .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text .selector-option-text,.mat-mdc-list-base.datex-checkbox-group .mat-mdc-list-item.mat-mdc-list-option .mdc-list-item__content .selector-option-text{position:relative}.datex-checkbox-group .mat-list-option:hover,.datex-checkbox-group .mat-mdc-list-option:hover,.datex-checkbox-group .mat-list-option:focus,.datex-checkbox-group .mat-mdc-list-option:focus,.datex-checkbox-group .mat-nav-list .mat-list-item:hover,.datex-checkbox-group .mat-mdc-nav-list .mat-mdc-list-item:hover,.datex-checkbox-group .mat-nav-list .mat-list-item:focus,.datex-checkbox-group .mat-mdc-nav-list .mat-mdc-list-item:focus,.datex-checkbox-group .mat-action-list .mat-list-item:hover,.datex-checkbox-group .mat-mdc-action-list .mat-mdc-list-item:hover,.datex-checkbox-group .mat-action-list .mat-list-item:focus,.datex-checkbox-group .mat-mdc-action-list .mat-mdc-list-item:focus{background:none}mat-chip-list.datex-chip-list,mat-chip-grid.datex-chip-list{display:flex;flex-direction:row;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px;height:unset;min-height:32px;border:none}mat-chip-list.datex-chip-list:focus-within,mat-chip-grid.datex-chip-list:focus-within{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}mat-chip-list.datex-chip-list.readonly,mat-chip-grid.datex-chip-list.readonly{border:1px solid transparent;background-color:transparent}mat-chip-list.datex-chip-list.readonly:focus-within,mat-chip-grid.datex-chip-list.readonly:focus-within{outline:none!important}.field-container-disabled mat-chip-list.datex-chip-list:focus-within,.field-container-disabled mat-chip-grid.datex-chip-list:focus-within{outline:none!important}.invalid mat-chip-list.datex-chip-list,.invalid mat-chip-grid.datex-chip-list{outline:2px solid var(--color-important);outline-offset:-2px}mat-chip-list.datex-chip-list .mat-chip-list-wrapper,mat-chip-list.datex-chip-list .mdc-evolution-chip-set__chips,mat-chip-grid.datex-chip-list .mat-chip-list-wrapper,mat-chip-grid.datex-chip-list .mdc-evolution-chip-set__chips{flex-grow:1;margin:0}mat-chip-list.datex-chip-list input,mat-chip-grid.datex-chip-list input{padding:0 .5rem;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px;font-size:1rem;line-height:2;color:var(--foreground);position:relative;height:24px;width:100%;margin:0 4px 0 0;border:none!important;outline:none;flex-grow:1;align-self:center}mat-chip-list.datex-chip-list input::placeholder,mat-chip-list.datex-chip-list input ::placeholder,mat-chip-list.datex-chip-list input .mat-select-placeholder,mat-chip-list.datex-chip-list input .mat-mdc-select-placeholder,mat-chip-grid.datex-chip-list input::placeholder,mat-chip-grid.datex-chip-list input ::placeholder,mat-chip-grid.datex-chip-list input .mat-select-placeholder,mat-chip-grid.datex-chip-list input .mat-mdc-select-placeholder{color:var(--foreground-2)}mat-chip.mat-chip,mat-chip.mat-mdc-chip{font-size:1rem}mat-chip.mat-chip.mat-standard-chip.datex-chip,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip{min-height:24px;padding:0 .25rem 0 .5rem;margin:3px 4px;border-radius:0;color:var(--foreground);background:var(--light-color);font-weight:400}mat-chip.mat-chip.mat-standard-chip.datex-chip .chip-remove,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .chip-remove{margin-left:1rem;font-size:.625rem;color:var(--foreground);opacity:1}mat-chip.mat-chip.mat-standard-chip.datex-chip .chip-remove:before,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .chip-remove:before{vertical-align:middle;vertical-align:-webkit-baseline-middle}mat-chip.mat-chip.mat-standard-chip.datex-chip .chip-remove[class*=icon-ic_fluent_]:before,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip .chip-remove[class*=icon-ic_fluent_]:before{font-size:1rem;vertical-align:middle}mat-chip.mat-chip.mat-standard-chip.datex-chip:not(.mat-chip-disabled) .chip-remove:hover,mat-chip.mat-chip.mat-standard-chip.datex-chip:not(.mat-mdc-chip-disabled) .chip-remove:hover,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip:not(.mat-chip-disabled) .chip-remove:hover,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip:not(.mat-mdc-chip-disabled) .chip-remove:hover{color:var(--color-important);opacity:1}mat-chip.mat-chip.mat-standard-chip.datex-chip:after,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip:after{background:var(--background);transition:none}mat-chip.mat-chip.mat-standard-chip.datex-chip:hover:after,mat-chip.mat-mdc-chip.mat-mdc-standard-chip.datex-chip:hover:after{background:var(--background)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active,.mat-chip.mat-mdc-standard-chip:not(.mat-mdc-chip-disabled):active{box-shadow:none}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips{display:flex;padding:.25rem 0;max-width:100%;flex-wrap:wrap;column-gap:.5rem;row-gap:.25rem;user-select:none}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip{background-color:var(--background);border:2px solid var(--foreground-2);border-radius:16px;color:var(--foreground);min-height:32px;font-size:.875rem;line-height:1}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip .selector-option-text{font-size:.875rem;font-weight:500;color:var(--foreground);line-height:21px}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay{opacity:0}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-focus-overlay{background:var(--control-hover-overlay)}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay{opacity:.12}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected{background-color:var(--control-solid-foreground);border:2px solid var(--control-solid-foreground);color:#fff}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .selector-option-text,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .selector-option-text{color:#fff}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay{background:#fff}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-chip-selected:hover .mat-mdc-chip-focus-overlay,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected:hover .mat-mdc-chip-focus-overlay{opacity:.16}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip:not(.mat-chip-disabled),mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){cursor:pointer}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.new-item-chip,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.new-item-chip,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.new-item-chip,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.new-item-chip,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.new-item-chip,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.new-item-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.new-item-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.new-item-chip{color:var(--foreground);border:2px dotted var(--foreground-2)}mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-list.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-listbox.datex-chip-selector .mat-chip-list-wrapper .mat-mdc-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-chip.mat-standard-chip.new-item-chip:focus:after,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips .mat-mdc-chip.mat-standard-chip.new-item-chip:focus:after{opacity:0}mat-chip-list.datex-chip-selector .mdc-evolution-chip-set__chips,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip-set__chips{column-gap:1rem;row-gap:.75rem}mat-chip-list.datex-chip-selector .mdc-evolution-chip,mat-chip-listbox.datex-chip-selector .mdc-evolution-chip{margin:0}.field-container .signature-container .signature-pad,.datex-form-field .signature-container .signature-pad{display:flex;align-items:center;justify-content:center;background:transparent;margin-bottom:.5rem}.field-container .signature-container .signature-pad canvas,.datex-form-field .signature-container .signature-pad canvas{min-height:100px;border:dashed 3px var(--background-2)}signature-pad.draw-box-signature-pad{background-color:#fff;margin-bottom:.3125rem;justify-content:flex-start}.icon-select-wrapper{position:relative}.icon-select-overlay{position:absolute;inset:0;z-index:1;opacity:0;cursor:pointer}.icon-picker-input-container{padding-bottom:.75rem;background-color:var(--background);display:flex;align-items:center;gap:2%}.search-input{flex:1 1 85%}.icon-type-dropdown{flex:0 1 13%;padding:0 .5rem}.icon-picker .icon-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;overflow:auto}.icon-picker .icon-grid .icon-cell{display:flex;flex-direction:column;flex:1 0 140px;align-items:center;padding:.75rem;border-radius:4px;overflow:hidden;cursor:pointer}.icon-picker .icon-grid .icon-cell:hover{background-color:var(--background-1)}.icon-picker .icon-grid .icon-cell.selected{background-color:var(--light-color)}.icon-picker .icon-grid .icon-cell .icon{margin-bottom:.25rem;font-size:1.5rem;color:var(--foreground)}.icon-picker .icon-grid .icon-cell .icon[class*=icon-ic_fluent_]{font-size:1.75rem}.icon-picker .icon-grid .icon-cell .icon-name{max-width:100%;text-align:center;color:var(--foreground-1);text-transform:capitalize}img.datex-image{display:block;max-width:100%!important;max-height:300px;width:auto;height:auto;border-radius:4px;object-fit:contain;object-position:left center}.grid-table-cell-data img.datex-image,.compact .grid-table-cell-data img.datex-image{max-height:30px}.relaxed .grid-table-cell-data img.datex-image{max-height:42px}.widget-container img.datex-image{margin:auto;border-radius:8px}@media only screen and (max-width: 1200px){.widget-container img.datex-image{max-height:100px}}@container (max-width: 1200px){.widget-container img.datex-image{max-height:100px}}.datex-datecontainer{display:flex;flex-direction:row;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px;z-index:2;position:relative}.datex-datecontainer .date-input{flex-grow:2;border:none;min-width:0;height:30px;padding:0 0 0 .5rem;font-size:1rem;color:var(--foreground);line-height:2;background-color:inherit;border-top-left-radius:4px;border-bottom-left-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-datecontainer .date-input::placeholder,.datex-datecontainer .date-input ::placeholder,.datex-datecontainer .date-input .mat-select-placeholder,.datex-datecontainer .date-input .mat-mdc-select-placeholder{color:var(--foreground-2)}.datex-datecontainer .date-input:focus{outline:none}.datex-datecontainer .date-button{z-index:-5}.datex-datecontainer .date-button button{min-width:32px;max-width:32px;width:32px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;border-radius:0 3px 3px 0;height:100%;line-height:0}.datex-datecontainer .date-button button:hover{background-color:var(--foreground-3)}.datex-datecontainer .date-button button.clear[hidden]{display:flex!important;visibility:hidden!important}.datex-datecontainer .date-button button.clear .select-button-icon{font-size:1rem;color:var(--foreground-2)}.datex-datecontainer .date-button button.clear:hover{background-color:transparent}.datex-datecontainer .date-button button.clear:hover .icon{color:var(--color-important)}.datex-datecontainer .date-button button .mat-datepicker-toggle-default-icon,.datex-datecontainer .date-button button .mat-mdc-datepicker-toggle-default-icon{height:20px}.datex-datecontainer .date-button button .icon{font-size:1rem;color:var(--foreground)}.datex-datecontainer .date-button button .icon[class*=icon-ic_fluent_]{font-size:1.125rem}.datex-datecontainer .select-button{min-width:32px;max-width:32px;width:32px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;border-radius:0 3px 3px 0}.datex-datecontainer .select-button:hover{background-color:var(--foreground-3)}.datex-datecontainer .select-button.clear[hidden]{display:flex!important;visibility:hidden!important}.datex-datecontainer .select-button.clear .select-button-icon{font-size:1rem;color:var(--foreground-2)}.datex-datecontainer .select-button.clear:hover{background-color:transparent}.datex-datecontainer .select-button.clear:hover .icon{color:var(--color-important)}.datex-datecontainer .select-button .select-button-icon{font-size:1.25rem;color:var(--foreground)}.datex-datecontainer .mat-button-focus-overlay,.datex-datecontainer .mat-mdc-button-focus-overlay,.datex-datecontainer .mat-mdc-button-persistent-ripple:before{opacity:0!important}.datex-datecontainer:focus-within{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}.datex-datecontainer.readonly{border:1px solid transparent;background-color:transparent}.datex-datecontainer.readonly .date-input{padding:0}.datex-datecontainer.readonly:focus-within{outline:none!important}.field-container-disabled .datex-datecontainer:focus-within{outline:none!important}.invalid .datex-datecontainer{outline:2px solid var(--color-important);outline-offset:-2px}app-datebox{display:contents}.new-row-creator .datex-datecontainer,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer{border:1px solid var(--theme-color-background)}.new-row-creator .datex-datecontainer:focus-within .date-button button:hover,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer:focus-within .date-button button:hover{border:3px solid var(--background)}.new-row-creator .datex-datecontainer.readonly,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer.readonly{border:1px solid transparent;background-color:transparent}.new-row-creator .datex-datecontainer.readonly .date-input,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer.readonly .date-input{color:#fff}.new-row-creator .datex-datecontainer:focus-within,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer:focus-within{outline:2px solid var(--theme-color-background);outline-offset:-4px}.new-row-creator .datex-datecontainer.readonly:focus-within,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer.readonly:focus-within{outline:none!important}.field-container-disabled .new-row-creator .datex-datecontainer:focus-within,.field-container-disabled .datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer:focus-within{outline:none!important}.invalid .new-row-creator .datex-datecontainer,.invalid .datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-datecontainer{outline:2px solid var(--color-important);outline-offset:-2px}.reveal-grid .selected-row .datex-datecontainer{border:1px solid transparent;background-color:transparent}.reveal-grid .selected-row .datex-datecontainer input{background-color:transparent}.reveal-grid .selected-row .datex-datecontainer .select-button,.reveal-grid .selected-row .datex-datecontainer .date-button{display:none}.reveal-grid .selected-row .datex-datecontainer:hover,.reveal-grid .selected-row .datex-datecontainer:focus-within{border:1px solid var(--foreground-3);background-color:var(--background)}.reveal-grid .selected-row .datex-datecontainer:hover input,.reveal-grid .selected-row .datex-datecontainer:focus-within input{background-color:var(--background)}.reveal-grid .selected-row .datex-datecontainer:hover .select-button,.reveal-grid .selected-row .datex-datecontainer:hover .date-button,.reveal-grid .selected-row .datex-datecontainer:focus-within .select-button,.reveal-grid .selected-row .datex-datecontainer:focus-within .date-button{display:inherit}.mat-datepicker-popup .mat-datepicker-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content{border-radius:4px;border:none;background:var(--background);min-height:unset;padding:.25rem;box-shadow:var(--shadow-16);scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent;display:grid;grid-template-columns:auto;grid-template-rows:auto;color:var(--foreground)}.mat-datepicker-popup .mat-datepicker-content::-webkit-scrollbar,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content::-webkit-scrollbar{width:10px;height:10px}.mat-datepicker-popup .mat-datepicker-content::-webkit-scrollbar-track,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content::-webkit-scrollbar-track{background:transparent;margin:2px}.mat-datepicker-popup .mat-datepicker-content::-webkit-scrollbar-thumb:horizontal,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.mat-datepicker-popup .mat-datepicker-content::-webkit-scrollbar-thumb:vertical,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.mat-datepicker-popup .mat-datepicker-content::-webkit-scrollbar-thumb:hover,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.mat-datepicker-popup .mat-datepicker-content .mat-datepicker-content-container,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-datepicker-content-container,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-datepicker-content-container,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-datepicker-content-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-controls,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-controls,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-controls,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-controls{margin:2% calc(5% - 16px)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-content{padding:0 8px}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker{grid-row:1/3;grid-column:1}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header{padding:0}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before{border-radius:2px;transition:none;background-color:var(--control-hover-overlay)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-icon-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.2}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-calendar-period-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-header .mat-mdc-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-calendar-period-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-header .mat-mdc-calendar-period-button{font-size:1.125rem}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content{border-radius:2px;font-size:15px;border:none}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell:focus .mat-focus-indicator:before,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:focus .mat-mdc-focus-indicator:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell:focus .mat-focus-indicator:before,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:focus .mat-mdc-focus-indicator:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell:focus .mat-focus-indicator:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:focus .mat-mdc-focus-indicator:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell:focus .mat-focus-indicator:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:focus .mat-mdc-focus-indicator:before{content:none}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:not(.mat-mdc-calendar-body-disabled):hover>.mat-mdc-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .cdk-program-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:not(.mat-mdc-calendar-body-disabled):hover>.mat-mdc-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-program-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:not(.mat-mdc-calendar-body-disabled):hover>.mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .cdk-program-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:not(.mat-mdc-calendar-body-disabled):hover>.mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-keyboard-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .cdk-program-focused .mat-mdc-calendar-body-active>.mat-mdc-calendar-body-cell-content{background-color:var(--light-color)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected{background-color:var(--dark-color)!important;color:#fff}.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell:hover>.mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-datepicker-popup .mat-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:hover>.mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell:hover>.mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:hover>.mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-calendar-body-cell:hover>.mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:hover>.mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-calendar-body-cell:hover>.mat-calendar-body-cell-content.mat-calendar-body-selected,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar.datex-calendarpicker .mat-mdc-calendar-body-cell:hover>.mat-mdc-calendar-body-cell-content.mat-mdc-calendar-body-selected{background-color:var(--dark-color)}.mat-datepicker-popup .mat-datepicker-content .time-container,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container{grid-row:1;grid-column:2;padding:15px 15px 5px}.mat-datepicker-popup .mat-datepicker-content .time-container:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container:before{background-color:transparent}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker{align-content:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form{margin-top:auto}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before{border-radius:2px;transition:none;background-color:var(--control-hover-overlay)}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-icon-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-icon-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-icon-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-icon-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.2}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form table tbody tr td.ngx-mat-timepicker-meridian .mat-button,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form table tbody tr td.ngx-mat-mdc-timepicker-meridian .mat-mdc-button,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form table tbody tr td.ngx-mat-timepicker-meridian .mat-button,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form table tbody tr td.ngx-mat-mdc-timepicker-meridian .mat-mdc-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form table tbody tr td.ngx-mat-timepicker-meridian .mat-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form table tbody tr td.ngx-mat-mdc-timepicker-meridian .mat-mdc-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form table tbody tr td.ngx-mat-timepicker-meridian .mat-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form table tbody tr td.ngx-mat-mdc-timepicker-meridian .mat-mdc-button{border-radius:2px;font-size:18px;line-height:18px}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .ngx-mat-mdc-timepicker-table .ngx-mat-mdc-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .ngx-mat-mdc-timepicker-table .ngx-mat-mdc-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .ngx-mat-mdc-timepicker-table .ngx-mat-mdc-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .ngx-mat-timepicker-table .ngx-mat-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .ngx-mat-mdc-timepicker-table .ngx-mat-mdc-timepicker-tbody tr td .mat-mdc-form-field .mdc-text-field--filled .mat-mdc-form-field-infix input{font-size:18px}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field{width:24px;max-width:24px;font-size:32px;text-align:center}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-mdc-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-mdc-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-mdc-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-mdc-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-mdc-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-mdc-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-mdc-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-mdc-form-field-underline{bottom:0}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-mdc-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-mdc-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-mdc-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-form-field-wrapper,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-mdc-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-mdc-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-mdc-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-mdc-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-form-field-wrapper,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-mdc-form-field-wrapper{padding-bottom:0}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-mdc-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-mdc-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-mdc-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-form-field-infix,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-mdc-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-form-field .mat-mdc-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-mdc-form-field .mat-mdc-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-form-field .mat-mdc-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-form-field-infix,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-form-field .mat-mdc-form-field-infix{border-top:0;padding:0}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .spacer,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .spacer,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .spacer,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .spacer{font-size:24px}.mat-datepicker-popup .mat-datepicker-content .actions,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions{grid-row:2;grid-column:2;padding:5px 15px 20px}.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button{background-color:var(--control-solid-foreground);border-radius:4px}.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button .mat-icon,.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button .mat-mdc-icon,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button .mat-icon,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button .mat-mdc-icon,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button .mat-icon,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button .mat-mdc-icon,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button .mat-icon,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button .mat-mdc-icon{color:#fff;font-size:34px;height:unset;width:unset}.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button .mat-mdc-button-persistent-ripple:before{transition:opacity 0ms,background-color 0ms;background:#fff}.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-stroked-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button:hover .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button:hover .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .actions .mat-mdc-stroked-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-stroked-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button:hover .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button:hover .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .actions .mat-mdc-stroked-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.2;border-radius:4px}.mat-datepicker-popup .mat-datepicker-content .mat-stroked-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-stroked-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-stroked-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-stroked-button{height:50px;margin-top:auto;width:100%}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-next-button,.mat-datepicker-popup .mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-previous-button,.mat-datepicker-popup .mat-datepicker-content .mat-calendar-body-label,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-body-label,.mat-datepicker-popup .mat-datepicker-content .mat-calendar-body-cell-content,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-next-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-next-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-previous-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-previous-button,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-body-label,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-body-label,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-body-cell-content,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-body-cell-content{color:var(--foreground)}.mat-datepicker-popup .mat-datepicker-content .ngx-mat-timepicker-table .mat-mdc-icon-button .mat-icon svg,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .ngx-mat-timepicker-table .mat-mdc-icon-button .mat-icon svg{stroke:var(--foreground)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-table-header,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-table-header,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-table-header,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-table-header{color:var(--foreground-2)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-body-today:not(.mat-mdc-calendar-body-selected):not(.mat-mdc-calendar-body-comparison-identical),.mat-datepicker-popup .mat-datepicker-content .ngx-mat-timepicker-meridian mat-stroked-button:not(.mat-button-disabled),.mat-datepicker-popup .mat-datepicker-content .ngx-mat-mdc-timepicker-meridian mat-stroked-button:not(.mat-mdc-button-disabled),.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-body-today:not(.mat-mdc-calendar-body-selected):not(.mat-mdc-calendar-body-comparison-identical),.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .ngx-mat-timepicker-meridian mat-stroked-button:not(.mat-button-disabled),.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .ngx-mat-mdc-timepicker-meridian mat-stroked-button:not(.mat-mdc-button-disabled){border:1px solid var(--foreground-3)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-arrow,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-arrow,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-arrow,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-arrow{border-top-color:var(--foreground);fill:var(--foreground)}.mat-datepicker-popup .mat-datepicker-content .mat-calendar-table-header-divider:after,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-calendar-table-header-divider:after,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-calendar-table-header-divider:after,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-calendar-table-header-divider:after{background:var(--foreground-3)}.mat-datepicker-popup .mat-datepicker-content .mat-form-field-appearance-legacy .mat-form-field-underline,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-form-field-appearance-legacy .mat-mdc-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-form-field-appearance-legacy .mat-form-field-underline,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-form-field-appearance-legacy .mat-mdc-form-field-underline{background-color:var(--foreground-3)}.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-timepicker form .mat-icon-button .mat-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-datepicker-popup .mat-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-button .mat-mdc-button-persistent-ripple:before,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-timepicker form .mat-icon-button .mat-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-focus-overlay,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .time-container .ngx-mat-mdc-timepicker form .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before{background-color:var(--control-hover-overlay)}.mat-datepicker-popup .mat-datepicker-content .mat-mdc-outlined-button:disabled,.mat-datepicker-popup .mat-datepicker-content .mat-mdc-outlined-button:not(:disabled),.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-outlined-button:disabled,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-outlined-button:not(:disabled){border-color:var(--foreground);color:var(--foreground)}.mat-datepicker-popup .mat-datepicker-content .mat-mdc-icon-button:disabled,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-icon-button:disabled{color:var(--foreground)}.mat-datepicker-popup .mat-datepicker-content .mat-mdc-icon-button[disabled],.mat-datepicker-popup .mat-datepicker-content .mat-mdc-button:disabled,.mat-datepicker-popup .mat-datepicker-content .mdc-text-field--disabled,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-icon-button[disabled],.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mat-mdc-button:disabled,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .mdc-text-field--disabled{opacity:.5}.mat-datepicker-popup .mat-datepicker-content .ngx-mat-timepicker-spacer,.mat-datepicker-popup .mat-datepicker-content .ngx-mat-mdc-timepicker-spacer,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .ngx-mat-timepicker-spacer,.mat-mdc-datepicker-popup .mat-mdc-datepicker-content .ngx-mat-mdc-timepicker-spacer{vertical-align:baseline;user-select:none;font-size:20px}input.datex-numberbox{width:100%;padding:0 .5rem;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px;font-size:1rem;line-height:2;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input.datex-numberbox::placeholder,input.datex-numberbox ::placeholder,input.datex-numberbox .mat-select-placeholder,input.datex-numberbox .mat-mdc-select-placeholder{color:var(--foreground-2)}input.datex-numberbox.readonly{padding:0;background-color:transparent;border:1px solid transparent}input.datex-numberbox:focus{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}input.datex-numberbox.readonly:focus-within{outline:none!important}.field-container-disabled input.datex-numberbox:focus-within{outline:none!important}.invalid input.datex-numberbox{outline:2px solid var(--color-important);outline-offset:-2px}.grid-table-cell-data input.datex-numberbox,.ag-cell input.datex-numberbox{height:30px;font-size:.875rem;border:1px solid var(--foreground-3);background-color:var(--background);border-radius:4px;color:var(--foreground);padding:2px .25rem;line-height:3}.selected-row:not(.new-row-creator) input.datex-numberbox{border:1px solid transparent;background-color:transparent}.selected-row:not(.new-row-creator) input.datex-numberbox:hover,.selected-row:not(.new-row-creator) input.datex-numberbox:focus-within{border:1px solid var(--foreground-3);background-color:var(--background)}.new-row-creator input.datex-numberbox,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-numberbox{border:1px solid var(--theme-color-background)}.new-row-creator input.datex-numberbox.readonly,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-numberbox.readonly{color:#fff;background-color:transparent;border:1px solid transparent}.new-row-creator input.datex-numberbox:focus,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-numberbox:focus{outline:2px solid var(--theme-color-background);outline-offset:-4px}.new-row-creator input.datex-numberbox.readonly:focus-within,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-numberbox.readonly:focus-within{outline:none!important}.new-row-creator .field-container-disabled input.datex-numberbox:focus-within{outline:none!important}.new-row-creator .invalid input.datex-numberbox,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .invalid input.datex-numberbox{outline:2px solid var(--color-important);outline-offset:-2px}.mat-menu-panel.options-menu,.mat-mdc-menu-panel.options-menu{border-radius:4px;border:none;min-height:unset;padding:.25rem;box-shadow:var(--shadow-16);scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent;background:var(--background)}.mat-menu-panel.options-menu::-webkit-scrollbar,.mat-mdc-menu-panel.options-menu::-webkit-scrollbar{width:10px;height:10px}.mat-menu-panel.options-menu::-webkit-scrollbar-track,.mat-mdc-menu-panel.options-menu::-webkit-scrollbar-track{background:transparent;margin:2px}.mat-menu-panel.options-menu::-webkit-scrollbar-thumb:horizontal,.mat-mdc-menu-panel.options-menu::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.mat-menu-panel.options-menu::-webkit-scrollbar-thumb:vertical,.mat-mdc-menu-panel.options-menu::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.mat-menu-panel.options-menu::-webkit-scrollbar-thumb:hover,.mat-mdc-menu-panel.options-menu::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.mat-menu-panel.options-menu .mat-menu-content,.mat-menu-panel.options-menu .mat-mdc-menu-content,.mat-mdc-menu-panel.options-menu .mat-menu-content,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content{padding:0}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item{font-size:.875rem;color:var(--foreground);height:38px;line-height:38px;min-width:100%}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item i+span,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item i+span,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item i+span,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item i+span,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item i+span,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item i+span,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item i+span,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item i+span{margin-left:.5rem}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item .icon,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item .icon,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item .icon,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item .icon,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item .icon,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item .icon,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item .icon,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item .icon{vertical-align:-.2em;font-size:1.125rem}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item:hover:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-program-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled],.splitbutton-item-container,.grid-row-options),.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item-highlighted:not([disabled],.splitbutton-item-container,.grid-row-options){background-color:var(--light-color)}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item[disabled],.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item[disabled],.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item[disabled],.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item[disabled],.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item[disabled],.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item[disabled],.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item[disabled],.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item[disabled]{opacity:.5}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options{color:var(--foreground-3);user-select:none;cursor:default}.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container:hover,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container:hover,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container:hover,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options:hover,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options.cdk-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options.cdk-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-menu-item.grid-row-options.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-menu-content .mat-mdc-menu-item.grid-row-options.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-menu-item.grid-row-options.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options.cdk-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.mat-mdc-option-disabled.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.splitbutton-item-container.cdk-mouse-focused,.mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item.grid-row-options.cdk-mouse-focused{background-color:unset}.splitbutton-menu .mat-menu-item,.splitbutton-menu .mat-mdc-menu-item,.mat-menu-item.grid-row-options,.mat-mdc-menu-item.grid-row-options{padding:0}.splitbutton-menu .mat-menu-item .splitbutton-sub-item,.splitbutton-menu .mat-menu-item button.datex-button,.splitbutton-menu .mat-mdc-menu-item .splitbutton-sub-item,.splitbutton-menu .mat-mdc-menu-item button.datex-button,.mat-menu-item.grid-row-options .splitbutton-sub-item,.mat-menu-item.grid-row-options button.datex-button,.mat-mdc-menu-item.grid-row-options .splitbutton-sub-item,.mat-mdc-menu-item.grid-row-options button.datex-button{width:100%;height:100%}.datex-radiobutton,mat-radio-button.datex-radiobutton{padding-top:.625rem;padding-right:1.25rem;padding-bottom:.625rem;user-select:none}mat-radio-group.datex-radio-group{display:inline-flex;padding:.25rem 0;max-width:100%;flex-wrap:wrap;column-gap:2rem;row-gap:1rem;user-select:none}mat-radio-group.datex-radio-group .mat-radio-button .mdc-label,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label{cursor:pointer}mat-radio-group.datex-radio-group .mat-radio-button.mat-mdc-radio-disabled .mdc-label,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-mdc-radio-disabled .mdc-label{cursor:pointer}mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-container,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__background,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-container,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__background{width:16px;height:16px;top:-1px}mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-container .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__background .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-container .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__background .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__background .mdc-radio__outer-circle{height:16px;width:16px;border-width:1px;border-color:var(--foreground-2);background-color:var(--background);transition:none}mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-container .mat-radio-inner-circle,mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-container .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__background .mat-radio-inner-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__background .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-container .mat-radio-inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-container .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__background .mat-radio-inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__background .mdc-radio__inner-circle{height:16px;width:16px}mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--foreground-2)}mat-radio-group.datex-radio-group .mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-radio-checked .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--main-color)}mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-label-content,mat-radio-group.datex-radio-group .mat-radio-button .mdc-label,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-label-content,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label{color:var(--foreground);margin-left:.5rem;padding:0}mat-radio-group.datex-radio-group .mat-radio-button .mat-radio-label-content .selector-option-text,mat-radio-group.datex-radio-group .mat-radio-button .mdc-label .selector-option-text,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mat-radio-label-content .selector-option-text,mat-radio-group.datex-radio-group .mat-mdc-radio-button .mdc-label .selector-option-text{position:relative;top:-1px;font-size:.875rem}mat-radio-group.datex-radio-group .mat-radio-button.mat-radio-disabled,mat-radio-group.datex-radio-group .mat-radio-button.mat-mdc-radio-disabled,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-radio-disabled,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-mdc-radio-disabled{opacity:.5}mat-radio-group.datex-radio-group .mat-radio-button:not(.mat-radio-disabled):hover .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-radio-button:hover .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button:not(.mat-radio-disabled):hover .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button:hover .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--foreground)}mat-radio-group.datex-radio-group .mat-radio-button.mat-mdc-radio-disabled:hover .mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-mdc-radio-disabled:hover .mdc-radio__background .mdc-radio__outer-circle{border-color:var(--foreground-2)}mat-radio-group.datex-radio-group .mat-radio-button.mat-radio-checked:not(.mat-radio-disabled):hover .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-radio-button.mat-mdc-radio-checked:not(.mat-mdc-radio-disabled):hover .mat-mdc-radio-container .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-radio-button:hover .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-radio-button:hover .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-radio-checked:not(.mat-radio-disabled):hover .mat-radio-container .mat-radio-outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button.mat-mdc-radio-checked:not(.mat-mdc-radio-disabled):hover .mat-mdc-radio-container .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button:hover .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,mat-radio-group.datex-radio-group .mat-mdc-radio-button:hover .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--main-color)!important}.grid-table-row.new-row-creator .mat-radio-button .mat-radio-container .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-radio-button .mat-radio-container .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-radio-button .mat-mdc-radio-container .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-radio-button .mat-mdc-radio-container .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-radio-container .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-radio-container .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-mdc-radio-container .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-mdc-radio-container .mdc-radio__outer-circle{background-color:var(--background);border-color:var(--foreground-2)}.grid-table-row.new-row-creator .mat-radio-button .mat-radio-container:hover .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-radio-button .mat-radio-container:hover .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-radio-button .mat-mdc-radio-container:hover .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-radio-button .mat-mdc-radio-container:hover .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-radio-container:hover .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-radio-container:hover .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-mdc-radio-container:hover .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-mdc-radio-container:hover .mdc-radio__outer-circle{border-color:var(--foreground)}.grid-table-row.new-row-creator .mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-radio-button.mat-mdc-radio-checked .mat-mdc-radio-container .mdc-radio__outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button.mat-radio-checked .mat-radio-container .mat-radio-outer-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button.mat-mdc-radio-checked .mat-mdc-radio-container .mdc-radio__outer-circle{border-color:var(--foreground-2)}.grid-table-row.new-row-creator .mat-radio-button .mat-radio-inner-circle,.grid-table-row.new-row-creator .mat-radio-button .mdc-radio__inner-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mat-radio-inner-circle,.grid-table-row.new-row-creator .mat-mdc-radio-button .mdc-radio__inner-circle{background-color:var(--main-color)}.grid-table-row.new-row-creator .selector-option-text{color:#fff}.datex-selectcontainer{display:flex;flex-direction:row;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px}.datex-selectcontainer.readonly{border:1px solid transparent;background-color:transparent}.datex-selectcontainer.readonly:focus-within{outline:none!important}.datex-selectcontainer.readonly .select-input,.datex-selectcontainer.readonly .mat-select-value,.datex-selectcontainer.readonly .mat-mdc-select-value{padding:0}.datex-selectcontainer:focus-within{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}.datex-selectcontainer .select-input,.datex-selectcontainer .mat-select-value,.datex-selectcontainer .mat-mdc-select-value{flex-grow:2;border:none;min-width:0;height:30px;padding:0 0 0 .5rem;font-size:1rem;color:var(--foreground);line-height:2;background-color:inherit;border-top-left-radius:4px;border-bottom-left-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-selectcontainer .select-input::placeholder,.datex-selectcontainer .select-input ::placeholder,.datex-selectcontainer .select-input .mat-select-placeholder,.datex-selectcontainer .select-input .mat-mdc-select-placeholder,.datex-selectcontainer .mat-select-value::placeholder,.datex-selectcontainer .mat-select-value ::placeholder,.datex-selectcontainer .mat-select-value .mat-select-placeholder,.datex-selectcontainer .mat-select-value .mat-mdc-select-placeholder,.datex-selectcontainer .mat-mdc-select-value::placeholder,.datex-selectcontainer .mat-mdc-select-value ::placeholder,.datex-selectcontainer .mat-mdc-select-value .mat-select-placeholder,.datex-selectcontainer .mat-mdc-select-value .mat-mdc-select-placeholder{color:var(--foreground-2)}.datex-selectcontainer .select-input:focus,.datex-selectcontainer .mat-select-value:focus,.datex-selectcontainer .mat-mdc-select-value:focus{outline:none}.datex-selectcontainer .select-input .icon[class*=icon-ic_fluent_],.datex-selectcontainer .mat-select-value .icon[class*=icon-ic_fluent_],.datex-selectcontainer .mat-mdc-select-value .icon[class*=icon-ic_fluent_]{margin-top:3px}.datex-selectcontainer .select-button{min-width:32px;max-width:32px;width:32px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;border-radius:0 3px 3px 0}.datex-selectcontainer .select-button:hover{background-color:var(--foreground-3)}.datex-selectcontainer .select-button.clear[hidden]{display:flex!important;visibility:hidden!important}.datex-selectcontainer .select-button.clear .select-button-icon{font-size:1rem;color:var(--foreground-2)}.datex-selectcontainer .select-button.clear:hover{background-color:transparent}.datex-selectcontainer .select-button.clear:hover .icon{color:var(--color-important)}.datex-selectcontainer .select-button .select-button-icon,.datex-selectcontainer .mat-select-arrow,.datex-selectcontainer .mat-mdc-select-arrow{font-size:1.25rem;color:var(--foreground)}.field-container-disabled .datex-selectcontainer:focus-within{outline:none!important}.invalid .datex-selectcontainer{outline:2px solid var(--color-important);outline-offset:-2px}.selected-row:not(.new-row-creator) .datex-selectcontainer{border:1px solid transparent;background-color:transparent}.selected-row:not(.new-row-creator) .datex-selectcontainer input{background-color:transparent}.selected-row:not(.new-row-creator) .datex-selectcontainer .select-button,.selected-row:not(.new-row-creator) .datex-selectcontainer .date-button{display:none}.selected-row:not(.new-row-creator) .datex-selectcontainer:hover,.selected-row:not(.new-row-creator) .datex-selectcontainer:focus-within{border:1px solid var(--foreground-3);background-color:var(--background)}.selected-row:not(.new-row-creator) .datex-selectcontainer:hover input,.selected-row:not(.new-row-creator) .datex-selectcontainer:focus-within input{background-color:var(--background)}.selected-row:not(.new-row-creator) .datex-selectcontainer:hover .select-button,.selected-row:not(.new-row-creator) .datex-selectcontainer:hover .date-button,.selected-row:not(.new-row-creator) .datex-selectcontainer:focus-within .select-button,.selected-row:not(.new-row-creator) .datex-selectcontainer:focus-within .date-button{display:inherit}.new-row-creator .datex-selectcontainer,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer{border:1px solid var(--theme-color-background)}.new-row-creator .datex-selectcontainer:focus-within .select-button:hover,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer:focus-within .select-button:hover{border:3px solid var(--background)}.new-row-creator .datex-selectcontainer.readonly,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer.readonly{border:1px solid transparent;background-color:transparent}.new-row-creator .datex-selectcontainer.readonly .select-input,.new-row-creator .datex-selectcontainer.readonly .mat-select-value,.new-row-creator .datex-selectcontainer.readonly .mat-mdc-select-value,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer.readonly .select-input,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer.readonly .mat-select-value,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer.readonly .mat-mdc-select-value{color:#fff}.new-row-creator .datex-selectcontainer:focus-within,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer:focus-within{outline:2px solid var(--theme-color-background);outline-offset:-4px}.new-row-creator .datex-selectcontainer.readonly:focus-within,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .datex-selectcontainer.readonly:focus-within{outline:none!important}.new-row-creator .field-container-disabled .datex-selectcontainer:focus-within{outline:none!important}.new-row-creator .invalid .datex-selectcontainer,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .invalid .datex-selectcontainer{outline:2px solid var(--color-important);outline-offset:-2px}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel{border-radius:4px;border:none;background:var(--background);min-height:unset;padding:.25rem;box-shadow:var(--shadow-16);scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel::-webkit-scrollbar,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel::-webkit-scrollbar{width:10px;height:10px}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-track,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-track,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel::-webkit-scrollbar-track,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel::-webkit-scrollbar-track{background:transparent;margin:2px}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:horizontal,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:horizontal,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:horizontal,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:vertical,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:vertical,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:vertical,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:hover,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:hover,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:hover,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option{padding:0 .625rem;user-select:none;height:32px;border-radius:4px}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option .mat-option-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option .mat-option-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option .mat-option-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option .mat-option-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option .mat-option-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option .mat-option-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option .mat-option-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option .mat-option-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option .mdc-list-item__primary-text{color:var(--foreground);font-size:.875rem}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option.mat-mdc-option-disabled .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option.mat-option-disabled .mat-option-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-option-disabled .mdc-list-item__primary-text{color:var(--foreground-3)}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option.mat-selected:not(.mat-active):not(:hover),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-active):not(:hover){background:transparent}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option.mat-mdc-active:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option:hover:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option:focus:not(.mat-mdc-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option.mat-active:not(.mat-option-disabled),.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option.mat-mdc-active:not(.mat-mdc-option-disabled){background-color:var(--light-color)}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .mat-mdc-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .mat-mdc-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .mat-mdc-option:not(.mat-mdc-option-multiple) .mat-mdc-option-pseudo-checkbox{display:none}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .dropdown-action,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .dropdown-action,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .dropdown-action,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .dropdown-action{position:sticky;bottom:-.25rem;box-sizing:content-box;width:auto;margin:.25rem -.25rem -.25rem;border-top:1px solid var(--foreground-3);border-radius:0;background:var(--background)}.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .dropdown-action .mat-option-text,.cdk-overlay-pane .mat-autocomplete-panel.datex-dropdownpanel .dropdown-action .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .dropdown-action .mat-option-text,.cdk-overlay-pane .mat-mdc-autocomplete-panel.datex-dropdownpanel .dropdown-action .mdc-list-item__primary-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .dropdown-action .mat-option-text,.cdk-overlay-pane .mat-select-panel.datex-dropdownpanel .dropdown-action .mdc-list-item__primary-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .dropdown-action .mat-option-text,.cdk-overlay-pane .mat-mdc-select-panel.datex-dropdownpanel .dropdown-action .mdc-list-item__primary-text{color:var(--main-color)}.dropdown-below{margin-top:32px;margin-left:16px;width:100%;min-width:100%!important}.dropdown-below.mat-mdc-select-panel{margin-top:1px;margin-left:-1px}.mat-slide-toggle.datex-toggle,.mat-mdc-slide-toggle.datex-toggle{vertical-align:middle;height:26px;line-height:26px;user-select:none}.mat-slide-toggle.datex-toggle .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle .mdc-switch,.mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle .mdc-switch{width:40px;height:20px;margin-right:.5rem;border-radius:100px;background-color:var(--background);border:1px solid var(--foreground-1);transition:none;transition-delay:0ms}.mat-slide-toggle.datex-toggle .mat-slide-toggle-thumb-container,.mat-slide-toggle.datex-toggle .mdc-switch__handle-track,.mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-thumb-container,.mat-mdc-slide-toggle.datex-toggle .mdc-switch__handle-track{top:2px;left:2px;transition:all .1s cubic-bezier(.33,0,.67,1)}.mat-slide-toggle.datex-toggle .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-slide-toggle.datex-toggle .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle .mdc-switch__handle-track .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle .mdc-switch__handle-track .mdc-switch__handle{height:14px;width:14px;background-color:var(--foreground-1);box-shadow:none;transition:none;transition-delay:0ms}.mat-slide-toggle.datex-toggle .mdc-switch__handle-track,.mat-mdc-slide-toggle.datex-toggle .mdc-switch__handle-track{top:-1px}.mat-slide-toggle.datex-toggle .mat-slide-toggle-content,.mat-slide-toggle.datex-toggle .mdc-label,.mat-mdc-slide-toggle.datex-toggle .mat-slide-toggle-content,.mat-mdc-slide-toggle.datex-toggle .mdc-label{color:var(--foreground)}.mat-slide-toggle.datex-toggle.mat-disabled,.mat-slide-toggle.datex-toggle.mat-mdc-disabled,.mat-slide-toggle.datex-toggle .mdc-switch--disabled,.mat-slide-toggle.datex-toggle .mdc-switch--disabled+label,.mat-mdc-slide-toggle.datex-toggle.mat-disabled,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-disabled,.mat-mdc-slide-toggle.datex-toggle .mdc-switch--disabled,.mat-mdc-slide-toggle.datex-toggle .mdc-switch--disabled+label{opacity:.5}.mat-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch{border:1px solid var(--foreground)}.mat-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch__handle{background-color:var(--foreground)}.mat-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled){border:1px solid var(--foreground-1);background-color:var(--background)}.mat-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle{background-color:var(--foreground-1)}.mat-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-checked .mdc-switch,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch{background-color:var(--control-solid-foreground);border:1px solid transparent}.mat-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-thumb-container,.mat-slide-toggle.datex-toggle.mat-checked .mdc-switch__handle-track,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-thumb-container,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch__handle-track,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-thumb-container,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle-track,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-thumb-container,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch__handle-track,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-thumb-container,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch__handle-track,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-thumb-container,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle-track{transform:translate3d(20px,0,0)!important}.mat-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-checked .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle.mat-checked .mdc-switch__handle-track .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch__handle-track .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle-track .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch__handle-track .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch__handle-track .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mat-slide-toggle-thumb-container .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle-track .mat-slide-toggle-thumb,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked .mdc-switch__handle-track .mdc-switch__handle{background-color:var(--background)}.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mdc-switch,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mdc-switch,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mat-slide-toggle-bar,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch{background-color:var(--control-solid-foreground);border:1px solid transparent}.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled),.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled){background-color:var(--wht-ovrly-color-solid);border:1px solid transparent}.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:hover:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle,.mat-mdc-slide-toggle.datex-toggle.mat-mdc-slide-toggle-checked:focus-within:not(.mat-mdc-disabled) .mdc-switch:not(.mdc-switch--disabled) .mdc-switch__handle{background-color:var(--background)}.mat-slide-toggle.datex-toggle .mat-ripple,.mat-slide-toggle.datex-toggle .mat-mdc-ripple,.mat-mdc-slide-toggle.datex-toggle .mat-ripple,.mat-mdc-slide-toggle.datex-toggle .mat-mdc-ripple{display:none}.grid-table-cell-data .mat-mdc-slide-toggle.datex-toggle{height:22px;line-height:22px}.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-bar,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mat-checked .mdc-switch,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-bar,.grid-table-row.new-row-creator .mat-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mat-checked .mat-slide-toggle-bar,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mat-checked .mdc-switch,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mat-slide-toggle-bar,.grid-table-row.new-row-creator .mat-mdc-slide-toggle.datex-toggle.mdc-switch--selected .mdc-switch{border:1px solid var(--background);outline:2px solid var(--background);outline-offset:-1px}.datex-text{display:inline;font-size:.875rem;cursor:auto}.field-container .datex-text,.datex-form-field .datex-text{display:inline-block;width:100%;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field-container .datex-text.full-text,.datex-form-field .datex-text.full-text{white-space:normal}input.datex-textbox{width:100%;padding:0 .5rem;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px;font-size:1rem;line-height:2;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input.datex-textbox::placeholder,input.datex-textbox ::placeholder,input.datex-textbox .mat-select-placeholder,input.datex-textbox .mat-mdc-select-placeholder{color:var(--foreground-2)}input.datex-textbox.readonly{padding:0;background-color:transparent;border:1px solid transparent}input.datex-textbox:focus{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}input.datex-textbox.readonly:focus-within{outline:none!important}.field-container-disabled input.datex-textbox:focus-within{outline:none!important}.invalid input.datex-textbox{outline:2px solid var(--color-important);outline-offset:-2px}.grid-table-cell-data input.datex-textbox,.ag-cell input.datex-textbox{height:30px;font-size:.875rem;border:1px solid var(--foreground-3);background-color:var(--background);border-radius:4px;color:var(--foreground);padding:2px .25rem;line-height:3}.selected-row:not(.new-row-creator) input.datex-textbox{border:1px solid transparent;background-color:transparent}.selected-row:not(.new-row-creator) input.datex-textbox:hover,.selected-row:not(.new-row-creator) input.datex-textbox:focus-within{border:1px solid var(--foreground-3);background-color:var(--background)}.new-row-creator input.datex-textbox,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-textbox{border:1px solid var(--theme-color-background)}.new-row-creator input.datex-textbox.readonly,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-textbox.readonly{color:#fff;background-color:transparent;border:1px solid transparent}.new-row-creator input.datex-textbox:focus,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-textbox:focus{outline:2px solid var(--theme-color-background);outline-offset:-4px}.new-row-creator input.datex-textbox.readonly:focus-within,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing input.datex-textbox.readonly:focus-within{outline:none!important}.new-row-creator .field-container-disabled input.datex-textbox:focus-within{outline:none!important}.new-row-creator .invalid input.datex-textbox,.datex-app .dataview-grid .grid-container .ag-row-inline-editing .ag-cell.ag-cell-inline-editing .invalid input.datex-textbox{outline:2px solid var(--color-important);outline-offset:-2px}textarea.datex-textbox,textarea.datex-textbox.mat-input-element,textarea.datex-textbox.mat-mdc-input-element{width:100%;padding:0 .5rem;box-sizing:border-box;height:32px;border:1px solid transparent;background-color:var(--background-2);border-radius:4px;font-size:1rem;line-height:2;color:var(--foreground);padding:.5rem;overflow:auto;line-height:20px;scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.75) transparent}textarea.datex-textbox::placeholder,textarea.datex-textbox ::placeholder,textarea.datex-textbox .mat-select-placeholder,textarea.datex-textbox .mat-mdc-select-placeholder,textarea.datex-textbox.mat-input-element::placeholder,textarea.datex-textbox.mat-input-element ::placeholder,textarea.datex-textbox.mat-input-element .mat-select-placeholder,textarea.datex-textbox.mat-input-element .mat-mdc-select-placeholder,textarea.datex-textbox.mat-mdc-input-element::placeholder,textarea.datex-textbox.mat-mdc-input-element ::placeholder,textarea.datex-textbox.mat-mdc-input-element .mat-select-placeholder,textarea.datex-textbox.mat-mdc-input-element .mat-mdc-select-placeholder{color:var(--foreground-2)}textarea.datex-textbox::-webkit-scrollbar,textarea.datex-textbox.mat-input-element::-webkit-scrollbar,textarea.datex-textbox.mat-mdc-input-element::-webkit-scrollbar{width:10px;height:10px}textarea.datex-textbox::-webkit-scrollbar-track,textarea.datex-textbox.mat-input-element::-webkit-scrollbar-track,textarea.datex-textbox.mat-mdc-input-element::-webkit-scrollbar-track{background:transparent;margin:2px}textarea.datex-textbox::-webkit-scrollbar-thumb:horizontal,textarea.datex-textbox.mat-input-element::-webkit-scrollbar-thumb:horizontal,textarea.datex-textbox.mat-mdc-input-element::-webkit-scrollbar-thumb:horizontal{background-color:transparent;border:transparent;border-top:3px solid rgba(155,155,155,.75)}textarea.datex-textbox::-webkit-scrollbar-thumb:vertical,textarea.datex-textbox.mat-input-element::-webkit-scrollbar-thumb:vertical,textarea.datex-textbox.mat-mdc-input-element::-webkit-scrollbar-thumb:vertical{background-color:transparent;border:transparent;border-left:3px solid rgba(155,155,155,.75)}textarea.datex-textbox::-webkit-scrollbar-thumb:hover,textarea.datex-textbox.mat-input-element::-webkit-scrollbar-thumb:hover,textarea.datex-textbox.mat-mdc-input-element::-webkit-scrollbar-thumb:hover{border-width:10px;transition:border-width 1s ease-in-out}textarea.datex-textbox.readonly,textarea.datex-textbox.mat-input-element.readonly,textarea.datex-textbox.mat-mdc-input-element.readonly{padding:0;background-color:transparent;border:1px solid transparent}textarea.datex-textbox:focus,textarea.datex-textbox.mat-input-element:focus,textarea.datex-textbox.mat-mdc-input-element:focus{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}textarea.datex-textbox.readonly:focus-within,textarea.datex-textbox.mat-input-element.readonly:focus-within,textarea.datex-textbox.mat-mdc-input-element.readonly:focus-within{outline:none!important}.field-container-disabled textarea.datex-textbox:focus-within,.field-container-disabled textarea.datex-textbox.mat-input-element:focus-within,.field-container-disabled textarea.datex-textbox.mat-mdc-input-element:focus-within{outline:none!important}.invalid textarea.datex-textbox,.invalid textarea.datex-textbox.mat-input-element,.invalid textarea.datex-textbox.mat-mdc-input-element{outline:2px solid var(--color-important);outline-offset:-2px}input.datex-textbox.query-search{max-width:150px;margin-left:auto;align-self:center;height:26px;padding:5px 28px 5px 6px;min-height:10px;font-size:.875rem;margin-top:0;border:1px solid var(--foreground-2);background-color:var(--background);color:var(--foreground);outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}input.datex-textbox.query-search::placeholder{color:var(--foreground-3)}input.datex-textbox.query-search:placeholder-shown{outline:none}.query-filter{position:relative;margin-left:auto;align-self:center;min-height:10px;user-select:none}.query-filter:after{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\edbb";position:absolute;width:100%;top:3px;left:-5px;vertical-align:1px;color:var(--main-color);font-family:FluentSystemIcons-Resizable!important;text-align:end;pointer-events:none;font-size:1.25rem}.datex-monaco-container{outline:1px solid transparent;background-color:var(--background-2);border-radius:4px;margin:0;padding:0;position:relative}.datex-monaco-container .datex-monaco-inner-container{background-color:transparent;margin:0 29px 0 .5rem;padding:7px 0 5px}.field-container .datex-monaco-container,.datex-form-field .datex-monaco-container,.query-builder-row .datex-monaco-container,.field-container .datex-monaco-container .datex-monaco-inner-container,.datex-form-field .datex-monaco-container .datex-monaco-inner-container,.query-builder-row .datex-monaco-container .datex-monaco-inner-container{height:32px}.datex-monaco-container .datex-monaco-editor{width:100%;height:32px}.datex-monaco-container .datex-monaco-editor .suggest-details,.datex-monaco-container .datex-monaco-editor .suggest-widget{position:relative!important;top:unset!important;left:unset!important}.datex-monaco-container:after{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f5d0";position:absolute;width:100%;top:10px;left:-9px;vertical-align:1px;color:var(--foreground-2);font-family:FabricMDL2Icons;text-align:end;pointer-events:none;font-size:.875rem}.flow-content .datex-monaco-container{height:100%;padding:0;border:2px solid var(--foreground-3);outline:none}.flow-content .datex-monaco-container .datex-monaco-inner-container{height:100%;margin:0;padding:0}.flow-content .datex-monaco-container:after{display:none}.datex-monaco-container:focus-within:after{color:#06c}.readonly .datex-monaco-container{outline:1px solid transparent;background-color:transparent}.datex-monaco-container:focus-within{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}.readonly .datex-monaco-container:focus-within{outline:none!important}.field-container-disabled .datex-monaco-container:focus-within{outline:none!important}.invalid .datex-monaco-container{outline:2px solid var(--color-important);outline-offset:-2px}.datex-platform .monaco-editor,.datex-platform .monaco-diff-editor,.datex-platform .monaco-component,.datex-app .monaco-editor,.datex-app .monaco-diff-editor,.datex-app .monaco-component{--vscode-focusBorder: transparent !important}.shell-container.app-studio .selector .mat-radio-group,.shell-container.app-studio .selector .mat-mdc-radio-group,.shell-container.app-manager .selector .mat-radio-group,.shell-container.app-manager .selector .mat-mdc-radio-group{display:block;overflow-x:auto;padding-top:.5rem;padding-bottom:.5rem}.shell-container.app-studio .selector .mat-radio-button~.mat-radio-button,.shell-container.app-studio .selector .mat-mdc-radio-button~.mat-mdc-radio-button,.shell-container.app-manager .selector .mat-radio-button~.mat-radio-button,.shell-container.app-manager .selector .mat-mdc-radio-button~.mat-mdc-radio-button{margin-left:.75rem}.shell-container.app-studio .selector .mat-radio-button .mat-radio-label-content,.shell-container.app-studio .selector .mat-mdc-radio-button .mat-mdc-radio-label-content,.shell-container.app-manager .selector .mat-radio-button .mat-radio-label-content,.shell-container.app-manager .selector .mat-mdc-radio-button .mat-mdc-radio-label-content{padding-left:.25rem}.shell-container.app-studio .selector .mat-radio-button:not(.mat-radio-disabled):hover,.shell-container.app-studio .selector .mat-mdc-radio-button:not(.mat-mdc-radio-disabled):hover,.shell-container.app-studio .selector .mat-radio-button:not(.mat-radio-disabled):focus,.shell-container.app-studio .selector .mat-mdc-radio-button:not(.mat-mdc-radio-disabled):focus,.shell-container.app-manager .selector .mat-radio-button:not(.mat-radio-disabled):hover,.shell-container.app-manager .selector .mat-mdc-radio-button:not(.mat-mdc-radio-disabled):hover,.shell-container.app-manager .selector .mat-radio-button:not(.mat-radio-disabled):focus,.shell-container.app-manager .selector .mat-mdc-radio-button:not(.mat-mdc-radio-disabled):focus{background:#0000000d}.shell-container.app-studio .selector .mat-selection-list.checkbox-group,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group,.shell-container.app-manager .selector .mat-selection-list.checkbox-group,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:.5rem 0;overflow:auto}.shell-container.app-studio .selector .mat-selection-list.checkbox-group .mat-list-option,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option,.shell-container.app-manager .selector .mat-selection-list.checkbox-group .mat-list-option,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option{height:auto;font-size:.875rem;width:auto}.shell-container.app-studio .selector .mat-selection-list.checkbox-group .mat-list-option~.mat-list-option,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option~.mat-mdc-list-option,.shell-container.app-manager .selector .mat-selection-list.checkbox-group .mat-list-option~.mat-list-option,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option~.mat-mdc-list-option{margin-left:1rem}.shell-container.app-studio .selector .mat-selection-list.checkbox-group .mat-list-option .mat-list-item-content,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option .mat-mdc-list-item-content,.shell-container.app-manager .selector .mat-selection-list.checkbox-group .mat-list-option .mat-list-item-content,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option .mat-mdc-list-item-content{padding:0}.shell-container.app-studio .selector .mat-selection-list.checkbox-group .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.shell-container.app-studio .selector .mat-selection-list.checkbox-group .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option.mat-mdc-list-item-with-avatar .mat-mdc-list-item-content .mat-mdc-list-text,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-mdc-list-text,.shell-container.app-manager .selector .mat-selection-list.checkbox-group .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.shell-container.app-manager .selector .mat-selection-list.checkbox-group .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option.mat-mdc-list-item-with-avatar .mat-mdc-list-item-content .mat-mdc-list-text,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-mdc-list-text{padding-left:6px}.shell-container.app-studio .selector .mat-selection-list.checkbox-group .mat-list-option.mat-list-item-disabled,.shell-container.app-studio .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option.mat-mdc-list-item-disabled,.shell-container.app-manager .selector .mat-selection-list.checkbox-group .mat-list-option.mat-list-item-disabled,.shell-container.app-manager .selector .mat-mdc-selection-list.checkbox-group .mat-mdc-list-option.mat-mdc-list-item-disabled{background-color:#fff;color:#0000000d}.limited-options{color:var(--foreground-3)}.datex-control-tooltip,.main-menu-tooltip{background-color:var(--background);color:var(--foreground-1);padding:.125rem .5rem;border-radius:4px;box-shadow:var(--shadow-16);font-size:.75rem;line-height:1.4;position:relative;user-select:none;border:none}@media (prefers-color-scheme: dark){.datex-control-tooltip,.main-menu-tooltip{background-color:var(--background-2)}}.datex-control-tooltip:after,.main-menu-tooltip:after{content:"";position:absolute;left:50%!important;transform:translate(-50%);top:-5px!important;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid var(--background)}@media (prefers-color-scheme: dark){.datex-control-tooltip:after,.main-menu-tooltip:after{border-bottom-color:var(--background-2)}}.datex-control-tooltip:before,.main-menu-tooltip:before{content:"";position:absolute;left:50%!important;transform:translate(-50%);top:-5px!important;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;z-index:-1}.main-menu-tooltip:before,.main-menu-tooltip:after{left:17px!important}.cdk-overlay-pane.mat-mdc-tooltip-panel,.cdk-overlay-pane.mat-mdc-tooltip-panel-below{min-width:auto!important;pointer-events:none}.fat-container{height:200px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;color:var(--background);background-color:var(--foreground-2);border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fat-container .fat-title{padding:5px;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fat-container .fat-content{display:flex;flex-direction:row;justify-content:center;flex-grow:1;text-align:center;padding:20px 5px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fat-container .fat-content .fat-suffix,.fat-container .fat-content .fat-prefix{font-size:30px}.fat-container .fat-content .fat-prefix{align-self:flex-start}.fat-container .fat-content .fat-suffix{align-self:baseline}.fat-container .fat-content .fat-number{font-size:130px;line-height:95px;align-self:baseline}.fat-container .fat-content.tens .fat-number{font-size:110px}.fat-container .fat-content.hundreds{padding-top:25px}.fat-container .fat-content.hundreds .fat-number{font-size:80px;line-height:80px}.fat-container .fat-content.thousands{padding-top:35px}.fat-container .fat-content.thousands .fat-number{font-size:60px;line-height:60px}.fat-container .fat-content.tenThousands{padding-top:40px}.fat-container .fat-content.tenThousands .fat-number{font-size:50px;line-height:50px}.fat-container .fat-content.hundredThousands{padding-top:40px}.fat-container .fat-content.hundredThousands .fat-number{font-size:40px;line-height:43px}.fat-container .fat-content.millions{padding-top:40px}.fat-container .fat-content.millions .fat-number{font-size:30px;line-height:30px}.fat-container.key{background-color:var(--dark-color)}.fat-container.good{background-color:var(--color-widget-green)}.fat-container.medium{background-color:var(--color-widget-yellow)}.fat-container.bad{background-color:var(--color-widget-red)}.fat-container .missing-params{color:var(--background)}.fat-container.not-found{background-color:var(--color-important)}@media only screen and (max-width: 1200px){.fat-container{height:100px}.fat-container .fat-title{padding:2px 5px;font-size:18px}.fat-container .fat-content{padding:5px 2px 0!important}.fat-container .fat-content .fat-number{font-size:70px;line-height:45px}.fat-container .fat-content .fat-suffix,.fat-container .fat-content .fat-prefix{font-size:26px}.fat-container .fat-content.tens .fat-number,.fat-container .fat-content.hundreds .fat-number{font-size:60px;line-height:50px}.fat-container .fat-content.thousands .fat-number{font-size:50px;line-height:40px}.fat-container .fat-content.tenThousands .fat-number{font-size:40px;line-height:30px}.fat-container .fat-content.hundredThousands .fat-number{font-size:30px;line-height:20}.fat-container .fat-content.millions .fat-number{font-size:25px;line-height:15px}}@container (max-width: 1200px){.fat-container{height:100px}.fat-container .fat-title{padding:2px 5px;font-size:18px}.fat-container .fat-content{padding:5px 2px 0!important}.fat-container .fat-content .fat-number{font-size:70px;line-height:45px}.fat-container .fat-content .fat-suffix,.fat-container .fat-content .fat-prefix{font-size:26px}.fat-container .fat-content.tens .fat-number,.fat-container .fat-content.hundreds .fat-number{font-size:60px;line-height:50px}.fat-container .fat-content.thousands .fat-number{font-size:50px;line-height:40px}.fat-container .fat-content.tenThousands .fat-number{font-size:40px;line-height:30px}.fat-container .fat-content.hundredThousands .fat-number{font-size:30px;line-height:20}.fat-container .fat-content.millions .fat-number{font-size:25px;line-height:15px}}.widget-container{border-radius:8px}.widget-container .pie-title{padding:5px;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-container .apexcharts-canvas .apexcharts-tooltip{border-radius:0;box-shadow:var(--shadow-4)}datex-engine-shell{display:contents}app-application-designer>.shell-container.app-studio{--theme-studio-frame: #f7f7f7;--theme-studio-frame-hover: #c7c7c7;--theme-studio-bar: #d6d6d6;--theme-studio-workspace: var(--foreground-3);--theme-studio-canvas: #e6e6e6;--theme-studio-designer-bkg: var(--background);--theme-studio-text-dark: #363636;--theme-studio-text-dark-transparent20: #36363633;--theme-studio-text-light: var(--foreground-2);--theme-studio-grid-stripe: rgb(171 171 171 / 25%);--theme-studio-grid-row-highlight: var(--light-color);--theme-studio-proxy-box: rgba(37, 194, 126, .25);background-color:var(--theme-studio-workspace)}.dark-theme app-application-designer>.shell-container.app-studio{color-scheme:dark;--theme-studio-frame: #3e3e3e;--theme-studio-frame-hover: #5e5e5e;--theme-studio-bar: #2e2e2e;--theme-studio-workspace: var(--background);--theme-studio-canvas: var(--background-2);--theme-studio-designer-bkg: var(--background);--theme-studio-text-dark: var(--foreground);--theme-studio-text-dark-transparent20: #36363633;--theme-studio-text-light: var(--foreground-2);--theme-studio-grid-stripe: rgb(35 35 35 / 25%);--theme-studio-grid-row-highlight: var(--light-color);--theme-studio-proxy-box: rgb(90 94 97 / 25%)}.dark-theme app-application-designer>.shell-container.app-studio .designer-invalid{background:var(--background-1)}.dark-theme app-application-designer>.shell-container.app-studio>.shell-header>#title .appname{font-weight:400;letter-spacing:-1px}@media (prefers-color-scheme: dark){:root app-application-designer>.shell-container.app-studio{color-scheme:dark;--theme-studio-frame: #3e3e3e;--theme-studio-frame-hover: #5e5e5e;--theme-studio-bar: #2e2e2e;--theme-studio-workspace: var(--background);--theme-studio-canvas: var(--background-2);--theme-studio-designer-bkg: var(--background);--theme-studio-text-dark: var(--foreground);--theme-studio-text-dark-transparent20: #36363633;--theme-studio-text-light: var(--foreground-2);--theme-studio-grid-stripe: rgb(35 35 35 / 25%);--theme-studio-grid-row-highlight: var(--light-color);--theme-studio-proxy-box: rgb(90 94 97 / 25%)}:root app-application-designer>.shell-container.app-studio .designer-invalid{background:var(--background-1)}:root app-application-designer>.shell-container.app-studio>.shell-header>#title .appname{font-weight:400;letter-spacing:-1px}}app-application-designer>.shell-container.app-studio button.datex-button.primary,app-application-designer>.shell-container.app-studio label.import-button.primary{background:linear-gradient(90deg,#5b08b2,#18b470)}app-application-designer>.shell-container.app-studio>.shell-header{grid-template-columns:calc(87px + 1rem) 1fr .5fr;background-color:var(--theme-studio-frame);color:var(--theme-studio-text-dark);border-bottom:3px solid;border-image-slice:1;border-image-source:linear-gradient(90deg,#8d10f7 0%,#3feba0 100%)}app-application-designer>.shell-container.app-studio>.shell-header>.logo-container{position:relative;top:-3px;width:87px;margin-left:.5rem;margin-right:.5rem;fill:var(--theme-studio-text-dark)}@media (prefers-color-scheme: light){:root app-application-designer>.shell-container.app-studio>.shell-header>.logo-container img{filter:brightness(.2)}}app-application-designer>.shell-container.app-studio>.shell-header #title{height:26px;margin-left:.5rem;align-items:center}app-application-designer>.shell-container.app-studio>.shell-header #title .appname{font-size:1.625rem;font-weight:500;letter-spacing:-1.14px}app-application-designer>.shell-container.app-studio>.shell-header>.custom-header .shell-button{color:var(--theme-studio-text-dark);position:relative;bottom:3px;margin-top:3px;border-top:3px solid transparent}app-application-designer>.shell-container.app-studio>.shell-header>.custom-header .shell-button .icon-container{outline-color:var(--theme-studio-text-dark);color:var(--theme-studio-text-dark);top:-2px}app-application-designer>.shell-container.app-studio>.shell-header>.custom-header .shell-button:hover,app-application-designer>.shell-container.app-studio>.shell-header>.custom-header .shell-button:active,app-application-designer>.shell-container.app-studio>.shell-header>.custom-header .shell-button[aria-expanded=true]{background-color:var(--theme-studio-frame-hover)}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu{background-color:var(--theme-studio-frame);scrollbar-color:var(--theme-studio-frame-hover) var(--theme-studio-frame);scrollbar-width:thin}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu::-webkit-scrollbar{width:6px}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu::-webkit-scrollbar-track{background:var(--theme-studio-frame);margin:4px}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu::-webkit-scrollbar-thumb{background-color:var(--theme-studio-frame-hover);width:2px;border-left:2px solid var(--theme-studio-frame);border-right:2px solid var(--theme-studio-frame)}@media only screen and (max-width: 680px){app-application-designer>.shell-container.app-studio>.shell-body>.main-menu.open>.expander,app-application-designer>.shell-container.app-studio>.shell-body>.main-menu.main-menu.open-sub-menu>.expander{background-color:var(--theme-studio-frame-hover);position:sticky;top:0}}@container (max-width: 680px){app-application-designer>.shell-container.app-studio>.shell-body>.main-menu.open>.expander,app-application-designer>.shell-container.app-studio>.shell-body>.main-menu.main-menu.open-sub-menu>.expander{background-color:var(--theme-studio-frame-hover);position:sticky;top:0}}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu .menu-item{color:var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu .menu-item:hover{background-color:var(--theme-studio-frame-hover)}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu .menu-item>.menu-icon{color:var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu>.expander{background:var(--theme-studio-frame)}app-application-designer>.shell-container.app-studio>.shell-body>.main-menu>.settings{background:var(--theme-studio-frame);border-color:var(--theme-studio-text-dark)80;outline-color:var(--theme-studio-frame)}app-application-designer>.shell-container.app-studio>.shell-body>.sub-menu{background-color:var(--background);border-right:2px solid var(--theme-studio-frame)}app-application-designer>.shell-container.app-studio>.shell-body>.sub-menu>.sub-menu-title{color:var(--foreground)}app-application-designer>.shell-container.app-studio>.shell-body>.sub-menu>.menu-item:hover{background-color:var(--light-color)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content{border-right:2px solid var(--theme-studio-frame)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.breadcrumbs{background-color:var(--theme-studio-frame)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.breadcrumbs>.crumb,app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.breadcrumbs>.crumb .crumb-title{color:var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace{background-color:var(--theme-studio-workspace)}@media only screen and (max-width: 680px){app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace{border:2px solid var(--theme-studio-frame)}}@container (max-width: 680px){app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace{border:2px solid var(--theme-studio-frame)}}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header{background-color:var(--theme-studio-bar)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active){color:var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .mat-button-focus-overlay,app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .mat-mdc-button-focus-overlay,app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .mat-mdc-button-persistent-ripple:before{background:var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button label.import-button:hover{background:var(--theme-studio-text-dark-transparent20)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button>.tool-separator{border-right:1px solid var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.close-btn-container{color:#fff;background-color:var(--color-important)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.close-btn-container:hover{background-color:var(--color-important-hover)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.workspace .blade-wrapper .blade-content{background:var(--theme-studio-canvas)}app-application-designer>.shell-container.app-studio>.shell-body>.shell-content>.shell-status-bar>.shell-status-loader>.loading-bar-container>ngx-loading-bar>.ngx-bar{background-color:var(--main-color)!important}app-application-designer>.shell-container.app-studio .dataview-tools{color:var(--main-color)}app-application-designer>.shell-container.app-studio .dataview-tools .tool-separator{border-right:1px solid var(--theme-studio-text-dark)}app-application-designer>.shell-container.app-studio .dataview-tools:empty{border-top:none;height:0}app-application-designer>.shell-container.app-studio .dataview-filters>.fieldsetsContainer>.fieldsetsGroup{background-color:var(--theme-studio-bar)}app-application-designer>.shell-container.app-studio .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--theme-studio-canvas),var(--theme-studio-canvas)),linear-gradient(to right,var(--theme-studio-canvas),var(--theme-studio-canvas)),linear-gradient(to right,#00010040,#fff0),linear-gradient(to left,#00010040,#fff0)}.dark-theme app-application-designer>.shell-container.app-studio .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}@media (prefers-color-scheme: dark){:root app-application-designer>.shell-container.app-studio .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}}app-application-designer>.shell-container.app-studio .grid-table-striped>.grid-table-row:not(.new-row-creator):nth-of-type(2n),app-application-designer>.shell-container.app-studio .grid-table-striped tr:nth-child(2n){background-color:var(--theme-studio-grid-stripe)}app-application-designer>.shell-container.app-studio .grid-table-striped>.grid-table-row:not(.new-row-creator):hover{background-color:var(--theme-studio-grid-row-highlight)!important}app-application-designer>.shell-container.app-studio .grid-table-striped .grid-table-row:not(.new-row-creator) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover,app-application-designer>.shell-container.app-studio .grid-table-striped .grid-table-row:not(.new-row-creator):nth-of-type(2n) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover,app-application-designer>.shell-container.app-studio .grid-table-striped tr:nth-child(2n) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover{background-color:#0000001a!important;color:var(--wht-ovrly-color-solid)}app-application-designer>.shell-container.app-studio .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox{background-color:var(--theme-studio-canvas)}app-application-designer>.shell-container.app-studio .designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.grid-table-cell-checkbox{background-color:var(--theme-studio-designer-bkg)}app-application-designer>.shell-container.app-studio app-tabs-designer app-report-placeholder{display:block;height:500px}app-button-designer,app-checkbox-designer,app-datebox-designer,app-label-designer,app-numberbox-designer,app-text-designer,app-textbox-designer,app-selectbox-designer,app-fieldsets-designer,app-tabs-designer,app-dropdown-custom-options-designer,app-icon-select,app-query-paths-designer,app-query-options-designer,app-query-select-designer,app-query-filter-designer,app-query-order-by-designer,app-query-apply-designer,app-widgets-designer,app-hub-filter-designer,app-toolbar-designer,app-query-property-path-designer,app-query-apply-aggregate-designer,app-config-select,app-image-designer,datex-common-form-field-shell,datex-common-validation-errors{display:contents}.blade-content.designer{background:var(--theme-studio-canvas)}.blade-content.designer .blade-header{margin:0;width:100%}.blade-content-proxy,.data-visualizer-proxy{padding:1.25rem;margin-top:6px;border-radius:4px;box-shadow:var(--shadow-4);background:var(--theme-studio-designer-bkg)}.designer-wide .label-container{margin-bottom:1rem}@media only screen and (max-width: 1200px){.designer .datex-form{grid-template-columns:minmax(0,2fr);grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}}@container (max-width: 1200px){.designer .datex-form{grid-template-columns:minmax(0,2fr);grid-template-rows:auto auto;grid-template-areas:"maindata" "widgets"}}.toolbar-designer-container{display:flex}.toolbar-designer-container .separator-body{display:inline-block;padding:.25rem;border-radius:4px;position:relative}.toolbar-designer-container .separator-body .tool-separator{height:100%;margin:0 10px}.designer .dataview-tools .column-options{pointer-events:none}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config{margin:8px 1rem 15px calc(1rem - 10px);padding:0}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config button.datex-button .button-text{color:var(--foreground-1);font-size:.75rem}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config button.datex-button .button-icon .icon{font-size:.625rem}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config button.datex-button .button-icon .icon[class*=icon-ic_fluent_]{font-size:.75rem}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config button.datex-button.grid-shell-btn-drag{padding-right:.25rem}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config button.datex-button.grid-shell-btn-drag:hover .grid-drag-handle{visibility:visible;cursor:grab}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config.cdk-drag-placeholder{background-color:var(--light-color);border-radius:4px}.designer .dataview-grid .grid-container .grid-table .grid-table-header .grid-table-cell-header.config.cdk-drag-placeholder .grid-shell-btn-drag{visibility:hidden}.designer .dataview-grid .grid-container .grid-table .grid-drag-handle{display:flex;align-items:center;visibility:hidden}.designer .dataview-grid .grid-container .grid-table .grid-drag-handle i{font-size:1rem}.designer .dataview-grid .grid-container .grid-table .grid-table-row{pointer-events:none;user-select:none}.designer .dataview-grid .grid-container .grid-table .add-column{position:sticky;right:0;background:var(--theme-studio-designer-bkg)}.grid-table-cell-header.cdk-drag-preview{box-sizing:border-box;background-color:var(--main-color);border-radius:4px;display:flex;align-items:center;padding:0;width:auto!important;box-shadow:0 0 2px #0000001f,0 8px 16px #00000024;color:#fff;overflow:visible;height:auto!important;position:relative;flex-direction:row;cursor:pointer}.grid-table-cell-header.cdk-drag-preview .button-text{color:#fff;font-size:.75rem}.grid-table-cell-header.cdk-drag-preview .button-icon i,.grid-table-cell-header.cdk-drag-preview .grid-drag-handle i{font-size:.875rem;color:#fff}.fieldsetsTitle.proxy{display:flex;flex-direction:row}.fs-label{border:none;border-bottom:1px solid transparent;position:relative;width:100%}.fs-label .fs-label-edit:hover .icon{color:var(--main-color)}.fs-label input{border:none;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-form-field.proxy{cursor:pointer;position:relative}.form .datex-form-field.proxy .datex-datecontainer,.form .datex-form-field.proxy .datex-selectcontainer,.form .datex-form-field.proxy .datex-numberbox,.form .datex-form-field.proxy .datex-textbox,.form .datex-form-field.proxy .datex-monaco-container,.form .datex-form-field.proxy .datex-chip-list{border:1px dashed var(--foreground-2)}.datex-form-field.proxy .datex-button,.datex-form-field.proxy .datex-checkbox,.datex-form-field.proxy .datex-chip-list,.datex-form-field.proxy .datex-radiobutton,.datex-form-field.proxy .datex-toggle{opacity:.5}.proxy-box{display:flex;align-items:center;width:100%;height:100%;position:absolute;top:0;z-index:50;background:var(--theme-studio-proxy-box);outline:8px solid var(--theme-studio-proxy-box);opacity:0}.proxy-box:hover{opacity:1}.proxy-box.draggable:after{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ed1b";font-family:FluentSystemIcons-Resizable!important;font-size:2rem;color:var(--foreground);opacity:1;position:absolute;top:50%;right:0;transform:translateY(-50%);text-align:center;cursor:grab}.widgets .proxy-box{position:relative;top:-100%}.proxy-box:before{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e72f";font-family:FluentSystemIcons-Resizable!important;font-size:2rem;color:var(--foreground);opacity:1;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.dataview-filters .proxy-box{outline:none}.tab-proxy-box{display:flex;align-items:center;width:100%;height:100%;position:absolute;top:0;z-index:50;background:var(--theme-studio-proxy-box);outline:8px solid var(--theme-studio-proxy-box);opacity:0;justify-content:center}.tab-proxy-box.draggable:after{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ed1b";font-family:FluentSystemIcons-Resizable!important;font-size:2rem;color:var(--foreground);opacity:1;position:absolute;top:50%;right:0;transform:translateY(-50%);text-align:center;cursor:grab}.tab-proxy-box.draggable:after{right:-10px}.tab-proxy-box .mat-button-focus-overlay{background:none}.tab-proxy-box:hover{opacity:1}.tab-proxy-box .edit{z-index:60;cursor:pointer}.tab-proxy-box .edit i{font-size:1.8rem!important;color:var(--foreground)}.tab-proxy-box .edit i:hover{color:var(--main-color)!important}.tab.cdk-drag-preview{box-sizing:border-box;background-color:var(--main-color);border-radius:4px;display:flex;align-items:center;padding:.625rem;width:auto!important;box-shadow:0 0 2px #0000001f,0 8px 16px #00000024;color:#fff;overflow:visible}.tab.cdk-drag-preview>*{flex:1;text-align:left;margin:0;color:#fff}.tab.cdk-drag-placeholder{border:1px dashed var(--foreground-2);height:42px;padding-left:.25rem;padding-right:.25rem;opacity:.5;box-sizing:border-box}.add-item-button-frame{cursor:pointer;display:flex;height:100%;min-height:50px;background:linear-gradient(to right,#707070 5px,transparent 5px) 0 0,linear-gradient(to right,#707070 5px,transparent 5px) 0 100%,linear-gradient(to left,#707070 5px,transparent 5px) 100% 0,linear-gradient(to left,#707070 5px,transparent 5px) 100% 100%,linear-gradient(to bottom,#707070 5px,transparent 5px) 0 0,linear-gradient(to bottom,#707070 5px,transparent 5px) 100% 0,linear-gradient(to top,#707070 5px,transparent 5px) 0 100%,linear-gradient(to top,#707070 5px,transparent 5px) 100% 100%;background-repeat:no-repeat;background-size:16px 16px}.add-item-button-frame:hover{background:linear-gradient(to right,#0A9A1C 5px,transparent 5px) 0 0,linear-gradient(to right,#0A9A1C 5px,transparent 5px) 0 100%,linear-gradient(to left,#0A9A1C 5px,transparent 5px) 100% 0,linear-gradient(to left,#0A9A1C 5px,transparent 5px) 100% 100%,linear-gradient(to bottom,#0A9A1C 5px,transparent 5px) 0 0,linear-gradient(to bottom,#0A9A1C 5px,transparent 5px) 100% 0,linear-gradient(to top,#0A9A1C 5px,transparent 5px) 0 100%,linear-gradient(to top,#0A9A1C 5px,transparent 5px) 100% 100%;background-repeat:no-repeat;background-size:16px 16px}.add-item-button-frame:hover .add-item-button{color:#0a9a1c}.add-item-button-frame .add-item-button{display:flex;width:100%;color:#707070}.add-item-button-frame .add-item-button .add-item-button-label{margin:auto;align-self:center;display:flex;user-select:none}.add-item-button-frame .add-item-button .add-item-button-label>*+*{margin-left:8px}.dataview-filters .add-item-button-frame{min-height:30px;margin:4px 0;padding:4px 8px;background:linear-gradient(to right,#707070 2px,transparent 2px) 0 0,linear-gradient(to right,#707070 2px,transparent 2px) 0 100%,linear-gradient(to left,#707070 2px,transparent 2px) 100% 0,linear-gradient(to left,#707070 2px,transparent 2px) 100% 100%,linear-gradient(to bottom,#707070 2px,transparent 2px) 0 0,linear-gradient(to bottom,#707070 2px,transparent 2px) 100% 0,linear-gradient(to top,#707070 2px,transparent 2px) 0 100%,linear-gradient(to top,#707070 2px,transparent 2px) 100% 100%;background-repeat:no-repeat;background-size:6px 6px}.dataview-filters .add-item-button-frame .icon{font-size:.875rem;line-height:unset}.dataview-filters .add-item-button-frame .icon[class*=icon-ic_fluent_]{font-size:1rem}.dataview-filters .add-item-button-frame:hover{background:linear-gradient(to right,#0A9A1C 2px,transparent 2px) 0 0,linear-gradient(to right,#0A9A1C 2px,transparent 2px) 0 100%,linear-gradient(to left,#0A9A1C 2px,transparent 2px) 100% 0,linear-gradient(to left,#0A9A1C 2px,transparent 2px) 100% 100%,linear-gradient(to bottom,#0A9A1C 2px,transparent 2px) 0 0,linear-gradient(to bottom,#0A9A1C 2px,transparent 2px) 100% 0,linear-gradient(to top,#0A9A1C 2px,transparent 2px) 0 100%,linear-gradient(to top,#0A9A1C 2px,transparent 2px) 100% 100%;background-repeat:no-repeat;background-size:6px 6px}.controls-group{display:grid;grid-template-columns:40px auto;grid-template-rows:40px auto;grid-template-areas:"button controls" "border controls"}.controls-group .controls-button{grid-area:button}.controls-group .controls-config{grid-area:controls;margin-left:1.25rem;padding:8px 0}.controls-group .controls-config.no-label{padding:0 0 8px}.controls-group .controls-border{grid-area:border;border-left:2px solid var(--foreground-3);margin-left:1.25rem}.hub-tools .toolbar-designer-container{display:flex;flex-direction:column}.hub-tools button.datex-button.add-to-toolbar{height:32px}.hub-tools button.datex-button.add-to-toolbar .button-label div+div{margin-left:.5rem}.hub-tools button.datex-button.add-to-toolbar .button-label .button-text{color:unset;font-size:.875rem;line-height:32px}.hub-tools button.datex-button.add-to-toolbar .button-label .icon{color:unset}.designer .tab-container.proxy .tab h2{display:inline}.designer .tab-container.proxy .tab.add-new{align-items:center;display:flex}.dataview-proxy .dataview{user-select:none}.dataview-proxy .dataview .dataview-tools,.dataview-proxy .dataview .dataview-filters,.dataview-proxy .dataview .dataview-grid{opacity:.5}.dataview-proxy .dataview .datex-form-field.proxy,.dataview-proxy .dataview .datex-datecontainer,.dataview-proxy .dataview .datex-selectcontainer,.dataview-proxy .dataview .datex-numberbox,.dataview-proxy .dataview .datex-textbox,.dataview-proxy .dataview .datex-monaco-container,.dataview-proxy .dataview .datex-chip-list,.dataview-proxy .dataview .datex-button,.dataview-proxy .dataview .datex-checkbox,.dataview-proxy .dataview .datex-radiobutton,.dataview-proxy .dataview .datex-toggle{cursor:default}.dataview-proxy .dataview-grid .grid-container .grid-table .grid-table-cell-data.proxy,.dataview-proxy .query-filter.proxy{opacity:1}.dataview-grid .grid-container .grid-table .grid-table-cell-data.proxy,.query-filter.proxy{opacity:.5}.flow-wrapper{height:calc(100% - 40px)}.flow-wrapper .flow-content{height:100%}.widget-container.designer{width:200px;margin:0 auto;position:relative}.widget-container.proxy{cursor:pointer}.widget-container.proxy.readonly:hover{cursor:default}.widget-container.proxy.readonly:hover .proxy-box{opacity:0}.widget-container.proxy img.datex-image{width:200px;height:200px}.widget-container .add-item-button-frame{height:200px}@media only screen and (max-width: 1200px){.widget-container .add-item-button-frame{height:100px}}@container (max-width: 1200px){.widget-container .add-item-button-frame{height:100px}}.designer td.select-cell.query-sort datex-common-form-field-shell:not(:first-of-type) .clause{padding-left:20px}.designer td.select-cell.query-sort datex-common-form-field-shell:not(:first-of-type) .clause:before{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e161";font-family:FluentSystemIcons-Resizable!important;position:absolute;top:5px;left:0;text-align:end;pointer-events:none;font-size:1.25rem;color:var(--foreground-2)}.config-code{white-space:pre-wrap}.config-code.component{margin-top:25px;margin-bottom:15px}.config-code button.datex-button{font-weight:600}.config-code .config-code-container{width:100%}.config-code .config-code-container textarea{width:100%;height:650px;padding:8px;border:none;font-family:monospace}.flyout-panel .config-code .config-code-container textarea{background-color:var(--background-2)}.config-code .config-code-container div{padding:8px;background:var(--background-2)}.usability p{white-space:normal}h3.usability-heading{margin-top:2rem}h4.usability-heading{margin-top:.75rem}h4.usability-heading .icon{font-size:1rem}h4.usability-heading .icon[class*=icon-ic_fluent_]{font-size:1.125rem}ul.usability-list{list-style-type:disc;margin-bottom:1.25rem;padding-left:2rem}.usability-testing{margin-bottom:1.25rem;white-space:normal}.usability-testing button{margin-right:1.25rem;margin-bottom:1.25rem}.designer .main-menu .menu-item.creation{background:var(--color-new);color:#fff}.designer .main-menu .menu-item.creation .menu-icon{color:#fff}.designer .main-menu .menu-item.creation:hover{background-color:#3bae49;color:#fff}.designer .main-menu .menu-item.creation:hover .menu-icon{color:#fff}@media only screen and (max-width: 680px){.shell-container .shell-body .designer .main-menu.open,.shell-container .shell-body .designer .main-menu.main-menu.open-sub-menu{z-index:998;width:unset;height:fit-content}}@container (max-width: 680px){.shell-container .shell-body .designer .main-menu.open,.shell-container .shell-body .designer .main-menu.main-menu.open-sub-menu{z-index:998;width:unset;height:fit-content}}.preview-window{height:100%}.apply-temp input.datex-textbox,.apply-temp .datex-selectcontainer,.apply-temp .datex-monaco-container{min-width:200px}.datex-platform .shell-container .shell-body .shell-content .breadcrumbs .crumb{max-width:unset}.icon.base-designer-list-icon{width:22px;height:22px;font-size:1.25rem;margin-right:6px}.wizard-studio-step{display:flex;border:1px solid;padding-left:10px;margin-bottom:10px;cursor:pointer;white-space:normal}.config-diff-list-icon.icon{font-size:.875rem;margin-right:.5rem}.embed-designer.dataview{border:1px solid #707070;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.embed-designer.dataview .content{height:100%;padding:50px 0;display:flex;flex-direction:row}.embed-designer.dataview .content .text{margin-left:.75rem}.replacemens-diff,.settings-diff,.references-diff,.operations-diff,.roles-diff{height:500px;margin-bottom:20px;contain:layout}.shell-container .shell-body .main-menu .menu-item .menu-icon.menu-icon-submenu:hover{background-color:#ffffff26}.shell-container .shell-body .shell-content .workspace .datex-report{white-space:initial}.datex-report .gcv-menu{height:unset}.datex-report .gc-app .gc-grid.gc-grid--designer .gc-grid-item.gc-grid-item--sidebar .gc-sidebar .gc-sidebar-panel .ar-data-panel .panel-group .wd-sidebar-panel:nth-child(1),.datex-report .gc-app .gc-grid.gc-grid--designer .gc-grid-item.gc-grid-item--sidebar .gc-sidebar .gc-sidebar-panel .ar-data-panel .panel-group .wd-sidebar-panel:nth-child(3){background-color:#00a4db;display:none}.datex-report .gc-app .gc-grid.gc-grid--designer .gc-grid-item.gc-grid-item--sidebar .gc-sidebar .gc-sidebar-panel .ar-data-panel .panel-group .wd-sidebar-panel:nth-child(2) .wd-sidebar-panel__content .wd-data-item-container.wd-data-item-container--data-set .wd-data-item__controls{background-color:#00a4db;display:none}app-root .datex-report .gc-app .container{flex-direction:unset;justify-content:unset;min-height:unset;background-color:unset}.mat-mdc-dialog-content>*:has(>.tab-report),.tab-report{height:100%}.datex-tabcontrol .tab-report{height:100%;overflow-y:auto;overflow-x:hidden}.datex-tabcontrol .tab-report .datex-report{height:calc(100% - 2rem)}.hub-tools-row.hub-tools{flex-direction:row!important}app-settings-diff,app-references-diff,app-operations-diff,app-roles-diff{height:100%;display:block;position:fixed;width:100%}.diff-container .datex-monaco-inner-container{height:100%;width:100%}.diff-container .diff-header{display:flex;height:30px;width:100%}.diff-container .diff-header div{padding-left:3rem;overflow:hidden;height:30px}.diff-container .diff-header div.left-header{width:calc(50% - 14px)}.order-shop-details-modal .modal-content .datex-monaco-container,.modal-edit .modal-content .datex-monaco-container{min-height:250px;height:100%!important}.order-shop-details-modal .modal-content .monaco-editor,.modal-edit .modal-content .monaco-editor{min-height:235px;height:100%!important}.order-shop-details-modal .modal-content .datex-monaco-inner-container,.modal-edit .modal-content .datex-monaco-inner-container{min-height:235;height:calc(100% - 15px)!important}.order-shop-details-modal .modal-content .datex-form-field,.modal-edit .modal-content .datex-form-field{height:calc(100% - 100px)!important}.pull-form-container app-settings-diff,.commit-form-container app-settings-diff,.op-role-diff-container app-settings-diff{display:block;position:fixed;width:100%}.pull-form-container app-replacements-diff,.commit-form-container app-replacements-diff,.op-role-diff-container app-replacements-diff{display:block;position:fixed;width:100%}.pull-form-container app-references-diff,.commit-form-container app-references-diff,.op-role-diff-container app-references-diff{display:block;position:fixed;width:100%}.pull-form-container app-operations-diff,.commit-form-container app-operations-diff,.op-role-diff-container app-operations-diff{display:block;position:fixed;width:100%}.pull-form-container app-roles-diff,.commit-form-container app-roles-diff,.op-role-diff-container app-roles-diff{display:block;position:fixed;width:100%}.pull-form-container app-settings-diff,.op-role-diff-container app-settings-diff{height:calc(100% - 150px)}.pull-form-container app-replacements-diff,.op-role-diff-container app-replacements-diff{height:calc(100% - 150px)}.pull-form-container app-references-diff,.op-role-diff-container app-references-diff{height:calc(100% - 150px)}.pull-form-container app-operations-diff,.op-role-diff-container app-operations-diff{height:calc(100% - 150px)}.pull-form-container app-roles-diff,.op-role-diff-container app-roles-diff{height:calc(100% - 150px)}.commit-form-container app-settings-diff{height:calc(100% - 350px)}.commit-form-container app-replacements-diff{height:calc(100% - 350px)}.commit-form-container app-references-diff{height:calc(100% - 350px)}.commit-form-container app-operations-diff{height:calc(100% - 350px)}.commit-form-container app-roles-diff{height:calc(100% - 350px)}.main-menu .menu-item:hover .drag-handle,.sub-menu .menu-item:hover .drag-handle{display:flex;align-items:center;justify-content:center;height:50px;padding-right:.625rem;padding-left:.625rem;cursor:grab}.main-menu .menu-item:hover .drag-handle i,.sub-menu .menu-item:hover .drag-handle i{font-size:1.25rem}.main-menu .menu-item .drag-handle,.sub-menu .menu-item .drag-handle{display:none}.shell-btn-drag.cdk-drag-preview{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;cursor:pointer;align-items:center;color:var(--app-shell-foreground);box-sizing:border-box;background-color:var(--app-shell-background-hover);border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.shell-btn-drag.cdk-drag-preview .menu-icon{height:50px;width:50px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;-webkit-box-flex:0 0 50px;-moz-box-flex:0 0 50px;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;font-size:1.25rem}.shell-btn-drag.cdk-drag-preview .menu-label{margin-right:12px;font-size:.875rem;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;align-self:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-btn-drag.cdk-drag-preview .menu-sub-icon{position:absolute;top:25px;left:34px}.shell-btn-drag.cdk-drag-preview .menu-sub-icon i{font-size:.875rem}.shell-btn-drag.cdk-drag-preview .drag-handle{display:flex;align-items:center;justify-content:center;height:50px;padding-right:.625rem;padding-left:.625rem;cursor:grab}.shell-btn-drag.cdk-drag-preview .drag-handle i{font-size:1.25rem}.sub-btn.cdk-drag-preview{background-color:var(--background);color:var(--foreground)}.shell-container .shell-body .sub-menu.shell-designer-submenu{border-top:2px solid var(--main-color);border-bottom:2px solid var(--main-color)}.menu-item-placeholder{min-height:50px;margin:.25rem;background-color:var(--app-shell-background-hover);border:1px dashed #EFEFF4}.menu-item-placeholder.sub-btn-placeholder{background-color:var(--light-color)}.dark-theme .menu-item-placeholder{background-color:var(--app-shell-background-hover)}.grid-item-placeholder{min-height:40px;background-color:var(--background-2);border:1px dashed #EFEFF4}.cdk-drag-preview.mat-button-toggle-group-appearance-standard,.cdk-drag-preview.mat-mdc-button-toggle-group-appearance-standard{border:none!important}.toolbar-btn-drag.cdk-drag-preview,.toolbar-sub-btn-drag.cdk-drag-preview{box-sizing:border-box;overflow:visible;background-color:var(--main-color);border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.toolbar-btn-drag.cdk-drag-preview .toolbar-drag-handle,.toolbar-sub-btn-drag.cdk-drag-preview .toolbar-drag-handle{visibility:visible;background:linear-gradient(#0000001a,#0000001a),var(--main-color)}.toolbar-btn-drag.cdk-drag-preview span,.toolbar-sub-btn-drag.cdk-drag-preview span{color:#fff}@media (prefers-color-scheme: dark){.toolbar-btn-drag.cdk-drag-preview span,.toolbar-sub-btn-drag.cdk-drag-preview span{color:var(--background)}}.toolbar-btn-drag.separator-body:hover,.toolbar-sub-btn-drag.separator-body:hover{background-color:var(--app-shell-background-hover);cursor:grab}.toolbar-sub-btn-drag.cdk-drag-preview{min-width:100px}.toolbar-designer-container mat-button-toggle-group{border:none!important;display:flex}.toolbar-designer-container .datex-button-dropdown{padding:0;margin-right:.5rem}.toolbar-item-placeholder{min-height:32px;min-width:100px;background-color:var(--app-shell-background-hover);border:1px dashed #EFEFF4;border-radius:4px}.filter-item-placeholder{margin:.25rem;min-width:100px;background-color:var(--app-shell-background-hover);border:1px dashed #EFEFF4;border-radius:4px}button.datex-button:hover .toolbar-drag-handle{visibility:visible;cursor:grab;background:linear-gradient(#0000001a,#0000001a),var(--light-color);color:var(--foreground)}.toolbar-drag-handle{display:flex;align-items:center;visibility:hidden;border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;right:0;top:0;height:100%}.toolbar-designer-container .datex-button .toolbar-drag-handle,.toolbar-btn-drag .datex-button .toolbar-drag-handle{right:-.75rem}.hub-tools .datex-button .toolbar-drag-handle{height:calc(100% + 2px);top:-1px}.datex-form-field.cdk-drag-preview{display:flex;width:auto!important;height:auto!important;padding:.25rem;overflow:visible;align-items:center;box-sizing:border-box;background-color:var(--main-color);border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.datex-form-field.cdk-drag-preview .datex-label,.datex-form-field.cdk-drag-preview .mat-checkbox-label,.datex-form-field.cdk-drag-preview .mat-mdc-checkbox-label,.datex-form-field.cdk-drag-preview .mat-slide-toggle-content,.datex-form-field.cdk-drag-preview .mat-mdc-slide-toggle-content{color:#fff}.datex-form-field.cdk-drag-preview .datex-button,.datex-form-field.cdk-drag-preview .datex-checkbox,.datex-form-field.cdk-drag-preview .datex-chip-list,.datex-form-field.cdk-drag-preview .datex-radiobutton,.datex-form-field.cdk-drag-preview .datex-toggle{opacity:1}.mat-button-wrapper,.mat-mdc-button-wrapper{align-items:center}.generate-button{color:#0a9a1c!important}.restart-button{color:#c73c3c!important}.preview-container{height:250px;padding:0 30px}.full-height-minus-70{height:calc(100% - 70px)}.icon-green{color:#48a429;padding:0 5px}.icon-warning{color:#d24d2a;padding:0 5px}.preview-console-panel{height:250px;padding:0 30px}.preview-height-panel{height:calc(100% - 70px)}.preview-icon-padding{padding:0 5px}.datex-copilot-analysis{background-color:var(--background-2);padding:10px 0 10px 10px;cursor:pointer;white-space:normal}.datex-copilot-selected-finding{font-weight:700}.tab-container.copilot-proxy{margin-bottom:7px}.datex-copilot-line{display:flex;align-items:center;margin-bottom:3px}.datex-copilot-line i{margin-right:4px;font-size:1.25rem!important}.datex-copilot-spinner{margin-right:7px;border:3px solid #CCCCCC;border-bottom-color:#1173be;border-radius:50%;height:18px;width:18px;box-sizing:border-box;-webkit-animation:datex-copilot-rotation 2s linear infinite;-moz-animation:datex-copilot-rotation 2s linear infinite;-o-animation:datex-copilot-rotation 2s linear infinite;animation:datex-copilot-rotation 2s linear infinite}.datex-copilot-tab{display:flex!important;align-items:center}@keyframes datex-copilot-rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-webkit-keyframes datex-copilot-rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes datex-copilot-rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-o-keyframes datex-copilot-rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}h3.datex-copilot-title,h3.datex-copilot-title-active{color:var(--foreground);margin-bottom:0;border-bottom:2px solid transparent}h3.datex-copilot-title-active{color:var(--foreground);border-bottom:2px solid var(--main-color)}.datex-copilot-icon-checkable,.datex-copilot-icon-checked,.datex-copilot-icon-info,.datex-copilot-icon-warning,.datex-copilot-icon-error{font-size:1rem}.datex-copilot-icon-info{color:var(--main-color)}.datex-copilot-icon-warning{color:var(--color-attention)}.datex-copilot-icon-error{color:var(--color-important)}.datex-copilot-icon-checkable,.datex-copilot-icon-checked{font-weight:700}.datex-copilot-icon-checkable{color:#707070}.datex-copilot-icon-checked{color:#48a429}.datex-copilot-finding-checked{text-decoration:line-through}span.datex-copilot-badge{width:auto;height:1rem;padding:0 .5rem;border-radius:.75rem;color:#fff;background-color:#efeff4;font-size:.875rem;margin-left:.25rem;display:inline-flex;align-items:center;justify-content:center}span.datex-copilot-sev-high{background-color:var(--color-important)}span.datex-copilot-sev-medium{background-color:#eb8225}span.datex-copilot-sev-low{background-color:var(--main-color)}.designer-info{display:flex;position:relative;width:100%;height:auto;margin-bottom:2rem;border-left:1rem solid var(--main-color);padding:.75rem;align-items:center;background:var(--background);white-space:normal}.designer-info .icon{align-self:flex-start;color:var(--main-color);font-size:1.5rem}.designer-info .icon[class*=icon-ic_fluent_]{font-size:1.5rem}.designer-info .info-message-container{flex-grow:1;margin-left:.75rem}.designer-info .info-message-container .info-message{font-size:.875rem}.designer-info .info-message-container .info-message:last-of-type{top:unset;margin-top:unset}.info-message{position:relative;display:block;max-width:fit-content;color:var(--foreground-1);font-size:.75rem;overflow-wrap:break-word;word-break:break-word;white-space:normal}.info-message:before{position:relative;top:1px;margin-right:.25rem;display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:end;pointer-events:none;font-size:.875rem}.info-message:last-of-type{top:18px;margin-top:-18px}.info-message span{display:block}.designer-invalid{display:flex;position:relative;width:100%;height:auto;margin-bottom:2rem;border-left:1rem solid var(--color-important);padding:.75rem;align-items:center;background:#ffdbdb;white-space:normal}.designer-invalid .icon{align-self:flex-start;color:var(--color-important);font-size:3rem}.designer-invalid .icon[class*=icon-ic_fluent_]{font-size:3.5rem}.designer-invalid .invalid-message-container{flex-grow:1;margin-left:.75rem}.designer-invalid .invalid-message-container .invalid-message{font-size:.875rem}.designer-invalid .invalid-message-container .invalid-message:last-of-type{top:unset;margin-top:unset}.designer-warning{display:flex;position:relative;width:100%;height:auto;margin-bottom:2rem;border-left:1rem solid var(--color-attention);padding:.75rem;align-items:center;background:#fed9cc;white-space:normal}.designer-warning .icon{align-self:flex-start;color:var(--color-attention);font-size:3rem}.designer-warning .icon[class*=icon-ic_fluent_]{font-size:3.625rem}.designer-warning .warning-message-container{flex-grow:1;margin-left:.75rem}.designer-warning .warning-message-container .warning-message{font-size:.875rem}.designer-warning .warning-message-container .warning-message:last-of-type{top:unset;margin-top:unset}.warning-message{position:relative;display:block;max-width:fit-content;color:var(--color-attention);font-size:.75rem;overflow-wrap:break-word;word-break:break-word;white-space:normal}.warning-message:before{position:relative;top:1px;margin-right:.25rem;display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e766";font-family:FluentSystemIcons-Resizable!important;text-align:end;pointer-events:none;font-size:.875rem}.warning-message:last-of-type{top:18px;margin-top:-18px}table .warning-message:last-of-type,.sentence .warning-message:last-of-type{top:unset;margin-top:unset}table .warning-message,.sentence .warning-message,.datex-form-field .warning-message{background:var(--color-attention);color:var(--background);padding:.25rem;z-index:30;overflow:hidden;top:unset;margin-top:unset}table .warning-message,.sentence .warning-message{width:250px;position:absolute}.warning-message span{display:block}.application-common-container{width:100%;height:100%;background-color:var(--app-shell-background);display:flex;flex-direction:column}.application-common-container a{color:#fff;text-decoration:none;padding:10px}.application-common-container a:hover{text-decoration:underline}.application-common-container .centered-header{display:flex;justify-content:center}.application-common-container .centered-header:first-child{margin-top:3.25rem}.application-common-container .centered-header h1{color:#fff}.application-common-container .inner-container{width:30%;height:75%;margin:auto;overflow:auto}.application-common-container .inner-container .application-card{display:flex;flex-direction:column;margin:20px;padding:.625rem!important;border-radius:4px;border:1px solid var(--foreground-3);box-shadow:var(--shadow-4);background:var(--background);color:var(--foreground);cursor:pointer}.application-common-container .inner-container .application-card .mat-mdc-card-subtitle{font-size:.75rem;color:var(--foreground-2)}.application-common-container .inner-container .application-card .mat-mdc-card-content{padding-bottom:.25rem}app-management-shell>.shell-container.app-manager{--theme-admin-primary: #222222;--theme-admin-primary-hover: #444444;--theme-admin-secondary: #4d4d4d;--theme-admin-bar: #dfdfe4;--theme-admin-workspace: #d3d3d3;--theme-admin-background: #efeff4;--theme-admin-text-light: var(--foreground-2);--theme-admin-grid-stripe: rgb(178 178 185 / 25%);--theme-admin-grid-row-highlight: var(--light-color);background-color:var(--theme-admin-workspace)}.dark-theme app-management-shell>.shell-container.app-manager{color-scheme:dark;--theme-admin-primary: #222222;--theme-admin-primary-hover: #444444;--theme-admin-secondary: #4d4d4d;--theme-admin-bar: var(--background-2);--theme-admin-workspace: #1d1d1d;--theme-admin-background: var(--background);--theme-admin-text-light: var(--foreground-2);--theme-admin-grid-stripe: rgb(85 85 91 / 25%);--theme-admin-grid-row-highlight: var(--light-color)}@media (prefers-color-scheme: dark){:root app-management-shell>.shell-container.app-manager{color-scheme:dark;--theme-admin-primary: #222222;--theme-admin-primary-hover: #444444;--theme-admin-secondary: #4d4d4d;--theme-admin-bar: var(--background-2);--theme-admin-workspace: #1d1d1d;--theme-admin-background: var(--background);--theme-admin-text-light: var(--foreground-2);--theme-admin-grid-stripe: rgb(85 85 91 / 25%);--theme-admin-grid-row-highlight: var(--light-color)}}app-management-shell>.shell-container.app-manager button.datex-button.primary,app-management-shell>.shell-container.app-manager label.import-button.primary{background:linear-gradient(90deg,#5b08b2,#18b470)}app-management-shell>.shell-container.app-manager>.shell-header{grid-template-columns:calc(87px + 1rem) 1fr .5fr;background-color:var(--theme-admin-primary);color:#fff;border-bottom:3px solid #FFFFFF}app-management-shell>.shell-container.app-manager>.shell-header>.logo-container{position:relative;top:-3px;width:87px;margin-left:.5rem;margin-right:.5rem;fill:#fff}app-management-shell>.shell-container.app-manager>.shell-header #title{height:26px;margin-left:.5rem;align-items:center}app-management-shell>.shell-container.app-manager>.shell-header #title .appname{font-size:1.625rem}app-management-shell>.shell-container.app-manager>.shell-header #title .mat-mdc-select-arrow{margin-left:.75rem}app-management-shell>.shell-container.app-manager>.shell-header>.custom-header .shell-button{color:#fff;position:relative;bottom:3px;margin-top:3px;border-top:3px solid transparent}app-management-shell>.shell-container.app-manager>.shell-header>.custom-header .shell-button .icon-container{outline-color:#fff;color:#fff;top:-2px}app-management-shell>.shell-container.app-manager>.shell-header>.custom-header .shell-button:hover,app-management-shell>.shell-container.app-manager>.shell-header>.custom-header .shell-button:active,app-management-shell>.shell-container.app-manager>.shell-header>.custom-header .shell-button[aria-expanded=true]{background-color:var(--theme-admin-primary-hover)}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu{background-color:var(--theme-admin-primary);scrollbar-color:var(--theme-admin-primary-hover) var(--theme-admin-primary);scrollbar-width:thin}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu::-webkit-scrollbar{width:6px}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu::-webkit-scrollbar-track{background:var(--theme-admin-primary);margin:4px}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu::-webkit-scrollbar-thumb{background-color:var(--theme-admin-primary-hover);width:2px;border-left:2px solid var(--theme-admin-primary);border-right:2px solid var(--theme-admin-primary)}@media only screen and (max-width: 680px){app-management-shell>.shell-container.app-manager>.shell-body>.main-menu.open>.expander,app-management-shell>.shell-container.app-manager>.shell-body>.main-menu.main-menu.open-sub-menu>.expander{background-color:var(--theme-admin-primary-hover);position:sticky;top:0}}@container (max-width: 680px){app-management-shell>.shell-container.app-manager>.shell-body>.main-menu.open>.expander,app-management-shell>.shell-container.app-manager>.shell-body>.main-menu.main-menu.open-sub-menu>.expander{background-color:var(--theme-admin-primary-hover);position:sticky;top:0}}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu .menu-item{color:#fff}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu .menu-item:hover{background-color:var(--theme-admin-primary-hover)}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu .menu-item>.menu-icon{color:#fff}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu>.expander{background:var(--theme-admin-primary)}app-management-shell>.shell-container.app-manager>.shell-body>.main-menu>.settings{background:var(--theme-admin-primary);border-color:#ffffff80;outline-color:var(--theme-admin-primary)}app-management-shell>.shell-container.app-manager>.shell-body>.sub-menu{background-color:var(--background);border-right:2px solid var(--theme-admin-primary)}app-management-shell>.shell-container.app-manager>.shell-body>.sub-menu>.sub-menu-title{color:var(--foreground)}app-management-shell>.shell-container.app-manager>.shell-body>.sub-menu>.menu-item:hover{background-color:var(--light-color)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content{border-right:2px solid var(--theme-admin-primary)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.breadcrumbs{background-color:var(--theme-admin-primary)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.breadcrumbs>.crumb,app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.breadcrumbs>.crumb .crumb-title{color:#fff}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace{background:var(--theme-admin-workspace)}@media only screen and (max-width: 680px){app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace{border:2px solid var(--theme-admin-primary)}}@container (max-width: 680px){app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace{border:2px solid var(--theme-admin-primary)}}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header{background-color:var(--theme-admin-secondary)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button{color:#fff}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .mat-button-focus-overlay,app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .mat-mdc-button-focus-overlay,app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button:not(.primary,.secondary,.tertiary,.destructive,.status-created,.status-a,.status-b,.status-c,.status-d,.status-complete,.status-canceled,.creation,.attention,.important,.planned,.inactive,.active) .mat-mdc-button-persistent-ripple:before{background:#fff}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button>.tool-separator{border-right:1px solid #FFFFFF}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button>button.datex-button.destructive{color:#ffdbdb}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button>button.datex-button.destructive .mat-button-focus-overlay,app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button>button.datex-button.destructive .mat-mdc-button-focus-overlay,app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.blade-tools>button.datex-button>button.datex-button.destructive .mat-mdc-button-persistent-ripple:before{background:#ffdbdb}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.close-btn-container{color:#fff;background-color:var(--color-important)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper>.blade-header>.close-btn-container:hover{background-color:var(--color-important-hover)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.workspace .blade-wrapper .blade-content{background:var(--theme-admin-background)}app-management-shell>.shell-container.app-manager>.shell-body>.shell-content>.shell-status-bar>.shell-status-loader>.loading-bar-container>ngx-loading-bar>.ngx-bar{background:#fff!important}app-management-shell>.shell-container.app-manager .dataview-tools{color:var(--main-color)}app-management-shell>.shell-container.app-manager .dataview-tools .tool-separator{border-right:1px solid var(--theme-admin-text-light)}app-management-shell>.shell-container.app-manager .dataview-tools:empty{border-top:none;height:0}app-management-shell>.shell-container.app-manager .dataview-filters>.fieldsetsContainer>.fieldsetsGroup{background-color:var(--theme-admin-bar)}app-management-shell>.shell-container.app-manager app-orders-list .dataview-tools .mat-mdc-select-arrow,app-management-shell>.shell-container.app-manager app-inventory-jobs-list .dataview-tools .mat-mdc-select-arrow,app-management-shell>.shell-container.app-manager app-integration-logs-list .dataview-tools .mat-mdc-select-arrow,app-management-shell>.shell-container.app-manager app-alerts-list .dataview-tools .mat-mdc-select-arrow{margin-left:.75rem}app-management-shell>.shell-container.app-manager .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,var(--background-2),var(--background-2)),linear-gradient(to right,#00010040,#fff0),linear-gradient(to left,#00010040,#fff0)}.dark-theme app-management-shell>.shell-container.app-manager .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}@media (prefers-color-scheme: dark){:root app-management-shell>.shell-container.app-manager .dataview-grid.styled-grid{background-image:linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,var(--background),var(--background)),linear-gradient(to right,#ffffff40,#00010000),linear-gradient(to left,#ffffff40,#00010000)}}app-management-shell>.shell-container.app-manager .grid-table-striped>.grid-table-row:not(.new-row-creator):nth-of-type(2n),app-management-shell>.shell-container.app-manager .grid-table-striped tr:nth-child(2n){background-color:var(--theme-admin-grid-stripe)}app-management-shell>.shell-container.app-manager .grid-table-striped>.grid-table-row:not(.new-row-creator):hover{background-color:var(--theme-admin-grid-row-highlight)!important}app-management-shell>.shell-container.app-manager .grid-table-striped .grid-table-row:not(.new-row-creator) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover,app-management-shell>.shell-container.app-manager .grid-table-striped .grid-table-row:not(.new-row-creator):nth-of-type(2n) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover,app-management-shell>.shell-container.app-manager .grid-table-striped tr:nth-child(2n) .grid-table-cell-data.grid-table-cell-command:hover button.datex-button:hover{background-color:#0000001a!important;color:var(--wht-ovrly-color-solid)}.alert-subsription .datex-monaco-container{min-height:400px;height:100%!important;max-height:500px}.alert-subsription .monaco-editor{min-height:385px;height:100%!important;max-height:500px}.alert-subsription .datex-monaco-inner-container{min-height:385px;max-height:500px}.shell-container.app-manager .date-filter{display:flex;align-items:center;margin-right:.75rem;user-select:none}.shell-container.app-manager .date-filter label{color:#707070;font-size:.875rem}.shell-container.app-manager .datex-datebox.datex-datecontainer{margin-left:.5rem;background:transparent;font-size:.875rem}.milestone_row:hover{background-color:var(--background-2);cursor:pointer}.mat-table,.mat-mdc-table{background-color:var(--background)}.mat-header-cell,.mat-mdc-header-cell{color:var(--foreground-1)}.mat-cell,.mat-mdc-cell{color:var(--foreground)}.connection-list-column{display:flex;gap:10px;align-content:center;align-items:center}mat-panel-title.order-status-title{margin-top:.5rem;margin-bottom:.25rem}mat-expansion-panel.order-platform-container{margin-bottom:20px;width:300px;min-height:260px;margin-right:20px}mat-expansion-panel.alert-detail-expansion-panel{margin-top:1.25rem;padding-top:.625rem;padding-bottom:.625rem}mat-expansion-panel.alert-detail-expansion-panel:last-child{margin-bottom:1.25rem}.datex-button.margin-right-10{margin-right:.625rem}.alert-detail-expansion-textarea{width:100%;padding:.625rem}.datex-hub.alert-detail-hub{grid-template-columns:auto;display:block}.fieldsetsContainer .fieldsetsGroup.grid-2fr-2fr{grid-template-columns:2fr 2fr}.edi-validation-snackbar{white-space:pre-wrap}datex-common-grid.edi-orders-font .grid-table-cell-data{font-size:.75rem}.edi-white-background{background:#fff}.edi-light-gray-background{background:#f2f2f2!important}.edi-expiring-soon{color:#be1814}.edi-form{overflow:visible;width:420px}.datex-hr{width:420px;text-align:left;margin-left:0}.edi-separator-grid{display:grid;grid-template-columns:repeat(5,1fr);column-gap:2rem}.edi-container{display:grid;grid-template-columns:auto min-content;margin:1rem;padding:0 0 1rem 1rem;border-left:1px solid var(--foreground-3);border-bottom:1px solid var(--foreground-3)}.grid-column-span-5{grid-column:span 5}.msg-status-failed{color:#be1814}.msg-status-successful{color:#48a429}.msg-status-send{color:#e0f}.msg-status-receive{color:#00f}.as2-send-msg-grid{display:grid;grid-template-columns:30rem 30rem}.as2-send-msg-status{color:var(--main-color)}textarea.datex-textbox.unconstrained{width:unset;height:unset}.as2-msg-settings-container{border-left:1px solid var(--foreground-3);border-bottom:1px solid var(--foreground-3);padding-left:10px;padding-bottom:10px}.control-number-settings-grid{display:grid;grid-template-columns:50% 50%;grid-template-rows:3.5rem;gap:.3125rem}.control-number-bounds-grid{display:grid;grid-template-columns:min-content 13rem min-content 13rem;gap:.3125rem}.validations-grid{display:grid;grid-template-columns:auto min-content min-content min-content min-content min-content 3rem;grid-gap:1rem}.partner-grid-layout{display:grid;grid-template-columns:3fr 1fr min-content;gap:1rem;align-items:baseline;margin-top:1rem}.policy-status-valid{color:var(--color-new);text-align:center;line-height:1.5;display:inline-flex;align-items:center}.policy-status-valid .icon{width:24px;height:24px}.agreement-details-container{margin-block:1rem;display:grid;gap:1rem}.flex-column{display:flex;flex-direction:column}.default-schema-container{display:grid;grid-template-columns:repeat(7,1fr);margin:1rem;padding:0 3rem 1rem 1rem;border-left:1px solid var(--foreground-3);border-bottom:1px solid var(--foreground-3)}.grid-span-7{grid-column:span 7}.grid-7-columns{display:grid;grid-template-columns:repeat(7,1fr)}.as2-settings-container{padding-bottom:350px;padding-top:10px}.schedule-edit-grp{border-left:1px solid var(--foreground-3);border-bottom:1px solid var(--foreground-3);padding-left:10px;padding-bottom:10px;margin-top:15px}.toggle-margin{margin:1rem;margin-left:0}.env-component-task .monaco-editor .view-line{background-color:#efeff4!important}.datex-mobile{--mwclr-link-inverse: #f68e1e;--mwclr-link-inverse-label: white;--mwclr-grid-bkg-manual: #ffdfc9;--mwclr-grid-bkg-manual-selected: #cbd2d2;--mwclr-grid-bkg-manual-odd: #f7d7c4;--mwclr-grid-bkg-manual-odd-selected: #c7cecf}.datex-mobile.dark-theme{color-scheme:dark;--mwclr-grid-bkg-manual: #756255;--mwclr-grid-bkg-manual-selected: #4e5959;--mwclr-grid-bkg-manual-odd: #615146;--mwclr-grid-bkg-manual-odd-selected: #465151}.datex-mobile.dark-theme .ddsTEMP .theme-bkg button.datex-button.primary{border-color:var(--control-solid-foreground);background-color:var(--control-solid-foreground);color:#fff}.datex-mobile.dark-theme .ddsTEMP .theme-bkg button.datex-button.primary .keyboard-action{background-color:#fff;color:var(--control-solid-foreground)}@media (prefers-color-scheme: dark){.datex-mobile{color-scheme:dark;--mwclr-grid-bkg-manual: #756255;--mwclr-grid-bkg-manual-selected: #4e5959;--mwclr-grid-bkg-manual-odd: #615146;--mwclr-grid-bkg-manual-odd-selected: #465151}.datex-mobile .ddsTEMP .theme-bkg button.datex-button.primary{border-color:var(--control-solid-foreground);background-color:var(--control-solid-foreground);color:#fff}.datex-mobile .ddsTEMP .theme-bkg button.datex-button.primary .keyboard-action{background-color:#fff;color:var(--control-solid-foreground)}}.datex-mobile.datex-2025-theme{--mwclr-link-inverse: #007A45;--mwclr-grid-bkg-manual-selected: #cfcbd2;--mwclr-grid-bkg-manual-odd-selected: #cdc7cf}.datex-mobile.datex-2025-theme.dark-theme{--mwclr-link-inverse: #3DC88C;--mwclr-link-inverse-label: black;--mwclr-grid-bkg-manual-selected: #544e59;--mwclr-grid-bkg-manual-odd-selected: #4c4651}@media (prefers-color-scheme: dark){.datex-mobile.datex-2025-theme{--mwclr-link-inverse: #3DC88C;--mwclr-link-inverse-label: black;--mwclr-grid-bkg-manual-selected: #544e59;--mwclr-grid-bkg-manual-odd-selected: #4c4651}}.datex-mobile.datex-default-theme:not(.dark-theme),.datex-mobile.datex-2025-theme:not(.dark-theme){--app-shell-gradient-background: linear-gradient(75deg, #0a648b 0%, #0070a0 50%, #078bc3 100%)}.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .mobile-screen .main-screen .app-header .wh-switcher .sub-icon-detail,.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .mobile-tools.main-screen,.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .mobile-screen .mobile-tools.section-tools,.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .feature-header,.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .theme-bkg,.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .theme-bkg .mobile-workspace,.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .ag-header-row,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .mobile-screen .main-screen .app-header .wh-switcher .sub-icon-detail,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .mobile-tools.main-screen,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .mobile-screen .mobile-tools.section-tools,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .feature-header,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .theme-bkg,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .theme-bkg .mobile-workspace,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .ag-header-row{background-image:var(--app-shell-gradient-background);background-size:cover;background-position:center;background-attachment:fixed}.datex-mobile.datex-default-theme:not(.dark-theme) .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button,.datex-mobile.datex-2025-theme:not(.dark-theme) .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button{background:transparent}@media screen and (max-width: 960px){.datex-mobile.datex-default-theme:not(.dark-theme).device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools:before,.datex-mobile.datex-2025-theme:not(.dark-theme).device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools:before{background-image:var(--app-shell-gradient-background);background-size:cover;background-position:center;background-attachment:fixed}.datex-mobile.datex-default-theme:not(.dark-theme).device-orientation-landscape .ddsTEMP .mobile-screen .tool-right.next button.datex-button,.datex-mobile.datex-2025-theme:not(.dark-theme).device-orientation-landscape .ddsTEMP .mobile-screen .tool-right.next button.datex-button{background:var(--app-shell-background)}}.datex-mobile.datex-2025-theme:not(.dark-theme){--app-shell-gradient-background: linear-gradient(75deg, #5B08B2 0%, #750bd4 100%)}.datex-mobile .ddsTEMP .field-container .datex-label,.datex-mobile .ddsTEMP .datex-form-field .datex-label{font-size:.875rem}.datex-mobile .ddsTEMP .datex-selectcontainer .select-input,.datex-mobile .ddsTEMP .datex-selectcontainer .mat-select-value,.datex-mobile .ddsTEMP .datex-selectcontainer .mat-mdc-select-value,.datex-mobile .ddsTEMP .datex-datecontainer .date-input{height:unset;font-size:1.125rem}.datex-mobile .ddsTEMP button.datex-button{font-size:1rem}.datex-mobile .ddsTEMP .modal-container .modal-header .modal-title,.datex-mobile .ddsTEMP .modal-container .modal-header .modal-title h1{font-size:1.25rem}.datex-mobile .ddsTEMP .datex-selectcontainer .select-button .select-button-icon{font-size:1rem}.datex-mobile .ddsTEMP button.datex-button .icon{font-size:1.25rem}.datex-mobile .ddsTEMP button.datex-button .icon[class*=icon-ic_fluent_]{font-size:1.5rem}.datex-mobile .ddsTEMP .datex-datecontainer .date-button button .mat-datepicker-toggle-default-icon,.datex-mobile .ddsTEMP .datex-datecontainer .date-button button .mat-mdc-datepicker-toggle-default-icon{height:24px;color:var(--foreground)}.datex-mobile .ddsTEMP .mobile-screen{height:100%;width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:43px 1fr 70px;grid-template-areas:"header" "workspace" "tools"}.datex-mobile .ddsTEMP .mobile-screen.login{grid-template-columns:1fr;grid-template-rows:1fr 70px;grid-template-areas:"workspace" "tools"}.datex-mobile .ddsTEMP .mobile-screen.menu{grid-template-rows:60px 1fr 60px;grid-template-columns:1fr;grid-template-areas:"tools" "workspace" "workspace"}.datex-mobile .ddsTEMP .mobile-modal{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:43px 1fr 70px;grid-template-areas:"header" "workspace" "tools"}.datex-mobile .ddsTEMP .mobile-message-modal{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 70px;grid-template-areas:"workspace" "tools"}.datex-mobile .ddsTEMP .client-area,.datex-mobile .ddsTEMP mobileweb-client-area,.datex-mobile .ddsTEMP mobileweb-dialog-header,.datex-mobile .ddsTEMP mobileweb-mobile-grid,.datex-mobile .ddsTEMP mobileweb-execute-custom-command,.datex-mobile .ddsTEMP mobileweb-text-question,.datex-mobile .ddsTEMP mobileweb-numeric-question,.datex-mobile .ddsTEMP mobileweb-date-question,.datex-mobile .ddsTEMP mobileweb-boolean-question,.datex-mobile .ddsTEMP mobileweb-calendar-week,.datex-mobile .ddsTEMP .group-loose-contents{display:contents}.datex-mobile .ddsTEMP .mobile-workspace{grid-area:workspace;padding:20px;overflow:auto;height:100%;background:var(--background)}.datex-mobile .ddsTEMP .mobile-screen.login .header{display:flex;flex-direction:column;font-size:1.5rem;text-align:center;margin-bottom:1.5625rem;margin-top:30px}.datex-mobile .ddsTEMP .mobile-screen.login .header .experimental{color:#ff8080;font-size:.825rem;font-style:italic}.datex-mobile .ddsTEMP .mobile-screen.login .header img{width:100%;max-width:360px;margin:auto}.datex-mobile .ddsTEMP .mobile-screen.login .header img.tiny{max-height:80px;width:auto}.datex-mobile .ddsTEMP .mobile-screen .main-screen .app-header{box-sizing:border-box;height:60px;display:grid;align-items:center;grid-template-columns:50px 1fr;grid-template-rows:60px;grid-template-areas:"logo-container title"}.datex-mobile .ddsTEMP .mobile-screen .main-screen .app-header .logo-container{max-height:45px;grid-area:logo-container;display:flex;margin-right:.5rem;fill:#fff}.datex-mobile .ddsTEMP .mobile-screen .main-screen .app-header .experimental{margin-left:.25rem;color:#ff8080;font-weight:700}.datex-mobile .ddsTEMP .mobile-screen .main-screen .app-header .wh-switcher{margin-left:-8px;padding:8px;color:#fff;text-decoration:underline}.datex-mobile .ddsTEMP .mobile-screen .main-screen .app-header .wh-switcher .sub-icon-detail{background:var(--app-shell-background)}.datex-mobile .ddsTEMP .mobile-form.filters .fieldsetsContainer .fieldsetsGroup,.datex-mobile .ddsTEMP .mobile-form.footer .fieldsetsContainer .fieldsetsGroup{grid-gap:.75rem}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details{grid-gap:.4rem}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details mobileweb-value-display.inline-info{align-items:flex-start}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details .datex-form-field.inline-info{gap:.25rem;align-content:flex-start}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details .datex-form-field.inline-info,.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details .datex-form-field.inline-info .datex-label,.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details .datex-form-field.inline-info .datex-text{font-size:.875rem;line-height:1.25;display:unset}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup.details .datex-form-field.inline-info .label-container{display:inline}.datex-mobile .ddsTEMP .field-container .label-container,.datex-mobile .ddsTEMP .datex-form-field .label-container{margin-bottom:.25rem;align-items:flex-end}.datex-mobile .ddsTEMP .mobile-form button.datex-button,.datex-mobile .ddsTEMP .mobile-tools button.datex-button,.datex-mobile .ddsTEMP .mobile-form button.datex-button.primary,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.primary{background-color:var(--control-solid-foreground);color:#fff}.datex-mobile .ddsTEMP .mobile-form button.datex-button.secondary,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.secondary{color:var(--foreground)}.datex-mobile .ddsTEMP .mobile-form button.datex-button.tertiary,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.tertiary{background-color:transparent;outline:2px solid var(--main-color);outline-offset:-2px;color:var(--main-color)}.datex-mobile .ddsTEMP .mobile-form button.datex-button.destructive,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.destructive{background-color:var(--color-important);color:#fff}.datex-mobile .ddsTEMP .mobile-form button.datex-button.destructive .keyboard-button-action,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.destructive .keyboard-button-action{background:#fff;color:var(--color-important)}.datex-mobile .ddsTEMP .mobile-form button.datex-button.creation,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.creation{background-color:var(--color-new);color:#fff}.datex-mobile .ddsTEMP .mobile-form button.datex-button.creation .keyboard-button-action,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.creation .keyboard-button-action{background:#fff;color:var(--color-new)}.datex-mobile .ddsTEMP .mobile-form button.datex-button.big-button,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.big-button{padding:5px 23px;height:58px}.datex-mobile .ddsTEMP .mobile-form button.datex-button.simple,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.simple{background:transparent;color:var(--main-color)}.datex-mobile .ddsTEMP .mobile-form button.datex-button.simple .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-form button.datex-button.simple .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.simple .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-tools button.datex-button.simple .mat-mdc-button-focus-overlay{background:var(--main-color)}.datex-mobile .ddsTEMP .mobile-tools button.datex-button{background-color:unset}.datex-mobile .ddsTEMP .mobile-tools,.datex-mobile .ddsTEMP .mobile-screen.login .mobile-tools{grid-area:tools;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr;grid-template-areas:"tool-left tool-middle tool-right";column-gap:20px;align-items:center;padding:0 20px;z-index:1}.datex-mobile .ddsTEMP .mobile-screen.login .mobile-tools.commands{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"tool-left tool-right"}.datex-mobile .ddsTEMP .mobile-tools.main-screen{grid-template-areas:"tool-left tool-left tool-right";background-color:var(--app-shell-background);color:#fff}.datex-mobile .ddsTEMP .tool-left{grid-area:tool-left;margin-right:auto}.datex-mobile .ddsTEMP .tool-middle{grid-area:tool-middle;margin:auto}.datex-mobile .ddsTEMP .tool-right{grid-area:tool-right;margin-left:auto}.datex-mobile .ddsTEMP .mobile-screen .tool.logout button.datex-button .button-label .icon{font-size:2rem}.datex-mobile .ddsTEMP .mobile-screen .tool.logout button.datex-button .button-label .icon[class*=icon-ic_fluent_]{font-size:2.25rem}.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools,.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button{background:var(--app-shell-background)}.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools .tool,.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button{width:100%;height:100%}.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button .button-label{align-items:center;justify-content:center;flex-direction:column}.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button .button-label .icon{font-size:1.5rem}.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button .button-label .icon[class*=icon-ic_fluent_]{font-size:1.75rem}.datex-mobile .ddsTEMP .mobile-screen .mobile-tools.section-tools .tool button.datex-button .button-text{max-width:100%;margin-top:5px;margin-left:0;font-size:.85rem;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces}.datex-mobile .ddsTEMP .feature-header{grid-area:header;padding:5px 10px;z-index:1;background:var(--app-shell-background);color:#fff;font-size:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .feature-header .max-records,.datex-mobile .ddsTEMP .feature-header .tasks{margin-left:10px;font-size:18px}.datex-mobile .ddsTEMP .fieldsetsGroup mat-form-field.datex-form-field{width:100%}.datex-mobile .ddsTEMP .fieldsetsGroup>mobileweb-action-button{align-self:flex-end}.datex-mobile .ddsTEMP mat-form-field.datex-form-field .mat-form-field-wrapper,.datex-mobile .ddsTEMP mat-form-field.datex-form-field .mat-mdc-form-field-wrapper{display:contents}.datex-mobile .ddsTEMP mat-form-field.datex-form-field .mat-form-field-infix,.datex-mobile .ddsTEMP mat-form-field.datex-form-field .mat-mdc-form-field-infix{width:0;padding:0;border:0}.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-header,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-header,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-header,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-header{margin-bottom:.75rem}.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-label,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-label{margin-top:0;font-size:1.15rem;font-weight:400}.datex-mobile .ddsTEMP .mobile-screen .tab-container .tab,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-label,.datex-mobile .ddsTEMP .mobile-modal .tab-container .tab,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-label{margin-right:1rem}.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-header-pagination,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-header-pagination,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-header-pagination,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-header-pagination{background:var(--background-2)}.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-header-pagination .mat-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-header-pagination .mat-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-header-pagination .mat-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-header-pagination .mat-tab-header-pagination-chevron,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{border-color:var(--foreground)}.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-header-pagination-controls-enabled .mat-tab-label-container,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-header-pagination-controls-enabled .mdc-tab-label-container,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-header-pagination-controls-enabled .mat-tab-label-container,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-header-pagination-controls-enabled .mdc-tab-label-container{padding-left:5px}@media only screen and (max-width: 359px){.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-label,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-label{font-size:1rem}}.datex-mobile .ddsTEMP .datex-text{font-size:1rem}.datex-mobile .ddsTEMP .menu-icons-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;row-gap:30px;column-gap:5px}.datex-mobile .ddsTEMP .menu-icons-container .menu-icon{width:120px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.datex-mobile .ddsTEMP .menu-icons-container .menu-icon .icon-image{width:100px;height:70px;margin-bottom:3px;text-align:center}.datex-mobile .ddsTEMP .menu-icons-container .menu-icon .icon-image .icon{font-size:70px}.datex-mobile .ddsTEMP .menu-icons-container .menu-icon .icon-title{display:flex;align-items:flex-end;max-width:120px;padding-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:normal;text-align:center;line-height:1.25;font-weight:400;color:var(--foreground)}.datex-mobile .ddsTEMP .menu-icons-container .menu-icon .icon-title .text{text-align:right;display:inline;flex:1;overflow:hidden;text-overflow:ellipsis}.datex-mobile .ddsTEMP .menu-icons-container .menu-icon .icon-title .key{flex:0 0 auto;padding:2px 0;text-align:left}.datex-mobile .ddsTEMP .menu-icons-container a:hover,.datex-mobile .ddsTEMP .menu-icons-container a:focus{color:var(--mwclr-link-inverse);text-decoration:none}.datex-mobile .ddsTEMP .menu-icons-container a:hover .menu-icon,.datex-mobile .ddsTEMP .menu-icons-container a:focus .menu-icon{outline:1px dashed var(--foreground-3);outline-offset:-1px}.datex-mobile .ddsTEMP .menu-icons-container a:hover .icon-title,.datex-mobile .ddsTEMP .menu-icons-container a:focus .icon-title{color:var(--mwclr-link-inverse);text-decoration:none}.datex-mobile .ddsTEMP .datex-modal{max-width:90%!important;max-height:90%!important}.datex-mobile .ddsTEMP .mobile-screen-modal mat-dialog-container.mat-dialog-container,.datex-mobile .ddsTEMP .mobile-screen-modal mat-dialog-container.mat-mdc-dialog-container{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;resize:both;border:none;color:var(--foreground);box-shadow:none;overflow:hidden}.datex-mobile .ddsTEMP .mobile-screen-modal mat-dialog-container.mat-dialog-container .mat-dialog-content.modal-content,.datex-mobile .ddsTEMP .mobile-screen-modal mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content.modal-content{max-height:unset}.datex-mobile .ddsTEMP .mobile-screen-modal{max-width:100%!important;max-height:100%!important;width:100%;height:100%}.datex-mobile .ddsTEMP .mobile-screen-modal mat-dialog-container.mat-dialog-container,.datex-mobile .ddsTEMP .mobile-screen-modal mat-dialog-container.mat-mdc-dialog-container{height:100%;width:100%;max-width:unset;resize:none}.datex-mobile .ddsTEMP .mobile-screen-modal .mat-tab-body-wrapper,.datex-mobile .ddsTEMP .mobile-screen-modal .mat-mdc-tab-body-wrapper{height:100%}.datex-mobile .ddsTEMP .datex-scancontainer{display:flex;flex-direction:row;height:38px;border:1px solid var(--foreground-3);background-color:var(--background);border-radius:4px}.datex-mobile .ddsTEMP .datex-scancontainer .datex-textbox{flex-grow:2;border:none;min-width:0;height:unset;padding-left:.5rem;font-size:1.125rem;line-height:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .datex-scancontainer .datex-textbox::placeholder{color:var(--foreground-2)}.datex-mobile .ddsTEMP mobileweb-multiline-input .datex-scancontainer{height:auto}.datex-mobile .ddsTEMP mobileweb-multiline-input .datex-scancontainer textarea.datex-textbox{padding:5px .5rem 0px;margin-bottom:8px;white-space:break-spaces}.datex-mobile .ddsTEMP mobileweb-multiline-input .datex-scancontainer .scan-button{height:46px}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button{min-width:32px;max-width:32px;display:flex;align-items:center;justify-content:center}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button{border-top-left-radius:0;border-bottom-left-radius:0;background:transparent}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button .mat-button-focus-overlay,.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button .mat-mdc-button-focus-overlay{background:var(--control-hover-overlay)}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button .button-icon{font-size:1rem;color:var(--main-color)}.datex-mobile .ddsTEMP .datex-scancontainer input.datex-textbox:focus,.datex-mobile .ddsTEMP .datex-scancontainer textarea.datex-textbox:focus{outline:none}.datex-mobile .ddsTEMP .datex-scancontainer:focus-within{outline:2px solid var(--wht-ovrly-color-solid);outline-offset:-2px}.datex-mobile .ddsTEMP .action-control,.datex-mobile .ddsTEMP .right-stack{display:flex;align-items:flex-end}.datex-mobile .ddsTEMP .right-stack{justify-content:flex-end}.datex-mobile .ddsTEMP .action-control>*:first-child{flex-grow:1;min-width:0}.datex-mobile .ddsTEMP .action-control>*+*,.datex-mobile .ddsTEMP .right-stack>*+*{margin-left:.5rem}.datex-mobile .ddsTEMP .action-control>*+*{max-width:40%}.datex-mobile .ddsTEMP .multi-control{display:flex;align-items:flex-end}.datex-mobile .ddsTEMP .multi-control>*{flex-basis:content;flex-grow:1;flex-shrink:1;min-width:0}.datex-mobile .ddsTEMP .multi-control>mobileweb-action-button,.datex-mobile .ddsTEMP .multi-control>mobileweb-value-display.inline-info{flex-grow:0;flex-shrink:0}.datex-mobile .ddsTEMP .multi-control.equal-distribution>*{min-width:0}.datex-mobile .ddsTEMP .multi-control>*+*{margin-left:.5rem}.datex-mobile .ddsTEMP .multi-control>.right-aligned{margin-left:auto}.datex-mobile .ddsTEMP .multi-control-spaced{display:flex;align-items:flex-end;justify-content:space-evenly}.datex-mobile .ddsTEMP .multi-block{align-self:flex-end}.datex-mobile .ddsTEMP .multi-below{margin-top:.5rem}.datex-mobile .ddsTEMP .mobile-grids{display:flex;flex-direction:column;grid-column-start:-1;grid-column-end:1}.datex-mobile .ddsTEMP .mobile-grid-title .datex-text{margin-bottom:8px;font-size:18px;color:var(--foreground-2)}.datex-mobile .ddsTEMP .mobile-grid-subtools{margin-top:10px}.datex-mobile .ddsTEMP .theme-bkg{background:var(--app-shell-background);color:#fff}.datex-mobile .ddsTEMP .theme-bkg .mobile-workspace{background:var(--app-shell-background)}.datex-mobile .ddsTEMP .theme-bkg .field-container .datex-label,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field .datex-label{color:#fff}.datex-mobile .ddsTEMP .mobile-screen.theme-bkg.login .header .experimental{color:#ff8080}.datex-mobile .ddsTEMP .theme-bkg button.datex-button{border:1px solid var(--app-shell-foreground)}.datex-mobile .ddsTEMP .theme-bkg button.datex-button.primary{border-color:#fff;background-color:#fff;color:var(--app-shell-background)}.datex-mobile .ddsTEMP .theme-bkg button.datex-button.primary .keyboard-action{background-color:var(--app-shell-background);color:#fff}.datex-mobile .ddsTEMP .theme-bkg button.datex-button.primary:active{background-color:#fff}.datex-mobile .ddsTEMP .theme-bkg .field-container .datex-scancontainer,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field .datex-scancontainer,.datex-mobile .ddsTEMP .theme-bkg .field-container .datex-selectcontainer,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field .datex-selectcontainer,.datex-mobile .ddsTEMP .theme-bkg .field-container input.datex-textbox,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field input.datex-textbox,.datex-mobile .ddsTEMP .theme-bkg .field-container textarea.datex-textbox,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field textarea.datex-textbox,.datex-mobile .ddsTEMP .theme-bkg .field-container input.datex-numberbox,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field input.datex-numberbox{border:none;color:var(--foreground);background-color:var(--background-2)}.datex-mobile .ddsTEMP .theme-bkg .field-container .datex-datecontainer,.datex-mobile .ddsTEMP .theme-bkg .datex-form-field .datex-datecontainer{border:1px solid transparent}.datex-mobile .ddsTEMP .header-workspace{display:contents}@media only screen and (min-width: 960px){.datex-mobile .ddsTEMP .mobile-screen.login .mobile-workspace{padding:70px}.datex-mobile .ddsTEMP .mobile-screen.login .mobile-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(2,minmax(0,1fr))}}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools{grid-template-columns:repeat(3,minmax(70px,1fr));grid-template-rows:1fr;grid-template-areas:"tool-left tool-middle tool-right";grid-column-gap:10px;justify-content:center;background:var(--app-shell-background)}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools{background:var(--background)}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools .tool,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools .tool{display:contents}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools .tool-left .datex-button,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools .tool-left .datex-button{grid-area:tool-left}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools .tool-middle .datex-button,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools .tool-middle .datex-button{grid-area:tool-middle}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools .tool-right .datex-button,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools .tool-right .datex-button{grid-area:tool-right}.datex-mobile .ddsTEMP .mobile-modal .mobile-tools .datex-button,.datex-mobile .ddsTEMP .mobile-message-modal .mobile-tools .datex-button{width:unset;min-width:80px;padding:0;font-size:.875rem}.datex-mobile .ddsTEMP .mobile-message-modal .message .definition img,.datex-mobile .ddsTEMP .mobile-screen-modal .mobile-form .definition img{max-width:100%}.datex-mobile .ddsTEMP .mobile-message-modal .message .definition h1{font-size:2rem}.datex-mobile .ddsTEMP .mobile-message-modal .message .definition h2{font-size:1.75rem}.datex-mobile .ddsTEMP button.datex-button .button-label{justify-content:center}.datex-mobile .ddsTEMP .full-columns{grid-column-start:-1;grid-column-end:1}.datex-mobile .ddsTEMP .double-columns{grid-column:span 2}.datex-mobile .ddsTEMP .centered{text-align:center}.datex-mobile .ddsTEMP .new-row{grid-column:1}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem}.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup>*{min-width:0}@media only screen and (max-width: 960px){.datex-mobile .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(2,minmax(0,1fr))}}.datex-mobile .ddsTEMP .datex-scancontainer,.datex-mobile .ddsTEMP .datex-selectcontainer,.datex-mobile .ddsTEMP .datex-textbox,.datex-mobile .ddsTEMP .datex-datecontainer{height:48px}.datex-mobile .ddsTEMP .datex-selectcontainer .select-input,.datex-mobile .ddsTEMP .datex-selectcontainer .mat-select-value,.datex-mobile .ddsTEMP .datex-selectcontainer .mat-mdc-select-value{align-self:center}.datex-mobile .ddsTEMP .datex-selectcontainer .select-button,.datex-mobile .ddsTEMP .datex-scancontainer .scan-button,.datex-mobile .ddsTEMP .datex-datecontainer .date-button .mat-icon-button,.datex-mobile .ddsTEMP .datex-datecontainer .date-button .mat-mdc-icon-button{min-width:48px;max-width:48px}.datex-mobile .ddsTEMP .datex-datecontainer .date-button .mat-icon-button,.datex-mobile .ddsTEMP .datex-datecontainer .date-button .mat-mdc-icon-button,.datex-mobile .ddsTEMP .datex-datecontainer .date-button .mdc-icon-button{width:48px;height:48px}.datex-mobile .ddsTEMP .datex-button{height:48px;padding:0 14px}.datex-mobile .ddsTEMP .commands button.datex-button{padding:0 2rem}.datex-mobile .ddsTEMP .datex-form-field.title-desc-info .label-container{margin-bottom:0}.datex-mobile .ddsTEMP .datex-form-field.title-desc-info .datex-label,.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-title .datex-label{font-size:1.5rem;color:var(--main-color);white-space:normal}.datex-mobile .ddsTEMP .datex-form-field.title-desc-info .datex-text,.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-description .datex-text{font-size:.875rem;line-height:1.25;color:var(--foreground-3)}.datex-mobile .ddsTEMP .mat-input-element,.datex-mobile .ddsTEMP .mat-mdc-input-element{box-sizing:border-box}.datex-mobile .ddsTEMP mobileweb-value-display.inline-info{min-width:0;display:flex;align-items:center}.datex-mobile .ddsTEMP .datex-form-field.inline-info{min-width:0;display:flex;flex-direction:row;align-items:flex-end;column-gap:.5rem;font-size:1.125rem;flex-wrap:wrap}.datex-mobile .ddsTEMP .datex-form-field.inline-info .label-container{margin-bottom:0;align-items:flex-start;flex:0 0 auto;max-width:100%}.datex-mobile .ddsTEMP .datex-form-field.inline-info .datex-label{font-size:1.125rem;color:var(--foreground-2);white-space:normal}.datex-mobile .ddsTEMP .datex-form-field.inline-info .datex-text{font-size:1.125rem;color:var(--foreground);flex:1}.datex-mobile .ddsTEMP .datex-form-field.inline-info.attention .datex-text,.datex-mobile .ddsTEMP .datex-form-field.inline-info.attention .datex-label{color:var(--color-attention)}.datex-mobile .ddsTEMP .datex-form-field.inline-info.one-line{flex-wrap:nowrap}.datex-mobile .ddsTEMP .datex-form-field.inline-info.one-line .label-container{min-width:0}.datex-mobile .ddsTEMP .datex-form-field.inline-info.one-line .datex-label,.datex-mobile .ddsTEMP .datex-form-field.inline-info.one-line .datex-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .datex-form-field.inline-info mobileweb-action-button.info-button{display:contents}.datex-mobile .ddsTEMP .datex-form-field.inline-info .info-button .datex-button{display:inline-block;position:relative;z-index:1;padding:15px;background:transparent;color:var(--main-color);height:unset;margin:-15px -15px -15px -10px}.datex-mobile .ddsTEMP .datex-form-field.inline-info .info-button .datex-button .keyboard-button-action{display:none}.datex-mobile .ddsTEMP .datex-form-field.title-inline-info{display:flex;flex-direction:row;align-content:center;font-size:1.5rem}.datex-mobile .ddsTEMP .datex-form-field.title-inline-info .label-container{margin-bottom:0;margin-right:.5rem;align-items:flex-start}.datex-mobile .ddsTEMP .datex-form-field.title-inline-info .datex-label,.datex-mobile .ddsTEMP .datex-form-field.title-inline-info .datex-text{font-size:1.5rem;color:var(--main-color)}.datex-mobile .ddsTEMP .datex-form-field .datex-label.group{font-size:1.2rem;color:var(--foreground)}.datex-mobile .ddsTEMP .datex-form-field.inline-info.mini .datex-label,.datex-mobile .ddsTEMP .datex-form-field.inline-info.mini .datex-text{font-size:14px}.datex-mobile .ddsTEMP .datex-form-field.inline-info.mini{gap:.25rem}.datex-mobile .ddsTEMP .multi-control.even-fields{flex-wrap:wrap}.datex-mobile .ddsTEMP .multi-control.even-fields>mobileweb-value-display.inline-info{flex:1;margin-left:0}.datex-mobile .ddsTEMP .datex-form-field.long-label .datex-label,.datex-mobile .ddsTEMP .long-label .datex-form-field .datex-label,.datex-mobile .ddsTEMP .datex-form-field.long-text .datex-text,.datex-mobile .ddsTEMP .long-text .datex-form-field .datex-text{white-space:normal}.datex-mobile .ddsTEMP .ag-row-odd{background-color:var(--background-2)}.datex-mobile .ddsTEMP .ag-header-row{background-color:var(--app-shell-background)}.datex-mobile .ddsTEMP grid-table-row:hover,.datex-mobile .ddsTEMP .ag-row-selected{background-color:var(--light-color)}.datex-mobile .ddsTEMP .ag-header-group-cell-label,.datex-mobile .ddsTEMP .ag-header-cell-label{overflow:visible;align-self:baseline}.datex-mobile .ddsTEMP .ag-header-cell{height:40px;padding:8px 1rem 15px 12px;vertical-align:middle;text-align:left;color:#fff;font-size:16px;font-weight:400;cursor:default;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .ag-cell{display:table-cell;text-align:left;height:50px;padding:15px 0 5px 12px;color:var(--foreground);cursor:default;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .ag-paging-panel{margin-top:10px;display:none!important}.datex-mobile .ddsTEMP .show-pagination .ag-paging-panel{display:flex!important}.datex-mobile .ddsTEMP .ag-paging-button{height:48px;width:48px;display:flex;align-items:center;justify-content:center}.datex-mobile .ddsTEMP .ag-paging-row-summary-panel{display:none}.datex-mobile .ddsTEMP .ag-paging-page-summary-panel{font-size:16px}.datex-mobile .ddsTEMP .ag-paging-button i{font-size:28px}.datex-mobile .ddsTEMP .ag-paging-page-summary-panel .ag-paging-button:first-child,.datex-mobile .ddsTEMP .ag-paging-page-summary-panel .ag-paging-button:last-child{display:none}.datex-mobile .ddsTEMP .ag-header-icon i{font-size:16px}.datex-mobile .ddsTEMP .ag-header-container,.datex-mobile .ddsTEMP .ag-header-row,.datex-mobile .ddsTEMP .ag-center-cols-container{min-width:100%}.datex-mobile .ddsTEMP .autoHeight-grid .ag-root-wrapper-body{height:100%}.datex-mobile .ddsTEMP .autoHeight-grid .ag-center-cols-clipper{min-height:150px}.datex-mobile .ddsTEMP .ag-overlay-wrapper .ag-overlay-no-rows-center{color:var(--foreground)}.datex-mobile .ddsTEMP .ag-cell.ag-cell-inline-editing{padding:8px 0 10px 5px}.datex-mobile .ddsTEMP .ag-cell.ag-cell-inline-editing input{padding-left:6px;border:1px solid var(--foreground-3)}.datex-mobile .ddsTEMP .ag-cell.ag-cell-inline-editing input:focus{padding-left:5px;border:2px solid var(--wht-ovrly-color-solid)}.datex-mobile .ddsTEMP .datex-checkbox .checked{color:var(--control-solid-foreground);background:var(--background)}.datex-mobile .ddsTEMP .datex-checkbox .unchecked{color:var(--foreground-2)}.datex-mobile .ddsTEMP .datex-checkbox .unchecked:hover{color:var(--foreground)}.datex-mobile .ddsTEMP .datex-checkbox{line-height:1}.datex-mobile .ddsTEMP .mobile-screen.single-grid-no-filters .mobile-workspace,.datex-mobile .ddsTEMP .mobile-screen.single-grid .mobile-workspace,.datex-mobile .ddsTEMP .mobile-screen.single-grid-no-filters-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-screen.single-grid-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-screen.double-grid .mobile-workspace,.datex-mobile .ddsTEMP .mobile-screen.double-grid-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid-no-filters .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid-no-filters-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.double-grid .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.double-grid-footer .mobile-workspace{overflow:hidden;display:grid;grid-row-gap:1rem;height:100%}.datex-mobile .ddsTEMP .mobile-screen.single-grid-no-filters .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid-no-filters .mobile-workspace{grid-template-rows:1fr}.datex-mobile .ddsTEMP .mobile-screen.single-grid .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid .mobile-workspace{grid-template-rows:auto 1fr}.datex-mobile .ddsTEMP .mobile-screen.single-grid-no-filters-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid-no-filters-footer .mobile-workspace{grid-template-rows:1fr auto}.datex-mobile .ddsTEMP .mobile-screen.single-grid-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.single-grid-footer .mobile-workspace{grid-template-rows:auto 1fr auto}.datex-mobile .ddsTEMP .mobile-screen.double-grid .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.double-grid .mobile-workspace{grid-template-rows:auto 1fr 1fr}.datex-mobile .ddsTEMP .mobile-screen.double-grid-footer .mobile-workspace,.datex-mobile .ddsTEMP .mobile-modal.double-grid-footer .mobile-workspace{grid-template-rows:auto 1fr 1fr auto}.datex-mobile .ddsTEMP ag-grid-angular{height:100%}.datex-mobile .ddsTEMP .mobile-grid-container{display:flex;flex-direction:column;grid-column-start:-1;grid-column-end:1}.datex-mobile .ddsTEMP .filters .mobile-grid-container:not(:first-child){margin-top:1.25rem}.datex-mobile .ddsTEMP .filters .mobile-grid-container:not(:last-child){margin-bottom:1.25rem}.datex-mobile .ddsTEMP .mobile-grid-container ag-grid-angular{flex-grow:1}.datex-mobile .ddsTEMP .mobile-screen.barcode-scanner .mobile-workspace{overflow:hidden;display:grid;grid-row-gap:1rem;height:100%;grid-template-rows:auto 1fr}.datex-mobile .ddsTEMP .barcode-scanner #camera-container,.datex-mobile .ddsTEMP .barcode-scanner #interactive.viewport{height:100%}.datex-mobile .ddsTEMP .barcode-scanner #interactive.viewport{position:relative;display:flex;align-items:center}.datex-mobile .ddsTEMP .barcode-scanner #interactive.viewport>canvas,.datex-mobile .ddsTEMP .barcode-scanner #interactive.viewport>video{max-width:100%;width:100%;max-height:100%;position:absolute}.datex-mobile .ddsTEMP .barcode-scanner #interactive.viewport>canvas{top:unset!important;left:unset!important}.datex-mobile .ddsTEMP .datex-checkbox .mat-checkbox-layout,.datex-mobile .ddsTEMP .datex-checkbox .mat-mdc-checkbox-layout{min-height:40px;align-items:center}.datex-mobile .ddsTEMP .execute{display:inline-block;position:relative;z-index:1;padding:10px;margin:-10px;max-width:calc(100% + 20px)}.datex-mobile .ddsTEMP .datex-form-field.external-command{display:flex;min-height:40px}.datex-mobile .ddsTEMP .external-command .execute{display:flex;flex:1;align-items:center}.datex-mobile .ddsTEMP .datex-form-field .label-container .datex-label.execute{display:block;color:var(--main-color)}.datex-mobile .ddsTEMP a.execute:after,.datex-mobile .ddsTEMP .menu-execute-command button span.menu-label:before{content:"\f24a";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;line-height:100%;color:var(--main-color)}.datex-mobile .ddsTEMP a.execute:after{margin-left:3px}.datex-mobile .ddsTEMP .menu-execute-command button span.menu-label:before{margin-right:3px}.datex-mobile .ddsTEMP .datex-form-button{display:flex;align-items:flex-end}.datex-mobile .ddsTEMP .survey .datex-form-field .datex-label{white-space:normal}.datex-mobile .ddsTEMP .survey .datex-form-field .datex-label p{margin-bottom:0}.datex-mobile .ddsTEMP .survey .datex-form-field{align-self:flex-end}.datex-mobile .ddsTEMP .mobile-message-modal.error-message h1,.datex-mobile .ddsTEMP .mobile-message-modal.error-message h1.modal-title{color:var(--color-important)}.datex-mobile .ddsTEMP .mobile-message-modal .modal-container .modal-content{margin-bottom:0}.datex-mobile .ddsTEMP .mobile-message-modal.error-message button.datex-button.ddserror{background-color:var(--color-important);color:#fff;border:none}.datex-mobile .ddsTEMP .transient-message,.datex-mobile .ddsTEMP .main-message,.datex-mobile .ddsTEMP .instruction-message,.datex-mobile .ddsTEMP .scan-fail-message,.datex-mobile .ddsTEMP .scan-success-message{text-align:center}.datex-mobile .ddsTEMP .transient-message .datex-text{color:var(--mwclr-link-inverse)}.datex-mobile .ddsTEMP .main-message .datex-text{color:var(--main-color);font-size:2rem;white-space:normal}.datex-mobile .ddsTEMP .instruction-message .datex-text{font-size:1.5rem}.datex-mobile .ddsTEMP .scan-fail-message .icon,.datex-mobile .ddsTEMP .scan-success-message .icon{margin:.5rem;font-size:5rem}.datex-mobile .ddsTEMP .scan-fail-message .datex-text,.datex-mobile .ddsTEMP .scan-success-message .datex-text{font-size:1.25rem;white-space:normal}.datex-mobile .ddsTEMP .scan-fail-message,.datex-mobile .ddsTEMP .scan-fail-message .datex-text{color:#be1814}.datex-mobile .ddsTEMP .scan-success-message,.datex-mobile .ddsTEMP .scan-success-message .datex-text,.datex-mobile .ddsTEMP .success{color:#48a429}.datex-mobile .ddsTEMP .datex-selectcontainer .select-input .success{margin-right:5px}.datex-mobile .ddsTEMP .mobile-screen.image-capture .mobile-workspace{overflow:hidden;display:grid;grid-row-gap:1rem;height:100%;grid-template-rows:1fr}.datex-mobile .ddsTEMP .mobile-screen.image-capture ack-webcam{display:contents}.datex-mobile .ddsTEMP .image-capture-tools{display:grid;grid-template-columns:52px 52px 1fr 52px 52px 52px;grid-template-rows:48px 1fr 48px;grid-gap:10px;align-items:flex-end}.datex-mobile .ddsTEMP .imagecapture-display{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:3;z-index:0}.datex-mobile .ddsTEMP .capttool-thumbs{grid-column-start:1;grid-column-end:5;grid-row-start:3;grid-row-end:4;z-index:0;box-sizing:border-box;display:flex;flex-direction:row;place-content:stretch flex-start;align-items:stretch;max-height:100%;width:100%;overflow-x:auto}.datex-mobile .ddsTEMP .capttool-thumbs.switch-active{grid-column-end:4}.datex-mobile .ddsTEMP img.thumbnail,.datex-mobile .ddsTEMP img.thumbnail-first,.datex-mobile .ddsTEMP div.thumbnail-placeholder{height:48px;width:auto;z-index:90000}.datex-mobile .ddsTEMP img.thumbnail,.datex-mobile .ddsTEMP div.thumbnail-placeholder{margin-left:5px}.datex-mobile .ddsTEMP img.selected{border:3px solid var(--color-important)}.datex-mobile .ddsTEMP img.currentCapture{display:block;margin:auto}.datex-mobile .ddsTEMP .image-capture-tools .capttool .datex-button{background-color:#000000b3;color:#fff}.datex-mobile .ddsTEMP .capttool.rotleft{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}.datex-mobile .ddsTEMP .capttool.rotright{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:2}.datex-mobile .ddsTEMP .capttool.imgdel{grid-column-start:6;grid-column-end:7;grid-row-start:1;grid-row-end:2}.datex-mobile .ddsTEMP .capttool.camswitch{grid-column-start:4;grid-column-end:5;grid-row-start:3;grid-row-end:4}.datex-mobile .ddsTEMP .capttool.imgupload{grid-column-start:5;grid-column-end:6;grid-row-start:3;grid-row-end:4}.datex-mobile .ddsTEMP .capttool.camera,.datex-mobile .ddsTEMP .capttool.capture{grid-column-start:6;grid-column-end:7;grid-row-start:3;grid-row-end:4}.datex-mobile .ddsTEMP .mobile-screen-tabs,.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-tab-body-wrapper,.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-mdc-tab-body-wrapper,.datex-mobile .ddsTEMP .mobile-screen-tabs .mobile-grid-container,.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-tab-body.mat-tab-body-active,.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-mdc-tab-body.mat-mdc-tab-body-active{display:contents}.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-tab-group,.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-mdc-tab-group{height:100%;overflow:hidden}.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-tab-body,.datex-mobile .ddsTEMP .mobile-screen-tabs .mat-mdc-tab-body{display:none}.datex-mobile .ddsTEMP .location-tree .mat-tree-node button,.datex-mobile .ddsTEMP .location-tree .mat-mdc-tree-node button{color:var(--foreground-3)}.datex-mobile .ddsTEMP .location-tree .mat-tree-node,.datex-mobile .ddsTEMP .location-tree .mat-mdc-tree-node{min-height:40px;font-size:1rem}.datex-mobile .ddsTEMP .location-tree-invisible{display:none}.datex-mobile .ddsTEMP .location-tree ul,.datex-mobile .ddsTEMP .location-tree li{margin-top:0;margin-bottom:0;list-style-type:none}.datex-mobile .ddsTEMP .location-tree .mat-nested-tree-node div[role=group],.datex-mobile .ddsTEMP .location-tree .mat-mdc-nested-tree-node div[role=group]{padding-left:30px}.datex-mobile .ddsTEMP .location-tree div[role=group]>.mat-tree-node,.datex-mobile .ddsTEMP .location-tree div[role=group]>.mat-mdc-tree-node{padding-left:30px}.datex-mobile .ddsTEMP .location-tree .mat-tree-node button,.datex-mobile .ddsTEMP .location-tree .mat-mdc-tree-node button{align-items:flex-start}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button.positive-bg button.datex-button .button-icon{color:var(--color-new)}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button.positive-bg button.datex-button .mat-button-focus-overlay,.datex-mobile .ddsTEMP .datex-scancontainer .scan-button.positive-bg button.datex-button .mat-mdc-button-focus-overlay{background:var(--color-new)}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button.negative-bg button.datex-button .button-icon{color:var(--color-important)}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button.negative-bg button.datex-button .mat-button-focus-overlay,.datex-mobile .ddsTEMP .datex-scancontainer .scan-button.negative-bg button.datex-button .mat-mdc-button-focus-overlay{background:var(--color-important)}.datex-mobile .ddsTEMP button.datex-button .mat-button-focus-overlay,.datex-mobile .ddsTEMP button.datex-button .mat-mdc-button-focus-overlay{background:#fff}.datex-mobile .ddsTEMP .datex-button:focus{outline:1px solid #FFFFFF;outline-offset:-3px}.datex-mobile .ddsTEMP .ag-cell:focus{outline:1px dashed var(--foreground-2);outline-offset:-5px}.datex-mobile .ddsTEMP .ag-header-cell:focus{border-bottom:2px solid #FFFFFF}.datex-mobile .ddsTEMP .datex-checkbox.cdk-keyboard-focused,.datex-mobile .ddsTEMP .datex-form-field.external-command .execute:focus{outline:1px dashed var(--foreground-3);outline-offset:5px}.datex-mobile .ddsTEMP .theme-bkg button.datex-button:focus{outline:1px solid #FFFFFF;outline-offset:-6px}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button.mat-button:focus,.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button.mat-mdc-button:focus,.datex-mobile .ddsTEMP .datex-form-field.inline-info .info-button .datex-button:focus{outline:1px dashed var(--main-color);outline-offset:-6px}.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.datex-mobile .ddsTEMP .mobile-screen .tab-container .mat-mdc-tab-label.cdk-keyboard-focused:not(.mat-mdc-tab-disabled),.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.datex-mobile .ddsTEMP .mobile-modal .tab-container .mat-mdc-tab-label.cdk-keyboard-focused:not(.mat-mdc-tab-disabled){background-color:var(--light-color)}.datex-mobile .ddsTEMP button.datex-button:not(.mat-button-disabled):active,.datex-mobile .ddsTEMP button.datex-button:not(.mat-mdc-button-disabled):active{background-color:var(--dark-color)}.datex-mobile .ddsTEMP button.datex-button.secondary:not(.mat-button-disabled):active,.datex-mobile .ddsTEMP button.datex-button.secondary:not(.mat-mdc-button-disabled):active{background-color:var(--foreground-2)}.datex-mobile .ddsTEMP button.datex-button.tertiary:not(.mat-button-disabled):active,.datex-mobile .ddsTEMP button.datex-button.tertiary:not(.mat-mdc-button-disabled):active{background-color:var(--light-color)}.datex-mobile .ddsTEMP button.datex-button.destructive:not(.mat-button-disabled):active,.datex-mobile .ddsTEMP button.datex-button.destructive:not(.mat-mdc-button-disabled):active{background-color:var(--color-important)}.datex-mobile .ddsTEMP button.datex-button.creation:not(.mat-button-disabled):active,.datex-mobile .ddsTEMP button.datex-button.creation:not(.mat-mdc-button-disabled):active{background-color:var(--color-new)}.datex-mobile .ddsTEMP .datex-form-field.inline-info .info-button .datex-button:active{background:transparent;color:var(--dark-color)}.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button.mat-button:active,.datex-mobile .ddsTEMP .datex-scancontainer .scan-button button.datex-button.mat-mdc-button:active{background-color:transparent}.datex-mobile .ddsTEMP .field-container.field-container-disabled .datex-label,.datex-mobile .ddsTEMP .datex-form-field.field-container-disabled .datex-label{color:var(--foreground-3)}.datex-mobile .ddsTEMP .field-container.field-container-disabled .datex-selectcontainer .select-button:hover,.datex-mobile .ddsTEMP .datex-form-field.field-container-disabled .datex-selectcontainer .select-button:hover{background-color:unset}.datex-mobile .ddsTEMP .field-container.field-container-disabled .datex-scancontainer .scan-button button.datex-button.mat-button:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .field-container.field-container-disabled .datex-scancontainer .scan-button button.datex-button.mat-mdc-button:hover .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .datex-form-field.field-container-disabled .datex-scancontainer .scan-button button.datex-button.mat-button:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .datex-form-field.field-container-disabled .datex-scancontainer .scan-button button.datex-button.mat-mdc-button:hover .mat-mdc-button-focus-overlay{opacity:0}.datex-mobile .ddsTEMP .mobile-form .mat-button.datex-button.mat-button-disabled,.datex-mobile .ddsTEMP .mobile-form .mat-mdc-button.datex-button.mat-mdc-button-disabled,.datex-mobile .ddsTEMP .mobile-modal .mat-button.datex-button.mat-button-disabled,.datex-mobile .ddsTEMP .mobile-modal .mat-mdc-button.datex-button.mat-mdc-button-disabled,.datex-mobile .ddsTEMP .mobile-message-modal .mat-button.datex-button.mat-button-disabled,.datex-mobile .ddsTEMP .mobile-message-modal .mat-mdc-button.datex-button.mat-mdc-button-disabled{cursor:default;border:none;outline:none}.datex-mobile .ddsTEMP .mobile-form .mat-button.datex-button.mat-button-disabled:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-form .mat-button.datex-button.mat-button-disabled:hover .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-form .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-form .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-modal .mat-button.datex-button.mat-button-disabled:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-modal .mat-button.datex-button.mat-button-disabled:hover .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-modal .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-modal .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-message-modal .mat-button.datex-button.mat-button-disabled:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-message-modal .mat-button.datex-button.mat-button-disabled:hover .mat-mdc-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-message-modal .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-button-focus-overlay,.datex-mobile .ddsTEMP .mobile-message-modal .mat-mdc-button.datex-button.mat-mdc-button-disabled:hover .mat-mdc-button-focus-overlay{opacity:0}.datex-mobile .ddsTEMP .newLP .datex-label{color:var(--color-new)}.datex-mobile .ddsTEMP .newLP .datex-label:before{content:"\eca1";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;line-height:100%;margin-right:5px;font-size:.75rem}.datex-mobile .ddsTEMP .cell-warn{color:var(--color-attention)}.datex-mobile .ddsTEMP .cell-warn:before{content:"\e7ba";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;line-height:100%;position:relative;top:2px;margin-right:5px}.datex-mobile .ddsTEMP .cell-success{color:#48a429}.datex-mobile .ddsTEMP .cell-success:before{content:"\e73e";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;line-height:100%;position:relative;top:2px;margin-right:5px}.datex-mobile .ddsTEMP .cell-error{color:var(--color-important)}.datex-mobile .ddsTEMP .cell-error:before{content:"\e783";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;line-height:100%;position:relative;top:2px;margin-right:5px}.datex-mobile .ddsTEMP .task-type-manual-allocation{background-color:var(--mwclr-grid-bkg-manual)}.datex-mobile .ddsTEMP .task-type-manual-allocation.ag-row-odd{background-color:var(--mwclr-grid-bkg-manual-odd)}.datex-mobile .ddsTEMP .task-type-manual-allocation.ag-row-selected{background-color:var(--mwclr-grid-bkg-manual-selected)}.datex-mobile .ddsTEMP .task-type-manual-allocation.ag-row-odd.ag-row-selected{background-color:var(--mwclr-grid-bkg-manual-odd-selected)}.datex-mobile .ddsTEMP mobileweb-manual-allocation-icon-renderer .manual-allocation{content:"\e7ba";-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;font-size:1.75rem;margin-right:5px}.datex-mobile .ddsTEMP mobileweb-manual-allocation-renderer .manual-allocation{font-style:italic}.datex-mobile .ddsTEMP .sign-box{width:100%!important;height:182px;border:dashed 3px var(--background-2);padding:8px 17px;color:var(--foreground-3);text-align:center;font-size:20px!important}.datex-mobile .ddsTEMP .picture-box{display:flex;flex-direction:column;width:100%!important;height:160px;border:dashed 3px var(--background-2);padding:8px 17px;color:var(--foreground-3);text-align:center;font-size:20px!important}.datex-mobile .ddsTEMP .picture-box i{font-size:3rem;margin-top:auto;margin-bottom:auto}.datex-mobile .ddsTEMP .picture-captured-box{width:100%!important;height:auto;border:solid 3px var(--foreground-3)}.datex-mobile .ddsTEMP .sign-box span{position:relative;top:calc(50% - 14px)}.datex-mobile .ddsTEMP .sign-text,.datex-mobile .ddsTEMP .picture-text{width:100%;color:var(--foreground-3);font-size:20px;text-align:center;font-weight:500}.datex-mobile .ddsTEMP .datex-form-field .signature-container,.datex-mobile .ddsTEMP .datex-form-field .picture-container,.datex-mobile .ddsTEMP .datex-form-field .signature-container .m-signature-pad,.datex-mobile .ddsTEMP .datex-form-field .signature-container .m-signature-pad .m-signature-pad--body{width:100%!important}.datex-mobile .ddsTEMP .datex-form-field .signature-container,.datex-mobile .ddsTEMP .datex-form-field .m-signature-pad{height:238px!important}.datex-mobile .ddsTEMP .datex-form-field .m-signature-pad .m-signature-pad--body{height:180px!important;padding:10px 19px}.datex-mobile .ddsTEMP .datex-form-field .m-signature-pad .m-signature-pad--footer{left:8px;right:8px;bottom:8px;height:48px}.datex-mobile .ddsTEMP .datex-form-field .m-signature-pad .m-signature-pad--footer .description{margin-top:9px!important;font-size:20px!important}.datex-mobile .ddsTEMP .m-signature-pad--footer .button{height:48px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 18px;line-height:38px;flex-shrink:0;font-size:1rem;font-weight:600;cursor:pointer}.datex-mobile .ddsTEMP .m-signature-pad--footer .button.clear{background-color:var(--foreground-3);color:var(--foreground)}.datex-mobile .ddsTEMP .m-signature-pad--footer .button.save{background-color:var(--control-solid-foreground);color:#fff}.datex-mobile .ddsTEMP .mobile-screen.next-steps{grid-template-rows:43px 1fr auto 70px;grid-template-areas:"header" "workspace" "nextloc" "tools"}.datex-mobile .ddsTEMP .mobile-screen.next-steps .next-steps-info{grid-area:nextloc;padding:10px 20px;display:flex;justify-content:flex-end;background:var(--background)}.datex-mobile .ddsTEMP .mobile-screen.next-steps .next-steps-info .datex-form-field.inline-info .datex-label,.datex-mobile .ddsTEMP .mobile-screen.next-steps .next-steps-info .datex-form-field.inline-info .datex-text{font-size:1rem;line-height:1.25;display:unset}.datex-mobile .ddsTEMP .datex-card-mobile{display:flex;align-items:flex-start}.datex-mobile .ddsTEMP .datex-card-mobile .card-info{flex:1 1 70%;min-width:0}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-title .label-container{display:inline}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-title .datex-label{line-height:1;white-space:unset}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-title .info-button .datex-button{display:inline-block;position:relative;z-index:1;padding:15px;background:transparent;color:var(--main-color);height:unset;margin:-15px -15px -15px -10px}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-title .info-button .datex-button:focus{outline:1px dashed var(--main-color);outline-offset:-6px}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-title .info-button .datex-button:active{background:transparent;color:var(--dark-color)}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-header .datex-form-field.card-description{overflow:hidden}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details{display:grid;grid-template-columns:1fr;align-content:start;margin-top:5px}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details mobileweb-value-display{min-width:0;display:flex;align-items:center}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field{min-width:0;display:flex;flex-direction:row;align-content:flex-start}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field,.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field .datex-label,.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field .datex-text{font-size:.875rem;line-height:1.25}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field .datex-label{color:var(--foreground-1)}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field .datex-text{color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .datex-card-mobile .card-info .card-details .datex-form-field .label-container{display:inline;margin-bottom:0;align-items:flex-start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.datex-mobile .ddsTEMP .datex-card-mobile .card-image{margin-left:.5rem;min-width:84px;max-width:30%;height:auto;flex:0 1 200px}.datex-mobile .ddsTEMP .datex-card-mobile .card-image img{width:100%;height:100%;border-radius:4px}.datex-mobile .ddsTEMP .inquiry-image{margin:0 auto 15px;width:80vw;height:auto;max-width:500px;border-radius:4px}.datex-mobile .ddsTEMP .image-grid .ag-cell{height:84px;padding:32px 0 22px 12px}.datex-mobile .ddsTEMP .image-grid .image-cell{padding:10px 0 10px 12px}.datex-mobile .ddsTEMP .image-grid .image-cell img{border-radius:4px}.datex-mobile .ddsTEMP mobileweb-calendar-week .week-selector,.datex-mobile .ddsTEMP .calendar-display .week-selector{min-width:0}.datex-mobile .ddsTEMP mobileweb-calendar-week .week-selector .date-input .date-input,.datex-mobile .ddsTEMP .calendar-display .week-selector .date-input .date-input{padding-left:0}.datex-mobile .ddsTEMP mobileweb-calendar-week mat-tab-group,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-body-content,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-body-content,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-calendar-day,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card,.datex-mobile .ddsTEMP .calendar-display mat-tab-group,.datex-mobile .ddsTEMP .calendar-display .mat-tab-body-content,.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-body-content,.datex-mobile .ddsTEMP .calendar-display mobileweb-calendar-day,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card{display:contents}.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-body-content[style*="visibility: hidden"],.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-body-content[style*="visibility: hidden"],.datex-mobile .ddsTEMP .calendar-display .mat-tab-body-content[style*="visibility: hidden"],.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-body-content[style*="visibility: hidden"]{display:none}.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-header,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-header,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-label-container,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-label-container,.datex-mobile .ddsTEMP .calendar-display .mat-tab-header,.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-header,.datex-mobile .ddsTEMP .calendar-display .mat-tab-label-container,.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-label-container{overflow:visible}.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-header,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-header,.datex-mobile .ddsTEMP .calendar-display .mat-tab-header,.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-header{grid-column-start:-1;grid-column-end:1}.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-labels,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-labels,.datex-mobile .ddsTEMP .calendar-display .mat-tab-labels,.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-labels{justify-content:space-between}@media only screen and (min-width: 450px){.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-tab-labels,.datex-mobile .ddsTEMP mobileweb-calendar-week .mat-mdc-tab-labels,.datex-mobile .ddsTEMP .calendar-display .mat-tab-labels,.datex-mobile .ddsTEMP .calendar-display .mat-mdc-tab-labels{justify-content:space-around}}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label{margin:0;overflow:visible}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content{display:flex;flex-direction:column}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .tab-label-container,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .tab-label-container{display:contents}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .label{font-size:14px}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .sublabel{width:30px;height:30px;font-size:17px;font-weight:400;line-height:32px}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .tab-label-container.has-appts .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .label{opacity:1}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-tab-label-content .tab-label-container.has-appts .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label .mat-mdc-tab-label-content .tab-label-container.has-appts .sublabel{opacity:1;font-weight:600;color:var(--foreground)}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active{border-bottom:none}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .label,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .label{margin-bottom:2px}.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP mobileweb-calendar-week .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-tab-label-content .tab-label-container .sublabel,.datex-mobile .ddsTEMP .calendar-display .mobile-screen-tabs .tab-container .mat-mdc-tab-label.mat-mdc-tab-label-active .mat-mdc-tab-label-content .tab-label-container .sublabel{background-color:var(--control-solid-foreground);border-radius:30px;color:#fff;line-height:28px}.datex-mobile .ddsTEMP mobileweb-calendar-week .appointment-results .datex-text,.datex-mobile .ddsTEMP .calendar-display .appointment-results .datex-text{font-size:14px;color:var(--foreground-2)}.datex-mobile .ddsTEMP mobileweb-calendar-week .appointment-results .datex-text:before,.datex-mobile .ddsTEMP .calendar-display .appointment-results .datex-text:before{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:FabricMDL2Icons;font-size:.875rem;position:relative;cursor:default;content:"\f4af";margin-right:5px}.datex-mobile .ddsTEMP mobileweb-calendar-week .appointment-results-box,.datex-mobile .ddsTEMP .calendar-display .appointment-results-box{position:sticky;top:-20px;background:var(--background);z-index:5000;padding-bottom:10px;padding-top:8px}.datex-mobile .ddsTEMP mobileweb-calendar-week .appointments-list,.datex-mobile .ddsTEMP .calendar-display .appointments-list{grid-column-start:-1;grid-column-end:1;padding:.5rem 0;border-top:1px var(--foreground-3) solid}.datex-mobile .ddsTEMP mobileweb-calendar-week .appointments-list .card-list,.datex-mobile .ddsTEMP .calendar-display .appointments-list .card-list{display:grid;grid-template-columns:1fr}@media only screen and (min-width: 680px){.datex-mobile .ddsTEMP mobileweb-calendar-week .appointments-list .card-list,.datex-mobile .ddsTEMP .calendar-display .appointments-list .card-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .card-title .icon,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .card-title .icon{font-size:1rem}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .card-title .icon[class*=icon-ic_fluent_],.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .card-title .icon[class*=icon-ic_fluent_]{font-size:1.125rem}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup.double,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup.double{grid-template-columns:auto 1fr}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup.double>*+*,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup.double>*+*{margin-left:10px;padding-left:10px;border-left:1px var(--foreground-2) solid}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup.triple,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup.triple{grid-template-columns:repeat(3,minmax(0,1fr))}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .label-container,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .label-container,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .label-container,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .label-container{font-size:.625rem}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label{font-size:.625rem;color:var(--foreground-2)}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled:before{display:inline-block;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-rendering:auto;vertical-align:-.1em;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:FabricMDL2Icons;font-size:.875rem;position:relative;cursor:default;margin-right:5px}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created{color:#707070}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created:before{content:"\ec92"}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-a,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-a,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-a,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-a{color:#d24d2a}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b{color:#eb8225}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b:before{content:"\e930"}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c{color:#fabf14}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c:before{content:"\e930"}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-d,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-d,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-d,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-d{color:#9eb13a}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete{color:#48a429}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete:before{content:"\ec61"}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled{color:#be1814}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled:before,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled:before,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled:before{content:"\e733"}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.planned,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.inactive,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.planned,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.inactive,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.planned,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.inactive,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.planned,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.inactive{color:#707070;font-style:italic}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-a,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-d,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-a,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-d,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-created,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-a,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-b,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-c,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-d,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-complete,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-label.status-canceled,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-created,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-a,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-b,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-c,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-d,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-complete,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-label.status-canceled{font-size:.75rem;font-weight:700}.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-text,.datex-mobile .ddsTEMP mobileweb-calendar-week mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-text,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .field-container .datex-text,.datex-mobile .ddsTEMP .calendar-display mobileweb-dock-appointment-card .card.datex-card .fieldsetsContainer .fieldsetsGroup .datex-form-field .datex-text{font-size:.75rem}.datex-mobile .mat-menu-panel.options-menu .mat-menu-content .mat-menu-item,.datex-mobile .mat-mdc-menu-panel.options-menu .mat-mdc-menu-content .mat-mdc-menu-item{font-size:1rem;height:48px;line-height:48px}.datex-mobile .button-icon{position:relative}.datex-mobile .keyboard-action{background-color:var(--mwclr-link-inverse);line-height:18px;color:var(--mwclr-link-inverse-label);border-radius:3px;padding:1px 3px;margin-left:5px;font-size:10px}.datex-mobile .keyboard-button-action{background-color:var(--wht-ovrly-color-solid);line-height:18px;color:#fff;border-radius:3px;padding:0 3px;margin-left:3px;font-size:10px}.datex-mobile .simple-icon-button i.icon{position:relative;left:-2px;top:-2px}.datex-mobile .simple-icon-button .keyboard-button-action{position:absolute;width:17px;height:15px;line-height:15px;text-align:center;color:#fff;top:12px;left:11px;border-radius:3px;z-index:10;margin-left:0}.datex-mobile .mat-menu-item.with-hotkey,.datex-mobile .mat-mdc-menu-item.with-hotkey{padding-right:54px}.datex-mobile .mat-menu-item.with-hotkey .keyboard-action,.datex-mobile .mat-mdc-menu-item.with-hotkey .keyboard-action{position:absolute;top:15px;right:16px}.datex-mobile .theme-bkg .keyboard-action,.datex-mobile .primary .keyboard-action{background-color:#fff;color:var(--control-solid-foreground)}.datex-mobile .secondary .keyboard-action{background:var(--foreground-3);color:var(--foreground)}.datex-mobile .ddserror .keyboard-action{background-color:#fff;color:var(--color-important)}.datex-mobile .keyboard-action:empty,.datex-mobile .keyboard-button-action:empty{display:none}.datex-mobile .mobile-screen .mobile-tools.section-tools{column-gap:10px}.datex-mobile .mobile-screen .mobile-tools.section-tools .tool button.datex-button{padding:4px}.datex-mobile .mobile-screen .mobile-tools.section-tools .tool button.datex-button.with-hotkey .button-text{position:relative;overflow:unset;text-overflow:unset;white-space:unset}.datex-mobile .mobile-screen .mobile-tools.section-tools .tool button.datex-button.with-hotkey .button-text .action-name{overflow:hidden;text-overflow:ellipsis;white-space:break-spaces;width:100%;padding-right:24px;display:block;line-height:12px;padding-bottom:3px}.datex-mobile .mobile-screen .mobile-tools.section-tools .tool button.datex-button.with-hotkey .button-text .keyboard-button-action{position:absolute;right:0;bottom:-1px;font-size:10px}.datex-mobile .mobile-screen-modal mat-dialog-container.mat-dialog-container,.datex-mobile .mobile-screen-modal mat-dialog-container.mat-mdc-dialog-container{color:var(--foreground)}.datex-mobile .sub-icon-detail{display:inline-block;position:relative;top:9px;left:-8px;margin-right:-8px;padding-left:2px;border-radius:7px;width:18px;height:16px}.datex-mobile .sub-icon-detail i{position:relative;top:-4px;margin:0 0 0 -4px}@media only screen and (max-width: 680px){.datex-mobile.device-orientation-portrait .ddsTEMP .double-columns{grid-column:span 1}}@media only screen and (max-width: 680px){.datex-mobile.device-orientation-portrait .ddsTEMP .mobile-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:1fr}}@media screen and (max-width: 960px){.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen:not(.menu):not(.login){grid-template-rows:43px 1fr;grid-template-columns:68px 1fr;grid-template-areas:"tools header-workspace" "tools header-workspace"}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .header-workspace{display:block;grid-area:header-workspace;overflow-y:auto}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen:not(.login) .mobile-tools{grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"tool-left" "tool-middle" "tool-right";row-gap:20px;column-gap:0;padding:0}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools.main-screen{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr;grid-template-areas:"tool-left tool-left tool-right";padding:0 16px;background-color:var(--app-shell-background);color:var(--app-shell-foreground)}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .tool-left{grid-area:tool-left;margin-right:auto;z-index:10}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .tool-middle{grid-area:tool-middle;margin:auto}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .tool-right{grid-area:tool-right;margin-left:auto}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button{padding:0}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button .button-label .icon{font-size:2rem}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools.section-tools button.datex-button .button-label .icon[class*=icon-ic_fluent_]{font-size:2.25rem}}@media screen and (max-width: 960px){.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen:not(.menu):not(.login){grid-template-rows:20px 1fr 1fr 1fr 1fr minmax(70px,1fr);grid-template-columns:68px 1fr 120px;grid-template-areas:"tool-middle header header" "tool-middle workspace workspace" "tool-filler workspace workspace" "tool-filler workspace workspace" "tool-filler workspace workspace" "tool-left workspace workspace"}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-modal{grid-template-rows:20px 1fr 70px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .header-workspace{display:contents}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-workspace{padding-bottom:100px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools.section-tools{display:contents}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .feature-header,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-modal .feature-header{font-size:12px;padding:0 10px}.datex-mobile.device-orientation-landscape .ddsTEMP .feature-header .max-records,.datex-mobile.device-orientation-landscape .ddsTEMP .feature-header .tasks{font-size:12px;margin-left:6px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .tool-right.next{grid-column-start:3;grid-column-end:4;grid-row-start:6;grid-row-end:7;position:relative;padding:0}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .tool-right.next button.datex-button{position:absolute;bottom:0;max-height:100px;z-index:99999;padding:0 14px;border-radius:4px 0 0;box-shadow:2px 2px 6px 2px #00000040}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-tools:before{content:"";background-color:var(--app-shell-background);grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:7;z-index:0}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .footer .fieldsetsContainer .fieldsetsGroup>*:last-child{padding-right:120px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.login .header{flex-direction:row;align-items:center;margin:0 auto 1.5625rem;justify-content:center}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.login .header img{margin:unset}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.login .header .header-text{text-align:left;margin-left:15px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.next-steps:not(.menu):not(.login){grid-template-areas:"tool-middle header header" "tool-middle workspace workspace" "tool-filler workspace workspace" "tool-filler workspace workspace" "tool-filler workspace workspace" "tool-left nextloc workspace"}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.next-steps .next-steps-info{grid-column-start:2;grid-column-end:3;grid-row-start:6;grid-row-end:7;position:relative}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.next-steps .tool-right.next{background:#fff}}@media screen and (min-width: 960px){.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-grids{flex-direction:row}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-grids>div+div{margin-left:2rem}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-grids .mobile-grid-container{flex-grow:1;flex-basis:0}.datex-mobile.device-orientation-landscape .ddsTEMP .filters .mobile-grids .mobile-grid-container:not(:last-child){margin-bottom:0}.datex-mobile.device-orientation-landscape .ddsTEMP .filters .mobile-grids .mobile-grid-container:not(:first-child){margin-top:0}}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen .mobile-workspace,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-modal .mobile-workspace{grid-row-gap:5px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.single-grid .mobile-workspace,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.single-grid-footer .mobile-workspace,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.single-grid-no-filters .mobile-workspace,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.single-grid-no-filters-footer .mobile-workspace{padding-bottom:20px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.double-grid .mobile-workspace,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-modal.double-grid .mobile-workspace{grid-template-rows:auto 1fr;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mobile-form-filters mobile-form-filters" "mobile-grid-first mobile-grid-second";grid-column-gap:2rem;padding-bottom:20px}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.double-grid-footer .mobile-workspace,.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-modal.double-grid-footer .mobile-workspace{grid-template-rows:auto 1fr auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mobile-form-filters mobile-form-filters" "mobile-grid-first mobile-grid-second" "mobile-form-footer mobile-form-footer";grid-column-gap:2rem;padding-bottom:20px}.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid .mobile-form.filters,.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid-footer .mobile-form.filters{grid-area:mobile-form-filters}.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid .mobile-grid-container.first,.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid-footer .mobile-grid-container.first{grid-area:mobile-grid-first}.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid .mobile-grid-container.second,.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid-footer .mobile-grid-container.second{grid-area:mobile-grid-second}.datex-mobile.device-orientation-landscape .ddsTEMP .double-grid-footer .mobile-form.footer{grid-area:mobile-form-footer}.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.barcode-scanner .mobile-workspace{grid-template-rows:1fr;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mobile-scanner-settings mobile-scanner-display";grid-column-gap:2rem;padding-bottom:20px}.datex-mobile.device-orientation-landscape .ddsTEMP .barcode-scanner .mobile-form.settings{grid-area:mobile-scanner-settings}.datex-mobile.device-orientation-landscape .ddsTEMP .barcode-scanner .scanner-display{grid-area:mobile-scanner-display}@media only screen and (max-width: 1200px){.datex-mobile.device-orientation-landscape .ddsTEMP .barcode-scanner .mobile-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 960px){.datex-mobile.device-orientation-landscape .ddsTEMP .barcode-scanner .mobile-form .fieldsetsContainer .fieldsetsGroup{grid-template-columns:1fr}}@media screen and (max-width: 960px){.datex-mobile.device-orientation-landscape .ddsTEMP .mobile-screen.image-capture .mobile-workspace{padding-bottom:20px}.datex-mobile.device-orientation-landscape .ddsTEMP .image-capture-tools{grid-template-columns:52px 52px 1fr 52px 52px 52px 48px 52px}.datex-mobile.device-orientation-landscape .ddsTEMP .imagecapture-display{grid-column-start:1;grid-column-end:4;grid-row-start:2;grid-row-end:7}.datex-mobile.device-orientation-landscape .ddsTEMP .capttool.imgdel{grid-column-start:8;grid-column-end:9;grid-row-start:1;grid-row-end:2}}.datex-mobile.device-orientation-landscape .ddsTEMP .inquiry-image{width:66vh}
/*# sourceMappingURL=styles-IWD4YIMG.css.map */
