:root{--primary-color:#008237;--primary-color-alt:#3e9f67;--secondary-color:#e2d955;--background-color:#fff;--gray-color:#d7d7d7;--red-color:#b41e1e;--animate-speed:200ms;--table-row-background-color:#fff;--table-row-text-color:#4c4c4c;--table-row-disabled-background-color:#c5e0c7;--table-row-scratched-background-color:#e0c5c5;--header-color:var(--primary-color);--text-color:gray;--text-color-alt:#000;font-family:sans-serif;font-size:calc(12px + 1.5vw)}@media screen and (min-width:1200px){:root{font-size:calc(12px + .7vw)}}.animate-on-transform{transition:all .2s ease-in-out;transition:all var(--animate-speed) ease-in-out;will-change:transform,opacity}body,html{height:100%}body{align-items:center;background-color:#fff;background-color:var(--background-color);color:#fff;display:flex;flex-direction:column;margin:0;overflow:scroll;overscroll-behavior-y:none}.body-content{-webkit-overflow-scrolling:touch;flex:1;overflow:scroll;position:relative;width:100%}.page-content{background:#fff;background:var(--background-color);display:flex;flex-direction:column;height:100%}ddl-header{top:0}ddl-footer,ddl-header{height:2.5rem;position:sticky;z-index:3}ddl-footer{bottom:0}@supports not (position:sticky){ddl-footer,ddl-header{position:fixed}.body-content{margin-bottom:2.5rem;margin-top:2.5rem}.hidden+.body-content{margin-top:0}.hidden~.body-content:not(*+.hidden){margin-bottom:0}}ddl-footer,ddl-header,ddl-table-view{width:100%}ddl-login-view{background:#008237;background:var(--primary-color)}ddl-button,ddl-login-view{height:100%;width:100%}.hidden{display:none}.exit-out{transform:translateX(-25vw)}.off-screen{transform:translateX(100vw)}.will-transition{box-shadow:0 0 1rem #9797977d;position:absolute;top:0;width:100%}