/*==================================
FONTS
====================================*/
@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro/GothamPro.eot?') format('eot'), 
	     url('../fonts/GothamPro/GothamPro.otf')  format('opentype'), 
	     url('../fonts/GothamPro/GothamPro.ttf')  format('truetype'),
	     url('../fonts/GothamPro/GothamPro.svg#GothamPro') format('svg');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uni_sansheavy_caps';
    src: url('../fonts/uni-sans/uni_sans_heavy-webfont.eot');
    src: url('../fonts/uni-sans/uni_sans_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uni-sans/uni_sans_heavy-webfont.ttf') format('truetype'),
         url('../fonts/uni-sans/uni_sans_heavy-webfont.svg#uni_sansheavy_caps') format('svg');
	font-display: swap;
	font-weight: normal;
	font-style: normal;

}
/*--------------------------Reset CSS--------------------------------------------*/
html,body {font-size: 1rem; font: normal 'GothamPro', Arial, Helvetica, sans-serif; line-height: 24px; color: #555; background-color:#F8F9FB;font-weight: 400;}
body {overflow-x: hidden !important; position:relative;}
p{margin: 0;padding: 0;line-height: initial;}
ul{margin:0; padding:0;}
a:hover,a:focus{text-decoration:none;}
.sfont{font-size:0.8rem;}
select{width: 100%; height: auto; border: 0; background: transparent url(../images/arrow.png) no-repeat !important; background-size: 12px !important; background-position: right 15px center !important; -webkit-appearance: none; -moz-appearance: none;}
select.blarrow{width: 100%; height: auto; border: 0; background: transparent url(../images/arrow_black.png) no-repeat !important; background-size: 10px !important; background-position: right 15px center !important; -webkit-appearance: none; -moz-appearance: none;}
.btn.focus, .btn:focus {outline: 0;box-shadow: none;}
button:focus {outline: none;}
.card, .card-header{background:none; box-shadow:none; border:none;}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
*{transition: all .5s linear;}
/*---------------Navbar----------------*/
.top-header{
	background-color: #f04b3c;
}
.top-header .dropdown img{
	max-width: 25px;
}
.tophdnav{
	align-items: center;
}
.tophdnav .dropdown-toggle{
	align-items: center;
	display: flex;
}
.tophdnav .dropdown-menu {
	min-width: 3rem;
}
.bottom-header{
	background-color: #1c1c1c;
}
.bottom-header .navbar-brand{
	display: none;
}
.navbar{padding:0;}
.navbar-brand img{width:90px; transition:all .5s linear;}
.navbar-nav .nav-link{font-family: 'montserratbold'; color:#ccc; font-size:0.8rem; transition:all .5s linear; margin:0 5px;text-transform:uppercase;}
.navbar-nav li.active > a,.navbar-nav li.active:hover > a {
    color: #f04b3c !important;
	background-color: #1c1c1c;
    border-radius: 0px;
	font-family: 'montserratbold';
	position:relative;
	padding: .55rem .5rem;
}
.navbar-nav li > a:hover {color: #f04b3c;}
.navbar-nav li.active > a:hover {color: #f04b3c;}
.top-header .navbar-nav li > a:hover{color: #1c1c1c;}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: rgba(28 28 28/90%);
    border-bottom: 2px solid #1c1c1c;
	animation: slidedown .5s ease-in-out;
}
.sticky .navbar-nav li.active > a{border-radius:0;}
.sticky .navbar-brand{
	opacity: 1;;
}
.sticky .navbar-brand img {
    width: 65px;
    margin-top: 0px;
}
.sticky .navbar-brand {
    top: -5px;
}
.sticky .navbar-brand{
	display: block;
}
@keyframes slidedown{
	0%{top: -50px;}
	100%{top: 0px;}
}

/*----Prediction Box----*/
.prcdntheader{
	box-shadow: 0px 0px 5px 3px rgba(28 28 28/13%);
}
.prdctnttleft p{
	font-family: 'montserratbold';
	font-size: 0.9rem;
}
.prdctnttleft p span{
	font-size: 1.5rem;
	letter-spacing: 0;
}
.mrprdctn p span{
	letter-spacing: normal;
}
.prdctnttleft img{
	max-width: 50px;
	margin-right: 5px;
}
.wikdays ul li{
	list-style-type: none;
	width: 10%;
}
.wikdays ul li a{
	font-family: 'montserratbold';
	font-size: 1.5rem;
	color: #555;
	line-height: 14px;
	opacity: .3;
	transition: all .2s ease-in;
}
.wikdays ul li.active a{
	color: #f04b3c;
	opacity: 1;
}
.wikdays ul li.active a span{
	color: #f04b3c;
	opacity: 1;
}
.wikdays ul li a:hover{
	opacity: 1;
	color: #f04b3c;
}
.wikdays ul li a:hover span{
	opacity: 1;
	color: #f04b3c;
}
.wikdays ul li a span{
	font-size: 0.9rem;
	opacity: .3;
	transition: all .2s ease-in;
}
.prdctnttleft{
	width: 30%;
}
.wikdays{
	width: 70%;
}
.prdcnblock{
	padding: 15px 0;
}
.matchbox img{
	width: 100px;
	max-width: 20px;
	margin: 5px;
}
.matchbox{
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 5px;
}
.tmname{
	width: calc(100% - 31px);
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}
.teamnamebox{
	width: 45%;
}
.tmlogobox{
	width: 31px;
}
.vs {
    background-color: #1c1c1c;
    color: #ccc;
    font-family: 'montserratbold';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 5px;
    font-size: 0.9rem;
}
.prdbox{
	width: 48%;
	border: 2px solid #f04b3c;
	padding: 5px;
	margin-bottom: 15px;
}
.prdbox .card-title{
	font-family: 'montserratbold';
	font-size: 0.8rem;
}
.prdctnforrecrds {
    background-color: #1c1c1c;
    color: #ccc;
    font-family: 'montserratbold';
    font-size: 0.5rem;
    text-transform: uppercase;
}
.lgnvwprdcn a {
    background-color: transparent;
	border: 2px solid #1c1c1c;
    color: #1c1c1c;
    font-family: 'montserratbold';
    font-size: 0.6rem;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.lgnvwprdcn a:hover {
    background-color: #f04b3c;
	border: 2px solid transparent;
    color: #ccc;
    font-family: 'montserratbold';
    font-size: 0.6rem;
    text-transform: uppercase;
}
.timebox{
	font-family: 'montserratbold';
	font-size: 1rem;
}
.timebox i{
	color: #1c1c1c;
}
.prdbtn{
	background-color: transparent;
	border: 2px solid #f04b3c;
	color: #f04b3c;
	font-family: 'montserratbold';
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prdbtn img{
	width: 100%;
	max-width: 20px;
	margin-left: 10px;
}
.prdbtn:hover{
	background-color: #f04b3c;
	color: #fff;
}
.bannerinsidebox img{
	width: 100%;
	max-width: 790px;
}
/*-------------sportsbookcard----------------*/
.sportsbookcard .card-header{
	background-color: #1c1c1c;
	border-radius: 0;
}
.sportsbookcard .card-title{
	color: #ccc;
	font-family: 'montserratbold';
	font-size: 1rem;
}
.freebiebox{
	padding: 5px;
    background-color: #fff;
    margin: 5px 0;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
}
.freebiehead{
	padding-bottom: 5px;
	border-bottom: 1px solid #1c1c1c;
}
.freebetext{
	font-size: 0.7rem;
}
.frebelogo img{
	max-width: 40px;
}
.frebelogo{
	width: 40px;
}
.cliambtn{
	width: 80px;
}
.offertext{
	width: calc(100% - 130px);
	text-align: center;
}
.offertext{
	font-family: 'montserratbold';
	font-size: 0.7em;
}
.btn{
	border-radius: 0;
}
.cliambtn .btn, .freebmnbtn .btn {
    font-size: 0.8rem;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: 'montserratbold';
	color:#fff;
}
.offertabbox a{
	font-family: 'montserratbold';
	font-size: 0.9rem;
	color: #1c1c1c;
}
.offertabbox a.active{
	color: #f04b3c !important;
}
.guidebox{
	box-shadow: 0px 0px 5px 3px rgb(28 28 28 / 13%);
	overflow: hidden;
	margin-bottom: 15px;
}
.guidecontentbox {
    width: 65%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.guideimgbox{
	width: 30%;
	height: 100px;
}
.guideimgbox img{
	width: 100%;
}
.guidettl{
	font-size: .7rem;
	font-family: 'montserratbold';
}
.guidesubmt, .guidetype{
	font-size: 0.75rem;
}
.saimgbox{
	width: 70px;
}
.sacontentbox{
	width: calc(100% - 70px);
}
.saimgbox,.sacontentbox{
	height: 70px;
}
.saimgbox img{
	width: 100%;
	max-width: 70px;
}
.guidesubmt a{
	color: #f04b3c;
	font-family: 'montserratbold';
}
.vwallbtn{
	color: #f04b3c;
	font-family: 'montserratbold';
	font-size: 0.9rem;
	position: relative;
	transition: all .5s ease-in-out;
}
.vwallbtn::before{
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	width: 100px;
	height: 3px;
	background-color: #f04b3c;
}
.vwallbtn:hover{
	color: #1c1c1c;
}
/*-------footer------------*/
.footer{
	background-color: #000;
	padding: 15px 0 0;
}
.footnavbar li{
	list-style-type: none;
	width: 50%;
}
.footnavbar li a{
	color: #ccc;
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 0.7rem;
	padding: 5px;
}
.footcard{
	width: 40%;
}
.footcard .card-title{
	font-family: 'montserratbold';
	color: #f04b3c;
	font-size: 1rem;
}
.copyright{
	font-size: 0.8rem;
	color: #ccc;
}
.footerlogo{
	max-width: 100px;
}
/*---Login/Signup modal----*/
.loginmodal{
	margin: 0;
	padding-right: 0 !important;
}
.loginmodal .modal-dialog{
	width: 100%;
	max-width: 100%;
	height: 100vh;
	position: relative;
	padding: 0;
	margin: 0;
}
.loginmodal .modal-content {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-inside{
	background-color: #fff;
	width: 100%;
	max-width: 900px;
	height: 525px;
	position: relative;
	overflow: hidden;
	padding: 15px;
}
.loginmodal .close{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	opacity: 1;
	box-shadow: none;
	font-size: 4rem;
}
.modal-inside::before{
	content: '';
	position: absolute;
	top: 0;
	left: -100px;
	width: 50%;
	height: 100%;
	background-color: #f04b3c;
	transform: skewX(-15deg);
}
.logbox{
	position: relative;
	z-index: 1;
}
.loghead img{
	width: 100%;
	max-width: 100px;
}
.frgtpwdoutbox,.signupoutbox,.loginoutbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 440px;
	width: 100%;
}
.loginformbox{
	z-index: 990;
	position: relative;
	width: 100%;
}
.loginright{
	width: 54%;
}
.loginleft{
	font-family: 'uni_sansheavy_caps';
	color: #fff;
	font-size: 2rem;
	width: 30%;
	text-align: left;
	position: relative;
}
.loginleft p{
	display: inline;
	position: relative;
}
.loginleft p::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 25%;
	width: 100px;
	height: 5px;
	background-color: #fff;
}
.loginright .form-control{
	border-bottom: 2px solid #f04b3c !important;
	border: none;
	color: #1c1c1c;
	box-shadow: none;
	border-radius: 0;
}
.loginright label{
	font-family: 'montserratbold';
	color: #f04b3c;
}
.btn-submit{
	border: 2px solid #f04b3c;
	color: #f04b3c;
	font-family: 'montserratbold';
	transition: all .5s ease-in-out;
	background-color: #fff;
}
.btn-submit:hover{
	border: 2px solid transparent;
	background-color: #f04b3c;
	color: #fff;
}
.logbtns .btn{
	background-color: transparent;
	border: 2px solid #f04b3c;
	color: #f04b3c;
	transition: all .5s ease-in-out;
	font-family: 'montserratbold';
}
.logbtns .btn:hover{
	background-color: #1c1c1c;
	border: 2px solid transparent;
	color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f04b3c;
    border-color: #f04b3c;
}
.frgpwdbtn{
	background-color: transparent;
	color: #f04b3c;
	text-decoration: underline;
	font-size: 0.9rem;
}
.loginright .custom-control-label{
	font-size: .7rem;
	color: #555;
}
.loginright .custom-control-label a{
	color: #f04b3c;
	font-size: .68rem;
	text-decoration: underline;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f04b3c;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.modal-open{overflow:auto;padding-right:0 !important;}
body.modal-open {
    overflow: hidden;
}
.recvrpwdbox .input-group-addon{
	border-bottom: 2px solid #f04b3c !important;
}
.recvrpwdbox .input-group-addon a{
	display: block;
}
.recvrpwdbox .input-group-addon a i{
	color: #f04b3c;
}
.recvrpwdbox label{
	color: #1c1c1c;
}
#infomodal .modal-content{
	width: 100%;
	height: 80vh;
}
#infomodal .modal-header{
	background-color: #f04b3c;
}
#infomodal .modal-title{
	color:#ffffff;
	font-family: 'montserratbold';
	font-size: 0.9rem;
}
#infomodal .nav-item{
	font-size: 0.8rem;
	color: #f04b3c;
	font-family: 'montserratbold';
}
#infomodal .nav-item.show .nav-link, #infomodal .nav-link.active{
	color: #1c1c1c;
}
.infolistbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 5px;
}
.infobox {
    width: 49%;
    border: 1px solid #495057;
    margin: 2px;
}
.infodatattl,.infodatadata{
	font-size: 0.7rem;
	padding: 5px;
}
.infodatadata{
	text-align: right;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
.infodatattl{
	text-transform: uppercase;
}
.grncircle{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #053f00;
}
.drwcircle{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #ff9100;
}
.redcircle{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #ff0000;
}
.infodatadata ul li{
	margin:2px;
}
#infomodal .tab-pane{
	height: 383px;
    overflow: hidden;
    overflow-y: scroll;
}
.advbox {
    width: 100%;
    height: 90px;
    background-color: #555;
    margin: 0;
}
/*----dashboard-----*/
.dashrow{
	box-shadow: 0px 0px 5px 3px rgb(28 28 28 / 13%);
}
.leftdashbox{
	background-color: #ccc;
}
.rightdashbox{
	background-color: #fff;
}
.profileimg{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 4px solid #fff;
}
.profileimg img{
	width: 100%;
}
.profilename{
	font-family: 'montserratbold';
	color: #f04b3c;
	text-transform: uppercase;
}
.rightdashcard .hdttl{
	color: #f04b3c;
	border-bottom: 2px solid #f04b3c;
	font-family: 'montserratbold';
	text-transform: uppercase;
	font-size: 1rem;
}
.upldcard{
	background-color: #F8F9FB;
	padding: 10px;
	margin-bottom: 15px;
}
.upldcard .card-title{
	font-size: .8rem;
	color: #1c1c1c;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
.upldimg{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #1c1c1c;
    background-color: #fff;
    border: 1px solid #f04b3c;
    border-radius: .25rem;
}
.custom-file-label::after {
    color: #ccc;
    background-color: #f04b3c;
    border-left: 1px solid #f04b3c;
	font-family: 'montserratbold';
}
.dashformbox .form-control{
	background-color: transparent;
	border-radius: 0;
	font-size: 0.8rem;
}
.dashformbox .form-control:focus {
    color: #1c1c1c;
    background-color: #fff;
    border-color: #f04b3c;
    outline: 0;
    box-shadow: none;
}
.infoformbox .input-group-text{
	width: 150px;
}
.dashformbox label.frmlabel{
	font-family: 'montserratbold';
	font-size: 0.72rem;
	text-transform: uppercase;
}
.dashboardlinks ul li{
	list-style-type: none;
}
.dashboardlinks .nav-stacked{
	flex-direction: column;
}
.dashboardlinks .nav-stacked li a{
	display: block;
	font-family: 'montserratbold';
	color: #1c1c1c;
	font-size: 0.8rem;
	padding: 15px;
}
.dashboardlinks ul li.active a{
	background-color: #fff;
}
.abouttitle{
	font-size: 1.2rem;
	margin-bottom: 0;
}
.aboutsubttl{
	color: #1c1c1c;
	font-family: 'montserratbold';
	font-size: 1.2rem;
	margin: 15px 0;
}
/*-------Table-------*/
.tblbanner{
	position: relative;
}
.bnrstatTitle{
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.bnrstatTitle p{
	color: #1c1c1c;
	font-family: 'montserratbold';
}
.bnrstatTitle a{
	color: #000;
	font-family: 'montserratbold';
	font-size: 1.5rem;
	transition: all .5s linear;
	text-shadow: 1px 1px 0px rgba(255 255 255 / 70%);
}
.bnrstatTitle a:hover{
	text-decoration: underline;
}
.lftnavbar ul{
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.lftnavbar ul li{
	list-style-type: none;
}
.lftnavbar ul li a {
    padding: 3px 6px;
    font-size: 0.65rem;
	font-family: 'montserratbold';
	text-transform: uppercase;
	color: #fff;
	transition: all .5s linear;
	display: block;
}
.lftnavbar ul li a:hover{
	background-color: #fff;
	color: #f04b3c;
}
.lftnavbar{
	background-color: #f04b3c;
}
.dropbox-2{
	width: 20%;
}
.statboxdrpdwn{
	background-color: #1c1c1c;
	padding: 5px;
}
.statboxdrpdwn select{
	color: #ccc;
	border-radius: 0;
	border-color: #404040;
}
.btnbox .btn{
	background-color: #f04b3c;
	color: #ccc;
	font-family: 'montserratbold';
}
.finalstatbox{
	background-color: #fff;
	padding: 5px;
}
.statcard .card-title, .tblcard .card-title{
	font-family: 'montserratbold';
	color: #f04b3c;
	font-size: 1.2rem;
	border-bottom: 1px solid #1c1c1c;
}
.statbox{
	border: none;
}
.statbox > thead > tr > th{
	font-size: 0.7rem;
	padding: 2px 3px;
	text-align: center;
	background-color: #1c1c1c;
	color: #ccc;
}
.statbox > tbody > tr > td{
	font-size: 0.75rem;
	padding: 2px 3px;
	text-align: center;
}
.statbox > tbody > tr > td .stattmname{
	font-family: 'montserratbold';
	color: #f04b3c;
	font-size: 0.65rem;
	transition: all .5s linear;
	display: block;
}
.statbox > tbody > tr > td a{
	font-family: 'montserratbold';
	color: #f04b3c;
	font-size: 0.65rem;
	transition: all .5s linear;
	display: block;
}
.statbox > tbody > tr > td a:hover{
	text-decoration: underline;
}
.statbox > tbody > tr > td:nth-child(2){
	text-align: left;
	vertical-align: middle;
}
.statbox > tbody > tr > td:last-child{
	font-weight: bold;
}
.statbox > tbody > tr > td:nth-child(4),.statbox > tbody > tr > td:nth-child(5),.statbox > tbody > tr > td:nth-child(6),.statbox > tbody > tr > td:nth-child(7),.statbox > tbody > tr > td:nth-child(8){
	background-color: rgba(0 255 255/30%);
}
.statbox > tbody > tr > td:nth-child(9),.statbox > tbody > tr > td:nth-child(10),.statbox > tbody > tr > td:nth-child(11),.statbox > tbody > tr > td:nth-child(12),.statbox > tbody > tr > td:nth-child(13){
	background-color: rgba(0 63 255/30%);
}
.statbox > tbody > tr > td:nth-child(14),.statbox > tbody > tr > td:nth-child(15),.statbox > tbody > tr > td:nth-child(16),.statbox > tbody > tr > td:nth-child(17),.statbox > tbody > tr > td:nth-child(18){
	background-color: rgba(178 0 191/30%);
}
.statbox > thead > tr.top-headrow > th{
	border: none;
}
.statbox > thead > tr.top-headrow > th.home{
	background-color: rgba(0 255 255/100%);
	color: #1c1c1c;
}
.statbox > thead > tr.top-headrow > th.away{
	background-color: rgba(0 63 255/100%);
	color: #1c1c1c;
}
.statbox > thead > tr.top-headrow > th.overall{
	background-color: rgba(178 0 191/100%);
	color: #1c1c1c;
}
.hmbox,.awybox{
	width: 100%;
}
.hmtable2 > tbody > tr > td:nth-child(3),.hmtable2 > tbody > tr > td:nth-child(4),.hmtable2 > tbody > tr > td:nth-child(5) {
    width: auto !important;
    text-align: left;
}
.hmtable2 > tbody > tr > td:nth-child(4),.hmtable2 > tbody > tr > td:nth-child(5){
	text-align: center;
}
.hmtable > thead > tr > th {
    font-size: 0.65rem;
    padding: 2px;
    text-align: center;
    background-color: #1c1c1c;
    color: #ccc;
}
.hmtable > tbody > tr > td {
    font-size: 0.7rem;
    padding: 2px;
    text-align: center;
}
.hmtable > tbody > tr > td .stattmname{
	font-family: 'montserratbold';
	color: #f04b3c;
	font-size: 0.65rem;
	transition: all .5s linear;
	display: block;
}
.hmtable > tbody > tr > td:nth-child(2){
	text-align: left;
	vertical-align: middle;
}
.hmtable > tbody > tr > td:last-child{
	font-weight: bold;
}
.hmtable > tbody > tr > td:nth-child(3),.hmtable > tbody > tr > td:nth-child(4),.hmtable > tbody > tr > td:nth-child(5),.hmtable > tbody > tr > td:nth-child(6),.hmtable > tbody > tr > td:nth-child(7),.hmtable > tbody > tr > td:nth-child(8),.hmtable > tbody > tr > td:nth-child(9),.hmtable > tbody > tr > td:nth-child(10){
	width: 25px;
}
.hmtable > tbody > tr > td a {
    font-family: 'montserratbold';
    color: #f04b3c;
    font-size: 0.65rem;
    transition: all .5s linear;
    display: block;
}
.hmtable > tbody > tr > td a:hover{
	text-decoration: underline;
}
.hmtable3 thead tr th{
	font-size: 0.9rem;
	text-align: left;
	padding-left: 15px !important;
}
.hmtable3 tbody tr td{
	font-size: 0.8rem;
	vertical-align: middle;
}
.hmtable3 tbody tr td:nth-child(2){
	width: 75%;
}
.lgtm1,.lgtm2{
	width: 40%;
}
.lgtm1{
	text-align: right;
}
.hmtable4 thead tr th{
	font-size: 0.9rem;
	text-align: center;
	padding: 5px 8px;
}
.hmtable4 thead tr th img{
	width: 20px;
}
/*-----Free Bets------*/
.freebetcard{
	background-color: #fff;
}
.freebetcard .card-header{
	background-color: #1c1c1c;
}
.freebetcard .card-title{
	font-family: 'montserratbold';
	color: #fff;
	font-size: 1rem;
}
.freebetpgext{
	font-size: 0.85rem;
}
.freebettabsbox .nav-link {
    font-family: 'montserratbold';
    color: #1c1c1c;
    background-color: rgba(0 0 0 / 8%);
    border-radius: 0;
    margin: 0 1px;
	transition: background-color .5s ease-in-out;
}
.freebettabsbox .nav-link:focus, .freebettabsbox .nav-link:hover{
	background-color: rgba(0 0 0 / 2%);
}
.freebettabsbox .nav-link img{
	width: 20px;
	margin-right: 5px;
	margin-top: -6px;
}
.overlaybox {
    width: 233px;
    margin: 5px 2.5px;
}
.ovlaycard{
	position: relative;
	overflow: hidden;
}
.ovlaycard .card-header img{
	width: 100%;
	max-width: 250px;
}
.ovlttbl > tbody > tr > td{
	padding: 2px;
	font-size: 0.7rem;
}
.ovlttbl > tbody > tr > td img{
	width: 15px;
}
.ovlttbl > tbody > tr > td:last-child{
	text-align: center;
}
.btn-rvw{
	background-color: #f04b3c;
	border: 2px solid transparent;
	color: #fff;
	font-family: 'montserratbold';
	text-transform: uppercase;
	font-size: 0.75rem;
}
.btn-rvw:hover{
	background-color: transparent;
	border: 2px solid #f04b3c;
	color: #f04b3c;
}
.btn-bet-now{
	background-color: #0a7a00;
	color: #fff;
	font-family: 'montserratbold';
	text-transform: uppercase;
	font-size: 0.75rem;
	border: 2px solid transparent;
}
.btn-bet-now:hover{
	background-color: transparent;
	border: 2px solid #0a7a00;
	color: #0a7a00;
}
.btnbox-1,.btnbox-2{
	width: 49%;
}
.bookmaker-head{
	background-color: #1c1c1c;
}
.bookmaker-head .custom-control-label{
	color: #fff;
	font-size: 0.7rem;
	font-family: 'montserratbold';
}
.bookmaker-head .form-check{
	display: flex;
}
.closedivbox{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.ovlylist{
	list-style-type: none;
	font-size: 0.7rem;
}
.ovlylist li {
    padding: 9px 5px;
    background-color: rgba(0 0 0 / 8%);
    margin: 5px 0;
}
.bonustext{
	line-height: 10px;
}
.ratebox h4{
	font-size: 0.7rem;
}
.ratebox img {
    width: 50% !important;
    margin-left: 5px;
}
.ratetxt{
	font-family: 'montserratbold';
	font-size: 1.5rem;
	color: #1c1c1c;
}
.bonus-amt{
	font-family: 'montserratbold';
	font-size: 1.5rem;
	color: #f04b3c;
}
.ovrlytopcard .card-header{
	position: relative;
}
.hlpbtnbox{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.ovrlytopbox{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	background-color: #fff;
}
.que-mark{
	color: #f04b3c;
}
.bookmakerstatusrow{
	position: absolute;
	bottom: 0;
	right: 0;
}
.livebox{
	background-color: #f04b3c;
}
.phonebox{
	background-color: #ffcc00;
}
.bkmkrstatusrowlist li{
	list-style-type: none;
	padding: 5px;
}
.bkmkrstatusrowlist li img{
	width: 20px !important;
}
.bookmakerbox{
	margin-top: 15px;
}
/*-----Free tips------*/
.freetipblock{
	box-shadow: 0px 0px 5px 3px rgb(28 28 28 / 13%);
	padding: 10px;
	background-color: #fff;
	border: 1px solid rgba(0 0 0 / 8%);
}
.tmnam1,.tmnam2{
	width: 40%;
	font-family: 'montserratbold';
	font-size: .85rem;
}
.tmnam1 img,.tmnam2 img{
	max-width: 30px;
}
.tmbox{
	font-family: 'montserratbold';
	font-size: .85rem;
	color: #f04b3c;
}
.lgnmbox{
	text-transform: uppercase;
	font-size: 0.7rem;
	font-family: 'montserratbold';
}
.tipvalbox{
	background-color: #1c1c1c;
	margin: 5px 0;
	padding: 5px 10px;
	color: #ccc;
}
.xvalue span,.tipsnamtxt{
	font-family: 'montserratbold';
	font-size: 1rem;
	color: #f04b3c;
}
.tipvalue{
	width: 50%;
	text-align: right;
}
.bottombtnbox .btnbx{
	width: 30%;
}
/*------H2h----*/
.h2hmatchbox{
	margin-top: 35px;
	margin-bottom: 15px;
}
.h2hscorebox{
	background-color: #1c1c1c;
	width: 40%;
	color: #f04b3c;
	font-family: 'montserratbold';
	font-size: 1.8rem;
	padding: 15px;
	position: relative;
}
.h2hscorebox:before{
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 54px solid #1c1c1c;
	border-right: 30px solid transparent;
}
.h2hscorebox-2{
	position: relative;
}
.h2hscorebox-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    width: 0;
    height: 0;
    border-bottom: 54px solid #1c1c1c;
    border-left: 30px solid transparent;
    border-right: transparent;
    border-top: transparent;
}
.h2htmstats{
	width: 40%;
	position: relative;
}
.tmflagbox{
	position: absolute;
	top: -10px;
	left: 0;
}
.tmflagbox img{
	width: 75px;
}
.tmflagbox-2{
	left: auto;
	top: -10px;
	right: 0;
}
.h2htm a{
	color: #1c1c1c;
	font-family: 'montserratbold';
}
.h2htm {
    position: relative;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 29%;
}
.h2htm:before{
	content: '';
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #1c1c1c;
}
.mtchstatus{
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'montserratbold';
}
.mtchtime{
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'montserratbold';
}
.h2hlgname{
	font-family: 'montserratbold';
	text-transform: uppercase;
	font-size: .7rem;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.h2hlgname a{
	color: #1c1c1c;
}
.lgpositon{
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	font-size: 0.7rem;
}
.lgpositon span{
	font-size: 1rem;
	font-family: 'montserratbold';
	padding-left: 15px;
	color: #f04b3c;
}
.h2hchange{
	position: absolute;
	bottom: -90px;
	left: 0;
	width: 100%;
}
.form-control{
	border-radius: 0;
	border: 1px solid #1c1c1c;
	font-family: 'montserratbold';
	font-size: 0.9rem;
}
.h2hoddsbox ul li small{
	font-size: 75%;
}
.h2hoddsbox ul li{
	margin: 0 5px;
}
.h2hoddsbox ul li p{
	color: #f04b3c;
}
.progress-bar{
	font-family: 'montserratbold';
}
.hometm img,.awaytm img{
	width: 30px;
}
.hometm,.awaytm,.statcol{
	font-family: 'montserratbold';
	font-size: 0.7rem;
	text-align: center;
}
.lst5h2hrsltsbox{
	margin-top: 5px;
}
.lst5h2hrsltsbox ul li {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 0.65rem;
    margin: 3px;
    line-height: 22px;
    color: #fff;
}
/*---Sportsbook---*/
.sprtbkmbrs,.spbkscrnshtsbx{
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
    padding: 10px;
}
.spbookdtls,.spbookratings{
	width: 49%;
}
.spbookheading{
	font-family: 'montserratbold';
	font-size: 1.8rem;
	margin: 10px 0 5px;
}
.spbookimg{
	position: relative;
}
.whyjn{
	font-family: 'montserratbold';
	font-size: 1rem;
}
.whylist li{
	font-size: 0.8rem;
}
.spbookimg img{
	width: 100%;
	max-width: 253px;
	height: 78px;
}
.spbookratings-card .card-title{
	font-size: 1.1rem;
}
.spbookratings-card .card-header img{
	width:100px;
}
.lirgt img{
	width: 90px;
}
.ratngslist li{
	padding: 5px;
	font-size: 0.8rem;
}
.ratngslist li:nth-child(odd){
	background-color: #ccc;
}
.hndrdprcnt,.hndrdprce{
	font-size: 2.5rem;
	font-family: 'uni_sansheavy_caps';
	color:#f04b3c;
}
.hndrdprce{
	font-size: 1.5rem;
}
.prchbox .card-body{
	background-color: #1c1c1c;
}
.prchbox .btn{
	font-size: 1.3rem;
}
.scrnshtslftbx{
	width: 55%;
	height: 210px;
	border: 2px solid #1c1c1c;
}
.avlbiltybox{
	width: 43%;
	height: 210px;
}
.scrnshtslftbx .carousel-inner {
    height: 206px;
}
.scrnshtslftbx .carousel-indicators .active {
    background-color: #f04b3c;
}
.scrnshtslftbx .carousel-indicators li{
	background-color: rgba(0,0,0,.5);
	width: 15px;
    height: 15px;
}
.scrnshtslftbx .carousel-indicators {
    right: 66%;
    bottom: -11px;
    left: auto;
}
.carousel-control-next, .carousel-control-prev {
    top: 0;
    bottom: 80%;
    width: 9%;
    opacity: 1;
    background-color: rgba(0,0,0,0.8);
}
.carousel-control-prev {
    left: 81%;
}
.avlbdvces ul li{
	padding: 15px;
	font-size: 2rem;
	background-color: rgba(0,0,0,0.8);
	margin: 10px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	position: relative;
}
.avlbdvces ul li p{
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	color: #1c1c1c;
	font-family: 'montserratbold';
}
.bdr{
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,.2);
}
.avlbdvces .btn{
	font-size: 1.3rem;
}
.rvwdtlsbx .nav-tabs .nav-item.show .nav-link, .rvwdtlsbx .nav-tabs .nav-link.active {
    color: #f04b3c;
    background-color: #fff;
    border-color: #f04b3c #f04b3c #fff;
	font-family: 'montserratbold';
	opacity: 1;
}
.rvwdtlsbx .nav-tabs {
    border-bottom: 1px solid #f04b3c;
}
.rvwdtlsbx .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	font-family: 'montserratbold';
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #1c1c1c;
	opacity: 0.5;
}
.rvwdtlsbx .nav-tabs .nav-link:focus, .rvwdtlsbx .nav-tabs .nav-link:hover{
	opacity: 1;
}
.htsmisses .nav-tabs .nav-item.show .nav-link, .htsmisses .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0a7a00;
    border-color: transparent;
    font-family: 'montserratbold';
    opacity: 1;
}
.htsmisses .nav-tabs .nav-item.show .nav-link i, .htsmisses .nav-tabs .nav-link.active i{
	color: #fff;
}
.htsmisses .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	font-family: 'montserratbold';
	font-size: 1.3rem;
	color: #fff;
	text-transform: capitalize;
	opacity: 1;
	background-color: #1c1c1c;
	line-height: 19px;
}
.htsmisses .nav-tabs .nav-link i{
	float: left;
}
.misseslink i{
	color: #f00;
}
.hitlink i{
	color: #0a7a00;
}
.hitslist li{
	background-color: rgba(0,0,0,.5);
	width: 48%;
	padding: 5px 5px 5px 35px;
	color: #fff;
	margin: 2px;
	position: relative;
	font-size: 0.8rem;
	font-weight: bold;
}
.htsmisses .tab-pane{
	background-color: rgba(10, 122, 0,0.2);
}
.hitslist li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-color: #0a7a00;
	color: #fff;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rvwheader{
	font-family: 'montserratbold';
	font-size: 1.1rem !important;
	color: #f04b3c;
}
.reviewtextbox p{
	font-size: 0.9rem;
}
.faqcard .btn{
	position: relative;
	padding-left: 40px;
	font-family: 'montserratbold';
	color: #1c1c1c;
	font-size: 0.9rem;
}
.faqcard .btn i{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f04b3c;
	color: #fff;
}
.edtrbx-1{
	width: 100px;
	background-color: #fff;
	font-family: 'montserratbold';
	font-size: 0.9rem;
	border: 2px solid #0a7a00;
	color:#1c1c1c;
}
.rtngstop {
    font-family: 'montserratbold';
    font-size: 2.2rem;
    padding: 10px;
    background-color: #0a7a00;
    width: 100%;
    text-align: center;
    line-height: 30px;
	color:#fff;
}
.edtrbx-2{
	width: calc(100% - 250px);
}
.edtrbx-3{
	width: 100px;
}
.blockquote p{
	line-height: 15px;
	font-size: 1rem;
}
.blockquote-footer{
	color: #000;
	font-size: 0.9rem;
}
.boxrow1{
	background-color: #f04b3c;
	color: #fff;
	font-size: 0.7rem;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
.rowbox{
	flex: 1;
	text-align: center;
}
.ratestart{
	background-color: #1c1c1c;
}
.ratestart li{
	font-size: 2.2rem;
}
.rtngbody{
	box-shadow: 0px 0px 5px 3px rgb(28 28 28 / 13%);
	margin-bottom: 15px;
}
.lglogo{
	width: 65%;
}
.lglogo img{
	max-width: 175px;
	margin: 5px 0;
}
.ststamp{
	width: 30%;
}
.ststamp img{
	max-width: 100px;
}
.guidebox table{
	font-size: 0.8rem;
}
.tmlist li{
	padding: 3px 15px;
	margin: 5px;
	background-color: #ccc;
	border-radius: 50px;
	font-size: 0.8rem;
}
.nrclist li{
	padding: 5px 10px;
	width: 31%;
	font-size: 0.8rem;
}
.rcbkmakrs{
	box-shadow: 0px 0px 5px 3px rgb(28 28 28 / 13%);
	border: 1px solid #ccc;
	overflow: hidden;
}
.rcbkmakrs .card-header{
	position: relative;
}
.rcbkmakrs .card-header .bookmakerstatusrow{
	bottom: 30px;
}
.rcbkmakrs .card-header p{
	font-size: 0.85rem;
	font-family: 'montserratbold';
	text-transform: uppercase;
}
.rcmlist li{
	background-color: #ccc;
	padding: 5px;
	margin: 5px 0;
}
.offerbox{
	font-size: 0.9rem;
	font-family: 'montserratbold';
	color: #f04b3c;
	text-align: center;
}
.rcbkmakratigbx{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1c1c1c !important;
	color: #fff;
}
.rcbkmakratigbx img{
	width: 110px !important;
}
.rcbkmakratigbx span{
	font-family: 'uni_sansheavy_caps';
	font-size: 1.2rem;	
}
.spclcrosstag {
    background-color: #ffcc00;
    position: absolute;
    top: 20px;
    left: -27px;
    transform: rotate(-45deg);
    width: 50%;
}
.spclcrosstag p{
	font-family: 'montserratbold';
	color: #1c1c1c;
	font-size: 0.5rem !important;
	padding: 5px 20px;
}
.owl-nav{
	position: absolute;
	bottom: -31px;
	right: 0;
}
.owl-dots{
	position: absolute;
	bottom: -31px;
	left: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 40px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #1c1c1c !important;
    text-decoration: none;
}
/*--------Guide---------*/
.guidebanner{
	background-color: #ccc;
}
.gdbnrcard .card-title{
	font-family: 'montserratbold';
	color: #1c1c1c;
	font-size: 2rem;
}
.gdbnrcard .card-title span{
	font-family: 'uni_sansheavy_caps';
	color: #f04b3c;
}
.right-nav li a{
	display: block;
	padding: 10px 5px 10px 35px;
	border-bottom: 1px solid #ccc;
	color: #1c1c1c;
	position: relative;
	transition: all .5s linear;
	font-size: 0.85rem;
}
.right-nav li:last-child a{
	border-bottom: none;
}
.right-nav li a i{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	color: #1c1c1c;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.right-nav li a:hover i{
	background-color: #1c1c1c;
	color: #fff;
}
.reviewtextbox ul li{
	font-size: 0.9rem;
}
.glossarybox .freebetcard{
	width: 33%;
}
/*.freebetcard img{
	width: auto;
}*/
/*-------Predicitons--------------*/
.cusofferbox1{
	width: 100px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cusofferbox3{
	width: 25px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cusofferbox2{
	width: calc(100% - 125px);
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tooltip > .tooltip-inner{
	font-size: 0.6rem;
}
.betsliptable{
	font-size: 0.9rem;
}
.betsliptable th, .betsliptable td{
	padding: 4px 2px;
	vertical-align: middle;
}
.betsliptable td{
	color: #000;
}
.betsliptable th{
	background-color: #404040;
	color: #fff;
}
.betsliptable th:last-child, .betsliptable tbody td:last-child{
	text-align: right;
	font-weight: bold;
}
.betsliptable td p{
	font-family: 'montserratbold';
	font-size: 0.7rem;
}
.betsliptable td p small{
	font-family: 'GothamPro';
}
.betsliptable tfoot tr{
	background-color: #1c1c1c;
}
.betsliptable tfoot tr td:last-child{
	text-align: right;
}
.betsliptable tfoot tr td{
	color: #fff;
	font-family: 'GothamPro';
	font-size: 0.7rem;
}
.betsliptable tfoot tr td span{
	font-family: 'montserratbold';
	font-size: 0.9rem;
}
.betslipbtn{
	font-family: 'montserratbold';
	font-size: 0.9rem !important;
	text-transform: uppercase;
	color: #fff;
	transition: all .5s linear;
}
.betslipbtn i{
	font-size: 1.3rem;
}
.betslipbtn:hover i{
	color: #fff;
}
.betslipbtn:hover{
	opacity: 0.7;
}
.betslipbottxt{
	font-size: 0.65rem;
}
.prvrsltsbox{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.prvrsltsbox ul li{
	width: 20px;
	height: 20px;
	font-size: 0.8rem;
	color: #fff;
	margin: 2px;
	font-family: 'montserratbold';
	line-height: 23px;
}
.prdcntable thead tr th{
	font-family: 'montserratbold';
	font-size: 0.7rem;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 3px;
}
.prdcntable tbody tr td{
	font-size: 0.8rem;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 3px;
	vertical-align: middle;
}
.tbltmname{
	font-family: 'montserratbold';
	border-top:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
}
.prdtblbx .nav-link{
	padding: .3rem;
	font-size: 0.7rem !important;
}
.prdtblbx .tab-content>.active {
    border-right: 1px solid #f04b3c;
	border-bottom: 1px solid #f04b3c;
	border-left: 1px solid #f04b3c;
}
.h2htablist li:nth-child(even){
	background-color: #ccc;
}
.h2htablist li{
	font-size: 0.75rem;
}
.aldtbx{
	width: 80px;
}
.almtchbx{
	width: calc(100% - 130px);
}
.allgbx{
	width: 50px;
}
.altm1 a,.altm2 a{
	font-size: 0.75rem;
	color:#1c1c1c;
	text-transform: uppercase;
	font-weight: bold;
}
.altmscr{
	color:#1c1c1c;
	font-family: 'montserratbold';
	font-size:0.85rem;
}
.performbarbox .progress{
	height: 8px;
}
.tm1win{
	position: relative;
	font-size: 0.85rem;
	font-family: 'montserratbold';
}
.tm1wn{
	background-color: #0a7a00;
	position: relative;
}
.tm1wnclr,.bthtmdrawclr,.tm2wnclr,.tmlostclr{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #0a7a00;
	border-radius: 5px;
}
.bthtmdrawclr{
	background-color:#ffae00 ;
}
.tm2wnclr{
	background-color:#053f00 ;
}
.bthtmdraw{
	background-color: #ffae00;
	position: relative;
}
.tm2wn{
	background-color: #053f00;
	position: relative;
}
.oddscmptable > thead > tr > th{
	padding: 2px;
	text-align: center;
	background-color: #1c1c1c;
	color: #fff;
}
.oddscmptable > tbody > tr > td{
	padding: 2px;
	text-align: center;
	font-size: 0.8rem;
}
.oddscmptable > tbody > tr > td i{
	font-size: 1.3rem;
	margin-left: 5px;
	vertical-align: sub;
}
.tmlost,.tmlostclr{
	background-color: #f04b3c;
}
.ovrtmbox img{
	width: 50px;
}
.ovrtmbox{
	font-family: 'montserratbold';
	font-size: 0.8rem;
	text-transform: uppercase;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
}
.ovrtm1,.ovrtm2{
	width: 48%;
}
.ovrtm1 .progress, .ovrtm2 .progress{
	height: 50px;
	border-radius: 0;
}
.tmA{
	background-color: #f04b3c;
}
.tmB{
	background-color: #1c1c1c;
}
.uoovrtm .progress{
	height: 15px;
	border-radius: 0;
}
.uorsltsbox{
	font-family: 'montserratbold';
	font-size: 0.8rem;
}
.oddscmptable > thead > tr > th{
	vertical-align: middle;
}
.oddscmptable > thead > tr > th img{
	width: 10px;
	margin-right: 5px;
}
/*-------Responsive Codes--------------*/
@media all and (min-width:1200px) and (max-width:1366px){}
@media all and (min-width:1367px) and (max-width:1440px){
	#infomodal .tab-pane {
		height: 530px !important;
	}
}
@media all and (min-width:1920px) and (max-width:2559px){
	#infomodal .tab-pane {
		height: 700px !important;
	}
}
@media all and (min-width:2560px){
	#infomodal .tab-pane {
		height: 675px !important;
	}
}
@media all and (min-width:992px){}
@media all and (max-width:767px){
	.top-header .navbar{
		flex-direction: column;
	}
	.tophdnav {
		margin-left: 0 !important;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.navbar {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navbar-brand {
		position: relative;
		top: auto;
		opacity: 1;
	}
	.sticky .navbar-brand {
		top: 0;
	}
	.navbar-toggler{background-color: #f04b3c; border-radius: 0;}
	.navbar-toggler-icon{line-height: 31px;}
	.copyright{
		text-align: center !important;
	}
	/*--------------------*/
	.wikdays {
		width: 100%;
		margin-top: 15px;
	}
	.prdctnttleft,.prdbox,.footcard,.loginleft,.loginright {
		width: 100%;
	}
	.prcdntheader,.allprdcns,.loginformbox,.frgtpwdoutbox, .signupoutbox, .loginoutbox{
		flex-direction: column;
	}
	.wikdays ul{
		justify-content: space-between !important;
	}
	.copyrightdiv{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.tophdnav .dropdown-menu {
		position: absolute;
		float: none;
		left: auto;
		right: 0;
	}
	.modal-inside {
		height: 630px;
		margin-top: 30px;
	}
	.loginright{
		margin-top: 30px;
	}
	.loginright label {
		font-family: 'montserratbold';
		color: #1c1c1c;
	}
	.modal-inside::before{
		display: none;
	}
	.logbox{
		background-color: #1c1c1c;
		padding: 10px;
	}
	.loginleft{
		color: #1c1c1c;
	}
	.loginleft p::before{
		background-color: #1c1c1c;
	}
	.allprdctn{
		width: 100%;
		margin-top: 10px;
	}
	.desktop-only{
		display: none !important;
	}
	.statbox > thead > tr{
		display: none;
	}
	.statbox > tbody > tr {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
		margin-bottom: 15px;
		border: 1px solid #000;
		background-color: rgba(0,0,0,0.05);
	}
	.statbox > tbody > tr > td{
		width: 100%;
		text-align: right;
		position: relative;
	}
	.statbox > tbody > tr > td:nth-child(2) {
		text-align: right;
	}
	.statbox > tbody > tr > td:nth-child(2)::before {
		content: 'Team';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.lftnavbar ul {
		flex-wrap: wrap;
	}
	.drpdwnfltrbox{
		flex-direction: column;
	}
	.drpdwnfltrbox select,.dropbox-1,.dropbox-2,.dropbox-3,.btnbox{
		width: 100%;
	}
	.dropbox-1,.dropbox-2,.dropbox-3{
		margin: 0 0 5px;
	}
	.btnbox .btn{
		width: 100%;
		display: block;
	}
	.statbox > tbody > tr > td:nth-child(3)::before {
		content: 'P';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(4)::before {
		content: 'W';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(5)::before {
		content: 'D';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(6)::before {
		content: 'L';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(7)::before {
		content: 'F';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(8)::before {
		content: 'A';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(9)::before {
		content: 'W';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(10)::before {
		content: 'D';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(11)::before {
		content: 'L';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(12)::before {
		content: 'F';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(13)::before {
		content: 'A';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(14)::before {
		content: 'W';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(15)::before {
		content: 'D';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(16)::before {
		content: 'L';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(17)::before {
		content: 'F';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(18)::before {
		content: 'A';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(19)::before {
		content: 'GD';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	.statbox > tbody > tr > td:nth-child(20)::before {
		content: 'PTS';
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		color: #1c1c1c;
		text-align: left;
		padding: 3px;
	}
	/*.statbox > tbody > tr > td:nth-child(4)::after {
		content: 'HOME';
		position: absolute;
		top: 50px;
		left: 54px;
		width: 150px;
		height: 45px;
		color: #1c1c1c;
		background-color: rgba(0 255 255/100%);
		transform: rotate(90deg);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
		letter-spacing: 1px;
		font-family: 'montserratbold';
	}*/
	/*.statbox > tbody > tr > td:nth-child(9)::after {
		content: 'AWAY';
		position: absolute;
		top: 50px;
		left: 54px;
		width: 150px;
		height: 45px;
		color: #1c1c1c;
		background-color: rgba(0 63 255/100%);
		transform: rotate(90deg);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
		letter-spacing: 1px;
		font-family: 'montserratbold';
	}*/
	.statbox > tbody > tr > td:nth-child(14)::after {
		content: 'OVERALL';
		position: absolute;
		top: 50px;
		left: 54px;
		width: 150px;
		height: 45px;
		color: #1c1c1c;
		background-color: rgba(178 0 191/100%);
		transform: rotate(90deg);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
		letter-spacing: 1px;
		font-family: 'montserratbold';
	}
	.hmawytblbox{
		flex-direction: column;
	}
	.hmbox, .awybox{
		width: 100%;
	}
	.overlaybox {
		width: 233px;
		margin: 0 auto 15px;
	}
	.freebettabsbox .nav-link img {
		margin-right: auto;
		margin-top: auto;
		margin: 0 auto;
	}
	.tmnambox,.sprtbkmbrs{
		flex-direction: column;
	}
	.tmnam1, .tmnam2 {
		width: 100%;
		text-align: center !important;
		margin: 10px 0;
	}
	.lst5h2hrsltsbox ul{
		justify-content: center !important;
	}
	.mtchtm{
		background-color: rgba(0 0 0 / 8%);
		padding: 5px 0;
		width: 100%;
	}
	.bottombtnbox{
		flex-wrap: wrap;
	}
	.btnbx:first-child,.btnbx:nth-child(2){
		width: 48%;
		margin-bottom: 5px;
	}
	.btnbx:last-child,.spbookdtls, .spbookratings{
		width: 100%;
	}
	.tipvalue {
		width: 52%;
		text-align: center;
	}
	.spbookratings{
		margin: 10px 0;
	}
	.sprtbkmbrs, .spbkscrnshtsbx{
		flex-direction: column;
	}
	.scrnshtslftbx,.avlbiltybox,.hitslist li,.edtrbx-1,.edtrbx-2,.edtrbx-3 {
		width: 100%;
	}
	.rvwdtlsbx .nav-tabs{
		flex-wrap: wrap;
	}
	.rvwdtlsbx .nav-justified .nav-item{
		flex-basis: auto;
	}
	.rvwdtlsbx .nav-tabs .nav-item.show .nav-link, .rvwdtlsbx .nav-tabs .nav-link.active {
		color: #ffffff;
		background-color: #f04b3c;
		border-color: transparent;
		border-radius: 0;
	}
	.tablerowbox,.edtrbx{
		flex-direction: column;
	}
	.rowbox {
		flex: auto;
		text-align: center;
		flex-direction: row;
		display: flex;
		justify-content: start;
		align-items: center;
		border-bottom: 1px solid #ccc;
	}
	.boxrow1,.boxrow2{
		width: 50%;
	}
	.edtrbx-1{
		margin-bottom: 10px;
	}
	.edtrbx-3 {
		text-align: center;
	}
	.edtrbx-3 img{
		max-width: 100px;
		margin: 0 auto;
	}
	.glossarybox .freebetcard {
		width: 100%;
	}
	.freebetcard img{
		width: 100%;
	}
	.h2hmatchbox{
		flex-direction: column;
	}
	.h2htm a{
		font-size: 0.75rem;
	}
	.h2htmstats{
		width: 100%;
	}
	.tmflagbox img {
		width: 75px !important;
	}
	.mtchstatus {
		top: -140px;
	}
	.h2htm {
		margin: 20px 0px 61px 0px;
	}
	.prdcntable{
		width: 850px;
	}
	.rvwdtlsbx .nav-tabs .nav-link {
		background-color: #1c1c1c;
		border: 1px solid #f04b3c;
		border-radius: 0;
		opacity: 1;
		color: #ccc;
	}
	.altmbox,.prgrstmbox{
		flex-direction: column;
	}
	.altmscr,.tm1win{
		width: 100% !important;
	}
	.altm1,.altm2{
		width: 100% !important;
		text-align: center !important;
	}
	.tm1win{
		margin-bottom: 15px;
	}
	.ovrtmbox img {
		width: 50px !important;
	}
	.infobox {
		width: 100%;
	}
	#infomodal .tab-pane {
		height: 470px;
	}
	.advbox {
		width: 100%;
		height: auto;
	}
	.hmtable3{
		width: 500px;
		max-width: 500px;
	}

}
.blink {
	animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
	50% {
	  opacity: 0;
	}
  }