.bg-container{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

/* Game Worlds: same play column height as sky-shooter.css #gamebox */
.game-worlds-play-shell .bg-container {
    flex: 0 0 auto;
    /*height: calc(768px * 5 / 7);
    max-height: calc(768px * 5 / 7);*/
}
#gamebox{
    position: relative;
    /*background: #000;*/
}
#topbar{
    display: flex;
    justify-content: center; 
    /*background: #000;*/
}
.topcnt{
    display: flex;
    flex-direction: row;
    gap: 5px;
    text-align: center;
    margin: 5px 0px -5px 0px;
}
#remain{
    color: #fff;
    display: flex;
    align-items: center; 
    height: 100%;
}
#timer {
    color: red;
    display: flex;
    align-items: center; 
    height: 100%;
    text-align: left;
    font-weight: bold;
}
#mainctn{
    width: 100%;
    position: relative;
}
#maze{
    float: left;
    /*background: #000;*/
}
#gamebox #gameSidebar {
    float: left;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#gamebox #gameSidebar p{
    color: #aaa;
    text-align: center;
}
#timePauseBtn, #pathBtn {
    display: flex;
    align-items: center;  
    justify-content: center; 
    margin: 0px 0px 12px 0px;
    background-color: #00BB00;
    font-family: Arial;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
#gameover {
    display: none;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    /*background-color: rgba(22, 28, 28, 0.95);*/
    background-color: rgba(15, 23, 42, 0.92);
    z-index: 2;
}
#overmsg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial;
    font-size: 36px;
    color: #ccc;
}
#restartbtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: auto;
    background-color: #00BB00;
    font-family: Arial;
    color: red;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
.penci-container-inside.single-breadcrumb{
   margin: 10px 0px 5px 0px !important;
}
