html,body{width:100%;height:100%;overflow:hidden;cursor:default;-webkit-tap-highlight-color:transparent;background-color:#f3f3f3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}*{margin:0}#app{width:100%;height:100%}:root{--theme-color: #07295E}.ripple{overflow:hidden;position:relative}.ripple div.ripple-place{position:absolute;top:0;left:0;width:100%;height:100%}.ripple div.ripple-place span.ripple-item{width:var(--size);height:var(--size);opacity:.3;border-radius:100%;position:absolute;top:var(--y);left:var(--x);animation:ripple-start .5s cubic-bezier(.3,.3,.3,1) normal;background-color:var(--theme-color);pointer-events:none;display:block;transform-origin:center center;transition:.5s}@keyframes ripple-start{0%{transform-origin:center center;transform:scale(0)}to{transform-origin:center center;transform:scale(1)}}.ripple div.ripple-place span.ripple-item.removing{opacity:0}.button[data-v-ff91cb1f]{-webkit-user-select:none;user-select:none;cursor:pointer;font-size:14px;box-sizing:border-box;border-radius:5px;display:flex;justify-content:center;align-items:center;transition:all .2s}.button p[data-v-ff91cb1f]{white-space:nowrap}.button .loading[data-v-ff91cb1f]{width:25px;height:25px;animation:loader-ff91cb1f 1s linear infinite}@keyframes loader-ff91cb1f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button .loading svg[data-v-ff91cb1f]{width:25px;height:25px;fill:currentColor;stroke:currentColor}.button .loading svg ellipse[data-v-ff91cb1f]{stroke-dasharray:1005;stroke-dashoffset:357;animation:loader-ellipse-ff91cb1f 1s infinite alternate}@keyframes loader-ellipse-ff91cb1f{0%{stroke-dashoffset:357}to{stroke-dashoffset:800}}.button[size=normal][data-v-ff91cb1f]{height:35px;width:fit-content;padding:5px 15px}.button[size=large][data-v-ff91cb1f]{height:40px;width:fit-content;padding:5px 20px}.button[type=red][data-v-ff91cb1f]{background-color:transparent;color:#ff4343;border:1.3px solid rgb(255,67,67)}.button[type=red][data-v-ff91cb1f]:hover,.button[type=red][data-v-ff91cb1f]:active{box-shadow:0 2px 5px #00000025}.button[type=red][disabled=true][data-v-ff91cb1f]{pointer-events:none;border-color:#d2d2d2;color:#d2d2d2;cursor:not-allowed}.button[type=normal][data-v-ff91cb1f]{background-color:var(--theme-color);color:#fff;border:1.3px solid var(--theme-color)}.button[type=normal][data-v-ff91cb1f]:hover,.button[type=normal][data-v-ff91cb1f]:active{background-color:transparent;color:var(--theme-color);box-shadow:0 2px 5px #00000025}.button[type=normal][disabled=true][data-v-ff91cb1f]{background-color:#d2d2d2;pointer-events:none;border-color:#d2d2d2;cursor:not-allowed}.button[type=outlined][data-v-ff91cb1f]{border:1.3px solid var(--theme-color);background-color:transparent;color:var(--theme-color)}.button[type=outlined][data-v-ff91cb1f]:hover,.button[type=outlined][data-v-ff91cb1f]:active{box-shadow:0 2px 5px #00000025}.button[type=outlined][disabled=true][data-v-ff91cb1f]{pointer-events:none;border-color:#d2d2d2;color:#d2d2d2;cursor:not-allowed}div.login .logined[data-v-4548edf8]{font-size:13px;display:flex;align-items:center}div.login .logined .logout-button[data-v-4548edf8]{margin-left:10px}div.login .no_login[data-v-4548edf8]{display:flex}div.login .no_login .button[data-v-4548edf8]{margin:0 10px}div.login .no_login .button[back][data-v-4548edf8]{display:none}@media screen and (max-width: 700px){div.login .no_login .button[back][data-v-4548edf8]{display:flex}}header[data-v-2f63687e]{position:fixed;top:0;left:0;width:100%;height:72px;padding:2% 5%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 5px #0001;z-index:256}@media screen and (max-width: 700px){header[data-v-2f63687e]{justify-content:end}header p.logo[data-v-2f63687e]{display:none}header .button[back][data-v-2f63687e]{display:flex}}header .logo[data-v-2f63687e]{background:radial-gradient(circle at 50%,#1d6fa3 30%,#002661);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:900;font-size:24px;cursor:pointer}.loadingbar[data-v-a2ff0f2e]{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:1000}.loadingbar .bar[data-v-a2ff0f2e]{width:30%;height:100%;animation:loading-bar-a2ff0f2e 5s linear infinite;background-color:var(--theme-color);position:absolute;border-radius:1000px;left:0;top:0}@keyframes loading-bar-a2ff0f2e{0%{left:-100%}to{left:100%}}.fade-enter-active,.fade-leave-active{transition:transform .3s,opacity .3s,filter .3s}.fade-enter-from,.fade-leave-to{transform:scale(.9);opacity:0;filter:blur(100px)}main[data-v-2a00b136]{height:100%;width:100%}.footer[data-v-b47b3471]{position:fixed;left:0;bottom:0;width:100%;height:auto;padding-top:5px;padding-bottom:6px;background:#eee3;backdrop-filter:blur(10px) brightness(1.2);-webkit-backdrop-filter:blur(10px) brightness(1.2);display:flex;justify-content:center;align-items:center;animation:come-b47b3471 1s ease forwards;opacity:0;animation-delay:.3s;box-shadow:0 -2px 5px #0001}@keyframes come-b47b3471{0%{opacity:0}to{opacity:1}}h3 a[data-v-b47b3471]{color:var(--theme-color);text-decoration:none;font-size:13px;margin:0}.home[data-v-b47b3471]{width:100%;height:100vh;display:flex;justify-content:center;flex-direction:column;background:linear-gradient(to right,#fffe 30%,#0000),url(/assets/home-BlLXUfwo.jpg);background-size:cover;background-repeat:no-repeat;padding-left:8%}.home h1[data-v-b47b3471]{font-size:64px;background:radial-gradient(circle at 50%,#1d6fa3 30%,#002661);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700;animation:content-come-b47b3471 .6s ease forwards;opacity:0}@media screen and (max-width: 700px){.home h1[data-v-b47b3471]{font-size:50px}}@media screen and (max-width: 700px){.home[data-v-b47b3471]{background:#fff;align-items:center;padding-left:0}}.home .actions[data-v-b47b3471]{display:flex;margin-top:40px;animation:content-come-b47b3471 .6s ease forwards;opacity:0;animation-delay:.3s}.home .actions .button[data-v-b47b3471]{margin:10px}@keyframes content-come-b47b3471{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}svg[data-v-abfef7ae]{width:100px;height:100px;fill:#dedede}h1[data-v-abfef7ae]{color:#dedede;margin-top:10px}.none-selected-empty[data-v-abfef7ae]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;-webkit-user-select:none;user-select:none}svg[data-v-1da20439]{width:100px;height:100px;fill:#dedede}h1[data-v-1da20439]{color:#dedede;margin-top:10px}.none-selected-empty[data-v-1da20439]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;-webkit-user-select:none;user-select:none}
