body{
	font-family: arial;
}
html::after {
	content: "";
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -10;
	background-color: #273136;
	background-image: linear-gradient(180deg,rgba(50,70,80,.9) 0,#0d101b 100%);
	background-image: url(../images/cover.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: initial;
	height: 100%;
	transition: background .2s linear;
	background-size: cover;
}
html::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -5;
	background: linear-gradient(180deg,rgba(50,70,80,.9) 0,#0d101b 100%);
}
body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-attachment: initial;
	background-color: transparent;
	background-image: url(../images/pattern.png);
	background-size: 4.6875rem;
	background-repeat: repeat;
	background-attachment: initial;
	z-index: -5;
}
.m-0 {
	margin: 0px !important;
}
.m-05 {
	margin: 1px !important;
}
.mt-5{
	margin-top: 5px !important;
}
.mb-5{
	margin-bottom: 5px !important;
}
.p-5{
	padding: 5px !important;
}
.m-auto{
	margin: auto;
}
.tabBlock
{
	background-color:#2F4F4F;
	border:solid 0px #0000FF;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	max-width:200px;
	width:100%;
	overflow:hidden;
	display:block;
}
.clock
{
	vertical-align:middle;
	font-family:Orbitron;
	font-size:40px;
	font-weight:normal;
	color:#FFF;
	padding:0 10px;
}
.clocklg 
{
	vertical-align:middle; 
	font-family:Orbitron;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
}
.amountBtn {
	margin: 0;
	border: 2px solid #c4bebe;
	border-radius: 5px;
	padding: 0px 4px;
	cursor: pointer;
}
.btn-active{
	background: #3bafd2;
}
.number {
	height: 30px;
	margin-top: 5px;
}
@media (min-width: 1281px) {
	.home{
		float:right;
	}
	.left{
		width:auto;
	}
	.col-xl-2{
		width: 16.5%;
	}
	.col-6{
		width: 50%;
		float: left;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.home{
		float:right;
	}
	.left{
		width:auto;
	} 
	.col-6{
		width: 50%;
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.home{
		float:right;
	}
	.left{
		width:auto;
	} 
	.col-6{
		width: 50%;
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.home{
		float:right;
	}
	.left{
		width:auto;
	}
	.col-6{
		width: 50%;
		float: left;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.home{
		float:left;
	}
	.left{
		width:100%;
	}
	.tabMenu {
		margin-bottom: 5px;
		overflow-x: scroll;
	}
	.col-6{
		width: 50%;
		float: left;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.home{
		float:left;
	}
	.left{
		width:100%;
	}
	.tabMenu {
		margin-bottom: 5px;
		overflow-x: scroll;
	}
	.col-6{
		width: 50%;
		float: left;
	}
	.col-lg-2{
		width: 50%;
		float: left;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.col-lg-2{
		width: 33.33%;
		float: left;
	}
}
.nav > li {
	position: relative;
	display: block;
	margin-right: 10px;
}
#MyClockDisplay {
	font-weight: bold;
	font-size: 13px;
	color: #1ff9f9;
}
.col-6{
	padding: 0 5px;
}
.logbox {
	color: #fff !important;
	border: 2px solid #df3b09 !important;
	margin: 4px 4px 0px 0px;
	padding: 2px 6px;
	cursor: pointer;
	width: auto;
	background: #2e488c;
	float: left;
	border-radius: 5px;
	font-size: 12px;
}
.logbox1 {
	margin: 0px 4px 0px 0px !important;
	width: auto;
	cursor: unset;
	padding: 2px 2px;
}
.depositbtn::before {
	margin-left: 12px;
	color: #000;
	font-size: 21px;
}
.depositbtn {
	width: 40px;
	height: 28px;
	float: right;
	display: flex;
	align-items: center;
	background: #ddd;
	margin: -2px -2px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}
.tabMenu {
	margin-bottom: 2px;
}
.callaction {
	margin-top: 55px;
	float: ;
}
.btn.btn-primary {
	font-size: 18px;
	text-transform: capitalize;
	background-color: #2c9ccb;
	padding: 5px 20px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
	font-weight: 700;
}
.colupsPanelHeader {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.colupsPanelHeaderImg {
	width: 120px;
}
.colupsPanelHeaderImg img{
	width: 30px;
}
.colupsPanelHeaderContent {
	width: calc(100% - 125px);
	position: relative;
	margin-left: 0px;
}
.colupsPanelHeaderContent h5 {
	margin: 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 10px;
	justify-content: space-between;
}
.colupsPanelHeaderContent h5 img {
	margin: 0 5px;
	width: 20px !important;
}
.colupsPanelHeaderContent p {
	font-size: 11px;
	margin-bottom: 6px;
	line-height: 10px;
}
.colupsPanelHeaderContent p img {
	width: 20px !important;
	height: auto;
}
.colupsPanelHeaderContent .live-gif {
	width: 40px !important;
	position: absolute;
	top: 2px;
	right: 10px;
}
.panel-heading {
	padding: 5px 5px;
	border-bottom: 1px solid rgba(141,141,141,.3) !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.colupsPanelHeaderImg img {
	width: 40px !important;
	height: 30px !important;
}
.panel-title img {
	width: 40px !important;
	height: 15px;
}
.buttonrate {
	border:1px solid #fff;
}
.t-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 99;
}
.ft-menu-sec {
	background: #fff;
	color: #fff;
	position: relative;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.p-0 {
	padding: 0 !important;
}
.ft-menu-wrapper {
	text-align: center;
	text-transform: none;
	font-size: 15px;
}
.ft-menu-wrapper {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	text-align: center;
	text-transform: none;
	font-size: 12px;
}
.ft-item a.ftmenu {
	display: block;
	background: #112d4ecf;
	padding: 2px;
	margin: auto;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	border: 1px solid #000;
}
.ft-item a.ftmenu img {
	max-width: 40px;
	display: block;
	margin: auto;
	height: 25px;
	filter: brightness(0) invert(1);
}
section {
	min-width: 100%;
	position: relative;
	width: 100%;
	padding:0; 
}
.tab-content > .active {
	display: contents !important;
	margin-bottom: 30px;
	color: #000;
	background: #dd2525;
}
.tabMenu li a {
	border: 1px solid #ddd !important;
	background: #0d7384;
	padding: 7px 15px;
	border-radius: 0 !important;
	color: #eee !important;
	margin-right: -1px;
}
#item {
	right: 7px;
	position: fixed;
	width: 60px;
	height: 63px;
	bottom: 120px;
	background: url(../images/contact.png)no-repeat;
	touch-action: none;
	user-select: none;
	background-size: 60px 63px;
	-webkit-animation: bubble-up-down 3s ease-in-out infinite;
	animation: bubble-up-down 3s ease-in-out infinite;
	cursor: pointer;
}
.wrap-live {
	position: fixed !important;
	bottom: 73px !important;
	right: 5px !important;
}


@-webkit-keyframes bubble-up-down {
	0% {
		bottom: 80px;
		filter: drop-shadow(0 0 7px rgb(251,183,38,1)) brightness(1.05);
	}

	50% {
		bottom: 120px;
		filter: drop-shadow(0 0 5px rgb(251,183,38,0.3));
	}

	100% {
		bottom: 80px;
		filter: drop-shadow(0 0 7px rgb(251,183,38,1)) brightness(1.05);
	}
}

@keyframes bubble-up-down {
	0% {
		bottom: 80px;
		filter: drop-shadow(0 0 7px rgb(251,183,38,1)) brightness(1.05);
	}

	50% {
		bottom: 120px;
		filter: drop-shadow(0 0 5px rgb(251,183,38,0.3));
	}

	100% {
		bottom: 80px;
		filter: drop-shadow(0 0 7px rgb(251,183,38,1)) brightness(1.05);
	}
}
.live-sports .live-video {
	margin-top: 7px !important;
	width: 95%;
	margin: auto;
	height: 500px;
	border: 1px solid #fff;
}



@media screen and (max-width: 1352px) {
	.live-sports .live-video {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: 536px;
		border: 1px solid #fff;
	}
}
@media screen and (max-width: 992px) {
	.live-sports .live-video {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: 420px;
		border: 1px solid #fff;
	}
}

@media screen and (max-width: 360px) {
	.live-sports .live-video {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: 200px;
		border: 1px solid #fff;
	}
	.paysystem img{}
}

.live-sports .live-video-description {
	margin-top: 7px !important;
	width: 95%;
	margin: auto;
	height: auto;
	border: 2px solid #fff;
	padding:5px;
	color:#fff;
}



@media screen and (max-width: 2200px) {
	.paysystem img {
		width: 100%;
		height: 250px;
	}
	.citi_street_part img {
		width: 100%;
		height: 250px;
	}
}
@media screen and (max-width: 1900px) {
	.paysystem img{}
}
@media screen and (max-width: 1352px) {
	.live-sports .live-video-description {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: auto;
		border: 2px solid #fff;
		padding:5px;
		color:#fff;
	}
	.paysystem img{}
}
@media screen and (max-width: 992px) {
	.live-sports .live-video-description {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: auto;
		border: 2px solid #fff;
		padding:5px;
		color:#fff;
	}
	.paysystem img{}
}
@media screen and (max-width: 600px) {
	.live-sports .live-video-description {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: auto;
		border: 2px solid #fff;
		padding:5px;
		color:#fff;
	}
	.paysystem img {
		height: 150px;
	}
	.citi_street_part img {
		height: 150px;
	}
}
@media screen and (max-width: 350px) {
	.live-sports .live-video-description {
		margin-top: 7px !important;
		width: 95%;
		margin: auto;
		height: auto;
		border: 2px solid #fff;
		padding:5px;
		color:#fff;
	}
	.paysystem img{}
}
@media (min-width:1200px) {
	.container {
		/*width:100%;*/
	}
}
.container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: unset !important;
	border-color: #adadad;
}
.userAlert {
	color: #f77;
	font-size: 15px;
}
.myButton {
	box-shadow: 3px 4px 0px 0px #000102;
	background: linear-gradient(to bottom, #fff 5%, #fffafa 100%);
	border-radius: 5px;
	border: 1px solid #337bc4;
	display: block;
	cursor: pointer;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 14px;
	padding: 4px;
	text-decoration: none;
	font-family: ;
}
/*.myButton:hover {
	background: linear-gradient(to bottom, #d0d0d0 5%, #e7ecf0 100%);
	background-color: #378de5;
}*/
.btn-sm, .btn-group-sm > .btn {
	padding: 1px 10px 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.betOptionWrap {
	display: flex;
	flex-wrap: wrap;
}
.betOptionWrap .buttonrate {
	width: 33.33%;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 12px !important;
}
.betOptionWrap .buttonrate span.text {
	white-space: nowrap;
	overflow: hidden;
	width: 85%;
	margin-right: 3px;
	float: left;
	font-size: 12px !important;
	color: #939393;
}
.buttonrate3:hover{
	background-color: #3a3a3a !important;
}
#container_buttons {
	width: 100%;
	margin-left: 0;
	background: #fff;
	padding: 5px 5px 12px 5px;
	font-size: 0;
}
.a_demo_four {
	width: 49%;
	display: inline-block;
	background-color: #3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 5px 20px;
	padding-right: 50px;
	background-image: ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #9990;
	text-align: center;
	float: right;
}
.b_demo_four {
	width: 49%;
	display: inline-block;
	text-align: center;
	background-color: #3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 5px 20px;
	padding-right: 50px;
	background-image: ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #9990;
}
.a_demo_four:hover{
	color: #fff;
	cursor: pointer;
}
.b_demo_four:hover{
	color: #fff;
	cursor: pointer;
}
.a_demo_four:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(62,184,229)),
		color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}
.b_demo_four:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(62,184,229)),
		color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_demo_four::before {
	background-color:#0d9d01;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}
.b_demo_four::before {
	background-color:#0d9d01;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.a_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}
.b_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}
.dateshow {
	margin: 0px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 2px solid #eee;
}
.form-group {
	margin-bottom: 5px;
}
.featured-game {
	padding: 0px 0px 0px;
	background: url(../images/featuredgame-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-game img {
	height: 120px;
	vertical-align: top;
	margin-top: 15px !important;
	position: relative;
}
.featured-game .game-slider .item .single-game img {
	width: auto;
	display: inline-block;
	margin-top: -25px;
}
.single-game .mybtn2 {
	position: absolute;
	display: block;
	height: 50px;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
}
.mybtn2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	width: 190px;
	display: inline-block;
	color: #fff;
	border: 0px;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background: -webkit-gradient(linear, right top, left top, from(#1c294e), to(#1c294e));
	background: -webkit-linear-gradient(right, #1c294e, #1c294e);
	background: -o-linear-gradient(right, #1c294e, #1c294e);
	background: linear-gradient(to left, #1c294e, #1c294e);
}
.mybtn2:hover {
	background: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
	background: -webkit-linear-gradient(left, #ff344d, #d2273c);
	background: -o-linear-gradient(left, #ff344d, #d2273c);
	background: linear-gradient(to right, #ff344d, #d2273c);
	color: #fff;
}
.featured-game .game-slider .item .single-game {
	margin: 15px 15px 40px;
}
.single-game {
	height: 180px;
	display: block;
	line-height: 300px;
	text-align: center;
	border: 1px solid #273b71;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(27, 201, 219);
	box-shadow: 0px 10px 15px 0px rgb(27, 201, 219);
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.single-game:hover {
	border: 2px solid #681f40;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.single-game img {
	margin-top: -25px;
	-webkit-animation: opacityAnimation 2s linear infinite;
	animation: opacityAnimation 2s linear infinite;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
@-webkit-keyframes opacityAnimation {
	0% {
		opacity: 0.4; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		opacity: 0.4; 
	}
}

@keyframes opacityAnimation {
	0% {
		opacity: 0.4; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		opacity: 0.4; 
	} 
}
.loader {
	border: 15px solid #f3f3f3;
	border-radius: 50%;
	border-top: 15px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: inline-block;
	margin: -8px 7px;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.owl-carousel.owl-drag .owl-item {
	height: 55px;
}

.animate-ping-slow {
	-webkit-animation: ping 2s linear infinite;
	animation: ping 2s linear infinite;
}


@-webkit-keyframes ping {
	75%, 100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ping {
	75%, 100% {
		transform: scale(1);
		opacity: 0;
	}
}
.animate-ping-slow {
	position: absolute;
	top: 10px;
	right: 10px;
}
.tag-line .animate-ping-slow {
	position: unset;
	top: 10px;
	right: 10px;
}
.datetimepanel img{}
.form-control, .btn {
	border-radius: 5px;
}
.itemSlider {
	padding: 0 0px;
	float: left;
}
.itemSlider .SliderItem {
	border: 1px solid #717171;
	cursor: pointer;
	background: #112d4e;

}
.itemSlidera {
	padding: 0 0px;
	float: left;
}
.itemSlidera .SliderItem {
	border: 1px solid #717171;
	cursor: pointer;
	background: #;
	height: 100%;
	position: relative;
}
.itemSlidera .SliderItem .sliderImg {
	cursor: pointer;
	position: relative;
	text-align: center;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block;
}
.owl-carousel .owl-prev::before {
	position: absolute;
	content: "";
	top: 10px;
	right: 50%;
	margin-right: -20px;
	width: 1px;
	height: 16px;
	background-color: unset; 
}
.itemSlider .owl-nav button {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-52%);
	color: #bfbfbf !important;
	height: 90%;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid #474747 !important;
	background: #265a97 !important;
	font-size: 20px !important;
}
.itemSlidera .owl-nav button {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-52%);
	color: #bfbfbf !important;
	height: 90%;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid #474747 !important;
	font-size: 40px !important;
}
.col-3 {
	width: 33.33%;
	float: left;
}
.col-4 {
	width: 25%;
	float: left;
}
.col-5 {
	width: 20%;
	float: left;
}
.quiz img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
}
.partner img {
	filter: unset !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: unset; 
}
.nav li a, .navbar-default .navbar-nav > li > a {
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	color: #0a0a0a;
	padding: 15px 12px;
	text-transform: capitalize;
}
.itemSlidera .owl-nav button.owl-next {
	left: auto;
	right: 0;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	height: 100%;
}
.itemSlidera .owl-stage-outer {
	height: 100%;
	border-radius: 10px;
}
.itemSlidera .owl-item img {
	display: block;
	width: 100%;
	opacity: 0.2;
}
.itemSlidera .owl-item span {
	position: absolute;
	top: 15px;
	display: block;
	text-align: center;
	width: 100%;
}
.buttonrate {
	width: 33.33% !important;
	height: 38px !important;
	font-weight: bold;
	float: left;
	overflow: hidden !important;
	padding: 0px !important;
	text-align: center;
	color: #000 !important;
	border-radius: 0 !important;
	border-right: 2px solid rgba(141, 141, 141, .3) !important;
	border-bottom: 2px solid rgba(141, 141, 141, .3) !important;
	font-size: 11px !important;
}
.casinoitem {
	padding: 5px 5px;
}
.price .price-header {
	padding: 0px 0 5px 0;
}
.btn.btn-custom1 {
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: #4DC434;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 0 0 #202C45;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
}
.price .price-item {
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
}
.price .price-item {
	margin-bottom: 5px;
	border-radius: 10px 10px 5px 5px;
}
.price .price-header img {
	width: 100%;
	height: 165px;
}
.price-header span {
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	background: #045c26;
	font-weight: bold;
	color: #fff;
}
.price .price-item .price-footer {
	padding-bottom: 5px;
}
.price .price-item.featured-item .price-footer .btn.btn-custom {
	color: #ffffff;
	background: #E81C2E;
	box-shadow: inset 0 0 0 0 #202C45;
}
.price .price-item.featured-item .price-header .btn.btn-custom1:hover {
	color: #E81C2E;
}
.price .price-item.featured-item .price-footer .btn.btn-custom:hover {
	color: #E81C2E;
	background: #202C45;
	box-shadow: inset 200px 0 0 0 #202C45;
}
.price .price-item.featured-item .price-header .btn.btn-custom1:hover {
	color: #E81C2E;
	background: #202C45;
	box-shadow: inset 200px 0 0 0 #202C45;
}
.price .price-item.featured-item .price-header .btn.btn-custom1:hover {
	color: #E81C2E;
}
/*.col-6{
	float: left;
	width: 50%;
	padding: 0 15px;
}*/
.colupsPanelHeaderContent .tag-line {
	background: #004129;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
}
.datetimepanel img {
	width: 15px !important;
	height: 15px !important;
}
.first-lebal {
	color: #fff;
}
.myButton1 {
	padding: 0;
	background: #ff00002e;
	display: block;
	overflow: hidden;
	box-shadow: unset;
	border: unset;
	border-radius: 0;
}
.bet_name-btn {
	float: left;
	display: flex;
	align-items: center;
	height: 30px;
	justify-content: left;
	width: calc(100% - 44px);
	overflow: hidden;
	padding: 0 0px 0px 5px;
	line-height: 1;
	background: #004129;
}
.rate-btn {
	background: #b5ff00;
	float: right;
	border-radius: 3px;
	border: none;
	color: #0e140c;
	font-weight: 700;
	width: 44px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-1{
	padding: 1px;
}
.datetimepanel .tag-line {
	background: #004129;
	border-radius: 20px;
	display: inline-block;
	padding: 3px 12px 2px 12px;
	font-weight: 600;
	font-size: 13px;
}
.color-yellow {
	background-color: #b5ff00 !important;
	color: #000;
}
.single-tags a {
	margin: 0px 0px 2px 2px;
	display: inline-block;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border: 1px solid #202C45;
	border-radius: 5px;
}
.single-tags .active {
	border: 2px solid #E31313;
	background: #97ff0042;
	color: #000;
}
.live-upcoming-tab li a {
	display: block;
	text-align: center;
	padding: 8px 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-left: 3px solid #bfff00;
	margin-right: -1px;
	background: #11b1b0;
	position: relative;
}
.p-0-5 {
	padding: 0 5px 0 5px;
}
.type_btn {
	display: block;
	background: #202c45a3;
	margin: 1px 1px;
	padding: 2px 5px;
	color: #fff;
	width: auto;
	text-align: center;
	border-radius: 5px;
}
.type_btn:hover {
	display: block;
	background: #202c45;
	margin: 1px 1px;
	padding: 2px 5px;
	color: #f00;
	width: auto;
	text-align: center;
}
.type_btn span {
	display: block ruby;
}
.type_btn img {
	width: 45px;
	height: 30px;
	max-width: unset;
}
.type_btn.active {
	color: #2EBD66;
	background: #202c45;
}
.bg {
	float: right;
	color: #f0601a;
	background: #534e4e;
	border-radius: 6px;
	padding: 0px 5px;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
	transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
	visibility: visible;
}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: 280px;
	border-right: 1px solid #000;
	transform: translateX(-100%);
	z-index: 999;
	background: #fff;
}
.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-clip: padding-box;
	outline: 0;
	transition: transform 0.2s ease-in-out;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-transition: transform 0.2s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}
.menulist{}
.menulist li {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding: 3px 2px;
}
.menulist li a {
	display: block;
	color: #A9ABAD;
}
.menulist li .icon {
	background: #00bffe;
	border-radius: 50%;
	padding: 10px 10px;
	color: #fff;
}
.menulist li span {
	color: #000;
	font-size: 16px;
	margin: 0 10px;
}
.menulist .menulist-item{}
.nav-justified > li {
	display: table-cell;
	width: auto;
}
.nav-justified1 .nav-item img {
	width: 80px;
	background: #ddd;
	height: 40px;
	margin: 0 2px 2px 0px;
	cursor: pointer;
	/*border: 1px solid #000;*/
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
	border: 1px solid #c42f2f;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link {
	color: #000;
	border: 1px solid #c42f2f;
	padding: 5px;
	margin: 0;
}
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	height: auto;
	border: 0;
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.btn.btn-custom {
	padding: 10px 30px 12px 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: #E81C2E;
	border: none;
	border-radius: 60px;
	box-shadow: inset 0 0 0 0 #202C45;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	display: block;
}
.btn.btn-custom:hover {
	color: #E81C2E;
	background: #202C45;
	box-shadow: inset 300px 0 0 0 #202C45;
}
.quiz_name_btn {
	display: flex;
	align-items: center; 
	height: 30px;
	justify-content: center;
	width: 100%;
	padding: 2px 5px;
	background: #004129;
	text-align: center;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.quiz_title {
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	text-align: center;
}
.quiz_titleq {
	display: block;
	font-size: 17px;
	padding: 5px 10px;
	text-align: center;
}
.custominput {
	background: unset;
	color: #000;
}
.custominput::placeholder {
	color: #a49c9c;
}
.custominput:focus { 
	outline: none !important;
	border-color: #719ECE;
	box-shadow: 0 0 10px #719ECE;
	background: #fff0;
	color: #000;
}
.part_visibility {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
label {
	color: #000;
}
.alert {
	padding: 15px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	/*font-size: 1rem;*/
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icoman i {
	font-size: 30px;
	border: 3px dotted;
	border-radius: 50%;
	padding: 5px 5px;
}