.header-game{min-height:45px;height:auto;overflow:hidden;color:#000;width:100%;box-sizing:border-box;padding:10px 0;text-align:left;max-height:49px;border-bottom:1px solid #000}
.box-header{display:flex;width:100%;justify-content:space-between;align-items:center}
.box-header h1{font-size:22px;white-space:nowrap;font-weight:600;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;max-width:700px}
.expand-btn{margin-right:-5px}
.exit-fullscreen{width:36px;height:36px;position:fixed;top:5px;right:5px;z-index:100000;padding:6px;background-color:rgba(0,0,0,0.65);box-sizing:border-box;cursor:pointer}
.clipboard-share{position:fixed;z-index:100;background-color:#fff;padding:16px;border-radius:8px;top:50%;left:50%;transform:translate(-50%,-50%);min-width:300px;min-height:45px}
.hide-zindex{z-index:-20;visibility:hidden}
.close-sharing-box{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99;background-color:rgba(0,0,0,0.65);display:none}
.inline-sharing-box h3{margin-bottom:10px}
@media (max-width:1080px){.header-game{max-height:unset}
.box-header{flex-wrap:wrap}
}