@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);.login-section .background-login{background-color:#003554;height:100vh;position:fixed;width:100vw;z-index:-1}.login-section .login-window{background-color:#fff;border-radius:1rem;bottom:0;height:33rem;left:0;margin:auto;padding:2rem;position:absolute;right:0;top:0;width:28rem}.login-section .login-window h2{font-weight:700;margin:3rem;text-align:center}.login-section .login-window .input-container{margin-bottom:3rem}.login-section .login-window .input-container label{color:#000;display:block;margin-bottom:.3rem}.login-section .login-window .input-container input{border-color:#dadada;border-style:solid;border-left:0;border-right:0;border-top:0;font-size:1rem;height:2rem;outline:none;padding:0 1rem;width:92%}.login-section .login-window button{background-color:#006494;bottom:4rem;position:absolute;width:88%}.login-section .login-window button:hover{background-color:#0172a7;transition:.2s}.report-section{height:100vh;width:100vw}.report-section .container{border-collapse:collapse;height:100%;table-layout:fixed;width:100%}.report-section .container .table-heading{background-color:#003554;height:20%;position:relative;-webkit-user-select:none;user-select:none}.report-section .container .table-heading .filters{display:grid;grid-template-columns:25rem auto}.report-section .container .table-heading .filters label{color:#fff}.report-section .container .table-heading .filters .input-container{padding:0 0 1rem 2rem;z-index:2}.report-section .container .table-heading .filters .input-container .limit-input{width:2rem}.report-section .container .table-heading .filters .input-container .limit-input-invalid{background-color:red;color:#fff;transition:.5s}.report-section .container .table-heading .filters .input-container .limit-icon{color:#fff;cursor:pointer;font-size:1.1rem;height:1rem;margin-left:1rem;width:1rem}.report-section .container .table-heading .filters .input-container .animation-refresh-icon{-webkit-animation:keyframe-refresh-icon .7s linear;animation:keyframe-refresh-icon .7s linear}@-webkit-keyframes keyframe-refresh-icon{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes keyframe-refresh-icon{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.report-section .container .table-heading .filters .input-container label{display:inline-block;width:4rem}.report-section .container .table-heading .filters .input-container input{border:none;border-radius:.2rem;outline:none;padding:.2rem .5rem}.report-section .container .table-heading .filters .input-container select{background-color:#fff;border:none;border-radius:.2rem;margin-left:1.5rem;padding:.2rem .5rem;position:relative;text-align:center;top:1.5rem}.report-section .container .table-heading .filters .input-container div{margin-bottom:1.2rem}.report-section .container .table-heading h2{color:#fff;font-size:1.7rem;margin-top:0;position:relative;text-align:center;top:25%;-webkit-user-select:none;user-select:none}.report-section .container .table-heading .icon{color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:5%;top:35%}.report-section .container .table-content{height:70%;margin:0;overflow-y:auto;scrollbar-width:thin;text-align:center}.report-section .container .table-content table{border-collapse:collapse;overflow-y:scroll;table-layout:fixed;width:100%}.report-section .container .table-content thead{background-color:#fff;position:-webkit-sticky;position:sticky;top:0}.report-section .container .table-content th{border:1px solid #ccc}.report-section .container .table-content td,.report-section .container .table-content th{padding:.5rem;width:33.33%}.report-section .container .table-footer{bottom:0;height:4rem;position:fixed;width:100%}.report-section .container .table-footer table{border-collapse:collapse;overflow-y:scroll;table-layout:fixed;width:100%}.report-section .container .table-footer thead{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;width:33.33%}.home-section{align-items:center;background-color:#003554;display:grid;height:100vh;width:100vw}.home-section .container{height:10rem;margin:auto;width:14rem}.home-section .container button{color:#27415a;height:100%;width:100%}.home-section .container button .icon{display:block;height:3rem;margin:auto auto 1rem;width:3rem}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#27415a;font-family:Open Sans,sans-serif;margin:0;overflow-x:hidden;scrollbar-width:thin}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem}button:hover{transition:.2s}.hide{display:none}
/*# sourceMappingURL=main.eee8874d.css.map*/