.timer-content{padding:2rem}.timer-settings{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}.timer-settings label{padding:.5rem;font-size:1rem;font-weight:700}.timer-settings button{color:#eae9e9;cursor:pointer;background-color:#3c60f1;border:2px solid #000;border-radius:6px;padding:.5rem;font-size:1rem;font-weight:700;transition:background-color .5s}.timer-settings button:hover{background-color:#2318f0}.select-input{color:#000;cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:6px;padding:.05rem;transition:background-color .5s}.select-input:hover{background-color:#cfcfcf}.item-selection{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.item-selection p{font-size:14px}.item-selection input{cursor:pointer;width:1.25rem;height:1.25rem;transition:background-color .5s,width .25s,height .25s}.item-selection input:hover{background-color:#cfcfcf;width:1.5rem;height:1.5rem}.timer-game-guesser{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.inline-content{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}.item-pickup-time-display p{font-size:1.75rem}.timer-game-guesser input{color:#000;cursor:pointer;text-align:center;background-color:#fff;border:2px solid #000;border-radius:6px;padding:.05rem;transition:background-color .5s}table{border-collapse:separate;border-spacing:0 5px;width:100%;overflow:hidden}th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}th,td{text-align:center;padding:5px}td{border-bottom:1px solid #ccc}@keyframes flash{0%{filter:brightness()}50%{filter:brightness(1.8)}to{filter:brightness()}}@keyframes flyIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.round-updated{animation:.7s ease-in-out flash}.round-new{animation:.7s ease-out flyIn}@media (max-width:758px){.item-selection,.timer-game-guesser,.timer-settings{flex-direction:column;gap:5px}}
