.responsive-menu-wrapper .icon-user-login{
	display: none;
}
@media (max-width: 768px) {

	#reg_form{
		display:none;
	}
	.responsive-menu-wrapper .icon-user-login{
		display: flex;
		cursor: pointer;
	}

}

/* Create three unequal columns that floats next to each other */
.rowColumn {
	float: right;
	line-height: 2;
}

.middle, .right {
	width: 15%;
	padding-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
}

.left {
	width: 70%; 
	height: 20px;
	background-color: white;
	color: black;
	line-height: 1;
	margin-top: 2px;
}

/* Clear floats after the columns */
.three_row:after {
	content: "";
	display: table;
	clear: both;
}
.imgGray{
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
}

@media only screen and (max-width: 600px) {
	.rowColumn {
		float: right;
		line-height: 2;
	}

	.middle, .right {
		width: 70px;
		padding-right: 1px;
		margin-left: 1px;
		margin-top: 3px;
	}

	.left {
		width: 80%; 
		height: 17px;
		background-color: white;
		color: black;
		line-height: 1.5;
		margin-top: -3px;
	}

	/* Clear floats after the columns */
	.three_row:after {
		content: "";
		display: flex; 
	}
	.single-match-result-header .right-side{
		width: 10%!important;

	}
	.right-side{
		display: inline!important;
	}
}
.game_container {
	position: relative;
	width: 100%;
}
.middle_game_img {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.game_image {
	opacity: 1;
	display: block;
	width: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
}
.game_container:hover .game_image {
	opacity: 0.3;
}
.game_container:hover .middle_game_img {
	opacity: 1;
}

.text_img {
	background-color: #1b5797;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

.panel-heading {
	padding: 5px 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.colupsPanelHeader {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
	font-weight: 700;
}
.colupsPanelHeaderImg {
	width: 45px;
}
.colupsPanelHeaderContent {
	width: calc(100% - 45px);
	position: relative;
	float: left;
}
.colupsPanelHeaderContent h5 {
	font-size: 14px;
	padding: 5px 0px;
	margin: 0;
	color: #fff;
}
.colupsPanelHeaderContent h5 img {
	margin: 0 5px;
	width: 20px !important;
}
.colupsPanelHeaderContent p {
	font-size: 11px;
	padding: 2px 0;
	line-height: 10px;
	color: #fff;
	margin: 1px;
}
.colupsPanelHeaderContent p img {
	width: 17px !important;
	height: auto;
}
.panel-custom {
	background: #1f7fd5;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.game-update {
	width: 70%;
	display: flex;
	background: #b5b5b5;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 13px;
}
.bet-btn {
	float: left;
	width: 33.33%;
	margin: 0;
	background: #fff;
	border-right: 1px solid #000;
	padding: 0;
}
.bet-btn .bet-answer {
	float: left;
	width: 70%;
	margin: 0;
	background: #fff;
	padding: 5px;
	overflow: hidden;
}
.bet-btn .bet-rate {
	float: left;
	width: 30%;
	margin: 0;
	background: #ddd;
	padding: 5px;
}
@media only screen and (max-width: 767px) {
	.bet-btn {
		padding: 0;
		float: left;
		width: 50% !important;
		margin: 0;
	}


}
.bet-answer{}
.bet-rate{}

.depositbtntop {
	position: absolute;
	right: 35px;
	background: #cac4c4;
	padding: 0px 5px;
	border-radius: 5px;
	top: -9px;
}
.depositbtntop:hover {
	color: #000;
}
.withdrawbtntop {
	position: absolute;
	right: 100px;
	background: #cac4c4;
	padding: 0px 5px;
	border-radius: 5px;
	top: -9px;
}
.withdrawbtntop:hover {
	color: #000;
}
.right-sidebar.custom-scrollbar-2 {
	position: sticky;
	top: 0;
}
.amountBtn {
	display: inline-block;
	padding: 4px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #296d5e;
	margin-bottom: 5px;
	cursor: pointer;
}
.amountBtn:active, .amountBtn:focus, .amountBtn.btn-active {
	background: #296d5e;
	color: #fff;
}
.amountBtn.active{
	background: #000;
}
.list-group {
	flex-direction: unset !important;
}
.hide{
	display: none;
}
.sport-card-level-one-header img {
	border-radius: 50%;
}
.list-group-item {
	padding: 3px 5px !important;
	display: block ruby;
}
.casino-game {
	text-align: center;
	padding: 10px 10px;
	border-bottom: 2px solid #fff;
	height: 200px;
	background: #4b83ad;
}
.casino-game img {
	width: 160px;
	height: 160px;
}
.casino-game:hover {
	background: #637fd3;
}
.bg{
	background: #6c6c6c;
}
.owl-carousel .owl-item .coin-img {
	width: 65% !important;
	margin: auto;
	height: 156px !important;
}
.owl-carousel.owl-drag .owl-item .slide-title {
	position: absolute;
	font-size: 32px;
	color: #fffdfd;
	text-align: center;
	width: 100%;
	top: 0;
}
.hidden{
	display: none !important;
}
.win-img {
	width: 35px;
}
.game-content-area .row, .admin-template-area .row {
	margin: 0;
	overflow-x: scroll;
}
.defult-img {
	position: absolute;
	width: 75px;
	top: 15px;
	right: 25px;
}
.icon-bar{}
.navbar-toggle {
	position: absolute;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	top: -7px;
	right: 0;
	cursor: pointer;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.banner-slider-carousel .owl-dots {
	position: absolute;
	left: 30px;
	bottom: 10px;
}
.banner-slider-carousel .owl-dots button {
	height: 5px !important;
	width: 30px !important;
}
.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;
}