.ingame_panel.active, #disconnect.active {
    opacity: 1;
    pointer-events: auto;
}

.ingame_panel {
    display: block;

    pointer-events: none;
    margin: auto;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;

    transition: 1s linear;
    width: 268px;
    height: 168px;
    background: url('../img/1/newBigSpriteSheet.png');
}

#revive_btn {
    margin-bottom: 2%;
}

#revive_btn.button_with_back:hover > div.main {
    background-position: 52.4% -4064px;
}

#continue_btn.button_with_back:hover > div.main {
    background-position: 52.4% -4496px;
}

.ingame_panel #text {
    height: 21%;
    margin-top: 22%;
}

.ingame_panel.guest #text {
    height: 11%;
    margin-top: 15%;
}

.ingame_panel p {
    text-align: center;
    font-size: 13px;
    margin: 4%;
    font-family: AdvoCut;
}

.ingame_panel #register {
    display: none;
}

.ingame_panel .guest_info {
    display: none;
}

.ingame_panel.guest #register {
    display: block;
}

.ingame_panel.guest .guest_info {
    display: block;
    width: 80%;
    margin: auto;
    font-size: 7.5px;
    margin-top: 5px;
}

    .ingame_panel {
        width: 268px;
        height: 168px;
        background: url('../img/1/newBigSpriteSheet.png');
    }

    #revive_btn .main {
        background: url('../img/1/newBigSpriteSheet.png') no-repeat 0 -1355px;
    }

    #revive_btn.button_with_back:hover > div.main {
        background-position: 52.4% -1355px;
    }

    #continue_btn .main {
        background: url('../img/1/newBigSpriteSheet.png') no-repeat 0 -1498px;
    }

    #continue_btn.button_with_back:hover > div.main {
        background-position: 52.4% -1498px;
    }
