@momentum-ui/web-components 2.6.5 → 2.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[5],{34:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var s=i(1),n=i(0),o=i(16),c=i(33),a=function(e,t,i,s){var n,o=arguments.length,c=o<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,i,s);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(c=(o<3?n(c):o>3?n(t,i,c):n(t,i))||c);return o>3&&c&&Object.defineProperty(t,i,c),c},l=function(e,t,i,s){return new(i||(i=Promise))((function(n,o){function c(e){try{l(s.next(e))}catch(e){o(e)}}function a(e){try{l(s.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(c,a)}l((s=s.apply(e,t||[])).next())}))};n.LitElement;const r=e=>{if(Object(o.b)(r,e))return e;class t extends(Object(c.a)(e)){constructor(){super(...arguments),this.focusableElements=[],this.initialFocusComplete=!1,this.activeFocusTrap=!1,this.preventClickOutside=!1,this.focusTrapIndex=-1,this.preventScroll=!1,this.handleOutsideTrapClick=e=>{let t=!1;const i=e.composedPath();i.length&&(t=!!i.find(e=>e===this),t||this.preventClickOutside||!this.activeFocusTrap?t&&this.activeFocusTrap&&this.initialFocusComplete&&this.handleClickInsideTrap(e):this.deactivateFocusTrap())}}updated(e){if(super.updated(e),e.has("focusTrapIndex")){const t=e.get("focusTrapIndex"),i=this.focusableElements[t];i&&(i.blur(),i.toggleAttribute("focus-visible",!1));const s=this.focusableElements[this.focusTrapIndex];s&&this.tryFocus(s)}}tryFocus(e){requestAnimationFrame(()=>l(this,void 0,void 0,(function*(){this.isElementFocused(e)&&e.focus({preventScroll:this.preventScroll}),void 0!==e.updateComplete&&(yield e.updateComplete),document.hasFocus()&&this.isElementFocused(e)&&e.focus({preventScroll:this.preventScroll}),this.initialFocusComplete||(this.initialFocusComplete=!0)})))}domRectCollection(e){return 0===e.getClientRects().length}viewportPosition(e){const{width:t,height:i}=e.getBoundingClientRect(),{offsetWidth:s,offsetHeight:n}=e;return s+n+i+t===0}isNotVisible(e){return"SLOT"!==e.tagName&&(this.viewportPosition(e)||this.domRectCollection(e))}isHidden(e){return e.hasAttribute("hidden")||e.hasAttribute("aria-hidden")&&"true"===e.getAttribute("aria-hidden")||"none"===e.style.display||"0"===e.style.opacity||"hidden"===e.style.visibility||"collapse"===e.style.visibility||this.isNotVisible(e)}isDisabled(e){return e.hasAttribute("disabled")||"true"===e.getAttribute("aria-disabled")}isNotTabbable(e){return"-1"===e.getAttribute("tabindex")}isInteractiveElement(e){return e instanceof HTMLButtonElement||e instanceof HTMLDetailsElement||e instanceof HTMLEmbedElement||e instanceof HTMLIFrameElement||e instanceof HTMLSelectElement||e instanceof HTMLTextAreaElement||(!!(e instanceof HTMLAnchorElement&&e.hasAttribute("href"))||(e instanceof HTMLInputElement&&"hidden"!==e.type||(!(!(e instanceof HTMLAudioElement||e instanceof HTMLVideoElement)||!e.hasAttribute("controls"))||(!(!(e instanceof HTMLImageElement||e instanceof HTMLObjectElement)||!e.hasAttribute("usemap"))||!!(e.hasAttribute("tabindex")&&e.tabIndex>-1)))))}isFocusable(e){return!(this.isDisabled(e)||this.isHidden(e)||this.isNotTabbable(e))&&!!this.isInteractiveElement(e)}shouldSkipFocus(e){if(e.className.split(" ").indexOf("md-combobox")>-1)return!0}findFocusable(e,t){const i=Array.from(e.children);for(const e of i)if(!this.isHidden(e)){if(this.shouldSkipFocus(e))break;if(this.isFocusable(e)&&t.add(e),e.shadowRoot)this.findFocusable(e.shadowRoot,t);else if("SLOT"===e.tagName){const i=e.assignedNodes().filter(e=>e.nodeType===e.ELEMENT_NODE);if(i.length){const e=i[0].parentElement;e&&this.findFocusable(e,t)}}else this.findFocusable(e,t)}return[...t]}isEqualFocusNode(e,t){return e.nodeType>=0&&(t.isEqualNode(e)&&t==e)}findElement(e){return this.focusableElements.findIndex(t=>this.isEqualFocusNode(e,t))}focusTrap(e){const t=this.getDeepActiveElement(),i=this.findElement(t);e?-1===i&&this.focusTrapIndex-1>0?this.focusTrapIndex--:this.focusTrapIndex=i>0?i-1:this.focusableElements.length-1:-1===i&&this.focusTrapIndex+1<this.focusableElements.length?this.focusTrapIndex++:this.focusTrapIndex=i+1<this.focusableElements.length?i+1:0}hasAutofocus(e){return e.hasAttribute("autofocus")}setInitialFocus(e=0,t=!1){let i=-1;this.initialFocusComplete=!1,this.focusableElements.length&&!t&&(i=this.focusableElements.findIndex(this.hasAutofocus)),this.focusableElements.length&&-1===i&&("object"==typeof e?i=this.findElement(e):"number"==typeof e&&(i=e)),this.focusableElements[i]&&(this.focusTrapIndex=i)}setFocusableElements(){this.focusableElements=this.findFocusable(this.shadowRoot,new Set)}firstUpdated(e){const t=Object.create(null,{firstUpdated:{get:()=>super.firstUpdated}});return l(this,void 0,void 0,(function*(){t.firstUpdated.call(this,e),yield new Promise(e=>setTimeout(e,0)),this.setFocusableElements()}))}handleKeydownFocusTrap(e){e.code!==s.a.Tab||e.shiftKey&&e.code!==s.a.Tab||this.activeFocusTrap&&this.focusableElements.length&&(e.shiftKey?(e.preventDefault(),this.focusTrap(!0)):(e.preventDefault(),this.focusTrap(!1)))}activateFocusTrap(){this.activeFocusTrap=!0}deactivateFocusTrap(){this.activeFocusTrap=!1,this.focusTrapIndex=-1,this.removeAttribute("focus-trap-index")}handleClickInsideTrap(e){const t=e.composedPath(),i=t.findIndex(e=>-1!==this.findElement(e));if(-1!==i){const e=t[i],s=this.findElement(e);-1!==s&&(this.focusTrapIndex=s)}}manageNewElement(e){requestAnimationFrame(()=>{this.setFocusableElements();const t=this.findElement(e);-1!==t&&(this.focusTrapIndex=t)})}handleFocusVisible(e){const t=(e.detail?e.detail.sourceEvent:e).composedPath()[0];-1===(e.detail?this.findElement(t):-1)&&t!==this&&this.manageNewElement(t)}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.handleKeydownFocusTrap),this.addEventListener("focus-visible",this.handleFocusVisible),document.addEventListener("click",this.handleOutsideTrapClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.handleKeydownFocusTrap),this.removeEventListener("focus-visible",this.handleFocusVisible),document.removeEventListener("click",this.handleOutsideTrapClick)}}return a([Object(n.internalProperty)()],t.prototype,"focusableElements",void 0),a([Object(n.internalProperty)()],t.prototype,"initialFocusComplete",void 0),a([Object(n.property)({type:Boolean,reflect:!0,attribute:"active-focus-trap"})],t.prototype,"activeFocusTrap",void 0),a([Object(n.property)({type:Boolean,reflect:!0,attribute:"prevent-click-outside"})],t.prototype,"preventClickOutside",void 0),a([Object(n.property)({type:Number,reflect:!0,attribute:"focus-trap-index"})],t.prototype,"focusTrapIndex",void 0),a([Object(n.property)({type:Boolean,reflect:!0,attribute:"prevent-scroll"})],t.prototype,"preventScroll",void 0),Object(o.a)(r,t),t}}}]);
1
+ (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[5],{34:function(e,t,s){"use strict";s.d(t,"a",(function(){return r}));var i=s(1),n=s(0),o=s(16),a=s(33),c=function(e,t,s,i){var n,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,s,i);else for(var c=e.length-1;c>=0;c--)(n=e[c])&&(a=(o<3?n(a):o>3?n(t,s,a):n(t,s))||a);return o>3&&a&&Object.defineProperty(t,s,a),a},l=function(e,t,s,i){return new(s||(s=Promise))((function(n,o){function a(e){try{l(i.next(e))}catch(e){o(e)}}function c(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?n(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(a,c)}l((i=i.apply(e,t||[])).next())}))};n.LitElement;const r=e=>{if(Object(o.b)(r,e))return e;class t extends(Object(a.a)(e)){constructor(){super(...arguments),this.focusableElements=[],this.initialFocusComplete=!1,this.activeFocusTrap=!1,this.preventClickOutside=!1,this.focusTrapIndex=-1,this.preventScroll=!1,this.handleOutsideTrapClick=e=>{let t=!1;const s=e.composedPath();s.length&&(t=!!s.find(e=>e===this),t||this.preventClickOutside||!this.activeFocusTrap?t&&this.activeFocusTrap&&this.initialFocusComplete&&this.handleClickInsideTrap(e):this.deactivateFocusTrap())}}updated(e){if(super.updated(e),e.has("focusTrapIndex")){const t=e.get("focusTrapIndex"),s=this.focusableElements[t];s&&(s.blur(),s.toggleAttribute("focus-visible",!1));const i=this.focusableElements[this.focusTrapIndex];i&&this.tryFocus(i)}}tryFocus(e){requestAnimationFrame(()=>l(this,void 0,void 0,(function*(){this.isElementFocused(e)&&e.focus({preventScroll:this.preventScroll}),void 0!==e.updateComplete&&(yield e.updateComplete),document.hasFocus()&&this.isElementFocused(e)&&e.focus({preventScroll:this.preventScroll}),this.initialFocusComplete||(this.initialFocusComplete=!0)})))}domRectCollection(e){return 0===e.getClientRects().length}viewportPosition(e){const{width:t,height:s}=e.getBoundingClientRect(),{offsetWidth:i,offsetHeight:n}=e;return i+n+s+t===0}isNotVisible(e){return"SLOT"!==e.tagName&&(this.viewportPosition(e)||this.domRectCollection(e))}isHidden(e){return e.hasAttribute("hidden")||e.hasAttribute("aria-hidden")&&"true"===e.getAttribute("aria-hidden")||"none"===e.style.display||"0"===e.style.opacity||"hidden"===e.style.visibility||"collapse"===e.style.visibility||this.isNotVisible(e)}isDisabled(e){return e.hasAttribute("disabled")||"true"===e.getAttribute("aria-disabled")}isNotTabbable(e){return"-1"===e.getAttribute("tabindex")}isInteractiveElement(e){return e instanceof HTMLButtonElement||e instanceof HTMLDetailsElement||e instanceof HTMLEmbedElement||e instanceof HTMLIFrameElement||e instanceof HTMLSelectElement||e instanceof HTMLTextAreaElement||(!!(e instanceof HTMLAnchorElement&&e.hasAttribute("href"))||(e instanceof HTMLInputElement&&"hidden"!==e.type||(!(!(e instanceof HTMLAudioElement||e instanceof HTMLVideoElement)||!e.hasAttribute("controls"))||(!(!(e instanceof HTMLImageElement||e instanceof HTMLObjectElement)||!e.hasAttribute("usemap"))||!!(e.hasAttribute("tabindex")&&e.tabIndex>-1)))))}isFocusable(e){return!(this.isDisabled(e)||this.isHidden(e)||this.isNotTabbable(e))&&!!this.isInteractiveElement(e)}shouldSkipFocus(e){return!!(e.className&&e.className.split&&e.className.split(" ").indexOf("md-combobox")>-1)}findFocusable(e,t){const s=Array.from(e.children);for(const e of s)if(!this.isHidden(e)){if(this.shouldSkipFocus(e))break;if(this.isFocusable(e)&&t.add(e),e.shadowRoot)this.findFocusable(e.shadowRoot,t);else if("SLOT"===e.tagName){const s=e.assignedNodes().filter(e=>e.nodeType===e.ELEMENT_NODE);if(s.length){const e=s[0].parentElement;e&&this.findFocusable(e,t)}}else this.findFocusable(e,t)}return[...t]}isEqualFocusNode(e,t){return e.nodeType>=0&&(t.isEqualNode(e)&&t==e)}findElement(e){return this.focusableElements.findIndex(t=>this.isEqualFocusNode(e,t))}focusTrap(e){const t=this.getDeepActiveElement(),s=this.findElement(t);e?-1===s&&this.focusTrapIndex-1>0?this.focusTrapIndex--:this.focusTrapIndex=s>0?s-1:this.focusableElements.length-1:-1===s&&this.focusTrapIndex+1<this.focusableElements.length?this.focusTrapIndex++:this.focusTrapIndex=s+1<this.focusableElements.length?s+1:0}hasAutofocus(e){return e.hasAttribute("autofocus")}setInitialFocus(e=0,t=!1){let s=-1;this.initialFocusComplete=!1,this.focusableElements.length&&!t&&(s=this.focusableElements.findIndex(this.hasAutofocus)),this.focusableElements.length&&-1===s&&("object"==typeof e?s=this.findElement(e):"number"==typeof e&&(s=e)),this.focusableElements[s]&&(this.focusTrapIndex=s)}setFocusableElements(){this.focusableElements=this.findFocusable(this.shadowRoot,new Set)}firstUpdated(e){const t=Object.create(null,{firstUpdated:{get:()=>super.firstUpdated}});return l(this,void 0,void 0,(function*(){t.firstUpdated.call(this,e),yield new Promise(e=>setTimeout(e,0)),this.setFocusableElements()}))}handleKeydownFocusTrap(e){e.code!==i.a.Tab||e.shiftKey&&e.code!==i.a.Tab||this.activeFocusTrap&&this.focusableElements.length&&(e.shiftKey?(e.preventDefault(),this.focusTrap(!0)):(e.preventDefault(),this.focusTrap(!1)))}activateFocusTrap(){this.activeFocusTrap=!0}deactivateFocusTrap(){this.activeFocusTrap=!1,this.focusTrapIndex=-1,this.removeAttribute("focus-trap-index")}handleClickInsideTrap(e){const t=e.composedPath(),s=t.findIndex(e=>-1!==this.findElement(e));if(-1!==s){const e=t[s],i=this.findElement(e);-1!==i&&(this.focusTrapIndex=i)}}manageNewElement(e){requestAnimationFrame(()=>{this.setFocusableElements();const t=this.findElement(e);-1!==t&&(this.focusTrapIndex=t)})}handleFocusVisible(e){const t=(e.detail?e.detail.sourceEvent:e).composedPath()[0];-1===(e.detail?this.findElement(t):-1)&&t!==this&&this.manageNewElement(t)}connectedCallback(){super.connectedCallback(),this.addEventListener("keydown",this.handleKeydownFocusTrap),this.addEventListener("focus-visible",this.handleFocusVisible),document.addEventListener("click",this.handleOutsideTrapClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("keydown",this.handleKeydownFocusTrap),this.removeEventListener("focus-visible",this.handleFocusVisible),document.removeEventListener("click",this.handleOutsideTrapClick)}}return c([Object(n.internalProperty)()],t.prototype,"focusableElements",void 0),c([Object(n.internalProperty)()],t.prototype,"initialFocusComplete",void 0),c([Object(n.property)({type:Boolean,reflect:!0,attribute:"active-focus-trap"})],t.prototype,"activeFocusTrap",void 0),c([Object(n.property)({type:Boolean,reflect:!0,attribute:"prevent-click-outside"})],t.prototype,"preventClickOutside",void 0),c([Object(n.property)({type:Number,reflect:!0,attribute:"focus-trap-index"})],t.prototype,"focusTrapIndex",void 0),c([Object(n.property)({type:Boolean,reflect:!0,attribute:"prevent-scroll"})],t.prototype,"preventScroll",void 0),Object(o.a)(r,t),t}}}]);
@@ -1,4 +1,4 @@
1
- (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[69],{114:function(d,e,m){"use strict";m.r(e),m.d(e,"modalType",(function(){return _})),m.d(e,"Modal",(function(){return p}));m(17),m(15);var o=m(1),a=m(7),l=m(5),t=m(4),i=m(0),r=m(2),n=m(3),s=i.css`.md-modal{color:var(--md-primary-text-color,#121212);display:block;height:100vh;left:0;margin:0 auto;position:fixed;right:0;visibility:visible;width:100vw;width:100vw;max-height:none;top:auto}.md-modal .md-modal__title{color:var(--md-primary-text-color,#707070)}.md-modal .md-modal__content{height:auto;min-height:0;border-radius:var(--modal-main-radius,.5rem);max-height:none}.md-modal:focus{box-shadow:none}.md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;width:100%;flex-shrink:0;padding-bottom:1rem;padding-left:calc(1rem / 2);padding-right:calc(1rem / 2)}.md-modal__header .md-modal__title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.md-modal__header .md-modal__message{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5rem;width:100%;color:var(--modal-main-text-color,#545454);flex-flow:row wrap;text-align:center}.md-modal__header .md-modal__close{align-content:center;align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;border:0;position:absolute}.md-modal__content{background-color:var(--modal-main-bg-color,#fff);box-shadow:0 8px 16px 0 rgba(0,0,0,.16);border:1px solid var(--modal-main-border-color,#dedede);display:flex;flex-direction:column}.md-modal__flex-container{display:flex;flex:1 1 0%;flex-direction:column;max-height:inherit;min-height:inherit;padding:var(--modal-main-padding,1.5rem 1rem);width:100%}.md-modal__body{align-items:stretch;align-self:stretch;background:var(--modal-main-bg-color,#fff);display:flex;flex:1 1 auto;flex-direction:column;margin:0;overflow-x:hidden;overflow-y:auto;padding-left:calc(1rem / 2);padding-right:calc(1rem / 2)}.md-modal__body--padding{padding:0 2rem}.md-modal__footer{align-content:center;align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-end;flex-shrink:0;padding-left:calc(1rem / 2);padding-right:calc(1rem / 2);padding-top:1rem;width:100%}.md-modal__footer md-button:not(:first-of-type){margin-left:.75rem}.md-modal__footer ::slotted(md-button){margin-left:.75rem}.md-modal.md-modal--full{width:100vw;max-height:none;top:auto}.md-modal.md-modal--full .md-modal__content{height:100vh;min-height:0;border-radius:0;max-height:none}.md-modal.md-modal--full .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:2.25rem;line-height:3rem;width:100%}.md-modal.md-modal--full .md-modal__header .md-modal__message{font-size:1.25rem;line-height:2rem;padding-top:1.25rem}.md-modal.md-modal--full .md-modal__header .md-modal__close{height:1.25rem;right:1.5rem;top:1.5rem;width:1.25rem}.md-modal.md-modal--full .md-modal__header .md-modal__close::before{font-size:1.25rem}.md-modal.md-modal--full .md-modal__footer{padding-bottom:1.5rem;padding-top:1.5rem}.md-modal.md-modal--large{width:60rem;max-height:calc(100vh - (2.6875rem * 2));top:2.6875rem}.md-modal.md-modal--large .md-modal__content{min-height:45rem;border-radius:var(--modal-main-radius,.5rem);max-height:calc(100vh - (2.6875rem * 2))}.md-modal.md-modal--large .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.625rem;line-height:2rem;width:100%}.md-modal.md-modal--large .md-modal__header .md-modal__message{font-size:1rem;line-height:1.5rem;text-align:left}.md-modal.md-modal--large .md-modal__header .md-modal__close{height:1rem;right:1rem;top:1rem;width:1rem}.md-modal.md-modal--large .md-modal__header .md-modal__close::before{font-size:1rem}@media only screen and (min-width:40.0625em) and (max-width:64em){.md-modal.md-modal--large{width:40rem;max-height:calc(100vh - (3.5625rem * 2));top:3.5625rem}.md-modal.md-modal--large .md-modal__content{min-height:30rem;max-height:calc(100vh - (3.5625rem * 2))}.md-modal.md-modal--large .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;width:100%}.md-modal.md-modal--large .md-modal__header .md-modal__message{font-size:.875rem;line-height:1.5rem;text-align:center}.md-modal.md-modal--large .md-modal__header .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--large .md-modal__header .md-modal__close::before{font-size:.875rem}}@media only screen and (max-height:50em){.md-modal.md-modal--large .md-modal__content{min-height:auto}}.md-modal.md-modal--default,.md-modal.md-modal--medium{width:40rem;max-height:calc(100vh - (2.9375rem * 2));top:2.9375rem}.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--medium .md-modal__content{min-height:30rem;max-height:calc(100vh - (2.9375rem * 2))}.md-modal.md-modal--default .md-modal__close,.md-modal.md-modal--medium .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--default .md-modal__close::before,.md-modal.md-modal--medium .md-modal__close::before{font-size:.875rem}@media only screen and (min-width:40.0625em) and (max-width:64em){.md-modal.md-modal--default,.md-modal.md-modal--medium{width:40rem;max-height:calc(100vh - (3.5625rem * 2));top:3.5625rem}.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--medium .md-modal__content{min-height:30rem;max-height:calc(100vh - (3.5625rem * 2))}}@media only screen and (max-height:50em){.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--medium .md-modal__content{min-height:auto}}.md-modal.md-modal--small{width:27.5rem;max-height:calc(100vh - (2.9375rem * 2));top:2.9375rem}.md-modal.md-modal--small .md-modal__content{min-height:23.75rem;max-height:calc(100vh - (2.9375rem * 2))}.md-modal.md-modal--small .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--small .md-modal__close::before{font-size:.875rem}@media only screen and (min-width:40.0625em) and (max-width:64em){.md-modal.md-modal--small{width:27.5rem;max-height:calc(100vh - (3.3125rem * 2));top:3.3125rem}.md-modal.md-modal--small .md-modal__content{min-height:23.75rem;max-height:calc(100vh - (3.3125rem * 2))}}.md-modal.md-modal--dialog{width:27.5rem;max-height:calc(100vh - (6.25rem * 2));top:6.25rem}.md-modal.md-modal--dialog .md-modal__content{height:auto;min-height:0;border-radius:var(--modal-main-radius,.5rem);max-height:calc(100vh - (6.25rem * 2))}.md-modal.md-modal--dialog .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--dialog .md-modal__close::before{font-size:.875rem}.md-modal.md-modal--dialog .md-modal__content{flex-direction:row}.md-modal.md-modal--dialog .md-modal__content .md-modal__header{align-items:flex-start;padding:0 0 .75rem 0}.md-modal.md-modal--dialog .md-modal__content .md-modal__title{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5rem}.md-modal.md-modal--dialog .md-modal__content .md-modal__body{margin-bottom:1.5rem;text-align:left}.md-modal.md-modal--dialog .md-modal__content .md-modal__body>*{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.375rem}.md-modal.md-modal--dialog .md-modal__content .md-modal__footer{display:flex;justify-content:flex-end;padding:0}@media only screen and (max-width:40em){.md-modal.md-modal--default.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--dialog.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--full.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--large.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--medium.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--small.md-modal--dialog .md-modal__flex-container{min-height:calc(100vh - (1.5rem * 2))}}@media only screen and (max-width:40em){.md-modal.md-modal--default,.md-modal.md-modal--dialog,.md-modal.md-modal--full,.md-modal.md-modal--large,.md-modal.md-modal--medium,.md-modal.md-modal--small{width:100vw;max-height:none;top:auto}.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--dialog .md-modal__content,.md-modal.md-modal--full .md-modal__content,.md-modal.md-modal--large .md-modal__content,.md-modal.md-modal--medium .md-modal__content,.md-modal.md-modal--small .md-modal__content{height:100vh;min-height:0;border-radius:0;max-height:none}.md-modal.md-modal--default .md-modal__flex-container,.md-modal.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--full .md-modal__flex-container,.md-modal.md-modal--large .md-modal__flex-container,.md-modal.md-modal--medium .md-modal__flex-container,.md-modal.md-modal--small .md-modal__flex-container{min-height:100vh}.md-modal.md-modal--default .md-modal__header,.md-modal.md-modal--dialog .md-modal__header,.md-modal.md-modal--full .md-modal__header,.md-modal.md-modal--large .md-modal__header,.md-modal.md-modal--medium .md-modal__header,.md-modal.md-modal--small .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5rem;width:100%}.md-modal.md-modal--default .md-modal__header .md-modal__message,.md-modal.md-modal--dialog .md-modal__header .md-modal__message,.md-modal.md-modal--full .md-modal__header .md-modal__message,.md-modal.md-modal--large .md-modal__header .md-modal__message,.md-modal.md-modal--medium .md-modal__header .md-modal__message,.md-modal.md-modal--small .md-modal__header .md-modal__message{font-size:.875rem;line-height:1.5rem;padding-top:.75rem}.md-modal.md-modal--default .md-modal__header .md-modal__close,.md-modal.md-modal--dialog .md-modal__header .md-modal__close,.md-modal.md-modal--full .md-modal__header .md-modal__close,.md-modal.md-modal--large .md-modal__header .md-modal__close,.md-modal.md-modal--medium .md-modal__header .md-modal__close,.md-modal.md-modal--small .md-modal__header .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--default .md-modal__header .md-modal__close::before,.md-modal.md-modal--dialog .md-modal__header .md-modal__close::before,.md-modal.md-modal--full .md-modal__header .md-modal__close::before,.md-modal.md-modal--large .md-modal__header .md-modal__close::before,.md-modal.md-modal--medium .md-modal__header .md-modal__close::before,.md-modal.md-modal--small .md-modal__header .md-modal__close::before{font-size:.875rem}.md-modal.md-modal--default .md-modal__footer,.md-modal.md-modal--dialog .md-modal__footer,.md-modal.md-modal--full .md-modal__footer,.md-modal.md-modal--large .md-modal__footer,.md-modal.md-modal--medium .md-modal__footer,.md-modal.md-modal--small .md-modal__footer{padding:var(--modal-main-padding,1.5rem 1rem);padding-right:1.5rem}.md-modal.md-modal--default .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--dialog .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--full .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--large .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--medium .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--small .md-modal__footer md-button:not(:first-of-type){margin-left:1rem}}.md-modal__backdrop{background:rgba(0,0,0,.45);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:1040}.md-modal__backdrop .md-modal_overlay{bottom:0;position:absolute;top:0;width:100%}.md-close{color:#545454;float:right;font-size:21px;font-weight:700;line-height:1;text-shadow:0 1px 0 #fff}.md-close:focus,.md-close:hover{color:#064157;cursor:pointer;text-decoration:none}.md-close{background:0 0;border-radius:0;cursor:pointer;font-weight:400;min-width:initial;padding:0}.md-close::before{font-family:momentum-ui-icons;vertical-align:middle}.md-close:hover{color:#005e7d}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}`,h=function(d,e,m,o){var a,l=arguments.length,t=l<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,m):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)t=Reflect.decorate(d,e,m,o);else for(var i=d.length-1;i>=0;i--)(a=d[i])&&(t=(l<3?a(t):l>3?a(e,m,t):a(e,m))||t);return l>3&&t&&Object.defineProperty(e,m,t),t},c=function(d,e,m,o){return new(m||(m=Promise))((function(a,l){function t(d){try{r(o.next(d))}catch(d){l(d)}}function i(d){try{r(o.throw(d))}catch(d){l(d)}}function r(d){var e;d.done?a(d.value):(e=d.value,e instanceof m?e:new m((function(d){d(e)}))).then(t,i)}r((o=o.apply(d,e||[])).next())}))};const _=["default","full","large","small","dialog"];var p;!function(d){let e=class extends(Object(a.b)(i.LitElement)){constructor(){super(...arguments),this.show=!1,this.headerLabel="",this.headerMessage="",this.htmlId="",this.ariaLabel="modal",this.ariaLabelledBy="",this.ariaLabelClose="Close Modal",this.ariaLabelCancel="Cancel Modal",this.ariaLabelSubmit="Submit Modal",this.ariaDescription="",this.showCloseButton=!1,this.backdropClickExit=!1,this.noExitOnEsc=!1,this.size="default",this.closeBtnName="",this.hideFooter=!1,this.hideHeader=!1,this.disableInitialFocus=!1,this.animating=!1,this.handleCloseOutside=d=>{d.code===o.a.Escape&&(d.preventDefault(),this.show&&!this.noExitOnEsc&&(this.show=!1,this.notifyModalClose()))}}static get styles(){return[t.a,s]}connectedCallback(){super.connectedCallback(),document.addEventListener("keydown",this.handleCloseOutside)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleCloseOutside)}update(d){super.update(d),d.has("show")&&(this.show?this.modalFadeIn():!0===d.get("show")&&this.modalFadeOut())}notifyModalClose(){this.dispatchEvent(new CustomEvent("close-modal",{composed:!0,bubbles:!0}))}focusInsideModal(){this.focusableElements&&this.focusableElements.length&&this.setInitialFocus()}handleKeyDown(d){d.code!==o.a.Enter&&d.code!==o.a.Space||this.show&&(this.show=!0)}transitionPromise(d){return new Promise(e=>{const m=()=>{d.removeEventListener("transitionend",m),this.activateFocusTrap(),this.setFocusableElements(),requestAnimationFrame(()=>{e()})},o=()=>{d.removeEventListener("transitioncancel",o),this.deactivateFocusTrap(),this.modalFadeOut(),e()};d.addEventListener("transitionend",m),d.addEventListener("transitioncancel",o),setTimeout(()=>{this.animating=!0},13)})}modalFadeIn(){return c(this,void 0,void 0,(function*(){this.backDrop&&(yield this.transitionPromise(this.backDrop),this.disableInitialFocus||this.focusInsideModal())}))}modalFadeOut(){this.animating=!1,this.deactivateFocusTrap(),setTimeout(()=>{this.notifyModalClose()},150)}handleCloseBackdrop(){this.backdropClickExit&&(this.show=!1,this.notifyModalClose())}topCloseBtnTemplate(){return i.html`
1
+ (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[69],{114:function(d,e,m){"use strict";m.r(e),m.d(e,"modalType",(function(){return _})),m.d(e,"Modal",(function(){return f}));m(17),m(15);var o=m(1),a=m(7),l=m(5),t=m(4),i=m(0),n=m(2),r=m(3),s=i.css`.md-modal{color:var(--md-primary-text-color,#121212);display:block;height:100vh;left:0;margin:0 auto;position:fixed;right:0;visibility:visible;width:100vw;width:100vw;max-height:none;top:auto}.md-modal .md-modal__title{color:var(--md-primary-text-color,#707070)}.md-modal .md-modal__content{height:auto;min-height:0;border-radius:var(--modal-main-radius,.5rem);max-height:none}.md-modal:focus{box-shadow:none}.md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;width:100%;flex-shrink:0;padding-bottom:1rem;padding-left:calc(1rem / 2);padding-right:calc(1rem / 2)}.md-modal__header .md-modal__title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.md-modal__header .md-modal__message{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5rem;width:100%;color:var(--modal-main-text-color,#545454);flex-flow:row wrap;text-align:center}.md-modal__header .md-modal__close{align-content:center;align-items:center;display:flex;flex-flow:row nowrap;justify-content:center;border:0;position:absolute}.md-modal__content{background-color:var(--modal-main-bg-color,#fff);box-shadow:0 8px 16px 0 rgba(0,0,0,.16);border:1px solid var(--modal-main-border-color,#dedede);display:flex;flex-direction:column}.md-modal__flex-container{display:flex;flex:1 1 0%;flex-direction:column;max-height:inherit;min-height:inherit;padding:var(--modal-main-padding,1.5rem 1rem);width:100%}.md-modal__body{align-items:stretch;align-self:stretch;background:var(--modal-main-bg-color,#fff);display:flex;flex:1 1 auto;flex-direction:column;margin:0;overflow-x:hidden;overflow-y:auto;padding-left:calc(1rem / 2);padding-right:calc(1rem / 2)}.md-modal__body--padding{padding:0 2rem}.md-modal__footer{align-content:center;align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-end;flex-shrink:0;padding-left:calc(1rem / 2);padding-right:calc(1rem / 2);padding-top:1rem;width:100%}.md-modal__footer md-button:not(:first-of-type){margin-left:.75rem}.md-modal__footer ::slotted(md-button){margin-left:.75rem}.md-modal.md-modal--full{width:100vw;max-height:none;top:auto}.md-modal.md-modal--full .md-modal__content{height:100vh;min-height:0;border-radius:0;max-height:none}.md-modal.md-modal--full .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:2.25rem;line-height:3rem;width:100%}.md-modal.md-modal--full .md-modal__header .md-modal__message{font-size:1.25rem;line-height:2rem;padding-top:1.25rem}.md-modal.md-modal--full .md-modal__header .md-modal__close{height:1.25rem;right:1.5rem;top:1.5rem;width:1.25rem}.md-modal.md-modal--full .md-modal__header .md-modal__close::before{font-size:1.25rem}.md-modal.md-modal--full .md-modal__footer{padding-bottom:1.5rem;padding-top:1.5rem}.md-modal.md-modal--large{width:60rem;max-height:none;top:auto}.md-modal.md-modal--large .md-modal__content{min-height:45rem;border-radius:var(--modal-main-radius,.5rem);max-height:none}.md-modal.md-modal--large .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.625rem;line-height:2rem;width:100%}.md-modal.md-modal--large .md-modal__header .md-modal__message{font-size:1rem;line-height:1.5rem;text-align:left}.md-modal.md-modal--large .md-modal__header .md-modal__close{height:1rem;right:1rem;top:1rem;width:1rem}.md-modal.md-modal--large .md-modal__header .md-modal__close::before{font-size:1rem}@media only screen and (min-width:40.0625em) and (max-width:64em){.md-modal.md-modal--large{width:40rem;max-height:none;top:auto}.md-modal.md-modal--large .md-modal__content{min-height:30rem;max-height:none}.md-modal.md-modal--large .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;width:100%}.md-modal.md-modal--large .md-modal__header .md-modal__message{font-size:.875rem;line-height:1.5rem;text-align:center}.md-modal.md-modal--large .md-modal__header .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--large .md-modal__header .md-modal__close::before{font-size:.875rem}}@media only screen and (max-height:50em){.md-modal.md-modal--large .md-modal__content{min-height:auto}}.md-modal.md-modal--default,.md-modal.md-modal--medium{width:40rem;max-height:none;top:auto}.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--medium .md-modal__content{min-height:30rem;max-height:none}.md-modal.md-modal--default .md-modal__close,.md-modal.md-modal--medium .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--default .md-modal__close::before,.md-modal.md-modal--medium .md-modal__close::before{font-size:.875rem}@media only screen and (min-width:40.0625em) and (max-width:64em){.md-modal.md-modal--default,.md-modal.md-modal--medium{width:40rem;max-height:none;top:auto}.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--medium .md-modal__content{min-height:30rem;max-height:none}}@media only screen and (max-height:50em){.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--medium .md-modal__content{min-height:auto}}.md-modal.md-modal--small{width:27.5rem;max-height:none;top:auto}.md-modal.md-modal--small .md-modal__content{min-height:23.75rem;max-height:none}.md-modal.md-modal--small .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--small .md-modal__close::before{font-size:.875rem}@media only screen and (min-width:40.0625em) and (max-width:64em){.md-modal.md-modal--small{width:27.5rem;max-height:none;top:auto}.md-modal.md-modal--small .md-modal__content{min-height:23.75rem;max-height:none}}.md-modal.md-modal--dialog{width:27.5rem;max-height:none;top:auto}.md-modal.md-modal--dialog .md-modal__content{height:auto;min-height:0;border-radius:var(--modal-main-radius,.5rem);max-height:none}.md-modal.md-modal--dialog .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--dialog .md-modal__close::before{font-size:.875rem}.md-modal.md-modal--dialog .md-modal__content{flex-direction:row}.md-modal.md-modal--dialog .md-modal__content .md-modal__header{align-items:flex-start;padding:0 0 .75rem 0}.md-modal.md-modal--dialog .md-modal__content .md-modal__title{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5rem}.md-modal.md-modal--dialog .md-modal__content .md-modal__body{margin-bottom:1.5rem;text-align:left}.md-modal.md-modal--dialog .md-modal__content .md-modal__body>*{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.375rem}.md-modal.md-modal--dialog .md-modal__content .md-modal__footer{display:flex;justify-content:flex-end;padding:0}.md-modal.md-modal--default,.md-modal.md-modal--dialog,.md-modal.md-modal--full,.md-modal.md-modal--large,.md-modal.md-modal--medium,.md-modal.md-modal--small{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:40em){.md-modal.md-modal--default.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--dialog.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--full.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--large.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--medium.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--small.md-modal--dialog .md-modal__flex-container{min-height:calc(100vh - (1.5rem * 2))}}@media only screen and (max-width:40em){.md-modal.md-modal--default,.md-modal.md-modal--dialog,.md-modal.md-modal--full,.md-modal.md-modal--large,.md-modal.md-modal--medium,.md-modal.md-modal--small{width:100vw;max-height:none;top:auto}.md-modal.md-modal--default .md-modal__content,.md-modal.md-modal--dialog .md-modal__content,.md-modal.md-modal--full .md-modal__content,.md-modal.md-modal--large .md-modal__content,.md-modal.md-modal--medium .md-modal__content,.md-modal.md-modal--small .md-modal__content{height:100vh;min-height:0;border-radius:0;max-height:none}.md-modal.md-modal--default .md-modal__flex-container,.md-modal.md-modal--dialog .md-modal__flex-container,.md-modal.md-modal--full .md-modal__flex-container,.md-modal.md-modal--large .md-modal__flex-container,.md-modal.md-modal--medium .md-modal__flex-container,.md-modal.md-modal--small .md-modal__flex-container{min-height:100vh}.md-modal.md-modal--default .md-modal__header,.md-modal.md-modal--dialog .md-modal__header,.md-modal.md-modal--full .md-modal__header,.md-modal.md-modal--large .md-modal__header,.md-modal.md-modal--medium .md-modal__header,.md-modal.md-modal--small .md-modal__header{align-content:center;align-items:center;display:flex;flex-flow:column nowrap;justify-content:center;font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5rem;width:100%}.md-modal.md-modal--default .md-modal__header .md-modal__message,.md-modal.md-modal--dialog .md-modal__header .md-modal__message,.md-modal.md-modal--full .md-modal__header .md-modal__message,.md-modal.md-modal--large .md-modal__header .md-modal__message,.md-modal.md-modal--medium .md-modal__header .md-modal__message,.md-modal.md-modal--small .md-modal__header .md-modal__message{font-size:.875rem;line-height:1.5rem;padding-top:.75rem}.md-modal.md-modal--default .md-modal__header .md-modal__close,.md-modal.md-modal--dialog .md-modal__header .md-modal__close,.md-modal.md-modal--full .md-modal__header .md-modal__close,.md-modal.md-modal--large .md-modal__header .md-modal__close,.md-modal.md-modal--medium .md-modal__header .md-modal__close,.md-modal.md-modal--small .md-modal__header .md-modal__close{height:.875rem;right:.75rem;top:.75rem;width:.875rem}.md-modal.md-modal--default .md-modal__header .md-modal__close::before,.md-modal.md-modal--dialog .md-modal__header .md-modal__close::before,.md-modal.md-modal--full .md-modal__header .md-modal__close::before,.md-modal.md-modal--large .md-modal__header .md-modal__close::before,.md-modal.md-modal--medium .md-modal__header .md-modal__close::before,.md-modal.md-modal--small .md-modal__header .md-modal__close::before{font-size:.875rem}.md-modal.md-modal--default .md-modal__footer,.md-modal.md-modal--dialog .md-modal__footer,.md-modal.md-modal--full .md-modal__footer,.md-modal.md-modal--large .md-modal__footer,.md-modal.md-modal--medium .md-modal__footer,.md-modal.md-modal--small .md-modal__footer{padding:var(--modal-main-padding,1.5rem 1rem);padding-right:1.5rem}.md-modal.md-modal--default .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--dialog .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--full .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--large .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--medium .md-modal__footer md-button:not(:first-of-type),.md-modal.md-modal--small .md-modal__footer md-button:not(:first-of-type){margin-left:1rem}}.md-modal__backdrop{background:rgba(0,0,0,.45);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:1040}.md-modal__backdrop .md-modal_overlay{bottom:0;position:absolute;top:0;width:100%}.md-close{color:#545454;float:right;font-size:21px;font-weight:700;line-height:1;text-shadow:0 1px 0 #fff}.md-close:focus,.md-close:hover{color:#064157;cursor:pointer;text-decoration:none}.md-close{background:0 0;border-radius:0;cursor:pointer;font-weight:400;min-width:initial;padding:0}.md-close::before{font-family:momentum-ui-icons;vertical-align:middle}.md-close:hover{color:#005e7d}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}`,h=function(d,e,m,o){var a,l=arguments.length,t=l<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,m):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)t=Reflect.decorate(d,e,m,o);else for(var i=d.length-1;i>=0;i--)(a=d[i])&&(t=(l<3?a(t):l>3?a(e,m,t):a(e,m))||t);return l>3&&t&&Object.defineProperty(e,m,t),t},c=function(d,e,m,o){return new(m||(m=Promise))((function(a,l){function t(d){try{n(o.next(d))}catch(d){l(d)}}function i(d){try{n(o.throw(d))}catch(d){l(d)}}function n(d){var e;d.done?a(d.value):(e=d.value,e instanceof m?e:new m((function(d){d(e)}))).then(t,i)}n((o=o.apply(d,e||[])).next())}))};const _=["default","full","large","small","dialog"];var f;!function(d){let e=class extends(Object(a.b)(i.LitElement)){constructor(){super(...arguments),this.show=!1,this.headerLabel="",this.headerMessage="",this.htmlId="",this.ariaLabel="modal",this.ariaLabelledBy="",this.ariaLabelClose="Close Modal",this.ariaLabelCancel="Cancel Modal",this.ariaLabelSubmit="Submit Modal",this.ariaDescription="",this.showCloseButton=!1,this.backdropClickExit=!1,this.noExitOnEsc=!1,this.size="default",this.closeBtnName="",this.hideFooter=!1,this.hideHeader=!1,this.disableInitialFocus=!1,this.animating=!1,this.handleCloseOutside=d=>{d.code===o.a.Escape&&(d.preventDefault(),this.show&&!this.noExitOnEsc&&(this.show=!1,this.notifyModalClose()))}}static get styles(){return[t.a,s]}connectedCallback(){super.connectedCallback(),document.addEventListener("keydown",this.handleCloseOutside)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleCloseOutside)}update(d){super.update(d),d.has("show")&&(this.show?this.modalFadeIn():!0===d.get("show")&&this.modalFadeOut())}notifyModalClose(){this.dispatchEvent(new CustomEvent("close-modal",{composed:!0,bubbles:!0}))}focusInsideModal(){this.focusableElements&&this.focusableElements.length&&this.setInitialFocus()}handleKeyDown(d){d.code!==o.a.Enter&&d.code!==o.a.Space||this.show&&(this.show=!0)}transitionPromise(d){return new Promise(e=>{const m=()=>{d.removeEventListener("transitionend",m),this.activateFocusTrap(),this.setFocusableElements(),requestAnimationFrame(()=>{e()})},o=()=>{d.removeEventListener("transitioncancel",o),this.deactivateFocusTrap(),this.modalFadeOut(),e()};d.addEventListener("transitionend",m),d.addEventListener("transitioncancel",o),setTimeout(()=>{this.animating=!0},13)})}modalFadeIn(){return c(this,void 0,void 0,(function*(){this.backDrop&&(yield this.transitionPromise(this.backDrop),this.disableInitialFocus||this.focusInsideModal())}))}modalFadeOut(){this.animating=!1,this.deactivateFocusTrap(),setTimeout(()=>{this.notifyModalClose()},150)}handleCloseBackdrop(){this.backdropClickExit&&(this.show=!1,this.notifyModalClose())}topCloseBtnTemplate(){return i.html`
2
2
  ${this.showCloseButton?i.html`
3
3
  <md-button
4
4
  hasRemoveStyle
@@ -9,7 +9,7 @@
9
9
  >
10
10
  <md-icon name="cancel_14"></md-icon>
11
11
  </md-button>
12
- `:r.nothing}
12
+ `:n.nothing}
13
13
  `}handleFooterClick(){this.show=!1,this.notifyModalClose()}headerTemplate(){return this.hideHeader?i.html`
14
14
  <div part="modal-header" class="md-modal__header">
15
15
  <slot name="header"></slot>
@@ -20,7 +20,7 @@
20
20
  <span class="md-modal__title">${this.headerLabel}</span>
21
21
  ${this.headerMessage?i.html`
22
22
  <span class="md-modal__message">${this.headerMessage}</span>
23
- `:r.nothing}
23
+ `:n.nothing}
24
24
  ${this.topCloseBtnTemplate()}
25
25
  </div>
26
26
  `}footerTemplate(){return this.hideFooter?i.html`
@@ -48,16 +48,16 @@
48
48
  </div>
49
49
  `}get modalBackDropClassMap(){return{in:this.show&&this.animating}}get modalContainerClassMap(){return{in:this.show,["md-modal--"+this.size]:!!this.size}}render(){return i.html`
50
50
  ${this.show?i.html`
51
- <div part="modal-backdrop" class="md-modal__backdrop fade ${Object(n.classMap)(this.modalBackDropClassMap)}">
51
+ <div part="modal-backdrop" class="md-modal__backdrop fade ${Object(r.classMap)(this.modalBackDropClassMap)}">
52
52
  ${this.backdropClickExit?i.html`
53
53
  <div class="md-modal_overlay" @click="${this.handleCloseBackdrop}"></div>
54
- `:r.nothing}
54
+ `:n.nothing}
55
55
 
56
56
  <div
57
57
  part="modal-container"
58
58
  role="dialog"
59
59
  id="${this.htmlId}"
60
- class="md-modal ${Object(n.classMap)(this.modalContainerClassMap)}"
60
+ class="md-modal ${Object(r.classMap)(this.modalContainerClassMap)}"
61
61
  aria-label="${this.ariaLabel}"
62
62
  aria-labelledby="${this.ariaLabelledBy}"
63
63
  aria-describedby="${this.ariaDescription}"
@@ -73,5 +73,5 @@
73
73
  </div>
74
74
  </div>
75
75
  </div>
76
- `:r.nothing}
77
- `}};h([Object(i.property)({type:Boolean})],e.prototype,"show",void 0),h([Object(i.property)({type:String})],e.prototype,"headerLabel",void 0),h([Object(i.property)({type:String})],e.prototype,"headerMessage",void 0),h([Object(i.property)({type:String})],e.prototype,"htmlId",void 0),h([Object(i.property)({type:String,attribute:"aria-label"})],e.prototype,"ariaLabel",void 0),h([Object(i.property)({type:String,attribute:"aria-labelled-by"})],e.prototype,"ariaLabelledBy",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaLabelClose",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaLabelCancel",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaLabelSubmit",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaDescription",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"showCloseButton",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"backdropClickExit",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"noExitOnEsc",void 0),h([Object(i.property)({type:String})],e.prototype,"size",void 0),h([Object(i.property)({type:String})],e.prototype,"closeBtnName",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"hideFooter",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"hideHeader",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"disableInitialFocus",void 0),h([Object(i.internalProperty)()],e.prototype,"animating",void 0),h([Object(i.query)(".md-modal__backdrop")],e.prototype,"backDrop",void 0),e=h([Object(l.a)("md-modal")],e),d.ELEMENT=e}(p||(p={}))}}]);
76
+ `:n.nothing}
77
+ `}};h([Object(i.property)({type:Boolean})],e.prototype,"show",void 0),h([Object(i.property)({type:String})],e.prototype,"headerLabel",void 0),h([Object(i.property)({type:String})],e.prototype,"headerMessage",void 0),h([Object(i.property)({type:String})],e.prototype,"htmlId",void 0),h([Object(i.property)({type:String,attribute:"aria-label"})],e.prototype,"ariaLabel",void 0),h([Object(i.property)({type:String,attribute:"aria-labelled-by"})],e.prototype,"ariaLabelledBy",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaLabelClose",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaLabelCancel",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaLabelSubmit",void 0),h([Object(i.property)({type:String})],e.prototype,"ariaDescription",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"showCloseButton",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"backdropClickExit",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"noExitOnEsc",void 0),h([Object(i.property)({type:String})],e.prototype,"size",void 0),h([Object(i.property)({type:String})],e.prototype,"closeBtnName",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"hideFooter",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"hideHeader",void 0),h([Object(i.property)({type:Boolean})],e.prototype,"disableInitialFocus",void 0),h([Object(i.internalProperty)()],e.prototype,"animating",void 0),h([Object(i.query)(".md-modal__backdrop")],e.prototype,"backDrop",void 0),e=h([Object(l.a)("md-modal")],e),d.ELEMENT=e}(f||(f={}))}}]);
@@ -1,4 +1,4 @@
1
- (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[71],{116:function(t,e,o){"use strict";o.r(e),o.d(e,"PhoneInput",(function(){return i}));o(77),o(24);var i,n=o(5),r=o(4),a=o(78),d=o(79),l=o(63),p=o(0),s=o(2),h=o(36),u=p.css`.md-phone-input__container{--combo-box-contaier-width:100px;display:flex;position:relative}.md-phone-input__container span.flag-box{align-items:center;border:1px solid var(--input-default-border-color,#ccc);border-bottom-left-radius:.25rem;border-right:none;border-top-left-radius:.25rem;display:flex;height:2.125rem;justify-content:center;position:relative;width:2.25rem}.md-phone-input__container span.flag-box .flag-svg-wrapper{justify-content:center}.md-phone-input__container .flag-svg-wrapper{align-items:center;display:flex;width:2rem}.md-phone-input__container .flag-svg-wrapper img{max-height:.7rem}.md-phone-input__container md-combobox{width:var(--combo-box-contaier-width)}.md-phone-input__container md-combobox::part(combobox){position:initial}.md-phone-input__container md-combobox::part(group){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.md-phone-input__container md-combobox::part(multiwrap){overflow-x:hidden}.md-phone-input__container md-combobox::part(multiwrap-input){padding-left:0;padding-right:0;width:100%}.md-phone-input__container md-combobox::part(combobox-options){top:2.5rem}.md-phone-input__container md-combobox::part(label){width:100%}.md-phone-input__container md-input::part(input){border-bottom-left-radius:0;border-top-left-radius:0;padding-right:2.75rem}.md-phone-input__container md-input::part(message){margin-left:calc(var(--combo-box-contaier-width) * -1);width:calc(100% + var(--combo-box-contaier-width))}.md-phone-input__container .md-phone-input__option{align-items:center;display:flex;justify-content:start}.md-phone-input__container .md-phone-input__option :nth-child(3){margin-left:1rem}.md-phone-input__container md-input[disabled]::part(input){background:var(--phone-input-disabled-bg-color);border:1px solid var(--phone-input-default-border-color);color:var(--md-disabled-text-color)}.md-phone-input__container md-input[disabled]::part(input)::placeholder{border:none}`,c=function(t,e,o,i){var n,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,o,i);else for(var d=t.length-1;d>=0;d--)(n=t[d])&&(a=(r<3?n(a):r>3?n(e,o,a):n(e,o))||a);return r>3&&a&&Object.defineProperty(e,o,a),a};!function(t){let e=class extends p.LitElement{constructor(){super(...arguments),this.codePlaceholder="+1",this.numberPlaceholder="Enter Phone Number",this.countryCallingCode="",this.showFlags=!1,this.pill=!1,this.disabled=!1,this.value="",this.errorMessage="",this.showErrorMessage=!1,this.countryCode="US",this.codeList=[],this.formattedValue="",this.isValid=!0}connectedCallback(){super.connectedCallback(),this.codeList=Object(a.customArray)({name:"{countryNameEn}",value:"{countryCallingCode}",code:"{countryCode}"}),this.validateInput(this.value)}getCountryFlag(t){return p.html`
1
+ (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[71],{116:function(t,e,o){"use strict";o.r(e),o.d(e,"PhoneInput",(function(){return i}));o(77),o(24);var i,n=o(5),r=o(4),a=o(78),d=o(79),l=o(63),p=o(0),s=o(2),h=o(36),c=p.css`.md-phone-input__container{--combo-box-contaier-width:100px;display:flex;position:relative}.md-phone-input__container span.flag-box{align-items:center;border:1px solid var(--input-default-border-color,#ccc);border-bottom-left-radius:.25rem;border-right:none;border-top-left-radius:.25rem;display:flex;height:2.125rem;justify-content:center;position:relative;width:2.25rem}.md-phone-input__container span.flag-box .flag-svg-wrapper{justify-content:center}.md-phone-input__container .flag-svg-wrapper{align-items:center;display:flex;width:2rem}.md-phone-input__container .flag-svg-wrapper img{max-height:.7rem}.md-phone-input__container md-combobox{width:var(--combo-box-contaier-width)}.md-phone-input__container md-combobox::part(combobox){position:initial}.md-phone-input__container md-combobox::part(group){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.md-phone-input__container md-combobox::part(multiwrap){overflow-x:hidden}.md-phone-input__container md-combobox::part(multiwrap-input){padding-left:0;padding-right:0;width:100%}.md-phone-input__container md-combobox::part(combobox-options){top:2.5rem}.md-phone-input__container md-combobox::part(label){width:100%}.md-phone-input__container md-input::part(input){border-bottom-left-radius:0;border-top-left-radius:0;padding-right:2.75rem}.md-phone-input__container md-input::part(message){margin-left:calc(var(--combo-box-contaier-width) * -1);width:calc(100% + var(--combo-box-contaier-width))}.md-phone-input__container .md-phone-input__option{align-items:center;display:flex;justify-content:start}.md-phone-input__container .md-phone-input__option :nth-child(3){margin-left:1rem}.md-phone-input__container md-input[disabled]::part(input){background:var(--phone-input-disabled-bg-color);border:1px solid var(--phone-input-default-border-color);color:var(--md-disabled-text-color)}.md-phone-input__container md-input[disabled]::part(input)::placeholder{border:none}`,u=function(t,e,o,i){var n,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,o,i);else for(var d=t.length-1;d>=0;d--)(n=t[d])&&(a=(r<3?n(a):r>3?n(e,o,a):n(e,o))||a);return r>3&&a&&Object.defineProperty(e,o,a),a};!function(t){let e=class extends p.LitElement{constructor(){super(...arguments),this.codePlaceholder="+1",this.numberPlaceholder="Enter Phone Number",this.countryCallingCode="",this.showFlags=!1,this.pill=!1,this.disabled=!1,this.value="",this.errorMessage="",this.showErrorMessage=!1,this.countryCode="US",this.codeList=[],this.formattedValue="",this.isValid=!0}connectedCallback(){super.connectedCallback(),this.codeList=Object(a.customArray)({name:"{countryNameEn}",value:"{countryCallingCode}",code:"{countryCode}"}),this.validateInput(this.value)}getCountryFlag(t){return p.html`
2
2
  <span class="flag-svg-wrapper">
3
3
  <img src="${Object(d.findFlagUrlByIso2Code)(t)}" />
4
4
  </span>
@@ -14,7 +14,7 @@
14
14
  <span>${t.name}</span>
15
15
  <span>+${t.value}</span>
16
16
  </div>
17
- `}validateNumber(){this.isValid=!this.value||Object(l.isValidNumberForRegion)(this.value,this.countryCode)}handleCountryChange(t){var e;if(!t.detail.value||!t.detail.value.id)return this.countryCode="US",this.countryCallingCode="",void this.validateNumber();this.countryCallingCode=t.detail.value.id,this.countryCode=null===(e=t.detail.value.id.split(",")[2])||void 0===e?void 0:e.trim(),this.validateNumber()}handlePhoneChange(t){this.value=t.detail.value,t.stopPropagation(),this.dispatchEvent(new CustomEvent("phoneinput-change",{bubbles:!0,composed:!0,detail:{srcEvent:t,value:`${this.countryCallingCode}${this.value}`,isValid:this.isValid,phoneNumber:this.value}}))}handleKeydown(t){this.isValid=!0,t.stopPropagation(),this.dispatchEvent(new CustomEvent("phoneinput-keydown",{bubbles:!0,composed:!0,detail:{srcEvent:t,value:`${this.countryCallingCode}${this.value}`,isValid:this.isValid,phoneNumber:this.value}}))}handleBlur(t){this.validateInput(this.value),this.validateNumber(),t.stopPropagation(),this.dispatchEvent(new CustomEvent("phoneinput-blur",{bubbles:!0,composed:!0,detail:{srcEvent:t,value:`${this.countryCallingCode}${this.value}`,isValid:this.isValid,phoneNumber:this.value}}))}validateInput(t){this.formattedValue=new l.AsYouType(this.countryCode).input(t)}getFormatedCountryCallingCode(){var t;return{id:this.countryCallingCode,value:null===(t=this.countryCallingCode.split(",")[0])||void 0===t?void 0:t.trim()}}getModStyle(){return p.html`
17
+ `}validateNumber(){this.isValid=!this.value||Object(l.isValidNumberForRegion)(this.value,this.countryCode)}handleCountryChange(t){var e;if(!t.detail.value||!t.detail.value.id)return this.countryCode="US",this.countryCallingCode="",void this.validateNumber();this.countryCallingCode=t.detail.value.id,this.countryCode=null===(e=t.detail.value.id.split(",")[2])||void 0===e?void 0:e.trim(),this.validateNumber(),this.dispatchEvent(new CustomEvent("countrycode-change",{bubbles:!0,composed:!0,detail:{srcEvent:t,isValid:this.isValid}}))}handlePhoneChange(t){this.value=t.detail.value,t.stopPropagation(),this.dispatchEvent(new CustomEvent("phoneinput-change",{bubbles:!0,composed:!0,detail:{srcEvent:t,value:`${this.countryCallingCode}${this.value}`,isValid:this.isValid,phoneNumber:this.value}}))}handleKeydown(t){this.isValid=!0,t.stopPropagation(),this.dispatchEvent(new CustomEvent("phoneinput-keydown",{bubbles:!0,composed:!0,detail:{srcEvent:t,value:`${this.countryCallingCode}${this.value}`,isValid:this.isValid,phoneNumber:this.value}}))}handleBlur(t){this.validateInput(this.value),this.validateNumber(),t.stopPropagation(),this.dispatchEvent(new CustomEvent("phoneinput-blur",{bubbles:!0,composed:!0,detail:{srcEvent:t,value:`${this.countryCallingCode}${this.value}`,isValid:this.isValid,phoneNumber:this.value}}))}validateInput(t){this.formattedValue=new l.AsYouType(this.countryCode).input(t)}getFormatedCountryCallingCode(){var t;return{id:this.countryCallingCode,value:null===(t=this.countryCallingCode.split(",")[0])||void 0===t?void 0:t.trim()}}getModStyle(){return p.html`
18
18
  <style>
19
19
  .md-phone-input__container md-combobox {
20
20
  width: 5.625rem;
@@ -27,7 +27,7 @@
27
27
  padding-left: 0;
28
28
  }
29
29
  </style>
30
- `}static get styles(){return[r.a,u]}render(){return p.html`
30
+ `}static get styles(){return[r.a,c]}render(){return p.html`
31
31
  ${this.showFlags?this.getModStyle():s.nothing}
32
32
  <div class="md-phone-input__container">
33
33
  ${this.showFlags?p.html`
@@ -58,4 +58,4 @@
58
58
  .messageArr="${!this.isValid||this.showErrorMessage?[{type:"error",message:this.errorMessage}]:[]}"
59
59
  ></md-input>
60
60
  </div>
61
- `}};c([Object(p.property)({type:String,reflect:!0})],e.prototype,"codePlaceholder",void 0),c([Object(p.property)({type:String})],e.prototype,"numberPlaceholder",void 0),c([Object(p.property)({type:String,attribute:"country-calling-code"})],e.prototype,"countryCallingCode",void 0),c([Object(p.property)({type:Boolean,attribute:"show-flags"})],e.prototype,"showFlags",void 0),c([Object(p.property)({type:Boolean})],e.prototype,"pill",void 0),c([Object(p.property)({type:Boolean})],e.prototype,"disabled",void 0),c([Object(p.property)({type:String})],e.prototype,"value",void 0),c([Object(p.property)({type:String})],e.prototype,"errorMessage",void 0),c([Object(p.property)({type:Boolean})],e.prototype,"showErrorMessage",void 0),c([Object(p.internalProperty)()],e.prototype,"countryCode",void 0),c([Object(p.internalProperty)()],e.prototype,"codeList",void 0),c([Object(p.internalProperty)()],e.prototype,"formattedValue",void 0),c([Object(p.internalProperty)()],e.prototype,"isValid",void 0),c([Object(p.query)("md-combobox")],e.prototype,"combobox",void 0),e=c([Object(n.a)("md-phone-input")],e),t.ELEMENT=e}(i||(i={}))}}]);
61
+ `}};u([Object(p.property)({type:String,reflect:!0})],e.prototype,"codePlaceholder",void 0),u([Object(p.property)({type:String})],e.prototype,"numberPlaceholder",void 0),u([Object(p.property)({type:String,attribute:"country-calling-code"})],e.prototype,"countryCallingCode",void 0),u([Object(p.property)({type:Boolean,attribute:"show-flags"})],e.prototype,"showFlags",void 0),u([Object(p.property)({type:Boolean})],e.prototype,"pill",void 0),u([Object(p.property)({type:Boolean})],e.prototype,"disabled",void 0),u([Object(p.property)({type:String})],e.prototype,"value",void 0),u([Object(p.property)({type:String})],e.prototype,"errorMessage",void 0),u([Object(p.property)({type:Boolean})],e.prototype,"showErrorMessage",void 0),u([Object(p.internalProperty)()],e.prototype,"countryCode",void 0),u([Object(p.internalProperty)()],e.prototype,"codeList",void 0),u([Object(p.internalProperty)()],e.prototype,"formattedValue",void 0),u([Object(p.internalProperty)()],e.prototype,"isValid",void 0),u([Object(p.query)("md-combobox")],e.prototype,"combobox",void 0),e=u([Object(n.a)("md-phone-input")],e),t.ELEMENT=e}(i||(i={}))}}]);
@@ -1,4 +1,4 @@
1
- (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[80],{98:function(o,e,r){"use strict";r.r(e),r.d(e,"Theme",(function(){return t}));var t,l=r(59),c=r(38),d=r(21),a=r(5),b=r(0),n=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#3B3B3B;--sandbox-secondary-bg-color:#121212;--main-bg-color:#121212;--md-default-focus-outline-color:#07C1F5;--md-primary-bg-color:#121212;--md-primary-one-bg-color:#1C1C1C;--md-primary-two-bg-color:#292929;--md-secondary-bg-color:#121212;--md-secondary-one-bg-color:#1C1C1C;--md-secondary-two-bg-color:#292929;--md-secondary-three-bg-color:#3B3B3B;--md-tertiary-bg-color:#292929;--md-tertiary-one-bg-color:#1C1C1C;--md-tertiary-two-bg-color:#3B3B3B;--md-quaternary-bg-color:#3B3B3B;--md-quaternary-one-bg-color:#707070;--md-quaternary-two-bg-color:#292929;--md-conference-chat-bg-color:#26262B;--md-secondary-white-bg-color:#1C1C1C;--md-tertiary-white-bg-color:#292929;--md-primary-success-bg-color:#12615A;--md-primary-success-text-color:#BAF5E7;--md-primary-text-color:#F7F7F7;--md-secondary-text-color:#B2B2B2;--md-disabled-text-color:#545454;--md-highlight-text-color:#064157;--md-hyperlink-text-color:#07C1F5;--md-hyperlink-hover-text-color:#91EBFF;--md-hyperlink-focus-text-color:#07C1F5;--md-focus-border-color:#07C1F5;--md-primary-seperator-color:#545454;--md-secondary-seperator-color:#707070;--md-alert-error-bg-color:#6E1D13;--md-alert-error-text-color:#FF9580;--md-alert-warning-bg-color:#54330D;--md-alert-warning-text-color:#FC9D03;--md-alert-success-bg-color:#08421F;--md-alert-success-text-color:#00CF64;--md-alert-info-bg-color:#064157;--md-alert-info-text-color:#07C1F5;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#1C1C1C;--md-email-composer-thread-bar-color:#C7A5FA;--md-email-composer-ccChip-bg-color:#292929;--md-interaction-history-bg-color:#1C1C1C;--md-auto-wrapup-bg-color:#092D3B;--md-menu-overlay-border-color:#3B3B3B;--md-dynamic-layout-button-border-color:#545454;--md-dynamic-layout-button-inverted-border-color:#EDEDED;--md-nav-tab-hover-bg-color:#3B3B3B;--md-nav-tab-active-bg-color:#545454;--md-input-bg-color:#1C1C1C;--md-input-chat-length-indicator-bg-color:#292929;--md-input-chat-length-indicator-color:#B2B2B2;--md-input-chat-bg-color:#292929;--md-input-chat-color:#F7F7F7;--md-input-chat-error-color:#F7644A;--md-webex-chat-disable-bg-color:#292929;--md-webex-chat-disable-color:#545454;--rem-base:14px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#07C1F5;--md-button-primary-outline-text-color:#07C1F5;--md-button-secondary-bg-color:#707070;--md-button-secondary-hover-bg-color:#545454;--md-button-secondary-pressed-bg-color:#3B3B3B;--md-button-secondary-text-color:#F7F7F7;--md-button-secondary-outline-color:#B2B2B2;--md-button-secondary-outline-text-color:#B2B2B2;--md-button-tertiary-bg-color:#DEDEDE;--md-button-tertiary-hover-bg-color:#ccc;--md-button-tertiary-pressed-bg-color:#B2B2B2;--md-button-tertiary-text-color:#121212;--md-button-tertiary-outline-color:#545454;--md-button-tertiary-outline-text-color:#545454;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#00CF64;--md-button-join-outline-text-color:#00CF64;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#FF9580;--md-button-cancel-outline-text-color:#FF9580;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#707070;--md-button-ghost-text-color:#F7F7F7;--md-button-focus-ring-color:#07C1F5;--md-button-disabled-bg-color:#292929;--md-button-disabled-text-color:#545454;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#F7F7F7;--md-button-files-hover-bg-color:#3B3B3B;--md-button-files-hover-text-color:#F7F7F7;--md-button-files-pressed-bg-color:#D97F00;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#F7F7F7;--md-button-whiteboards-hover-bg-color:#3B3B3B;--md-button-whiteboards-hover-text-color:#F7F7F7;--md-button-whiteboards-pressed-bg-color:#E060DE;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#121212;--md-input-background-hover:#3B3B3B;--md-input-background-pressed:#545454;--md-input-background-active:#3B3B3B;--md-input-background-theme-color:#07C1F5;--md-input-background-theme-hover:#00A0D1;--md-input-background-theme-pressed:#007AA3;--md-input-background-theme-active:#007AA3;--md-input-background-theme-disabled:#092D3B;--md-input-background-error:#4A1812;--md-input-disabled:#292929;--md-input-focusRing:#07C1F5;--md-input-outline-color:#545454;--md-input-outline-active:#707070;--md-input-outline-error:#F7644A;--md-input-text-primary:#F7F7F7;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#FF9580;--md-textColor-primary:#F7F7F7;--md-textColor-secondary:#B2B2B2;--md-textColor-disabled:#545454;--md-textColor-highlight:#3B3B3B;--md-textColor-hyperlink-color:#07C1F5;--md-textColor-hyperlink-hover:#91EBFF;--md-textColor-hyperlink-focus:#07C1F5;--md-background-primary:#121212;--md-background-secondary:#1C1C1C;--md-background-tertiary:#292929;--md-background-quaternary:#3B3B3B;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#54330D;--md-alert-background-error:#6E1D13;--md-alert-background-theme:#064157;--md-alert-background-success:#08421F;--md-alert-text-warning:#FC9D03;--md-alert-text-error:#FF9580;--md-alert-text-theme:#07C1F5;--md-alert-text-success:#00CF64;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#545454;--md-separator-secondary:#707070;--accordion-color-border:#292929;--accordion-bg-focus:#292929;--accordion-hover:#3B3B3B;--accordion-active:#00A0D1;--alert-default-bg-color:#292929;--alert-default-align-items:flex-start;--alert-default-text-color:#DEDEDE;--alert-default-icon-size:24px;--alert-title-text-color:#F7F7F7;--alert-title-font-size:1rem;--alert-close-bg-color:#292929;--alert-close-size:1rem;--alert-close-text-color:#F7F7F7;--alert-banner-default-bg-color:#005E7D;--alert-banner-default-text-color:#C9F4FF;--alert-banner-error-bg-color:#A12512;--alert-banner-error-text-color:#FFE8E3;--alert-banner-warning-bg-color:#7D4705;--alert-banner-warning-text-color:#FFECC2;--avatar-letter-bg-color:#3B3B3B;--avatar-letter-text-color:#EDEDED;--avatar-blue-bg-color:#103C62;--avatar-blue-text-color:#C7EEFF;--avatar-green-bg-color:#08421F;--avatar-green-text-color:#78F5B8;--avatar-purple-bg-color:#601E66;--avatar-purple-text-color:#FCE1FC;--avatar-violet-bg-color:#432C77;--avatar-violet-text-color:#F0E3FC;--avatar-mint-bg-color:#12423F;--avatar-mint-text-color:#BAF5E7;--avatar-darkmint-bg-color:#16A693;--avatar-darkmint-text-color:#F7F7F7;--avatar-yellow-bg-color:#54330D;--avatar-yellow-text-color:#FFD98C;--avatar-red-bg-color:#6E1D13;--avatar-red-text-color:#FFD5CC;--avatar-orange-bg-color:#59311E;--avatar-orange-text-color:#FCE4C7;--avatar-cyan-bg-color:#0A414D;--avatar-cyan-text-color:#B2F4F7;--avatar-slate-bg-color:#393A47;--avatar-slate-text-color:#E3E7FA;--avatar-pink-bg-color:#66262D;--avatar-pink-text-color:#FFE0E7;--avatar-cobalt-bg-color:#103C62;--avatar-cobalt-text-color:#C7EEFF;--avatar-gold-bg-color:#4D370C;--avatar-gold-text-color:#F5EAA2;--avatar-lime-bg-color:#2D4214;--avatar-lime-text-color:#DDF2AE;--badge-default-bg-color:#3B3B3B;--badge-default-text-color:#F7F7F7;--badge-blue-bg-color:#08599C;--badge-blue-text-color:#C7EEFF;--badge-blue-hover-bg-color:#0A78CC;--badge-blue-active-bg-color:#279BE7;--badge-gray-bg-color:#545454;--badge-gray-text-color:#F7F7F7;--badge-gray-hover-bg-color:#707070;--badge-gray-active-bg-color:#949494;--badge-green-bg-color:#08421F;--badge-green-text-color:#78F5B8;--badge-lime-bg-color:#416116;--badge-lime-text-color:#DDF2AE;--badge-lime-hover-bg-color:#588219;--badge-lime-active-bg-color:#73A321;--badge-pink-bg-color:#A12A3A;--badge-pink-text-color:#FFE0E7;--badge-pink-hover-bg-color:#D43B52;--badge-pink-active-bg-color:#F0677E;--badge-purple-bg-color:#601E66;--badge-purple-text-color:#FCE1FC;--badge-violet-bg-color:#643ABD;--badge-violet-text-color:#F0E3FC;--badge-violet-hover-bg-color:#875AE1;--badge-violet-active-bg-color:#A87FF1;--badge-mint-bg-color:#12615A;--badge-mint-text-color:#BAF5E7;--badge-mint-hover-bg-color:#148579;--badge-mint-active-bg-color:#16A693;--badge-darkmint-bg-color:#16A693;--badge-darkmint-text-color:#F7F7F7;--badge-yellow-bg-color:#54330D;--badge-yellow-text-color:#FFD98C;--badge-gold-bg-color:#735107;--badge-gold-text-color:#F5EAA2;--badge-gold-hover-bg-color:#996E00;--badge-gold-active-bg-color:#BA8C00;--badge-red-bg-color:#6E1D13;--badge-red-text-color:#FFD5CC;--badge-darkred-bg-color:#D4371C;--badge-darkred-text-color:#FFBBAD;--badge-orange-bg-color:#914017;--badge-orange-text-color:#FCE4C7;--badge-orange-hover-bg-color:#C74F0E;--badge-orange-active-bg-color:#F26B1D;--badge-cyan-bg-color:#0A414D;--badge-cyan-text-color:#B2F4F7;--badge-hold-bg-color:#54330D;--badge-hold-text-color:#F7F7F7;--badge-outline-color:#DEDEDE;--badge-outline-text-color:#F7F7F7;--badge-disabled-bg-color:#292929;--badge-disabled-text-color:#545454;--breadcrumb-color:#07C1F5;--breadcrumb-color-current:#949494;--breadcrumb-color-slash:#B2B2B2;--button-primary-bg-color:#007AA3;--button-primary-text-color:#F7F7F7;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-outline-color:#07C1F5;--button-primary-outline-text-color:#07C1F5;--button-secondary-bg-color:#3B3B3B;--button-secondary-text-color:#F7F7F7;--button-secondary-hover-bg-color:#292929;--button-secondary-pressed-bg-color:#121212;--button-secondary-outline-color:#B2B2B2;--button-secondary-outline-text-color:#B2B2B2;--button-green-bg-color:#00853C;--button-green-hover-bg-color:#03612C;--button-green-pressed-bg-color:#08421F;--button-green-outline-color:#00CF64;--button-green-outline-text-color:#00CF64;--button-white-bg-color:#292929;--button-white-text-color:#B2B2B2;--button-white-hover-bg-color:#292929;--button-white-pressed-bg-color:#1C1C1C;--button-white-outline-color:#B2B2B2;--button-white-outline-text-color:#B2B2B2;--button-inverted-white-bg-color:#fff;--button-inverted-white-text-color:#121212;--button-inverted-white-hover-bg-color:#EDEDED;--button-inverted-white-pressed-bg-color:#DEDEDE;--button-inverted-white-outline-color:#ccc;--button-inverted-white-outline-text-color:#545454;--button-gray-bg-color:#3B3B3B;--button-gray-hover-bg-color:#545454;--button-gray-pressed-bg-color:#707070;--button-red-bg-color:#D4371C;--button-red-hover-bg-color:#A12512;--button-red-pressed-bg-color:#6E1D13;--button-red-outline-color:#FF9580;--button-red-outline-text-color:#FF9580;--button-available-bg-color:#092E16;--button-available-hover-bg-color:#08421F;--button-available-pressed-bg-color:#08421F;--button-engaged-bg-color:#38240E;--button-engaged-hover-bg-color:#54330D;--button-engaged-pressed-bg-color:#7D4705;--button-unavailable-bg-color:#4A1812;--button-unavailable-hover-bg-color:#6E1D13;--button-unavailable-pressed-bg-color:#6E1D13;--button-idle-bg-color:#292929;--button-idle-hover-bg-color:#3B3B3B;--button-idle-pressed-bg-color:#3B3B3B;--button-disabled-bg-color:#292929;--button-disabled-text-color:#545454;--button-favorite-hover-bg-color:#292929;--button-favorite-pressed-bg-color:#3B3B3B;--button-focus-ring-color:#07C1F5;--button-group-color:#B2B2B2;--button-group-color-active:#F7F7F7;--button-group-bg-color:#1C1C1C;--button-group-bg-color-hover:#292929;--button-group-bg-color-pressed:#3B3B3B;--button-group-bg-color-focus:#292929;--button-group-bg-color-active:#707070;--chat-message-color:#B2B2B2;--chat-message-color-heading:#ccc;--checkbox-bg-color:#121212;--checkbox-text-color:#F7F7F7;--checkbox-border-color:#545454;--checkbox-hover-bg-color:#292929;--checkbox-hover-border-color:#3B3B3B;--checkbox-pressed-bg-color:#3B3B3B;--checkbox-pressed-border-color:#545454;--checkbox-selected-bg-color:#07C1F5;--checkbox-selected-border-color:#07C1F5;--checkbox-selected-hover-bg-color:#00A0D1;--checkbox-selected-hover-border-color:#00A0D1;--checkbox-selected-pressed-bg-color:#007AA3;--checkbox-selected-pressed-border-color:#007AA3;--checkbox-focus-border-color:#005E7D;--checkbox-focus-shadow-color:0 0 4px 2px transparent;--coachmark-default-bg-color:#3B3B3B;--coachmark-default-text-color:#F7F7F7;--coachmark-blue-bg-color:#103C62;--coachmark-blue-text-color:#C7EEFF;--coachmark-green-bg-color:#08421F;--coachmark-green-text-color:#78F5B8;--coachmark-purple-bg-color:#601E66;--coachmark-purple-text-color:#FCE1FC;--coachmark-violet-bg-color:#432C77;--coachmark-violet-text-color:#F0E3FC;--coachmark-mint-bg-color:#12423F;--coachmark-mint-text-color:#BAF5E7;--coachmark-darkmint-bg-color:#16A693;--coachmark-darkmint-text-color:#F7F7F7;--coachmark-yellow-bg-color:#54330D;--coachmark-yellow-text-color:#FFD98C;--coachmark-red-bg-color:#6E1D13;--coachmark-red-text-color:#FFD5CC;--coachmark-darkred-bg-color:#D4371C;--coachmark-darkred-text-color:#FFBBAD;--coachmark-orange-bg-color:#59311E;--coachmark-orange-text-color:#FCE4C7;--coachmark-cyan-bg-color:#0A414D;--coachmark-cyan-text-color:#B2F4F7;--coachmark-outline-color:#DEDEDE;--coachmark-outline-text-color:#F7F7F7;--combobox-bg-color:#121212;--combobox-border-color:#3B3B3B;--combobox-text-color:#B2B2B2;--combobox-hover-bg-color:#292929;--combobox-pressed-bg-color:#3B3B3B;--combobox-focus-border-color:#00A0D1;--combobox-disabled-bg-color:#292929;--combobox-invalid-bg-color:#4A1812;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#292929;--combobox-dropdown-item-hover-bg-color:#064157;--combobox-dropdown-item-focus-bg-color:#005E7D;--combobox-dropdown-item-select-bg-color:#121212;--combobox-dropdown-item-checked-bg-color:#00A0D1;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#B2B2B2;--combobox-group-button-bg-color:#B2B2B2;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px transparent;--combobox-group-focus-border:1px solid;--combobox-selected-bg-color:#3B3B3B;--combobox-selected-border-color:#545454;--combobox-selected-hover:#3B3B3B;--combobox-group-label-bg-color:#292929;--combobox-group-label-color:#B2B2B2;--combobox-group-label-border-color:#3B3B3B;--datepicker-default-hover-bg-color:#545454;--datepicker-selected-today-text-color:#F7F7F7;--datepicker-range-text-color:#F7F7F7;--datepicker-range-bg-color:#707070;--datepicker-range-hover-bg-color:#545454;--datepicker-range-edge-text-color:#121212;--datepicker-range-edge-bg-color:#F7F7F7;--dropdown-bg-color-hover:#292929;--dropdown-bg-color-active:#3B3B3B;--dropdown-border-color:#3B3B3B;--dropdown-border-color-focus:#00A0D1;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#292929;--dropdown-list-item-bg-color-hover:#005E7D;--dropdown-list-item-bg-color-focus:#064157;--editable-textfield-default-bg-color:#121212;--editable-textfield-default-text-color:#F7F7F7;--editable-textfield-default-hover-bg-color:#292929;--editable-textfield-default-read-only-bg-color:#292929;--editable-textfield-default-focus-border-color:#07C1F5;--editable-textfield-default-pressed-bg-color:#3B3B3B;--editable-textfield-default-pressed-border-color:#545454;--editable-textfield-disabled-bg-color:#1C1C1C;--editable-textfield-disabled-text-color:#545454;--editable-textfield-error-bg-color:#4A1812;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#F7F7F7;--editable-textfield-error-message-text-color:#F7644A;--editable-textfield-error-hover-bg-color:#6E1D13;--editable-textfield-error-pressed-bg-color:#A12512;--editable-textfield-success-border-color:#07C1F5;--editable-textfield-success-hover-bg-color:#08421F;--editable-textfield-warning-border-color:#FC9D03;--editable-textfield-warning-hover-bg-color:#54330D;--editable-textfield-filled-bg-color:#292929;--editable-textfield-filled-disabled-bg-color:#292929;--editable-textfield-filled-hover-bg-color:#545454;--floating-modal-main-bg-color:#292929;--floating-modal-main-text-color:#F7F7F7;--floating-modal-main-border-color:#3B3B3B;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.12),0 0 1px rgba(0,0,0,0.2);--floating-modal-main-bg-color-alternate:#ccc;--floating-modal-main-text-color-alternate:#121212;--floating-modal-outer-border-color:#292929;--help-text-default-color:#ccc;--input-default-bg-color:#121212;--input-default-text-color:#F7F7F7;--input-default-border-color:#3B3B3B;--input-default-hover-bg-color:#292929;--input-default-read-only-bg-color:#292929;--input-default-focus-border-color:#07C1F5;--input-default-pressed-bg-color:#3B3B3B;--input-default-pressed-border-color:#545454;--input-default-outline-color:#07C1F5;--input-default-outline-text-color:#07C1F5;--input-disabled-bg-color:#292929;--input-disabled-text-color:#545454;--input-error-bg-color:#4A1812;--input-error-border-color:#F7644A;--input-error-text-color:#F7F7F7;--input-error-message-text-color:#F7644A;--input-error-hover-bg-color:#6E1D13;--input-error-pressed-bg-color:#A12512;--input-succes-border-color:#07C1F5;--input-warning-border-color:#FC9D03;--input-filled-bg-color:#292929;--input-filled-disabled-bg-color:#292929;--input-filled-hover-bg-color:#545454;--input-focus-ring-color:#07C1F5;--label-color:#ccc;--label-secondary:#B2B2B2;--link-default:#07C1F5;--link-hover:#91EBFF;--link-pressed:#C9F4FF;--link-focus:#07C1F5;--link-focus-outline:#007AA3;--link-disabled:#545454;--link-inline:#F7644A;--link-inline-hover:#FF9580;--link-inline-pressed:#FFBBAD;--link-inline-focus:#F7644A;--link-inline-font-size:14px;--link-inline-font-size__inline:12px;--list-text-color:#F7F7F7;--list-hover-background:#064157;--list-disabled-text-color:#545454;--list-active-background:#005E7D;--list-focus-border-color:#07C1F5;--menu-default:#EDEDED;--menu-hover-bg:#064157;--menu-pressed-bg:#005E7D;--modal-main-bg-color:#292929;--modal-main-text-color:#B2B2B2;--modal-main-border-color:#3B3B3B;--modal-main-radius:.5rem;--modal-main-padding:1.5rem 1rem;--modal-title-text-color:#F7F7F7;--modal-backdrop-bg-color:#000;--pagination-color:#707070;--pagination-color-current:#fff;--pagination-bg-current:#007AA3;--pagination-bg-hover:#EDEDED;--pagination-nav-color:#B2B2B2;--pagination-nav-hover:#707070;--pagination-nav-disabled:#ccc;--pagination-dots-color:#ccc;--pagination-dots-color-current:#707070;--phone-input-default-bg-color:#121212;--phone-input-default-border-color:#3B3B3B;--phone-input-disabled-bg-color:#121212;--radio-input-bg-color:#121212;--radio-input-text-color:#F7F7F7;--radio-input-border-color:#545454;--radio-input-hover-bg-color:#292929;--radio-input-hover-border-color:#3B3B3B;--radio-input-pressed-bg-color:#3B3B3B;--radio-input-pressed-border-color:#545454;--radio-input-selected-bg-color:#07C1F5;--radio-input-selected-border-color:#07C1F5;--radio-input-selected-hover-bg-color:#00A0D1;--radio-input-selected-hover-border-color:#00A0D1;--radio-input-selected-pressed-bg-color:#007AA3;--radio-input-selected-pressed-border-color:#007AA3;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-bar:#B2B2B2;--slider-background-disabled-selection:#fff;--slider-background-disabled-pointer:#B2B2B2;--slider-background-focus-pointer:#B2B2B2;--table-header-bg-color:#1C1C1C;--table-hover-bg-color:#292929;--table-pressed-bg-color:#3B3B3B;--table-border-color:#3B3B3B;--table-text-color:#B2B2B2;--table-stripped-bg-color:#3B3B3B;--table-advanced-header-bg-color:#1C1C1C;--table-advanced-filter-bg-color:#121212;--table-advanced-filter-border-color:#3B3B3B;--table-advanced-filter-hover-bg-color:#292929;--table-advanced-filter-pressed-bg-color:#3B3B3B;--table-advanced-hover-bg-color:#1C1C1C;--table-advanced-selected-bg-color:#292929;--table-advanced-border-color:#3B3B3B;--table-advanced-text-color:#B2B2B2;--table-advanced-stripped-bg-color:#3B3B3B;--tabs-default-bg-color:#121212;--tabs-default-text-color:#B2B2B2;--tabs-default-border-color:#292929;--tabs-default-active-border:#07C1F5;--tabs-default-focus-bg:#292929;--tabs-default-focus-border:#07C1F5;--tabs-default-focus-shadow:0 0 4px 2px Transparent;--tabs-default-hover-border:#DEDEDE;--tabs-default-hover:#3B3B3B;--tabs-default-pressed:#545454;--tabs-default-disabled:#545454;--tabs-default-active:#00A0D1;--tabs-left-arrow-bg-color:linear-gradient(to right, #121212 0%, #121212 50%, rgba(18,18,18,0.5) 75%, rgba(18,18,18,0) 100%);--tabs-right-arrow-bg-color:linear-gradient(to right, rgba(18,18,18,0) 0%, rgba(18,18,18,0.5) 25%, #121212 50%, #121212 100%);--taskitem-text-color:#B2B2B2;--taskitem-hover-bg-color:#292929;--taskitem-pressed-bg-color:#292929;--taskitem-focus-bg-color:#1C1C1C;--taskitem-focus-border-color:#07C1F5;--taskitem-status-bg-color:#3B3B3B;--taskitem-status-text-color:#EDEDED;--taskitem-status-pause-bg-color:#7D4705;--taskitem-selected-text-color:#F7F7F7;--taskitem-chat-text-color:#B2B2B2;--taskitem-chat-quantity-bg-color:#08599C;--taskitem-chat-quantity-text-color:#C7EEFF;--toggle-switch-bg-color:#545454;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#00A0D1;--toggle-switch-bg-color--checked-hover:#007AA3;--toggle-switch-bg-color--disabled:#292929;--toggle-switch-bg-color--disabled--checked:#092D3B;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#545454;--toggle-switch-slider-color-disabled--checked:#545454;--toggle-switch-focus:#007AA3;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,i=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#DEDEDE;--sandbox-secondary-bg-color:#e5e5e5;--main-bg-color:#EDEDED;--md-default-focus-outline-color:#007AA3;--md-primary-bg-color:#fff;--md-primary-one-bg-color:#fff;--md-primary-two-bg-color:#fff;--md-secondary-bg-color:#F7F7F7;--md-secondary-one-bg-color:#F7F7F7;--md-secondary-two-bg-color:#F7F7F7;--md-secondary-three-bg-color:#F7F7F7;--md-tertiary-bg-color:#EDEDED;--md-tertiary-one-bg-color:#EDEDED;--md-tertiary-two-bg-color:#EDEDED;--md-quaternary-bg-color:#DEDEDE;--md-quaternary-one-bg-color:#DEDEDE;--md-quaternary-two-bg-color:#DEDEDE;--md-conference-chat-bg-color:#F2F4FF;--md-secondary-white-bg-color:#fff;--md-tertiary-white-bg-color:#fff;--md-primary-success-bg-color:#BEFADE;--md-primary-success-text-color:#03612C;--md-primary-text-color:#121212;--md-secondary-text-color:#545454;--md-disabled-text-color:#B2B2B2;--md-highlight-text-color:#91EBFF;--md-hyperlink-text-color:#005E7D;--md-hyperlink-hover-text-color:#092D3B;--md-hyperlink-focus-text-color:#005E7D;--md-focus-border-color:#005E7D;--md-primary-seperator-color:#ccc;--md-secondary-seperator-color:#B2B2B2;--md-alert-error-bg-color:#FFE8E3;--md-alert-error-text-color:#A12512;--md-alert-warning-bg-color:#FFECC2;--md-alert-warning-text-color:#7D4705;--md-alert-success-bg-color:#BEFADE;--md-alert-success-text-color:#03612C;--md-alert-info-bg-color:#C9F4FF;--md-alert-info-text-color:#005E7D;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#fff;--md-email-composer-thread-bar-color:#643ABD;--md-email-composer-ccChip-bg-color:#F7F7F7;--md-interaction-history-bg-color:#F7F7F7;--md-auto-wrapup-bg-color:#EBFCFF;--md-menu-overlay-border-color:#DEDEDE;--md-dynamic-layout-button-border-color:#EDEDED;--md-dynamic-layout-button-inverted-border-color:#545454;--md-nav-tab-hover-bg-color:#EDEDED;--md-nav-tab-active-bg-color:#DEDEDE;--md-input-bg-color:#fff;--md-input-chat-length-indicator-bg-color:#fff;--md-input-chat-length-indicator-color:#545454;--md-input-chat-bg-color:#fff;--md-input-chat-color:#121212;--md-input-chat-error-color:#A12512;--md-webex-chat-disable-bg-color:#DEDEDE;--md-webex-chat-disable-color:#B2B2B2;--rem-base:14px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#005E7D;--md-button-primary-outline-text-color:#005E7D;--md-button-secondary-bg-color:#DEDEDE;--md-button-secondary-hover-bg-color:#ccc;--md-button-secondary-pressed-bg-color:#B2B2B2;--md-button-secondary-text-color:#121212;--md-button-secondary-outline-color:#545454;--md-button-secondary-outline-text-color:#545454;--md-button-tertiary-bg-color:#3B3B3B;--md-button-tertiary-hover-bg-color:#292929;--md-button-tertiary-pressed-bg-color:#1C1C1C;--md-button-tertiary-text-color:#F7F7F7;--md-button-tertiary-outline-color:#B2B2B2;--md-button-tertiary-outline-text-color:#B2B2B2;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#03612C;--md-button-join-outline-text-color:#03612C;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#A12512;--md-button-cancel-outline-text-color:#A12512;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#3B3B3B;--md-button-ghost-text-color:#121212;--md-button-focus-ring-color:#007AA3;--md-button-disabled-bg-color:#DEDEDE;--md-button-disabled-text-color:#B2B2B2;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#121212;--md-button-files-hover-bg-color:#7D4705;--md-button-files-hover-text-color:#fff;--md-button-files-pressed-bg-color:#54330D;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#121212;--md-button-whiteboards-hover-bg-color:#932099;--md-button-whiteboards-hover-text-color:#fff;--md-button-whiteboards-pressed-bg-color:#601E66;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#fff;--md-input-background-hover:#DEDEDE;--md-input-background-pressed:#ccc;--md-input-background-active:#DEDEDE;--md-input-background-theme-color:#007AA3;--md-input-background-theme-hover:#005E7D;--md-input-background-theme-pressed:#064157;--md-input-background-theme-active:#064157;--md-input-background-theme-disabled:#EBFCFF;--md-input-background-error:#FFF5F2;--md-input-disabled:#EDEDED;--md-input-focusRing:#007AA3;--md-input-outline-color:#ccc;--md-input-outline-active:#B2B2B2;--md-input-outline-error:#F7644A;--md-input-text-primary:#121212;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#A12512;--md-textColor-primary:#121212;--md-textColor-secondary:#545454;--md-textColor-disabled:#B2B2B2;--md-textColor-highlight:#DEDEDE;--md-textColor-hyperlink-color:#005E7D;--md-textColor-hyperlink-hover:#092D3B;--md-textColor-hyperlink-focus:#005E7D;--md-background-primary:#fff;--md-background-secondary:#F7F7F7;--md-background-tertiary:#EDEDED;--md-background-quaternary:#DEDEDE;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#FFECC2;--md-alert-background-error:#FFE8E3;--md-alert-background-theme:#C9F4FF;--md-alert-background-success:#BEFADE;--md-alert-text-warning:#7D4705;--md-alert-text-error:#A12512;--md-alert-text-theme:#005E7D;--md-alert-text-success:#03612C;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#ccc;--md-separator-secondary:#B2B2B2;--accordion-color-border:#EDEDED;--accordion-bg-focus:#fff;--accordion-hover:#EDEDED;--accordion-active:#007AA3;--alert-default-bg-color:#fff;--alert-default-align-items:flex-start;--alert-default-text-color:#545454;--alert-default-icon-size:24px;--alert-title-text-color:#121212;--alert-title-font-size:1rem;--alert-close-bg-color:#fff;--alert-close-size:1rem;--alert-close-text-color:#121212;--alert-banner-default-bg-color:#C9F4FF;--alert-banner-default-text-color:#005E7D;--alert-banner-error-bg-color:#FFE8E3;--alert-banner-error-text-color:#A12512;--alert-banner-warning-bg-color:#FFECC2;--alert-banner-warning-text-color:#7D4705;--avatar-letter-bg-color:#EDEDED;--avatar-letter-text-color:#292929;--avatar-blue-bg-color:#C7EEFF;--avatar-blue-text-color:#08599C;--avatar-green-bg-color:#78F5B8;--avatar-green-text-color:#03612C;--avatar-purple-bg-color:#FCE1FC;--avatar-purple-text-color:#932099;--avatar-violet-bg-color:#F0E3FC;--avatar-violet-text-color:#643ABD;--avatar-mint-bg-color:#BAF5E7;--avatar-mint-text-color:#12615A;--avatar-darkmint-bg-color:#16A693;--avatar-darkmint-text-color:#F7F7F7;--avatar-yellow-bg-color:#FFD98C;--avatar-yellow-text-color:#7D4705;--avatar-red-bg-color:#FFD5CC;--avatar-red-text-color:#A12512;--avatar-orange-bg-color:#FCE4C7;--avatar-orange-text-color:#914017;--avatar-cyan-bg-color:#B2F4F7;--avatar-cyan-text-color:#066070;--avatar-slate-bg-color:#E3E7FA;--avatar-slate-text-color:#535573;--avatar-pink-bg-color:#FFE0E7;--avatar-pink-text-color:#A12A3A;--avatar-cobalt-bg-color:#C7EEFF;--avatar-cobalt-text-color:#08599C;--avatar-gold-bg-color:#F5EAA2;--avatar-gold-text-color:#735107;--avatar-lime-bg-color:#DDF2AE;--avatar-lime-text-color:#416116;--badge-default-bg-color:#F7F7F7;--badge-default-text-color:#545454;--badge-blue-bg-color:#C7EEFF;--badge-blue-text-color:#08599C;--badge-blue-hover-bg-color:#9df;--badge-blue-active-bg-color:#5EBFF6;--badge-gray-bg-color:#DEDEDE;--badge-gray-text-color:#121212;--badge-gray-hover-bg-color:#ccc;--badge-gray-active-bg-color:#ccc;--badge-green-bg-color:#78F5B8;--badge-green-text-color:#03612C;--badge-lime-bg-color:#DDF2AE;--badge-lime-text-color:#416116;--badge-lime-hover-bg-color:#BCE36F;--badge-lime-active-bg-color:#93C437;--badge-pink-bg-color:#FFE0E7;--badge-pink-text-color:#A12A3A;--badge-pink-hover-bg-color:#FFC7D2;--badge-pink-active-bg-color:#FC97AA;--badge-purple-bg-color:#FCE1FC;--badge-purple-text-color:#932099;--badge-violet-bg-color:#F0E3FC;--badge-violet-text-color:#643ABD;--badge-violet-hover-bg-color:#E2CAFC;--badge-violet-active-bg-color:#C7A5FA;--badge-mint-bg-color:#BAF5E7;--badge-mint-text-color:#12615A;--badge-mint-hover-bg-color:#74E8D1;--badge-mint-active-bg-color:#30C9B0;--badge-darkmint-bg-color:#16A693;--badge-darkmint-text-color:#F7F7F7;--badge-yellow-bg-color:#FFD98C;--badge-yellow-text-color:#7D4705;--badge-gold-bg-color:#F5EAA2;--badge-gold-text-color:#735107;--badge-gold-hover-bg-color:#EBD460;--badge-gold-active-bg-color:#D6B220;--badge-red-bg-color:#FFD5CC;--badge-red-text-color:#A12512;--badge-darkred-bg-color:#D4371C;--badge-darkred-text-color:#4A1812;--badge-orange-bg-color:#FCE4C7;--badge-orange-text-color:#914017;--badge-orange-hover-bg-color:#FFCA99;--badge-orange-active-bg-color:#FF9D52;--badge-cyan-bg-color:#B2F4F7;--badge-cyan-text-color:#066070;--badge-hold-bg-color:#FFECC2;--badge-hold-text-color:#121212;--badge-outline-color:#B2B2B2;--badge-outline-text-color:#949494;--badge-disabled-bg-color:#DEDEDE;--badge-disabled-text-color:#B2B2B2;--breadcrumb-color:#00A0D1;--breadcrumb-color-current:#292929;--breadcrumb-color-slash:#949494;--button-primary-bg-color:#007AA3;--button-primary-text-color:#F7F7F7;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-outline-color:#005E7D;--button-primary-outline-text-color:#005E7D;--button-secondary-bg-color:#DEDEDE;--button-secondary-text-color:#121212;--button-secondary-hover-bg-color:#ccc;--button-secondary-pressed-bg-color:#B2B2B2;--button-secondary-outline-color:#545454;--button-secondary-outline-text-color:#545454;--button-green-bg-color:#00853C;--button-green-hover-bg-color:#03612C;--button-green-pressed-bg-color:#08421F;--button-green-outline-color:#03612C;--button-green-outline-text-color:#03612C;--button-white-bg-color:#fff;--button-white-text-color:#545454;--button-white-hover-bg-color:#EDEDED;--button-white-pressed-bg-color:#DEDEDE;--button-white-outline-color:#ccc;--button-white-outline-text-color:#545454;--button-inverted-white-bg-color:#3B3B3B;--button-inverted-white-text-color:#fff;--button-inverted-white-hover-bg-color:#292929;--button-inverted-white-pressed-bg-color:#1C1C1C;--button-inverted-white-outline-color:#B2B2B2;--button-inverted-white-outline-text-color:#B2B2B2;--button-gray-bg-color:#707070;--button-gray-hover-bg-color:#545454;--button-gray-pressed-bg-color:#3B3B3B;--button-red-bg-color:#D4371C;--button-red-hover-bg-color:#A12512;--button-red-pressed-bg-color:#6E1D13;--button-red-outline-color:#A12512;--button-red-outline-text-color:#A12512;--button-available-bg-color:#EDFAF4;--button-available-hover-bg-color:#BEFADE;--button-available-pressed-bg-color:#BEFADE;--button-engaged-bg-color:#FFF7E3;--button-engaged-hover-bg-color:#FFECC2;--button-engaged-pressed-bg-color:#FFD98C;--button-unavailable-bg-color:#FFF5F2;--button-unavailable-hover-bg-color:#FFE8E3;--button-unavailable-pressed-bg-color:#FFE8E3;--button-idle-bg-color:#F7F7F7;--button-idle-hover-bg-color:#EDEDED;--button-idle-pressed-bg-color:#EDEDED;--button-disabled-bg-color:#DEDEDE;--button-disabled-text-color:#B2B2B2;--button-favorite-hover-bg-color:#EDEDED;--button-favorite-pressed-bg-color:#DEDEDE;--button-focus-ring-color:#007AA3;--button-group-color:#545454;--button-group-color-active:#121212;--button-group-bg-color:#DEDEDE;--button-group-bg-color-hover:#ccc;--button-group-bg-color-pressed:#B2B2B2;--button-group-bg-color-focus:#ccc;--button-group-bg-color-active:#fff;--chat-message-color:#121212;--chat-message-color-heading:#545454;--checkbox-bg-color:#fff;--checkbox-text-color:#121212;--checkbox-border-color:#DEDEDE;--checkbox-hover-bg-color:#EDEDED;--checkbox-hover-border-color:#DEDEDE;--checkbox-pressed-bg-color:#DEDEDE;--checkbox-pressed-border-color:#ccc;--checkbox-selected-bg-color:#00A0D1;--checkbox-selected-border-color:#00A0D1;--checkbox-selected-hover-bg-color:#007AA3;--checkbox-selected-hover-border-color:#007AA3;--checkbox-selected-pressed-bg-color:#005E7D;--checkbox-selected-pressed-border-color:#005E7D;--checkbox-focus-border-color:#005E7D;--checkbox-focus-shadow-color:0 0 4px 2px transparent;--coachmark-default-bg-color:#F7F7F7;--coachmark-default-text-color:#545454;--coachmark-blue-bg-color:#C7EEFF;--coachmark-blue-text-color:#08599C;--coachmark-green-bg-color:#78F5B8;--coachmark-green-text-color:#03612C;--coachmark-purple-bg-color:#FCE1FC;--coachmark-purple-text-color:#932099;--coachmark-violet-bg-color:#F0E3FC;--coachmark-violet-text-color:#643ABD;--coachmark-mint-bg-color:#BAF5E7;--coachmark-mint-text-color:#12615A;--coachmark-darkmint-bg-color:#16A693;--coachmark-darkmint-text-color:#F7F7F7;--coachmark-yellow-bg-color:#FFD98C;--coachmark-yellow-text-color:#7D4705;--coachmark-red-bg-color:#FFD5CC;--coachmark-red-text-color:#A12512;--coachmark-darkred-bg-color:#D4371C;--coachmark-darkred-text-color:#4A1812;--coachmark-orange-bg-color:#FCE4C7;--coachmark-orange-text-color:#914017;--coachmark-cyan-bg-color:#B2F4F7;--coachmark-cyan-text-color:#066070;--coachmark-outline-color:#B2B2B2;--coachmark-outline-text-color:#949494;--combobox-bg-color:#fff;--combobox-border-color:#B2B2B2;--combobox-text-color:#545454;--combobox-hover-bg-color:#DEDEDE;--combobox-pressed-bg-color:#ccc;--combobox-focus-border-color:#005E7D;--combobox-disabled-bg-color:#EDEDED;--combobox-invalid-bg-color:#FFE8E3;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#fff;--combobox-dropdown-item-hover-bg-color:#C9F4FF;--combobox-dropdown-item-focus-bg-color:#91EBFF;--combobox-dropdown-item-select-bg-color:#fff;--combobox-dropdown-item-checked-bg-color:#00A0D1;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#121212;--combobox-group-button-bg-color:#707070;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px transparent;--combobox-group-focus-border:1px solid;--combobox-selected-bg-color:#DEDEDE;--combobox-selected-border-color:#ccc;--combobox-selected-hover:#B2B2B2;--combobox-group-label-bg-color:#fff;--combobox-group-label-color:#545454;--combobox-group-label-border-color:#DEDEDE;--datepicker-default-hover-bg-color:#DEDEDE;--datepicker-selected-today-text-color:#fff;--datepicker-range-text-color:#121212;--datepicker-range-bg-color:#DEDEDE;--datepicker-range-hover-bg-color:#ccc;--datepicker-range-edge-text-color:#F7F7F7;--datepicker-range-edge-bg-color:#121212;--dropdown-bg-color-hover:#DEDEDE;--dropdown-bg-color-active:#ccc;--dropdown-border-color:#ccc;--dropdown-border-color-focus:#005E7D;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#fff;--dropdown-list-item-bg-color-hover:#C9F4FF;--dropdown-list-item-bg-color-focus:#91EBFF;--editable-textfield-default-bg-color:#fff;--editable-textfield-default-text-color:#121212;--editable-textfield-default-hover-bg-color:#EDEDED;--editable-textfield-default-read-only-bg-color:#EDEDED;--editable-textfield-default-focus-border-color:#007AA3;--editable-textfield-default-pressed-bg-color:#DEDEDE;--editable-textfield-default-pressed-border-color:#B2B2B2;--editable-textfield-disabled-bg-color:#F7F7F7;--editable-textfield-disabled-text-color:#B2B2B2;--editable-textfield-error-bg-color:#FFE8E3;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#121212;--editable-textfield-error-message-text-color:#A12512;--editable-textfield-error-hover-bg-color:#FFD5CC;--editable-textfield-error-pressed-bg-color:#FFBBAD;--editable-textfield-success-border-color:#00AB50;--editable-textfield-success-hover-bg-color:#78F5B8;--editable-textfield-warning-border-color:#D97F00;--editable-textfield-warning-hover-bg-color:#FFD98C;--editable-textfield-filled-bg-color:#EDEDED;--editable-textfield-filled-disabled-bg-color:#EDEDED;--editable-textfield-filled-hover-bg-color:#DEDEDE;--floating-modal-main-bg-color:#fff;--floating-modal-main-text-color:#121212;--floating-modal-main-border-color:#DEDEDE;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.16),0 0 1px rgba(0,0,0,0.16);--floating-modal-main-bg-color-alternate:#545454;--floating-modal-main-text-color-alternate:#F7F7F7;--floating-modal-outer-border-color:#EDEDED;--help-text-default-color:#545454;--input-default-bg-color:#fff;--input-default-text-color:#121212;--input-default-border-color:#ccc;--input-default-hover-bg-color:#DEDEDE;--input-default-read-only-bg-color:#EDEDED;--input-default-focus-border-color:#007AA3;--input-default-pressed-bg-color:#ccc;--input-default-pressed-border-color:#B2B2B2;--input-default-outline-color:#005E7D;--input-default-outline-text-color:#005E7D;--input-disabled-bg-color:#DEDEDE;--input-disabled-text-color:#B2B2B2;--input-error-bg-color:#FFE8E3;--input-error-border-color:#F7644A;--input-error-text-color:#121212;--input-error-message-text-color:#A12512;--input-error-hover-bg-color:#FFD5CC;--input-error-pressed-bg-color:#FFBBAD;--input-succes-border-color:#00AB50;--input-warning-border-color:#D97F00;--input-filled-bg-color:#EDEDED;--input-filled-disabled-bg-color:#EDEDED;--input-filled-hover-bg-color:#DEDEDE;--input-focus-ring-color:#007AA3;--label-color:#000;--label-secondary:#545454;--link-default:#005E7D;--link-hover:#005E7D;--link-pressed:#064157;--link-focus:#005E7D;--link-focus-outline:#007AA3;--link-disabled:#B2B2B2;--link-inline:#A12512;--link-inline-hover:#6E1D13;--link-inline-pressed:#4A1812;--link-inline-focus:#A12512;--link-inline-font-size:14px;--link-inline-font-size__inline:12px;--list-text-color:#121212;--list-hover-background:#C9F4FF;--list-disabled-text-color:#B2B2B2;--list-active-background:#91EBFF;--list-focus-border-color:#007AA3;--menu-default:#121212;--menu-hover-bg:#C9F4FF;--menu-pressed-bg:#91EBFF;--modal-main-bg-color:#fff;--modal-main-text-color:#545454;--modal-main-border-color:#DEDEDE;--modal-main-radius:.5rem;--modal-main-padding:1.5rem 1rem;--modal-title-text-color:#000;--modal-backdrop-bg-color:#000;--pagination-color:#949494;--pagination-color-current:#fff;--pagination-bg-current:#00A0D1;--pagination-bg-hover:#DEDEDE;--pagination-nav-color:#292929;--pagination-nav-hover:#121212;--pagination-nav-disabled:#ccc;--pagination-dots-color:#ccc;--pagination-dots-color-current:#121212;--phone-input-default-bg-color:#EDEDED;--phone-input-default-border-color:#ccc;--phone-input-disabled-bg-color:#EDEDED;--radio-input-bg-color:#fff;--radio-input-text-color:#121212;--radio-input-border-color:#ccc;--radio-input-hover-bg-color:#EDEDED;--radio-input-hover-border-color:#DEDEDE;--radio-input-pressed-bg-color:#DEDEDE;--radio-input-pressed-border-color:#ccc;--radio-input-selected-bg-color:#00A0D1;--radio-input-selected-border-color:#00A0D1;--radio-input-selected-hover-bg-color:#007AA3;--radio-input-selected-hover-border-color:#007AA3;--radio-input-selected-pressed-bg-color:#005E7D;--radio-input-selected-pressed-border-color:#005E7D;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-selection:#00A0D1;--slider-background-selection-red:#F7644A;--slider-background-selection-green:#00AB50;--slider-background-selection-blue:#00A0D1;--slider-background-pointer:#fff;--slider-background-bar:#EDEDED;--slider-background-hover-pointer:#C9F4FF;--slider-background-disabled-selection:#ccc;--slider-background-disabled-pointer:#EDEDED;--slider-background-focus-pointer:#B2B2B2;--slider-background-label:#545454;--spinner-bg-color:#B2B2B2;--spinner-color:#000;--table-header-bg-color:#F7F7F7;--table-hover-bg-color:#EDEDED;--table-pressed-bg-color:#DEDEDE;--table-border-color:#DEDEDE;--table-text-color:#545454;--table-stripped-bg-color:#EDEDED;--table-advanced-header-bg-color:#F7F7F7;--table-advanced-filter-bg-color:#fff;--table-advanced-filter-border-color:#ccc;--table-advanced-filter-hover-bg-color:#EDEDED;--table-advanced-filter-pressed-bg-color:#DEDEDE;--table-advanced-hover-bg-color:#F7F7F7;--table-advanced-selected-bg-color:#EDEDED;--table-advanced-border-color:#DEDEDE;--table-advanced-text-color:#545454;--table-advanced-stripped-bg-color:#EDEDED;--tabs-default-bg-color:#fff;--tabs-default-text-color:#545454;--tabs-default-border-color:#EDEDED;--tabs-default-active-border:#007AA3;--tabs-default-focus-bg:#fff;--tabs-default-focus-border:#007AA3;--tabs-default-focus-shadow:0 0 4px 2px transparent;--tabs-default-hover-border:#EDEDED;--tabs-default-hover:#EDEDED;--tabs-default-pressed:#DEDEDE;--tabs-default-disabled:#B2B2B2;--tabs-default-active:#007AA3;--tabs-left-arrow-bg-color:linear-gradient(to right, #fff 0%, #fff 58%, rgba(255,255,255,0.55) 77%, rgba(255,255,255,0.02) 99%, rgba(255,255,255,0) 100%);--tabs-right-arrow-bg-color:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.53) 24%, #fff 45%, #fff 100%);--taskitem-text-color:#545454;--taskitem-hover-bg-color:#fff;--taskitem-pressed-bg-color:#fff;--taskitem-focus-bg-color:#fff;--taskitem-focus-border-color:#007AA3;--taskitem-status-bg-color:#DEDEDE;--taskitem-status-text-color:#121212;--taskitem-status-pause-bg-color:#FFD98C;--taskitem-selected-text-color:#121212;--taskitem-chat-text-color:#545454;--taskitem-chat-quantity-bg-color:#9df;--taskitem-chat-quantity-text-color:#103C62;--toggle-switch-bg-color:#ccc;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#007AA3;--toggle-switch-bg-color--checked-hover:#005E7D;--toggle-switch-bg-color--disabled:#EDEDED;--toggle-switch-bg-color--disabled--checked:#C9F4FF;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#F7F7F7;--toggle-switch-slider-color-disabled--checked:#fff;--toggle-switch-focus:#00A0D1;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,m=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#3B3B3B;--sandbox-secondary-bg-color:#121212;--main-bg-color:#121212;--md-default-focus-outline-color:#07C1F5;--md-primary-bg-color:#121212;--md-primary-one-bg-color:#1C1C1C;--md-primary-two-bg-color:#292929;--md-secondary-bg-color:#121212;--md-secondary-one-bg-color:#1C1C1C;--md-secondary-two-bg-color:#292929;--md-secondary-three-bg-color:#3B3B3B;--md-tertiary-bg-color:#292929;--md-tertiary-one-bg-color:#1C1C1C;--md-tertiary-two-bg-color:#3B3B3B;--md-quaternary-bg-color:#3B3B3B;--md-quaternary-one-bg-color:#707070;--md-quaternary-two-bg-color:#292929;--md-conference-chat-bg-color:#26262B;--md-secondary-white-bg-color:#1C1C1C;--md-tertiary-white-bg-color:#292929;--md-primary-success-bg-color:#12615A;--md-primary-success-text-color:#BAF5E7;--md-primary-text-color:#F7F7F7;--md-secondary-text-color:#B2B2B2;--md-disabled-text-color:#545454;--md-highlight-text-color:#064157;--md-hyperlink-text-color:#07C1F5;--md-hyperlink-hover-text-color:#91EBFF;--md-hyperlink-focus-text-color:#07C1F5;--md-focus-border-color:#07C1F5;--md-primary-seperator-color:#545454;--md-secondary-seperator-color:#707070;--md-alert-error-bg-color:#6E1D13;--md-alert-error-text-color:#FF9580;--md-alert-warning-bg-color:#54330D;--md-alert-warning-text-color:#FC9D03;--md-alert-success-bg-color:#08421F;--md-alert-success-text-color:#00CF64;--md-alert-info-bg-color:#064157;--md-alert-info-text-color:#07C1F5;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#1C1C1C;--md-email-composer-thread-bar-color:#C7A5FA;--md-email-composer-ccChip-bg-color:#292929;--md-interaction-history-bg-color:#1C1C1C;--md-auto-wrapup-bg-color:#092D3B;--md-menu-overlay-border-color:#3B3B3B;--md-dynamic-layout-button-border-color:#545454;--md-dynamic-layout-button-inverted-border-color:#EDEDED;--md-nav-tab-hover-bg-color:#3B3B3B;--md-nav-tab-active-bg-color:#545454;--md-input-bg-color:#1C1C1C;--md-input-chat-length-indicator-bg-color:#292929;--md-input-chat-length-indicator-color:#B2B2B2;--md-input-chat-bg-color:#292929;--md-input-chat-color:#F7F7F7;--md-input-chat-error-color:#F7644A;--md-webex-chat-disable-bg-color:#292929;--md-webex-chat-disable-color:#545454;--rem-base:16px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#07C1F5;--md-button-primary-outline-text-color:#07C1F5;--md-button-secondary-bg-color:#707070;--md-button-secondary-hover-bg-color:#545454;--md-button-secondary-pressed-bg-color:#3B3B3B;--md-button-secondary-text-color:#F7F7F7;--md-button-secondary-outline-color:#B2B2B2;--md-button-secondary-outline-text-color:#B2B2B2;--md-button-tertiary-bg-color:#DEDEDE;--md-button-tertiary-hover-bg-color:#ccc;--md-button-tertiary-pressed-bg-color:#B2B2B2;--md-button-tertiary-text-color:#121212;--md-button-tertiary-outline-color:#545454;--md-button-tertiary-outline-text-color:#545454;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#00CF64;--md-button-join-outline-text-color:#00CF64;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#FF9580;--md-button-cancel-outline-text-color:#FF9580;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#707070;--md-button-ghost-text-color:#F7F7F7;--md-button-focus-ring-color:#07C1F5;--md-button-disabled-bg-color:#292929;--md-button-disabled-text-color:#545454;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#F7F7F7;--md-button-files-hover-bg-color:#3B3B3B;--md-button-files-hover-text-color:#F7F7F7;--md-button-files-pressed-bg-color:#D97F00;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#F7F7F7;--md-button-whiteboards-hover-bg-color:#3B3B3B;--md-button-whiteboards-hover-text-color:#F7F7F7;--md-button-whiteboards-pressed-bg-color:#E060DE;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#121212;--md-input-background-hover:#3B3B3B;--md-input-background-pressed:#545454;--md-input-background-active:#3B3B3B;--md-input-background-theme-color:#07C1F5;--md-input-background-theme-hover:#00A0D1;--md-input-background-theme-pressed:#007AA3;--md-input-background-theme-active:#007AA3;--md-input-background-theme-disabled:#092D3B;--md-input-background-error:#4A1812;--md-input-disabled:#292929;--md-input-focusRing:#07C1F5;--md-input-outline-color:#545454;--md-input-outline-active:#707070;--md-input-outline-error:#F7644A;--md-input-text-primary:#F7F7F7;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#FF9580;--md-textColor-primary:#F7F7F7;--md-textColor-secondary:#B2B2B2;--md-textColor-disabled:#545454;--md-textColor-highlight:#3B3B3B;--md-textColor-hyperlink-color:#07C1F5;--md-textColor-hyperlink-hover:#91EBFF;--md-textColor-hyperlink-focus:#07C1F5;--md-background-primary:#121212;--md-background-secondary:#1C1C1C;--md-background-tertiary:#292929;--md-background-quaternary:#3B3B3B;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#54330D;--md-alert-background-error:#6E1D13;--md-alert-background-theme:#064157;--md-alert-background-success:#08421F;--md-alert-text-warning:#FC9D03;--md-alert-text-error:#FF9580;--md-alert-text-theme:#07C1F5;--md-alert-text-success:#00CF64;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#545454;--md-separator-secondary:#707070;--accordion-color-border:#3B3B3B;--accordion-bg-focus:#292929;--accordion-hover:#064157;--accordion-active:#07C1F5;--alert-default-bg-color:#3B3B3B;--alert-default-align-items:center;--alert-default-text-color:#EDEDED;--alert-default-icon-size:40px;--alert-title-text-color:#007AA3;--alert-title-font-size:1rem;--alert-close-bg-color:#292929;--alert-close-size:2.75rem;--alert-close-text-color:#F7F7F7;--alert-banner-default-bg-color:#005E7D;--alert-banner-default-text-color:#C9F4FF;--alert-banner-error-bg-color:#A12512;--alert-banner-error-text-color:#FFE8E3;--alert-banner-warning-bg-color:#7D4705;--alert-banner-warning-text-color:#FFECC2;--avatar-letter-bg-color:#3B3B3B;--avatar-letter-text-color:#F7F7F7;--avatar-blue-bg-color:#279BE7;--avatar-blue-text-color:#C7EEFF;--avatar-green-bg-color:#00AB50;--avatar-green-text-color:#78F5B8;--avatar-purple-bg-color:#E060DE;--avatar-purple-text-color:#FCE1FC;--avatar-violet-bg-color:#A87FF1;--avatar-violet-text-color:#F0E3FC;--avatar-mint-bg-color:#16A693;--avatar-mint-text-color:#BAF5E7;--avatar-yellow-bg-color:#D97F00;--avatar-yellow-text-color:#FFD98C;--avatar-red-bg-color:#F7644A;--avatar-red-text-color:#FFD5CC;--avatar-orange-bg-color:#F26B1D;--avatar-orange-text-color:#FCE4C7;--avatar-cyan-bg-color:#00A3B5;--avatar-cyan-text-color:#B2F4F7;--avatar-slate-bg-color:#8C91BD;--avatar-slate-text-color:#E3E7FA;--avatar-pink-bg-color:#66262D;--avatar-pink-text-color:#FFE0E7;--avatar-cobalt-bg-color:#279BE7;--avatar-cobalt-text-color:#C7EEFF;--avatar-gold-bg-color:#BA8C00;--avatar-gold-text-color:#F5EAA2;--avatar-lime-bg-color:#73A321;--avatar-lime-text-color:#DDF2AE;--badge-default-bg-color:#949494;--badge-default-text-color:#F7F7F7;--badge-blue-bg-color:#279BE7;--badge-blue-text-color:#C7EEFF;--badge-blue-hover-bg-color:#0A78CC;--badge-blue-active-bg-color:#08599C;--badge-gray-bg-color:#949494;--badge-gray-text-color:#F7F7F7;--badge-gray-hover-bg-color:#707070;--badge-gray-active-bg-color:#545454;--badge-green-bg-color:#00AB50;--badge-green-text-color:#78F5B8;--badge-lime-bg-color:#73A321;--badge-lime-text-color:#DDF2AE;--badge-lime-hover-bg-color:#588219;--badge-lime-active-bg-color:#416116;--badge-pink-bg-color:#F0677E;--badge-pink-text-color:#FFE0E7;--badge-pink-hover-bg-color:#D43B52;--badge-pink-active-bg-color:#A12A3A;--badge-purple-bg-color:#E060DE;--badge-purple-text-color:#FCE1FC;--badge-violet-bg-color:#A87FF1;--badge-violet-text-color:#F0E3FC;--badge-violet-hover-bg-color:#875AE1;--badge-violet-active-bg-color:#643ABD;--badge-mint-bg-color:#16A693;--badge-mint-text-color:#BAF5E7;--badge-mint-hover-bg-color:#148579;--badge-mint-active-bg-color:#12615A;--badge-yellow-bg-color:#D97F00;--badge-yellow-text-color:#FFD98C;--badge-gold-bg-color:#BA8C00;--badge-gold-text-color:#F5EAA2;--badge-gold-hover-bg-color:#996E00;--badge-gold-active-bg-color:#735107;--badge-red-bg-color:#F7644A;--badge-red-text-color:#FFD5CC;--badge-darkred-bg-color:#A12512;--badge-darkred-text-color:#EDEDED;--badge-orange-bg-color:#F26B1D;--badge-orange-text-color:#FCE4C7;--badge-orange-hover-bg-color:#C74F0E;--badge-orange-active-bg-color:#914017;--badge-cyan-bg-color:#00A3B5;--badge-cyan-text-color:#B2F4F7;--badge-hold-bg-color:#54330D;--badge-hold-text-color:#F7F7F7;--badge-outline-color:#949494;--badge-outline-text-color:#F7F7F7;--badge-disabled-bg-color:#292929;--badge-disabled-text-color:#545454;--breadcrumb-color:#07C1F5;--breadcrumb-color-current:#949494;--breadcrumb-color-slash:#B2B2B2;--button-primary-bg-color:#007AA3;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-text-color:#F7F7F7;--button-primary-outline-color:#07C1F5;--button-primary-outline-text-color:#07C1F5;--button-secondary-bg-color:#707070;--button-secondary-hover-bg-color:#545454;--button-secondary-pressed-bg-color:#3B3B3B;--button-secondary-text-color:#F7F7F7;--button-secondary-outline-color:#B2B2B2;--button-secondary-outline-text-color:#B2B2B2;--button-tertiary-bg-color:#DEDEDE;--button-tertiary-hover-bg-color:#ccc;--button-tertiary-pressed-bg-color:#B2B2B2;--button-tertiary-text-color:#121212;--button-tertiary-outline-color:#545454;--button-tertiary-outline-text-color:#545454;--button-join-bg-color:#00853C;--button-join-hover-bg-color:#03612C;--button-join-pressed-bg-color:#08421F;--button-join-text-color:#F7F7F7;--button-join-outline-color:#00CF64;--button-join-outline-text-color:#00CF64;--button-cancel-bg-color:#D4371C;--button-cancel-hover-bg-color:#A12512;--button-cancel-pressed-bg-color:#6E1D13;--button-cancel-text-color:#F7F7F7;--button-cancel-outline-color:#FF9580;--button-cancel-outline-text-color:#FF9580;--button-ghost-bg-color:none;--button-ghost-hover-bg-color:#545454;--button-ghost-pressed-bg-color:#707070;--button-ghost-text-color:#F7F7F7;--button-focus-ring-color:#07C1F5;--button-disabled-bg-color:#292929;--button-disabled-text-color:#545454;--button-files-normal-bg-color:none;--button-files-normal-text-color:#F7F7F7;--button-files-hover-bg-color:#3B3B3B;--button-files-hover-text-color:#F7F7F7;--button-files-pressed-bg-color:#D97F00;--button-files-pressed-text-color:#F7F7F7;--button-whiteboards-normal-bg-color:none;--button-whiteboards-normal-text-color:#F7F7F7;--button-whiteboards-hover-bg-color:#3B3B3B;--button-whiteboards-hover-text-color:#F7F7F7;--button-whiteboards-pressed-bg-color:#E060DE;--button-whiteboards-pressed-text-color:#F7F7F7;--button-group-color:#949494;--button-group-color-active:#EDEDED;--button-group-bg-color:#292929;--button-group-bg-color-hover:#121212;--button-group-bg-color-pressed:#292929;--button-group-bg-color-focus:#121212;--button-group-bg-color-active:#545454;--chat-message-color:#ccc;--chat-message-color-heading:#DEDEDE;--checkbox-bg-color:#1C1C1C;--checkbox-text-color:#EDEDED;--checkbox-border-color:#3B3B3B;--checkbox-hover-bg-color:#292929;--checkbox-hover-border-color:#3B3B3B;--checkbox-pressed-bg-color:#3B3B3B;--checkbox-pressed-border-color:#545454;--checkbox-selected-bg-color:#00A0D1;--checkbox-selected-border-color:#00A0D1;--checkbox-selected-hover-bg-color:#007AA3;--checkbox-selected-hover-border-color:#007AA3;--checkbox-selected-pressed-bg-color:#005E7D;--checkbox-selected-pressed-border-color:#005E7D;--checkbox-focus-border-color:rgba(0,0,0,0);--checkbox-focus-shadow-color:0 0 4px 2px #00A0D1;--coachmark-default-bg-color:#949494;--coachmark-default-text-color:#F7F7F7;--coachmark-blue-bg-color:#279BE7;--coachmark-blue-text-color:#C7EEFF;--coachmark-green-bg-color:#00AB50;--coachmark-green-text-color:#78F5B8;--coachmark-purple-bg-color:#E060DE;--coachmark-purple-text-color:#FCE1FC;--coachmark-violet-bg-color:#A87FF1;--coachmark-violet-text-color:#F0E3FC;--coachmark-mint-bg-color:#16A693;--coachmark-mint-text-color:#BAF5E7;--coachmark-yellow-bg-color:#D97F00;--coachmark-yellow-text-color:#FFD98C;--coachmark-red-bg-color:#F7644A;--coachmark-red-text-color:#FFD5CC;--coachmark-darkred-bg-color:#A12512;--coachmark-darkred-text-color:#EDEDED;--coachmark-orange-bg-color:#F26B1D;--coachmark-orange-text-color:#FCE4C7;--coachmark-cyan-bg-color:#00A3B5;--coachmark-cyan-text-color:#B2F4F7;--coachmark-outline-color:#949494;--coachmark-outline-text-color:#F7F7F7;--combobox-bg-color:#121212;--combobox-border-color:#545454;--combobox-text-color:#ccc;--combobox-hover-bg-color:#3B3B3B;--combobox-pressed-bg-color:#3B3B3B;--combobox-focus-border-color:#007AA3;--combobox-disabled-bg-color:#3B3B3B;--combobox-invalid-bg-color:#4A1812;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#292929;--combobox-dropdown-item-hover-bg-color:#092D3B;--combobox-dropdown-item-focus-bg-color:#007AA3;--combobox-dropdown-item-select-bg-color:#292929;--combobox-dropdown-item-checked-bg-color:#007AA3;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#B2B2B2;--combobox-group-button-bg-color:#B2B2B2;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px #00a0d1;--combobox-group-focus-border:0px solid;--combobox-selected-bg-color:#3B3B3B;--combobox-selected-border-color:#545454;--combobox-selected-hover:#3B3B3B;--combobox-group-label-bg-color:#292929;--combobox-group-label-color:#B2B2B2;--combobox-group-label-border-color:#3B3B3B;--datepicker-default-hover-bg-color:#545454;--datepicker-selected-today-text-color:#F7F7F7;--datepicker-range-text-color:#F7F7F7;--datepicker-range-bg-color:#707070;--datepicker-range-hover-bg-color:#545454;--datepicker-range-edge-text-color:#121212;--datepicker-range-edge-bg-color:#F7F7F7;--dropdown-bg-color-hover:#3B3B3B;--dropdown-bg-color-active:#3B3B3B;--dropdown-border-color:#545454;--dropdown-border-color-focus:#007AA3;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#292929;--dropdown-list-item-bg-color-hover:#092D3B;--dropdown-list-item-bg-color-focus:#007AA3;--editable-textfield-default-bg-color:#121212;--editable-textfield-default-text-color:#F7F7F7;--editable-textfield-default-hover-bg-color:#292929;--editable-textfield-default-read-only-bg-color:#292929;--editable-textfield-default-focus-border-color:#07C1F5;--editable-textfield-default-pressed-bg-color:#3B3B3B;--editable-textfield-default-pressed-border-color:#545454;--editable-textfield-disabled-bg-color:#1C1C1C;--editable-textfield-disabled-text-color:#545454;--editable-textfield-error-bg-color:#4A1812;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#F7F7F7;--editable-textfield-error-message-text-color:#F7644A;--editable-textfield-error-hover-bg-color:#6E1D13;--editable-textfield-error-pressed-bg-color:#A12512;--editable-textfield-succes-border-color:#07C1F5;--editable-textfield-warning-border-color:#FC9D03;--editable-textfield-filled-bg-color:#292929;--editable-textfield-filled-disabled-bg-color:#292929;--editable-textfield-filled-hover-bg-color:#545454;--floating-modal-main-bg-color:#292929;--floating-modal-main-text-color:#F7F7F7;--floating-modal-main-border-color:#545454;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.12),0 0 1px rgba(0,0,0,0.2);--floating-modal-main-bg-color-alternate:#ccc;--floating-modal-main-text-color-alternate:#121212;--floating-modal-outer-border-color:#3B3B3B;--help-text-default-color:#ccc;--input-default-bg-color:#121212;--input-default-text-color:#F7F7F7;--input-default-border-color:#3B3B3B;--input-default-hover-bg-color:#292929;--input-default-read-only-bg-color:#292929;--input-default-focus-border-color:#07C1F5;--input-default-pressed-bg-color:#545454;--input-default-pressed-border-color:#545454;--input-disabled-bg-color:#292929;--input-disabled-text-color:#545454;--input-error-bg-color:#4A1812;--input-error-border-color:#F7644A;--input-error-text-color:#F7F7F7;--input-error-message-text-color:#F7644A;--input-error-hover-bg-color:#6E1D13;--input-error-pressed-bg-color:#A12512;--input-succes-border-color:#07C1F5;--input-warning-border-color:#FC9D03;--input-filled-bg-color:#292929;--input-filled-disabled-bg-color:#292929;--input-filled-hover-bg-color:#545454;--input-focus-ring-color:#07C1F5;--label-color:#ccc;--label-secondary:#B2B2B2;--link-default:#07C1F5;--link-hover:#91EBFF;--link-pressed:#C9F4FF;--link-focus:#07C1F5;--link-focus-outline:#007AA3;--link-disabled:#545454;--link-inline:#F7644A;--link-inline-hover:#FF9580;--link-inline-pressed:#FFBBAD;--link-inline-focus:#F7644A;--link-font-size:16px;--link-blue:#00A0D1;--link-blue-hover:#007AA3;--link-blue-active:#005E7D;--link-red:#F7644A;--link-red-hover:#D4371C;--link-red-active:#A12512;--link-green:#00AB50;--link-green-hover:#00853C;--link-green-active:#03612C;--link-yellow:#D97F00;--link-yellow-hover:#A85F00;--link-yellow-active:#7D4705;--link-orange:#F26B1D;--link-orange-hover:#C74F0E;--link-orange-active:#914017;--list-text-color:#F7F7F7;--list-hover-background:#064157;--list-disabled-text-color:#545454;--list-active-background:#005E7D;--list-focus-border-color:#07C1F5;--menu-default:#DEDEDE;--menu-hover-bg:#064157;--menu-pressed-bg:#005E7D;--modal-main-bg-color:#292929;--modal-main-text-color:#ccc;--modal-main-radius:.25rem;--modal-main-padding:1rem 0.5rem;--modal-main-border-color:#3B3B3B;--modal-title-text-color:#EDEDED;--modal-backdrop-bg-color:#000;--pagination-color:#707070;--pagination-color-current:#fff;--pagination-bg-current:#007AA3;--pagination-bg-hover:#005E7D;--pagination-nav-color:#545454;--pagination-nav-hover:#005E7D;--pagination-nav-disabled:#ccc;--pagination-dots-color:#B2B2B2;--pagination-dots-color-current:#007AA3;--phone-input-default-bg-color:#121212;--phone-input-default-border-color:#3B3B3B;--phone-input-disabled-bg-color:#121212;--radio-input-bg-color:#1C1C1C;--radio-input-text-color:#EDEDED;--radio-input-border-color:#3B3B3B;--radio-input-hover-bg-color:#292929;--radio-input-hover-border-color:#3B3B3B;--radio-input-pressed-bg-color:#3B3B3B;--radio-input-pressed-border-color:#545454;--radio-input-selected-bg-color:#00A0D1;--radio-input-selected-border-color:#00A0D1;--radio-input-selected-hover-bg-color:#007AA3;--radio-input-selected-hover-border-color:#007AA3;--radio-input-selected-pressed-bg-color:#005E7D;--radio-input-selected-pressed-border-color:#005E7D;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-selection:#00A0D1;--slider-background-bar:#707070;--slider-background-hover-pointer:#C9F4FF;--slider-background-disabled-selection:#949494;--slider-background-disabled-pointer:#707070;--slider-background-focus-pointer:#DEDEDE;--slider-background-focus-selection:#91EBFF;--slider-focus-shadow:#00A0D1;--slider-label:#B2B2B2;--spinner-bg-color:#949494;--spinner-color:#fff;--table-header-bg-color:#3B3B3B;--table-hover-bg-color:#092D3B;--table-pressed-bg-color:#292929;--table-border-color:#3B3B3B;--table-text-color:#B2B2B2;--table-stripped-bg-color:#545454;--table-advanced-header-bg-color:#1C1C1C;--table-advanced-filter-bg-color:#121212;--table-advanced-filter-border-color:#3B3B3B;--table-advanced-filter-hover-bg-color:#292929;--table-advanced-filter-pressed-bg-color:#3B3B3B;--table-advanced-hover-bg-color:#1C1C1C;--table-advanced-selected-bg-color:#292929;--table-advanced-border-color:#3B3B3B;--table-advanced-text-color:#B2B2B2;--table-advanced-stripped-bg-color:#545454;--tabs-default-bg-color:#292929;--tabs-default-text-color:#ccc;--tabs-default-border-color:#3B3B3B;--tabs-default-active-border:#00A0D1;--tabs-default-focus-bg:#292929;--tabs-default-focus-border:#07C1F5;--tabs-default-hover-border:#ccc;--tabs-default-hover:#3B3B3B;--tabs-default-pressed:#292929;--tabs-default-disabled:#707070;--tabs-default-active:#07C1F5;--tabs-left-arrow-bg-color:#292929;--tabs-right-arrow-bg-color:#292929;--taskitem-text-color:#EDEDED;--taskitem-hover-bg-color:#092D3B;--taskitem-pressed-bg-color:#064157;--taskitem-focus-bg-color:rgba(0,0,0,0);--taskitem-focus-border-color:#00A0D1;--taskitem-status-bg-color:#292929;--taskitem-status-text-color:#DEDEDE;--taskitem-status-pause-bg-color:#7D4705;--taskitem-selected-text-color:#EDEDED;--taskitem-chat-text-color:#949494;--taskitem-chat-quantity-bg-color:#08599C;--taskitem-chat-quantity-text-color:#C7EEFF;--toggle-switch-bg-color:#545454;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#00A0D1;--toggle-switch-bg-color--checked-hover:#007AA3;--toggle-switch-bg-color--disabled:#292929;--toggle-switch-bg-color--disabled--checked:#092D3B;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#545454;--toggle-switch-slider-color-disabled--checked:#545454;--toggle-switch-focus:#007AA3;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,g=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#DEDEDE;--sandbox-secondary-bg-color:#e5e5e5;--main-bg-color:#EDEDED;--md-default-focus-outline-color:#007AA3;--md-primary-bg-color:#fff;--md-primary-one-bg-color:#fff;--md-primary-two-bg-color:#fff;--md-secondary-bg-color:#F7F7F7;--md-secondary-one-bg-color:#F7F7F7;--md-secondary-two-bg-color:#F7F7F7;--md-secondary-three-bg-color:#F7F7F7;--md-tertiary-bg-color:#EDEDED;--md-tertiary-one-bg-color:#EDEDED;--md-tertiary-two-bg-color:#EDEDED;--md-quaternary-bg-color:#DEDEDE;--md-quaternary-one-bg-color:#DEDEDE;--md-quaternary-two-bg-color:#DEDEDE;--md-conference-chat-bg-color:#F2F4FF;--md-secondary-white-bg-color:#fff;--md-tertiary-white-bg-color:#fff;--md-primary-success-bg-color:#BEFADE;--md-primary-success-text-color:#03612C;--md-primary-text-color:#121212;--md-secondary-text-color:#545454;--md-disabled-text-color:#B2B2B2;--md-highlight-text-color:#91EBFF;--md-hyperlink-text-color:#005E7D;--md-hyperlink-hover-text-color:#092D3B;--md-hyperlink-focus-text-color:#005E7D;--md-focus-border-color:#005E7D;--md-primary-seperator-color:#ccc;--md-secondary-seperator-color:#B2B2B2;--md-alert-error-bg-color:#FFE8E3;--md-alert-error-text-color:#A12512;--md-alert-warning-bg-color:#FFECC2;--md-alert-warning-text-color:#7D4705;--md-alert-success-bg-color:#BEFADE;--md-alert-success-text-color:#03612C;--md-alert-info-bg-color:#C9F4FF;--md-alert-info-text-color:#005E7D;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#fff;--md-email-composer-thread-bar-color:#643ABD;--md-email-composer-ccChip-bg-color:#F7F7F7;--md-interaction-history-bg-color:#F7F7F7;--md-auto-wrapup-bg-color:#EBFCFF;--md-menu-overlay-border-color:#DEDEDE;--md-dynamic-layout-button-border-color:#EDEDED;--md-dynamic-layout-button-inverted-border-color:#545454;--md-nav-tab-hover-bg-color:#EDEDED;--md-nav-tab-active-bg-color:#DEDEDE;--md-input-bg-color:#fff;--md-input-chat-length-indicator-bg-color:#fff;--md-input-chat-length-indicator-color:#545454;--md-input-chat-bg-color:#fff;--md-input-chat-color:#121212;--md-input-chat-error-color:#A12512;--md-webex-chat-disable-bg-color:#DEDEDE;--md-webex-chat-disable-color:#B2B2B2;--rem-base:16px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#005E7D;--md-button-primary-outline-text-color:#005E7D;--md-button-secondary-bg-color:#DEDEDE;--md-button-secondary-hover-bg-color:#ccc;--md-button-secondary-pressed-bg-color:#B2B2B2;--md-button-secondary-text-color:#121212;--md-button-secondary-outline-color:#545454;--md-button-secondary-outline-text-color:#545454;--md-button-tertiary-bg-color:#3B3B3B;--md-button-tertiary-hover-bg-color:#292929;--md-button-tertiary-pressed-bg-color:#1C1C1C;--md-button-tertiary-text-color:#F7F7F7;--md-button-tertiary-outline-color:#B2B2B2;--md-button-tertiary-outline-text-color:#B2B2B2;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#03612C;--md-button-join-outline-text-color:#03612C;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#A12512;--md-button-cancel-outline-text-color:#A12512;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#3B3B3B;--md-button-ghost-text-color:#121212;--md-button-focus-ring-color:#007AA3;--md-button-disabled-bg-color:#DEDEDE;--md-button-disabled-text-color:#B2B2B2;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#121212;--md-button-files-hover-bg-color:#7D4705;--md-button-files-hover-text-color:#fff;--md-button-files-pressed-bg-color:#54330D;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#121212;--md-button-whiteboards-hover-bg-color:#932099;--md-button-whiteboards-hover-text-color:#fff;--md-button-whiteboards-pressed-bg-color:#601E66;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#fff;--md-input-background-hover:#DEDEDE;--md-input-background-pressed:#ccc;--md-input-background-active:#DEDEDE;--md-input-background-theme-color:#007AA3;--md-input-background-theme-hover:#005E7D;--md-input-background-theme-pressed:#064157;--md-input-background-theme-active:#064157;--md-input-background-theme-disabled:#EBFCFF;--md-input-background-error:#FFF5F2;--md-input-disabled:#EDEDED;--md-input-focusRing:#007AA3;--md-input-outline-color:#ccc;--md-input-outline-active:#B2B2B2;--md-input-outline-error:#F7644A;--md-input-text-primary:#121212;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#A12512;--md-textColor-primary:#121212;--md-textColor-secondary:#545454;--md-textColor-disabled:#B2B2B2;--md-textColor-highlight:#DEDEDE;--md-textColor-hyperlink-color:#005E7D;--md-textColor-hyperlink-hover:#092D3B;--md-textColor-hyperlink-focus:#005E7D;--md-background-primary:#fff;--md-background-secondary:#F7F7F7;--md-background-tertiary:#EDEDED;--md-background-quaternary:#DEDEDE;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#FFECC2;--md-alert-background-error:#FFE8E3;--md-alert-background-theme:#C9F4FF;--md-alert-background-success:#BEFADE;--md-alert-text-warning:#7D4705;--md-alert-text-error:#A12512;--md-alert-text-theme:#005E7D;--md-alert-text-success:#03612C;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#ccc;--md-separator-secondary:#B2B2B2;--accordion-color-border:#DEDEDE;--accordion-bg-focus:#fff;--accordion-hover:#C9F4FF;--accordion-active:#00A0D1;--alert-default-bg-color:#fff;--alert-default-align-items:center;--alert-default-text-color:#292929;--alert-default-icon-size:40px;--alert-title-text-color:#00A0D1;--alert-title-font-size:1rem;--alert-close-bg-color:#e6e8e8;--alert-close-size:2.75rem;--alert-close-text-color:#292929;--alert-banner-default-bg-color:#C9F4FF;--alert-banner-default-text-color:#005E7D;--alert-banner-error-bg-color:#FFE8E3;--alert-banner-error-text-color:#A12512;--alert-banner-warning-bg-color:#FFECC2;--alert-banner-warning-text-color:#7D4705;--avatar-letter-bg-color:#EDEDED;--avatar-letter-text-color:#3B3B3B;--avatar-blue-bg-color:#279BE7;--avatar-blue-text-color:#F7F7F7;--avatar-green-bg-color:#00AB50;--avatar-green-text-color:#F7F7F7;--avatar-purple-bg-color:#E060DE;--avatar-purple-text-color:#F7F7F7;--avatar-violet-bg-color:#A87FF1;--avatar-violet-text-color:#F7F7F7;--avatar-mint-bg-color:#16A693;--avatar-mint-text-color:#F7F7F7;--avatar-yellow-bg-color:#D97F00;--avatar-yellow-text-color:#F7F7F7;--avatar-red-bg-color:#F7644A;--avatar-red-text-color:#F7F7F7;--avatar-orange-bg-color:#F26B1D;--avatar-orange-text-color:#F7F7F7;--avatar-cyan-bg-color:#00A3B5;--avatar-cyan-text-color:#F7F7F7;--avatar-slate-bg-color:#8C91BD;--avatar-slate-text-color:#F7F7F7;--avatar-pink-bg-color:#F0677E;--avatar-pink-text-color:#F7F7F7;--avatar-cobalt-bg-color:#279BE7;--avatar-cobalt-text-color:#F7F7F7;--avatar-gold-bg-color:#BA8C00;--avatar-gold-text-color:#F7F7F7;--avatar-lime-bg-color:#73A321;--avatar-lime-text-color:#F7F7F7;--badge-default-bg-color:#949494;--badge-default-text-color:#F7F7F7;--badge-blue-bg-color:#279BE7;--badge-blue-text-color:#F7F7F7;--badge-blue-hover-bg-color:#5EBFF6;--badge-blue-active-bg-color:#9df;--badge-gray-bg-color:#949494;--badge-gray-text-color:#121212;--badge-gray-hover-bg-color:#B2B2B2;--badge-gray-active-bg-color:#ccc;--badge-green-bg-color:#00AB50;--badge-green-text-color:#F7F7F7;--badge-lime-bg-color:#73A321;--badge-lime-text-color:#F7F7F7;--badge-lime-hover-bg-color:#93C437;--badge-lime-active-bg-color:#BCE36F;--badge-pink-bg-color:#F0677E;--badge-pink-text-color:#F7F7F7;--badge-pink-hover-bg-color:#FC97AA;--badge-pink-active-bg-color:#FFC7D2;--badge-purple-bg-color:#E060DE;--badge-purple-text-color:#F7F7F7;--badge-violet-bg-color:#A87FF1;--badge-violet-text-color:#F7F7F7;--badge-violet-hover-bg-color:#C7A5FA;--badge-violet-active-bg-color:#E2CAFC;--badge-mint-bg-color:#16A693;--badge-mint-text-color:#F7F7F7;--badge-mint-hover-bg-color:#30C9B0;--badge-mint-active-bg-color:#74E8D1;--badge-yellow-bg-color:#D97F00;--badge-yellow-text-color:#F7F7F7;--badge-gold-bg-color:#BA8C00;--badge-gold-text-color:#F7F7F7;--badge-gold-hover-bg-color:#D6B220;--badge-gold-active-bg-color:#EBD460;--badge-red-bg-color:#F7644A;--badge-red-text-color:#F7F7F7;--badge-darkred-bg-color:#D4371C;--badge-darkred-text-color:#F7F7F7;--badge-orange-bg-color:#F26B1D;--badge-orange-text-color:#F7F7F7;--badge-orange-hover-bg-color:#FF9D52;--badge-orange-active-bg-color:#FFCA99;--badge-cyan-bg-color:#00A3B5;--badge-cyan-text-color:#F7F7F7;--badge-hold-bg-color:#FFECC2;--badge-hold-text-color:#121212;--badge-outline-color:#949494;--badge-outline-text-color:#F7F7F7;--badge-disabled-bg-color:#DEDEDE;--badge-disabled-text-color:#B2B2B2;--breadcrumb-color:#00A0D1;--breadcrumb-color-current:#292929;--breadcrumb-color-slash:#949494;--button-primary-bg-color:#007AA3;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-text-color:#F7F7F7;--button-primary-outline-color:#005E7D;--button-primary-outline-text-color:#005E7D;--button-secondary-bg-color:#DEDEDE;--button-secondary-hover-bg-color:#ccc;--button-secondary-pressed-bg-color:#B2B2B2;--button-secondary-text-color:#121212;--button-secondary-outline-color:#545454;--button-secondary-outline-text-color:#545454;--button-tertiary-bg-color:#3B3B3B;--button-tertiary-hover-bg-color:#292929;--button-tertiary-pressed-bg-color:#1C1C1C;--button-tertiary-text-color:#F7F7F7;--button-tertiary-outline-color:#B2B2B2;--button-tertiary-outline-text-color:#B2B2B2;--button-join-bg-color:#00853C;--button-join-hover-bg-color:#03612C;--button-join-pressed-bg-color:#08421F;--button-join-text-color:#F7F7F7;--button-join-outline-color:#03612C;--button-join-outline-text-color:#03612C;--button-cancel-bg-color:#D4371C;--button-cancel-hover-bg-color:#A12512;--button-cancel-pressed-bg-color:#6E1D13;--button-cancel-text-color:#F7F7F7;--button-cancel-outline-color:#A12512;--button-cancel-outline-text-color:#A12512;--button-ghost-bg-color:none;--button-ghost-hover-bg-color:#545454;--button-ghost-pressed-bg-color:#3B3B3B;--button-ghost-text-color:#121212;--button-focus-ring-color:#007AA3;--button-disabled-bg-color:#DEDEDE;--button-disabled-text-color:#B2B2B2;--button-files-normal-bg-color:none;--button-files-normal-text-color:#121212;--button-files-hover-bg-color:#7D4705;--button-files-hover-text-color:#fff;--button-files-pressed-bg-color:#54330D;--button-files-pressed-text-color:#F7F7F7;--button-whiteboards-normal-bg-color:none;--button-whiteboards-normal-text-color:#121212;--button-whiteboards-hover-bg-color:#932099;--button-whiteboards-hover-text-color:#fff;--button-whiteboards-pressed-bg-color:#601E66;--button-whiteboards-pressed-text-color:#F7F7F7;--button-group-color:#3B3B3B;--button-group-color-active:#121212;--button-group-bg-color:#ccc;--button-group-bg-color-hover:#B2B2B2;--button-group-bg-color-pressed:#949494;--button-group-bg-color-focus:#B2B2B2;--button-group-bg-color-active:#fff;--chat-message-color:#1C1C1C;--chat-message-color-heading:#3B3B3B;--checkbox-bg-color:#fff;--checkbox-text-color:#292929;--checkbox-border-color:#DEDEDE;--checkbox-hover-bg-color:#DEDEDE;--checkbox-hover-border-color:#ccc;--checkbox-pressed-bg-color:#ccc;--checkbox-pressed-border-color:#B2B2B2;--checkbox-selected-bg-color:#00A0D1;--checkbox-selected-border-color:#00A0D1;--checkbox-selected-hover-bg-color:#007AA3;--checkbox-selected-hover-border-color:#007AA3;--checkbox-selected-pressed-bg-color:#005E7D;--checkbox-selected-pressed-border-color:#005E7D;--checkbox-focus-border-color:rgba(0,0,0,0);--checkbox-focus-shadow-color:0 0 4px 2px #00A0D1;--coachmark-default-bg-color:#949494;--coachmark-default-text-color:#F7F7F7;--coachmark-blue-bg-color:#279BE7;--coachmark-blue-text-color:#F7F7F7;--coachmark-green-bg-color:#00AB50;--coachmark-green-text-color:#F7F7F7;--coachmark-purple-bg-color:#E060DE;--coachmark-purple-text-color:#F7F7F7;--coachmark-violet-bg-color:#A87FF1;--coachmark-violet-text-color:#F7F7F7;--coachmark-mint-bg-color:#16A693;--coachmark-mint-text-color:#F7F7F7;--coachmark-yellow-bg-color:#D97F00;--coachmark-yellow-text-color:#F7F7F7;--coachmark-red-bg-color:#F7644A;--coachmark-red-text-color:#F7F7F7;--coachmark-darkred-bg-color:#D4371C;--coachmark-darkred-text-color:#F7F7F7;--coachmark-orange-bg-color:#F26B1D;--coachmark-orange-text-color:#F7F7F7;--coachmark-cyan-bg-color:#00A3B5;--coachmark-cyan-text-color:#F7F7F7;--coachmark-outline-color:#949494;--coachmark-outline-text-color:#F7F7F7;--combobox-bg-color:#fff;--combobox-border-color:#ccc;--combobox-text-color:#3B3B3B;--combobox-hover-bg-color:#EDEDED;--combobox-pressed-bg-color:#DEDEDE;--combobox-focus-border-color:#00A0D1;--combobox-disabled-bg-color:#EDEDED;--combobox-invalid-bg-color:#FFE8E3;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#fff;--combobox-dropdown-item-hover-bg-color:#e6f9fc;--combobox-dropdown-item-focus-bg-color:#b8f2ff;--combobox-dropdown-item-select-bg-color:#fff;--combobox-dropdown-item-checked-bg-color:#00A0D1;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#121212;--combobox-group-button-bg-color:#707070;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px #00a0d1;--combobox-group-focus-border:0px solid;--combobox-selected-bg-color:#DEDEDE;--combobox-selected-border-color:#ccc;--combobox-selected-hover:#B2B2B2;--combobox-group-label-bg-color:#fff;--combobox-group-label-color:#545454;--combobox-group-label-border-color:#DEDEDE;--datepicker-default-hover-bg-color:#DEDEDE;--datepicker-selected-today-text-color:#fff;--datepicker-range-text-color:#121212;--datepicker-range-bg-color:#DEDEDE;--datepicker-range-hover-bg-color:#ccc;--datepicker-range-edge-text-color:#F7F7F7;--datepicker-range-edge-bg-color:#121212;--dropdown-bg-color-hover:#EDEDED;--dropdown-bg-color-active:#DEDEDE;--dropdown-border-color:#B2B2B2;--dropdown-border-color-focus:#00A0D1;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#fff;--dropdown-list-item-bg-color-hover:#C9F4FF;--dropdown-list-item-bg-color-focus:#91EBFF;--editable-textfield-default-bg-color:#fff;--editable-textfield-default-text-color:#121212;--editable-textfield-default-hover-bg-color:#EDEDED;--editable-textfield-default-read-only-bg-color:#EDEDED;--editable-textfield-default-focus-border-color:#007AA3;--editable-textfield-default-pressed-bg-color:#DEDEDE;--editable-textfield-default-pressed-border-color:#B2B2B2;--editable-textfield-disabled-bg-color:#F7F7F7;--editable-textfield-disabled-text-color:#B2B2B2;--editable-textfield-error-bg-color:#FFE8E3;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#121212;--editable-textfield-error-message-text-color:#A12512;--editable-textfield-error-hover-bg-color:#FFD5CC;--editable-textfield-error-pressed-bg-color:#FFBBAD;--editable-textfield-succes-border-color:#00AB50;--editable-textfield-warning-border-color:#D97F00;--editable-textfield-filled-bg-color:#EDEDED;--editable-textfield-filled-disabled-bg-color:#EDEDED;--editable-textfield-filled-hover-bg-color:#DEDEDE;--floating-modal-main-bg-color:#fff;--floating-modal-main-text-color:#121212;--floating-modal-main-border-color:#ccc;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.2);--floating-modal-main-bg-color-alternate:#545454;--floating-modal-main-text-color-alternate:#F7F7F7;--floating-modal-outer-border-color:#DEDEDE;--help-text-default-color:#545454;--input-default-bg-color:#fff;--input-default-text-color:#545454;--input-default-border-color:#ccc;--input-default-hover-bg-color:#ccc;--input-default-read-only-bg-color:#EDEDED;--input-default-focus-border-color:#007AA3;--input-default-pressed-bg-color:#ccc;--input-default-pressed-border-color:#ccc;--input-disabled-bg-color:#EDEDED;--input-disabled-text-color:#B2B2B2;--input-error-bg-color:#FFE8E3;--input-error-border-color:#F7644A;--input-error-text-color:#121212;--input-error-message-text-color:#F7644A;--input-error-hover-bg-color:#FFD5CC;--input-error-pressed-bg-color:#FFBBAD;--input-succes-border-color:#00AB50;--input-warning-border-color:#FC9D03;--input-filled-bg-color:#EDEDED;--input-filled-disabled-bg-color:#EDEDED;--input-filled-hover-bg-color:#DEDEDE;--input-focus-ring-color:#007AA3;--label-color:#000;--label-secondary:#545454;--link-default:#005E7D;--link-hover:#005E7D;--link-pressed:#064157;--link-focus:#005E7D;--link-focus-outline:#007AA3;--link-disabled:#B2B2B2;--link-inline:#A12512;--link-inline-hover:#6E1D13;--link-inline-pressed:#4A1812;--link-inline-focus:#A12512;--link-font-size:16px;--link-blue:#00A0D1;--link-blue-hover:#007AA3;--link-blue-active:#005E7D;--link-red:#F7644A;--link-red-hover:#D4371C;--link-red-active:#A12512;--link-green:#00AB50;--link-green-hover:#00853C;--link-green-active:#03612C;--link-yellow:#D97F00;--link-yellow-hover:#A85F00;--link-yellow-active:#7D4705;--link-orange:#F26B1D;--link-orange-hover:#C74F0E;--link-orange-active:#914017;--list-text-color:#121212;--list-hover-background:#C9F4FF;--list-disabled-text-color:#B2B2B2;--list-active-background:#91EBFF;--list-focus-border-color:#007AA3;--menu-default:#121212;--menu-hover-bg:#91EBFF;--menu-pressed-bg:#52DCFF;--modal-main-bg-color:#fff;--modal-main-text-color:#3B3B3B;--modal-main-radius:.25rem;--modal-main-padding:1rem 0.5rem;--modal-main-border-color:#F7F7F7;--modal-title-text-color:#000;--modal-backdrop-bg-color:#000;--pagination-color:#949494;--pagination-color-current:#fff;--pagination-bg-current:#00A0D1;--pagination-bg-hover:#007AA3;--pagination-nav-color:#545454;--pagination-nav-hover:#007AA3;--pagination-nav-disabled:#ccc;--pagination-dots-color:#ccc;--pagination-dots-color-current:#00A0D1;--phone-input-default-bg-color:#EDEDED;--phone-input-default-border-color:#ccc;--phone-input-disabled-bg-color:#EDEDED;--radio-input-bg-color:#fff;--radio-input-text-color:#292929;--radio-input-border-color:#DEDEDE;--radio-input-hover-bg-color:#DEDEDE;--radio-input-hover-border-color:#ccc;--radio-input-pressed-bg-color:#ccc;--radio-input-pressed-border-color:#B2B2B2;--radio-input-selected-bg-color:#00A0D1;--radio-input-selected-border-color:#00A0D1;--radio-input-selected-hover-bg-color:#007AA3;--radio-input-selected-hover-border-color:#007AA3;--radio-input-selected-pressed-bg-color:#005E7D;--radio-input-selected-pressed-border-color:#005E7D;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-selection:#00A0D1;--slider-background-pointer:#fff;--slider-background-bar:#ccc;--slider-background-hover-pointer:#C9F4FF;--slider-background-disabled-selection:#949494;--slider-background-disabled-pointer:#ccc;--slider-background-focus-pointer:#91EBFF;--slider-background-focus-selection:#007AA3;--slider-focus-shadow:#00A0D1;--slider-label:#545454;--spinner-bg-color:#B2B2B2;--spinner-color:#000;--table-header-bg-color:#EDEDED;--table-hover-bg-color:#91EBFF;--table-pressed-bg-color:#DEDEDE;--table-border-color:#EDEDED;--table-text-color:#3B3B3B;--table-stripped-bg-color:#DEDEDE;--table-advanced-header-bg-color:#F7F7F7;--table-advanced-filter-bg-color:#fff;--table-advanced-filter-border-color:#ccc;--table-advanced-filter-hover-bg-color:#EDEDED;--table-advanced-filter-pressed-bg-color:#DEDEDE;--table-advanced-hover-bg-color:#F7F7F7;--table-advanced-selected-bg-color:#EDEDED;--table-advanced-border-color:#DEDEDE;--table-advanced-text-color:#3B3B3B;--table-advanced-stripped-bg-color:#DEDEDE;--tabs-default-bg-color:#fff;--tabs-default-text-color:#3B3B3B;--tabs-default-border-color:#DEDEDE;--tabs-default-active-border:#00A0D1;--tabs-default-focus-bg:#fff;--tabs-default-focus-border:#007AA3;--tabs-default-hover-border:#DEDEDE;--tabs-default-hover:#EDEDED;--tabs-default-pressed:#DEDEDE;--tabs-default-disabled:#949494;--tabs-default-active:#00A0D1;--tabs-left-arrow-bg-color:#fff;--tabs-right-arrow-bg-color:#fff;--taskitem-text-color:#121212;--taskitem-hover-bg-color:#C9F4FF;--taskitem-pressed-bg-color:#91EBFF;--taskitem-focus-bg-color:rgba(0,0,0,0);--taskitem-focus-border-color:#00A0D1;--taskitem-status-bg-color:#ccc;--taskitem-status-text-color:#292929;--taskitem-status-pause-bg-color:#FFC14F;--taskitem-selected-text-color:#121212;--taskitem-chat-text-color:#3B3B3B;--taskitem-chat-quantity-bg-color:#9df;--taskitem-chat-quantity-text-color:#103C62;--toggle-switch-bg-color:#ccc;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#007AA3;--toggle-switch-bg-color--checked-hover:#005E7D;--toggle-switch-bg-color--disabled:#EDEDED;--toggle-switch-bg-color--disabled--checked:#C9F4FF;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#F7F7F7;--toggle-switch-slider-color-disabled--checked:#fff;--toggle-switch-focus:#007AA3;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,s=function(o,e,r,t){var l,c=arguments.length,d=c<3?e:null===t?t=Object.getOwnPropertyDescriptor(e,r):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(o,e,r,t);else for(var a=o.length-1;a>=0;a--)(l=o[a])&&(d=(c<3?l(d):c>3?l(e,r,d):l(e,r))||d);return c>3&&d&&Object.defineProperty(e,r,d),d},F=function(o,e,r,t){return new(r||(r=Promise))((function(l,c){function d(o){try{b(t.next(o))}catch(o){c(o)}}function a(o){try{b(t.throw(o))}catch(o){c(o)}}function b(o){var e;o.done?l(o.value):(e=o.value,e instanceof r?e:new r((function(o){o(e)}))).then(d,a)}b((t=t.apply(o,e||[])).next())}))};!function(o){let e=class extends b.LitElement{constructor(){super(...arguments),this.darkTheme=!1,this.lumos=!1,this.activeTheme=g,this.placement="bottom",this.popperInstance=null,this.handleTooltipRemoved=()=>{this.hideVirtualTooltip()}}setTheme(){return this.lumos?this.darkTheme?n:i:this.darkTheme?m:g}applyStyle(){const o=this.shadowRoot;if("adoptedStyleSheets"in document){const e=new CSSStyleSheet;e.replaceSync(this.activeTheme),o.adoptedStyleSheets=[e]}else{const e=document.createElement("style");e.textContent=this.activeTheme.cssText,o.appendChild(e)}}removeChildFromVirtualPopper(){for(;this.virtualWrapper.firstElementChild;)this.virtualWrapper.firstElementChild.remove()}setInitStyleToVirtualReference(){const{style:o}=this.virtualReference;o.top="0",o.bottom="0",o.left="0",o.right="0",o.width="0",o.height="0",o.zIndex="-1"}setStyleToVirtualReference(o){const{style:e}=this.virtualReference,{top:r,bottom:t,left:l,right:c,width:d,height:a}=o;e.position="fixed",e.top=r+"px",e.bottom=t+"px",e.left=l+"px",e.right=c+"px",e.width=d+"px",e.height=a+"px",e.zIndex="-1"}setVirtualReferencePosition(o){const e=o.getBoundingClientRect();this.setStyleToVirtualReference(e)}initVirtualElements(o,e,r){const t=o.cloneNode(!0);this.virtualWrapper.hasChildNodes()&&this.removeChildFromVirtualPopper(),this.virtualWrapper.append(t),r&&this.setVirtualSlotContent(r),this.setVirtualReferencePosition(e)}setVirtualSlotContent(o){if(this.virtualTooltipContent){for(;this.virtualTooltipContent.firstElementChild;)this.virtualTooltipContent.firstElementChild.remove();o.forEach(o=>this.virtualTooltipContent.append(o))}}updated(o){super.updated(o),(o.has("lumos")||o.has("darkTheme"))&&this.dispatchEvent(new CustomEvent("theme-changed",{composed:!0,bubbles:!0,detail:{darkTheme:this.darkTheme,lumos:this.lumos}})),this.activeTheme=this.setTheme(),this.applyStyle()}handleVirtualTooltipCreate(o){o.stopPropagation();const{popper:e,placement:r,reference:t,slotContent:l}=o.detail;this.placement=r,this.initVirtualElements(e,t,l),this.showVirtualTooltip()}handleVirtualTooltipDestroy(o){o.stopPropagation(),this.hideVirtualTooltip()}handleVirtualTooltipChangeMessage(o){const{popper:e}=o.detail,r=e.querySelector(".md-tooltip__content"),t=this.virtualWrapper.querySelector(".md-tooltip__content");if(r&&t){const o=r.textContent,e=t.textContent;o&&e&&(t.textContent=o)}}handleVirtualTooltipSlotChange(o){const{slotContent:e}=o.detail;e&&this.setVirtualSlotContent(e)}destroyPopperInstance(){this.popperInstance&&(this.popperInstance.destroy(),this.popperInstance=null)}createPopperInstance(o){this.virtualPopper&&(this.popperInstance=Object(c.createPopper)(this.virtualReference,this.virtualPopper,{placement:o,modifiers:[...d.defaultModifiers,c.flip,c.offset,c.arrow,{name:"offset",options:{offset:[8,8]}},...this.virtualArrow?[{name:"arrow",options:{element:this.virtualArrow,padding:5}}]:[]]}))}get virtualPopper(){return this.shadowRoot.querySelector(".md-tooltip__popper")}get virtualArrow(){return this.shadowRoot.querySelector(".md-tooltip__arrow")}get virtualTooltipContent(){return this.shadowRoot.querySelector(".md-tooltip__content")}showVirtualTooltip(){this.virtualPopper&&(this.virtualPopper.toggleAttribute("data-show",!0),this.createPopperInstance(this.placement))}hideVirtualTooltip(){this.virtualPopper&&(this.virtualPopper.toggleAttribute("data-show",!1),this.destroyPopperInstance(),this.setInitStyleToVirtualReference())}setupEvents(){this.addEventListener("tooltip-create",this.handleVirtualTooltipCreate),this.addEventListener("tooltip-destroy",this.handleVirtualTooltipDestroy),this.addEventListener("tooltip-message",this.handleVirtualTooltipChangeMessage),this.addEventListener("tooltip-slot",this.handleVirtualTooltipSlotChange),document.addEventListener("tooltip-disconnected",this.handleTooltipRemoved,!0)}teardownEvents(){this.removeEventListener("tooltip-create",this.handleVirtualTooltipCreate),this.removeEventListener("tooltip-destroy",this.handleVirtualTooltipDestroy),this.removeEventListener("tooltip-message",this.handleVirtualTooltipChangeMessage),this.removeEventListener("tooltip-slot",this.handleVirtualTooltipSlotChange),document.removeEventListener("tooltip-disconnected",this.handleTooltipRemoved,!0)}disconnectedCallback(){super.disconnectedCallback(),this.teardownEvents()}firstUpdated(o){const e=Object.create(null,{firstUpdated:{get:()=>super.firstUpdated}});return F(this,void 0,void 0,(function*(){e.firstUpdated.call(this,o),yield new Promise(o=>setTimeout(o,0)),this.setupEvents()}))}static get styles(){return[g]}render(){return b.html`
1
+ (window["momentum-web-components-[id]"]=window["momentum-web-components-[id]"]||[]).push([[80],{98:function(o,e,r){"use strict";r.r(e),r.d(e,"Theme",(function(){return t}));var t,l=r(59),c=r(38),d=r(21),a=r(5),b=r(0),n=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#3B3B3B;--sandbox-secondary-bg-color:#121212;--main-bg-color:#121212;--md-default-focus-outline-color:#07C1F5;--md-primary-bg-color:#121212;--md-primary-one-bg-color:#1C1C1C;--md-primary-two-bg-color:#292929;--md-secondary-bg-color:#121212;--md-secondary-one-bg-color:#1C1C1C;--md-secondary-two-bg-color:#292929;--md-secondary-three-bg-color:#3B3B3B;--md-tertiary-bg-color:#292929;--md-tertiary-one-bg-color:#1C1C1C;--md-tertiary-two-bg-color:#3B3B3B;--md-quaternary-bg-color:#3B3B3B;--md-quaternary-one-bg-color:#707070;--md-quaternary-two-bg-color:#292929;--md-conference-chat-bg-color:#26262B;--md-secondary-white-bg-color:#1C1C1C;--md-tertiary-white-bg-color:#292929;--md-primary-success-bg-color:#12615A;--md-primary-success-text-color:#BAF5E7;--md-primary-text-color:#F7F7F7;--md-secondary-text-color:#B2B2B2;--md-disabled-text-color:#545454;--md-highlight-text-color:#064157;--md-hyperlink-text-color:#07C1F5;--md-hyperlink-hover-text-color:#91EBFF;--md-hyperlink-focus-text-color:#07C1F5;--md-focus-border-color:#07C1F5;--md-primary-seperator-color:#545454;--md-secondary-seperator-color:#707070;--md-alert-error-bg-color:#6E1D13;--md-alert-error-text-color:#FF9580;--md-alert-warning-bg-color:#54330D;--md-alert-warning-text-color:#FC9D03;--md-alert-success-bg-color:#08421F;--md-alert-success-text-color:#00CF64;--md-alert-info-bg-color:#064157;--md-alert-info-text-color:#07C1F5;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#1C1C1C;--md-email-composer-thread-bar-color:#C7A5FA;--md-email-composer-ccChip-bg-color:#292929;--md-interaction-history-bg-color:#1C1C1C;--md-auto-wrapup-bg-color:#092D3B;--md-menu-overlay-border-color:#3B3B3B;--md-dynamic-layout-button-border-color:#545454;--md-dynamic-layout-button-inverted-border-color:#EDEDED;--md-nav-tab-hover-bg-color:#3B3B3B;--md-nav-tab-active-bg-color:#545454;--md-input-bg-color:#1C1C1C;--md-input-chat-length-indicator-bg-color:#292929;--md-input-chat-length-indicator-color:#B2B2B2;--md-input-chat-bg-color:#292929;--md-input-chat-color:#F7F7F7;--md-input-chat-error-color:#F7644A;--md-webex-chat-disable-bg-color:#292929;--md-webex-chat-disable-color:#545454;--rem-base:14px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#07C1F5;--md-button-primary-outline-text-color:#07C1F5;--md-button-secondary-bg-color:#707070;--md-button-secondary-hover-bg-color:#545454;--md-button-secondary-pressed-bg-color:#3B3B3B;--md-button-secondary-text-color:#F7F7F7;--md-button-secondary-outline-color:#B2B2B2;--md-button-secondary-outline-text-color:#B2B2B2;--md-button-tertiary-bg-color:#DEDEDE;--md-button-tertiary-hover-bg-color:#ccc;--md-button-tertiary-pressed-bg-color:#B2B2B2;--md-button-tertiary-text-color:#121212;--md-button-tertiary-outline-color:#545454;--md-button-tertiary-outline-text-color:#545454;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#00CF64;--md-button-join-outline-text-color:#00CF64;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#FF9580;--md-button-cancel-outline-text-color:#FF9580;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#707070;--md-button-ghost-text-color:#F7F7F7;--md-button-focus-ring-color:#07C1F5;--md-button-disabled-bg-color:#292929;--md-button-disabled-text-color:#545454;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#F7F7F7;--md-button-files-hover-bg-color:#3B3B3B;--md-button-files-hover-text-color:#F7F7F7;--md-button-files-pressed-bg-color:#D97F00;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#F7F7F7;--md-button-whiteboards-hover-bg-color:#3B3B3B;--md-button-whiteboards-hover-text-color:#F7F7F7;--md-button-whiteboards-pressed-bg-color:#E060DE;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#121212;--md-input-background-hover:#3B3B3B;--md-input-background-pressed:#545454;--md-input-background-active:#3B3B3B;--md-input-background-theme-color:#07C1F5;--md-input-background-theme-hover:#00A0D1;--md-input-background-theme-pressed:#007AA3;--md-input-background-theme-active:#007AA3;--md-input-background-theme-disabled:#092D3B;--md-input-background-error:#4A1812;--md-input-disabled:#292929;--md-input-focusRing:#07C1F5;--md-input-outline-color:#545454;--md-input-outline-active:#707070;--md-input-outline-error:#F7644A;--md-input-text-primary:#F7F7F7;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#FF9580;--md-textColor-primary:#F7F7F7;--md-textColor-secondary:#B2B2B2;--md-textColor-disabled:#545454;--md-textColor-highlight:#3B3B3B;--md-textColor-hyperlink-color:#07C1F5;--md-textColor-hyperlink-hover:#91EBFF;--md-textColor-hyperlink-focus:#07C1F5;--md-background-primary:#121212;--md-background-secondary:#1C1C1C;--md-background-tertiary:#292929;--md-background-quaternary:#3B3B3B;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#54330D;--md-alert-background-error:#6E1D13;--md-alert-background-theme:#064157;--md-alert-background-success:#08421F;--md-alert-text-warning:#FC9D03;--md-alert-text-error:#FF9580;--md-alert-text-theme:#07C1F5;--md-alert-text-success:#00CF64;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#545454;--md-separator-secondary:#707070;--accordion-color-border:#292929;--accordion-bg-focus:#292929;--accordion-hover:#3B3B3B;--accordion-active:#00A0D1;--alert-default-bg-color:#292929;--alert-default-align-items:flex-start;--alert-default-text-color:#DEDEDE;--alert-default-icon-size:24px;--alert-title-text-color:#F7F7F7;--alert-title-font-size:1rem;--alert-close-bg-color:#292929;--alert-close-size:1rem;--alert-close-text-color:#F7F7F7;--alert-banner-default-bg-color:#005E7D;--alert-banner-default-text-color:#C9F4FF;--alert-banner-error-bg-color:#A12512;--alert-banner-error-text-color:#FFE8E3;--alert-banner-warning-bg-color:#7D4705;--alert-banner-warning-text-color:#FFECC2;--avatar-letter-bg-color:#3B3B3B;--avatar-letter-text-color:#EDEDED;--avatar-blue-bg-color:#103C62;--avatar-blue-text-color:#C7EEFF;--avatar-green-bg-color:#08421F;--avatar-green-text-color:#78F5B8;--avatar-purple-bg-color:#601E66;--avatar-purple-text-color:#FCE1FC;--avatar-violet-bg-color:#432C77;--avatar-violet-text-color:#F0E3FC;--avatar-mint-bg-color:#12423F;--avatar-mint-text-color:#BAF5E7;--avatar-darkmint-bg-color:#16A693;--avatar-darkmint-text-color:#F7F7F7;--avatar-yellow-bg-color:#54330D;--avatar-yellow-text-color:#FFD98C;--avatar-red-bg-color:#6E1D13;--avatar-red-text-color:#FFD5CC;--avatar-orange-bg-color:#59311E;--avatar-orange-text-color:#FCE4C7;--avatar-cyan-bg-color:#0A414D;--avatar-cyan-text-color:#B2F4F7;--avatar-slate-bg-color:#393A47;--avatar-slate-text-color:#E3E7FA;--avatar-pink-bg-color:#66262D;--avatar-pink-text-color:#FFE0E7;--avatar-cobalt-bg-color:#103C62;--avatar-cobalt-text-color:#C7EEFF;--avatar-gold-bg-color:#4D370C;--avatar-gold-text-color:#F5EAA2;--avatar-lime-bg-color:#2D4214;--avatar-lime-text-color:#DDF2AE;--badge-default-bg-color:#3B3B3B;--badge-default-text-color:#F7F7F7;--badge-blue-bg-color:#08599C;--badge-blue-text-color:#C7EEFF;--badge-blue-hover-bg-color:#0A78CC;--badge-blue-active-bg-color:#279BE7;--badge-gray-bg-color:#545454;--badge-gray-text-color:#F7F7F7;--badge-gray-hover-bg-color:#707070;--badge-gray-active-bg-color:#949494;--badge-green-bg-color:#08421F;--badge-green-text-color:#78F5B8;--badge-lime-bg-color:#416116;--badge-lime-text-color:#DDF2AE;--badge-lime-hover-bg-color:#588219;--badge-lime-active-bg-color:#73A321;--badge-pink-bg-color:#A12A3A;--badge-pink-text-color:#FFE0E7;--badge-pink-hover-bg-color:#D43B52;--badge-pink-active-bg-color:#F0677E;--badge-purple-bg-color:#601E66;--badge-purple-text-color:#FCE1FC;--badge-violet-bg-color:#643ABD;--badge-violet-text-color:#F0E3FC;--badge-violet-hover-bg-color:#875AE1;--badge-violet-active-bg-color:#A87FF1;--badge-mint-bg-color:#12615A;--badge-mint-text-color:#BAF5E7;--badge-mint-hover-bg-color:#148579;--badge-mint-active-bg-color:#16A693;--badge-darkmint-bg-color:#16A693;--badge-darkmint-text-color:#F7F7F7;--badge-yellow-bg-color:#54330D;--badge-yellow-text-color:#FFD98C;--badge-gold-bg-color:#735107;--badge-gold-text-color:#F5EAA2;--badge-gold-hover-bg-color:#996E00;--badge-gold-active-bg-color:#BA8C00;--badge-red-bg-color:#6E1D13;--badge-red-text-color:#FFD5CC;--badge-darkred-bg-color:#D4371C;--badge-darkred-text-color:#FFBBAD;--badge-orange-bg-color:#914017;--badge-orange-text-color:#FCE4C7;--badge-orange-hover-bg-color:#C74F0E;--badge-orange-active-bg-color:#F26B1D;--badge-cyan-bg-color:#0A414D;--badge-cyan-text-color:#B2F4F7;--badge-hold-bg-color:#54330D;--badge-hold-text-color:#F7F7F7;--badge-outline-color:#DEDEDE;--badge-outline-text-color:#F7F7F7;--badge-disabled-bg-color:#292929;--badge-disabled-text-color:#545454;--breadcrumb-color:#07C1F5;--breadcrumb-color-current:#949494;--breadcrumb-color-slash:#B2B2B2;--button-primary-bg-color:#007AA3;--button-primary-text-color:#F7F7F7;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-outline-color:#07C1F5;--button-primary-outline-text-color:#07C1F5;--button-secondary-bg-color:#3B3B3B;--button-secondary-text-color:#F7F7F7;--button-secondary-hover-bg-color:#292929;--button-secondary-pressed-bg-color:#121212;--button-secondary-outline-color:#B2B2B2;--button-secondary-outline-text-color:#B2B2B2;--button-green-bg-color:#00853C;--button-green-hover-bg-color:#03612C;--button-green-pressed-bg-color:#08421F;--button-green-outline-color:#00CF64;--button-green-outline-text-color:#00CF64;--button-white-bg-color:#1C1C1C;--button-white-text-color:#B2B2B2;--button-white-hover-bg-color:#292929;--button-white-pressed-bg-color:#1C1C1C;--button-white-outline-color:#B2B2B2;--button-white-outline-text-color:#B2B2B2;--button-inverted-white-bg-color:#fff;--button-inverted-white-text-color:#121212;--button-inverted-white-hover-bg-color:#EDEDED;--button-inverted-white-pressed-bg-color:#DEDEDE;--button-inverted-white-outline-color:#ccc;--button-inverted-white-outline-text-color:#545454;--button-gray-bg-color:#3B3B3B;--button-gray-hover-bg-color:#545454;--button-gray-pressed-bg-color:#707070;--button-red-bg-color:#D4371C;--button-red-hover-bg-color:#A12512;--button-red-pressed-bg-color:#6E1D13;--button-red-outline-color:#FF9580;--button-red-outline-text-color:#FF9580;--button-available-bg-color:#092E16;--button-available-hover-bg-color:#08421F;--button-available-pressed-bg-color:#08421F;--button-engaged-bg-color:#38240E;--button-engaged-hover-bg-color:#54330D;--button-engaged-pressed-bg-color:#7D4705;--button-unavailable-bg-color:#4A1812;--button-unavailable-hover-bg-color:#6E1D13;--button-unavailable-pressed-bg-color:#6E1D13;--button-idle-bg-color:#292929;--button-idle-hover-bg-color:#3B3B3B;--button-idle-pressed-bg-color:#3B3B3B;--button-disabled-bg-color:#292929;--button-disabled-text-color:#545454;--button-favorite-hover-bg-color:#292929;--button-favorite-pressed-bg-color:#3B3B3B;--button-focus-ring-color:#07C1F5;--button-group-color:#B2B2B2;--button-group-color-active:#F7F7F7;--button-group-bg-color:#1C1C1C;--button-group-bg-color-hover:#292929;--button-group-bg-color-pressed:#3B3B3B;--button-group-bg-color-focus:#292929;--button-group-bg-color-active:#707070;--chat-message-color:#B2B2B2;--chat-message-color-heading:#ccc;--checkbox-bg-color:#121212;--checkbox-text-color:#F7F7F7;--checkbox-border-color:#545454;--checkbox-hover-bg-color:#292929;--checkbox-hover-border-color:#3B3B3B;--checkbox-pressed-bg-color:#3B3B3B;--checkbox-pressed-border-color:#545454;--checkbox-selected-bg-color:#07C1F5;--checkbox-selected-border-color:#07C1F5;--checkbox-selected-hover-bg-color:#00A0D1;--checkbox-selected-hover-border-color:#00A0D1;--checkbox-selected-pressed-bg-color:#007AA3;--checkbox-selected-pressed-border-color:#007AA3;--checkbox-focus-border-color:#005E7D;--checkbox-focus-shadow-color:0 0 4px 2px transparent;--coachmark-default-bg-color:#3B3B3B;--coachmark-default-text-color:#F7F7F7;--coachmark-blue-bg-color:#103C62;--coachmark-blue-text-color:#C7EEFF;--coachmark-green-bg-color:#08421F;--coachmark-green-text-color:#78F5B8;--coachmark-purple-bg-color:#601E66;--coachmark-purple-text-color:#FCE1FC;--coachmark-violet-bg-color:#432C77;--coachmark-violet-text-color:#F0E3FC;--coachmark-mint-bg-color:#12423F;--coachmark-mint-text-color:#BAF5E7;--coachmark-darkmint-bg-color:#16A693;--coachmark-darkmint-text-color:#F7F7F7;--coachmark-yellow-bg-color:#54330D;--coachmark-yellow-text-color:#FFD98C;--coachmark-red-bg-color:#6E1D13;--coachmark-red-text-color:#FFD5CC;--coachmark-darkred-bg-color:#D4371C;--coachmark-darkred-text-color:#FFBBAD;--coachmark-orange-bg-color:#59311E;--coachmark-orange-text-color:#FCE4C7;--coachmark-cyan-bg-color:#0A414D;--coachmark-cyan-text-color:#B2F4F7;--coachmark-outline-color:#DEDEDE;--coachmark-outline-text-color:#F7F7F7;--combobox-bg-color:#121212;--combobox-border-color:#3B3B3B;--combobox-text-color:#B2B2B2;--combobox-hover-bg-color:#292929;--combobox-pressed-bg-color:#3B3B3B;--combobox-focus-border-color:#00A0D1;--combobox-disabled-bg-color:#292929;--combobox-invalid-bg-color:#4A1812;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#292929;--combobox-dropdown-item-hover-bg-color:#064157;--combobox-dropdown-item-focus-bg-color:#005E7D;--combobox-dropdown-item-select-bg-color:#121212;--combobox-dropdown-item-checked-bg-color:#00A0D1;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#B2B2B2;--combobox-group-button-bg-color:#B2B2B2;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px transparent;--combobox-group-focus-border:1px solid;--combobox-selected-bg-color:#3B3B3B;--combobox-selected-border-color:#545454;--combobox-selected-hover:#3B3B3B;--combobox-group-label-bg-color:#292929;--combobox-group-label-color:#B2B2B2;--combobox-group-label-border-color:#3B3B3B;--datepicker-default-hover-bg-color:#545454;--datepicker-selected-today-text-color:#F7F7F7;--datepicker-range-text-color:#F7F7F7;--datepicker-range-bg-color:#707070;--datepicker-range-hover-bg-color:#545454;--datepicker-range-edge-text-color:#121212;--datepicker-range-edge-bg-color:#F7F7F7;--dropdown-bg-color-hover:#292929;--dropdown-bg-color-active:#3B3B3B;--dropdown-border-color:#3B3B3B;--dropdown-border-color-focus:#00A0D1;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#292929;--dropdown-list-item-bg-color-hover:#005E7D;--dropdown-list-item-bg-color-focus:#064157;--editable-textfield-default-bg-color:#121212;--editable-textfield-default-text-color:#F7F7F7;--editable-textfield-default-hover-bg-color:#292929;--editable-textfield-default-read-only-bg-color:#292929;--editable-textfield-default-focus-border-color:#07C1F5;--editable-textfield-default-pressed-bg-color:#3B3B3B;--editable-textfield-default-pressed-border-color:#545454;--editable-textfield-disabled-bg-color:#1C1C1C;--editable-textfield-disabled-text-color:#545454;--editable-textfield-error-bg-color:#4A1812;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#F7F7F7;--editable-textfield-error-message-text-color:#F7644A;--editable-textfield-error-hover-bg-color:#6E1D13;--editable-textfield-error-pressed-bg-color:#A12512;--editable-textfield-success-border-color:#07C1F5;--editable-textfield-success-hover-bg-color:#08421F;--editable-textfield-warning-border-color:#FC9D03;--editable-textfield-warning-hover-bg-color:#54330D;--editable-textfield-filled-bg-color:#292929;--editable-textfield-filled-disabled-bg-color:#292929;--editable-textfield-filled-hover-bg-color:#545454;--floating-modal-main-bg-color:#292929;--floating-modal-main-text-color:#F7F7F7;--floating-modal-main-border-color:#3B3B3B;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.12),0 0 1px rgba(0,0,0,0.2);--floating-modal-main-bg-color-alternate:#ccc;--floating-modal-main-text-color-alternate:#121212;--floating-modal-outer-border-color:#292929;--help-text-default-color:#ccc;--input-default-bg-color:#121212;--input-default-text-color:#F7F7F7;--input-default-border-color:#3B3B3B;--input-default-hover-bg-color:#292929;--input-default-read-only-bg-color:#292929;--input-default-focus-border-color:#07C1F5;--input-default-pressed-bg-color:#3B3B3B;--input-default-pressed-border-color:#545454;--input-default-outline-color:#07C1F5;--input-default-outline-text-color:#07C1F5;--input-disabled-bg-color:#292929;--input-disabled-text-color:#545454;--input-error-bg-color:#4A1812;--input-error-border-color:#F7644A;--input-error-text-color:#F7F7F7;--input-error-message-text-color:#F7644A;--input-error-hover-bg-color:#6E1D13;--input-error-pressed-bg-color:#A12512;--input-succes-border-color:#07C1F5;--input-warning-border-color:#FC9D03;--input-filled-bg-color:#292929;--input-filled-disabled-bg-color:#292929;--input-filled-hover-bg-color:#545454;--input-focus-ring-color:#07C1F5;--label-color:#ccc;--label-secondary:#B2B2B2;--link-default:#07C1F5;--link-hover:#91EBFF;--link-pressed:#C9F4FF;--link-focus:#07C1F5;--link-focus-outline:#007AA3;--link-disabled:#545454;--link-inline:#F7644A;--link-inline-hover:#FF9580;--link-inline-pressed:#FFBBAD;--link-inline-focus:#F7644A;--link-inline-font-size:14px;--link-inline-font-size__inline:12px;--list-text-color:#F7F7F7;--list-hover-background:#064157;--list-disabled-text-color:#545454;--list-active-background:#005E7D;--list-focus-border-color:#07C1F5;--menu-default:#EDEDED;--menu-hover-bg:#064157;--menu-pressed-bg:#005E7D;--modal-main-bg-color:#292929;--modal-main-text-color:#B2B2B2;--modal-main-border-color:#3B3B3B;--modal-main-radius:.5rem;--modal-main-padding:1.5rem 1rem;--modal-title-text-color:#F7F7F7;--modal-backdrop-bg-color:#000;--pagination-color:#707070;--pagination-color-current:#fff;--pagination-bg-current:#007AA3;--pagination-bg-hover:#EDEDED;--pagination-nav-color:#B2B2B2;--pagination-nav-hover:#707070;--pagination-nav-disabled:#ccc;--pagination-dots-color:#ccc;--pagination-dots-color-current:#707070;--phone-input-default-bg-color:#121212;--phone-input-default-border-color:#3B3B3B;--phone-input-disabled-bg-color:#121212;--radio-input-bg-color:#121212;--radio-input-text-color:#F7F7F7;--radio-input-border-color:#545454;--radio-input-hover-bg-color:#292929;--radio-input-hover-border-color:#3B3B3B;--radio-input-pressed-bg-color:#3B3B3B;--radio-input-pressed-border-color:#545454;--radio-input-selected-bg-color:#07C1F5;--radio-input-selected-border-color:#07C1F5;--radio-input-selected-hover-bg-color:#00A0D1;--radio-input-selected-hover-border-color:#00A0D1;--radio-input-selected-pressed-bg-color:#007AA3;--radio-input-selected-pressed-border-color:#007AA3;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-bar:#B2B2B2;--slider-background-disabled-selection:#fff;--slider-background-disabled-pointer:#B2B2B2;--slider-background-focus-pointer:#B2B2B2;--table-header-bg-color:#1C1C1C;--table-hover-bg-color:#292929;--table-pressed-bg-color:#3B3B3B;--table-border-color:#3B3B3B;--table-text-color:#B2B2B2;--table-stripped-bg-color:#3B3B3B;--table-advanced-header-bg-color:#1C1C1C;--table-advanced-filter-bg-color:#121212;--table-advanced-filter-border-color:#3B3B3B;--table-advanced-filter-hover-bg-color:#292929;--table-advanced-filter-pressed-bg-color:#3B3B3B;--table-advanced-hover-bg-color:#1C1C1C;--table-advanced-selected-bg-color:#292929;--table-advanced-border-color:#3B3B3B;--table-advanced-text-color:#B2B2B2;--table-advanced-stripped-bg-color:#3B3B3B;--tabs-default-bg-color:#121212;--tabs-default-text-color:#B2B2B2;--tabs-default-border-color:#292929;--tabs-default-active-border:#07C1F5;--tabs-default-focus-bg:#292929;--tabs-default-focus-border:#07C1F5;--tabs-default-focus-shadow:0 0 4px 2px Transparent;--tabs-default-hover-border:#DEDEDE;--tabs-default-hover:#3B3B3B;--tabs-default-pressed:#545454;--tabs-default-disabled:#545454;--tabs-default-active:#00A0D1;--tabs-left-arrow-bg-color:linear-gradient(to right, #121212 0%, #121212 50%, rgba(18,18,18,0.5) 75%, rgba(18,18,18,0) 100%);--tabs-right-arrow-bg-color:linear-gradient(to right, rgba(18,18,18,0) 0%, rgba(18,18,18,0.5) 25%, #121212 50%, #121212 100%);--taskitem-text-color:#B2B2B2;--taskitem-hover-bg-color:#292929;--taskitem-pressed-bg-color:#292929;--taskitem-focus-bg-color:#1C1C1C;--taskitem-focus-border-color:#07C1F5;--taskitem-status-bg-color:#3B3B3B;--taskitem-status-text-color:#EDEDED;--taskitem-status-pause-bg-color:#7D4705;--taskitem-selected-text-color:#F7F7F7;--taskitem-chat-text-color:#B2B2B2;--taskitem-chat-quantity-bg-color:#08599C;--taskitem-chat-quantity-text-color:#C7EEFF;--toggle-switch-bg-color:#545454;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#00A0D1;--toggle-switch-bg-color--checked-hover:#007AA3;--toggle-switch-bg-color--disabled:#292929;--toggle-switch-bg-color--disabled--checked:#092D3B;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#545454;--toggle-switch-slider-color-disabled--checked:#545454;--toggle-switch-focus:#007AA3;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,i=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#DEDEDE;--sandbox-secondary-bg-color:#e5e5e5;--main-bg-color:#EDEDED;--md-default-focus-outline-color:#007AA3;--md-primary-bg-color:#fff;--md-primary-one-bg-color:#fff;--md-primary-two-bg-color:#fff;--md-secondary-bg-color:#F7F7F7;--md-secondary-one-bg-color:#F7F7F7;--md-secondary-two-bg-color:#F7F7F7;--md-secondary-three-bg-color:#F7F7F7;--md-tertiary-bg-color:#EDEDED;--md-tertiary-one-bg-color:#EDEDED;--md-tertiary-two-bg-color:#EDEDED;--md-quaternary-bg-color:#DEDEDE;--md-quaternary-one-bg-color:#DEDEDE;--md-quaternary-two-bg-color:#DEDEDE;--md-conference-chat-bg-color:#F2F4FF;--md-secondary-white-bg-color:#fff;--md-tertiary-white-bg-color:#fff;--md-primary-success-bg-color:#BEFADE;--md-primary-success-text-color:#03612C;--md-primary-text-color:#121212;--md-secondary-text-color:#545454;--md-disabled-text-color:#B2B2B2;--md-highlight-text-color:#91EBFF;--md-hyperlink-text-color:#005E7D;--md-hyperlink-hover-text-color:#092D3B;--md-hyperlink-focus-text-color:#005E7D;--md-focus-border-color:#005E7D;--md-primary-seperator-color:#ccc;--md-secondary-seperator-color:#B2B2B2;--md-alert-error-bg-color:#FFE8E3;--md-alert-error-text-color:#A12512;--md-alert-warning-bg-color:#FFECC2;--md-alert-warning-text-color:#7D4705;--md-alert-success-bg-color:#BEFADE;--md-alert-success-text-color:#03612C;--md-alert-info-bg-color:#C9F4FF;--md-alert-info-text-color:#005E7D;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#fff;--md-email-composer-thread-bar-color:#643ABD;--md-email-composer-ccChip-bg-color:#F7F7F7;--md-interaction-history-bg-color:#F7F7F7;--md-auto-wrapup-bg-color:#EBFCFF;--md-menu-overlay-border-color:#DEDEDE;--md-dynamic-layout-button-border-color:#EDEDED;--md-dynamic-layout-button-inverted-border-color:#545454;--md-nav-tab-hover-bg-color:#EDEDED;--md-nav-tab-active-bg-color:#DEDEDE;--md-input-bg-color:#fff;--md-input-chat-length-indicator-bg-color:#fff;--md-input-chat-length-indicator-color:#545454;--md-input-chat-bg-color:#fff;--md-input-chat-color:#121212;--md-input-chat-error-color:#A12512;--md-webex-chat-disable-bg-color:#DEDEDE;--md-webex-chat-disable-color:#B2B2B2;--rem-base:14px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#005E7D;--md-button-primary-outline-text-color:#005E7D;--md-button-secondary-bg-color:#DEDEDE;--md-button-secondary-hover-bg-color:#ccc;--md-button-secondary-pressed-bg-color:#B2B2B2;--md-button-secondary-text-color:#121212;--md-button-secondary-outline-color:#545454;--md-button-secondary-outline-text-color:#545454;--md-button-tertiary-bg-color:#3B3B3B;--md-button-tertiary-hover-bg-color:#292929;--md-button-tertiary-pressed-bg-color:#1C1C1C;--md-button-tertiary-text-color:#F7F7F7;--md-button-tertiary-outline-color:#B2B2B2;--md-button-tertiary-outline-text-color:#B2B2B2;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#03612C;--md-button-join-outline-text-color:#03612C;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#A12512;--md-button-cancel-outline-text-color:#A12512;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#3B3B3B;--md-button-ghost-text-color:#121212;--md-button-focus-ring-color:#007AA3;--md-button-disabled-bg-color:#DEDEDE;--md-button-disabled-text-color:#B2B2B2;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#121212;--md-button-files-hover-bg-color:#7D4705;--md-button-files-hover-text-color:#fff;--md-button-files-pressed-bg-color:#54330D;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#121212;--md-button-whiteboards-hover-bg-color:#932099;--md-button-whiteboards-hover-text-color:#fff;--md-button-whiteboards-pressed-bg-color:#601E66;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#fff;--md-input-background-hover:#DEDEDE;--md-input-background-pressed:#ccc;--md-input-background-active:#DEDEDE;--md-input-background-theme-color:#007AA3;--md-input-background-theme-hover:#005E7D;--md-input-background-theme-pressed:#064157;--md-input-background-theme-active:#064157;--md-input-background-theme-disabled:#EBFCFF;--md-input-background-error:#FFF5F2;--md-input-disabled:#EDEDED;--md-input-focusRing:#007AA3;--md-input-outline-color:#ccc;--md-input-outline-active:#B2B2B2;--md-input-outline-error:#F7644A;--md-input-text-primary:#121212;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#A12512;--md-textColor-primary:#121212;--md-textColor-secondary:#545454;--md-textColor-disabled:#B2B2B2;--md-textColor-highlight:#DEDEDE;--md-textColor-hyperlink-color:#005E7D;--md-textColor-hyperlink-hover:#092D3B;--md-textColor-hyperlink-focus:#005E7D;--md-background-primary:#fff;--md-background-secondary:#F7F7F7;--md-background-tertiary:#EDEDED;--md-background-quaternary:#DEDEDE;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#FFECC2;--md-alert-background-error:#FFE8E3;--md-alert-background-theme:#C9F4FF;--md-alert-background-success:#BEFADE;--md-alert-text-warning:#7D4705;--md-alert-text-error:#A12512;--md-alert-text-theme:#005E7D;--md-alert-text-success:#03612C;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#ccc;--md-separator-secondary:#B2B2B2;--accordion-color-border:#EDEDED;--accordion-bg-focus:#fff;--accordion-hover:#EDEDED;--accordion-active:#007AA3;--alert-default-bg-color:#fff;--alert-default-align-items:flex-start;--alert-default-text-color:#545454;--alert-default-icon-size:24px;--alert-title-text-color:#121212;--alert-title-font-size:1rem;--alert-close-bg-color:#fff;--alert-close-size:1rem;--alert-close-text-color:#121212;--alert-banner-default-bg-color:#C9F4FF;--alert-banner-default-text-color:#005E7D;--alert-banner-error-bg-color:#FFE8E3;--alert-banner-error-text-color:#A12512;--alert-banner-warning-bg-color:#FFECC2;--alert-banner-warning-text-color:#7D4705;--avatar-letter-bg-color:#EDEDED;--avatar-letter-text-color:#292929;--avatar-blue-bg-color:#C7EEFF;--avatar-blue-text-color:#08599C;--avatar-green-bg-color:#78F5B8;--avatar-green-text-color:#03612C;--avatar-purple-bg-color:#FCE1FC;--avatar-purple-text-color:#932099;--avatar-violet-bg-color:#F0E3FC;--avatar-violet-text-color:#643ABD;--avatar-mint-bg-color:#BAF5E7;--avatar-mint-text-color:#12615A;--avatar-darkmint-bg-color:#16A693;--avatar-darkmint-text-color:#F7F7F7;--avatar-yellow-bg-color:#FFD98C;--avatar-yellow-text-color:#7D4705;--avatar-red-bg-color:#FFD5CC;--avatar-red-text-color:#A12512;--avatar-orange-bg-color:#FCE4C7;--avatar-orange-text-color:#914017;--avatar-cyan-bg-color:#B2F4F7;--avatar-cyan-text-color:#066070;--avatar-slate-bg-color:#E3E7FA;--avatar-slate-text-color:#535573;--avatar-pink-bg-color:#FFE0E7;--avatar-pink-text-color:#A12A3A;--avatar-cobalt-bg-color:#C7EEFF;--avatar-cobalt-text-color:#08599C;--avatar-gold-bg-color:#F5EAA2;--avatar-gold-text-color:#735107;--avatar-lime-bg-color:#DDF2AE;--avatar-lime-text-color:#416116;--badge-default-bg-color:#F7F7F7;--badge-default-text-color:#545454;--badge-blue-bg-color:#C7EEFF;--badge-blue-text-color:#08599C;--badge-blue-hover-bg-color:#9df;--badge-blue-active-bg-color:#5EBFF6;--badge-gray-bg-color:#DEDEDE;--badge-gray-text-color:#121212;--badge-gray-hover-bg-color:#ccc;--badge-gray-active-bg-color:#ccc;--badge-green-bg-color:#78F5B8;--badge-green-text-color:#03612C;--badge-lime-bg-color:#DDF2AE;--badge-lime-text-color:#416116;--badge-lime-hover-bg-color:#BCE36F;--badge-lime-active-bg-color:#93C437;--badge-pink-bg-color:#FFE0E7;--badge-pink-text-color:#A12A3A;--badge-pink-hover-bg-color:#FFC7D2;--badge-pink-active-bg-color:#FC97AA;--badge-purple-bg-color:#FCE1FC;--badge-purple-text-color:#932099;--badge-violet-bg-color:#F0E3FC;--badge-violet-text-color:#643ABD;--badge-violet-hover-bg-color:#E2CAFC;--badge-violet-active-bg-color:#C7A5FA;--badge-mint-bg-color:#BAF5E7;--badge-mint-text-color:#12615A;--badge-mint-hover-bg-color:#74E8D1;--badge-mint-active-bg-color:#30C9B0;--badge-darkmint-bg-color:#16A693;--badge-darkmint-text-color:#F7F7F7;--badge-yellow-bg-color:#FFD98C;--badge-yellow-text-color:#7D4705;--badge-gold-bg-color:#F5EAA2;--badge-gold-text-color:#735107;--badge-gold-hover-bg-color:#EBD460;--badge-gold-active-bg-color:#D6B220;--badge-red-bg-color:#FFD5CC;--badge-red-text-color:#A12512;--badge-darkred-bg-color:#D4371C;--badge-darkred-text-color:#4A1812;--badge-orange-bg-color:#FCE4C7;--badge-orange-text-color:#914017;--badge-orange-hover-bg-color:#FFCA99;--badge-orange-active-bg-color:#FF9D52;--badge-cyan-bg-color:#B2F4F7;--badge-cyan-text-color:#066070;--badge-hold-bg-color:#FFECC2;--badge-hold-text-color:#121212;--badge-outline-color:#B2B2B2;--badge-outline-text-color:#949494;--badge-disabled-bg-color:#DEDEDE;--badge-disabled-text-color:#B2B2B2;--breadcrumb-color:#00A0D1;--breadcrumb-color-current:#292929;--breadcrumb-color-slash:#949494;--button-primary-bg-color:#007AA3;--button-primary-text-color:#F7F7F7;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-outline-color:#005E7D;--button-primary-outline-text-color:#005E7D;--button-secondary-bg-color:#DEDEDE;--button-secondary-text-color:#121212;--button-secondary-hover-bg-color:#ccc;--button-secondary-pressed-bg-color:#B2B2B2;--button-secondary-outline-color:#545454;--button-secondary-outline-text-color:#545454;--button-green-bg-color:#00853C;--button-green-hover-bg-color:#03612C;--button-green-pressed-bg-color:#08421F;--button-green-outline-color:#03612C;--button-green-outline-text-color:#03612C;--button-white-bg-color:#fff;--button-white-text-color:#545454;--button-white-hover-bg-color:#EDEDED;--button-white-pressed-bg-color:#DEDEDE;--button-white-outline-color:#ccc;--button-white-outline-text-color:#545454;--button-inverted-white-bg-color:#3B3B3B;--button-inverted-white-text-color:#fff;--button-inverted-white-hover-bg-color:#292929;--button-inverted-white-pressed-bg-color:#1C1C1C;--button-inverted-white-outline-color:#B2B2B2;--button-inverted-white-outline-text-color:#B2B2B2;--button-gray-bg-color:#707070;--button-gray-hover-bg-color:#545454;--button-gray-pressed-bg-color:#3B3B3B;--button-red-bg-color:#D4371C;--button-red-hover-bg-color:#A12512;--button-red-pressed-bg-color:#6E1D13;--button-red-outline-color:#A12512;--button-red-outline-text-color:#A12512;--button-available-bg-color:#EDFAF4;--button-available-hover-bg-color:#BEFADE;--button-available-pressed-bg-color:#BEFADE;--button-engaged-bg-color:#FFF7E3;--button-engaged-hover-bg-color:#FFECC2;--button-engaged-pressed-bg-color:#FFD98C;--button-unavailable-bg-color:#FFF5F2;--button-unavailable-hover-bg-color:#FFE8E3;--button-unavailable-pressed-bg-color:#FFE8E3;--button-idle-bg-color:#F7F7F7;--button-idle-hover-bg-color:#EDEDED;--button-idle-pressed-bg-color:#EDEDED;--button-disabled-bg-color:#DEDEDE;--button-disabled-text-color:#B2B2B2;--button-favorite-hover-bg-color:#EDEDED;--button-favorite-pressed-bg-color:#DEDEDE;--button-focus-ring-color:#007AA3;--button-group-color:#545454;--button-group-color-active:#121212;--button-group-bg-color:#DEDEDE;--button-group-bg-color-hover:#ccc;--button-group-bg-color-pressed:#B2B2B2;--button-group-bg-color-focus:#ccc;--button-group-bg-color-active:#fff;--chat-message-color:#121212;--chat-message-color-heading:#545454;--checkbox-bg-color:#fff;--checkbox-text-color:#121212;--checkbox-border-color:#DEDEDE;--checkbox-hover-bg-color:#EDEDED;--checkbox-hover-border-color:#DEDEDE;--checkbox-pressed-bg-color:#DEDEDE;--checkbox-pressed-border-color:#ccc;--checkbox-selected-bg-color:#00A0D1;--checkbox-selected-border-color:#00A0D1;--checkbox-selected-hover-bg-color:#007AA3;--checkbox-selected-hover-border-color:#007AA3;--checkbox-selected-pressed-bg-color:#005E7D;--checkbox-selected-pressed-border-color:#005E7D;--checkbox-focus-border-color:#005E7D;--checkbox-focus-shadow-color:0 0 4px 2px transparent;--coachmark-default-bg-color:#F7F7F7;--coachmark-default-text-color:#545454;--coachmark-blue-bg-color:#C7EEFF;--coachmark-blue-text-color:#08599C;--coachmark-green-bg-color:#78F5B8;--coachmark-green-text-color:#03612C;--coachmark-purple-bg-color:#FCE1FC;--coachmark-purple-text-color:#932099;--coachmark-violet-bg-color:#F0E3FC;--coachmark-violet-text-color:#643ABD;--coachmark-mint-bg-color:#BAF5E7;--coachmark-mint-text-color:#12615A;--coachmark-darkmint-bg-color:#16A693;--coachmark-darkmint-text-color:#F7F7F7;--coachmark-yellow-bg-color:#FFD98C;--coachmark-yellow-text-color:#7D4705;--coachmark-red-bg-color:#FFD5CC;--coachmark-red-text-color:#A12512;--coachmark-darkred-bg-color:#D4371C;--coachmark-darkred-text-color:#4A1812;--coachmark-orange-bg-color:#FCE4C7;--coachmark-orange-text-color:#914017;--coachmark-cyan-bg-color:#B2F4F7;--coachmark-cyan-text-color:#066070;--coachmark-outline-color:#B2B2B2;--coachmark-outline-text-color:#949494;--combobox-bg-color:#fff;--combobox-border-color:#B2B2B2;--combobox-text-color:#545454;--combobox-hover-bg-color:#DEDEDE;--combobox-pressed-bg-color:#ccc;--combobox-focus-border-color:#005E7D;--combobox-disabled-bg-color:#EDEDED;--combobox-invalid-bg-color:#FFE8E3;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#fff;--combobox-dropdown-item-hover-bg-color:#C9F4FF;--combobox-dropdown-item-focus-bg-color:#91EBFF;--combobox-dropdown-item-select-bg-color:#fff;--combobox-dropdown-item-checked-bg-color:#00A0D1;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#121212;--combobox-group-button-bg-color:#707070;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px transparent;--combobox-group-focus-border:1px solid;--combobox-selected-bg-color:#DEDEDE;--combobox-selected-border-color:#ccc;--combobox-selected-hover:#B2B2B2;--combobox-group-label-bg-color:#fff;--combobox-group-label-color:#545454;--combobox-group-label-border-color:#DEDEDE;--datepicker-default-hover-bg-color:#DEDEDE;--datepicker-selected-today-text-color:#fff;--datepicker-range-text-color:#121212;--datepicker-range-bg-color:#DEDEDE;--datepicker-range-hover-bg-color:#ccc;--datepicker-range-edge-text-color:#F7F7F7;--datepicker-range-edge-bg-color:#121212;--dropdown-bg-color-hover:#DEDEDE;--dropdown-bg-color-active:#ccc;--dropdown-border-color:#ccc;--dropdown-border-color-focus:#005E7D;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#fff;--dropdown-list-item-bg-color-hover:#C9F4FF;--dropdown-list-item-bg-color-focus:#91EBFF;--editable-textfield-default-bg-color:#fff;--editable-textfield-default-text-color:#121212;--editable-textfield-default-hover-bg-color:#EDEDED;--editable-textfield-default-read-only-bg-color:#EDEDED;--editable-textfield-default-focus-border-color:#007AA3;--editable-textfield-default-pressed-bg-color:#DEDEDE;--editable-textfield-default-pressed-border-color:#B2B2B2;--editable-textfield-disabled-bg-color:#F7F7F7;--editable-textfield-disabled-text-color:#B2B2B2;--editable-textfield-error-bg-color:#FFE8E3;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#121212;--editable-textfield-error-message-text-color:#A12512;--editable-textfield-error-hover-bg-color:#FFD5CC;--editable-textfield-error-pressed-bg-color:#FFBBAD;--editable-textfield-success-border-color:#00AB50;--editable-textfield-success-hover-bg-color:#78F5B8;--editable-textfield-warning-border-color:#D97F00;--editable-textfield-warning-hover-bg-color:#FFD98C;--editable-textfield-filled-bg-color:#EDEDED;--editable-textfield-filled-disabled-bg-color:#EDEDED;--editable-textfield-filled-hover-bg-color:#DEDEDE;--floating-modal-main-bg-color:#fff;--floating-modal-main-text-color:#121212;--floating-modal-main-border-color:#DEDEDE;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.16),0 0 1px rgba(0,0,0,0.16);--floating-modal-main-bg-color-alternate:#545454;--floating-modal-main-text-color-alternate:#F7F7F7;--floating-modal-outer-border-color:#EDEDED;--help-text-default-color:#545454;--input-default-bg-color:#fff;--input-default-text-color:#121212;--input-default-border-color:#ccc;--input-default-hover-bg-color:#DEDEDE;--input-default-read-only-bg-color:#EDEDED;--input-default-focus-border-color:#007AA3;--input-default-pressed-bg-color:#ccc;--input-default-pressed-border-color:#B2B2B2;--input-default-outline-color:#005E7D;--input-default-outline-text-color:#005E7D;--input-disabled-bg-color:#DEDEDE;--input-disabled-text-color:#B2B2B2;--input-error-bg-color:#FFE8E3;--input-error-border-color:#F7644A;--input-error-text-color:#121212;--input-error-message-text-color:#A12512;--input-error-hover-bg-color:#FFD5CC;--input-error-pressed-bg-color:#FFBBAD;--input-succes-border-color:#00AB50;--input-warning-border-color:#D97F00;--input-filled-bg-color:#EDEDED;--input-filled-disabled-bg-color:#EDEDED;--input-filled-hover-bg-color:#DEDEDE;--input-focus-ring-color:#007AA3;--label-color:#000;--label-secondary:#545454;--link-default:#005E7D;--link-hover:#005E7D;--link-pressed:#064157;--link-focus:#005E7D;--link-focus-outline:#007AA3;--link-disabled:#B2B2B2;--link-inline:#A12512;--link-inline-hover:#6E1D13;--link-inline-pressed:#4A1812;--link-inline-focus:#A12512;--link-inline-font-size:14px;--link-inline-font-size__inline:12px;--list-text-color:#121212;--list-hover-background:#C9F4FF;--list-disabled-text-color:#B2B2B2;--list-active-background:#91EBFF;--list-focus-border-color:#007AA3;--menu-default:#121212;--menu-hover-bg:#C9F4FF;--menu-pressed-bg:#91EBFF;--modal-main-bg-color:#fff;--modal-main-text-color:#545454;--modal-main-border-color:#DEDEDE;--modal-main-radius:.5rem;--modal-main-padding:1.5rem 1rem;--modal-title-text-color:#000;--modal-backdrop-bg-color:#000;--pagination-color:#949494;--pagination-color-current:#fff;--pagination-bg-current:#00A0D1;--pagination-bg-hover:#DEDEDE;--pagination-nav-color:#292929;--pagination-nav-hover:#121212;--pagination-nav-disabled:#ccc;--pagination-dots-color:#ccc;--pagination-dots-color-current:#121212;--phone-input-default-bg-color:#EDEDED;--phone-input-default-border-color:#ccc;--phone-input-disabled-bg-color:#EDEDED;--radio-input-bg-color:#fff;--radio-input-text-color:#121212;--radio-input-border-color:#ccc;--radio-input-hover-bg-color:#EDEDED;--radio-input-hover-border-color:#DEDEDE;--radio-input-pressed-bg-color:#DEDEDE;--radio-input-pressed-border-color:#ccc;--radio-input-selected-bg-color:#00A0D1;--radio-input-selected-border-color:#00A0D1;--radio-input-selected-hover-bg-color:#007AA3;--radio-input-selected-hover-border-color:#007AA3;--radio-input-selected-pressed-bg-color:#005E7D;--radio-input-selected-pressed-border-color:#005E7D;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-selection:#00A0D1;--slider-background-selection-red:#F7644A;--slider-background-selection-green:#00AB50;--slider-background-selection-blue:#00A0D1;--slider-background-pointer:#fff;--slider-background-bar:#EDEDED;--slider-background-hover-pointer:#C9F4FF;--slider-background-disabled-selection:#ccc;--slider-background-disabled-pointer:#EDEDED;--slider-background-focus-pointer:#B2B2B2;--slider-background-label:#545454;--spinner-bg-color:#B2B2B2;--spinner-color:#000;--table-header-bg-color:#F7F7F7;--table-hover-bg-color:#EDEDED;--table-pressed-bg-color:#DEDEDE;--table-border-color:#DEDEDE;--table-text-color:#545454;--table-stripped-bg-color:#EDEDED;--table-advanced-header-bg-color:#F7F7F7;--table-advanced-filter-bg-color:#fff;--table-advanced-filter-border-color:#ccc;--table-advanced-filter-hover-bg-color:#EDEDED;--table-advanced-filter-pressed-bg-color:#DEDEDE;--table-advanced-hover-bg-color:#F7F7F7;--table-advanced-selected-bg-color:#EDEDED;--table-advanced-border-color:#DEDEDE;--table-advanced-text-color:#545454;--table-advanced-stripped-bg-color:#EDEDED;--tabs-default-bg-color:#fff;--tabs-default-text-color:#545454;--tabs-default-border-color:#EDEDED;--tabs-default-active-border:#007AA3;--tabs-default-focus-bg:#fff;--tabs-default-focus-border:#007AA3;--tabs-default-focus-shadow:0 0 4px 2px transparent;--tabs-default-hover-border:#EDEDED;--tabs-default-hover:#EDEDED;--tabs-default-pressed:#DEDEDE;--tabs-default-disabled:#B2B2B2;--tabs-default-active:#007AA3;--tabs-left-arrow-bg-color:linear-gradient(to right, #fff 0%, #fff 58%, rgba(255,255,255,0.55) 77%, rgba(255,255,255,0.02) 99%, rgba(255,255,255,0) 100%);--tabs-right-arrow-bg-color:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.53) 24%, #fff 45%, #fff 100%);--taskitem-text-color:#545454;--taskitem-hover-bg-color:#fff;--taskitem-pressed-bg-color:#fff;--taskitem-focus-bg-color:#fff;--taskitem-focus-border-color:#007AA3;--taskitem-status-bg-color:#DEDEDE;--taskitem-status-text-color:#121212;--taskitem-status-pause-bg-color:#FFD98C;--taskitem-selected-text-color:#121212;--taskitem-chat-text-color:#545454;--taskitem-chat-quantity-bg-color:#9df;--taskitem-chat-quantity-text-color:#103C62;--toggle-switch-bg-color:#ccc;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#007AA3;--toggle-switch-bg-color--checked-hover:#005E7D;--toggle-switch-bg-color--disabled:#EDEDED;--toggle-switch-bg-color--disabled--checked:#C9F4FF;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#F7F7F7;--toggle-switch-slider-color-disabled--checked:#fff;--toggle-switch-focus:#00A0D1;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,m=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#3B3B3B;--sandbox-secondary-bg-color:#121212;--main-bg-color:#121212;--md-default-focus-outline-color:#07C1F5;--md-primary-bg-color:#121212;--md-primary-one-bg-color:#1C1C1C;--md-primary-two-bg-color:#292929;--md-secondary-bg-color:#121212;--md-secondary-one-bg-color:#1C1C1C;--md-secondary-two-bg-color:#292929;--md-secondary-three-bg-color:#3B3B3B;--md-tertiary-bg-color:#292929;--md-tertiary-one-bg-color:#1C1C1C;--md-tertiary-two-bg-color:#3B3B3B;--md-quaternary-bg-color:#3B3B3B;--md-quaternary-one-bg-color:#707070;--md-quaternary-two-bg-color:#292929;--md-conference-chat-bg-color:#26262B;--md-secondary-white-bg-color:#1C1C1C;--md-tertiary-white-bg-color:#292929;--md-primary-success-bg-color:#12615A;--md-primary-success-text-color:#BAF5E7;--md-primary-text-color:#F7F7F7;--md-secondary-text-color:#B2B2B2;--md-disabled-text-color:#545454;--md-highlight-text-color:#064157;--md-hyperlink-text-color:#07C1F5;--md-hyperlink-hover-text-color:#91EBFF;--md-hyperlink-focus-text-color:#07C1F5;--md-focus-border-color:#07C1F5;--md-primary-seperator-color:#545454;--md-secondary-seperator-color:#707070;--md-alert-error-bg-color:#6E1D13;--md-alert-error-text-color:#FF9580;--md-alert-warning-bg-color:#54330D;--md-alert-warning-text-color:#FC9D03;--md-alert-success-bg-color:#08421F;--md-alert-success-text-color:#00CF64;--md-alert-info-bg-color:#064157;--md-alert-info-text-color:#07C1F5;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#1C1C1C;--md-email-composer-thread-bar-color:#C7A5FA;--md-email-composer-ccChip-bg-color:#292929;--md-interaction-history-bg-color:#1C1C1C;--md-auto-wrapup-bg-color:#092D3B;--md-menu-overlay-border-color:#3B3B3B;--md-dynamic-layout-button-border-color:#545454;--md-dynamic-layout-button-inverted-border-color:#EDEDED;--md-nav-tab-hover-bg-color:#3B3B3B;--md-nav-tab-active-bg-color:#545454;--md-input-bg-color:#1C1C1C;--md-input-chat-length-indicator-bg-color:#292929;--md-input-chat-length-indicator-color:#B2B2B2;--md-input-chat-bg-color:#292929;--md-input-chat-color:#F7F7F7;--md-input-chat-error-color:#F7644A;--md-webex-chat-disable-bg-color:#292929;--md-webex-chat-disable-color:#545454;--rem-base:16px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#07C1F5;--md-button-primary-outline-text-color:#07C1F5;--md-button-secondary-bg-color:#707070;--md-button-secondary-hover-bg-color:#545454;--md-button-secondary-pressed-bg-color:#3B3B3B;--md-button-secondary-text-color:#F7F7F7;--md-button-secondary-outline-color:#B2B2B2;--md-button-secondary-outline-text-color:#B2B2B2;--md-button-tertiary-bg-color:#DEDEDE;--md-button-tertiary-hover-bg-color:#ccc;--md-button-tertiary-pressed-bg-color:#B2B2B2;--md-button-tertiary-text-color:#121212;--md-button-tertiary-outline-color:#545454;--md-button-tertiary-outline-text-color:#545454;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#00CF64;--md-button-join-outline-text-color:#00CF64;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#FF9580;--md-button-cancel-outline-text-color:#FF9580;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#707070;--md-button-ghost-text-color:#F7F7F7;--md-button-focus-ring-color:#07C1F5;--md-button-disabled-bg-color:#292929;--md-button-disabled-text-color:#545454;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#F7F7F7;--md-button-files-hover-bg-color:#3B3B3B;--md-button-files-hover-text-color:#F7F7F7;--md-button-files-pressed-bg-color:#D97F00;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#F7F7F7;--md-button-whiteboards-hover-bg-color:#3B3B3B;--md-button-whiteboards-hover-text-color:#F7F7F7;--md-button-whiteboards-pressed-bg-color:#E060DE;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#121212;--md-input-background-hover:#3B3B3B;--md-input-background-pressed:#545454;--md-input-background-active:#3B3B3B;--md-input-background-theme-color:#07C1F5;--md-input-background-theme-hover:#00A0D1;--md-input-background-theme-pressed:#007AA3;--md-input-background-theme-active:#007AA3;--md-input-background-theme-disabled:#092D3B;--md-input-background-error:#4A1812;--md-input-disabled:#292929;--md-input-focusRing:#07C1F5;--md-input-outline-color:#545454;--md-input-outline-active:#707070;--md-input-outline-error:#F7644A;--md-input-text-primary:#F7F7F7;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#FF9580;--md-textColor-primary:#F7F7F7;--md-textColor-secondary:#B2B2B2;--md-textColor-disabled:#545454;--md-textColor-highlight:#3B3B3B;--md-textColor-hyperlink-color:#07C1F5;--md-textColor-hyperlink-hover:#91EBFF;--md-textColor-hyperlink-focus:#07C1F5;--md-background-primary:#121212;--md-background-secondary:#1C1C1C;--md-background-tertiary:#292929;--md-background-quaternary:#3B3B3B;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#54330D;--md-alert-background-error:#6E1D13;--md-alert-background-theme:#064157;--md-alert-background-success:#08421F;--md-alert-text-warning:#FC9D03;--md-alert-text-error:#FF9580;--md-alert-text-theme:#07C1F5;--md-alert-text-success:#00CF64;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#545454;--md-separator-secondary:#707070;--accordion-color-border:#3B3B3B;--accordion-bg-focus:#292929;--accordion-hover:#064157;--accordion-active:#07C1F5;--alert-default-bg-color:#3B3B3B;--alert-default-align-items:center;--alert-default-text-color:#EDEDED;--alert-default-icon-size:40px;--alert-title-text-color:#007AA3;--alert-title-font-size:1rem;--alert-close-bg-color:#292929;--alert-close-size:2.75rem;--alert-close-text-color:#F7F7F7;--alert-banner-default-bg-color:#005E7D;--alert-banner-default-text-color:#C9F4FF;--alert-banner-error-bg-color:#A12512;--alert-banner-error-text-color:#FFE8E3;--alert-banner-warning-bg-color:#7D4705;--alert-banner-warning-text-color:#FFECC2;--avatar-letter-bg-color:#3B3B3B;--avatar-letter-text-color:#F7F7F7;--avatar-blue-bg-color:#279BE7;--avatar-blue-text-color:#C7EEFF;--avatar-green-bg-color:#00AB50;--avatar-green-text-color:#78F5B8;--avatar-purple-bg-color:#E060DE;--avatar-purple-text-color:#FCE1FC;--avatar-violet-bg-color:#A87FF1;--avatar-violet-text-color:#F0E3FC;--avatar-mint-bg-color:#16A693;--avatar-mint-text-color:#BAF5E7;--avatar-yellow-bg-color:#D97F00;--avatar-yellow-text-color:#FFD98C;--avatar-red-bg-color:#F7644A;--avatar-red-text-color:#FFD5CC;--avatar-orange-bg-color:#F26B1D;--avatar-orange-text-color:#FCE4C7;--avatar-cyan-bg-color:#00A3B5;--avatar-cyan-text-color:#B2F4F7;--avatar-slate-bg-color:#8C91BD;--avatar-slate-text-color:#E3E7FA;--avatar-pink-bg-color:#66262D;--avatar-pink-text-color:#FFE0E7;--avatar-cobalt-bg-color:#279BE7;--avatar-cobalt-text-color:#C7EEFF;--avatar-gold-bg-color:#BA8C00;--avatar-gold-text-color:#F5EAA2;--avatar-lime-bg-color:#73A321;--avatar-lime-text-color:#DDF2AE;--badge-default-bg-color:#949494;--badge-default-text-color:#F7F7F7;--badge-blue-bg-color:#279BE7;--badge-blue-text-color:#C7EEFF;--badge-blue-hover-bg-color:#0A78CC;--badge-blue-active-bg-color:#08599C;--badge-gray-bg-color:#949494;--badge-gray-text-color:#F7F7F7;--badge-gray-hover-bg-color:#707070;--badge-gray-active-bg-color:#545454;--badge-green-bg-color:#00AB50;--badge-green-text-color:#78F5B8;--badge-lime-bg-color:#73A321;--badge-lime-text-color:#DDF2AE;--badge-lime-hover-bg-color:#588219;--badge-lime-active-bg-color:#416116;--badge-pink-bg-color:#F0677E;--badge-pink-text-color:#FFE0E7;--badge-pink-hover-bg-color:#D43B52;--badge-pink-active-bg-color:#A12A3A;--badge-purple-bg-color:#E060DE;--badge-purple-text-color:#FCE1FC;--badge-violet-bg-color:#A87FF1;--badge-violet-text-color:#F0E3FC;--badge-violet-hover-bg-color:#875AE1;--badge-violet-active-bg-color:#643ABD;--badge-mint-bg-color:#16A693;--badge-mint-text-color:#BAF5E7;--badge-mint-hover-bg-color:#148579;--badge-mint-active-bg-color:#12615A;--badge-yellow-bg-color:#D97F00;--badge-yellow-text-color:#FFD98C;--badge-gold-bg-color:#BA8C00;--badge-gold-text-color:#F5EAA2;--badge-gold-hover-bg-color:#996E00;--badge-gold-active-bg-color:#735107;--badge-red-bg-color:#F7644A;--badge-red-text-color:#FFD5CC;--badge-darkred-bg-color:#A12512;--badge-darkred-text-color:#EDEDED;--badge-orange-bg-color:#F26B1D;--badge-orange-text-color:#FCE4C7;--badge-orange-hover-bg-color:#C74F0E;--badge-orange-active-bg-color:#914017;--badge-cyan-bg-color:#00A3B5;--badge-cyan-text-color:#B2F4F7;--badge-hold-bg-color:#54330D;--badge-hold-text-color:#F7F7F7;--badge-outline-color:#949494;--badge-outline-text-color:#F7F7F7;--badge-disabled-bg-color:#292929;--badge-disabled-text-color:#545454;--breadcrumb-color:#07C1F5;--breadcrumb-color-current:#949494;--breadcrumb-color-slash:#B2B2B2;--button-primary-bg-color:#007AA3;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-text-color:#F7F7F7;--button-primary-outline-color:#07C1F5;--button-primary-outline-text-color:#07C1F5;--button-secondary-bg-color:#707070;--button-secondary-hover-bg-color:#545454;--button-secondary-pressed-bg-color:#3B3B3B;--button-secondary-text-color:#F7F7F7;--button-secondary-outline-color:#B2B2B2;--button-secondary-outline-text-color:#B2B2B2;--button-tertiary-bg-color:#DEDEDE;--button-tertiary-hover-bg-color:#ccc;--button-tertiary-pressed-bg-color:#B2B2B2;--button-tertiary-text-color:#121212;--button-tertiary-outline-color:#545454;--button-tertiary-outline-text-color:#545454;--button-join-bg-color:#00853C;--button-join-hover-bg-color:#03612C;--button-join-pressed-bg-color:#08421F;--button-join-text-color:#F7F7F7;--button-join-outline-color:#00CF64;--button-join-outline-text-color:#00CF64;--button-cancel-bg-color:#D4371C;--button-cancel-hover-bg-color:#A12512;--button-cancel-pressed-bg-color:#6E1D13;--button-cancel-text-color:#F7F7F7;--button-cancel-outline-color:#FF9580;--button-cancel-outline-text-color:#FF9580;--button-ghost-bg-color:none;--button-ghost-hover-bg-color:#545454;--button-ghost-pressed-bg-color:#707070;--button-ghost-text-color:#F7F7F7;--button-focus-ring-color:#07C1F5;--button-disabled-bg-color:#292929;--button-disabled-text-color:#545454;--button-files-normal-bg-color:none;--button-files-normal-text-color:#F7F7F7;--button-files-hover-bg-color:#3B3B3B;--button-files-hover-text-color:#F7F7F7;--button-files-pressed-bg-color:#D97F00;--button-files-pressed-text-color:#F7F7F7;--button-whiteboards-normal-bg-color:none;--button-whiteboards-normal-text-color:#F7F7F7;--button-whiteboards-hover-bg-color:#3B3B3B;--button-whiteboards-hover-text-color:#F7F7F7;--button-whiteboards-pressed-bg-color:#E060DE;--button-whiteboards-pressed-text-color:#F7F7F7;--button-group-color:#949494;--button-group-color-active:#EDEDED;--button-group-bg-color:#292929;--button-group-bg-color-hover:#121212;--button-group-bg-color-pressed:#292929;--button-group-bg-color-focus:#121212;--button-group-bg-color-active:#545454;--chat-message-color:#ccc;--chat-message-color-heading:#DEDEDE;--checkbox-bg-color:#1C1C1C;--checkbox-text-color:#EDEDED;--checkbox-border-color:#3B3B3B;--checkbox-hover-bg-color:#292929;--checkbox-hover-border-color:#3B3B3B;--checkbox-pressed-bg-color:#3B3B3B;--checkbox-pressed-border-color:#545454;--checkbox-selected-bg-color:#00A0D1;--checkbox-selected-border-color:#00A0D1;--checkbox-selected-hover-bg-color:#007AA3;--checkbox-selected-hover-border-color:#007AA3;--checkbox-selected-pressed-bg-color:#005E7D;--checkbox-selected-pressed-border-color:#005E7D;--checkbox-focus-border-color:rgba(0,0,0,0);--checkbox-focus-shadow-color:0 0 4px 2px #00A0D1;--coachmark-default-bg-color:#949494;--coachmark-default-text-color:#F7F7F7;--coachmark-blue-bg-color:#279BE7;--coachmark-blue-text-color:#C7EEFF;--coachmark-green-bg-color:#00AB50;--coachmark-green-text-color:#78F5B8;--coachmark-purple-bg-color:#E060DE;--coachmark-purple-text-color:#FCE1FC;--coachmark-violet-bg-color:#A87FF1;--coachmark-violet-text-color:#F0E3FC;--coachmark-mint-bg-color:#16A693;--coachmark-mint-text-color:#BAF5E7;--coachmark-yellow-bg-color:#D97F00;--coachmark-yellow-text-color:#FFD98C;--coachmark-red-bg-color:#F7644A;--coachmark-red-text-color:#FFD5CC;--coachmark-darkred-bg-color:#A12512;--coachmark-darkred-text-color:#EDEDED;--coachmark-orange-bg-color:#F26B1D;--coachmark-orange-text-color:#FCE4C7;--coachmark-cyan-bg-color:#00A3B5;--coachmark-cyan-text-color:#B2F4F7;--coachmark-outline-color:#949494;--coachmark-outline-text-color:#F7F7F7;--combobox-bg-color:#121212;--combobox-border-color:#545454;--combobox-text-color:#ccc;--combobox-hover-bg-color:#3B3B3B;--combobox-pressed-bg-color:#3B3B3B;--combobox-focus-border-color:#007AA3;--combobox-disabled-bg-color:#3B3B3B;--combobox-invalid-bg-color:#4A1812;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#292929;--combobox-dropdown-item-hover-bg-color:#092D3B;--combobox-dropdown-item-focus-bg-color:#007AA3;--combobox-dropdown-item-select-bg-color:#292929;--combobox-dropdown-item-checked-bg-color:#007AA3;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#B2B2B2;--combobox-group-button-bg-color:#B2B2B2;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px #00a0d1;--combobox-group-focus-border:0px solid;--combobox-selected-bg-color:#3B3B3B;--combobox-selected-border-color:#545454;--combobox-selected-hover:#3B3B3B;--combobox-group-label-bg-color:#292929;--combobox-group-label-color:#B2B2B2;--combobox-group-label-border-color:#3B3B3B;--datepicker-default-hover-bg-color:#545454;--datepicker-selected-today-text-color:#F7F7F7;--datepicker-range-text-color:#F7F7F7;--datepicker-range-bg-color:#707070;--datepicker-range-hover-bg-color:#545454;--datepicker-range-edge-text-color:#121212;--datepicker-range-edge-bg-color:#F7F7F7;--dropdown-bg-color-hover:#3B3B3B;--dropdown-bg-color-active:#3B3B3B;--dropdown-border-color:#545454;--dropdown-border-color-focus:#007AA3;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#292929;--dropdown-list-item-bg-color-hover:#092D3B;--dropdown-list-item-bg-color-focus:#007AA3;--editable-textfield-default-bg-color:#121212;--editable-textfield-default-text-color:#F7F7F7;--editable-textfield-default-hover-bg-color:#292929;--editable-textfield-default-read-only-bg-color:#292929;--editable-textfield-default-focus-border-color:#07C1F5;--editable-textfield-default-pressed-bg-color:#3B3B3B;--editable-textfield-default-pressed-border-color:#545454;--editable-textfield-disabled-bg-color:#1C1C1C;--editable-textfield-disabled-text-color:#545454;--editable-textfield-error-bg-color:#4A1812;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#F7F7F7;--editable-textfield-error-message-text-color:#F7644A;--editable-textfield-error-hover-bg-color:#6E1D13;--editable-textfield-error-pressed-bg-color:#A12512;--editable-textfield-succes-border-color:#07C1F5;--editable-textfield-warning-border-color:#FC9D03;--editable-textfield-filled-bg-color:#292929;--editable-textfield-filled-disabled-bg-color:#292929;--editable-textfield-filled-hover-bg-color:#545454;--floating-modal-main-bg-color:#292929;--floating-modal-main-text-color:#F7F7F7;--floating-modal-main-border-color:#545454;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.12),0 0 1px rgba(0,0,0,0.2);--floating-modal-main-bg-color-alternate:#ccc;--floating-modal-main-text-color-alternate:#121212;--floating-modal-outer-border-color:#3B3B3B;--help-text-default-color:#ccc;--input-default-bg-color:#121212;--input-default-text-color:#F7F7F7;--input-default-border-color:#3B3B3B;--input-default-hover-bg-color:#292929;--input-default-read-only-bg-color:#292929;--input-default-focus-border-color:#07C1F5;--input-default-pressed-bg-color:#545454;--input-default-pressed-border-color:#545454;--input-disabled-bg-color:#292929;--input-disabled-text-color:#545454;--input-error-bg-color:#4A1812;--input-error-border-color:#F7644A;--input-error-text-color:#F7F7F7;--input-error-message-text-color:#F7644A;--input-error-hover-bg-color:#6E1D13;--input-error-pressed-bg-color:#A12512;--input-succes-border-color:#07C1F5;--input-warning-border-color:#FC9D03;--input-filled-bg-color:#292929;--input-filled-disabled-bg-color:#292929;--input-filled-hover-bg-color:#545454;--input-focus-ring-color:#07C1F5;--label-color:#ccc;--label-secondary:#B2B2B2;--link-default:#07C1F5;--link-hover:#91EBFF;--link-pressed:#C9F4FF;--link-focus:#07C1F5;--link-focus-outline:#007AA3;--link-disabled:#545454;--link-inline:#F7644A;--link-inline-hover:#FF9580;--link-inline-pressed:#FFBBAD;--link-inline-focus:#F7644A;--link-font-size:16px;--link-blue:#00A0D1;--link-blue-hover:#007AA3;--link-blue-active:#005E7D;--link-red:#F7644A;--link-red-hover:#D4371C;--link-red-active:#A12512;--link-green:#00AB50;--link-green-hover:#00853C;--link-green-active:#03612C;--link-yellow:#D97F00;--link-yellow-hover:#A85F00;--link-yellow-active:#7D4705;--link-orange:#F26B1D;--link-orange-hover:#C74F0E;--link-orange-active:#914017;--list-text-color:#F7F7F7;--list-hover-background:#064157;--list-disabled-text-color:#545454;--list-active-background:#005E7D;--list-focus-border-color:#07C1F5;--menu-default:#DEDEDE;--menu-hover-bg:#064157;--menu-pressed-bg:#005E7D;--modal-main-bg-color:#292929;--modal-main-text-color:#ccc;--modal-main-radius:.25rem;--modal-main-padding:1rem 0.5rem;--modal-main-border-color:#3B3B3B;--modal-title-text-color:#EDEDED;--modal-backdrop-bg-color:#000;--pagination-color:#707070;--pagination-color-current:#fff;--pagination-bg-current:#007AA3;--pagination-bg-hover:#005E7D;--pagination-nav-color:#545454;--pagination-nav-hover:#005E7D;--pagination-nav-disabled:#ccc;--pagination-dots-color:#B2B2B2;--pagination-dots-color-current:#007AA3;--phone-input-default-bg-color:#121212;--phone-input-default-border-color:#3B3B3B;--phone-input-disabled-bg-color:#121212;--radio-input-bg-color:#1C1C1C;--radio-input-text-color:#EDEDED;--radio-input-border-color:#3B3B3B;--radio-input-hover-bg-color:#292929;--radio-input-hover-border-color:#3B3B3B;--radio-input-pressed-bg-color:#3B3B3B;--radio-input-pressed-border-color:#545454;--radio-input-selected-bg-color:#00A0D1;--radio-input-selected-border-color:#00A0D1;--radio-input-selected-hover-bg-color:#007AA3;--radio-input-selected-hover-border-color:#007AA3;--radio-input-selected-pressed-bg-color:#005E7D;--radio-input-selected-pressed-border-color:#005E7D;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-selection:#00A0D1;--slider-background-bar:#707070;--slider-background-hover-pointer:#C9F4FF;--slider-background-disabled-selection:#949494;--slider-background-disabled-pointer:#707070;--slider-background-focus-pointer:#DEDEDE;--slider-background-focus-selection:#91EBFF;--slider-focus-shadow:#00A0D1;--slider-label:#B2B2B2;--spinner-bg-color:#949494;--spinner-color:#fff;--table-header-bg-color:#3B3B3B;--table-hover-bg-color:#092D3B;--table-pressed-bg-color:#292929;--table-border-color:#3B3B3B;--table-text-color:#B2B2B2;--table-stripped-bg-color:#545454;--table-advanced-header-bg-color:#1C1C1C;--table-advanced-filter-bg-color:#121212;--table-advanced-filter-border-color:#3B3B3B;--table-advanced-filter-hover-bg-color:#292929;--table-advanced-filter-pressed-bg-color:#3B3B3B;--table-advanced-hover-bg-color:#1C1C1C;--table-advanced-selected-bg-color:#292929;--table-advanced-border-color:#3B3B3B;--table-advanced-text-color:#B2B2B2;--table-advanced-stripped-bg-color:#545454;--tabs-default-bg-color:#292929;--tabs-default-text-color:#ccc;--tabs-default-border-color:#3B3B3B;--tabs-default-active-border:#00A0D1;--tabs-default-focus-bg:#292929;--tabs-default-focus-border:#07C1F5;--tabs-default-hover-border:#ccc;--tabs-default-hover:#3B3B3B;--tabs-default-pressed:#292929;--tabs-default-disabled:#707070;--tabs-default-active:#07C1F5;--tabs-left-arrow-bg-color:#292929;--tabs-right-arrow-bg-color:#292929;--taskitem-text-color:#EDEDED;--taskitem-hover-bg-color:#092D3B;--taskitem-pressed-bg-color:#064157;--taskitem-focus-bg-color:rgba(0,0,0,0);--taskitem-focus-border-color:#00A0D1;--taskitem-status-bg-color:#292929;--taskitem-status-text-color:#DEDEDE;--taskitem-status-pause-bg-color:#7D4705;--taskitem-selected-text-color:#EDEDED;--taskitem-chat-text-color:#949494;--taskitem-chat-quantity-bg-color:#08599C;--taskitem-chat-quantity-text-color:#C7EEFF;--toggle-switch-bg-color:#545454;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#00A0D1;--toggle-switch-bg-color--checked-hover:#007AA3;--toggle-switch-bg-color--disabled:#292929;--toggle-switch-bg-color--disabled--checked:#092D3B;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#545454;--toggle-switch-slider-color-disabled--checked:#545454;--toggle-switch-focus:#007AA3;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,g=b.css`:host,:root{--md-blue-10:#C9F4FF;--md-blue-20:#91EBFF;--md-blue-30:#52DCFF;--md-blue-40:#07C1F5;--md-blue-50:#00A0D1;--md-blue-60:#007AA3;--md-blue-70:#005E7D;--md-blue-80:#064157;--md-blue-90:#092D3B;--md-blue-95:#091E26;--md-blue-05:#EBFCFF;--md-red-10:#FFE8E3;--md-red-20:#FFD5CC;--md-red-30:#FFBBAD;--md-red-40:#FF9580;--md-red-50:#F7644A;--md-red-60:#D4371C;--md-red-70:#A12512;--md-red-80:#6E1D13;--md-red-90:#4A1812;--md-red-95:#301210;--md-red-05:#FFF5F2;--md-yellow-10:#FFECC2;--md-yellow-20:#FFD98C;--md-yellow-30:#FFC14F;--md-yellow-40:#FC9D03;--md-yellow-50:#D97F00;--md-yellow-60:#A85F00;--md-yellow-70:#7D4705;--md-yellow-80:#54330D;--md-yellow-90:#38240E;--md-yellow-95:#261A0D;--md-yellow-05:#FFF7E3;--md-green-10:#BEFADE;--md-green-20:#78F5B8;--md-green-30:#31E88C;--md-green-40:#00CF64;--md-green-50:#00AB50;--md-green-60:#00853C;--md-green-70:#03612C;--md-green-80:#08421F;--md-green-90:#092E16;--md-green-95:#081F10;--md-green-05:#EDFAF4;--md-gray-10:#EDEDED;--md-gray-20:#DEDEDE;--md-gray-30:#ccc;--md-gray-40:#B2B2B2;--md-gray-50:#949494;--md-gray-60:#707070;--md-gray-70:#545454;--md-gray-80:#3B3B3B;--md-gray-90:#292929;--md-gray-95:#1C1C1C;--md-gray-100:#121212;--md-gray-05:#F7F7F7;--md-white-60:#fff;--md-white-100:#fff;--md-white:#fff;--md-black-100:#000;--md-black:#000;--md-orange-10:#FAF4EB;--md-orange-20:#FCE4C7;--md-orange-30:#FFCA99;--md-orange-40:#FF9D52;--md-orange-50:#F26B1D;--md-orange-60:#C74F0E;--md-orange-70:#914017;--md-orange-80:#59311E;--md-orange-90:#33221B;--md-orange-100:#211916;--md-gold-10:#F7F6DC;--md-gold-20:#F5EAA2;--md-gold-30:#EBD460;--md-gold-40:#D6B220;--md-gold-50:#BA8C00;--md-gold-60:#996E00;--md-gold-70:#735107;--md-gold-80:#4D370C;--md-gold-90:#30240D;--md-gold-100:#21190B;--md-olive-10:#F3F5E4;--md-olive-20:#E7EDB7;--md-olive-30:#D3DB7B;--md-olive-40:#B4BA43;--md-olive-50:#999923;--md-olive-60:#7D7A18;--md-olive-70:#5C5813;--md-olive-80:#403D11;--md-olive-90:#29260D;--md-olive-100:#1C1A0A;--md-lime-10:#F3F7E9;--md-lime-20:#DDF2AE;--md-lime-30:#BCE36F;--md-lime-40:#93C437;--md-lime-50:#73A321;--md-lime-60:#588219;--md-lime-70:#416116;--md-lime-80:#2D4214;--md-lime-90:#1E2B10;--md-lime-100:#141C0C;--md-mint-10:#E9F7F3;--md-mint-20:#BAF5E7;--md-mint-30:#74E8D1;--md-mint-40:#30C9B0;--md-mint-50:#16A693;--md-mint-60:#148579;--md-mint-70:#12615A;--md-mint-80:#12423F;--md-mint-90:#102B2A;--md-mint-100:#0C1C1B;--md-cyan-10:#E6F9FA;--md-cyan-20:#B2F4F7;--md-cyan-30:#67E7F0;--md-cyan-40:#22C7D6;--md-cyan-50:#00A3B5;--md-cyan-60:#008094;--md-cyan-70:#066070;--md-cyan-80:#0A414D;--md-cyan-90:#0B2A30;--md-cyan-100:#091C21;--md-cobalt-10:#E6F8FF;--md-cobalt-20:#C7EEFF;--md-cobalt-30:#9df;--md-cobalt-40:#5EBFF6;--md-cobalt-50:#279BE7;--md-cobalt-60:#0A78CC;--md-cobalt-70:#08599C;--md-cobalt-80:#103C62;--md-cobalt-90:#12283D;--md-cobalt-100:#0F1A25;--md-slate-10:#F2F4FF;--md-slate-20:#E3E7FA;--md-slate-30:#CED2ED;--md-slate-40:#B0B4D9;--md-slate-50:#8C91BD;--md-slate-60:#6F739E;--md-slate-70:#535573;--md-slate-80:#393A47;--md-slate-90:#26262B;--md-slate-100:#1A1A1C;--md-violet-10:#F8F2FC;--md-violet-20:#F0E3FC;--md-violet-30:#E2CAFC;--md-violet-40:#C7A5FA;--md-violet-50:#A87FF1;--md-violet-60:#875AE1;--md-violet-70:#643ABD;--md-violet-80:#432C77;--md-violet-90:#29223D;--md-violet-100:#1B1823;--md-purple-10:#FCF2FC;--md-purple-20:#FCE1FC;--md-purple-30:#FAC3F8;--md-purple-40:#F294F1;--md-purple-50:#E060DE;--md-purple-60:#C233C4;--md-purple-70:#932099;--md-purple-80:#601E66;--md-purple-90:#3B1840;--md-purple-100:#251329;--md-pink-10:#FFF2F5;--md-pink-20:#FFE0E7;--md-pink-30:#FFC7D2;--md-pink-40:#FC97AA;--md-pink-50:#F0677E;--md-pink-60:#D43B52;--md-pink-70:#A12A3A;--md-pink-80:#66262D;--md-pink-90:#3B1E21;--md-pink-100:#241617;--md-theme-10:#C9F4FF;--md-theme-20:#91EBFF;--md-theme-30:#52DCFF;--md-theme-40:#07C1F5;--md-theme-50:#00A0D1;--md-theme-60:#007AA3;--md-theme-70:#005E7D;--md-theme-80:#064157;--md-theme-90:#092D3B;--md-theme-95:#091E26;--md-theme-05:#EBFCFF;--sandbox-bg-color:#DEDEDE;--sandbox-secondary-bg-color:#e5e5e5;--main-bg-color:#EDEDED;--md-default-focus-outline-color:#007AA3;--md-primary-bg-color:#fff;--md-primary-one-bg-color:#fff;--md-primary-two-bg-color:#fff;--md-secondary-bg-color:#F7F7F7;--md-secondary-one-bg-color:#F7F7F7;--md-secondary-two-bg-color:#F7F7F7;--md-secondary-three-bg-color:#F7F7F7;--md-tertiary-bg-color:#EDEDED;--md-tertiary-one-bg-color:#EDEDED;--md-tertiary-two-bg-color:#EDEDED;--md-quaternary-bg-color:#DEDEDE;--md-quaternary-one-bg-color:#DEDEDE;--md-quaternary-two-bg-color:#DEDEDE;--md-conference-chat-bg-color:#F2F4FF;--md-secondary-white-bg-color:#fff;--md-tertiary-white-bg-color:#fff;--md-primary-success-bg-color:#BEFADE;--md-primary-success-text-color:#03612C;--md-primary-text-color:#121212;--md-secondary-text-color:#545454;--md-disabled-text-color:#B2B2B2;--md-highlight-text-color:#91EBFF;--md-hyperlink-text-color:#005E7D;--md-hyperlink-hover-text-color:#092D3B;--md-hyperlink-focus-text-color:#005E7D;--md-focus-border-color:#005E7D;--md-primary-seperator-color:#ccc;--md-secondary-seperator-color:#B2B2B2;--md-alert-error-bg-color:#FFE8E3;--md-alert-error-text-color:#A12512;--md-alert-warning-bg-color:#FFECC2;--md-alert-warning-text-color:#7D4705;--md-alert-success-bg-color:#BEFADE;--md-alert-success-text-color:#03612C;--md-alert-info-bg-color:#C9F4FF;--md-alert-info-text-color:#005E7D;--md-presence-active-bg-color:#00AB50;--md-presence-do-not-disturb-bg-color:#D4371C;--md-presence-away-bg-color:#ccc;--md-presence-busy-bg-color:#FC9D03;--md-email-composer-bg-color:#fff;--md-email-composer-thread-bar-color:#643ABD;--md-email-composer-ccChip-bg-color:#F7F7F7;--md-interaction-history-bg-color:#F7F7F7;--md-auto-wrapup-bg-color:#EBFCFF;--md-menu-overlay-border-color:#DEDEDE;--md-dynamic-layout-button-border-color:#EDEDED;--md-dynamic-layout-button-inverted-border-color:#545454;--md-nav-tab-hover-bg-color:#EDEDED;--md-nav-tab-active-bg-color:#DEDEDE;--md-input-bg-color:#fff;--md-input-chat-length-indicator-bg-color:#fff;--md-input-chat-length-indicator-color:#545454;--md-input-chat-bg-color:#fff;--md-input-chat-color:#121212;--md-input-chat-error-color:#A12512;--md-webex-chat-disable-bg-color:#DEDEDE;--md-webex-chat-disable-color:#B2B2B2;--rem-base:16px;font-size:var(--rem-base);--md-button-primary-bg-color:#007AA3;--md-button-primary-hover-bg-color:#005E7D;--md-button-primary-pressed-bg-color:#064157;--md-button-primary-text-color:#F7F7F7;--md-button-primary-outline-color:#005E7D;--md-button-primary-outline-text-color:#005E7D;--md-button-secondary-bg-color:#DEDEDE;--md-button-secondary-hover-bg-color:#ccc;--md-button-secondary-pressed-bg-color:#B2B2B2;--md-button-secondary-text-color:#121212;--md-button-secondary-outline-color:#545454;--md-button-secondary-outline-text-color:#545454;--md-button-tertiary-bg-color:#3B3B3B;--md-button-tertiary-hover-bg-color:#292929;--md-button-tertiary-pressed-bg-color:#1C1C1C;--md-button-tertiary-text-color:#F7F7F7;--md-button-tertiary-outline-color:#B2B2B2;--md-button-tertiary-outline-text-color:#B2B2B2;--md-button-join-bg-color:#00853C;--md-button-join-hover-bg-color:#03612C;--md-button-join-pressed-bg-color:#08421F;--md-button-join-text-color:#F7F7F7;--md-button-join-outline-color:#03612C;--md-button-join-outline-text-color:#03612C;--md-button-cancel-bg-color:#D4371C;--md-button-cancel-hover-bg-color:#A12512;--md-button-cancel-pressed-bg-color:#6E1D13;--md-button-cancel-text-color:#F7F7F7;--md-button-cancel-outline-color:#A12512;--md-button-cancel-outline-text-color:#A12512;--md-button-ghost-bg-color:none;--md-button-ghost-hover-bg-color:#545454;--md-button-ghost-pressed-bg-color:#3B3B3B;--md-button-ghost-text-color:#121212;--md-button-focus-ring-color:#007AA3;--md-button-disabled-bg-color:#DEDEDE;--md-button-disabled-text-color:#B2B2B2;--md-button-files-normal-bg-color:none;--md-button-files-normal-text-color:#121212;--md-button-files-hover-bg-color:#7D4705;--md-button-files-hover-text-color:#fff;--md-button-files-pressed-bg-color:#54330D;--md-button-files-pressed-text-color:#F7F7F7;--md-button-whiteboards-normal-bg-color:none;--md-button-whiteboards-normal-text-color:#121212;--md-button-whiteboards-hover-bg-color:#932099;--md-button-whiteboards-hover-text-color:#fff;--md-button-whiteboards-pressed-bg-color:#601E66;--md-button-whiteboards-pressed-text-color:#F7F7F7;--md-input-background-color:#fff;--md-input-background-hover:#DEDEDE;--md-input-background-pressed:#ccc;--md-input-background-active:#DEDEDE;--md-input-background-theme-color:#007AA3;--md-input-background-theme-hover:#005E7D;--md-input-background-theme-pressed:#064157;--md-input-background-theme-active:#064157;--md-input-background-theme-disabled:#EBFCFF;--md-input-background-error:#FFF5F2;--md-input-disabled:#EDEDED;--md-input-focusRing:#007AA3;--md-input-outline-color:#ccc;--md-input-outline-active:#B2B2B2;--md-input-outline-error:#F7644A;--md-input-text-primary:#121212;--md-input-text-secondary:#545454;--md-input-text-disabled:#B2B2B2;--md-input-text-error:#A12512;--md-textColor-primary:#121212;--md-textColor-secondary:#545454;--md-textColor-disabled:#B2B2B2;--md-textColor-highlight:#DEDEDE;--md-textColor-hyperlink-color:#005E7D;--md-textColor-hyperlink-hover:#092D3B;--md-textColor-hyperlink-focus:#005E7D;--md-background-primary:#fff;--md-background-secondary:#F7F7F7;--md-background-tertiary:#EDEDED;--md-background-quaternary:#DEDEDE;--md-presence-busy:#FC9D03;--md-presence-doNotDisturb:#D4371C;--md-presence-active:#00AB50;--md-presence-away:#ccc;--md-alert-background-warning:#FFECC2;--md-alert-background-error:#FFE8E3;--md-alert-background-theme:#C9F4FF;--md-alert-background-success:#BEFADE;--md-alert-text-warning:#7D4705;--md-alert-text-error:#A12512;--md-alert-text-theme:#005E7D;--md-alert-text-success:#03612C;--md-avatar-cobalt:#9df;--md-avatar-cyan:#67E7F0;--md-avatar-gold:#EBD460;--md-avatar-gray:#ccc;--md-avatar-lime:#BCE36F;--md-avatar-mint:#74E8D1;--md-avatar-orange:#FFCA99;--md-avatar-pink:#FFC7D2;--md-avatar-purple:#FAC3F8;--md-avatar-slate:#CED2ED;--md-avatar-violet:#E2CAFC;--md-separator-primary:#ccc;--md-separator-secondary:#B2B2B2;--accordion-color-border:#DEDEDE;--accordion-bg-focus:#fff;--accordion-hover:#C9F4FF;--accordion-active:#00A0D1;--alert-default-bg-color:#fff;--alert-default-align-items:center;--alert-default-text-color:#292929;--alert-default-icon-size:40px;--alert-title-text-color:#00A0D1;--alert-title-font-size:1rem;--alert-close-bg-color:#e6e8e8;--alert-close-size:2.75rem;--alert-close-text-color:#292929;--alert-banner-default-bg-color:#C9F4FF;--alert-banner-default-text-color:#005E7D;--alert-banner-error-bg-color:#FFE8E3;--alert-banner-error-text-color:#A12512;--alert-banner-warning-bg-color:#FFECC2;--alert-banner-warning-text-color:#7D4705;--avatar-letter-bg-color:#EDEDED;--avatar-letter-text-color:#3B3B3B;--avatar-blue-bg-color:#279BE7;--avatar-blue-text-color:#F7F7F7;--avatar-green-bg-color:#00AB50;--avatar-green-text-color:#F7F7F7;--avatar-purple-bg-color:#E060DE;--avatar-purple-text-color:#F7F7F7;--avatar-violet-bg-color:#A87FF1;--avatar-violet-text-color:#F7F7F7;--avatar-mint-bg-color:#16A693;--avatar-mint-text-color:#F7F7F7;--avatar-yellow-bg-color:#D97F00;--avatar-yellow-text-color:#F7F7F7;--avatar-red-bg-color:#F7644A;--avatar-red-text-color:#F7F7F7;--avatar-orange-bg-color:#F26B1D;--avatar-orange-text-color:#F7F7F7;--avatar-cyan-bg-color:#00A3B5;--avatar-cyan-text-color:#F7F7F7;--avatar-slate-bg-color:#8C91BD;--avatar-slate-text-color:#F7F7F7;--avatar-pink-bg-color:#F0677E;--avatar-pink-text-color:#F7F7F7;--avatar-cobalt-bg-color:#279BE7;--avatar-cobalt-text-color:#F7F7F7;--avatar-gold-bg-color:#BA8C00;--avatar-gold-text-color:#F7F7F7;--avatar-lime-bg-color:#73A321;--avatar-lime-text-color:#F7F7F7;--badge-default-bg-color:#949494;--badge-default-text-color:#F7F7F7;--badge-blue-bg-color:#279BE7;--badge-blue-text-color:#F7F7F7;--badge-blue-hover-bg-color:#5EBFF6;--badge-blue-active-bg-color:#9df;--badge-gray-bg-color:#949494;--badge-gray-text-color:#121212;--badge-gray-hover-bg-color:#B2B2B2;--badge-gray-active-bg-color:#ccc;--badge-green-bg-color:#00AB50;--badge-green-text-color:#F7F7F7;--badge-lime-bg-color:#73A321;--badge-lime-text-color:#F7F7F7;--badge-lime-hover-bg-color:#93C437;--badge-lime-active-bg-color:#BCE36F;--badge-pink-bg-color:#F0677E;--badge-pink-text-color:#F7F7F7;--badge-pink-hover-bg-color:#FC97AA;--badge-pink-active-bg-color:#FFC7D2;--badge-purple-bg-color:#E060DE;--badge-purple-text-color:#F7F7F7;--badge-violet-bg-color:#A87FF1;--badge-violet-text-color:#F7F7F7;--badge-violet-hover-bg-color:#C7A5FA;--badge-violet-active-bg-color:#E2CAFC;--badge-mint-bg-color:#16A693;--badge-mint-text-color:#F7F7F7;--badge-mint-hover-bg-color:#30C9B0;--badge-mint-active-bg-color:#74E8D1;--badge-yellow-bg-color:#D97F00;--badge-yellow-text-color:#F7F7F7;--badge-gold-bg-color:#BA8C00;--badge-gold-text-color:#F7F7F7;--badge-gold-hover-bg-color:#D6B220;--badge-gold-active-bg-color:#EBD460;--badge-red-bg-color:#F7644A;--badge-red-text-color:#F7F7F7;--badge-darkred-bg-color:#D4371C;--badge-darkred-text-color:#F7F7F7;--badge-orange-bg-color:#F26B1D;--badge-orange-text-color:#F7F7F7;--badge-orange-hover-bg-color:#FF9D52;--badge-orange-active-bg-color:#FFCA99;--badge-cyan-bg-color:#00A3B5;--badge-cyan-text-color:#F7F7F7;--badge-hold-bg-color:#FFECC2;--badge-hold-text-color:#121212;--badge-outline-color:#949494;--badge-outline-text-color:#F7F7F7;--badge-disabled-bg-color:#DEDEDE;--badge-disabled-text-color:#B2B2B2;--breadcrumb-color:#00A0D1;--breadcrumb-color-current:#292929;--breadcrumb-color-slash:#949494;--button-primary-bg-color:#007AA3;--button-primary-hover-bg-color:#005E7D;--button-primary-pressed-bg-color:#064157;--button-primary-text-color:#F7F7F7;--button-primary-outline-color:#005E7D;--button-primary-outline-text-color:#005E7D;--button-secondary-bg-color:#DEDEDE;--button-secondary-hover-bg-color:#ccc;--button-secondary-pressed-bg-color:#B2B2B2;--button-secondary-text-color:#121212;--button-secondary-outline-color:#545454;--button-secondary-outline-text-color:#545454;--button-tertiary-bg-color:#3B3B3B;--button-tertiary-hover-bg-color:#292929;--button-tertiary-pressed-bg-color:#1C1C1C;--button-tertiary-text-color:#F7F7F7;--button-tertiary-outline-color:#B2B2B2;--button-tertiary-outline-text-color:#B2B2B2;--button-join-bg-color:#00853C;--button-join-hover-bg-color:#03612C;--button-join-pressed-bg-color:#08421F;--button-join-text-color:#F7F7F7;--button-join-outline-color:#03612C;--button-join-outline-text-color:#03612C;--button-cancel-bg-color:#D4371C;--button-cancel-hover-bg-color:#A12512;--button-cancel-pressed-bg-color:#6E1D13;--button-cancel-text-color:#F7F7F7;--button-cancel-outline-color:#A12512;--button-cancel-outline-text-color:#A12512;--button-ghost-bg-color:none;--button-ghost-hover-bg-color:#545454;--button-ghost-pressed-bg-color:#3B3B3B;--button-ghost-text-color:#121212;--button-focus-ring-color:#007AA3;--button-disabled-bg-color:#DEDEDE;--button-disabled-text-color:#B2B2B2;--button-files-normal-bg-color:none;--button-files-normal-text-color:#121212;--button-files-hover-bg-color:#7D4705;--button-files-hover-text-color:#fff;--button-files-pressed-bg-color:#54330D;--button-files-pressed-text-color:#F7F7F7;--button-whiteboards-normal-bg-color:none;--button-whiteboards-normal-text-color:#121212;--button-whiteboards-hover-bg-color:#932099;--button-whiteboards-hover-text-color:#fff;--button-whiteboards-pressed-bg-color:#601E66;--button-whiteboards-pressed-text-color:#F7F7F7;--button-group-color:#3B3B3B;--button-group-color-active:#121212;--button-group-bg-color:#ccc;--button-group-bg-color-hover:#B2B2B2;--button-group-bg-color-pressed:#949494;--button-group-bg-color-focus:#B2B2B2;--button-group-bg-color-active:#fff;--chat-message-color:#1C1C1C;--chat-message-color-heading:#3B3B3B;--checkbox-bg-color:#fff;--checkbox-text-color:#292929;--checkbox-border-color:#DEDEDE;--checkbox-hover-bg-color:#DEDEDE;--checkbox-hover-border-color:#ccc;--checkbox-pressed-bg-color:#ccc;--checkbox-pressed-border-color:#B2B2B2;--checkbox-selected-bg-color:#00A0D1;--checkbox-selected-border-color:#00A0D1;--checkbox-selected-hover-bg-color:#007AA3;--checkbox-selected-hover-border-color:#007AA3;--checkbox-selected-pressed-bg-color:#005E7D;--checkbox-selected-pressed-border-color:#005E7D;--checkbox-focus-border-color:rgba(0,0,0,0);--checkbox-focus-shadow-color:0 0 4px 2px #00A0D1;--coachmark-default-bg-color:#949494;--coachmark-default-text-color:#F7F7F7;--coachmark-blue-bg-color:#279BE7;--coachmark-blue-text-color:#F7F7F7;--coachmark-green-bg-color:#00AB50;--coachmark-green-text-color:#F7F7F7;--coachmark-purple-bg-color:#E060DE;--coachmark-purple-text-color:#F7F7F7;--coachmark-violet-bg-color:#A87FF1;--coachmark-violet-text-color:#F7F7F7;--coachmark-mint-bg-color:#16A693;--coachmark-mint-text-color:#F7F7F7;--coachmark-yellow-bg-color:#D97F00;--coachmark-yellow-text-color:#F7F7F7;--coachmark-red-bg-color:#F7644A;--coachmark-red-text-color:#F7F7F7;--coachmark-darkred-bg-color:#D4371C;--coachmark-darkred-text-color:#F7F7F7;--coachmark-orange-bg-color:#F26B1D;--coachmark-orange-text-color:#F7F7F7;--coachmark-cyan-bg-color:#00A3B5;--coachmark-cyan-text-color:#F7F7F7;--coachmark-outline-color:#949494;--coachmark-outline-text-color:#F7F7F7;--combobox-bg-color:#fff;--combobox-border-color:#ccc;--combobox-text-color:#3B3B3B;--combobox-hover-bg-color:#EDEDED;--combobox-pressed-bg-color:#DEDEDE;--combobox-focus-border-color:#00A0D1;--combobox-disabled-bg-color:#EDEDED;--combobox-invalid-bg-color:#FFE8E3;--combobox-invalid-border-color:#F7644A;--combobox-dropdown-bg-color:#fff;--combobox-dropdown-item-hover-bg-color:#e6f9fc;--combobox-dropdown-item-focus-bg-color:#b8f2ff;--combobox-dropdown-item-select-bg-color:#fff;--combobox-dropdown-item-checked-bg-color:#00A0D1;--combobox-dropdown-item-checked-icon-color:#fff;--combobox-dropdown-item-icon-color:#121212;--combobox-group-button-bg-color:#707070;--combobox-group-radius:.25rem;--combobox-group-focus-shadow:0 0 4px 2px #00a0d1;--combobox-group-focus-border:0px solid;--combobox-selected-bg-color:#DEDEDE;--combobox-selected-border-color:#ccc;--combobox-selected-hover:#B2B2B2;--combobox-group-label-bg-color:#fff;--combobox-group-label-color:#545454;--combobox-group-label-border-color:#DEDEDE;--datepicker-default-hover-bg-color:#DEDEDE;--datepicker-selected-today-text-color:#fff;--datepicker-range-text-color:#121212;--datepicker-range-bg-color:#DEDEDE;--datepicker-range-hover-bg-color:#ccc;--datepicker-range-edge-text-color:#F7F7F7;--datepicker-range-edge-bg-color:#121212;--dropdown-bg-color-hover:#EDEDED;--dropdown-bg-color-active:#DEDEDE;--dropdown-border-color:#B2B2B2;--dropdown-border-color-focus:#00A0D1;--dropdown-label-radius:.25rem;--dropdown-list-bg-color:#fff;--dropdown-list-item-bg-color-hover:#C9F4FF;--dropdown-list-item-bg-color-focus:#91EBFF;--editable-textfield-default-bg-color:#fff;--editable-textfield-default-text-color:#121212;--editable-textfield-default-hover-bg-color:#EDEDED;--editable-textfield-default-read-only-bg-color:#EDEDED;--editable-textfield-default-focus-border-color:#007AA3;--editable-textfield-default-pressed-bg-color:#DEDEDE;--editable-textfield-default-pressed-border-color:#B2B2B2;--editable-textfield-disabled-bg-color:#F7F7F7;--editable-textfield-disabled-text-color:#B2B2B2;--editable-textfield-error-bg-color:#FFE8E3;--editable-textfield-error-border-color:#F7644A;--editable-textfield-error-text-color:#121212;--editable-textfield-error-message-text-color:#A12512;--editable-textfield-error-hover-bg-color:#FFD5CC;--editable-textfield-error-pressed-bg-color:#FFBBAD;--editable-textfield-succes-border-color:#00AB50;--editable-textfield-warning-border-color:#D97F00;--editable-textfield-filled-bg-color:#EDEDED;--editable-textfield-filled-disabled-bg-color:#EDEDED;--editable-textfield-filled-hover-bg-color:#DEDEDE;--floating-modal-main-bg-color:#fff;--floating-modal-main-text-color:#121212;--floating-modal-main-border-color:#ccc;--floating-modal-main-radius:.5rem;--floating-modal-main-box-shadow:0 4px 8px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.2);--floating-modal-main-bg-color-alternate:#545454;--floating-modal-main-text-color-alternate:#F7F7F7;--floating-modal-outer-border-color:#DEDEDE;--help-text-default-color:#545454;--input-default-bg-color:#fff;--input-default-text-color:#545454;--input-default-border-color:#ccc;--input-default-hover-bg-color:#ccc;--input-default-read-only-bg-color:#EDEDED;--input-default-focus-border-color:#007AA3;--input-default-pressed-bg-color:#ccc;--input-default-pressed-border-color:#ccc;--input-disabled-bg-color:#EDEDED;--input-disabled-text-color:#B2B2B2;--input-error-bg-color:#FFE8E3;--input-error-border-color:#F7644A;--input-error-text-color:#121212;--input-error-message-text-color:#F7644A;--input-error-hover-bg-color:#FFD5CC;--input-error-pressed-bg-color:#FFBBAD;--input-succes-border-color:#00AB50;--input-warning-border-color:#FC9D03;--input-filled-bg-color:#EDEDED;--input-filled-disabled-bg-color:#EDEDED;--input-filled-hover-bg-color:#DEDEDE;--input-focus-ring-color:#007AA3;--label-color:#000;--label-secondary:#545454;--link-default:#005E7D;--link-hover:#005E7D;--link-pressed:#064157;--link-focus:#005E7D;--link-focus-outline:#007AA3;--link-disabled:#B2B2B2;--link-inline:#A12512;--link-inline-hover:#6E1D13;--link-inline-pressed:#4A1812;--link-inline-focus:#A12512;--link-font-size:16px;--link-blue:#00A0D1;--link-blue-hover:#007AA3;--link-blue-active:#005E7D;--link-red:#F7644A;--link-red-hover:#D4371C;--link-red-active:#A12512;--link-green:#00AB50;--link-green-hover:#00853C;--link-green-active:#03612C;--link-yellow:#D97F00;--link-yellow-hover:#A85F00;--link-yellow-active:#7D4705;--link-orange:#F26B1D;--link-orange-hover:#C74F0E;--link-orange-active:#914017;--list-text-color:#121212;--list-hover-background:#C9F4FF;--list-disabled-text-color:#B2B2B2;--list-active-background:#91EBFF;--list-focus-border-color:#007AA3;--menu-default:#121212;--menu-hover-bg:#91EBFF;--menu-pressed-bg:#52DCFF;--modal-main-bg-color:#fff;--modal-main-text-color:#3B3B3B;--modal-main-radius:.25rem;--modal-main-padding:1rem 0.5rem;--modal-main-border-color:#F7F7F7;--modal-title-text-color:#000;--modal-backdrop-bg-color:#000;--pagination-color:#949494;--pagination-color-current:#fff;--pagination-bg-current:#00A0D1;--pagination-bg-hover:#007AA3;--pagination-nav-color:#545454;--pagination-nav-hover:#007AA3;--pagination-nav-disabled:#ccc;--pagination-dots-color:#ccc;--pagination-dots-color-current:#00A0D1;--phone-input-default-bg-color:#EDEDED;--phone-input-default-border-color:#ccc;--phone-input-disabled-bg-color:#EDEDED;--radio-input-bg-color:#fff;--radio-input-text-color:#292929;--radio-input-border-color:#DEDEDE;--radio-input-hover-bg-color:#DEDEDE;--radio-input-hover-border-color:#ccc;--radio-input-pressed-bg-color:#ccc;--radio-input-pressed-border-color:#B2B2B2;--radio-input-selected-bg-color:#00A0D1;--radio-input-selected-border-color:#00A0D1;--radio-input-selected-hover-bg-color:#007AA3;--radio-input-selected-hover-border-color:#007AA3;--radio-input-selected-pressed-bg-color:#005E7D;--radio-input-selected-pressed-border-color:#005E7D;--radio-input-focus-border-color:#005E7D;--radio-input-focus-shadow-color:0 0 4px 2px transparent;--slider-background-selection:#00A0D1;--slider-background-pointer:#fff;--slider-background-bar:#ccc;--slider-background-hover-pointer:#C9F4FF;--slider-background-disabled-selection:#949494;--slider-background-disabled-pointer:#ccc;--slider-background-focus-pointer:#91EBFF;--slider-background-focus-selection:#007AA3;--slider-focus-shadow:#00A0D1;--slider-label:#545454;--spinner-bg-color:#B2B2B2;--spinner-color:#000;--table-header-bg-color:#EDEDED;--table-hover-bg-color:#91EBFF;--table-pressed-bg-color:#DEDEDE;--table-border-color:#EDEDED;--table-text-color:#3B3B3B;--table-stripped-bg-color:#DEDEDE;--table-advanced-header-bg-color:#F7F7F7;--table-advanced-filter-bg-color:#fff;--table-advanced-filter-border-color:#ccc;--table-advanced-filter-hover-bg-color:#EDEDED;--table-advanced-filter-pressed-bg-color:#DEDEDE;--table-advanced-hover-bg-color:#F7F7F7;--table-advanced-selected-bg-color:#EDEDED;--table-advanced-border-color:#DEDEDE;--table-advanced-text-color:#3B3B3B;--table-advanced-stripped-bg-color:#DEDEDE;--tabs-default-bg-color:#fff;--tabs-default-text-color:#3B3B3B;--tabs-default-border-color:#DEDEDE;--tabs-default-active-border:#00A0D1;--tabs-default-focus-bg:#fff;--tabs-default-focus-border:#007AA3;--tabs-default-hover-border:#DEDEDE;--tabs-default-hover:#EDEDED;--tabs-default-pressed:#DEDEDE;--tabs-default-disabled:#949494;--tabs-default-active:#00A0D1;--tabs-left-arrow-bg-color:#fff;--tabs-right-arrow-bg-color:#fff;--taskitem-text-color:#121212;--taskitem-hover-bg-color:#C9F4FF;--taskitem-pressed-bg-color:#91EBFF;--taskitem-focus-bg-color:rgba(0,0,0,0);--taskitem-focus-border-color:#00A0D1;--taskitem-status-bg-color:#ccc;--taskitem-status-text-color:#292929;--taskitem-status-pause-bg-color:#FFC14F;--taskitem-selected-text-color:#121212;--taskitem-chat-text-color:#3B3B3B;--taskitem-chat-quantity-bg-color:#9df;--taskitem-chat-quantity-text-color:#103C62;--toggle-switch-bg-color:#ccc;--toggle-switch-bg-color--hover:#B2B2B2;--toggle-switch-bg-color--checked:#007AA3;--toggle-switch-bg-color--checked-hover:#005E7D;--toggle-switch-bg-color--disabled:#EDEDED;--toggle-switch-bg-color--disabled--checked:#C9F4FF;--toggle-switch-slider-color:#fff;--toggle-switch-slider-color-disabled:#F7F7F7;--toggle-switch-slider-color-disabled--checked:#fff;--toggle-switch-focus:#007AA3;--tooltip-font-color:#F7F7F7;--tooltip-bg-color:#292929}`,s=function(o,e,r,t){var l,c=arguments.length,d=c<3?e:null===t?t=Object.getOwnPropertyDescriptor(e,r):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(o,e,r,t);else for(var a=o.length-1;a>=0;a--)(l=o[a])&&(d=(c<3?l(d):c>3?l(e,r,d):l(e,r))||d);return c>3&&d&&Object.defineProperty(e,r,d),d},F=function(o,e,r,t){return new(r||(r=Promise))((function(l,c){function d(o){try{b(t.next(o))}catch(o){c(o)}}function a(o){try{b(t.throw(o))}catch(o){c(o)}}function b(o){var e;o.done?l(o.value):(e=o.value,e instanceof r?e:new r((function(o){o(e)}))).then(d,a)}b((t=t.apply(o,e||[])).next())}))};!function(o){let e=class extends b.LitElement{constructor(){super(...arguments),this.darkTheme=!1,this.lumos=!1,this.activeTheme=g,this.placement="bottom",this.popperInstance=null,this.handleTooltipRemoved=()=>{this.hideVirtualTooltip()}}setTheme(){return this.lumos?this.darkTheme?n:i:this.darkTheme?m:g}applyStyle(){const o=this.shadowRoot;if("adoptedStyleSheets"in document){const e=new CSSStyleSheet;e.replaceSync(this.activeTheme),o.adoptedStyleSheets=[e]}else{const e=document.createElement("style");e.textContent=this.activeTheme.cssText,o.appendChild(e)}}removeChildFromVirtualPopper(){for(;this.virtualWrapper.firstElementChild;)this.virtualWrapper.firstElementChild.remove()}setInitStyleToVirtualReference(){const{style:o}=this.virtualReference;o.top="0",o.bottom="0",o.left="0",o.right="0",o.width="0",o.height="0",o.zIndex="-1"}setStyleToVirtualReference(o){const{style:e}=this.virtualReference,{top:r,bottom:t,left:l,right:c,width:d,height:a}=o;e.position="fixed",e.top=r+"px",e.bottom=t+"px",e.left=l+"px",e.right=c+"px",e.width=d+"px",e.height=a+"px",e.zIndex="-1"}setVirtualReferencePosition(o){const e=o.getBoundingClientRect();this.setStyleToVirtualReference(e)}initVirtualElements(o,e,r){const t=o.cloneNode(!0);this.virtualWrapper.hasChildNodes()&&this.removeChildFromVirtualPopper(),this.virtualWrapper.append(t),r&&this.setVirtualSlotContent(r),this.setVirtualReferencePosition(e)}setVirtualSlotContent(o){if(this.virtualTooltipContent){for(;this.virtualTooltipContent.firstElementChild;)this.virtualTooltipContent.firstElementChild.remove();o.forEach(o=>this.virtualTooltipContent.append(o))}}updated(o){super.updated(o),(o.has("lumos")||o.has("darkTheme"))&&this.dispatchEvent(new CustomEvent("theme-changed",{composed:!0,bubbles:!0,detail:{darkTheme:this.darkTheme,lumos:this.lumos}})),this.activeTheme=this.setTheme(),this.applyStyle()}handleVirtualTooltipCreate(o){o.stopPropagation();const{popper:e,placement:r,reference:t,slotContent:l}=o.detail;this.placement=r,this.initVirtualElements(e,t,l),this.showVirtualTooltip()}handleVirtualTooltipDestroy(o){o.stopPropagation(),this.hideVirtualTooltip()}handleVirtualTooltipChangeMessage(o){const{popper:e}=o.detail,r=e.querySelector(".md-tooltip__content"),t=this.virtualWrapper.querySelector(".md-tooltip__content");if(r&&t){const o=r.textContent,e=t.textContent;o&&e&&(t.textContent=o)}}handleVirtualTooltipSlotChange(o){const{slotContent:e}=o.detail;e&&this.setVirtualSlotContent(e)}destroyPopperInstance(){this.popperInstance&&(this.popperInstance.destroy(),this.popperInstance=null)}createPopperInstance(o){this.virtualPopper&&(this.popperInstance=Object(c.createPopper)(this.virtualReference,this.virtualPopper,{placement:o,modifiers:[...d.defaultModifiers,c.flip,c.offset,c.arrow,{name:"offset",options:{offset:[8,8]}},...this.virtualArrow?[{name:"arrow",options:{element:this.virtualArrow,padding:5}}]:[]]}))}get virtualPopper(){return this.shadowRoot.querySelector(".md-tooltip__popper")}get virtualArrow(){return this.shadowRoot.querySelector(".md-tooltip__arrow")}get virtualTooltipContent(){return this.shadowRoot.querySelector(".md-tooltip__content")}showVirtualTooltip(){this.virtualPopper&&(this.virtualPopper.toggleAttribute("data-show",!0),this.createPopperInstance(this.placement))}hideVirtualTooltip(){this.virtualPopper&&(this.virtualPopper.toggleAttribute("data-show",!1),this.destroyPopperInstance(),this.setInitStyleToVirtualReference())}setupEvents(){this.addEventListener("tooltip-create",this.handleVirtualTooltipCreate),this.addEventListener("tooltip-destroy",this.handleVirtualTooltipDestroy),this.addEventListener("tooltip-message",this.handleVirtualTooltipChangeMessage),this.addEventListener("tooltip-slot",this.handleVirtualTooltipSlotChange),document.addEventListener("tooltip-disconnected",this.handleTooltipRemoved,!0)}teardownEvents(){this.removeEventListener("tooltip-create",this.handleVirtualTooltipCreate),this.removeEventListener("tooltip-destroy",this.handleVirtualTooltipDestroy),this.removeEventListener("tooltip-message",this.handleVirtualTooltipChangeMessage),this.removeEventListener("tooltip-slot",this.handleVirtualTooltipSlotChange),document.removeEventListener("tooltip-disconnected",this.handleTooltipRemoved,!0)}disconnectedCallback(){super.disconnectedCallback(),this.teardownEvents()}firstUpdated(o){const e=Object.create(null,{firstUpdated:{get:()=>super.firstUpdated}});return F(this,void 0,void 0,(function*(){e.firstUpdated.call(this,o),yield new Promise(o=>setTimeout(o,0)),this.setupEvents()}))}static get styles(){return[g]}render(){return b.html`
2
2
  <div class="theme-wrapper">
3
3
  <style>
4
4
  ${l.a} .theme-wrapper {
@@ -138,7 +138,7 @@ export declare namespace ComboBox {
138
138
  getSelectAllOption(): import("lit-element").TemplateResult;
139
139
  getSelctedCount(): {};
140
140
  getCustomErrorContent(): Element | null;
141
- getCustomContent(option: string | OptionMember): DocumentFragment | import("lit-element").TemplateResult;
141
+ getCustomContent(option: string | OptionMember): import("lit-element").TemplateResult | DocumentFragment;
142
142
  render(): import("lit-element").TemplateResult;
143
143
  }
144
144
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentum-ui/web-components",
3
- "version": "2.6.5",
3
+ "version": "2.6.8",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",
@@ -24,9 +24,9 @@
24
24
  "sortablejs": "^1.13.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "@momentum-ui/core": "^19.15.17",
28
- "@momentum-ui/icons": "^8.28.0",
29
- "@momentum-ui/tokens": "^1.7.1",
27
+ "@momentum-ui/core": "19.15.17",
28
+ "@momentum-ui/icons": "8.28.0",
29
+ "@momentum-ui/tokens": "1.7.1",
30
30
  "@momentum-ui/utils": "6.2.15",
31
31
  "lit-element": "2.3.1",
32
32
  "lit-html": "1.2.1"