:root{--background: #FFBC42;--button-positive: #004E98;--button-positive-hover: #003f7a;--button-positive-click: #002a51;--button-negative: #A30000;--button-negative-hover: #870101;--button-negative-click: #660000;--a-color: #004E98;--text-danger: #9E2B25}body{background-color:var(--background)!important;height:auto!important;min-height:100vh}main{text-align:center}.btn.button-positive{color:#fff;background-color:var(--button-positive)}.btn.button-positive:hover{color:#fff;background-color:var(--button-positive-hover)}.btn.button-positive:active{color:#fff!important;background-color:var(--button-positive-click)!important;border-color:var(--button-positive-click)!important}.btn.button-negative{color:#fff;background-color:var(--button-negative)}.btn.button-negative:hover{color:#fff;background-color:var(--button-negative-hover)}.btn.button-negative:active{color:#fff!important;background-color:var(--button-negative-click)!important;border-color:var(--button-negative-click)!important}.container-password input{border-radius:5px 0 0 5px}.container-password button{color:var(--button-positive);border-radius:0 5px 5px 0}.hidden{visibility:hidden}.page-login{width:50%;margin:0 auto}.page-login a{color:var(--a-color)}.page-login label{display:block;text-align:start}p.text-danger{color:var(--text-danger)!important}.private-lobby-code{width:50%!important;margin:0 auto}@media screen and (max-width: 992px){.page-login{width:90%;margin:0 auto}}nav{background-color:#fff}.nav-link{color:#000!important}*{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.spinner-proper{display:flex;flex-direction:column;align-items:center}.players{display:flex;flex-direction:column;justify-content:space-between;width:40%;margin:0 auto}.players-names{display:flex;flex-direction:row;justify-content:space-between;text-wrap:wrap}@media screen and (max-width: 992px){.players{width:50%;margin:0 auto}}@media screen and (max-width: 768px){.players{width:80%;margin:0 auto}}.match-end-text{font-size:3rem}.fist{position:absolute;left:50%;bottom:50%;transform:translate(-50%,-50%);animation:MoveUpDown .4s ease-in infinite}@keyframes MoveUpDown{0%,to{top:65%}80%{top:45%}}@media screen and (max-width: 768px){@keyframes MoveUpDown{0%,to{top:75%}80%{top:55%}}}.attack-selection img{width:100px;margin:5px 30px;padding:10px;cursor:pointer}.attack-selection img:hover{box-shadow:0 0 20px 5px var(--button-positive);border-radius:10px}.attack-selection img:active{width:90px}.container-table{width:40%;margin:0 auto}.countdown-text{font-size:4rem}.two-column-spacing{display:flex;justify-content:space-between}.round-result{font-size:3rem}@media screen and (max-width: 992px){.container-table{width:50%;margin:0 auto}}@media screen and (max-width: 768px){.container-table{width:80%;margin:0 auto}}.below-attack.hidden{visibility:hidden}.round-progress{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;min-height:60px}.round-progress .round-icon{margin:10px}
