@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{border-radius:100px}::-webkit-scrollbar-thumb:hover{background:#555}.shadow{box-shadow:0 3px 5px #3133390f}.scroller{height:calc(100vh - 50px)!important;overflow-y:auto}.disabled{opacity:.5;pointer-events:none}body{background:#272931;height:100%;color:#fff}main{display:flex;justify-content:flex-start;align-items:flex-start}.flex-center,.row,.table .col,.table,.stages,main{display:flex;justify-content:center;align-items:center}.disabled{pointer-events:none;opacity:.5}main{flex-direction:column;padding:30px}.stages{margin-top:12px}.stages .stage{margin:5px;cursor:pointer;padding:6px 12px;background:#747888;color:#272931;border-radius:4px;text-transform:uppercase;font-weight:700;font-size:12px}.stages .stage.active{background:#ADE394}.stages .stage:hover{opacity:.8}#logo{width:300px;height:auto}.table{width:1400px;margin-top:50px;flex-direction:column}.table .col{width:100%;border:1px solid #747888;border-bottom:none;height:70px}.table .col:last-child{border-bottom:1px solid #747888}.table .head .row{font-weight:700}.row{width:200px;border-right:1px solid #747888;height:100%}.row h3{text-transform:uppercase}.row span{border-radius:100px;display:inline-block;padding:5px 15px 6px;font-size:14px;font-weight:700;color:#272931}.row span.red{background:#F37A7A}.row span.green{background:#ADE394}.row:last-child{border-right:none}
