html.sport-page, html.sport-page body{
  background:#000;
}
html.sport-page body{
  max-width:480px;
  margin:0 auto;
}
html.sport-page .sidebar,
html.sport-page .seo-readmore,
html.sport-page .footer,
html.sport-page #betby-banner{
  display:none !important;
}
html.sport-page .main-section{
  display:block;
}
html.sport-page .content-sec,
html.sport-page .main-content{
  padding:0 !important;
  margin:0 !important;
  width:100%;
  max-width:none;
}
html.sport-page iframe[src*="sptpub"],
html.sport-page iframe[src*="betby"]{
  display:block !important;
}
#betby{
  width:100%;
  min-height:calc(100vh - 163px);
  background:#000;
}
#betby .sport-loading{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:calc(100vh - 163px);
  color:#adadad;
  font-size:14px;
}
#betby .sport-error{
  display:none;
  padding:24px 16px;
  color:#fff;
  text-align:center;
}
#betby .sport-error.show{display:block;}
#betby .sport-error .btn{margin-top:12px;}
