.App{font-family:Lato,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;margin:0;min-height:300px;padding:0}.App .boxes{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.App .boxes .box{align-items:center;border-radius:16px;box-shadow:0 2px 4px #0006,0 7px 13px -3px #0000004d,inset 0 -3px 0 #0003;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;overflow:hidden;padding:10px;text-align:center;width:42%}.App .boxes .box p{margin:0 0 10px}.App .boxes .box p.votes{margin-bottom:15px}.App .boxes .box p.name{align-content:center;align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;min-height:80px}.App .boxes .box p.name b,.App .boxes .box p.name span{width:100%}.App .boxes .box button{background-color:#55a4a8;border:1px solid #55a4a8;border-radius:8px;color:#fff;cursor:pointer;font-family:Lato,sans-serif;font-weight:700;margin-bottom:12px;margin-top:15px;padding:8px 12px;position:relative;text-transform:uppercase;transition:all .3s}.App .boxes .box button:hover{background-color:#000;border:1px solid #000}.App .boxes .box button:disabled,.App .boxes .box button[disabled]{background-color:#d3d3d3;border:1px solid #d3d3d3;cursor:not-allowed}.App .boxes .box .bar-border{border:1px solid #e4bbb9;border-radius:500px;margin-bottom:20px;overflow:hidden;width:80%}.App .boxes .box .bar-border .bar{background-color:#ffd9d8;height:10px}.App .boxes .highlight{box-shadow:0 2px 4px #0000004d,0 7px 13px -3px #0e7479b3,inset 0 -3px 0 #55a4a857}.App .info{align-items:center;border-radius:20px;color:#fff;display:flex;justify-content:center;margin-bottom:15px;margin-left:auto;margin-right:auto;padding:20px;text-align:center;width:calc(100% - 60px)}.App .info p{margin:0}.App .info.crashed{background-color:#9e3939}.App .info.started,.App .info.voted{background-color:#6ca5a4}.App .modal{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;left:0;margin-left:-10px;margin-right:-10px;position:absolute;right:0;text-align:center;top:0}.App .modal.hidden{display:none}.App .modal .container{align-items:center;display:flex;flex-direction:column;justify-content:top;justify-content:flex-start;margin-top:25px}.App .modal .container button{cursor:pointer;padding:10px 20px}.App .filterWrapper{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:10px;width:100%}.App .filterWrapper select{border-radius:8px;padding:10px 5px}button.back{background-color:#55a4a8;border:1px solid #55a4a8;border-radius:8px;color:#fff;cursor:pointer;font-family:Lato,sans-serif;font-weight:700;margin-bottom:12px;padding:8px 12px;position:relative;text-transform:uppercase;transition:all .3s}button.back:hover{background-color:#000;border:1px solid #000}@media screen and (min-width:541px){.App .boxes{flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center}.App .boxes .box{width:17%}.App .modal .container{align-items:center;background-color:#fff;border-radius:20px;display:flex;height:60%;width:60%}}
/*# sourceMappingURL=main.06c2b718.css.map*/