@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";html{display:flex;min-height:100%;width:100%}body{display:flex;max-width:100%;width:100%}#root{display:flex;flex-direction:column;width:100%;margin:0 auto}#root .App{flex:1 1 auto;display:flex;flex-direction:column}#root .App main{flex:1 1 auto;display:flex;flex-direction:column}#root .container-fluid{max-width:1920px}section{padding:0 0 3rem 0;margin:0 auto}section *:last-child{margin-bottom:0}body{font-family:"Roboto",Arial,Helvetica,sans-serif;color:#fff;-webkit-font-smoothing:antialiased}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{font-weight:800;color:#fff;-webkit-font-smoothing:antialiased;margin-bottom:1rem}h6 span.subtitle,.h6 span.subtitle,h5 span.subtitle,.h5 span.subtitle,h4 span.subtitle,.h4 span.subtitle,h3 span.subtitle,.h3 span.subtitle,h2 span.subtitle,.h2 span.subtitle,h1 span.subtitle,.h1 span.subtitle{display:block;font-size:14px;font-weight:bold;padding-top:.5rem}h1,.h1{font-size:1.6rem}h2,.h2{font-size:1.4rem;font-weight:700}h3,.h3{font-size:1.3rem;font-weight:700}h4,.h4{font-size:1.2rem}h5,.h5{font-size:1.1rem}h6,.h6{font-size:1rem}p{margin-bottom:1rem}small{font-size:.75rem}a{color:#dddf40;text-decoration:none}a:hover{color:#b2b41e}.bg-white{background-color:#fff !important}.text-white{color:#fff !important}.fill-white{fill:#fff !important}.bg-black{background-color:#000 !important}.text-black{color:#000 !important}.fill-black{fill:#000 !important}.bg-darkblue{background-color:#1e2248 !important}.text-darkblue{color:#1e2248 !important}.fill-darkblue{fill:#1e2248 !important}.bg-lightblue{background-color:#2a85be !important}.text-lightblue{color:#2a85be !important}.fill-lightblue{fill:#2a85be !important}.bg-brightblue{background-color:#63badd !important}.text-brightblue{color:#63badd !important}.fill-brightblue{fill:#63badd !important}.bg-blue{background-color:#19519e !important}.text-blue{color:#19519e !important}.fill-blue{fill:#19519e !important}.bg-chartreuse{background-color:#dddf40 !important}.text-chartreuse{color:#dddf40 !important}.fill-chartreuse{fill:#dddf40 !important}.bg-red{background-color:#e54c39 !important}.text-red{color:#e54c39 !important}.fill-red{fill:#e54c39 !important}.bg-purple{background-color:#a987e8 !important}.text-purple{color:#a987e8 !important}.fill-purple{fill:#a987e8 !important}.bg-lightgray{background-color:#f2f2f2 !important}.text-lightgray{color:#f2f2f2 !important}.fill-lightgray{fill:#f2f2f2 !important}.bg-border{background-color:#ddd !important}.text-border{color:#ddd !important}.fill-border{fill:#ddd !important}.bg-primary{background-color:#19519e !important}.text-primary{color:#19519e !important}.fill-primary{fill:#19519e !important}.bg-danger{background-color:#e54c39 !important}.text-danger{color:#e54c39 !important}.fill-danger{fill:#e54c39 !important}.btn{padding-left:2rem;padding-right:2rem;border-radius:.25rem;font-weight:bold}.btn.btn-primary{color:#1e2248;border-color:#d9db2a;background-color:#dddf40}.btn.btn-primary:hover{color:#1e2248;background-color:#bcbe36;border-color:#bcbe36}.btn.btn-primary:active,.btn.btn-primary.active{color:#1e2248;background-color:#ebed54;border-color:#ced028;transform:scale(0.95, 0.85)}.btn.btn-primary:active:focus,.btn.btn-primary.active:focus{box-shadow:0 0 0 0 rgba(189,191,47,.5)}.btn.btn-primary:disabled,.btn.btn-primary.disabled{color:#fff;background-color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.5);opacity:1}.btn.btn-secondary{color:#fff;border-color:#ddd;background-color:#fff}.btn.btn-secondary:hover{color:#fff;background-color:#d9d9d9;border-color:#d9d9d9}.btn.btn-secondary:active,.btn.btn-secondary.active{color:#fff;background-color:#fff;border-color:#d2d2d2;transform:scale(0.95, 0.85)}.btn.btn-secondary:active:focus,.btn.btn-secondary.active:focus{box-shadow:0 0 0 0 rgba(226,226,226,.5)}.btn.btn-secondary:disabled,.btn.btn-secondary.disabled{color:#fff;background-color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.5);opacity:1}.btn.btn-secondary:hover{background-color:#fff;border-color:#b7b7b7}.btn.btn-link{color:#dddf40;font-weight:normal;text-decoration:none}.btn.btn-link:hover{color:#b2b41e;text-decoration:underline}.btn.btn-link:active,.btn.btn-link:focus{box-shadow:none}.btn.btn-block{flex:1 1 auto;display:block;width:100%}.form-control,.form-select,.form-check-input{border-color:#fff;background-color:#fff;border-radius:.25rem}.form-control::-moz-placeholder, .form-select::-moz-placeholder, .form-check-input::-moz-placeholder{color:rgba(255,255,255,.4)}.form-control::placeholder,.form-select::placeholder,.form-check-input::placeholder{color:rgba(255,255,255,.4)}.form-control:focus,.form-select:focus,.form-check-input:focus{box-shadow:0 0 0 3px rgba(25,81,158,.15);outline:2px solid rgba(25,81,158,.15);border-color:#164688}.form-control.is-invalid,.form-select.is-invalid,.form-check-input.is-invalid{border-color:#e54c39;color:#e54c39;background-image:none}.form-control.is-invalid:focus,.form-select.is-invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 3px rgba(229,76,57,.15);outline:2px solid rgba(229,76,57,.15);border-color:#e23822}.form-control[readonly],.form-select[readonly],.form-check-input[readonly]{background-color:rgba(0,0,0,0);color:#fff;border-style:dashed}.invalid-feedback{color:#e54c39}.form-select:not([multiple]):not([size]).is-valid,.form-select:not([multiple]):not([size]).is-invalid{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e")}.form-label{font-weight:700}.input-group .input-group-text{background-color:#fff;border-color:#ddd;border-radius:0;color:#fff}.input-group .input-group-text .custom-control{padding-left:1rem}.input-group .input-group-text .custom-radio label:before,.input-group .input-group-text .custom-radio label:after,.input-group .input-group-text .custom-checkbox label:before,.input-group .input-group-text .custom-checkbox label:after{width:1rem;height:1rem;left:-1rem}.input-group .dropdown:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.input-group .dropdown:not(:last-child) .btn{border-top-right-radius:0;border-bottom-right-radius:0}.loading{flex:1 1 auto;position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:4rem;min-width:4rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' width='4.67' height='6.67' viewBox='0 0 4.67 6.67'%3E%3Cpath d='m1.73,5.2c.06-.18,1.66-4.51,1.75-4.73.06-.16.15-.29.3-.39.08-.05.16-.07.24-.08.15-.02.28.02.4.1.13.09.21.23.24.39.03.14-.02.28-.07.4-.06.15-2.1,5.14-2.19,5.33-.1.2-.25.34-.47.4-.18.05-.36.04-.53-.05-.21-.11-.32-.29-.39-.5-.06-.17-.12-.35-.18-.52-.07-.22-.15-.44-.22-.66-.09-.26-.18-.51-.26-.77-.09-.28-.17-.55-.26-.83C.04,3.19,0,3.06,0,2.93c0-.15.06-.26.18-.35.11-.08.23-.1.35-.06.05.01.09.03.14.05.14.06.2.18.25.3.05.14.1.28.15.42.09.26.19.51.28.77.08.23.16.46.24.69.05.14.08.29.12.43,0,0,0,.01.02.03Z' style='fill:%23dddf40;'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:1rem}.loading:before{content:"";position:absolute;width:4rem;height:4rem;border-radius:2rem;border-top:4px solid #dddf40;border-left:4px solid #dddf40;border-bottom:4px solid rgba(30,34,72,.5);border-right:4px solid rgba(30,34,72,.5);animation:loader-rotate 2.5s ease-in-out infinite}.btn-loading{position:relative;color:rgba(255,255,255,0) !important;pointer-events:none}.btn-loading::before{content:"";position:absolute;display:block;height:20px;width:20px;top:calc(50% - 10px);left:calc(50% - 10px);border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid rgba(25,81,158,.5);border-left:2px solid rgba(25,81,158,.5);border-radius:50%;animation:loader-rotate 2.5s ease-in-out infinite}.btn-loading.btn-secondary::before,.btn-loading.btn-link::before{border-top:2px solid #63badd;border-right:2px solid #63badd;border-bottom:2px solid rgba(25,81,158,.15);border-left:2px solid rgba(25,81,158,.15)}.inline-loading{position:relative;display:inline-block;height:.36em;width:3.5em;background-color:rgba(30,34,72,.5);border-radius:.5rem;font-size:inherit;overflow:hidden}.inline-loading::before{content:"";position:absolute;display:block;height:100%;width:100%;border-radius:.5rem;background-color:#dddf40;animation:loader-worm 2.5s ease infinite,loader-color-shift 2.5s ease infinite}@keyframes loader-rotate{0%{transform:rotate(0)}50%{transform:rotate(720deg)}100%{transform:rotate(1080deg)}}@keyframes loader-worm{0%{transform:scaleX(0);transform-origin:left}10%{transform:scaleX(0);transform-origin:left}25%{transform:scaleX(1);transform-origin:left}75%{transform:scaleX(1);transform-origin:right}90%{transform:scaleX(0);transform-origin:right}100%{transform:scaleX(0);transform-origin:right}}.authentication{display:flex;justify-content:center;height:100%;background:linear-gradient(#1e2248, #19519e, #2a85be)}.authentication .authentication-form{flex:1 1 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;max-width:400px;padding:2rem}.authentication .authentication-form>*{width:100%}.authentication .brand{display:flex;justify-content:center;margin-bottom:1.5rem}.authentication .brand .brand-logo{width:250px}.errors{display:flex;align-items:center;justify-content:center;height:100%;min-height:80vh;max-height:100vh;background-image:url("~/public/images/wt-error.svg");background-repeat:no-repeat;background-position:bottom right;background-size:auto 90%}.errors .error{text-align:center}.errors .error h1{font-size:3rem;margin:0;text-transform:uppercase}