@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
}
/********** Menu css **********/
.wrapper-menu {
	top: 0px;
	width: 100%;
}
.home-logo-top {
	width: 52%;
	margin-top: 2px;
	margin-bottom: 5px;
}
.wrapper-menu.fixed {
	background: #50418a;
	z-index: 9999;
	position: fixed !important;
}
.wrapper-menu {
	background: #00b2ff;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
 background-size: cove margin-bottom: 49px;
}
.post-img-wrapper .post-img-row {
	position: relative;
	overflow: hidden;
}
.img-box:hover .post-img-wrapper .post-img-row img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.post-img-wrapper .post-img-row img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.img-box {
	margin-bottom: 31px;
	border: solid 1px #cccccc;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-box:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 80%;
	padding-top: 45px !important;
	left: 0;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	padding: 15px 10px;
	z-index: 10;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
.menu-bar ul.menu.open {
	left: 0;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 19px;
	margin: 0;
	text-align: right;
	display: block;
	position: absolute;
	left: 12px;
	top: 9px;
	z-index: 9999;
	width: 35px;
	text-align: center;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.wrapper-menu {
	padding: 0px;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
@media (min-width: 992px) .menu-bar {
 background: #8fba52;
 width: 100%;
 z-index: 9;
 float: left;
 width: 100%;
 padding-top: 9px;
 padding-bottom: 9px;
}
.nav_area > ul > li {
	display: inline-block;
	padding: 0 15px;
	line-height: 15px;
}
.nav_area ul li a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
	padding: 17px 3px;
	text-decoration: none;
}
span.arrow {
	display: inline-block;
	padding-left: 5px;
	color: #ffffff;
}
.nav_area > ul > li ul.sub-menu {
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	transition: transform 0.3s, opacity 0.3s;
	display: block;
}
ul.sub-menu {
	min-width: 165px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
	padding: 0px 0 !important;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #90c450;
	z-index: 555;
	text-align: left;
	padding: 10px 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: -20px;
	width: 100%;
}
ul.sub-menu li a {
	color: #fff;
	line-height: 20px;
	padding: 7px 10px 7px 10px;
	font-size: 13px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	width: 100%;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	color: #ffffff;
	background: #222464;
	padding-left: 15px !important;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.mobile-menu.wrapper-menu {
	position: relative;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
li.menu-item-has-children.menu-ownload {
	border-right: none;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.row.logo-gta {
	align-items: center;
}
.header-wrapper {
	padding: 15px 0px;
}
.header-top-icon {
	text-align: right;
}
.header-top-icon ul li {
	display: inline-block;
}
.header-top-icon ul li a {
	color: #6a6a6a;
	font-size: 18px;
	background-color: #d4d4d4;
	width: 30px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	margin-left: 12px;
	display: inline-block;
}
/********** menu css and **********/


.mobile-menu-row-header {
	display: none;
}
.home-mobile-view-box ul {
	padding: 0px;
	margin: 0px;
}
.select-home-mobile-view {
	background: #006fbe;
	padding-top: 5px;
	padding-bottom: 5px;
}
.time-home-mobile-view-row {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.time-home-mobile-view-row ul {
	padding: 0px;
	margin: 0px;
}
.time-home-mobile-view-row ul li {
	list-style: none;
	width: 100%;
	float: left;
	margin-right: 30px;
	/* min-width: 75px; */
}

.time-home-mobile-view-row ul li:last-child {
    margin-right: 0;
}

.time-home-mobile-view {
	padding-left: 5px;
	padding-right: 5px;
}
.no-bgg.rad {
	color: #fe0000;
}
.no-bgg.blue {
	color: blue;
}
.time-home-mobile-view-new {
	padding-left: 5px;
	padding-right: 5px;
	/* margin-top: 80px; */
	padding-top: 7px;
}
.time-home-mobile-view-new .container {
	padding: 0px;
}
.mobile-view-new-2 {
	max-width: 41%;
	float: left;
	text-align: center;
}
.mobile-view-new-1 {
	max-width: 28%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.time-home-mobile-view-row {
	width: 99%;
	margin-top: 10px;
	margin-bottom: 20px;
	/* overflow-x: scroll; */
	overflow-y: hidden;
	white-space: nowrap;
}

.number-boxes {
	padding: 0;
	height: 50px;
	width: 100%;
	background: #fff;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	position: relative;
	border: 1px solid red;
}

.number-boxes-digit {

	background-color: #e3e0e0;
	
}

.time-home-mobile-view-row ul {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow-y: hidden;
	/* overflow-x: scroll; */
	display: flex;
}
.input-new-groupsubmit button.close-bgdt {
	background: #B80000;
	margin-top: 14px;
}
.wrapper-section-bg {
	background: #00b2ff;
}
.mobile-view-new-1:last-child {
	text-align: right;
}







.modal-content button.close {
	right: 16px;
	top: 13px;
}
.mobile-view-new-2 .new-no {
	font-size: 26px;
	color: #fff;
}
.mobile-view-new-1 .new-no {
	width: 106px;
	color: #fff;
	font-size: 20px;
	/* margin-top: 7px; */
}
.mobile-view-new-1 .new-no img {
	margin-right: 3px;
}
.home-mobile-view-box ul li .input-rr {
	width: 91%;
	border: none;
	font-size: 11px;
	text-align: center;
}
.time-home-mobile-view-row ul li .no-bgg {
	height: 52px;
	width: 100%;
	background: #fff;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	position: relative;
	border: solid 1px #0111ae;
}
.time-home-mobile-view-row ul li .time-m {
	background: #0010ab;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 4px;
	border: 1px solid;
}

.time-home-mobile-view-row ul li .result-bonus {

	position: absolute;
	bottom: 1px;
	font-size: 13px;
	color: black;
	background: yellow;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 17px;
	right: 3px;
	padding: 2px;	
}

.home-mobile-view-box ul li {
	list-style: none;
	width: 9%;
	float: left;
}
.home-mobile-view-box ul li .yellow-bg {
	background: #ffff00;
}
.wrapper-section-home-mobile-view {
	padding-left: 5px;
	padding-right: 5px;
}
.bottom-btn.buy-bg-btn {
	background: #009432 !important;
}
.foot {
	margin-top: 21px;
	/* margin-bottom: 33px; */
	text-align: center;
}
.foot p {
	margin-bottom: 0px;
	font-size: 18px;
	color: #fff;
}
.select-home-mobile-view .home-mobile-v2 {
	padding: 0px;
}
.checkbox-home-mobile-v ul {
	padding: 0px;
	margin: 0px;
}
.checkbox-home-mobile-v ul li {
	float: left;
	list-style: none;
	color: #fff;
	font-size: 18px;
}
.checkbox-home-mobile-v ul li label {
	margin-bottom: 0px;
}
.home-mobile-v2 {
	max-width: 60%;
}
.home-mobile-v1 {
	max-width: 40%;
	padding: 0px;
}
.home-mobile-v2 #selector {
	display: flex;
}
.home-mobile-v2 select {
	width: 100%;
	height: 27px;
}
.home-mobile-v2 label {
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 0px;
}
.mobile-menu-row-header {
	display: block;
}
.logo-mobile-view-h a {
	font-size: 17px;
	color: #fff;
}
.logo-mobile-view-h {
	position: absolute;
	right: 13px;
	top: 11px;
	color: #fff;
}
.logo-new-group-view-h {
	margin: 0px auto;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.logo-new-group-view-h a {
	/* margin-top: .2em; */
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.quantity-row {
	/* margin-top: 20px; */
	/* padding: 8px 10px; */
	/* float: left; */
	width: 100%;
	text-align: center;
}
.quantity-row .quantity {
	width: 50%;
	float: left;
	font-weight: 700;
	font-size: 17px;
}
.bottom-btn-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.bottom-btn-wrapper .bottom-btn-wrapper-row1 {
	display: inline-block;
	margin-bottom: 16px;
}
.bottom-btn-wrapper .bottom-btn-wrapper-row1 .bottom-btn {
	background: #028FDE;
	display: inline-block;
	width: 121px;
	text-align: center;
	height: 38px;
	line-height: 38px;
}
.bottom-btn.buy-bg-btn {
	background: #009432 !important;
}
.bottom-btn-wrapper .bottom-btn-wrapper-row1 .bottom-btn a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.login-s .row {
	margin-left: 0px;
	margin-right: 0px;
}
.login-s .container {
	padding-left: 0px;
	padding-right: 0px;
}

.home-mobile-view-only {
    display: none;
}

/******* Mobile Layout *******/
@media only screen and (max-width: 991px) {
.home-mobile-view-only {
    display: block;
}
	
	
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quantity-row .quantity {
		width: 50%;
		float: left;
		font-weight: 700;
		font-size: 14px;
	}
	.select-home-mobile-v {
		width: 59%;
		margin-left: auto;
	}
}

#Animation {

	z-index: 99999;

}

#Animation .close {

	opacity: 1;
	color: white;
	font-size: 1.8em;
	
}

#Animation .modal-content {

	background: #0072ff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00c6ff, #0072ff );  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00c6ff, #0072ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	

}

#Animation .modal-body {

	text-align: center;

}


#Animation .modal-body h3 {

	color: white;
	font-size: 1.4rem;

}

#Animation .modal-body > div {

	position: relative;

}

#Animation .modal-body #draw_animation_bonus {

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;

	position: absolute;
    width: 55px;
    height: 55px;
    padding: 5px;
    background: yellow;
    border: 2px solid #666;
    color: #666;
    text-align: center;
	bottom: 0.3em;
	right: 0.3em;
	line-height: 44px;
	font-size: 29px;
}

#Animation #draw_animation_no {

	color: #f00;
	font-size: 12em;
	background: #fff;
	border-radius: 0.1rem;

}

