html, body, canvas {
    touch-action: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action-delay: none;
}
#word_connect_game{
    margin : 0 auto;
    justify-content : center;
    
}

canvas{
    width : 100%;
    height : 100%;
}

#word_connect_game_pbar{
    display: none;
}

#word_connect_game_loader{
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#word_connect_orientation{
    display: none;
}

#word_connect_orientation{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
}


/* This media query enables the game to run 100% in mobile devices */
@media only screen and (hover: none) and (pointer: coarse){
    #game_container{
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }
}


.full_height_desktop_body{
    margin: 0 !important;
    overflow : hidden;
}


.full_height_desktop_game_container{
    margin : 0;
    
    background-color : rgb(0, 0, 0);
    width: 100% !important;
    height: 100% !important;
    
}