.gme-container{font-size:20px}.gme-container .gme-btn{background-color:#fd5a56;color:#fff;border-radius:10px;width:300px;text-align:center;line-height:3;margin:0 auto;cursor:pointer}.gme-container input{margin-bottom:30px;padding:5px;border-radius:10px}.gme-container .gme-create-content{height:100vh;display:flex;flex-direction:column;justify-content:center}.gme-container .gme-content{height:100vh;display:flex;flex-direction:column;justify-content:space-between}.gme-container .gme-content .gme-top{position:relative;text-align:center;padding:10px 0;font-size:24px}.gme-container .gme-content .gme-top span:last-of-type{position:absolute;right:40px}.gme-container .gme-content .gme-checkbox{display:flex;justify-content:space-evenly}.gme-container .gme-content .gme-checkbox .checkbox-container{display:flex;align-items:center;cursor:pointer}.gme-container .gme-content .gme-checkbox .checkbox-container span{margin-left:10px}.gme-container .gme-content .gme-checkbox .checkbox-container .checkbox{position:relative;width:24px}.gme-container .gme-content .gme-checkbox .checkbox-container .checkbox input{visibility:hidden;margin-bottom:0}.gme-container .gme-content .gme-checkbox .checkbox-container .checkbox input:checked+label:before{content:"\2713";display:block;text-align:center;color:#fff;width:24px;height:24px;font-size:20px;line-height:1;background-color:#fd5a56}.gme-container .gme-content .gme-checkbox .checkbox-container .checkbox label{position:absolute;left:0;border:1px solid #fd5a56;width:24px;height:24px;border-radius:5px;cursor:pointer}.gme-container .gme-content .gme-room{display:flex;padding:50px 0}.gme-container .gme-box{display:flex;justify-content:space-evenly}.gme-container .gme-box .gme-card{display:flex;flex-direction:column;border:1px solid #a9a9a9;border-radius:5px;padding:60px 30px;flex:0 0 40%;max-height:30vh;overflow-y:auto}.gme-container .gme-box .gme-card.center{justify-content:center}.gme-container .gme-box .gme-card .gme-user{display:flex;justify-content:space-between;align-items:center}.gme-container .gme-box .gme-card .gme-user .gme-kick{border-radius:50%;background-color:#fd5a56;color:#fff;width:35px;height:35px;text-align:center;line-height:35px;cursor:pointer}