#Animation #ads {

	padding-top: 0;
	margin-top: 1em;
	min-height: 14em;
	background: #fff;

}

#Animation #ads h5 {

	text-align: left;
	padding-top: 5px;
	padding-left: 5px;

}

.digit-input {
    border: none;
    font-weight: bold;
    height: 88%;
    width: 97%;
    text-align: center;
    background-color: #e3e0e0;
}

.digit-input::placeholder {

	font-weight: normal;
    color: rgb(197, 195, 195);

}

#ReportModal .dropdown-menu-new {

	padding: 0;

}

#ReportModal .datepicker-rowss {

	gap: 10px;
	display: flex;

}

#ReportModal .table {

	font-size: 0.8em;

}

#login {

	background-color: #0093fb;

}

#login .wrapper-section-bg {

	background-color: #0093fb;

}

#login .content {

	margin: 22% auto;
	
}

#login .content h3 {

	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.8em;

}

#login .content .login-input {
	
	border-radius: 4px;
	margin-bottom: 0.5em;
	background-color: #e9f6ff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	width: 100%;
	
}

#login .content .login-submit:hover {

	background-color: #036be1;

}

#login .content .login-submit {

	cursor: pointer;
	border-radius: 4px;
	margin-top: 0.5em;
	background-color: #005bc6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	color: white;
	width: 100%;
	padding: 5px;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;

}

