.modal-make {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-make {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-make .modal-content {
    background-color: #fefefe;
    margin: 50% auto;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
}

.modal-make .modal-heads {
    padding: 2px 16px;
    background-color: #000;
    color: white;
}

.modal-make .modal-body {
    padding: 5px;
}

.modal-make .closeBtn {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.buttn-live {
    background: red;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 1rem;
    border-radius: 4px;
}

.game-lobby-content .effect7 {
    box-shadow: none
}