*{box-sizing:border-box;-webkit-user-select:none;user-select:none}*::-webkit-scrollbar{background-color:transparent;width:12px;height:12px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{background-color:var(--colorNeutralStroke1);border-radius:6px;border:2px solid var(--appBackground)}*::-webkit-scrollbar-thumb:hover{background-color:var(--colorNeutralStroke2)}*::-webkit-scrollbar-thumb:active{background-color:var(--colorNeutralStroke1Hover)}.customWindowTitlebar{-webkit-user-select:none;user-select:none;-webkit-app-region:drag}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;--strokeWidthThicker: 3px;height:100vh;width:100vw;overflow:hidden}.hidden{display:none!important}#root{height:100%;width:100%}.fui-DialogTitle{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fui-DialogSurface{overflow:hidden!important}.fui-DialogSurface__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fatalError{color:#f83838;display:flex;flex-direction:column;align-items:center}.fatalErrorTitle{font-size:20px;margin-Top:10px;margin-bottom:10px}.fatalErrorMessage{font-size:12px}@keyframes fadeInKeyframes{0%{opacity:0}20%{opacity:.2}40%{opacity:.4}60%{opacity:.6}80%{opacity:.8}to{opacity:1}}@media only screen and (max-width: 480px){.fui-DialogActions{justify-self:end!important;grid-row:3 / 3!important;flex-direction:row!important}}@media only screen and (max-width: 600px){.fui-DialogSurface{padding:5px!important;max-height:calc(100VH - 15px)!important;max-width:calc(100VW - 15px)!important}.fui-DialogSurface .fui-DialogBody{max-height:calc(100VH - 25px)!important}}@media only screen and (min-width: 601px){.fui-DialogSurface{max-height:calc(100VH - 30px)!important}.fui-DialogSurface .fui-DialogBody{max-height:calc(100VH - 78px)!important}}
