.wrapper{justify-content:center;width:99%}.checkbox-container,.wrapper{display:flex;align-items:center;margin-top:10px;margin-bottom:10px}.custom-checkbox{width:24px;height:24px;border-radius:4px;background:rgba(255,255,255,.57);border:2px solid gray;appearance:none;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.custom-checkbox:checked{background:white;border:2px solid black}.custom-checkbox:checked:after{content:"✓";font-size:18px;font-weight:700;color:black;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-label{color:white;font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin-left:8px;cursor:pointer}.container-s{border-radius:16px;width:90%;flex-direction:column;justify-content:center}.container-s,.play-btn{display:flex;align-items:center}.play-btn{justify-content:space-between;background-color:#ee1c25;padding:5px 10px;border-radius:8px;margin-top:30px}.play-btn h1{color:#fff;font-weight:800;font-size:20px}.signup-submit span{font-style:italic}