@charset "UTF-8";:root{--monospace-font:menlo,consolas,monospace;--default-font:intrinsic,helvetica,arial,sans-serif;--bg-border:linear-gradient(180deg,#e5e5e5,#e5e5e5 50%,#fff 50% 100%) 0 100% /100% 1px no-repeat;--page-max-width:1280px;--scrollbar-track-color:#f2f2f2;--scrollbar-thumb-color:gray;--scrollbar-thumb-hover-color:#5e5e5e;--scrollbar-thumb-hold-color:#666}@media not (max-width:1440px){:root{--page-max-width:1280px}}@media(not (max-width:1280px))and (max-width:1440px){:root{--page-max-width:1140px}}@media(not (max-width:1088px))and (max-width:1280px){:root{--page-max-width:1024px}}@media(not (max-width:430px))and (max-width:1088px){:root{--page-max-width: calc(100% - 64px) }}@media(max-width:430px){:root{--page-max-width: calc(100% - 40px) }}*{box-sizing:border-box;font-family:inherit}html{height:100%}body{margin:0;padding:0;font-family:var(--default-font)!important}.app{position:relative;margin:0 auto;padding:0}.page{position:relative;flex-direction:column;padding-top:54px}.header-fixed,.page{display:flex;align-items:center}.header-fixed{position:fixed;top:0;left:0;right:0;z-index:200;justify-content:center;width:100%;height:54px;margin:0 auto;border-bottom:1px solid #e5e5e5;background:#fff}.page-inner{width:100%;max-width:var(--page-max-width)}.fullscreen{height:calc(100% - env(safe-area-inset-bottom));overflow:hidden}.fullscreen .app,.fullscreen .page,.fullscreen .page-inner{height:100%}.form-item-error{color:#f56c6c;font-size:12px}.tg-turbogrid{font-family:var(--default-font)!important}.tg-turbogrid .tg-scrollbar .tg-scrollbar-track{background:var(--scrollbar-track-color)}.tg-turbogrid .tg-scrollbar .tg-scrollbar-thumb{background:var(--scrollbar-thumb-color)}.tg-turbogrid .tg-scrollbar .tg-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-color)}.tg-turbogrid .tg-scrollbar .tg-scrollbar-thumb-hold,.tg-turbogrid .tg-scrollbar .tg-scrollbar-thumb-hold:hover{background:var(--scrollbar-thumb-hold-color)}a:link,a:visited{color:#0077cf;text-decoration:none}a:hover{color:#005ba1;text-decoration:underline}dl,dl dd,dl dt{margin:0}figure{position:relative}figure,figure figcaption{margin:0;padding:0;overflow:hidden}figure figcaption{position:absolute;top:0;left:0;white-space:nowrap;border:0;transform:translate(-100%,-100%)}.ms-logo{position:relative;font-size:40px}.ms-logo:after{content:"•";color:red;font-feature-settings:"ornm" 1;font-family:var(--default-font)}::-webkit-scrollbar{width:15px;height:10px}::-webkit-scrollbar-track{border-left:5px solid transparent;background:var(--scrollbar-track-color);background-clip:padding-box}::-webkit-scrollbar-track:horizontal{background:var(--scrollbar-track-color)}::-webkit-scrollbar-thumb{border-left:5px solid transparent;background:var(--scrollbar-thumb-color);background-clip:padding-box}::-webkit-scrollbar-thumb:horizontal{background:var(--scrollbar-thumb-color)}::-webkit-scrollbar-thumb:hover{border-left:5px solid transparent;background:var(--scrollbar-thumb-hover-color);background-clip:padding-box}::-webkit-scrollbar-thumb:horizontal:hover{background:var(--scrollbar-thumb-hover-color)}.wh-loading{position:relative;z-index:10000;overflow:hidden;pointer-events:none}.wh-loading-show{display:inline-block}.wh-loading-icon,.wh-loading-icon svg{display:block}.wh-loading-s .wh-loading-icon{width:16px;height:16px}.wh-loading-m .wh-loading-icon{width:30px;height:30px}.wh-loading-l .wh-loading-icon{width:50px;height:50px}.wh-loading-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wh-loading-center.wh-loading-show{display:block}@keyframes wh-modal-fade-in{0%{opacity:0}to{opacity:1}}.wh-modal-lock-body{overflow:hidden;touch-action:none}.wh-modal{--wh-modal-width:auto;--wh-modal-max-width:90%;--wh-modal-overflow:hidden;--wh-modal-padding:5px;position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;background-color:#0000004d;animation-name:wh-modal-fade-in;animation-duration:.2s;animation-fill-mode:both}.wh-modal-window{position:absolute;top:50%;left:50%;display:flex;width:var(--wh-modal-width);max-width:var(--wh-modal-max-width);max-height:80%;padding:20px;box-sizing:border-box;border-radius:10px;background:#fff;transform:translate(-50%,-50%);overflow:hidden}.wh-modal-main{position:relative;width:100%;padding:var(--wh-modal-padding);overflow:var(--wh-modal-overflow)}.wh-modal-header{margin-bottom:10px;font-weight:600;font-size:18px}.wh-flex{--wh-flex-gap:0;--wh-flex-margin:0;--wh-flex-padding:0;--wh-flex-align:unset;--wh-flex-overflow:unset;gap:var(--wh-flex-gap);justify-content:var(--wh-flex-align);margin:var(--wh-flex-margin);padding:var(--wh-flex-padding);box-sizing:border-box;text-overflow:ellipsis;overflow:var(--wh-flex-overflow)}.wh-flex>*{flex-shrink:0}.wh-flex-row{--wh-flex-align-items:center;flex-direction:row}.wh-flex-column,.wh-flex-row{position:relative;display:flex;align-items:var(--wh-flex-align-items)}.wh-flex-column{--wh-flex-align-items:normal;flex-direction:column}.wh-flex-wrap{flex-wrap:wrap}.wh-flex-shrink>*{flex-shrink:1}.wh-flex-auto,.wh-flex-empty{flex:1 1 0%;overflow:var(--wh-flex-overflow)}.wh-flex-empty{margin:0;padding:0}.wh-button{display:flex;flex-shrink:0;gap:4px;justify-content:center;align-items:center;min-width:50px;max-width:200px;padding:4px 16px;box-sizing:border-box;color:#5e5e5e;font-weight:300;font-size:16px;white-space:nowrap;text-align:center;text-overflow:ellipsis;vertical-align:middle;border:1px solid gray;border-radius:24px;background-color:transparent;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.wh-button:focus{outline:2px solid #0077cf;outline-offset:2px}.wh-button:disabled{opacity:.65}.wh-button:not(:disabled){cursor:pointer}.wh-button:not(:disabled):hover{color:#fff;border-color:#5e5e5e;background-color:#5e5e5e}.wh-button.wh-button-primary{color:#fff;border-color:#0077cf;background-color:#0077cf}.wh-button.wh-button-primary:hover{color:#fff;border-color:#005ba1;background-color:#005ba1}.wh-button.wh-button-primary:focus{outline:2px solid #0077cf;outline-offset:2px}.wh-button.wh-button-primary:disabled{color:#fff;border-color:#6c757d;background-color:#6c757d;opacity:.65}.wh-button.wh-button-flat{padding:5px;border:none}.wh-button.wh-button-flat:hover{color:#000;border:none;background:none}.wh-button.wh-button-flat:focus{outline:none}.wh-button.wh-button-large{height:36px;padding:0 24px;font-weight:400;font-size:18px;line-height:36px}.wh-button.wh-button-small{height:26px;padding:0 12px;font-weight:400;font-size:14px;line-height:26px}.wh-tooltip{--wh-tooltip-color:inherit;--wh-tooltip-max-width:320px;position:fixed;z-index:1000;margin:0;box-sizing:border-box;color:var(--wh-popover-color);border:none;filter:drop-shadow(1px 2px 2px rgba(0,0,0,.2))}.wh-tooltip.wh-tooltip-nonreactive{pointer-events:none}.wh-tooltip .wh-tooltip-content{position:relative;display:flex;flex-direction:column;gap:5px;max-width:var(--wh-tooltip-max-width);margin:10px;overflow:hidden}.wh-tooltip .wh-tooltip-title{margin-bottom:5px;font-weight:600}.wh-icon{--wh-icon-width:16px;--wh-icon-height:16px;--wh-icon-color:inherit;position:relative;flex-shrink:0;width:var(--wh-icon-width);height:var(--wh-icon-height);margin:0;padding:0;color:var(--wh-icon-color);overflow:hidden}.wh-icon svg{display:block;width:100%;height:100%;pointer-events:none}.wh-icon-button{cursor:pointer;opacity:.8}.wh-icon-button:hover,.wh-icon-primary{opacity:1}.wh-icon-primary:hover{color:#0a58ca}@keyframes wh-note-slide-in-up{0%{visibility:visible;transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}.wh-note{display:flex;gap:8px;align-items:center;padding:12px 16px;border-radius:8px;background-color:#fff;box-shadow:0 4px 12px #00000014;animation-name:wh-note-slide-in-up;animation-duration:.2s;animation-fill-mode:both}.nps[data-v-5cda8d69]{position:fixed;bottom:5px;right:5px;z-index:1000;display:flex;flex-direction:column;gap:20px;align-items:center;width:calc(100% - 10px);max-width:400px;padding:20px;box-sizing:border-box;border-radius:10px;background-color:#fff;filter:drop-shadow(1px 2px 2px rgba(0,0,0,.2))}.nps p[data-v-5cda8d69]{margin:0;padding:0;color:#1e1e1e;font-weight:500;font-size:16px;text-align:justify}.nps-container[data-v-5cda8d69]{display:flex;flex-direction:column;gap:5px;width:100%}.nps-scale[data-v-5cda8d69]{width:100%}.nps-scale[data-v-5cda8d69],.nps-score[data-v-5cda8d69]{position:relative;display:flex;align-items:center}.nps-score[data-v-5cda8d69]{flex:auto;justify-content:center;height:32px;border:1px solid #ccc;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nps-score[data-v-5cda8d69]:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.nps-score[data-v-5cda8d69]:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.nps-score[data-v-5cda8d69]:hover{z-index:10;border-color:#0077cf;background-color:#f0f0f0}.nps-score.selected[data-v-5cda8d69]{color:#fff;border-color:#0077cf;background-color:#0077cf}.nps-score[data-v-5cda8d69]:not(:last-child){margin-right:-1px}.nps-labels[data-v-5cda8d69]{display:flex;justify-content:space-between;width:100%;color:#5e5e5e;font-weight:400;font-size:12px}.nps-close[data-v-5cda8d69]{position:absolute;top:10px;right:10px;z-index:10;cursor:pointer}.nps-good[data-v-5cda8d69]{display:flex;flex-direction:column;gap:5px;align-items:center;padding-bottom:32px}.wh-global-components{position:absolute;top:0;left:0;z-index:10000}.wh-app-loading{position:fixed;top:30%;left:50%;z-index:9999;transform:translate(-50%,-50%)}.wh-global-tooltip{color:#1e1e1e;font-weight:400;font-size:14px}.wh-modal-title{width:100%;font-weight:700;font-size:18px;text-align:left}.wh-confirm-modal{display:flex;flex-direction:column;gap:10px;min-width:260px}.wh-confirm-modal .wh-confirm-title{color:#333;font-weight:600;font-size:18px}.wh-confirm-modal .wh-confirm-content{color:#5e5e5e;font-weight:400;font-size:16px}.wh-confirm-modal .wh-confirm-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.wh-confirm-modal .wh-confirm-buttons .wh-button{min-width:88px}.wh-note-list{position:fixed;top:60px;left:50%;z-index:9000;display:flex;flex-direction:column;gap:8px;align-items:center;min-width:200px;max-width:500px;transform:translate(-50%);pointer-events:none}.fps-detector{position:fixed;left:0;bottom:0}.app-error[data-v-1c209b22]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:720px;margin:0 auto;padding:64px;color:#1e1e1e;text-align:center}.app-error h1[data-v-1c209b22]{margin:0 0 20px;font-size:24px;line-height:1.5}.app-error p[data-v-1c209b22]{margin:0 0 16px;font-size:16px;line-height:1.8}.app-error dl[data-v-1c209b22]{margin:0}.app-error dt[data-v-1c209b22]{margin-bottom:16px}.app-error dd[data-v-1c209b22],.app-error dt[data-v-1c209b22]{font-size:16px;line-height:1.8}.app-error dd[data-v-1c209b22]{margin:0 0 24px}.app-error a[data-v-1c209b22]{color:#0077cf}.app-error-status[data-v-1c209b22]{color:#5e5e5e;font-size:14px}
