/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.cdk-overlay-container{z-index:50}textarea,select,input,button{font-size:15px}body,textarea,select,input,button{font-family:var(--nu-theme-font-family),Helvetica,Arial,sans-serif;font-weight:var(--nu-theme-dimension-normal-font-weight)}code{font-family:Roboto Mono,monospace;font-weight:var(--nu-theme-dimension-normal-font-weight);font-size:13px}h1{font-weight:var(--nu-theme-dimension-bold-font-weight);font-size:30px;margin:.5em 0}h2{font-weight:var(--nu-theme-dimension-bold-font-weight);font-size:22px;margin:.5em 0}h3,h4,h5{font-weight:var(--nu-theme-dimension-bold-font-weight);font-size:15px;margin:.5em 0}b,strong{font-weight:var(--nu-theme-dimension-bold-font-weight)}a{color:rgb(var(--nu-theme-color-link-base));text-decoration:none}a:visited{color:rgb(var(--nu-theme-color-link-visited))}a:active{color:rgb(var(--nu-theme-color-link-active))}.nu-tooltip-hint{border-bottom:1px dashed rgb(var(--nu-theme-color-border-level3))}mark,.nu-search-match-highlight,.nu-search-match-highlight button,.nu-search-match-highlight .button-style{background-color:rgb(var(--nu-theme-color-highlighted-base))!important;color:rgb(var(--nu-theme-on-color-highlighted))!important}body{background-color:rgb(var(--nu-theme-override-text-background, var(--nu-theme-color-background-level0)));color:rgb(var(--nu-theme-on-color-background));font-size:15px!important}*{scrollbar-width:auto;scrollbar-color:rgb(var(--nu-theme-color-background-level5)) rgba(0,0,0,0)}*::-webkit-scrollbar{background-color:#0000;width:15px}*::-webkit-scrollbar-thumb{min-height:30px;border:3px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:7px;background-color:rgb(var(--nu-theme-color-background-level5))}*::-webkit-scrollbar-button{width:0;height:0;display:none}*::-webkit-scrollbar-corner{background-color:#0000}button,.button-style{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));background:rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)))}button:hover,.button-style:hover,button:hover *,.button-style:hover *{cursor:pointer}button:hover,.button-style:hover{background:rgb(var(--nu-theme-override-button-hover-background, var(--nu-theme-color-background-level3)));border-color:rgb(var(--nu-theme-override-button-hover-border, var(--nu-theme-color-border-level2)))}button:focus,button.focus,.button-style:focus,.button-style.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level5));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}button:focus::-moz-focus-inner,button.focus::-moz-focus-inner,.button-style:focus::-moz-focus-inner,.button-style.focus::-moz-focus-inner{border:0;outline:0}button:disabled,button.disabled,.button-style:disabled,.button-style.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}button:disabled::-moz-focus-inner,button.disabled::-moz-focus-inner,.button-style:disabled::-moz-focus-inner,.button-style.disabled::-moz-focus-inner{border:0;outline:0}button:disabled.nu-button-allow-events,button:disabled .nu-button-allow-events,button.disabled.nu-button-allow-events,button.disabled .nu-button-allow-events,.button-style:disabled.nu-button-allow-events,.button-style:disabled .nu-button-allow-events,.button-style.disabled.nu-button-allow-events,.button-style.disabled .nu-button-allow-events{pointer-events:auto}button:disabled *,button.disabled *,.button-style:disabled *,.button-style.disabled *{cursor:auto}button>nu-icon+span,button>nu-descriptor-icon+span,.button-style>nu-icon+span,.button-style>nu-descriptor-icon+span{margin-left:.3em}button.bare,.button-style.bare{background:none;border-color:transparent}button.bare.disabled,button.bare:disabled,.button-style.bare.disabled,.button-style.bare:disabled{background:none;border-color:transparent}button.bare.disabled.hover,button.bare.disabled:hover,button.bare:disabled.hover,button.bare:disabled:hover,.button-style.bare.disabled.hover,.button-style.bare.disabled:hover,.button-style.bare:disabled.hover,.button-style.bare:disabled:hover{background:none;border-color:transparent}button.bare.focus,button.bare:focus,.button-style.bare.focus,.button-style.bare:focus{border-color:transparent}button.primary,.button-style.primary{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-override-button-primary, var(--nu-theme-on-color-call-to-action)));background:rgb(var(--nu-theme-override-button-primary-background, var(--nu-theme-color-call-to-action-base)));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-override-button-primary-border, var(--nu-theme-color-call-to-action-base)))}button.primary:hover,.button-style.primary:hover,button.primary:hover *,.button-style.primary:hover *{cursor:pointer}button.primary nu-icon,.button-style.primary nu-icon{color:rgb(var(--nu-theme-override-button-primary, var(--nu-theme-on-color-call-to-action)))!important}button.primary nu-icon:not(.nu-icon-prevent-override) path,.button-style.primary nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}button.primary:hover,.button-style.primary:hover{background:rgb(var(--nu-theme-color-call-to-action-hover));border-color:rgb(var(--nu-theme-override-button-primary-hover-border, var(--nu-theme-color-call-to-action-hover)))}button.primary:focus,button.primary.focus,.button-style.primary:focus,.button-style.primary.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level4));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}button.primary:focus::-moz-focus-inner,button.primary.focus::-moz-focus-inner,.button-style.primary:focus::-moz-focus-inner,.button-style.primary.focus::-moz-focus-inner{border:0;outline:0}button.primary:disabled,button.primary.disabled,.button-style.primary:disabled,.button-style.primary.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}button.primary:disabled::-moz-focus-inner,button.primary.disabled::-moz-focus-inner,.button-style.primary:disabled::-moz-focus-inner,.button-style.primary.disabled::-moz-focus-inner{border:0;outline:0}button.primary:disabled.nu-button-allow-events,button.primary:disabled .nu-button-allow-events,button.primary.disabled.nu-button-allow-events,button.primary.disabled .nu-button-allow-events,.button-style.primary:disabled.nu-button-allow-events,.button-style.primary:disabled .nu-button-allow-events,.button-style.primary.disabled.nu-button-allow-events,.button-style.primary.disabled .nu-button-allow-events{pointer-events:auto}button.primary:disabled *,button.primary.disabled *,.button-style.primary:disabled *,.button-style.primary.disabled *{cursor:auto}button.secondary,.button-style.secondary{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-override-button-selected-outline, var(--nu-theme-color-selected-base)));background:rgb(var(--nu-theme-color-background-level0));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-override-button-selected-outline, var(--nu-theme-color-selected-base)))}button.secondary:hover,.button-style.secondary:hover,button.secondary:hover *,.button-style.secondary:hover *{cursor:pointer}button.secondary:hover,.button-style.secondary:hover{background:rgb(var(--nu-theme-color-background-level3));border-color:rgb(var(--nu-theme-override-button-selected-outline-hover, var(--nu-theme-color-selected-base)))}button.secondary:focus,button.secondary.focus,.button-style.secondary:focus,.button-style.secondary.focus{outline:none;border-color:rgb(var(--nu-theme-override-button-selected-outline-focus, var(--nu-theme-color-selected-hover)));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}button.secondary:focus::-moz-focus-inner,button.secondary.focus::-moz-focus-inner,.button-style.secondary:focus::-moz-focus-inner,.button-style.secondary.focus::-moz-focus-inner{border:0;outline:0}button.secondary:disabled,button.secondary.disabled,.button-style.secondary:disabled,.button-style.secondary.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}button.secondary:disabled::-moz-focus-inner,button.secondary.disabled::-moz-focus-inner,.button-style.secondary:disabled::-moz-focus-inner,.button-style.secondary.disabled::-moz-focus-inner{border:0;outline:0}button.secondary:disabled.nu-button-allow-events,button.secondary:disabled .nu-button-allow-events,button.secondary.disabled.nu-button-allow-events,button.secondary.disabled .nu-button-allow-events,.button-style.secondary:disabled.nu-button-allow-events,.button-style.secondary:disabled .nu-button-allow-events,.button-style.secondary.disabled.nu-button-allow-events,.button-style.secondary.disabled .nu-button-allow-events{pointer-events:auto}button.secondary:disabled *,button.secondary.disabled *,.button-style.secondary:disabled *,.button-style.secondary.disabled *{cursor:auto}button.selected,.button-style.selected{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-override-button-selected, var(--nu-theme-on-color-selected)));background:rgb(var(--nu-theme-color-selected-base));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-color-selected-base))}button.selected:hover,.button-style.selected:hover,button.selected:hover *,.button-style.selected:hover *{cursor:pointer}button.selected nu-icon,.button-style.selected nu-icon{color:rgb(var(--nu-theme-override-button-selected, var(--nu-theme-on-color-selected)))!important}button.selected nu-icon:not(.nu-icon-prevent-override) path,.button-style.selected nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}button.selected:hover,.button-style.selected:hover{background:rgb(var(--nu-theme-color-selected-hover));border-color:rgb(var(--nu-theme-override-button-selected-hover, var(--nu-theme-color-selected-hover)))}button.selected:focus,button.selected.focus,.button-style.selected:focus,.button-style.selected.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level4));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}button.selected:focus::-moz-focus-inner,button.selected.focus::-moz-focus-inner,.button-style.selected:focus::-moz-focus-inner,.button-style.selected.focus::-moz-focus-inner{border:0;outline:0}button.selected:disabled,button.selected.disabled,.button-style.selected:disabled,.button-style.selected.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}button.selected:disabled::-moz-focus-inner,button.selected.disabled::-moz-focus-inner,.button-style.selected:disabled::-moz-focus-inner,.button-style.selected.disabled::-moz-focus-inner{border:0;outline:0}button.selected:disabled.nu-button-allow-events,button.selected:disabled .nu-button-allow-events,button.selected.disabled.nu-button-allow-events,button.selected.disabled .nu-button-allow-events,.button-style.selected:disabled.nu-button-allow-events,.button-style.selected:disabled .nu-button-allow-events,.button-style.selected.disabled.nu-button-allow-events,.button-style.selected.disabled .nu-button-allow-events{pointer-events:auto}button.selected:disabled *,button.selected.disabled *,.button-style.selected:disabled *,.button-style.selected.disabled *{cursor:auto}button.pop-up-menu-toggled,nu-menu-item-button.pop-up-menu-toggled{color:rgb(var(--nu-theme-on-color-background))!important;border:1px solid rgb(var(--nu-theme-color-border-level2))!important;background:rgb(var(--nu-theme-color-background-level0))!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;box-shadow:none!important;position:relative}button.pop-up-menu-toggled nu-icon,nu-menu-item-button.pop-up-menu-toggled nu-icon{color:rgb(var(--nu-theme-on-color-background))!important}button.pop-up-menu-toggled nu-icon:not(.nu-icon-prevent-override) path,nu-menu-item-button.pop-up-menu-toggled nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}button.pop-up-menu-toggled:hover,nu-menu-item-button.pop-up-menu-toggled:hover{background:rgb(var(--nu-theme-color-background-level3))!important}button:hover .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,nu-menu-item-button:hover .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable{visibility:visible;opacity:1;transition:opacity ease-in .1s .1s}button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable{color:rgb(var(--nu-theme-override-button-selected, var(--nu-theme-on-color-selected)));background:rgb(var(--nu-theme-color-selected-base))}button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon{color:rgb(var(--nu-theme-override-button-selected, var(--nu-theme-on-color-selected)))!important}button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon:not(.nu-icon-prevent-override) path,nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover{background:rgb(var(--nu-theme-color-selected-hover))}button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,nu-menu-item-button.click-toggle-mode-pop-up-menu-toggled .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon{color:rgb(var(--nu-theme-on-color-selected))!important}button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon,nu-menu-item-button:not(.click-toggle-mode-pop-up-menu-toggled) .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable nu-icon{color:rgb(var(--nu-theme-on-color-background))!important}button .nu-dropdown-toggle-indicator,nu-menu-item-button .nu-dropdown-toggle-indicator{display:inline-flex;flex-shrink:0;align-items:center;justify-content:flex-end}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable{margin:.2em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-override-button-text, var(--nu-theme-on-color-background)));background:rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-override-button-border, var(--nu-theme-color-border-level1)));padding:0 4px;display:inline-block;visibility:hidden;transition:none;opacity:0;min-height:unset}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover{cursor:pointer}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover *,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover *{cursor:pointer}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:hover{background:rgb(var(--nu-theme-override-button-hover-background, var(--nu-theme-color-background-level3)));border-color:rgb(var(--nu-theme-override-button-hover-border, var(--nu-theme-color-border-level2)))}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level5));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus::-moz-focus-inner,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus::-moz-focus-inner,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:focus::-moz-focus-inner,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.focus::-moz-focus-inner{border:0;outline:0}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled::-moz-focus-inner,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled::-moz-focus-inner,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled::-moz-focus-inner,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled::-moz-focus-inner{border:0;outline:0}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled.nu-button-allow-events,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled .nu-button-allow-events,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled.nu-button-allow-events,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled .nu-button-allow-events,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled.nu-button-allow-events,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled .nu-button-allow-events,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled.nu-button-allow-events,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled .nu-button-allow-events{pointer-events:auto}button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled *,button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled *,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable:disabled *,nu-menu-item-button .nu-dropdown-toggle-indicator.nu-dropdown-toggle-indicator-clickable.disabled *{cursor:auto}button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable),nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable){flex-grow:1;padding-right:.5em}button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon,nu-menu-item-button .nu-dropdown-toggle-indicator:not(.nu-dropdown-toggle-indicator-clickable) nu-icon{margin-left:2px;margin-right:-3px}input:not([type]),input[type=text],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=url],input[type=search],input[type=date],input[type=time],select,textarea,nu-omni-select{color:rgb(var(--nu-theme-on-color-background));background-color:rgb(var(--nu-theme-override-input-background, var(--nu-theme-color-background-level0)));margin:.2em;padding:3px .5em;border-radius:var(--nu-theme-dimension-input-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-override-input-border, var(--nu-theme-color-border-level1)));box-sizing:border-box;line-height:18px;outline:none}input:not([type])::-moz-focus-inner,input[type=text]::-moz-focus-inner,input[type=email]::-moz-focus-inner,input[type=number]::-moz-focus-inner,input[type=password]::-moz-focus-inner,input[type=tel]::-moz-focus-inner,input[type=url]::-moz-focus-inner,input[type=search]::-moz-focus-inner,input[type=date]::-moz-focus-inner,input[type=time]::-moz-focus-inner,select::-moz-focus-inner,textarea::-moz-focus-inner,nu-omni-select::-moz-focus-inner{border:0;outline:0}body.nu-dark-theme input:not([type]),body.nu-dark-theme input[type=text],body.nu-dark-theme input[type=email],body.nu-dark-theme input[type=number],body.nu-dark-theme input[type=password],body.nu-dark-theme input[type=tel],body.nu-dark-theme input[type=url],body.nu-dark-theme input[type=search],body.nu-dark-theme input[type=date],body.nu-dark-theme input[type=time],body.nu-dark-theme select,body.nu-dark-theme textarea,body.nu-dark-theme nu-omni-select{background-color:rgb(var(--nu-theme-color-background-level1))}input:not([type]):focus,input[type=text]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=search]:focus,input[type=date]:focus,input[type=time]:focus,select:focus,textarea:focus,nu-omni-select:focus{border-color:rgb(var(--nu-theme-color-border-level4))}body.nu-light-theme input:not([type]):focus,body.nu-light-theme input[type=text]:focus,body.nu-light-theme input[type=email]:focus,body.nu-light-theme input[type=number]:focus,body.nu-light-theme input[type=password]:focus,body.nu-light-theme input[type=tel]:focus,body.nu-light-theme input[type=url]:focus,body.nu-light-theme input[type=search]:focus,body.nu-light-theme input[type=date]:focus,body.nu-light-theme input[type=time]:focus,body.nu-light-theme select:focus,body.nu-light-theme textarea:focus,body.nu-light-theme nu-omni-select:focus{box-shadow:0 1px 7px rgba(var(--nu-theme-color-misc-shadow),.25),0 0 3px rgba(var(--nu-theme-color-misc-shadow),.25)}body.nu-dark-theme input:not([type]):focus,body.nu-dark-theme input[type=text]:focus,body.nu-dark-theme input[type=email]:focus,body.nu-dark-theme input[type=number]:focus,body.nu-dark-theme input[type=password]:focus,body.nu-dark-theme input[type=tel]:focus,body.nu-dark-theme input[type=url]:focus,body.nu-dark-theme input[type=search]:focus,body.nu-dark-theme input[type=date]:focus,body.nu-dark-theme input[type=time]:focus,body.nu-dark-theme select:focus,body.nu-dark-theme textarea:focus,body.nu-dark-theme nu-omni-select:focus{box-shadow:0 1px 7px rgba(var(--nu-theme-color-border-level4),.25),0 0 3px rgba(var(--nu-theme-color-border-level4),.25)}input:not([type]):disabled,input[type=text]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=tel]:disabled,input[type=url]:disabled,input[type=search]:disabled,input[type=date]:disabled,input[type=time]:disabled,select:disabled,textarea:disabled,nu-omni-select:disabled{opacity:.5}input:not([type]).ng-invalid.ng-dirty.ng-touched,input[type=text].ng-invalid.ng-dirty.ng-touched,input[type=email].ng-invalid.ng-dirty.ng-touched,input[type=number].ng-invalid.ng-dirty.ng-touched,input[type=password].ng-invalid.ng-dirty.ng-touched,input[type=tel].ng-invalid.ng-dirty.ng-touched,input[type=url].ng-invalid.ng-dirty.ng-touched,input[type=search].ng-invalid.ng-dirty.ng-touched,input[type=date].ng-invalid.ng-dirty.ng-touched,input[type=time].ng-invalid.ng-dirty.ng-touched,select.ng-invalid.ng-dirty.ng-touched,textarea.ng-invalid.ng-dirty.ng-touched,nu-omni-select.ng-invalid.ng-dirty.ng-touched{border-color:rgb(var(--nu-theme-color-misc-control-error))}input:not([type]).ng-invalid.ng-dirty.ng-touched:focus,input[type=text].ng-invalid.ng-dirty.ng-touched:focus,input[type=email].ng-invalid.ng-dirty.ng-touched:focus,input[type=number].ng-invalid.ng-dirty.ng-touched:focus,input[type=password].ng-invalid.ng-dirty.ng-touched:focus,input[type=tel].ng-invalid.ng-dirty.ng-touched:focus,input[type=url].ng-invalid.ng-dirty.ng-touched:focus,input[type=search].ng-invalid.ng-dirty.ng-touched:focus,input[type=date].ng-invalid.ng-dirty.ng-touched:focus,input[type=time].ng-invalid.ng-dirty.ng-touched:focus,select.ng-invalid.ng-dirty.ng-touched:focus,textarea.ng-invalid.ng-dirty.ng-touched:focus,nu-omni-select.ng-invalid.ng-dirty.ng-touched:focus{box-shadow:0 1px 7px rgba(var(--nu-theme-color-misc-control-error),.6),0 0 3px rgba(var(--nu-theme-color-misc-control-error),.6)}body.nu-light-theme input:not([type]).ng-invalid.ng-pristine,body.nu-light-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=text].ng-invalid.ng-pristine,body.nu-light-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=email].ng-invalid.ng-pristine,body.nu-light-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=number].ng-invalid.ng-pristine,body.nu-light-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=password].ng-invalid.ng-pristine,body.nu-light-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=tel].ng-invalid.ng-pristine,body.nu-light-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=url].ng-invalid.ng-pristine,body.nu-light-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=search].ng-invalid.ng-pristine,body.nu-light-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=date].ng-invalid.ng-pristine,body.nu-light-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme input[type=time].ng-invalid.ng-pristine,body.nu-light-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme select.ng-invalid.ng-pristine,body.nu-light-theme select.ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme textarea.ng-invalid.ng-pristine,body.nu-light-theme textarea.ng-invalid.ng-dirty:not(.ng-touched),body.nu-light-theme nu-omni-select.ng-invalid.ng-pristine,body.nu-light-theme nu-omni-select.ng-invalid.ng-dirty:not(.ng-touched){background-color:rgb(var(--nu-theme-color-misc-control-error-pristine))}body.nu-dark-theme input:not([type]).ng-invalid.ng-pristine,body.nu-dark-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=text].ng-invalid.ng-pristine,body.nu-dark-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=email].ng-invalid.ng-pristine,body.nu-dark-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=number].ng-invalid.ng-pristine,body.nu-dark-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=password].ng-invalid.ng-pristine,body.nu-dark-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=tel].ng-invalid.ng-pristine,body.nu-dark-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=url].ng-invalid.ng-pristine,body.nu-dark-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=search].ng-invalid.ng-pristine,body.nu-dark-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=date].ng-invalid.ng-pristine,body.nu-dark-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme input[type=time].ng-invalid.ng-pristine,body.nu-dark-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme select.ng-invalid.ng-pristine,body.nu-dark-theme select.ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme textarea.ng-invalid.ng-pristine,body.nu-dark-theme textarea.ng-invalid.ng-dirty:not(.ng-touched),body.nu-dark-theme nu-omni-select.ng-invalid.ng-pristine,body.nu-dark-theme nu-omni-select.ng-invalid.ng-dirty:not(.ng-touched){border-color:rgb(var(--nu-theme-color-misc-control-error-pristine))}body.nu-dark-theme input:not([type]).ng-invalid.ng-pristine:focus,body.nu-dark-theme input:not([type]).ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=text].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=text].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=email].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=email].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=number].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=number].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=password].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=password].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=tel].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=tel].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=url].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=url].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=search].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=search].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=date].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=date].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme input[type=time].ng-invalid.ng-pristine:focus,body.nu-dark-theme input[type=time].ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme select.ng-invalid.ng-pristine:focus,body.nu-dark-theme select.ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme textarea.ng-invalid.ng-pristine:focus,body.nu-dark-theme textarea.ng-invalid.ng-dirty:not(.ng-touched):focus,body.nu-dark-theme nu-omni-select.ng-invalid.ng-pristine:focus,body.nu-dark-theme nu-omni-select.ng-invalid.ng-dirty:not(.ng-touched):focus{box-shadow:0 1px 7px rgba(var(--nu-theme-color-misc-control-error-pristine),.6),0 0 3px rgba(var(--nu-theme-color-misc-control-error-pristine),.6)}input[type=date],input[type=time]{padding-top:0;padding-bottom:0}input:read-only,textarea:read-only{opacity:.5}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}select{-webkit-appearance:none;appearance:none;text-overflow:"";background-position:100% 50%;background-repeat:no-repeat;padding-right:0}select:not([multiple]){-webkit-appearance:none;appearance:none;padding-right:1.5em;position:relative;background-size:18px 18px;background-position:99.3% 55%}select:not([multiple])::-ms-expand{display:none}body.nu-light-theme select:not([multiple]){background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%2845%2C%2045%2C%2045%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)}body.nu-dark-theme select:not([multiple]){background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22width%3A%2018px%3B%20height%3A%2018px%3B%20fill%3A%20rgb%28200%2C%20200%2C%20200%29%3B%22%3E%3Cpath%20d%3D%22M4.978%207h8.04c.557%200%20.835.672.441%201.066l-4.018%204.022a.626.626%200%2001-.885%200L4.538%208.066A.624.624%200%20014.978%207z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)}nu-icon{display:inline-block;fill:currentColor;flex-shrink:0;overflow:hidden}nu-icon[data-nu-icon-size=normal]{vertical-align:-3px}nu-icon[data-nu-icon-size=small]{vertical-align:-1px}@keyframes nu-loading-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nu-icon+span,nu-descriptor-icon+span{margin-left:.3em}nu-icon.nu-loading-icon{color:rgb(var(--nu-theme-override-loading-icon, var(--nu-theme-color-header-base)))!important;animation:nu-loading-icon 2s infinite linear}nu-icon.nu-red-icon{color:rgb(var(--nu-theme-color-icon-red))!important}nu-icon.nu-yellow-icon{color:rgb(var(--nu-theme-color-icon-yellow))!important}nu-icon.nu-blue-icon{color:rgb(var(--nu-theme-override-blue-icon, var(--nu-theme-color-icon-blue)))!important}nu-icon.nu-green-icon{color:rgb(var(--nu-theme-color-icon-green))!important}nu-icon.nu-orange-icon{color:rgb(var(--nu-theme-color-icon-orange))!important}nu-icon.nu-gray-icon{color:#828282!important}nu-icon.nu-severity-success-icon{color:rgb(var(--nu-theme-color-informative-success-base))!important}nu-icon.nu-severity-low-icon{color:rgb(var(--nu-theme-color-informative-severity-low-base))!important}nu-icon.nu-severity-medium-icon{color:rgb(var(--nu-theme-color-informative-severity-medium-base))!important}nu-icon.nu-severity-high-icon{color:rgb(var(--nu-theme-color-informative-severity-high-base))!important}nu-icon.nu-severity-critical-icon{color:rgb(var(--nu-theme-color-informative-severity-critical-base))!important}nu-icon.nu-icon-inherit g,nu-icon.nu-icon-inherit path{fill:inherit!important}nu-icon.nu-windows-blue-icon{color:#094ab2}nu-icon.nu-android-green-icon{color:#a4c649!important}@keyframes nu-keyboard-key-highlight{0%{border:solid 1px rgb(var(--nu-theme-color-border-level2));border-bottom-color:rgb(var(--nu-theme-color-border-level3))}50%{border:solid 1px rgb(var(--nu-theme-color-border-level4));border-bottom-color:rgb(var(--nu-theme-color-border-level5));box-shadow:inset 0 -1px 0 rgb(var(--nu-theme-color-border-level3)),0 0 2px 2px rgb(var(--nu-theme-color-background-level4))}to{border:solid 1px rgb(var(--nu-theme-color-border-level2));border-bottom-color:rgb(var(--nu-theme-color-border-level3))}}@keyframes nu-placeholder-shine{0%{background-position:-33% 0}to{background-position:200% 0}}.nu-mutable-portal-component-overlay-wrapper{z-index:50}.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component{border:1px solid rgb(var(--nu-theme-color-border-level2));background:rgb(var(--nu-theme-override-button-background, var(--nu-theme-color-background-level0)));box-shadow:0 3px 6px rgba(var(--nu-theme-color-misc-shadow),.16),0 3px 6px rgba(var(--nu-theme-color-misc-shadow),.23);max-height:calc(100vh - 20px)}.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble:before{content:"";width:0px;height:0px;position:absolute;border-left:10px solid rgb(var(--nu-theme-color-border-level2));border-right:3px solid transparent;border-top:3px solid rgb(var(--nu-theme-color-border-level2));border-bottom:10px solid transparent;left:15px;bottom:-14px}.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble:after{content:"";width:0px;height:0px;position:absolute;border-left:7px solid rgb(var(--nu-theme-override-main-background, var(--nu-theme-color-background-level1)));border-right:5px solid transparent;border-top:5px solid rgb(var(--nu-theme-override-main-background, var(--nu-theme-color-background-level1)));border-bottom:7px solid transparent;left:16px;bottom:-12px}.nu-mutable-portal-component-overlay-wrapper .nu-mutable-portal-component.nu-bottom-left-speech-bubble.nu-with-footer:after{border-left-color:rgb(var(--nu-theme-color-background-level2));border-top-color:rgb(var(--nu-theme-color-background-level2))}.nu-mutable-embedded-footer-root{visibility:hidden}.nu-number-bubble,.nu-small-number-bubble{display:inline-block;min-width:1.4em;text-align:center;box-sizing:border-box;font-size:13px;vertical-align:1px;padding:1px .4em;border-radius:10px;color:rgb(var(--nu-theme-on-color-number-bubble));background-color:rgb(var(--nu-theme-color-number-bubble-base))}.nu-number-bubble.nu-search-match-highlight,.nu-small-number-bubble.nu-search-match-highlight{padding-top:0;padding-bottom:0;border:1px solid rgb(var(--nu-theme-color-number-bubble-base))}.nu-number-bubble.severity-low,.nu-small-number-bubble.severity-low{color:rgb(var(--nu-theme-on-color-informative-severity-low));background-color:rgb(var(--nu-theme-color-informative-severity-low-base))}.nu-number-bubble.severity-medium,.nu-small-number-bubble.severity-medium{color:rgb(var(--nu-theme-on-color-informative-severity-medium));background-color:rgb(var(--nu-theme-color-informative-severity-medium-base))}.nu-number-bubble.severity-high,.nu-small-number-bubble.severity-high{color:rgb(var(--nu-theme-on-color-informative-severity-high));background-color:rgb(var(--nu-theme-color-informative-severity-high-base))}.nu-number-bubble.severity-critical,.nu-small-number-bubble.severity-critical{color:rgb(var(--nu-theme-on-color-informative-severity-critical));background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}.nu-small-number-bubble{font-size:11px}.nu-tooltip-overlay-wrapper{z-index:60}.nu-tooltip-overlay-wrapper .nu-tooltip-content{border:1px solid rgb(var(--nu-theme-color-border-level2));background-color:rgb(var(--nu-theme-override-text-background, var(--nu-theme-color-background-level0)));box-shadow:0 10px 20px rgba(var(--nu-theme-color-misc-shadow),.19),0 6px 6px rgba(var(--nu-theme-color-misc-shadow),.23);max-height:calc(100vh - 20px);overflow:hidden}.nu-tooltip-overlay-wrapper .nu-tooltip-content.nu-tooltip-content-padded{padding:.5em}.nu-tooltip-overlay-wrapper .nu-tooltip-content:not(.nu-tooltip-content-padded) .nu-table{margin:.3em}table.nu-unstyled-table{border-collapse:collapse}table.nu-unstyled-table td{padding:0}table>tbody>tr.nu-table-child>td:first-child{padding-left:1.5em}table>tbody>tr.nu-table-child.nu-table-shaded>td{background-color:rgba(var(--nu-theme-color-background-level2),.6)}table.nu-table{border-spacing:0}table.nu-table.nu-table-transparent{background-color:initial}table.nu-table.nu-table-with-margin{margin:1em}table.nu-table.nu-table-full-width{width:100%}table.nu-table>thead>tr>th{font-weight:var(--nu-theme-dimension-normal-font-weight);color:rgb(var(--nu-theme-on-color-background));background-color:rgb(var(--nu-theme-override-table-heading-background, var(--nu-theme-color-background-level2)));padding:.5em}table.nu-table>tbody>tr>td{padding:.5em}table.nu-table>tbody>tr>td.nu-table-cell-disabled{opacity:1}table.nu-table>tbody>tr>td.nu-table-cell-disabled>*{opacity:.5}table.nu-table>tfoot>tr>td{color:rgb(var(--nu-theme-on-color-background));background-color:rgb(var(--nu-theme-color-background-level2));padding:.5em}table.nu-table.nu-table-condensed>thead,table.nu-table.nu-table-slightly-condensed>thead,table.nu-table.nu-table-key-value>thead{display:none}table.nu-table.nu-table-condensed:first-of-type>td,table.nu-table.nu-table-slightly-condensed:first-of-type>td{padding-top:0}table.nu-table.nu-table-condensed:last-of-type>td,table.nu-table.nu-table-slightly-condensed:last-of-type>td{padding-bottom:0}table.nu-table.nu-table-condensed>tbody>tr>td{padding:.2em}table.nu-table.nu-table-slightly-condensed>tbody>tr>td{padding:.3em}table.nu-table-bordered>thead>tr>th{border-top:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));border-bottom:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered>thead>tr>th:last-of-type{border-right:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered>tfoot>tr>td{border-bottom:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered>tfoot>tr>td:last-of-type{border-right:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered>tbody>tr>td:first-of-type,table.nu-table-bordered:not(.nu-table-key-value):not(.nu-table-key-value-with-header)>tbody>tr>td{border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered>tbody>tr>td:last-of-type{border-right:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered:not(.nu-table-sticky-header)>tbody>tr:last-of-type>td{border-bottom:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-bordered>tbody:first-child>tr:first-of-type>td{border-top:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-columns-bordered>thead>tr>th{border-bottom:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-columns-bordered>thead>tr>th:not(:first-of-type){border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-columns-bordered>thead>tr>th>tfoot>tr>td:not(:first-of-type){border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-columns-bordered:not(.nu-table-key-value):not(.nu-table-key-value-with-header)>tbody>tr>td:not(:first-of-type){border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-columns-bordered>tbody:first-child>tr:first-of-type>td{border-top:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-striped>tbody>tr:nth-child(even)>td{background-color:rgb(var(--nu-theme-override-table-striped-background, var(--nu-theme-color-background-level2)))}table.nu-table-rows-bordered>tbody>tr>td:not(:first-of-type){border-left:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-rows-bordered>tbody>tr:not(:first-of-type)>td{border-top:1px solid rgb(var(--nu-theme-color-border-level0))}table.nu-table-key-value>tbody>tr.nu-table-row-divider>td,table.nu-table-key-value-with-header>tbody>tr.nu-table-row-divider>td{border-top:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}table.nu-table-key-value>tbody>tr:not(.nu-table-section-header)>td:first-of-type:not([colspan]),table.nu-table-key-value-with-header>tbody>tr:not(.nu-table-section-header)>td:first-of-type:not([colspan]){vertical-align:top;white-space:nowrap;color:rgba(var(--nu-theme-on-color-background),.65)}table.nu-table>tbody>tr.nu-table-section-header{border-top:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));border-bottom:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)));color:rgb(var(--nu-theme-on-color-accent));background-color:rgb(var(--nu-theme-color-accent-base))}table.nu-table-sticky-header th{position:sticky;top:0;z-index:1}.nu-sticky-header-table-container{overflow-y:auto;border-bottom:1px solid rgb(var(--nu-theme-override-table-border, var(--nu-theme-color-border-level2)))}.nu-flex-centered{display:flex;align-items:center;justify-content:center}.nu-absolute-fill{position:absolute;height:100%;width:100%;inset:0}.nu-message,.nu-info-message,.nu-success-message,.nu-warning-message,.nu-error-message{display:flex;align-items:center;margin:1em .5em;max-width:500px}.nu-message:empty,.nu-info-message:empty,.nu-success-message:empty,.nu-warning-message:empty,.nu-error-message:empty{display:none}.nu-message>nu-icon,.nu-info-message>nu-icon,.nu-success-message>nu-icon,.nu-warning-message>nu-icon,.nu-error-message>nu-icon{flex-shrink:0}.nu-message>nu-icon:not(:last-child),.nu-info-message>nu-icon:not(:last-child),.nu-success-message>nu-icon:not(:last-child),.nu-warning-message>nu-icon:not(:last-child),.nu-error-message>nu-icon:not(:last-child){margin-right:1em}.nu-message>nu-icon:not(:first-child),.nu-info-message>nu-icon:not(:first-child),.nu-success-message>nu-icon:not(:first-child),.nu-warning-message>nu-icon:not(:first-child),.nu-error-message>nu-icon:not(:first-child){margin-left:1em}.nu-message>nu-icon+nu-icon,.nu-info-message>nu-icon+nu-icon,.nu-success-message>nu-icon+nu-icon,.nu-warning-message>nu-icon+nu-icon,.nu-error-message>nu-icon+nu-icon{margin-left:0}.nu-message .message-content,.nu-info-message .message-content,.nu-success-message .message-content,.nu-warning-message .message-content,.nu-error-message .message-content{flex-grow:1}.nu-message p,.nu-info-message p,.nu-success-message p,.nu-warning-message p,.nu-error-message p{margin-top:0;margin-bottom:0}.nu-message p+p,.nu-info-message p+p,.nu-success-message p+p,.nu-warning-message p+p,.nu-error-message p+p{margin-top:1.5em}.nu-message a,.nu-info-message a,.nu-success-message a,.nu-warning-message a,.nu-error-message a{text-decoration:underline}.nu-info-message,.nu-success-message,.nu-warning-message,.nu-error-message{border-width:1px;border-style:solid;border-radius:0;padding:1em}.nu-info-message{background-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base));border-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-low-hover))}.nu-info-message,.nu-info-message a,.nu-info-message nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low))!important}body.nu-dark-theme .nu-info-message{border-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base))}.nu-info-message button{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low));background:rgb(var(--nu-theme-color-low-contrast-informative-severity-low-base));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low))}.nu-info-message button:hover,.nu-info-message button:hover *{cursor:pointer}.nu-info-message button nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low))!important}.nu-info-message button nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}.nu-info-message button:hover{background:rgb(var(--nu-theme-color-low-contrast-informative-severity-low-hover));border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-low))}.nu-info-message button:focus,.nu-info-message button.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level4));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}.nu-info-message button:focus::-moz-focus-inner,.nu-info-message button.focus::-moz-focus-inner{border:0;outline:0}.nu-info-message button:disabled,.nu-info-message button.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}.nu-info-message button:disabled::-moz-focus-inner,.nu-info-message button.disabled::-moz-focus-inner{border:0;outline:0}.nu-info-message button:disabled.nu-button-allow-events,.nu-info-message button:disabled .nu-button-allow-events,.nu-info-message button.disabled.nu-button-allow-events,.nu-info-message button.disabled .nu-button-allow-events{pointer-events:auto}.nu-info-message button:disabled *,.nu-info-message button.disabled *{cursor:auto}.nu-success-message{background-color:rgb(var(--nu-theme-color-low-contrast-informative-success-base));border-color:rgb(var(--nu-theme-color-low-contrast-informative-success-hover))}.nu-success-message,.nu-success-message a,.nu-success-message nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-success))!important}body.nu-dark-theme .nu-success-message{border-color:rgb(var(--nu-theme-color-low-contrast-informative-success-base))}.nu-success-message button{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-on-color-low-contrast-informative-success));background:rgb(var(--nu-theme-color-low-contrast-informative-success-base));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-success))}.nu-success-message button:hover,.nu-success-message button:hover *{cursor:pointer}.nu-success-message button nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-success))!important}.nu-success-message button nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}.nu-success-message button:hover{background:rgb(var(--nu-theme-color-low-contrast-informative-success-hover));border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-success))}.nu-success-message button:focus,.nu-success-message button.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level4));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}.nu-success-message button:focus::-moz-focus-inner,.nu-success-message button.focus::-moz-focus-inner{border:0;outline:0}.nu-success-message button:disabled,.nu-success-message button.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}.nu-success-message button:disabled::-moz-focus-inner,.nu-success-message button.disabled::-moz-focus-inner{border:0;outline:0}.nu-success-message button:disabled.nu-button-allow-events,.nu-success-message button:disabled .nu-button-allow-events,.nu-success-message button.disabled.nu-button-allow-events,.nu-success-message button.disabled .nu-button-allow-events{pointer-events:auto}.nu-success-message button:disabled *,.nu-success-message button.disabled *{cursor:auto}.nu-warning-message{background-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base));border-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-hover))}.nu-warning-message,.nu-warning-message a,.nu-warning-message nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium))!important}body.nu-dark-theme .nu-warning-message{border-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base))}.nu-warning-message button{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium));background:rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-base));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium))}.nu-warning-message button:hover,.nu-warning-message button:hover *{cursor:pointer}.nu-warning-message button nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium))!important}.nu-warning-message button nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}.nu-warning-message button:hover{background:rgb(var(--nu-theme-color-low-contrast-informative-severity-medium-hover));border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-medium))}.nu-warning-message button:focus,.nu-warning-message button.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level4));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}.nu-warning-message button:focus::-moz-focus-inner,.nu-warning-message button.focus::-moz-focus-inner{border:0;outline:0}.nu-warning-message button:disabled,.nu-warning-message button.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}.nu-warning-message button:disabled::-moz-focus-inner,.nu-warning-message button.disabled::-moz-focus-inner{border:0;outline:0}.nu-warning-message button:disabled.nu-button-allow-events,.nu-warning-message button:disabled .nu-button-allow-events,.nu-warning-message button.disabled.nu-button-allow-events,.nu-warning-message button.disabled .nu-button-allow-events{pointer-events:auto}.nu-warning-message button:disabled *,.nu-warning-message button.disabled *{cursor:auto}.nu-error-message{background-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base));border-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-hover))}.nu-error-message,.nu-error-message a,.nu-error-message nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical))!important}body.nu-dark-theme .nu-error-message{border-color:rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base))}.nu-error-message button{margin:.2em;padding:3px .5em;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical));background:rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-base));border-radius:var(--nu-theme-dimension-button-border-radius);border:1px solid;border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical))}.nu-error-message button:hover,.nu-error-message button:hover *{cursor:pointer}.nu-error-message button nu-icon{color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical))!important}.nu-error-message button nu-icon:not(.nu-icon-prevent-override) path{fill:inherit!important}.nu-error-message button:hover{background:rgb(var(--nu-theme-color-low-contrast-informative-severity-critical-hover));border-color:rgb(var(--nu-theme-on-color-low-contrast-informative-severity-critical))}.nu-error-message button:focus,.nu-error-message button.focus{outline:none;border-color:rgb(var(--nu-theme-color-border-level4));box-shadow:0 1px 3px rgba(var(--nu-theme-color-misc-shadow),.12),0 1px 2px rgba(var(--nu-theme-color-misc-shadow),.24)}.nu-error-message button:focus::-moz-focus-inner,.nu-error-message button.focus::-moz-focus-inner{border:0;outline:0}.nu-error-message button:disabled,.nu-error-message button.disabled{outline:none;opacity:.5;pointer-events:none;cursor:auto}.nu-error-message button:disabled::-moz-focus-inner,.nu-error-message button.disabled::-moz-focus-inner{border:0;outline:0}.nu-error-message button:disabled.nu-button-allow-events,.nu-error-message button:disabled .nu-button-allow-events,.nu-error-message button.disabled.nu-button-allow-events,.nu-error-message button.disabled .nu-button-allow-events{pointer-events:auto}.nu-error-message button:disabled *,.nu-error-message button.disabled *{cursor:auto}@keyframes _nu-slider-mask-fade-in{0%{opacity:0}to{opacity:1}}.nu-mask{position:absolute;inset:0;z-index:29}.nu-mask.nu-fade-mask{background:rgba(var(--nu-theme-color-background-level5),.7);animation:_nu-slider-mask-fade-in .5s}.nu-mask.nu-invisible-mask{opacity:0}body.nu-dark-theme .nu-mask{background:rgba(var(--nu-theme-color-background-level1),.5)}.nu-prompt-overlay-wrapper{z-index:40}.nu-notifications-overlay-wrapper{z-index:110}.nu-notifications-overlay-wrapper .nu-notifications-overlay-pane{pointer-events:none!important}.nu-notifications-overlay-wrapper .nu-notifications-overlay-pane>*{pointer-events:auto}.nu-pop-up-menu-overlay-wrapper{z-index:50;pointer-events:none}.nu-severity-low-label{display:inline-block;padding:.4em .5em;background-color:rgb(var(--nu-theme-color-informative-severity-low-base))}.nu-severity-low-label,.nu-severity-low-label a,.nu-severity-low-label nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-low))!important}.nu-severity-low-label .nu-number-bubble{color:rgb(var(--nu-theme-color-informative-severity-low-base))!important;background-color:rgb(var(--nu-theme-on-color-informative-severity-low))!important}.nu-severity-low-label.nu-compact{font-size:90%;padding:.2em .4em}.nu-severity-low-label.nu-compact.nu-min-width-centered{text-align:center;min-width:75px}.nu-severity-low-label.nu-large{padding:.8em 1em}.nu-severity-low-label.nu-clickable:hover{cursor:pointer;background-color:rgb(var(--nu-theme-color-informative-severity-low-hover))}.nu-severity-success-label{display:inline-block;padding:.4em .5em;background-color:rgb(var(--nu-theme-color-informative-success-base))}.nu-severity-success-label,.nu-severity-success-label a,.nu-severity-success-label nu-icon{color:rgb(var(--nu-theme-on-color-informative-success))!important}.nu-severity-success-label .nu-number-bubble{color:rgb(var(--nu-theme-color-informative-success-base))!important;background-color:rgb(var(--nu-theme-on-color-informative-success))!important}.nu-severity-success-label.nu-compact{font-size:90%;padding:.2em .4em}.nu-severity-success-label.nu-compact.nu-min-width-centered{text-align:center;min-width:75px}.nu-severity-success-label.nu-large{padding:.8em 1em}.nu-severity-success-label.nu-clickable:hover{cursor:pointer;background-color:rgb(var(--nu-theme-color-informative-success-hover))}.nu-severity-medium-label{display:inline-block;padding:.4em .5em;background-color:rgb(var(--nu-theme-color-informative-severity-medium-base))}.nu-severity-medium-label,.nu-severity-medium-label a,.nu-severity-medium-label nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-medium))!important}.nu-severity-medium-label .nu-number-bubble{color:rgb(var(--nu-theme-color-informative-severity-medium-base))!important;background-color:rgb(var(--nu-theme-on-color-informative-severity-medium))!important}.nu-severity-medium-label.nu-compact{font-size:90%;padding:.2em .4em}.nu-severity-medium-label.nu-compact.nu-min-width-centered{text-align:center;min-width:75px}.nu-severity-medium-label.nu-large{padding:.8em 1em}.nu-severity-medium-label.nu-clickable:hover{cursor:pointer;background-color:rgb(var(--nu-theme-color-informative-severity-medium-hover))}.nu-severity-high-label{display:inline-block;padding:.4em .5em;background-color:rgb(var(--nu-theme-color-informative-severity-high-base))}.nu-severity-high-label,.nu-severity-high-label a,.nu-severity-high-label nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-high))!important}.nu-severity-high-label .nu-number-bubble{color:rgb(var(--nu-theme-color-informative-severity-high-base))!important;background-color:rgb(var(--nu-theme-on-color-informative-severity-high))!important}.nu-severity-high-label.nu-compact{font-size:90%;padding:.2em .4em}.nu-severity-high-label.nu-compact.nu-min-width-centered{text-align:center;min-width:75px}.nu-severity-high-label.nu-large{padding:.8em 1em}.nu-severity-high-label.nu-clickable:hover{cursor:pointer;background-color:rgb(var(--nu-theme-color-informative-severity-high-hover))}.nu-severity-critical-label{display:inline-block;padding:.4em .5em;background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}.nu-severity-critical-label,.nu-severity-critical-label a,.nu-severity-critical-label nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-critical))!important}.nu-severity-critical-label .nu-number-bubble{color:rgb(var(--nu-theme-color-informative-severity-critical-base))!important;background-color:rgb(var(--nu-theme-on-color-informative-severity-critical))!important}.nu-severity-critical-label.nu-compact{font-size:90%;padding:.2em .4em}.nu-severity-critical-label.nu-compact.nu-min-width-centered{text-align:center;min-width:75px}.nu-severity-critical-label.nu-large{padding:.8em 1em}.nu-severity-critical-label.nu-clickable:hover{cursor:pointer;background-color:rgb(var(--nu-theme-color-informative-severity-critical-hover))}.nu-severity-low-descriptor-label:not(nu-menu-item-button.selected *){border:1px solid rgb(var(--nu-theme-color-informative-severity-low-base));background:rgba(var(--nu-theme-color-informative-severity-low-base),.2);padding-right:4px;padding-left:4px;box-sizing:border-box;display:inline-flex;align-items:center}.nu-severity-low-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint{border-bottom-color:transparent}.nu-severity-success-descriptor-label:not(nu-menu-item-button.selected *){border:1px solid rgb(var(--nu-theme-color-informative-success-base));background:rgba(var(--nu-theme-color-informative-success-base),.2);padding-right:4px;padding-left:4px;box-sizing:border-box;display:inline-flex;align-items:center}.nu-severity-success-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint{border-bottom-color:transparent}.nu-severity-medium-descriptor-label:not(nu-menu-item-button.selected *){border:1px solid rgb(var(--nu-theme-color-informative-severity-medium-base));background:rgba(var(--nu-theme-color-informative-severity-medium-base),.2);padding-right:4px;padding-left:4px;box-sizing:border-box;display:inline-flex;align-items:center}.nu-severity-medium-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint{border-bottom-color:transparent}.nu-severity-high-descriptor-label:not(nu-menu-item-button.selected *){border:1px solid rgb(var(--nu-theme-color-informative-severity-high-base));background:rgba(var(--nu-theme-color-informative-severity-high-base),.2);padding-right:4px;padding-left:4px;box-sizing:border-box;display:inline-flex;align-items:center}.nu-severity-high-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint{border-bottom-color:transparent}.nu-severity-critical-descriptor-label:not(nu-menu-item-button.selected *){border:1px solid rgb(var(--nu-theme-color-informative-severity-critical-base));background:rgba(var(--nu-theme-color-informative-severity-critical-base),.2);padding-right:4px;padding-left:4px;box-sizing:border-box;display:inline-flex;align-items:center}.nu-severity-critical-descriptor-label:not(nu-menu-item-button.selected *) .nu-tooltip-hint{border-bottom-color:transparent}.nu-empty-descriptor-label:not(nu-menu-item-button.selected *){padding:1px 5px;box-sizing:border-box;display:inline-flex;align-items:center}@charset "UTF-8";.country_flag{display:inline-block;background:url(flag_icons_16x11.png) 0px -770px no-repeat;width:16px;height:11px;border:0px}.country_flag+span{margin-left:5px}.country_flag_label{display:inline-block;background:url(flag_icons_16x11.png) 0px -770px no-repeat;padding-left:18px;height:11px;line-height:11px}.tooltip_flag{text-align:right;float:right}.country_NO{background-position:0px -0px}.country_JP{background-position:0px -11px}.country_MS{background-position:0px -22px}.country_RU{background-position:0px -33px}.country_FJ{background-position:0px -44px}.country_GR{background-position:0px -55px}.country_LT{background-position:0px -66px}.country_BR{background-position:0px -77px}.country_NP{background-position:0px -88px}.country_KP{background-position:0px -99px}.country_GL{background-position:0px -110px}.country_LV{background-position:0px -121px}.country_ID{background-position:0px -132px}.country_PS{background-position:0px -143px}.country_ES{background-position:0px -154px}.country_DJ{background-position:0px -165px}.country_GN{background-position:0px -176px}.country_MW{background-position:0px -187px}.country_TJ{background-position:0px -198px}.country_KI{background-position:0px -209px}.country_TV{background-position:0px -220px}.country_RE{background-position:0px -231px}.country_AE{background-position:0px -242px}.country_BY{background-position:0px -253px}.country_PA{background-position:0px -264px}.country_NE{background-position:0px -275px}.country_PE{background-position:0px -286px}.country_MH{background-position:0px -297px}.country_NU{background-position:0px -308px}.country_TL{background-position:0px -319px}.country_QA{background-position:0px -330px}.country_CZ{background-position:0px -341px}.country_AZ{background-position:0px -352px}.country_CN{background-position:0px -363px}.country_EG{background-position:0px -374px}.country_PF{background-position:0px -385px}.country_ME{background-position:0px -396px}.country_AR{background-position:0px -407px}.country_MY{background-position:0px -418px}.country_YT{background-position:0px -429px}.country_LU{background-position:0px -440px}.country_LR{background-position:0px -451px}.country_LY{background-position:0px -462px}.country_SR{background-position:0px -473px}.country_BS{background-position:0px -484px}.country_ZA{background-position:0px -495px}.country_MP{background-position:0px -506px}.country_NG{background-position:0px -517px}.country_BO{background-position:0px -528px}.country_AU{background-position:0px -539px}.country_SE{background-position:0px -550px}.country_AX{background-position:0px -561px}.country_BB{background-position:0px -572px}.country_CR{background-position:0px -583px}.country_GM{background-position:0px -594px}.country_MD{background-position:0px -605px}.country_GU{background-position:0px -616px}.country_MO{background-position:0px -627px}.country_TH{background-position:0px -638px}.country_GE{background-position:0px -649px}.country_MC{background-position:0px -660px}.country_EE{background-position:0px -671px}.country_LA{background-position:0px -682px}.country_FK{background-position:0px -693px}.country_MX{background-position:0px -704px}.country_BN{background-position:0px -715px}.country_BH{background-position:0px -726px}.country_CO{background-position:0px -737px}.country_KZ{background-position:0px -748px}.country_SJ{background-position:0px -759px}.country_RESERVED{background-position:0px -770px}.country_TO{background-position:0px -781px}.country_PG{background-position:0px -792px}.country_BG{background-position:0px -803px}.country_BJ{background-position:0px -814px}.country_BI{background-position:0px -825px}.country_OM{background-position:0px -836px}.country_CU{background-position:0px -847px}.country_SV{background-position:0px -858px}.country_BE{background-position:0px -869px}.country_NZ{background-position:0px -880px}.country_SN{background-position:0px -891px}.country_GQ{background-position:0px -902px}.country_PT{background-position:0px -913px}.country_JM{background-position:0px -924px}.country_EC{background-position:0px -935px}.country_PW{background-position:0px -946px}.country_BF{background-position:0px -957px}.country_GA{background-position:0px -968px}.country_ST{background-position:0px -979px}.country_GT{background-position:0px -990px}.country_CF{background-position:0px -1001px}.country_TK{background-position:0px -1012px}.country_ML{background-position:0px -1023px}.country_CV{background-position:0px -1034px}.country_PY{background-position:0px -1045px}.country_CG{background-position:0px -1056px}.country_WF{background-position:0px -1067px}.country_HN{background-position:0px -1078px}.country_KR{background-position:0px -1089px}.country_IT{background-position:0px -1100px}.country_PN{background-position:0px -1111px}.country_SI{background-position:0px -1122px}.country_ER{background-position:0px -1133px}.country_AN{background-position:0px -1144px}.country_MG{background-position:0px -1155px}.country_SZ{background-position:0px -1166px}.country_SB{background-position:0px -1177px}.country_TC{background-position:0px -1188px}.country_TN{background-position:0px -1199px}.country_MR{background-position:0px -1210px}.country_KG{background-position:0px -1221px}.country_MN{background-position:0px -1232px}.country_PK{background-position:0px -1243px}.country_MT{background-position:0px -1254px}.country_KW{background-position:0px -1265px}.country_SY{background-position:0px -1276px}.country_TR{background-position:0px -1287px}.country_NR{background-position:0px -1298px}.country_GY{background-position:0px -1309px}.country_VA{background-position:0px -1320px}.country_NC{background-position:0px -1331px}.country_HT{background-position:0px -1342px}.country_CI{background-position:0px -1353px}.country_MU{background-position:0px -1364px}.country_PM{background-position:0px -1375px}.country_NF{background-position:0px -1386px}.country_BM{background-position:0px -1397px}.country_MK{background-position:0px -1408px}.country_LI{background-position:0px -1419px}.country_KE{background-position:0px -1430px}.country_AI{background-position:0px -1441px}.country_SM{background-position:0px -1452px}.country_DK{background-position:0px -1463px}.country_SC{background-position:0px -1474px}.country_UG{background-position:0px -1485px}.country_SO{background-position:0px -1496px}.country_CX{background-position:0px -1507px}.country_IL{background-position:0px -1518px}.country_ZM{background-position:0px -1529px}.country_LC{background-position:0px -1540px}.country_MZ{background-position:0px -1551px}.country_UM{background-position:0px -1562px}.country_FM{background-position:0px -1573px}.country_IE{background-position:0px -1584px}.country_RO{background-position:0px -1595px}.country_VI{background-position:0px -1606px}.country_MV{background-position:0px -1617px}.country_TF{background-position:0px -1628px}.country_AG{background-position:0px -1639px}.country_FI{background-position:0px -1650px}.country_CA{background-position:0px -1661px}.country_MQ{background-position:0px -1672px}.country_VC{background-position:0px -1683px}.country_GW{background-position:0px -1694px}.country_BA{background-position:0px -1705px}.country_MM{background-position:0px -1716px}.country_SK{background-position:0px -1727px}.country_PR{background-position:0px -1738px}.country_CD{background-position:0px -1749px}.country_SD{background-position:0px -1760px}.country_AM{background-position:0px -1771px}.country_VG{background-position:0px -1782px}.country_US{background-position:0px -1793px}.country_UA{background-position:0px -1804px}.country_RW{background-position:0px -1815px}.country_AO{background-position:0px -1826px}.country_CK{background-position:0px -1837px}.country_KH{background-position:0px -1848px}.country_AT{background-position:0px -1859px}.country_YE{background-position:0px -1870px}.country_CM{background-position:0px -1881px}.country_DM{background-position:0px -1892px}.country_SA{background-position:0px -1903px}.country_DE{background-position:0px -1914px}.country_WS{background-position:0px -1925px}.country_FR{background-position:0px -1936px}.country_RS{background-position:0px -1947px}.country_GH{background-position:0px -1958px}.country_BZ{background-position:0px -1969px}.country_IO{background-position:0px -1980px}.country_LS{background-position:0px -1991px}.country_GD{background-position:0px -2002px}.country_LK{background-position:0px -2013px}.country_BD{background-position:0px -2024px}.country_CH{background-position:0px -2035px}.country_HR{background-position:0px -2046px}.country_TD{background-position:0px -2057px}.country_PH{background-position:0px -2068px}.country_UZ{background-position:0px -2079px}.country_TG{background-position:0px -2090px}.country_SG{background-position:0px -2101px}.country_AL{background-position:0px -2112px}.country_CL{background-position:0px -2123px}.country_JO{background-position:0px -2134px}.country_HM{background-position:0px -2145px}.country_VE{background-position:0px -2156px}.country_GI{background-position:0px -2167px}.country_ET{background-position:0px -2178px}.country_TW{background-position:0px -2189px}.country_GB{background-position:0px -2200px}.country_NI{background-position:0px -2211px}.country_LB{background-position:0px -2222px}.country_GF{background-position:0px -2233px}.country_SL{background-position:0px -2244px}.country_BT{background-position:0px -2255px}.country_AF{background-position:0px -2266px}.country_MA{background-position:0px -2277px}.country_PL{background-position:0px -2288px}.country_KN{background-position:0px -2299px}.country_CY{background-position:0px -2310px}.country_AS{background-position:0px -2321px}.country_IR{background-position:0px -2332px}.country_UY{background-position:0px -2343px}.country_SH{background-position:0px -2354px}.country_TM{background-position:0px -2365px}.country_VU{background-position:0px -2376px}.country_FO{background-position:0px -2387px}.country_HK{background-position:0px -2398px}.country_AW{background-position:0px -2409px}.country_BW{background-position:0px -2420px}.country_KM{background-position:0px -2431px}.country_GP{background-position:0px -2442px}.country_HU{background-position:0px -2453px}.country_NL{background-position:0px -2464px}.country_IS{background-position:0px -2475px}.country_EH{background-position:0px -2486px}.country_IQ{background-position:0px -2497px}.country_VN{background-position:0px -2508px}.country_TT{background-position:0px -2519px}.country_ZW{background-position:0px -2530px}.country_DO{background-position:0px -2541px}.country_CS{background-position:0px -2552px}.country_KY{background-position:0px -2563px}.country_IN{background-position:0px -2574px}.country_GS{background-position:0px -2585px}.country_BV{background-position:0px -2596px}.country_CC{background-position:0px -2607px}.country_AD{background-position:0px -2618px}.country_DZ{background-position:0px -2629px}.country_NA{background-position:0px -2640px}.country_TZ{background-position:0px -2651px}.utm-antivirus-icon{color:#ff4d00!important}.utm-webfilter-icon{color:#189fba!important}.utm-videofilter-icon{color:#2b6e82!important}.utm-dns-icon{color:#33b894!important}.utm-waf-icon{color:#0041c2!important}.utm-emailfilter-icon{color:#333!important}.utm-filefilter-icon{color:#9f17ba!important}.utm-app-icon{color:#009848!important}.utm-dlp-icon{color:#9f17ba!important}.utm-ips-icon{color:#aeb948!important}.utm-icap-icon{color:#8bb2f8!important}.utm-voip-icon{color:#3678b0!important}.utm-prot-icon{color:#90bd90!important}.utm-profile-group-icon{color:#06c!important}span.ftnt-switch-controller-dynamic-port-policy,span.ftnt-switch-controller-security-policy-802-1X,span.ftnt-switch-controller-vlan-policy,span.ftnt-switch-controller-lldp-profile,span.ftnt-switch-controller-qos-qos-policy,span.ftnt-switch-controller-nac-policy{color:#fff;text-indent:0;font-size:10px;font-weight:700;vertical-align:2px}span.ftnt-switch-controller-dynamic-port-policy+span,span.ftnt-switch-controller-security-policy-802-1X+span,span.ftnt-switch-controller-vlan-policy+span,span.ftnt-switch-controller-lldp-profile+span,span.ftnt-switch-controller-qos-qos-policy+span,span.ftnt-switch-controller-nac-policy+span{margin-left:.3em}span.ftnt-switch-controller-dynamic-port-policy:before,span.ftnt-switch-controller-security-policy-802-1X:before,span.ftnt-switch-controller-vlan-policy:before,span.ftnt-switch-controller-lldp-profile:before,span.ftnt-switch-controller-qos-qos-policy:before,span.ftnt-switch-controller-nac-policy:before{display:inline-flex;align-items:center;justify-content:center;margin-right:.3em;padding:.3em;min-width:75px;max-height:12px!important}span.ftnt-switch-controller-nac-policy:before{content:"NAC";background-color:#b4954b}span.ftnt-ztna-tag-zero_trust-ip,span.ftnt-ztna-tag-zero_trust-mac,span.ftnt-ztna-tag-classification-ip,span.ftnt-ztna-tag-classification-mac,span.ftnt-ztna-tag-outbreak_alert-ip-compromised,span.ftnt-ztna-tag-outbreak_alert-mac-compromised,span.ftnt-ztna-tag-outbreak_alert-ip-suspicious,span.ftnt-ztna-tag-outbreak_alert-mac-suspicious,span.ftnt-ztna-tag-merged-ip,span.ftnt-ztna-tag-merged-mac,span.ftnt-ztna-tag-fabric-ip,span.ftnt-ztna-tag-fabric-mac,span.ftnt-ztna-tag-ip,span.ftnt-ztna-tag-mac,span.ftnt-ztna-tag-group{color:#fff;text-indent:0;font-size:10px;font-weight:700;vertical-align:2px}span.ftnt-ztna-tag-zero_trust-ip+span,span.ftnt-ztna-tag-zero_trust-mac+span,span.ftnt-ztna-tag-classification-ip+span,span.ftnt-ztna-tag-classification-mac+span,span.ftnt-ztna-tag-outbreak_alert-ip-compromised+span,span.ftnt-ztna-tag-outbreak_alert-mac-compromised+span,span.ftnt-ztna-tag-outbreak_alert-ip-suspicious+span,span.ftnt-ztna-tag-outbreak_alert-mac-suspicious+span,span.ftnt-ztna-tag-merged-ip+span,span.ftnt-ztna-tag-merged-mac+span,span.ftnt-ztna-tag-fabric-ip+span,span.ftnt-ztna-tag-fabric-mac+span,span.ftnt-ztna-tag-ip+span,span.ftnt-ztna-tag-mac+span,span.ftnt-ztna-tag-group+span{margin-left:.3em}span.ftnt-ztna-tag-zero_trust-ip:before,span.ftnt-ztna-tag-zero_trust-mac:before,span.ftnt-ztna-tag-classification-ip:before,span.ftnt-ztna-tag-classification-mac:before,span.ftnt-ztna-tag-outbreak_alert-ip-compromised:before,span.ftnt-ztna-tag-outbreak_alert-mac-compromised:before,span.ftnt-ztna-tag-outbreak_alert-ip-suspicious:before,span.ftnt-ztna-tag-outbreak_alert-mac-suspicious:before,span.ftnt-ztna-tag-merged-ip:before,span.ftnt-ztna-tag-merged-mac:before,span.ftnt-ztna-tag-fabric-ip:before,span.ftnt-ztna-tag-fabric-mac:before,span.ftnt-ztna-tag-ip:before,span.ftnt-ztna-tag-mac:before,span.ftnt-ztna-tag-group:before{display:inline-flex;align-items:center;justify-content:center;margin-right:.3em;padding:.3em;min-width:75px;max-height:12px!important}span.ftnt-ztna-tag-zero_trust-ip:before{content:"ZTNA IP";background-color:rgb(var(--nu-theme-color-informative-severity-low-base))}span.ftnt-ztna-tag-zero_trust-mac:before{content:"ZTNA MAC";background-color:rgb(var(--nu-theme-color-informative-severity-low-base))}span.ftnt-ztna-tag-classification-ip:before{content:"CLASS IP";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-classification-mac:before{content:"CLASS MAC";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-fabric-ip:before{content:"FABRIC IP";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-fabric-mac:before{content:"FABRIC MAC";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-merged-ip:before{content:"MERGED IP";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-merged-mac:before{content:"MERGED MAC";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-outbreak_alert-ip-compromised:before{content:"COMP IP";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}span.ftnt-ztna-tag-outbreak_alert-mac-compromised:before{content:"COMP MAC";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}span.ftnt-ztna-tag-outbreak_alert-ip-suspicious:before{content:"SUS IP";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}span.ftnt-ztna-tag-outbreak_alert-mac-suspicious:before{content:"SUS MAC";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}span.ftnt-ztna-tag-group:before{content:"TAG GROUP";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-ip:before{content:"LOCAL TAG";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-ztna-tag-mac:before{content:"LOCAL TAG";background-color:rgb(var(--nu-theme-color-background-level5))}span.ftnt-profile-antivirus,span.ftnt-profile-application,span.ftnt-profile-inline-casb,span.ftnt-profile-dlp,span.ftnt-profile-emailfilter,span.ftnt-profile-group,span.ftnt-profile-icap,span.ftnt-profile-ips,span.ftnt-profile-mms,span.ftnt-profile-protocol-options,span.ftnt-profile-ssl-ssh-inspection,span.ftnt-profile-voip,span.ftnt-profile-waf,span.ftnt-profile-webfilter,span.ftnt-profile-videofilter,span.ftnt-profile-dnsfilter,span.ftnt-switch-controller-security-policy-captive-portal,span.ftnt-switch-controller-security-policy-802-1X,span.ftnt-switch-controller-lldp-profile,span.ftnt-switch-controller-qos-qos-policy,span.ftnt-switch-controller-vlan-policy,span.ftnt-switch-controller-vlans,span.ftnt-switch-controller-dynamic-port-policy,span.ftnt-switch-controller-nac-policy,span.ftnt-ips-behavior,span.ftnt-ips-popularity,span.ftnt-ips-protocol,span.ftnt-ips-default-action,span.ftnt-ips-default-status,span.ftnt-ips-vuln-type,span.ftnt-ips-risk,span.ftnt-ips-technology,span.ftnt-ips-vendor,span.ftnt-ips-location,span.ftnt-ips-severity,span.ftnt-ips-os,span.ftnt-ips-application,span.ftnt-profile-filefilter,span.ftnt-ips-cve,span.ftnt-ips-all,span.ftnt-fortiguard-outbreak,span.ftnt-psirt,span.ftnt-ztna-tag-zero_trust-ip,span.ftnt-ztna-tag-zero_trust-mac,span.ftnt-ztna-tag-classification-ip,span.ftnt-ztna-tag-classification-mac,span.ftnt-ztna-tag-outbreak_alert-ip-compromised,span.ftnt-ztna-tag-outbreak_alert-mac-compromised,span.ftnt-ztna-tag-outbreak_alert-ip-suspicious,span.ftnt-ztna-tag-outbreak_alert-mac-suspicious,span.ftnt-ztna-tag-merged-ip,span.ftnt-ztna-tag-merged-mac,span.ftnt-ztna-tag-fabric-ip,span.ftnt-ztna-tag-fabric-mac,span.ftnt-ztna-tag-ip,span.ftnt-ztna-tag-mac,span.ftnt-ztna-tag-group,span.sdwan-selected-route,span.ftnt-profile-virpatch{color:#fff;text-indent:0;font-size:10px;font-weight:700;vertical-align:2px}span.ftnt-profile-antivirus+span,span.ftnt-profile-application+span,span.ftnt-profile-inline-casb+span,span.ftnt-profile-dlp+span,span.ftnt-profile-emailfilter+span,span.ftnt-profile-group+span,span.ftnt-profile-icap+span,span.ftnt-profile-ips+span,span.ftnt-profile-mms+span,span.ftnt-profile-protocol-options+span,span.ftnt-profile-ssl-ssh-inspection+span,span.ftnt-profile-voip+span,span.ftnt-profile-waf+span,span.ftnt-profile-webfilter+span,span.ftnt-profile-videofilter+span,span.ftnt-profile-dnsfilter+span,span.ftnt-switch-controller-security-policy-captive-portal+span,span.ftnt-switch-controller-security-policy-802-1X+span,span.ftnt-switch-controller-lldp-profile+span,span.ftnt-switch-controller-qos-qos-policy+span,span.ftnt-switch-controller-vlan-policy+span,span.ftnt-switch-controller-vlans+span,span.ftnt-switch-controller-dynamic-port-policy+span,span.ftnt-switch-controller-nac-policy+span,span.ftnt-ips-behavior+span,span.ftnt-ips-popularity+span,span.ftnt-ips-protocol+span,span.ftnt-ips-default-action+span,span.ftnt-ips-default-status+span,span.ftnt-ips-vuln-type+span,span.ftnt-ips-risk+span,span.ftnt-ips-technology+span,span.ftnt-ips-vendor+span,span.ftnt-ips-location+span,span.ftnt-ips-severity+span,span.ftnt-ips-os+span,span.ftnt-ips-application+span,span.ftnt-profile-filefilter+span,span.ftnt-ips-cve+span,span.ftnt-ips-all+span,span.ftnt-fortiguard-outbreak+span,span.ftnt-psirt+span,span.ftnt-ztna-tag-zero_trust-ip+span,span.ftnt-ztna-tag-zero_trust-mac+span,span.ftnt-ztna-tag-classification-ip+span,span.ftnt-ztna-tag-classification-mac+span,span.ftnt-ztna-tag-outbreak_alert-ip-compromised+span,span.ftnt-ztna-tag-outbreak_alert-mac-compromised+span,span.ftnt-ztna-tag-outbreak_alert-ip-suspicious+span,span.ftnt-ztna-tag-outbreak_alert-mac-suspicious+span,span.ftnt-ztna-tag-merged-ip+span,span.ftnt-ztna-tag-merged-mac+span,span.ftnt-ztna-tag-fabric-ip+span,span.ftnt-ztna-tag-fabric-mac+span,span.ftnt-ztna-tag-ip+span,span.ftnt-ztna-tag-mac+span,span.ftnt-ztna-tag-group+span,span.sdwan-selected-route+span,span.ftnt-profile-virpatch+span{margin-left:.3em}span.ftnt-profile-antivirus:before,span.ftnt-profile-application:before,span.ftnt-profile-inline-casb:before,span.ftnt-profile-dlp:before,span.ftnt-profile-emailfilter:before,span.ftnt-profile-group:before,span.ftnt-profile-icap:before,span.ftnt-profile-ips:before,span.ftnt-profile-mms:before,span.ftnt-profile-protocol-options:before,span.ftnt-profile-ssl-ssh-inspection:before,span.ftnt-profile-voip:before,span.ftnt-profile-waf:before,span.ftnt-profile-webfilter:before,span.ftnt-profile-videofilter:before,span.ftnt-profile-dnsfilter:before,span.ftnt-switch-controller-security-policy-captive-portal:before,span.ftnt-switch-controller-security-policy-802-1X:before,span.ftnt-switch-controller-lldp-profile:before,span.ftnt-switch-controller-qos-qos-policy:before,span.ftnt-switch-controller-vlan-policy:before,span.ftnt-switch-controller-vlans:before,span.ftnt-switch-controller-dynamic-port-policy:before,span.ftnt-switch-controller-nac-policy:before,span.ftnt-ips-behavior:before,span.ftnt-ips-popularity:before,span.ftnt-ips-protocol:before,span.ftnt-ips-default-action:before,span.ftnt-ips-default-status:before,span.ftnt-ips-vuln-type:before,span.ftnt-ips-risk:before,span.ftnt-ips-technology:before,span.ftnt-ips-vendor:before,span.ftnt-ips-location:before,span.ftnt-ips-severity:before,span.ftnt-ips-os:before,span.ftnt-ips-application:before,span.ftnt-profile-filefilter:before,span.ftnt-ips-cve:before,span.ftnt-ips-all:before,span.ftnt-fortiguard-outbreak:before,span.ftnt-psirt:before,span.ftnt-ztna-tag-zero_trust-ip:before,span.ftnt-ztna-tag-zero_trust-mac:before,span.ftnt-ztna-tag-classification-ip:before,span.ftnt-ztna-tag-classification-mac:before,span.ftnt-ztna-tag-outbreak_alert-ip-compromised:before,span.ftnt-ztna-tag-outbreak_alert-mac-compromised:before,span.ftnt-ztna-tag-outbreak_alert-ip-suspicious:before,span.ftnt-ztna-tag-outbreak_alert-mac-suspicious:before,span.ftnt-ztna-tag-merged-ip:before,span.ftnt-ztna-tag-merged-mac:before,span.ftnt-ztna-tag-fabric-ip:before,span.ftnt-ztna-tag-fabric-mac:before,span.ftnt-ztna-tag-ip:before,span.ftnt-ztna-tag-mac:before,span.ftnt-ztna-tag-group:before,span.sdwan-selected-route:before,span.ftnt-profile-virpatch:before{display:inline-flex;align-items:center;justify-content:center;min-width:45px;padding:.3em;line-height:initial}span.ftnt-profile-antivirus:before{content:"AV";background-color:#ff4d00}span.ftnt-profile-webfilter:before{content:"WEB";background-color:#189fba}span.ftnt-profile-videofilter:before{content:"VF";background-color:#2b6e82}span.ftnt-profile-dnsfilter:before{content:"DNS";background-color:#33b894}span.ftnt-profile-waf:before{content:"WAF";background-color:#0041c2}span.ftnt-profile-emailfilter:before{content:"EMAIL";background-color:#333}span.ftnt-profile-filefilter:before{content:"FILE";background-color:#9f17ba}span.ftnt-profile-application:before{content:"APP";background-color:#009848}span.ftnt-profile-inline-casb:before{content:"CASB";background-color:#3cb17e}span.ftnt-profile-dlp:before{content:"DLP";background-color:#9f17ba}span.ftnt-profile-virpatch:before{content:"VPATCH";background-color:#e78eb9}span.ftnt-profile-ips:before{content:"IPS";background-color:#aeb948}span.ftnt-profile-icap:before{content:"ICAP";background-color:#8bb2f8}span.ftnt-profile-voip:before{content:"VOIP";background-color:#3678b0}span.ftnt-profile-protocol-options:before{content:"PROT";background-color:#90bd90}span.ftnt-profile-ssl-ssh-inspection:before{content:"SSL";background-color:#be9e6f}span.ftnt-profile-group:before{content:"GRP";background-color:#06c}span.ftnt-profile-mms:before{content:"MMS";background-color:#47a3ff}span.ftnt-fortiguard-outbreak:before{content:"Outbreak";background-color:rgb(var(--nu-theme-color-icon-blue))}span.ftnt-psirt:before{content:"PSIRT";background-color:rgb(var(--nu-theme-color-icon-orange))}span.ftnt-switch-controller-security-policy-captive-portal:before{content:"CAP";background-color:#383fba}span.ftnt-switch-controller-security-policy-802-1X:before{content:"802.1X";background-color:#be9e6f}span.ftnt-switch-controller-lldp-profile:before{content:"LLDP";background-color:#ff4d00}span.ftnt-switch-controller-qos-qos-policy:before{content:"QoS";background-color:#189fba}span.ftnt-switch-controller-vlan-policy:before{content:"VLAN Policy";background-color:#33b894}span.ftnt-switch-controller-vlans:before{content:"VLAN";background-color:#06c}span.ftnt-switch-controller-dynamic-port-policy:before{content:"DPP";background-color:#c91e4d}span.ftnt-ips-popularity:before{content:"POP"}span.ftnt-ips-behavior:before{content:"BHVR"}span.ftnt-ips-protocol:before{content:"PROT"}span.ftnt-ips-risk:before{content:"RISK"}span.ftnt-ips-technology:before{content:"TECH"}span.ftnt-ips-vendor:before{content:"VEND"}span.ftnt-ips-location:before{content:"TGT"}span.ftnt-ips-severity:before{content:"SEV"}span.ftnt-ips-os:before{content:"OS"}span.ftnt-ips-application:before{content:"APP"}span.ftnt-ips-default-action:before{content:"ACT"}span.ftnt-ips-default-status:before{content:"STAT"}span.ftnt-ips-vuln-type:before{content:"VULN"}span.ftnt-ips-cve:before{content:"CVE"}span.ftnt-ips-all:before{content:"ALL"}span.ftnt-ips-behavior:before,span.ftnt-ips-popularity:before,span.ftnt-ips-protocol:before,span.ftnt-ips-risk:before,span.ftnt-ips-technology:before,span.ftnt-ips-vendor:before,span.ftnt-ips-location:before,span.ftnt-ips-severity:before,span.ftnt-ips-os:before,span.ftnt-ips-application:before,span.ftnt-ips-default-action:before,span.ftnt-ips-default-status:before,span.ftnt-ips-vuln-type:before,span.ftnt-ips-cve:before,span.ftnt-ips-all:before{background-color:#7d7d7d}span.ftnt-ztna-tag-zero_trust-ip:before{content:"IP TAG";background-color:rgb(var(--nu-theme-color-informative-severity-low-base));min-width:50px!important}span.ftnt-ztna-tag-zero_trust-mac:before{content:"MAC TAG";background-color:rgb(var(--nu-theme-color-informative-severity-low-base));min-width:50px!important}span.ftnt-ztna-tag-classification-ip:before{content:"CLASS IP";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-classification-mac:before{content:"CLASS MAC";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-fabric-ip:before{content:"FABRIC IP";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-fabric-mac:before{content:"FABRIC MAC";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-outbreak_alert-ip-compromised:before{content:"COMP IP";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base));min-width:50px!important}span.ftnt-ztna-tag-outbreak_alert-mac-compromised:before{content:"COMP MAC";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base));min-width:50px!important}span.ftnt-ztna-tag-outbreak_alert-ip-suspicious:before{content:"SUS IP";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base));min-width:50px!important}span.ftnt-ztna-tag-outbreak_alert-mac-suspicious:before{content:"SUS MAC";background-color:rgb(var(--nu-theme-color-informative-severity-critical-base));min-width:50px!important}span.ftnt-ztna-tag-merged-ip:before{content:"MERGED IP";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-merged-mac:before{content:"MERGED MAC";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-group:before{content:"GROUP";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-ip:before{content:"LOCAL";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.ftnt-ztna-tag-mac:before{content:"LOCAL";background-color:rgb(var(--nu-theme-color-background-level5));min-width:50px!important}span.sdwan-selected-route:before{content:"Selected route";background-color:rgb(var(--nu-theme-color-icon-green))}.avatar-wrapper{display:inline-block;max-width:18px;min-width:18px;vertical-align:-.3em;margin-right:.3em;overflow:hidden}.avatar-wrapper .avatar{max-width:100%;min-width:18px;height:auto;max-height:72px}.avatar-auth-user{color:#90b9ff}.avatar-unauth-user{color:#ecb091}.fos-severity-label{text-align:center;font-size:90%;padding:.2em .4em;max-width:-moz-fit-content;max-width:fit-content}.fos-severity-label.wide{min-width:70px}.fos-severity-label.small{font-size:80%}.fos-severity-label.severity-none{color:rgb(var(--nu-theme-on-color-informative-success));background-color:rgb(var(--nu-theme-color-informative-success-base))}.fos-severity-label.severity-none nu-icon{color:rgb(var(--nu-theme-on-color-informative-success))!important}.fos-severity-label.severity-none.clickable:hover{background-color:rgb(var(--nu-theme-color-informative-success-hover))}.fos-severity-label.severity-low{color:rgb(var(--nu-theme-on-color-informative-severity-low));background-color:rgb(var(--nu-theme-color-informative-severity-low-base))}.fos-severity-label.severity-low nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-low))!important}.fos-severity-label.severity-low.clickable:hover{background-color:rgb(var(--nu-theme-color-informative-severity-low-hover))}.fos-severity-label.severity-medium{color:rgb(var(--nu-theme-on-color-informative-severity-medium));background-color:rgb(var(--nu-theme-color-informative-severity-medium-base))}.fos-severity-label.severity-medium nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-medium))!important}.fos-severity-label.severity-medium.clickable:hover{background-color:rgb(var(--nu-theme-color-informative-severity-medium-hover))}.fos-severity-label.severity-high{color:rgb(var(--nu-theme-on-color-informative-severity-high));background-color:rgb(var(--nu-theme-color-informative-severity-high-base))}.fos-severity-label.severity-high nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-high))!important}.fos-severity-label.severity-high.clickable:hover{background-color:rgb(var(--nu-theme-color-informative-severity-high-hover))}.fos-severity-label.severity-critical{color:rgb(var(--nu-theme-on-color-informative-severity-critical));background-color:rgb(var(--nu-theme-color-informative-severity-critical-base))}.fos-severity-label.severity-critical nu-icon{color:rgb(var(--nu-theme-on-color-informative-severity-critical))!important}.fos-severity-label.severity-critical.clickable:hover{background-color:rgb(var(--nu-theme-color-informative-severity-critical-hover))}.ftnt-color-1{color:rgb(var(--nu-theme-on-color-background))!important}.ftnt-desc-color-1{background-color:rgb(var(--nu-theme-on-color-background))}nu-icon.fos-icon-override-color.ftnt-color-1{color:rgb(var(--nu-theme-on-color-background))!important}.ftnt-color-2{color:#236093!important}.ftnt-desc-color-2{background-color:#236093}nu-icon.fos-icon-override-color.ftnt-color-2{color:#236093!important}.ftnt-color-3{color:#239330!important}.ftnt-desc-color-3{background-color:#239330}nu-icon.fos-icon-override-color.ftnt-color-3{color:#239330!important}.ftnt-color-4{color:#932323!important}.ftnt-desc-color-4{background-color:#932323}nu-icon.fos-icon-override-color.ftnt-color-4{color:#932323!important}.ftnt-color-5{color:#ff8b8b!important}.ftnt-desc-color-5{background-color:#ff8b8b}nu-icon.fos-icon-override-color.ftnt-color-5{color:#ff8b8b!important}.ftnt-color-6{color:red!important}.ftnt-desc-color-6{background-color:red}nu-icon.fos-icon-override-color.ftnt-color-6{color:red!important}.ftnt-color-7{color:#c00!important}.ftnt-desc-color-7{background-color:#c00}nu-icon.fos-icon-override-color.ftnt-color-7{color:#c00!important}.ftnt-color-8{color:#cc5f00!important}.ftnt-desc-color-8{background-color:#cc5f00}nu-icon.fos-icon-override-color.ftnt-color-8{color:#cc5f00!important}.ftnt-color-9{color:#ff8000!important}.ftnt-desc-color-9{background-color:#ff8000}nu-icon.fos-icon-override-color.ftnt-color-9{color:#ff8000!important}.ftnt-color-10{color:#ffcf32!important}.ftnt-desc-color-10{background-color:#ffcf32}nu-icon.fos-icon-override-color.ftnt-color-10{color:#ffcf32!important}.ftnt-color-11{color:#ccae00!important}.ftnt-desc-color-11{background-color:#ccae00}nu-icon.fos-icon-override-color.ftnt-color-11{color:#ccae00!important}.ftnt-color-12{color:#ab822f!important}.ftnt-desc-color-12{background-color:#ab822f}nu-icon.fos-icon-override-color.ftnt-color-12{color:#ab822f!important}.ftnt-color-13{color:#6c0!important}.ftnt-desc-color-13{background-color:#6c0}nu-icon.fos-icon-override-color.ftnt-color-13{color:#6c0!important}.ftnt-color-14{color:#74ad74!important}.ftnt-desc-color-14{background-color:#74ad74}nu-icon.fos-icon-override-color.ftnt-color-14{color:#74ad74!important}.ftnt-color-15{color:#093!important}.ftnt-desc-color-15{background-color:#093}nu-icon.fos-icon-override-color.ftnt-color-15{color:#093!important}.ftnt-color-16{color:#060!important}.ftnt-desc-color-16{background-color:#060}nu-icon.fos-icon-override-color.ftnt-color-16{color:#060!important}.ftnt-color-17{color:#0097cc!important}.ftnt-desc-color-17{background-color:#0097cc}nu-icon.fos-icon-override-color.ftnt-color-17{color:#0097cc!important}.ftnt-color-18{color:#0af!important}.ftnt-desc-color-18{background-color:#0af}nu-icon.fos-icon-override-color.ftnt-color-18{color:#0af!important}.ftnt-color-19{color:#0041cc!important}.ftnt-desc-color-19{background-color:#0041cc}nu-icon.fos-icon-override-color.ftnt-color-19{color:#0041cc!important}.ftnt-color-20{color:#4200cc!important}.ftnt-desc-color-20{background-color:#4200cc}nu-icon.fos-icon-override-color.ftnt-color-20{color:#4200cc!important}.ftnt-color-21{color:#8200cc!important}.ftnt-desc-color-21{background-color:#8200cc}nu-icon.fos-icon-override-color.ftnt-color-21{color:#8200cc!important}.ftnt-color-22{color:#c500cc!important}.ftnt-desc-color-22{background-color:#c500cc}nu-icon.fos-icon-override-color.ftnt-color-22{color:#c500cc!important}.ftnt-color-23{color:#f0f!important}.ftnt-desc-color-23{background-color:#f0f}nu-icon.fos-icon-override-color.ftnt-color-23{color:#f0f!important}.ftnt-color-24{color:#cc0071!important}.ftnt-desc-color-24{background-color:#cc0071}nu-icon.fos-icon-override-color.ftnt-color-24{color:#cc0071!important}.ftnt-color-25{color:#600!important}.ftnt-desc-color-25{background-color:#600}nu-icon.fos-icon-override-color.ftnt-color-25{color:#600!important}.ftnt-color-26{color:#999!important}.ftnt-desc-color-26{background-color:#999}nu-icon.fos-icon-override-color.ftnt-color-26{color:#999!important}.ftnt-color-27{color:#666!important}.ftnt-desc-color-27{background-color:#666}nu-icon.fos-icon-override-color.ftnt-color-27{color:#666!important}.ftnt-color-28{color:#ffb162!important}.ftnt-desc-color-28{background-color:#ffb162}nu-icon.fos-icon-override-color.ftnt-color-28{color:#ffb162!important}.ftnt-color-29{color:#ab9770!important}.ftnt-desc-color-29{background-color:#ab9770}nu-icon.fos-icon-override-color.ftnt-color-29{color:#ab9770!important}.ftnt-color-30{color:#7a94cc!important}.ftnt-desc-color-30{background-color:#7a94cc}nu-icon.fos-icon-override-color.ftnt-color-30{color:#7a94cc!important}.ftnt-color-31{color:#c982cc!important}.ftnt-desc-color-31{background-color:#c982cc}nu-icon.fos-icon-override-color.ftnt-color-31{color:#c982cc!important}.ftnt-color-32{color:#484b3a!important}.ftnt-desc-color-32{background-color:#484b3a}nu-icon.fos-icon-override-color.ftnt-color-32{color:#484b3a!important}.ftnt-tag{display:inline-block;margin:1px 2px;padding:1px 2px;color:#000;border-width:1px;border-style:solid}.ftnt-tag-list{display:block;white-space:normal;overflow:hidden;margin-top:4px}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:local("\263a\fe0e"),url(inter-light.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("\263a\fe0e"),url(inter-regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local("\263a\fe0e"),url(inter-bold.woff2) format("woff2")}@font-face{font-family:Lato;font-style:normal;font-weight:300;src:local("\263a\fe0e"),url(lato-light.woff2) format("woff2")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local("\263a\fe0e"),url(lato-regular.woff2) format("woff2")}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local("\263a\fe0e"),url(lato-bold.woff2) format("woff2")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;src:local("\263a\fe0e"),url(roboto-mono-light.woff2) format("woff2")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:local("\263a\fe0e"),url(roboto-mono-regular.woff2) format("woff2")}body{margin:0}.separator-line{border-bottom:1px solid rgb(var(--nu-theme-color-border-level2));margin:.5em .2em}.nu-pop-up-menu-content a.fos-disable-link{pointer-events:none}.fos-allow-pointer-events{pointer-events:all}
