@charset "UTF-8";.error-layout{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:30px}.error-layout>.title{font-size:5rem;color:var(--black)}.error-layout>.description{font-size:1.2rem;color:var(--black)}.error-layout>.error-button{display:flex;justify-content:center;align-items:center;gap:5px;padding:10px 25px;border:2px solid white;border-radius:5px;background-color:var(--green);font-size:14pt;color:#fff;cursor:pointer;transition:background-color .3s ease,color .3s ease}.error-layout>.error-button:hover{background-color:var(--dark-green)}.loader{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100%}.loader>.icon{max-width:100px}.loader>.text{font-size:2rem}.home{position:relative;display:flex;flex-wrap:nowrap;width:100%;height:100svh}:root{--white: #fff;--light-gray: #f0f0f0;--gray: #a09b9c;--dark-gray: #504647;--black: #101010;--indian-red: #ef5963;--light-green: #c7dfb1;--green: #53af3b;--dark-green: #007737;--yellow: #f7c100;--light-red: #f9e7e8;--red: #cc071e;--dark-red: #a00012;--light-shadow: 0 2px 5px rgba(0, 0, 0, .02);--shadow: 0 1px 3px rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15)}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}html,body{width:100svw;height:100svh;background-color:#fff;background-color:var(--white);font-size:14px;overflow:hidden;color:#101010;color:var(--black)}button{font-size:1rem;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}button:disabled{cursor:default}input[type=search]::-ms-clear{display:none;width:0;height:0}input[type=search]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(0 0 0 0);border:0}.table{border-collapse:collapse}.table thead,.table tfoot{background-color:#c7dfb1;background-color:var(--light-green)}.table th,.table td{border:1px solid #a09b9c;border:1px solid var(--gray);padding:7px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table td:last-of-type{text-align:center}.table tbody>tr:nth-of-type(2n){background-color:#f0f0f0;background-color:var(--light-gray)}.app{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}
