@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.App{display:grid;grid-template-columns:2.5fr 1fr;grid-template-rows:1fr;height:100%;width:100vw;background-color:#e0e0e0;gap:2px}.section{background-color:#fffdfe}.projects{flex-direction:column;grid-row:1/3;height:100vh;overflow-x:hidden;overflow-y:overlay;padding-bottom:20px}.projects,.projects .header{display:flex;align-items:center}.projects .header{position:sticky;top:0;background-color:#fffdfe;padding:20px 50px;align-self:flex-start;flex-direction:row;justify-content:space-between;width:100%}.projects .header button{background-color:#eae8f4;height:100%;width:-moz-fit-content;width:fit-content;padding:10px 20px;border:none;color:#372f9d;font-size:1.2rem;font-weight:600;border-radius:5px;cursor:pointer;text-transform:uppercase;transition:.5s}.projects .header button.loading{position:relative;pointer-events:none}.projects .header button.loading span:first-child{opacity:0}.projects .header button:hover{background-color:#372f9d;color:#eae8f4}.tableWrapper{height:100%;width:100%;padding:0 30px;display:grid;place-items:center;overflow-x:overlay;overflow-y:overlay}.tableWrapper::-webkit-scrollbar-track-piece:start{margin-left:30px}.table{width:100%;font-size:1.1rem;border-spacing:0;white-space:nowrap}.table thead{position:sticky;top:0;background-color:#fff}.table th .content{display:flex;flex-direction:row;justify-content:space-between}.table button{background:none;border:none;padding:0;font-size:1rem;cursor:pointer}.table tr:nth-child(2n){background-color:#f9f9f9}.table td,.table th{border:none;border-right:2px solid #e9e9e9;padding:15px 25px;text-align:left}.table tr td:first-child{border-radius:10px 0 0 10px}.table thead th:last-child,.table tr td:last-child{border-right:none;border-radius:0 10px 10px 0}.report{height:100%;display:flex;flex-direction:column;align-items:center;padding:20px 30px;gap:10px}.report h1{font-size:2.1rem;font-weight:700;align-self:flex-start;margin-bottom:10px}.report .item{display:flex;flex-direction:row;align-items:center;width:100%;height:80px;background-color:#372f9d;color:#fff;border-radius:10px;padding:10px 20px;gap:20px}.report .item .img-container{height:80%;aspect-ratio:1;padding:12px;background-color:hsla(0,0%,100%,.1);border-radius:5px}.report .item .img{height:100%;width:100%;background-color:#fff;-webkit-mask-image:var(--svg);mask-image:var(--svg)}.report .item .text{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}.report .item .text span{opacity:1;font-size:1.4rem}.report .item .text span:first-child{font-size:1rem;opacity:.8}.tasks{height:100%;display:flex;flex-direction:column;padding:0 10% 20px;gap:10px;overflow-x:hidden;overflow-y:overlay}.tasks h1{font-size:2.1rem;font-weight:700;position:sticky;top:0;padding:20px 0 10px}.tasks .task,.tasks h1{background-color:#fffdfe;width:100%}.tasks .task{display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;color:#000;border:1px solid #e9e9e9;border-radius:10px;padding:15px 30px;gap:5px;box-shadow:0 10px 20px 0 rgba(0,0,0,.02)}.tasks .task .task-title{font-size:1.1rem;font-weight:600;opacity:1}.tasks .task .task-description{font-size:1rem;font-weight:400;color:rgba(0,0,0,.8)}.Loader_wrapper__blqdM{position:fixed;top:0;left:0;right:0;bottom:0;display:grid;place-items:center}.Loader_loadership_BOGVH__Utp5m{display:flex;position:relative;width:54px;height:54px}.Loader_loadership_BOGVH__Utp5m div{position:absolute;width:18px;height:18px;background:#372f9d;animation:Loader_loadership_BOGVH_scale__RgT1X 1.9s infinite,Loader_loadership_BOGVH_fade__ukQpy 1.9s infinite;animation-timing-function:ease-in-out}.Loader_loadership_BOGVH__Utp5m div:first-child{animation-delay:0s;top:0;left:0}.Loader_loadership_BOGVH__Utp5m div:nth-child(2){animation-delay:.15s;top:0;left:18px}.Loader_loadership_BOGVH__Utp5m div:nth-child(3){animation-delay:.3s;top:0;left:36px}.Loader_loadership_BOGVH__Utp5m div:nth-child(4){animation-delay:.15s;top:18px;left:0}.Loader_loadership_BOGVH__Utp5m div:nth-child(5){animation-delay:.3s;top:18px;left:18px}.Loader_loadership_BOGVH__Utp5m div:nth-child(6){animation-delay:.45s;top:18px;left:36px}.Loader_loadership_BOGVH__Utp5m div:nth-child(7){animation-delay:.3s;top:36px;left:0}.Loader_loadership_BOGVH__Utp5m div:nth-child(8){animation-delay:.45s;top:36px;left:18px}.Loader_loadership_BOGVH__Utp5m div:nth-child(9){animation-delay:.6s;top:36px;left:36px}@keyframes Loader_loadership_BOGVH_scale__RgT1X{0%,47.36842105263158%,to{transform:scale(1)}23.68421052631579%{transform:scale(0)}}@keyframes Loader_loadership_BOGVH_fade__ukQpy{0%,47.36842105263158%,to{opacity:1}23.68421052631579%{opacity:1}}