.midSectInner {
    background: none !important;
    height: auto;
    position: relative;
    width: 1024px !important;
	margin: 20px auto 0px !important;
	padding: 0 !important;
}

/*.footerInner  {*/
    /*width: 1004px;*/
    /*margin: -27px auto 0px !important;*/
    /*padding: 50px 10px 10px;*/
    /*height: auto;*/
    /*display: block;*/
    /*background-image: url(../../img/footerInnerBg-other.png) !important;*/
    /*background-position: top bottom;*/
    /*background-repeat: no-repeat;*/
/*}*/

.spBg  {
	width: 100%;
	height: 280px;
	background-image: url(../../img/spBg.png);
	background-repeat: no-repeat;
	background-position:top center;
	position: relative;
	display: inline-block;
}
.spLeft  {
	position: absolute;
	width: 157px;
	height: 48px;
	left: 100px;
	top: 118px;
}
.spRight  {
	position: absolute;
	width: 192px;
	height: 48px;
	right: 100px;
	top: 118px;
}

/*New Sportsbook*/
@font-face{
    font-family: catamaran;
    src: url('../font/Catamaran-VariableFont_wght.ttf');
}

.box{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:90%;
    background: #232323;
    margin-top: 20px;
    border-radius: 5px;

}

.container{
    display: flex;
    width: 93vw;
    height: 100vh;
    max-width: 1600px;
    max-height: 1500px;
    flex-direction: unset !important;
}

.dashboard{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:200px;
    height:100%;
    background: #161616;
}

.sbnav{
    overflow: hidden;
}

.sbnav_item{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding:10px 20px;
    color:white;
    font-size: 20px;
    cursor:pointer;
    border-bottom:solid 1px #ceab2b;
    font-family: catamaran;
}

.sbnav_item:last-child{
    border:none;
}

.sbnav_item:hover, .sbnav_active{
    background: linear-gradient(#534f3e,#48412a);
}

.sbnav_item img{
    width:40px;
    margin-right: 10px;
}

.content{
    flex:1;
    display:flex;
    flex-direction: column;
}

.header{
    padding:0 20px;
    display:flex;
    align-items: center;
    background: unset;
}


.header h2{
    color:white;
    font-size: 25px;
    margin: unset;
    padding: 12px 0;
    border-bottom: 1px solid white;
    font-family: catamaran;
}

.iframe_container{
    height:100%;
    width:100%;
    padding:20px;
    background: #111111;
    position:relative;
    display:flex;
}

.sb_iframe{
    height:100%;
    width:100%;
    z-index: 2;
}