html{-webkit-font-smoothing:antialiased;--var-theme-border-radius:16px;--var-theme-font-size:0px;--var-theme-font-family:canada-type-gibson,sans-serif;--var-theme-title-family:canada-type-gibson,sans-serif;height:100%;width:100%}html.light{--var-theme-primary-accent:#09b7c6;--var-theme-bg-app:#f0f5fa;--var-theme-bg-primary:#fff;--var-theme-bg-secondary:#f3f3f3;--var-theme-bg-tertiary:#f0f5fa;--var-theme-border-primary:#d9e7f4;--var-theme-border-secondary:#9d9d9d;--var-theme-nav-bg:#fff;--var-theme-nav-border:#d9e7f4;--var-theme-text-primary:#2e2e2e;--var-theme-text-secondary:#5f5f5f;--var-theme-text-tertiary:#09b7c6;--var-theme-text-highlight:#09b7c6;--var-theme-btn-primary:#09b7c6;--var-theme-btn-primary-text:#fff;--var-theme-btn-secondary:#d8d8d8;--var-theme-btn-secondary-text:#1a1a1a;--var-theme-btn-tertiary:#f0f5fa;--var-theme-btn-tertiary-text:#1a1a1a;--var-theme-btn-green:#1abb9c;--var-theme-btn-green-text:#fff;--var-theme-btn-red:#bf2828;--var-theme-btn-red-text:#fff;--var-theme-input-bg:#fff;--var-theme-toggle-bg:#d8d8d8;--var-theme-input-bg-secondary:#fbfbfb;--var-theme-input-placeholder:#9d9d9d;--var-theme-input-text:#2e2e2e;--var-theme-input-border:#d8d8d8;--var-theme-popup-bg:#fff;--var-theme-popup-border:#d9e7f4;--var-theme-icon-primary:#2e2e2e;--var-theme-overlay-colour:rgba(0,0,0,.7)}html body{background:var(--var-theme-bg-app);height:inherit;margin:0;width:inherit}html body .eggy{width:450px;z-index:100}html body .eggy>div{border-radius:10px;padding:.75rem .5rem}html body .eggy>div.success{border:2px solid #1abb9c}html body .eggy>div.success svg:not(.close-btn){fill:#1abb9c}html body .eggy>div.warning{border:2px solid #d3b73e}html body .eggy>div.warning svg:not(.close-btn){fill:#d3b73e}html body .eggy>div.info{border:2px solid #09b7c6}html body .eggy>div.info svg:not(.close-btn){fill:#09b7c6}html body .eggy>div.error{border:2px solid #bf2828}html body .eggy>div.error svg:not(.close-btn){fill:#bf2828}html body .eggy>div>div{display:flex;flex-direction:column;gap:.2rem}html body .eggy>div>div .title{color:#1a1a1a;font-family:var(--var-theme-title-family);font-size:calc(var(--var-theme-font-size) + 12px);font-weight:500;line-height:calc(var(--var-theme-font-size) + 20px);margin:0}@media (min-width:768px){html body .eggy>div>div .title{font-size:calc(var(--var-theme-font-size) + 14px)}}html body .eggy>div>div .message{color:#5f5f5f;font-family:var(--var-theme-font-family);font-size:calc(var(--var-theme-font-size) + 13px);font-weight:400;line-height:calc(var(--var-theme-font-size) + 16px);margin:0}@media (min-width:768px){html body .eggy>div>div .message{font-size:calc(var(--var-theme-font-size) + 14px)}}html body .eggy>div svg:not(.close-btn){height:30px;margin:0 auto;width:30px}html body .eggy>div svg.close-btn{fill:#2e2e2e;cursor:pointer;height:25px;margin:0 auto;width:25px}html body .eggy>div .progress-bar{position:absolute}html body main{align-items:center;background:var(--var-theme-bg-primary);border-left:1px solid var(--var-theme-primary-accent);border-right:1px solid var(--var-theme-primary-accent);box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:99%;padding:1rem;transition:max-width .4s ease-out,border .2s ease;width:99%}html body main.closed{border:0;max-width:0;overflow:hidden;padding-left:0;padding-right:0}html body main.closed .login{opacity:0}html body main .login{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center;opacity:1;transition:opacity .2s ease;width:90%}html body main .login img{width:200px}html body main .login form{display:flex;flex-direction:column;gap:1rem;width:100%}html body main .login form .input-wrapper{box-sizing:border-box;height:3.125rem;position:relative}html body main .login form .input-wrapper input,html body main .login form .input-wrapper textarea{background-color:var(--var-theme-input-bg);border:1px solid var(--var-theme-input-border);border-radius:7px;box-sizing:border-box;color:var(--var-theme-input-text);font-family:var(--var-theme-font-family);font-size:calc(var(--var-theme-font-size) + 14px);font-weight:400;height:100%;line-height:15px;outline:none;padding:1rem;resize:none;width:100%}@media (min-width:768px){html body main .login form .input-wrapper input,html body main .login form .input-wrapper textarea{font-size:calc(var(--var-theme-font-size) + 15px)}}html body main .login form .input-wrapper input[data-error=true],html body main .login form .input-wrapper textarea[data-error=true]{border:1.5px solid #bf2828}html body main .login form .input-wrapper input::-moz-placeholder,html body main .login form .input-wrapper textarea::-moz-placeholder{color:var(--var-theme-input-placeholder);opacity:1}html body main .login form .input-wrapper input::placeholder,html body main .login form .input-wrapper textarea::placeholder{color:var(--var-theme-input-placeholder);opacity:1}html body main .login form .input-wrapper[disabled] input,html body main .login form .input-wrapper[disabled] textarea{pointer-events:all!important}html body main .login form .input-wrapper[disabled]:is(.input-textarea) .locked{height:20px;top:25px;width:20px}html body main .login form .input-wrapper[disabled]:not(.input-textarea) .locked{height:25px;top:50%;transform:translateY(-50%);width:25px}html body main .login form .input-wrapper[disabled] .locked{display:block;pointer-events:all;position:absolute;right:10px;transform:translateY(-50%);z-index:1}html body main .login form .input-wrapper[disabled] .locked svg{height:100%;width:100%}html body main .login form .input-wrapper[disabled] .locked svg path{stroke:var(--var-theme-input-text)}html body main .login form .input-wrapper.background input,html body main .login form .input-wrapper.background textarea{padding-left:2.75rem}html body main .login form .input-wrapper.background>svg{display:block;height:25px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:25px;z-index:1}html body main .login form .input-wrapper.background>svg path{stroke:var(--var-theme-input-placeholder)}html body main .login form button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--var-theme-btn-primary);border:none;border-radius:7px;box-sizing:border-box;color:var(--var-theme-btn-primary-text);display:flex;font-family:var(--var-theme-font-family);font-size:calc(var(--var-theme-font-size) + 15px);font-weight:400;height:50px;justify-content:center;line-height:calc(var(--var-theme-font-size) + 23px);padding:.25rem .75rem;text-decoration:none;width:-moz-fit-content;width:fit-content;width:100%}@media (min-width:768px){html body main .login form button{font-size:calc(var(--var-theme-font-size) + 16px)}}html body main .login form button.disabled,html body main .login form button[disabled]{opacity:.7;pointer-events:none}html body main .login form button:hover{cursor:pointer;opacity:.9}html body main .login form button:focus{outline:none}html body main .login form button.loading{pointer-events:none;position:relative}html body main .login form button.loading:before{background-color:inherit;border-radius:7px;content:"";inset:0;position:absolute}html body main .login form button.loading:after{animation:loaderKeyframes 2s ease-in-out infinite;background-image:url(/img/loader.svg);background-position:50%;background-repeat:no-repeat;background-size:16px;content:"";height:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1rem}@media (min-width:768px){html body main{width:97%}html body main .login{width:50%}}@media (min-width:900px){html body main{width:90%}html body main .login{width:50%}}@media (min-width:1200px){html body main{width:750px}html body main .login{width:50%}}
