.mothergameholder{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background: #1a1c2c;text-align: center;}
.fb-root {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.canvas-app-container {background: rgba(255,255,255,0);position:relative;display: inline-block;}
.canvas-app-container:-webkit-full-screen {width: auto;height: auto;}
.canvas-app-canvas {max-height: 100%;max-width: 100%;outline:0; aspect-ratio:16 / 9;}
.canvas-app-progress {position: absolute;background-color: rgb(245, 245, 245);height: 20px;width: 1280px;bottom: 0px;}
.canvas-app-progress-bar {font-size: 12px;height: 20px;color: rgb(255, 255, 255);background-color: rgb(30, 100, 234);text-align: center;line-height: 20px;}
.button {color: #fff;background-color: #1e64ea;border-color: transparent;padding: 10px 20px;}
.clickcommon{display:none;position:absolute;background:rgba(0,0,0,0);opacity:0;width:23%;left:50%;transform:translateX(-50%);z-index:10}
.clicknewgame{height:8%;bottom:30%;}
.clickcontrols{height:6%;bottom:23.4%;}
.clickcredits{height:6%;bottom:17%;}
/*custom arr controls*/
.customButtons{position:absolute;left:0;bottom:0px;width:100%;height:140px;z-index:3;user-select:none;display:none}
.cmnButton{position:absolute;width:65px;height:50px;line-height:50px;text-align:center;background:rgba(0,54,255,0.4);border:solid 3px rgba(255,255,255,0.5);cursor:pointer;box-sizing:unset}
.cmnButton:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/games/block-party-directembedcode/textures/arr.png);background-repeat:no-repeat;background-position:center center}
#ctrl-space:before{background-image:none}
#ctrl-space{color:white}
#ctrl-left{left:20px;top:0}
#ctrl-right{left:115px;top:0}
#ctrl-down{left:20px;top:66px;width:160px}
#ctrl-up{left:20px;top:-66px;width:160px}
#ctrl-space{right:20px;top:66px;width:125px}
.activeBG{background:#9600e7}
#ctrl-left:before{transform:rotate(180deg)}
#ctrl-down:before{transform:rotate(90deg)}
#ctrl-up:before{transform:rotate(-90deg)}
@media(max-width:460px){
/*.cmnButton{width:50px;height:50px}
#ctrl-right{left:90px}
#ctrl-down{right:90px}*/
}
@media (hover:none) and (pointer:coarse){
.customButtons{display:block}
.clickcommon{display:block;}
}