@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap);@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;padding:0;margin:0;height:100%;width:100%;overflow:hidden}@-moz-document url-prefix(){html div{scrollbar-color:var(--main-color) #fff;scrollbar-width:none}}body{padding:0;margin:0;height:100%;width:100%;overflow:hidden}body *{-webkit-tap-highlight-color:rgba(0,0,0,0)}textarea{overflow:auto;resize:none}table{border-collapse:collapse;border-spacing:0}img{border-style:none}hr{box-sizing:content-box;width:100%;height:1px;overflow:visible;border:0;border-bottom:1px solid var(--border-color);margin:0}hr.custom{border-bottom:var(--border);margin:var(--margin) 0}a{background:transparent;-webkit-text-decoration-skip:objects;text-decoration:none;outline:0}a:active,a:hover{outline-width:0}a.link{text-decoration:underline;cursor:pointer}a.link.main{color:var(--main-color)}a.img{display:flex}html{font-family:Noto Sans TC,Segoe UI,Heiti TC,Microsoft JhengHei,Helvetica Neue,Helvetica,sans-serif,Arial;font-size:14px;line-height:1.5}@media screen and (max-width:var(--respond-width )){html{font-size:13px;line-height:1.5}}.toast-dailog{width:100%;border-radius:5px;overflow:hidden;box-shadow:0 0 32px 0 rgba(0,0,0,.2);padding:20px;background:#fff;box-sizing:border-box}.toast-dailog.normal{border:2px solid #e8e8e8}.toast-dailog.alert{border:2px solid var(--alert-color)}.toast-dailog .content{text-align:center}.toast-dailog .content span{line-height:1.5}.toast-dailog .button-container button{margin:0 10px}#app,#app .app-root{width:100%;height:100%}#app .app-root{color:var(--font-color);position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#app .app-root div::-webkit-scrollbar,#app .app-root::-webkit-scrollbar{width:var(--scrollbar-size);height:0;background:#fff;border:1px solid #aaa;border-radius:999px}#app .app-root div::-webkit-scrollbar-track,#app .app-root::-webkit-scrollbar-track{margin:0}#app .app-root div::-webkit-scrollbar-thumb,#app .app-root::-webkit-scrollbar-thumb{border-radius:999px;background:var(--main-color)}#app .app-root .app-container{min-width:100%;position:relative}#app .app-root .app-container .app-block{min-width:100%}#app .app-root .app-container .app-block .app-pages{min-width:100%;background:#f8f8f8;padding:var(--header-height) 0 0;box-sizing:content-box}#app .app-root .app-container .app-block .app-pages .app-background{position:fixed;margin-left:0;margin-top:calc(var(--header-height)*-1);width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}#app .app-root .app-container .app-block .app-pages .app-main-container{min-width:100%;box-sizing:border-box;margin:0 auto;z-index:1}#app .app-root .app-container .app-block .app-pages .app-main-container>div{box-sizing:border-box}#app .app-root .app-container .app-block .app-pages .app-main-container>div.default-content{max-width:var(--content-max-width);min-width:var(--content-min-width)}@media screen and (max-width:var(--tablet-width )){#app .app-root .app-container .app-block .app-pages .app-main-container>div.default-content{max-width:100vw;min-width:0}}#app .app-root .app-container .app-block .app-pages .app-main-container>div.window-content{max-width:100vw;min-width:0}.app-block>.footer{width:100%;height:var(--footer-height);color:#fff;font-size:14px;background:#333;opacity:.6;position:relative;z-index:801;cursor:default}.app-root>.header{z-index:800}.app-root>.header,.app-root>.loading{width:100%;position:fixed;top:0;left:0}.app-root>.loading{min-height:100%;z-index:9998;background:rgba(0,0,0,.5)}.app-root>.loading .img-box{position:relative;top:35vh;left:0;right:0;margin:auto;height:100px;width:100px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-root>.loading .img-box img{width:100%}.app-root>.modal{position:fixed;top:0;left:0;width:100vw;height:0;z-index:9997}.app-root>.modal .modal-container .modal-list-enter-active,.app-root>.modal .modal-container .modal-list-enter-active .modal-content-container .modal-content-block,.app-root>.modal .modal-container .modal-list-leave-active,.app-root>.modal .modal-container .modal-list-leave-active .modal-content-container .modal-content-block{transition:all .4s ease}.app-root>.modal .modal-container .modal-list-enter-from{opacity:0}.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.bottom .modal-content-block,.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.center .modal-content-block,.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.top .modal-content-block{transform:scale(1.1)}.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.slide-left .modal-content-block{transform:translateX(-100%)}.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.slide-right .modal-content-block{transform:translateX(100%)}.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.slide-top .modal-content-block{transform:translateY(-100%)}.app-root>.modal .modal-container .modal-list-enter-from .modal-content-container.slide-bottom .modal-content-block{transform:translateY(100%)}.app-root>.modal .modal-container .modal-list-leave-to{opacity:0}.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.bottom .modal-content-block,.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.center .modal-content-block,.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.top .modal-content-block{transform:scale(1.1)}.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.slide-left .modal-content-block{transform:translateX(-100%)}.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.slide-right .modal-content-block{transform:translateX(100%)}.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.slide-top .modal-content-block{transform:translateY(-100%)}.app-root>.modal .modal-container .modal-list-leave-to .modal-content-container.slide-bottom .modal-content-block{transform:translateY(100%)}.app-root>.modal .modal-container .modal-list{position:relative}.app-root>.modal .modal-container .modal-list .modal-block{width:100vw;height:100vh;position:absolute;top:0;left:0}.app-root>.modal .modal-container .modal-list .modal-block .modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(51,51,51,.6)}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;overflow:auto}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.bottom,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.center,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.top{flex-direction:column;align-items:center}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.bottom .modal-content-block,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.center .modal-content-block,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.top .modal-content-block{width:70%;max-width:calc(100% - 40px);margin:60px auto;border-radius:20px;box-shadow:0 3px 6px rgba(0,0,0,.16)}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.top{justify-content:flex-start}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.bottom{justify-content:flex-end}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.center{justify-content:center}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-left,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-right{flex-direction:row;align-items:center}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-left .modal-content-block,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-right .modal-content-block{width:30%;max-width:80%;height:100%;box-shadow:0 0 10px rgba(0,0,0,.16)}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-left{justify-content:flex-start}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-right{justify-content:flex-end}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-bottom,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-top{flex-direction:column;align-items:center}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-bottom .modal-content-block,.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-top .modal-content-block{width:100%;max-height:100%;box-shadow:0 0 10px rgba(0,0,0,.16)}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-top{justify-content:flex-start}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container.slide-bottom{justify-content:flex-end}.app-root>.modal .modal-container .modal-list .modal-block .modal-content-container .modal-content-block{background:#fff;padding:20px;box-sizing:border-box;overflow:hidden}@media print{.app-root>.report-template{-webkit-print-color-adjust:exact}}.app-root>.report-template{margin:8px;width:750px}.app-root>.report-template .pagebk-avoid{page-break-inside:avoid}.app-root>.report-template .pagebk-after{page-break-after:always}.app-root>.toast{position:fixed;top:100px;left:50%;width:0;z-index:9999}.app-root>.toast .toast-container{width:100%}.app-root>.toast .toast-container .toast-list-enter-active{transition:opacity .377s ease}.app-root>.toast .toast-container .toast-list-leave-active{position:absolute}.app-root>.toast .toast-container .toast-list-enter-from{opacity:0;transform:translateY(-100%)}.app-root>.toast .toast-container .toast-list-leave-to{opacity:0;transform:translateY(-50%)}.app-root>.toast .toast-container .toast-list .toast-block{width:440px;max-width:calc(100vw - 40px);border-radius:10px;overflow:hidden;position:relative;box-shadow:0 0 32px 0 rgba(0,0,0,.2);padding:20px;background:#fff;box-sizing:border-box;transition:all .377s;gap:14px}.app-root>.toast .toast-container .toast-list .toast-block:not(:last-child):not(:only-child){margin:0 0 30px}.app-root>.toast .toast-container .toast-list .toast-block.error{border:2px solid var(--alert-color)}.app-root>.toast .toast-container .toast-list .toast-block.error .title{color:var(--alert-color)}.app-root>.toast .toast-container .toast-list .toast-block.remind{border:2px solid var(--remind-color)}.app-root>.toast .toast-container .toast-list .toast-block.remind .title{color:var(--remind-color)}.app-root>.toast .toast-container .toast-list .toast-block.success{border:2px solid #003c75}.app-root>.toast .toast-container .toast-list .toast-block.success .title{color:#003c75}.app-root>.toast .toast-container .toast-list .toast-block .option{position:absolute;top:15px;right:15px;cursor:pointer}.app-root>.toast .toast-container .toast-list .toast-block .title{font-size:2rem;font-weight:500}.app-root>.toast .toast-container .toast-list .toast-block .content{text-align:center;line-height:2}@media screen and (max-width:var(--tablet-width )){.app-root>.toast{top:50px}.app-root>.toast .toast-container .toast-list .toast{padding:15px;gap:7px}}.app-root>.uploading{top:0;left:0;position:fixed;width:100%;min-height:100%;z-index:9998;background:rgba(0,0,0,.5)}.app-root>.uploading .img-box{display:flex;position:relative;justify-content:center;align-items:center;top:200px;left:0;right:0;margin:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-root>.uploading .img-box h1{font-size:2rem;font-weight:700;color:#eee;margin-right:10px;white-space:nowrap;max-width:80%;overflow:hidden;text-overflow:ellipsis}.main-button{white-space:nowrap;background:var(--main-color);color:#fff;border:1px solid var(--main-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.main-button:hover{filter:brightness(1.3)}.main-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.main-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.main-button:disabled:active,.main-button:disabled:hover{filter:brightness(1);background:var(--main-color);color:#fff;border:1px solid var(--main-color)}.main-button.loading{position:relative;color:transparent;cursor:not-allowed}.main-button.loading:active,.main-button.loading:hover{filter:brightness(1);background:var(--main-color);color:transparent;border:1px solid var(--main-color)}.main-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.main-outline-button{white-space:nowrap;background:#fff;color:var(--main-color);border:1px solid var(--main-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.main-outline-button:hover{filter:brightness(1.3)}.main-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.main-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.main-outline-button:disabled:active,.main-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--main-color);border:1px solid var(--main-color)}.main-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.main-outline-button.loading:active,.main-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--main-color)}.main-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--main-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.sub-button{white-space:nowrap;background:var(--sub-color);color:#fff;border:1px solid var(--sub-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sub-button:hover{filter:brightness(1.3)}.sub-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.sub-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.sub-button:disabled:active,.sub-button:disabled:hover{filter:brightness(1);background:var(--sub-color);color:#fff;border:1px solid var(--sub-color)}.sub-button.loading{position:relative;color:transparent;cursor:not-allowed}.sub-button.loading:active,.sub-button.loading:hover{filter:brightness(1);background:var(--sub-color);color:transparent;border:1px solid var(--sub-color)}.sub-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.sub-outline-button{white-space:nowrap;background:#fff;color:var(--sub-color);border:1px solid var(--sub-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sub-outline-button:hover{filter:brightness(1.3)}.sub-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.sub-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.sub-outline-button:disabled:active,.sub-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--sub-color);border:1px solid var(--sub-color)}.sub-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.sub-outline-button.loading:active,.sub-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--sub-color)}.sub-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--sub-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.error-button{white-space:nowrap;background:var(--error-color);color:#fff;border:1px solid var(--error-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-button:hover{filter:brightness(1.3)}.error-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.error-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.error-button:disabled:active,.error-button:disabled:hover{filter:brightness(1);background:var(--error-color);color:#fff;border:1px solid var(--error-color)}.error-button.loading{position:relative;color:transparent;cursor:not-allowed}.error-button.loading:active,.error-button.loading:hover{filter:brightness(1);background:var(--error-color);color:transparent;border:1px solid var(--error-color)}.error-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.error-outline-button{white-space:nowrap;background:#fff;color:var(--error-color);border:1px solid var(--error-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-outline-button:hover{filter:brightness(1.3)}.error-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.error-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.error-outline-button:disabled:active,.error-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--error-color);border:1px solid var(--error-color)}.error-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.error-outline-button.loading:active,.error-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--error-color)}.error-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--error-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.alert-button{white-space:nowrap;background:var(--alert-color);color:#fff;border:1px solid var(--alert-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.alert-button:hover{filter:brightness(1.3)}.alert-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.alert-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.alert-button:disabled:active,.alert-button:disabled:hover{filter:brightness(1);background:var(--alert-color);color:#fff;border:1px solid var(--alert-color)}.alert-button.loading{position:relative;color:transparent;cursor:not-allowed}.alert-button.loading:active,.alert-button.loading:hover{filter:brightness(1);background:var(--alert-color);color:transparent;border:1px solid var(--alert-color)}.alert-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.alert-outline-button{white-space:nowrap;background:#fff;color:var(--alert-color);border:1px solid var(--alert-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.alert-outline-button:hover{filter:brightness(1.3)}.alert-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.alert-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.alert-outline-button:disabled:active,.alert-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--alert-color);border:1px solid var(--alert-color)}.alert-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.alert-outline-button.loading:active,.alert-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--alert-color)}.alert-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--alert-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.remind-button{white-space:nowrap;background:var(--remind-color);color:#fff;border:1px solid var(--remind-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.remind-button:hover{filter:brightness(1.3)}.remind-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.remind-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.remind-button:disabled:active,.remind-button:disabled:hover{filter:brightness(1);background:var(--remind-color);color:#fff;border:1px solid var(--remind-color)}.remind-button.loading{position:relative;color:transparent;cursor:not-allowed}.remind-button.loading:active,.remind-button.loading:hover{filter:brightness(1);background:var(--remind-color);color:transparent;border:1px solid var(--remind-color)}.remind-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.remind-outline-button{white-space:nowrap;background:#fff;color:var(--remind-color);border:1px solid var(--remind-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.remind-outline-button:hover{filter:brightness(1.3)}.remind-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.remind-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.remind-outline-button:disabled:active,.remind-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--remind-color);border:1px solid var(--remind-color)}.remind-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.remind-outline-button.loading:active,.remind-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--remind-color)}.remind-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--remind-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.active-button{white-space:nowrap;background:var(--active-color);color:#fff;border:1px solid var(--active-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.active-button:hover{filter:brightness(1.3)}.active-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.active-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.active-button:disabled:active,.active-button:disabled:hover{filter:brightness(1);background:var(--active-color);color:#fff;border:1px solid var(--active-color)}.active-button.loading{position:relative;color:transparent;cursor:not-allowed}.active-button.loading:active,.active-button.loading:hover{filter:brightness(1);background:var(--active-color);color:transparent;border:1px solid var(--active-color)}.active-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.active-outline-button{white-space:nowrap;background:#fff;color:var(--active-color);border:1px solid var(--active-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.active-outline-button:hover{filter:brightness(1.3)}.active-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.active-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.active-outline-button:disabled:active,.active-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--active-color);border:1px solid var(--active-color)}.active-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.active-outline-button.loading:active,.active-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--active-color)}.active-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--active-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.cancel-button{white-space:nowrap;background:var(--cancel-color);color:#fff;border:1px solid var(--cancel-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cancel-button:hover{filter:brightness(1.3)}.cancel-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.cancel-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.cancel-button:disabled:active,.cancel-button:disabled:hover{filter:brightness(1);background:var(--cancel-color);color:#fff;border:1px solid var(--cancel-color)}.cancel-button.loading{position:relative;color:transparent;cursor:not-allowed}.cancel-button.loading:active,.cancel-button.loading:hover{filter:brightness(1);background:var(--cancel-color);color:transparent;border:1px solid var(--cancel-color)}.cancel-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.cancel-button:hover{filter:brightness(1.1)}.cancel-outline-button{white-space:nowrap;background:#fff;color:var(--cancel-color);border:1px solid var(--cancel-color);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cancel-outline-button:hover{filter:brightness(1.3)}.cancel-outline-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.cancel-outline-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.cancel-outline-button:disabled:active,.cancel-outline-button:disabled:hover{filter:brightness(1);background:#fff;color:var(--cancel-color);border:1px solid var(--cancel-color)}.cancel-outline-button.loading{position:relative;color:transparent;cursor:not-allowed}.cancel-outline-button.loading:active,.cancel-outline-button.loading:hover{filter:brightness(1);background:#fff;color:transparent;border:1px solid var(--cancel-color)}.cancel-outline-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--cancel-color);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.cancel-outline-button:hover{filter:brightness(1.1)}.auto-width-button{width:auto;padding:0 20px;box-sizing:border-box}.custom-button{white-space:nowrap;background:var(--background);color:var(--font);border:1px solid var(--border);border-radius:3px;width:120px;height:35px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;font-size:1rem;font-weight:500;transition:background .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-button:hover{filter:brightness(1.3)}.custom-button:active{filter:brightness(.8);box-shadow:0 0 0 transparent}.custom-button:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.custom-button:disabled:active,.custom-button:disabled:hover{filter:brightness(1);background:var(--background);color:var(--font);border:1px solid var(--border)}.custom-button.loading{position:relative;color:transparent;cursor:not-allowed}.custom-button.loading:active,.custom-button.loading:hover{filter:brightness(1);background:var(--background);color:transparent;border:1px solid var(--border)}.custom-button.loading:after{content:"";animation:spinAround .5s linear infinite;border:2px solid var(--font);border-radius:50%;border-right-color:transparent;border-top-color:transparent;display:block;position:absolute;height:16px;width:16px;left:calc(50% - 10px);top:calc(50% - 10px)}.circle-button{border-radius:99999px}.input-group{display:flex;flex-wrap:wrap;align-items:center}.input-group input,.input-group select,.input-group textarea{background:#fff;width:100%;border-radius:4px;border:1px solid #999;padding:0 10px;box-sizing:border-box;transition:background .5 ease}.input-group input:disabled,.input-group select:disabled,.input-group textarea:disabled{color:#aaa!important;border:1px solid #ccc!important;background:#f8f8f8!important}.input-group input:focus,.input-group input:hover,.input-group select:focus,.input-group select:hover,.input-group textarea:focus,.input-group textarea:hover{border:1px solid var(--main-color);outline:0}.input-group input::-moz-placeholder,.input-group select::-moz-placeholder,.input-group textarea::-moz-placeholder{color:#aaa}.input-group input::placeholder,.input-group select::placeholder,.input-group textarea::placeholder{color:#aaa}.input-group input.error,.input-group select.error,.input-group textarea.error{border:1px solid var(--alert-color)}.input-group input{height:40px}.input-group textarea{padding:10px}.input-group select{height:40px;color:#aaa;background-image:linear-gradient(45deg,transparent 50%,#fff 0),linear-gradient(135deg,#fff 50%,transparent 0),linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);background-position:calc(100% - 20px) calc(50% - 1.5px),calc(100% - 12px) calc(50% - 1.5px),calc(100% - 20px) calc(50% + 1.5px),calc(100% - 12px) calc(50% + 1.5px);background-size:8px 8px,8px 8px,8px 8px,8px 8px;background-repeat:no-repeat;-webkit-appearance:none}.input-group select:valid{color:var(--font-color)}.input-group select option{color:var(--font-color)}.input-group select option:disabled{color:#aaa}.input-group input[type=checkbox],.input-group input[type=radio]{width:auto}.input-group input[type=number]{padding-right:10px}.input-group input[type=date],.input-group input[type=datetime-local],.input-group input[type=datetime],.input-group input[type=time]{padding-right:10px;color:#aaa}.input-group input[type=date]:valid,.input-group input[type=datetime-local]:valid,.input-group input[type=datetime]:valid,.input-group input[type=time]:valid{color:var(--font-color)}.input-group input[type=date]{min-height:37px;-webkit-appearance:none}.default-table{width:100%;overflow:auto}.default-table:not(.auto-height){flex:1}.default-table:not(.auto-height) .table-field{height:0}.default-table.auto-height{flex-shrink:1}.default-table .table-field{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.default-table .table-field table{width:100%;display:table}.default-table .table-field table.fixed{table-layout:fixed}.default-table .table-field table tbody tr.sticky td,.default-table .table-field table tbody tr.sticky th,.default-table .table-field table thead tr.sticky td,.default-table .table-field table thead tr.sticky th{position:sticky;top:var(--sticky-top);z-index:2}.default-table .table-field table tbody tr.sticky td.sticky,.default-table .table-field table tbody tr.sticky th.sticky,.default-table .table-field table thead tr.sticky td.sticky,.default-table .table-field table thead tr.sticky th.sticky{z-index:3}.default-table .table-field table tbody tr td.sticky,.default-table .table-field table tbody tr th.sticky,.default-table .table-field table thead tr td.sticky,.default-table .table-field table thead tr th.sticky{position:sticky;left:var(--sticky-left);z-index:2}.default-table .table-field table tbody tr td.sticky.sticky-border .table-container,.default-table .table-field table tbody tr th.sticky.sticky-border .table-container,.default-table .table-field table thead tr td.sticky.sticky-border .table-container,.default-table .table-field table thead tr th.sticky.sticky-border .table-container{border-right:1px solid var(--border-color)}.default-table .table-field table thead tr .table-container .table-block .table-content>span{font-weight:700}.default-table .table-field table tbody.color-reverse tr:nth-child(odd) td .table-container,.default-table .table-field table thead.color-reverse tr:nth-child(odd) td .table-container{background:#f8fafa}.default-table .table-field table tbody tr:nth-child(odd) td .table-container,.default-table .table-field table tbody.color-reverse tr:nth-child(2n) td .table-container,.default-table .table-field table thead tr:nth-child(odd) td .table-container,.default-table .table-field table thead.color-reverse tr:nth-child(2n) td .table-container{background:#fff}.default-table .table-field table tbody tr:nth-child(2n) td .table-container,.default-table .table-field table thead tr:nth-child(2n) td .table-container{background:#f8fafa}.default-table .table-field table tbody tr.highlight:hover td .table-container,.default-table .table-field table thead tr.highlight:hover td .table-container{background:#f5fbff!important}.default-table .table-field table tbody tr.selected td .table-container,.default-table .table-field table thead tr.selected td .table-container{background:#e4f4fd!important}.default-table .table-field table tbody tr.selected td .table-container .bar,.default-table .table-field table thead tr.selected td .table-container .bar{width:4px}.default-table .table-field table tbody tr.selectable,.default-table .table-field table thead tr.selectable{cursor:pointer}.default-table .table-field table tbody tr th,.default-table .table-field table thead tr th{padding:0;z-index:1}.default-table .table-field table tbody tr th:not(:first-child) .table-container,.default-table .table-field table thead tr th:not(:first-child) .table-container{border-left:0}.default-table .table-field table tbody tr th.sortable,.default-table .table-field table thead tr th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.default-table .table-field table tbody tr th .table-container,.default-table .table-field table thead tr th .table-container{min-height:var(--min-height);border:1px solid var(--border-color);background:#f5fbff;box-sizing:border-box}.default-table .table-field table tbody tr th .table-container .table-block,.default-table .table-field table thead tr th .table-container .table-block{width:100%;padding:0 10px;box-sizing:border-box}.default-table .table-field table tbody tr th .table-container .table-block.auto-width,.default-table .table-field table thead tr th .table-container .table-block.auto-width{justify-content:flex-start}.default-table .table-field table tbody tr th .table-container .table-block.auto-width .table-content,.default-table .table-field table thead tr th .table-container .table-block.auto-width .table-content{flex:initial}.default-table .table-field table tbody tr th .table-container .table-block.center,.default-table .table-field table thead tr th .table-container .table-block.center{justify-content:center}.default-table .table-field table tbody tr th .table-container .table-block.center .table-content>span,.default-table .table-field table thead tr th .table-container .table-block.center .table-content>span{text-align:center}.default-table .table-field table tbody tr th .table-container .table-block .table-content,.default-table .table-field table thead tr th .table-container .table-block .table-content{flex:1;overflow:hidden}.default-table .table-field table tbody tr th .table-container .table-block .table-content>span,.default-table .table-field table thead tr th .table-container .table-block .table-content>span{text-align:left;flex:1}.default-table .table-field table tbody tr td,.default-table .table-field table thead tr td{padding:0;position:relative;z-index:1}.default-table .table-field table tbody tr td:not(:first-child) .table-container,.default-table .table-field table thead tr td:not(:first-child) .table-container{border-left:0}.default-table .table-field table tbody tr td .table-container,.default-table .table-field table thead tr td .table-container{height:100%;min-height:var(--min-height);border-bottom:1px solid var(--border-color);box-sizing:border-box}.default-table .table-field table tbody tr td .table-container.auto-height,.default-table .table-field table thead tr td .table-container.auto-height{position:absolute;top:0;left:0;height:100%;width:100%}.default-table .table-field table tbody tr td .table-container .bar,.default-table .table-field table thead tr td .table-container .bar{position:absolute;top:-1px;left:0;width:0;height:calc(100% + 2px);background:var(--main-color)}.default-table .table-field table tbody tr td .table-container .table-block,.default-table .table-field table thead tr td .table-container .table-block{width:100%;padding:0 10px;border-left:1px solid transparent;box-sizing:border-box}.default-table .table-field table tbody tr td .table-container .table-block.auto-width,.default-table .table-field table thead tr td .table-container .table-block.auto-width{justify-content:flex-start}.default-table .table-field table tbody tr td .table-container .table-block.auto-width .table-content,.default-table .table-field table thead tr td .table-container .table-block.auto-width .table-content{flex:initial}.default-table .table-field table tbody tr td .table-container .table-block.center,.default-table .table-field table thead tr td .table-container .table-block.center{justify-content:center}.default-table .table-field table tbody tr td .table-container .table-block.center .table-content>span,.default-table .table-field table thead tr td .table-container .table-block.center .table-content>span{text-align:center}.default-table .table-field table tbody tr td .table-container .table-block.content-wrap,.default-table .table-field table thead tr td .table-container .table-block.content-wrap{padding:5px 10px}.default-table .table-field table tbody tr td .table-container .table-block.content-wrap .table-content>span,.default-table .table-field table thead tr td .table-container .table-block.content-wrap .table-content>span{overflow:visible;word-break:break-word;white-space:pre-wrap;text-overflow:clip}.default-table .table-field table tbody tr td .table-container .table-block .table-content,.default-table .table-field table thead tr td .table-container .table-block .table-content{flex:1;overflow:hidden}.default-table .table-field table tbody tr td .table-container .table-block .table-content>span,.default-table .table-field table thead tr td .table-container .table-block .table-content>span{text-align:left;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-table{max-width:100%;overflow:auto}.custom-table:not(.auto-height){flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.custom-table.auto-height{flex-shrink:1;overflow-y:hidden}.custom-table.auto-height .table-field{height:100%;flex:none}.custom-table.auto-height .table-field .table-group-container>div{height:auto;flex-shrink:1}.custom-table .table-field{background:#fff;flex:1;height:0;width:100%;line-height:1.5}.custom-table .table-field .table-group-container{width:100%;flex:1;overflow-y:auto}.custom-table .table-field .table-group-container>div{gap:10px;height:0}.custom-table .table-field .table-group-container>div .table-container:first-child .tbody .tr:first-child{border-top:0!important}.custom-table .table-field .table-group-container>div .table-container .tbody.highlight:hover .tr:first-child,.custom-table .table-field .table-group-container>div .table-container .tbody.selected .tr:first-child{background:#ffecc8!important}.custom-table .table-field .table-group-container>div .table-container .tbody.selected .tr:first-child>a .bar{width:4px}.custom-table .table-field .table-group-container>div .table-container .tbody .tr:first-child{background:#fff5e3!important;border-top:1px solid var(--border-color)}.custom-table .table-field .table-group-container>div .table-container .tbody .tr:first-child.selected{background:#ffecc8!important}.custom-table .table-field .table-group-container>div .table-container .tbody .tr:first-child>a .bar{background:#ff9e03}.custom-table .table-field .table-group-container>div .table-container .tbody .tr:nth-child(2n){background:#fff}.custom-table .table-field .table-group-container>div .table-container .tbody .tr:nth-child(odd){background:#f8fafa}.custom-table .table-field .table-container,.custom-table .table-field .table-container>div{width:100%}.custom-table .table-field .table-container .thead .tr{min-height:var(--min-height);box-sizing:border-box}.custom-table .table-field .table-container .thead .tr .th{box-sizing:border-box;padding:10px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--main-color);border:1px solid var(--border-color);background:#f5fbff;position:relative}.custom-table .table-field .table-container .thead .tr .th:not(:first-child){border-left:0}.custom-table .table-field .table-container .thead .tr .th.sortable{cursor:pointer}.custom-table .table-field .table-container .thead .tr .th.auto-width{justify-content:flex-start}.custom-table .table-field .table-container .thead .tr .th.auto-width>span{flex:initial}.custom-table .table-field .table-container .thead .tr .th.center{justify-content:center}.custom-table .table-field .table-container .thead .tr .th.center>span{text-align:center}.custom-table .table-field .table-container .thead .tr .th>span{padding:0;flex:1}.custom-table .table-field .table-container .thead .tr .th .grab-box{height:calc(100% + 2px);width:5px;background:transparent;position:absolute;top:-1px;right:-3px;z-index:5;transition:background .1s ease}.custom-table .table-field .table-container .thead .tr .th .grab-box.grabbing,.custom-table .table-field .table-container .thead .tr .th .grab-box:hover{background:var(--main-color)}.custom-table .table-field .table-container .tbody.highlight .tr:hover{background:#f5fbff!important;z-index:10}.custom-table .table-field .table-container .tbody.highlight .tr:hover>a .td>span{color:var(--main-color)}.custom-table .table-field .table-container .tbody .tr{min-height:var(--min-height);border-bottom:1px solid var(--border-color);background:#fff}.custom-table .table-field .table-container .tbody .tr:nth-child(2n){background:#f8fafa}.custom-table .table-field .table-container .tbody .tr:nth-child(odd){background:#fff}.custom-table .table-field .table-container .tbody .tr.selected{background:#e4f4fd!important;z-index:10}.custom-table .table-field .table-container .tbody .tr.selected>a{box-shadow:0 2px 4px rgba(0,0,0,.1)}.custom-table .table-field .table-container .tbody .tr.selected>a .bar{width:4px}.custom-table .table-field .table-container .tbody .tr.selected>a .td>span{color:var(--main-color);font-weight:500}.custom-table .table-field .table-container .tbody .tr.selectable{cursor:pointer}.custom-table .table-field .table-container .tbody .tr>a{position:relative}.custom-table .table-field .table-container .tbody .tr>a .bar{position:absolute;top:-1px;left:0;width:0;height:calc(100% + 2px);background:var(--main-color)}.custom-table .table-field .table-container .tbody .tr>a .td{position:relative;box-sizing:border-box;padding:10px;overflow:hidden;border:1px solid transparent}.custom-table .table-field .table-container .tbody .tr>a .td.auto-width{justify-content:flex-start}.custom-table .table-field .table-container .tbody .tr>a .td.auto-width>span{flex:initial}.custom-table .table-field .table-container .tbody .tr>a .td.center{justify-content:center}.custom-table .table-field .table-container .tbody .tr>a .td.center>span{text-align:center}.custom-table .table-field .table-container .tbody .tr>a .td.content-wrap{padding:5px 10px}.custom-table .table-field .table-container .tbody .tr>a .td.content-wrap>span{overflow:visible;word-break:break-word;white-space:pre-wrap;text-overflow:clip}.custom-table .table-field .table-container .tbody .tr>a .td>span{max-width:100%;color:var(--font-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.default-grid:not(.auto-height){flex:1;height:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.default-grid.auto-height{flex-shrink:1;overflow-y:hidden}.default-grid .grid-field{width:100%;border-top:1px solid var(--border-color);border-left:1px solid var(--border-color)}.default-grid .grid-field:not(:first-child){border-top:0}.default-grid .grid-field.grid-header .grid-block{min-height:var(--min-height);background:#f5fbff}.default-grid .grid-field.grid-header .grid-block .grid-content-container .grid-content{color:var(--main-color)}.default-grid .grid-field .grid-block{min-height:30px;grid-column:span 1;border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color)}.default-grid .grid-field .grid-block.grid-container{display:grid;grid-template-columns:var(--template);border:0}.default-grid .grid-field .grid-block.height-full{grid-row:span 99999}.default-grid .grid-field .grid-block.sub-container,.default-grid .grid-field .grid-block.sub-container>.grid-field{border:0}.default-grid .grid-field .grid-block .grid-content-container{height:100%;padding:5px 10px;box-sizing:border-box}.container-block{width:100%;height:100%}.center-block{justify-content:center}.center-block,.row-block{display:flex;align-items:center}.row-block{flex-direction:row;justify-content:space-between}.row-block.flex-reverse{flex-direction:row-reverse}.row-block>*{flex-shrink:0}.col-block{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.col-block.flex-reverse{flex-direction:column-reverse}.col-block>*{flex-shrink:0}.flex-start{align-items:flex-start}.flex-end{align-items:flex-end}.flex-wrap{justify-content:flex-start;flex-wrap:wrap}.shrink{flex-shrink:1!important}.stretch{align-items:stretch!important}.width-full-div>div,.width-full>*{width:100%}.height-full-div>div,.height-full>*{height:100%}.default-shadow{box-shadow:0 3px 6px rgba(0,0,0,.16)}.text-shadow{text-shadow:0 3px 6px rgba(0,0,0,.16)}.none-shadow{box-shadow:0 0 0 transparent;text-shadow:0 0 0 transparent}.ellipsis{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.break-line{word-break:break-word;white-space:pre-line;line-height:1.5}div.mask-container{position:relative;display:inline-block}div.mask-container label{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}div.resize-container{position:relative;display:inline-block}div.resize-container.vertical textarea{resize:vertical!important}div.resize-container.horizontal textarea{resize:horizontal!important}div.resize-container textarea{width:100%;display:block;background:transparent;border:0;padding:0;resize:both!important}div.resize-container>div{position:absolute;top:0;left:0;width:100%;height:calc(100% - 15px)}div.grab-container{position:relative}div.grab-container .grab-line{background:var(--main-color);position:absolute;top:0;left:0;display:none;z-index:5}div.grab-container .grab-line.x{height:100%;width:1px}div.grab-container .grab-line.y{height:1px;width:100%}div.grab-container .grab-box{-webkit-user-select:none;-moz-user-select:none;user-select:none}div.grab-container .grab-box.grab-x{cursor:ew-resize}div.grab-container .grab-box.grab-all{cursor:move}div.grab-container .grab-box.grab-y{cursor:ns-resize}div.icon-block{width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}div.icon-block.disabled{cursor:not-allowed;opacity:.5}.tpehealth-appendix-page{color:#000;font-size:14px}.tpehealth-appendix-page .tpehealth-appendix-container{width:1000px;padding:0 60px;box-sizing:border-box}.tpehealth-appendix-page .tpehealth-appendix-container .tpehealth-appendix-block{background:#fff;padding:40px 30px;border-left:1px solid #dedede;border-right:1px solid #dedede;box-sizing:border-box;overflow:auto}.tpehealth-appendix-page .tpehealth-appendix-container .tpehealth-appendix-block .tpehealth-appendix-main-container{gap:60px}.tpehealth-appendix-page .tpehealth-appendix-container .tpehealth-appendix-block .tpehealth-appendix-main-container .tpehealth-appendix-main-block{display:grid;grid-template-columns:auto 1fr;grid-gap:20px 10px}.tpehealth-appendix-page .tpehealth-appendix-container .tpehealth-appendix-block .tpehealth-appendix-main-container .tpehealth-appendix-main-block .tpehealth-appendix-title-container .tpehealth-appendix-title-block .tpehealth-appendix-title{color:#767171;font-size:2.8em}.tpehealth-app-chart-info-page .tpehealth-app-chart-info-container .tpehealth-app-chart-info-block{padding:3px 5px;box-sizing:border-box}.tpehealth-app-chart-info-page .tpehealth-app-chart-info-container .tpehealth-app-chart-info-block:not(:last-child){border-bottom:1px solid #b2b2b2}.tpehealth-app-chart-info-page .tpehealth-app-chart-info-container .tpehealth-app-chart-info-block:nth-child(n){background:#f2f2f2}.tpehealth-app-chart-info-page .tpehealth-app-chart-info-container .tpehealth-app-chart-info-block:nth-child(2n){background:#fff}.tpehealth-app-chart-info-page .tpehealth-app-chart-info-container .tpehealth-app-chart-info-title-container .tpehealth-app-chart-info-title{color:#7f7f7f;white-space:pre-line;line-height:1.8;text-align:center}.tpehealth-app-chart-info-page .tpehealth-app-chart-info-container .tpehealth-app-chart-info-content-container .tpehealth-app-chart-info-content{color:#7f7f7f;white-space:pre-line;line-height:1.8}.tpehealth-app-detail-table-page{gap:10px}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block{display:grid;grid-template-columns:repeat(12,1fr)}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-title-container{padding:3px 5px;box-sizing:border-box;background:#d9d9d9}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-title-container .tpehealth-app-detail-table-data-title{font-weight:700}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-content-container{padding:3px 5px;box-sizing:border-box}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-content-container .tpehealth-app-detail-table-data-content-block.list .tpehealth-app-detail-table-data-content-list{box-sizing:border-box;line-height:1.8}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-content-container .tpehealth-app-detail-table-data-content-block.text .tpehealth-app-detail-table-data-content-text{line-height:1.8}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-content-container .tpehealth-app-detail-table-data-content-block.text .tpehealth-app-detail-table-data-content-text.title{font-size:1.3em}.tpehealth-app-detail-table-page .tpehealth-app-detail-table-container .tpehealth-app-detail-table-layout-container .tpehealth-app-detail-table-layout-block .tpehealth-app-detail-table-data-container .tpehealth-app-detail-table-data-content-container .tpehealth-app-detail-table-data-content-block.text .tpehealth-app-detail-table-data-content-text b{color:#dbb786;font-weight:700}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container{display:grid}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block{padding:3px 15px}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.col-title,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.row-title{padding:3px 15px;background:#fff2cc}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.col-title.emphasis-1,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.col-title.emphasis-2,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.col-title.emphasis-3,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.row-title.emphasis-1,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.row-title.emphasis-2,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.row-title.emphasis-3{background:#fadc84}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.col-title .tpehealth-app-grid-table-title,.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.row-title .tpehealth-app-grid-table-title{font-size:.9em;font-weight:700;text-align:center;white-space:pre-line}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.emphasis-1{background:#f0f0f0}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.emphasis-2{background:#e6e6e6}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.emphasis-3{background:#c8c8c8}.tpehealth-app-grid-table-page .tpehealth-app-grid-table-container .tpehealth-app-grid-table-block.icon .tpehealth-app-grid-table-icon-container .tpehealth-app-grid-table-icon-title{text-align:center}.tpehealth-app-icon-list-page .tpehealth-app-icon-list-container{gap:5px}.tpehealth-app-icon-list-page .tpehealth-app-icon-list-container .tpehealth-app-icon-list-block .tpehealth-app-icon-list-icon-container .tpehealth-app-icon-list-dot{font-size:24px;line-height:.75em}.tpehealth-app-icon-list-page .tpehealth-app-icon-list-container .tpehealth-app-icon-list-block .tpehealth-app-icon-list-content-container{gap:3px}.tpehealth-app-icon-list-page .tpehealth-app-icon-list-container .tpehealth-app-icon-list-block .tpehealth-app-icon-list-content-container .tpehealth-app-icon-list-content-block{color:#7f7f7f;line-height:1.8}.tpehealth-app-icon-list-page .tpehealth-app-icon-list-container .tpehealth-app-icon-list-block .tpehealth-app-icon-list-content-container .tpehealth-app-icon-list-content-block b{color:#dbb786}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container,.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block:not(:last-child){border-bottom:1px solid #b2b2b2}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block.title{background:#d9d9d9}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block.title .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content{font-weight:700}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block.white{background:#fff}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block.gray{background:#f2f2f2}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block.striped{border-bottom:0}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container{padding:3px;box-sizing:border-box}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block.flex-start .tpehealth-app-layer-table-data-content{text-align:left}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block.flex-end .tpehealth-app-layer-table-data-content{text-align:right}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content{text-align:center;white-space:pre-line;line-height:1.8}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content.bold{color:#dbb786;font-weight:700}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content.main{color:#0070c0}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content.alert{color:red}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content span.main{color:#0070c0}.tpehealth-app-layer-table-page .tpehealth-app-layer-table-main-container .tpehealth-app-layer-table-item-page .tpehealth-app-layer-table-data-list-container .tpehealth-app-layer-table-data-list-block .tpehealth-app-layer-table-data-container .tpehealth-app-layer-table-data-block .tpehealth-app-layer-table-data-cell-container .tpehealth-app-layer-table-data-cell-block .tpehealth-app-layer-table-data-content span.alert{color:red}.tpehealth-app-template-carrier-screening-page{gap:20px}.tpehealth-app-template-carrier-screening-page .tpehealth-app-content-sub-container{gap:5px}.tpehealth-app-template-carrier-screening-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-title-container .tpehealth-app-content-sub-title{color:#dbb786;font-size:1.2em}.tpehealth-app-template-carrier-screening-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-content-container{line-height:1.8;gap:5px}.tpehealth-app-template-carrier-screening-page .tpehealth-app-content-gene-table-containr{gap:5px}.tpehealth-app-template-pregnancy-gene-page{gap:20px}.tpehealth-app-template-pregnancy-gene-page .tpehealth-app-content-sub-container{gap:5px}.tpehealth-app-template-pregnancy-gene-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-title-container .tpehealth-app-content-sub-title{color:#dbb786;font-size:1.2em}.tpehealth-app-template-pregnancy-gene-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-content-container{line-height:1.8;gap:5px}.tpehealth-app-template-pregnancy-gene-page .tpehealth-app-content-gene-table-containr{gap:5px}.tpehealth-app-template-testing-method-page{gap:20px}.tpehealth-app-template-testing-method-page .tpehealth-app-sample-info-container{display:grid;grid-template-columns:auto 1fr;grid-gap:5px 50px}.tpehealth-app-template-testing-method-page .tpehealth-app-sample-info-container .tpehealth-app-sample-info-block .tpehealth-app-sample-info-content.bold,.tpehealth-app-template-testing-method-page .tpehealth-app-sample-info-container .tpehealth-app-sample-info-block .tpehealth-app-sample-info-title{font-weight:700}.tpehealth-app-template-testing-method-page .tpehealth-app-content-sub-container{gap:5px}.tpehealth-app-template-testing-method-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-title-container .tpehealth-app-content-sub-title{color:#dbb786;font-size:1.2em}.tpehealth-app-template-testing-method-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-content-container{line-height:1.8;gap:5px}.tpehealth-app-template-testing-method-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-content-container ul{box-sizing:border-box;list-style:decimal;display:flex;flex-direction:column;gap:3px}.tpehealth-app-template-testing-method-page .tpehealth-app-content-sub-container .tpehealth-app-content-sub-content-container ul li ul{list-style:disc}