.ofd-container{display:flex;flex-direction:column;position:relative;width:100%;height:100%;overflow:hidden}.ofd-body{position:relative;flex:1;overflow:auto}.ofd-view{height:100%}.ofd-item{margin:0 auto;position:relative;background:#fff}.page-loading{bottom:0;right:0;text-align:center}.page-loading em{margin-top:10%;display:block;color:#fff;font-style:normal}.page-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.5)}#print-container{display:none}@media print{#app{display:none}#print-container{display:block}}@media only screen and (max-width:767px){.hidden-xs-only{display:none!important}}@media only screen and (min-width:768px){.hidden-sm-and-up{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.hidden-sm-only{display:none!important}}@media only screen and (max-width:991px){.hidden-sm-and-down{display:none!important}}@media only screen and (min-width:992px){.hidden-md-and-up{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.hidden-md-only{display:none!important}}@media only screen and (max-width:1199px){.hidden-md-and-down{display:none!important}}@media only screen and (min-width:1200px){.hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.hidden-lg-only{display:none!important}}@media only screen and (max-width:1919px){.hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1920px){.hidden-xl-only{display:none!important}}.toast-container{--radius:5px;--stack-gap:20px;--safe-area-gap:env(safe-area-inset-bottom);position:fixed;display:block;max-width:468px;bottom:10px;bottom:calc(var(--safe-area-gap, 0px) + 10px);right:20px;z-index:5000;transition:all .4s ease}.toast-container .toast{position:absolute;bottom:0;right:0;width:468px;transition:all .4s ease;transform:translate3d(0,86px,0);opacity:0}.toast-container .toast .toast-inner{--toast-bg:none;--toast-fg:#fff;box-sizing:border-box;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;padding:24px;color:var(--toast-fg);background-color:var(--toast-bg);height:var(--height);transition:all .25s ease}.toast-container .toast .toast-inner.default{--toast-fg:#000;--toast-bg:#fff;box-shadow:0 5px 10px rgba(0,0,0,.12)}.toast-container .toast .toast-inner.success{--toast-bg:#0076ff}.toast-container .toast .toast-inner.error{--toast-bg:#f04}.toast-container .toast .toast-inner.warning{--toast-bg:#f5a623}.toast-container .toast .toast-inner.dark{--toast-bg:#000;--toast-fg:#fff;box-shadow:0 0 0 1px #333}.toast-container .toast .toast-inner.dark .toast-button{--button-fg:#000;--button-bg:#fff;--button-border:#fff;--button-border-hover:#fff;--button-fg-hover:#fff}.toast-container .toast .toast-inner.dark .toast-button.cancel-button{--cancel-button-bg:#000;--cancel-button-fg:#888;--cancel-button-border:#333}.toast-container .toast .toast-inner.dark .toast-button.cancel-button:hover{color:#fff;border-color:var(--button-border)}.toast-container .toast .toast-text{width:100%;height:100%;font-size:14px;margin-top:-1px;margin-right:24px;transition:all .3s ease-in}.toast-container .toast .toast-button{--button-fg:#000;--button-bg:#fff;--button-border:#fff;--button-border-hover:#fff;--button-fg-hover:#fff;min-width:auto;height:24px;line-height:22px;padding:0 10px;font-size:14px;background-color:var(--button-bg);color:var(--button-fg);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;vertical-align:middle;border-radius:var(--radius);outline:none;border:1px solid var(--button-border);transition:all .2s ease}.toast-container .toast .toast-button:hover{border-color:var(--button-border-hover);background-color:transparent;color:var(--button-fg-hover)}.toast-container .toast .toast-button.cancel-button{--cancel-button-bg:#fff;--cancel-button-fg:#666;--cancel-button-border:#eaeaea;margin-right:10px;color:var(--cancel-button-fg);border-color:var(--cancel-button-border);background-color:var(--cancel-button-bg)}.toast-container .toast .toast-button.cancel-button:hover{--cancel-button-fg:#000;--cancel-button-border:#000}.toast-container .toast .default .toast-button{--button-fg:#fff;--button-bg:#000;--button-border:#000;--button-border-hover:#000;--button-fg-hover:#000}.toast-container .toast:after{content:"";position:absolute;left:0;right:0;top:calc(100% + 1px);width:100%;height:1000px;background:transparent}.toast-container .toast.toast-1{transform:translateZ(0);opacity:1}.toast-container .toast:not(:last-child){--i:calc(var(--index) - 1);transform:translate3d(0,calc(1px - var(--stack-gap)*var(--i)),0) scale(calc(1 - var(--i)*0.05));opacity:1}.toast-container .toast:not(:last-child) .toast-inner{height:var(--front-height)}.toast-container .toast.toast-4,.toast-container .toast:not(:last-child) .toast-inner .toast-text{opacity:0}.toast-container:hover{bottom:20px;bottom:calc(var(--safe-area-gap, 0px) + 20px)}.toast-container:hover .toast{transform:translate3d(0,calc(var(--hover-offset-y) - var(--stack-gap)*(var(--index) - 1)),0)}.toast-container:hover .toast .toast-inner{height:var(--height)}.toast-container:hover .toast .toast-text{opacity:1!important}@media (max-width:440px){.toast-container{max-width:90vw;right:5vw}.toast-container .toast{width:90vw}}