*{padding:0;font-family:Arial,Helvetica,"sans-serif"}*,body,html{margin:0;overflow:hidden}body,html{height:100%;width:100%}#header{height:50px;width:100%;background:#00263e;display:flex;justify-content:space-between;align-items:center;color:#fff}#header>.header-left{margin-left:20px;width:300px;height:100%}#header>.header-center,#header>.header-right{display:flex;align-items:center}#header>.header-right{margin-right:36px;width:300px;height:100%;justify-content:flex-end}#header h1{margin-left:5px;margin-right:15px;font-size:1.3em;font-weight:400}#header h1:last-child{margin-right:0}#header>.header-center .fa{font-size:30px}#header>.header-right .fa{font-size:20px}#header img{height:100%}#header>div{margin-right:20px}#header button{padding:5px 10px;margin-left:5px;background:none;border:1px solid #fff;border-radius:10px;color:#fff;cursor:pointer}#header button:disabled{opacity:.5;cursor:default;background:#dcdcdc;color:grey;font-style:italic}#game{height:calc(100% - 50px)}#game canvas{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.75);-moz-box-shadow:0 0 30px 0 rgba(0,0,0,.75);box-shadow:0 0 30px 0 rgba(0,0,0,.75)}#preview{position:fixed;top:0;right:0;opacity:0;z-index:-99999}#video_previews{position:fixed;display:flex;flex-direction:column;top:60px;right:10px;opacity:1;z-index:99999}#video_previews video{border-radius:40px;margin:2px 5px;border:1px solid #dcdcdc;height:40px;width:40px;object-fit:fill}#video_previews>div{display:flex;margin-bottom:5px}#video_previews .progress{opacity:.7;position:relative}#video_previews .progress>div:first-child{width:3px;background:#dcdcdc;height:100%}#video_previews .progress>div:last-child{width:3px;background:#228b22;height:100%;position:absolute;bottom:0;right:0}.grayscale{filter:grayscale(100%);opacity:.4}#not-supported{display:none}#loading{display:flex}#loading,#not-supported{align-items:center;justify-content:center;height:100vh;background-color:#5eb3e4;color:#fff;flex-direction:column}@media only screen and (max-width:500px){#not-supported h1{font-size:20px}#not-supported h2{font-size:16px}#not-supported ul{font-size:14px}}#not-supported img{max-width:90%}