.app-bar{color:var(--app-bar-color);margin-bottom:var(--lumo-space-s);flex-grow:1;margin-right:var(--lumo-space-s)}.app-bar__container{padding-left:var(--lumo-space-s);transition:padding var(--transition-duration-m)}.app-bar__navi-icon,.app-bar__context-icon{margin-bottom:calc((var(--app-bar-height) - var(--lumo-icon-size-s)) / 2);margin-top:calc((var(--app-bar-height) - var(--lumo-icon-size-s)) / 2)}.app-bar__title{color:var(--app-bar-color);flex-grow:1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.5rem}.app-bar__title:not(:empty){margin-bottom:calc((var(--app-bar-height) - (var(--lumo-font-size-l) * var(--lumo-line-height-xs))) / 2);margin-top:calc((var(--app-bar-height) - (var(--lumo-font-size-l) * var(--lumo-line-height-xs))) / 2)}.app-bar__action-items>*:not(:last-child){margin-right:var(--lumo-space-s)}.app-bar vaadin-text-field{padding-bottom:0;padding-top:0}.app-bar__avatar{border-radius:100%;flex-shrink:0;height:var(--lumo-size-s);padding-right:var(--lumo-space-s);margin-left:auto}@media only screen and (max-width:900px){.app-bar__title{font-size:1.25rem}}@media only screen and (max-width:600px){.app-bar__title{font-size:1rem}}.details-drawer{background:var(--lumo-base-color);flex-direction:column;flex:1;max-height:100%;max-width:100%;overflow:hidden;z-index:0}.details-drawer[open]{box-shadow:var(--lumo-box-shadow-m)}.details-drawer__header{flex-shrink:0;padding:var(--lumo-space-s)}.details-drawer__header vaadin-tabs{box-shadow:none}.details-drawer__content{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;margin-right:var(--lumo-space-s)}.details-drawer__footer{flex-shrink:0}@media(max-width:599px){.details-drawer{left:0;margin:0;min-width:100%;position:fixed;top:0;z-index:3}.details-drawer:not([open])[position=right]{transform:translate(100%)}.details-drawer:not([open])[position=bottom]{transform:translateY(100%)}}@media(min-width:600px){.details-drawer[position=bottom]{height:400px}.details-drawer:not([open])[position=bottom]{margin-bottom:-400px}.details-drawer[position=right]{width:var(--details-drawer-width)}.details-drawer:not([open])[position=right]{margin-right:calc(var(--details-drawer-width) * -1)}}@media(max-width:600px){:host([theme~="mobile"]) #header{display:none}:host([theme~="mobile"]:not([theme~="no-border"])){border:none}}.navi-drawer{flex:1;box-sizing:border-box;display:flex;flex-direction:column;padding:var(--lumo-space-s)}.navi-drawer[open]+*{pointer-events:none}.navi-drawer__content{box-shadow:var(--lumo-box-shadow-s);box-sizing:border-box;display:flex;flex-direction:column;margin:var(--lumo-space-s)}.view-frame{display:flex;flex-direction:column;flex-grow:1;padding:var(--lumo-space-s);box-sizing:border-box;font-size:var(--lumo-font-size-m);height:100%}.view-frame__header{font-size:1.5rem;display:flex;align-self:center}.view-frame__content{flex-direction:column;flex:1;overflow-y:auto;position:relative;box-sizing:border-box;margin-top:var(--lumo-space-s);margin-bottom:var(--lumo-space-s)}.view-frame__footer{display:flex;flex-direction:row;z-index:2;position:relative}@media only screen and (max-width:900px){.view-frame{font-size:1.125rem}.view-frame__header{font-size:1.25rem}.view-frame__footer{position:fixed;bottom:0}}@media only screen and (max-width:600px){.view-frame{font-size:1rem}.view-frame__header{font-size:1.125rem}.view-frame__footer{position:fixed;bottom:0}}vaadin-drawer-toggle{background-color:var(--lumo-base-color)}vaadin-app-layout::part(navbar){background-color:var(--navbar-bg);width:100%;padding-left:var(--lumo-space-s);margin-bottom:calc((var(--app-bar-height) - var(--lumo-icon-size-m)) / 2);margin-right:var(--lumo-space-l);margin-top:calc((var(--app-bar-height) - var(--lumo-icon-size-m)) / 2)}.error{color:var(--lumo-error-text-color);fill:var(--lumo-error-text-color)}.confirm{color:var(--lumo-success-color);fill:var(--lumo-success-color)}:root{--app-bar-height: var(--lumo-size-l);--app-bar-color: hsl(120, 59%, 30%);--navbar-bg: hsl(0, 100%, 95%);--details-drawer-width: calc(var(--lumo-size-m) * 11);--transition-duration-s: .16s;--transition-duration-m: .24s;--transition-duration-l: .32s;height:100vh;width:100vw}html,body{height:100vh;width:100vw;--lumo-font-family: Georgia, serif}*{box-sizing:border-box}vaadin-button{min-width:44px}.root__view-container{margin:var(--lumo-space-s)}.app-header-outer,.app-footer-outer{z-index:3}vaadin-grid-cell-content{text-overflow:ellipsis}vaadin-text-field{align-self:auto}.form-layout{padding-left:var(--lumo-space-s);padding-right:var(--lumo-space-s);margin-bottom:var(--lumo-space-s)}.login-layout{display:flex;flex-direction:column;align-items:center}.button-layout{flex-direction:row}.content-layout{box-sizing:border-box;height:100%}.content-layout .form-layout:last-child{padding-bottom:40px}.content-margin{margin-left:var(--lumo-space-l);margin-right:var(--lumo-space-l);margin-top:var(--lumo-space-l)}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.text-span{text-overflow:ellipsis}.text-error{color:var(--lumo-error-color);fill:var(--lumo-error-color)}.text-success{color:var(--lumo-success-color);fill:var(--lumo-success-color)}.mobile-template{flex-direction:column;line-height:var(--lumo-line-height-m);overflow:hidden}.date-selection{flex-direction:column;margin-top:var(--lumo-space-s);margin-bottom:var(--lumo-space-s);margin-right:var(--lumo-space-s)}.details-drawer-footer{background-color:var(--lumo-contrast-5pct);padding-left:var(--lumo-space-m);padding-right:var(--lumo-space-m);padding-top:var(--lumo-space-s);width:100%}.details-drawer-header{flex-direction:column;box-shadow:inset 0 -1px var(--lumo-contrast-10pct);width:100%}.margin-horizontal-s{margin-left:var(--lumo-space-s);margin-right:var(--lumo-space-s)}.margin-vertical-l{margin-top:var(--lumo-space-l);margin-bottom:var(--lumo-space-l)}.form-border{border:1px solid var(--lumo-contrast-20pct);border-radius:var(--lumo-border-radius-m)}.bold-title{font-weight:700}.title,.control-title{font-size:1rem}.view-border{border:1px solid var(--lumo-contrast-10pct);border-radius:var(--lumo-border-radius-m);padding:var(--lumo-space-m)}.monospace{font-family:monospace}.bar-vertical{display:flex;flex-direction:column}.chart-container{margin-bottom:var(--lumo-space-m);padding:var(--lumo-space-s)}.agreement-content{overflow:auto;border:1px solid var(--lumo-contrast-20pct);padding:var(--lumo-space-m);border-radius:var(--lumo-border-radius-m);background-color:var(--lumo-base-color)}.subscription-layout{display:flex;flex-direction:column;width:700px}.warning-banner{background-color:#fff3cd;word-wrap:break-word;padding:var(--lumo-space-s)}.login-field{width:250px}.info-request{max-width:800px;margin-top:var(--lumo-space-s)}.email-button{max-width:300px;width:200px}.header-filter{max-width:100%;width:100%}.grid-action-column{padding:0}.grid-action-button{padding:0;min-width:30px}.form-item-spacing{padding-bottom:var(--lumo-space-l)}.selector-spacing-m{margin-bottom:var(--lumo-space-m)}.selector-spacing-s{margin-bottom:var(--lumo-space-s)}.selector-content{padding-bottom:var(--lumo-space-l)}vaadin-grid-cell-content{white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}@media only screen and (max-width:900px){.text-span,.content-layout,body{font-size:1.125rem}.title{font-size:1.25rem}.control-title{font-size:.9rem}}@media only screen and (max-width:600px){.text-span,.content-layout,.title{font-size:1rem}.control-title{font-size:.8rem}.button-layout{position:fixed;bottom:0;width:100%;background-color:#fff}}