.modal-fh .modal-dialog {

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

  }
  
.modal-fh .modal-content {

	height: auto;
	min-height: 100%;
	border-radius: 0;

}

.modal {

	z-index: 9999;

}

#BetDetailsModal .dropdown-menu-new {

	padding: 0;

}

#BetDetailsModal .datepicker-rowss {

	gap: 10px;
	display: flex;

}

#BetDetailsModal .table {

	font-size: 0.8em;

}

#BetDetailsModal .table .bh-barcode {

	color: #00f;
	cursor: pointer;
	border-bottom: 0.2em dotted #0808d6;

}

#buy-btn {

	color: white;
	cursor: pointer;
	
}

.hide {

	display: none;

}

.menu .menu-item-has-children {

	margin-bottom: 10px;
	
}

.swal2-container {

	z-index: 9999 !important;
	
}

.barcode-particulars img {

	cursor: pointer;
	
}

.footer-links .col {

	padding: 5px;

}

.footer-links {

	margin-top: 5px;
	/* margin-bottom: 30px; */

}

.footer-links a {

	/* color: white; */
	
}

.games_list-cnt {

	padding-left: 0;
	padding-right: 0;
	padding-top: 18px;

}

.games_list-cnt .container {

	padding-left: 0;
	padding-right: 0;	

}

#games_list {

	background-color: white;

}

#games_list ul {

	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	overflow-y: hidden;
	display: flex;
	overflow-x: scroll;
	padding-left: 5%;
	padding-top: 1%;
	padding-bottom: 1%;	

}

#games_list ul li {

	list-style: none;
	width: 100%;
	float: left;
	margin-right: 3px;
	min-width: 75px;	

}

#games_list ul li a {

	color: gray;
	text-decoration: none;

}

#games_list ul li.active a, #games_list ul li:hover a {

	color: red;
	border-bottom: 2px solid;

}

.game-120-cards .home-mobile-view-box ul li {

	width: 14%;
	margin-left: 1px;
	
}

.game-120-cards .home-mobile-view-box ul li .input-rr {

	height: 45px;
	margin-bottom: 5px;

}

.game-120-cards .card-sel-cnt {

	margin-top: 1em;

}

.game-120-cards .card-sel-cnt > .col {

	padding: 10px;

	margin-right: 0.3em;

	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;

	background-color: white;

}

.game-120-cards .card-sel-cnt .col .row .col {

	padding: 0;

}

.game-120-cards .card-sel-cnt .col .row .col .icheckbox_square-green {

	margin-top: 0.3em;

}

.lp {

    width: 110%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-left: .8rem;	
	text-align: center;
	background-color: yellow;
}