/*-----------------------------------------------------------------------------------

	Theme Name: PlayBlockChain
	Description: Everyone have a chances be billionaire
	Author: Pix Works Studio
	Author URI: http://pixworksstudio.com

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
	- Top Bar
	- Header
		- Logo

---------------------------------------------------------------- */


/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 576px) {
	.container { max-width: 540px; }
}

@media (min-width: 768px) {
	.container { max-width: 750px; }
}

@media (min-width: 992px) {
	.container { max-width: 970px; }
}

@media (min-width: 1200px) {
	.container { max-width: 1170px; }
}


@media (max-width: 575.98px){
	.container, #header.full-header .container, .container-fullwidth {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

body, a, h1, h2, h3, h4, h5, h6, p, span, input, em, b, strong {
	font-family: 'Montserrat', sans-serif !important;
}

::selection {
    background: #0897d7;
}

input.switch-toggle-round.sp-switch + label:before{
	background: #000 !important;
	border-color: #000;
}

input.switch-toggle-round.sp-switch + label{
	background: rgba(0,0,0,0)
}

.close-icon{
	width: 42px;
	height: 42px;
}

.mfp-wrap .mfp-close{
	display: none;
}

.pbc-body{
	background: #00293b
}

.pbc-wrapper{
	height: 100vh;
	position: relative
}

.pbc-deeppurple-bg{
	background-color: rgba(19,0,48,1) !important
}

.pbc-wrap-footer{
	background-image: url("images/pbc/footer_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 150px 0;
	z-index: 1;
	width: 100%;
}

@media (min-width: 360px) and  (max-width: 600px){
	.pbc-wrap-footer, .pbc-wrap-footer-v2{
		background-size: cover;
	}
}


.pbc-wrap-footer-v2{
	background-image: url("images/pbc/footer_bg_2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 175px 0;
	z-index: 1;
	width: 100%;
	margin-bottom: 0;
}

.pbc-wrap-footer-v3{
	background-image: url("images/pbc/footer_bg_2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 175px 0;
	z-index: 1;
	width: 100%;
	margin-bottom: 0;
}

.pbc-btn{
	background: #f8e93d;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ef7a02, #f8e93d);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ef7a02, #f8e93d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: rgba(55,31,0,1) !important;
	border-radius: 10px;
	border: 2px solid #000;
	position: relative;
	line-height: 42px;
	font-weight: 900;
	font-size: 18px;
	height: 45px;
	text-align: center;
	letter-spacing: 0;

}

.pbc-btn::before{
	display:none !important;
}

.pbc-btn span{
	color: rgba(55,31,0,1) !important;
	font-weight: 900 !important;
	font-size: 15px !important;
	z-index: 5;
	position: relative;
}

.pbc-btn span.white-span{
	color: rgba(255,255,255,1) !important
}

.pbc-btn:before{
	content: '';
	width: 95%;
	height: 6px;
	border-radius: 6px;
	background: rgba(248,233,61,.65);
	position: absolute;
	top: 5px;
	left: 2.5%;
	box-shadow: 0 0px 8px rgba(248,233,61,.9);
	z-index: 1
}

.pbc-btn-blue{
	background: #59d8f0;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #108298, #59d8f0);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #108298, #59d8f0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #022437 !important;
}

.pbc-btn.pbc-btn-blue:before{
	background: rgba(89,216,240,.65);
	box-shadow: 0 0px 8px rgba(89,216,240,.9)
}

.pbc-btn-blue span{
	color: #022437 !important;
	transition:  opacity 0.5s ease-in-out
}

.pbc-btn-blue:hover span{
	color: rgba(55,31,0,1) !important;
}

.pbc-btn-pink{
	background: #c300d1;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #8e0081, #c300d1);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #8e0081, #c300d1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff !important;
}

.pbc-btn-pink span{
	color: rgba(255,255,255,1) !important
}

.pbc-btn.pbc-btn-pink:before{
	background: rgba(195,0,209,.65);
	box-shadow: 0 0px 8px rgba(195,0,209,.9)
}

.pbc-btn-pink:hover, .pbc-btn-blue:hover{
	background: #f8e93d;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ef7a02, #f8e93d);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ef7a02, #f8e93d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: rgba(55,31,0,1) !important;
}

.pbc-btn-pink:hover span{
	color: rgba(55,31,0,1) !important;
}

.pbc-btn-grey{
	background: #D3D3D3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #383838, #D3D3D3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #383838, #D3D3D3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #000000 !important;
}

.pbc-btn.pbc-btn-grey:before{
	background: rgba(255,255,255,.25);
	box-shadow: 0 0px 8px rgba(255,255,255,.3)
}

.pbc-btn-grey span{
	color: rgba(0,0,0,1) !important
}

.pbc-btn.pbc-btn-blue:hover:before,.pbc-btn.pbc-btn-pink:hover:before{
	background: rgba(248,233,61,.65);
	box-shadow: 0 0px 8px rgba(248,233,61,.9)
}

.pbc-btn.facebook-btn{
	background: #1877f2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #0048a6, #1877f2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #0048a6, #1877f2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: rgba(255,255,255,1) !important;
	border-radius: 10px;
	border: 2px solid #000;
	position: relative;
	line-height: 42px;
	font-weight: 900;
	font-size: 18px;
	height: 45px;
	text-align: center;
	letter-spacing: 0;

}

.pbc-btn.facebook-btn:before{
	content: '';
	width: 95%;
	height: 6px;
	border-radius: 6px;
	background: rgba(8,151,215,.25);
	position: absolute;
	top: 5px;
	left: 2.5%;
	box-shadow: 0 0px 8px rgba(8,151,215,.55)
}

.pbc-btn.google-btn{
	background: #cf4332;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #901000, #cf4332);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #901000, #cf4332); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: rgba(255,255,255,1) !important;
	border-radius: 10px;
	border: 2px solid #000;
	position: relative;
	line-height: 42px;
	font-weight: 900;
	font-size: 18px;
	height: 45px;
	text-align: center;
	letter-spacing: 0;

}

.pbc-btn.google-btn:before{
	content: '';
	width: 95%;
	height: 6px;
	border-radius: 6px;
	background: rgba(207,67,50,.35);
	position: absolute;
	top: 5px;
	left: 2.5%;
	box-shadow: 0 0px 8px rgba(207,67,50,.55)
}

.select-btn{
	font-size: 11px;
	height: 32px;
	padding: 0 10px;
	line-height: 28px;
}

.title-bg{
	background-color: #004767
}

.pbc-div{

}

.pbc-div span{
	background-color: rgba(0,71,103,1);
	line-height: 14px;
	font-size: 14px;
	position: relative;
	top: -2px;
	z-index: 2;
	padding: 0 5px;
}

.divider.pbc-div:after, .divider.divider-center.pbc-div:before, .divider.divider-center.divider-short.pbc-div:before{
	border-color: rgba(0,41,59,1);
}

@media (width: 768px){
	.pbc-btn{
		font-size: 14px;
	}
}


.text-yellow{
	color: #F9F241
}

a:hover{
	color: rgba(241,133,7,1)
}

.pbc-text-bold{
	font-weight: 700;
}

.pbc-text-light{
	font-weight: 300
}

.lh-32{
	line-height: 28px;
	height: 32px;
}

.lh-32 span{
	line-height: 32px !important;
	height: 32px;
}

.pbc-border-bottom{
	border-bottom: 1px solid #006999
}

.pbc-border-top{
	border-top: 1px solid #006999
}

/* ----------------------------------------------------------------
	Login
-----------------------------------------------------------------*/
.shining{
	position: absolute;
	right: -6%;
	top: -15%;
	z-index: -1;
	width: 135px;
}

.tab-nav.login-tab{
	text-align: center;
	border: 0 !important
}

.tab-nav.login-tab li{
	width: 50% ;
	border:none !important;
	float: none !important;
	display: inline !important;
	border-radius: 4px 4px 0 0 !important;
	height: 35px !important;
}

.tab-nav.login-tab li a{
	border-radius: 10px 10px 0 0 !important;
	background: transparent linear-gradient(180deg, #004767 0%, #00293b 100%) 0% 0% no-repeat padding-box !important;
	color: #0897d7 !important;
	line-height: 35px !important;
	height: 35px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;

}

.tab-nav.login-tab li.ui-tabs-active{
	height: 45px !important;
}

.tab-nav.login-tab li.ui-tabs-active a{
	background: transparent linear-gradient(180deg, #0897d7 0%, #004767 100%) 0% 0% no-repeat padding-box !important;
	color: #fff !important;
	height: 45px !important;
	line-height: 45px !important;
	height: 45px !important;
	font-weight: 700 !important;
}

.tab-nav.login-tab li:first-child{
	margin-left: 0 !important;
}

.pbc-login-cont-wrap{
	background: #004767 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 10px 10px;
	padding: 20px;
	color: #fff;
	border-top: 2px solid #00293b;
	box-shadow: 0 0 8px rgba(0,0,0,.25)
}

input[type=text], input[type=email], input[type=password], input[type=tel]{
	background: rgba(0,0,0,.3);
	border:0;
	color: #fff;
	border-radius: 10px;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder{
	color: rgba(255,255,255,1);
	font-weight: 300;
}

input.deep-password[type=password]::placeholder{
	color: #F9F241;
	font-weight: 700;
	font-size: 14px;
}

.login-mt{
	margin-top: -5%;
}

.col_full.col_mb, .col_half.col_mb{
	margin-bottom: 10px !important
}

.pbc-card-header{
	border-radius: 10px 10px 0 0;
	background: transparent linear-gradient(180deg, #0897d7 0%, #004767 100%) 0% 0% no-repeat padding-box !important;
	padding: 12px 0
}

.pbc-card-header h3{
	color: rgba(255,255,255,1);
	margin: 0;
	font-size: 18px;
	line-height: 21px;
}

.verify-img{
	max-width: 250px;
	margin: 0 auto 30px;
}

.pbc-card-body{
	background-color: rgba(0,71,103,1);
	border-radius: 0 0 10px 10px;
	border-top: 2px solid #022437;
}

.ver-des{
	padding: 0 10px;
	max-width: 380px;
	margin: 0 auto;
	color: rgba(255,255,255,1);
	font-weight: 100;
}
.ver-des a{
	font-weight: 700;
	color: #fff;
}

.pbc-card-footer{
	text-align: center;
	color: #fff;
}

.btn-close{
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 5;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

.message{
	color: red;
}


.pbc-header, #header.sticky-header #header-wrap{
	background: transparent -webkit-linear-gradient(#0897d7 0%, #004767 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(#0897d7 0%, #004767 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(#0897d7 0%, #004767 100%) 0% 0% no-repeat padding-box;
}

#header.pbc-header, #header.pbc-header #header-wrap, #header.pbc-header #header-wrap #logo img{
	height: 68px !important;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 68px;
}

@media (max-width: 991.98px){
	#header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap {
		 height: auto !important;
	}

	#logo{
		height: 55px !important;
		text-align: left !important;
	}

}
/* ----------------------------------------------------------------
	Main
-----------------------------------------------------------------*/
.nav.pbc-nav{
	text-align: right;
	justify-content: flex-end;
}

.pbc-nav .nav-item.dropdown .nav-link{
	font-size: 18px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	padding: 1.1rem 1rem;
	text-transform: uppercase;
}

.pbc-nav .nav-item.dropdown.show > .nav-link.dropdown-toggle{
	color: rgba(249,242,65,1)
}

.pbc-nav .nav-item.dropdown.show > .nav-link.dropdown-toggle:after{
	transform: rotate(-180deg)
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show{
	padding: 0;
	background-color: rgba(0,71,103,1);
	border-radius: 0 0 8px 8px;
	min-width:250px;
	top: -3px !important;
	right: 0 !important;
	left: auto !important;
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show li a{
	display: flex !important;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	font-size:18px;
	padding:10px 0 !important;
	color: rgba(255,255,255,1);
	height: auto !important;
	border-top: 1px solid #0897d7;
	font-weight: 700
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show a:hover{
	background-color: rgba(255,255,255,0);
	color: rgba(0,71,103,1);
	border-top: 1px solid rgba(249,242,65,1);
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show a span{
	font-weight:300 !important;
	font-size:14px;
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show li:hover{
	background-color: rgba(249,242,65,1)
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show li:last-child{
	border-radius: 0 0 8px 8px
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show li{
	padding: 1px 15px 0;
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show li:first-child a{
	border-top: 0;
}

.noti{
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
	font-size:14px;
	font-weight: 300;
	border-radius:50%;
	width:24px;
	height:24px;
	text-align:center;
	font-style:normal;
}

.nav-icon{
	width: 32px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: -8px;
	position: relative;
	margin-right: 10px;
}

.top-noti{
	position: absolute;
	top: -12px;
	right: -20px;
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 10px;
	padding: 2px 8px;
	border-radius: 25px;
}

.nav-icon.nav-acc{
	background-image: url("images/icons/icon-account-a.png")
}

.pbc-nav .nav-item.dropdown.show > .nav-link.dropdown-toggle > .nav-icon.nav-acc{
	background-image: url("images/icons/icon-account-b.png")
}

.nav-icon.nav-ticket{
	background-image: url("images/icons/icon-ticket-a.png")
}

.pbc-nav .nav-item.dropdown.show > .nav-link.dropdown-toggle > .nav-icon.nav-ticket{
	background-image: url("images/icons/icon-ticket-b.png")
}

.pbc-check-label{
	color: rgba(255,255,255,1);
	text-transform: capitalize;
	font-weight: 400;
}

.pbc-check-label:before{
	border-radius: 4px;
	border: none;
}

.pbc-title{
	padding-left: 0;
	margin-bottom: 0;
}

.pbc-title h3{
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
}

.header-filter-wrap{
	display: flex;
	text-align: right;
	justify-content:flex-end
}

.pbc-filter{
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.pbc-filter li{
	display: inline-block;
	margin: 0 5px;
}

.pbc-filter li a.filter-item{
	width: 24px;
	height: 24px;
	display: block;
	margin: 0;
}

.pbc-filter li a.filter-item i{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
    width: 24px;
    height: 24px;
	opacity: .3
}

.pbc-filter li a.filter-item.filter-current i{
	opacity: 1
}

.pbc-filter li a.filter-item i.filter-item-01{
	background-image: url("images/icons/view-portal.png");
}

.pbc-filter li a.filter-item i.filter-item-02{
	background-image: url("images/icons/view-list.png");
}

.pbc-filter li i.filter-ratate{
	transform: rotate(90deg);
	font-size: 24px;
	color: rgba(8,151,215,.5)
}

.sound-control{
	width: 32px !important;
	height: 32px !important;
	display: block;
	margin: 17px 0 17px 10px;
}

.sound-control img{
	width: 100% !important;
	height: 100% !important
}

.game-item-container{
	background-color: rgba(0,71,103,1);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-wrap{
	border-radius: 12px;
	border: 3px solid rgba(249,242,65,0);
	transition: 0.2s;
	margin-bottom: 60px;
}

.game-wrap:hover{
	border-color: rgba(249,242,65,1.00);
}

.game-item-header, .game-item-footer{
	width: 25%;
}

.game-item-header{
	background: rgba(8,151,215,.25);
	border-radius: 10px 0 0 10px
}

.game-item-body{
	width: 50%;
	padding: 20px 40px;
}

.game-item-wrap{
	width: 100%;
	display: flex;
	align-items: center;
}

.game-item-left, .game-item-right{
	width: 50%;
}

.game-item-header figure{
	margin-bottom: 0;
	border-radius: 10px 0 0 10px;
}

.game-item-header figure img{
	width: 100%;
	border-radius: 10px 0 0 10px;
}

.item-jackpot{
	font-size: 18px;
	color: rgba(249,242,65,1);
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}

.item-amount{
	color: rgba(249,242,65,1);
	text-shadow: 0 3px 10px rgba(0,0,0,.8);
	font-size: 30px;
	display: block;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 15px;
}

.item-draw-number{
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.item-count-title{
	color: rgba(255,255,255,1);
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}

.game-footer-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.game-footer-half{
	width: 50%;
	padding: 5px;
}

.game-footer-full{
	width: 100%;
	display: block;
	padding: 5px;
}

.setting-container{
	padding: 0 2px;
}

.setting-container .setting-wrap{
	display: flex
}

.setting-wrap{
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.switch-wrap{
	display: flex;
	justify-content: flex-end;
	width: 50%;
}

.switch-item{

}

.setting-icon{
	display: flex;
	align-items: center;
	width: 50%;
}

.setting-icon img{
	width: 55px;
	height: 55px;
}

.setting-icon figcaption{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
	margin-left: 15px;
}


.game-item{
	background: #004767;
	max-width: 80% !important;
	min-height: 520px;
	border-radius: 10px;
	padding-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	margin: 0 auto !important;
}

.game-item-des{
	text-align: center !important
}

.game-item-des h4{
	font-size: 15px;
	color: rgba(255,255,255,1)
}

.game-item-des h3{
	font-size: 25px;
	color: rgba(249,242,65,1);
	text-transform: uppercase;
	margin-bottom: 0;
}

.game-item-des span.item{
	display: block;
}

.game-item-des .item-award{
	font-size: 40px;
	font-weight: 900;
	text-shadow: 0 3px 6px rgba(0,0,0,.75)
}

.game-item-des .time-title{
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.game-item-des .end-time{
	color: rgba(255,255,255,1);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}

.game-count{
	max-width: 80%;
	margin: 0 auto;
}

.countdown-section .countdown-amount{
	background: rgba(255,255,255,1);
	border-radius: 5px;
	margin: 0 10px 10px;
	padding: 15px 5px;
	font-weight: 700;
}

.countdown-section .countdown-period{
	color: rgba(255,255,255,1) !important
}
.countdown-section{
	border: 0;
}

.footer-half{
	width: 50%;
	float: left;
	padding: 0 .3rem !important;
}

.footer-thr{
	width: 33.33333333%;
	float: left;
	padding: 0 .3rem !important;
}

.footer-thr .pbc-btn.button{
	padding: 0;
	font-size: 15px
}

.side-panel-trigger{
	float: left !important;
	margin: 15px 10px !important;
}

#top-search a, #top-cart > a, #side-panel-trigger a{
	font-size: 24px !important;
	color: rgba(255,255,255,1) !important;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	margin-top: 10px;
}

@media (max-width: 575.98px){
	#side-panel-trigger {
		float: right !important;
		right: 15px !important;
	}

	.pbc-section{
		margin-top: 0;
	}

	.mis-stage{
	}

	.game-count{
		max-width: 100%;
		margin: 0 auto;
	}

}

#side-panel .side-panel-wrap{
	background: #002938 !important;
}

#side-panel .side-panel-wrap {
    padding: 0 ;
}

#side-panel .widget{
	width: 100% !important;
}

.nav-tree > ul{
	margin: 0 !important;
}

.nav-tree li a{
	padding: 15px;
	font-weight: 900;
	font-size: 18px;
	color: #ffffff !important
}

.nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a{
	color: #ffffff !important
}

.nav-tree li a:hover{
	background: #00293b;
	color: #ffffff !important
}

.nav-tree li i.icon-caret-down{
	float: right;
	margin-right: 30px;
}

.nav-tree ul ul a{
	font-size: 18px;
	font-weight: 300;
	color: #fff !important;
	padding-left: 40px;
	text-transform: capitalize
}

.nav-tree ul ul li{
	background: #004767
}

.side-icon{
	width: 24px !important;
	height: 24px !important;
	display: inline-block;
	top: -5px !important;
}

.side-icon img{
	width: 100%;
}

.avatar-wrap{
	padding: 20px;
}

.avatar-wrap .img-thumbnail{
	width: 70px !important;
	padding: 0;
}

.avatar-wrap h3{
	font-size: 18px !important;
	line-height: 21px !important;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 12px !important;
	color: rgba(255,255,255,1)
}

.avatar-wrap span{
	font-size: 16px !important;
	margin-top: 0 !important;
	color: rgba(255,255,255,1)
}

#side-panel-trigger-close.side-panel-trigger{
	position: absolute;
	right: 20px;
	width: 36px;
	height: 36px;
	top: -15px;
	z-index: 5;
}

#side-panel-trigger-close.side-panel-trigger a{
	color: #fff !important;
	display: inherit !important;
	font-size: 24px;
	text-align: center;
	background: #004767 !important;
}

#side-panel-trigger-close.side-panel-trigger a i{
	transform: rotate(45deg);
}

.pbc-badge{
	margin-right: 40px;
	border-radius: 50px;
	line-height: 20px;
    margin-top: 0 !important;
    padding: 0.25em 0.35em !important;
	background: #F9F241;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #F07800, #F9F241);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #F07800, #F9F241); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.side{
	/*padding: 0 60px;*/
}

.side .game-item{
	transform: scale(0.8)
}

.side .item.text-yellow.item-award{
	/*font-size: 1.8rem*/
}

.side .game-item{
	min-height: 480px;
}

.side .footer-thr .pbc-btn.button{
	padding: 0;
	font-size: 12px
}

.step-nav-container{
	position: absolute;
	width: 100%;
}

.step-nav-container.owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
	z-index: 5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.step-nav-container.owl-nav [class*=owl-]{
	opacity: 1 !important;
	width: 55px;
	height: 55px;
}

.step-nav-container.owl-nav [class*=owl-]{
	left: 0 !important;
	background-color: rgba(255,255,255,0)

}

.step-nav-container.owl-nav .owl-next{
	right: 0 !important;
	left: auto !important
}

.step-nav-container.owl-nav .owl-next, .step-nav-container.owl-nav .owl-prev{
	cursor: pointer
}

.step-nav-container.owl-nav .owl-prev > i:before {
    content: url(images/pbc/previous.svg) !important;
}

.step-nav-container.owl-nav .owl-next > i:before {
    content: url(images/pbc/next.svg) !important;
}

.enjoyhint_next_btn, .enjoyhint_skip_btn {
    position: absolute;
	border: 2px solid rgba(248,233,61,1);
	color: #000;
    background-color: rgba(248,233,61,1)
}

.enjoyhint_next_btn:hover, .enjoyhint_skip_btn:hover{
    background-color: rgba(96,30,166,1);
	border: 2px solid rgba(96,30,166,1);
	color: #fff;
}


.enjoyhint_close_btn {
    color: rgba(0,0,0,1) !important;
    background: rgba(248,233,61,1);
    border: 2px solid rgba(248,233,61,1);
}

.enjoyhint_close_btn::after, .enjoyhint_close_btn::before{
    background: rgba(0,0,0,1);
}

.enjoyhint_close_btn:hover{
    color: rgba(255,255,255,1) !important;
    background: rgba(96,30,166,1);
    border: 2px solid rgba(96,30,166,1);
}

.enjoyhint_close_btn:hover::after, .enjoyhint_close_btn:hover::before{
    background: rgba(255,255,255,1);
}

/* ----------------------------------------------------------------
	Page
-----------------------------------------------------------------*/
#page-header{
	padding: 10px 0;
}

.header-container .award-title{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.header-container .award-title .award-amount{
	color: #F9F241;
	font-size: 22px;
}

.top-nav-list{
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

.top-nav-list li{
	display: inline-block;
}

.top-nav-list li a{
	color: rgba(255,255,255,1);
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px;
	display: inline-block
}

.top-nav-list li a:hover{
	color: #F9F241;
}

.top-nav-list li a img{
	margin-right: 5px;
	width: 32px;
	height: 32px;
}

.main-content{
	width: 100%;
}
.new-ticket-header{
	border-bottom: 1px solid #006999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.header-tab, .header-option{
	list-style: none;
	margin: 0;
}

.header-tab li{
	margin-right: 0;
	display: inline-block;
	width: 48.33333% !important;
	text-align: center;
}

.header-tab li a{
	background: #00293b;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #004767, #00293b);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #004767, #00293b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #0897d7;
	font-weight: 700;
	display: block;
	padding: 12px 0;
	font-size: 18px;
	border-radius: 5px;
}

.header-tab li a.current, .header-tab li a:hover{
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #0897d7, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #0897d7, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
	font-weight: 700;
	transition: 0.3s;
}

.header-option{
	text-align: right;
}

.header-option li{
	display: inline;
	line-height: 50px;
	margin-left: 20px;
}

.header-option li a{
	color: #F9F241;
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
}

.header-option .d-sm-block{
	display: inline-block;
}

.header-option li a span{
	display: inline-block;
	float: left;
}

.header-option li a i{
	float: left;
	width: 25px !important;
	margin-right: 10px;
	display: inline-block;
}

.new-ticket-body{
}

.new-ticket-body .card{
	margin-bottom: 15px;
	 background: #601EA6;  /* fallback for old browsers */
	 background: -webkit-linear-gradient(to bottom, #9C4AF4, #601EA6);  /* Chrome 10-25, Safari 5.1-6 */
	 background: linear-gradient(to bottom, #9C4AF4, #601EA6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0 3px 6px rgba(0,0,0,.8);
	margin-left: 10px;
	margin-right: 10px;
}

.new-ticket-body .card.ticket-free{
	margin-bottom: 15px;
	 background: #004767;  /* fallback for old browsers */
	 background: -webkit-linear-gradient(to bottom, #0897d7, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	 background: linear-gradient(to bottom, #0897d7, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0 3px 6px rgba(0,0,0,.8)
}

.new-ticket-body .card.ticket-free .card-header .btn-header.collapsed{
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #004767, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #004767, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0;
	border: none;
	border-radius: 0.25rem;
}

.new-ticket-body .card .card-header{
	padding: 0;
	position: relative;
	border: none;
}

.new-ticket-body .card .card-header .btn-header.collapsed{
	background: #2D1652;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #422170, #2D1652);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #422170, #2D1652); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0;
	border: none;
	border-radius: 0.25rem;
}

.new-ticket-body .card .card-header a{
	display: block;
	position: relative;
	z-index: 2;

}

.new-ticket-body .card.open .card-header{
	background: rgba(255,255,255,0)
}

.new-ticket-body .card .card-body{
	position: relative;
}

.new-ticket-body .card .card-body h4{
	color: rgba(255,255,255,1);
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.new-ticket-body .card .card-body :before{
	position: absolute;
	top: 0;
	width: 96%;
	left: 2%;
	transform: translateY(-2%);
	height: 1px;
	background: rgba(96,47,138,.5);
	content: '';
	margin: 0 auto;
}

.new-ticket-body .card.ticket-free .card-body :before{
	position: absolute;
	top: 0;
	width: 96%;
	left: 2%;
	transform: translateY(-2%);
	height: 1px;
	background: rgba(0,71,103,1.00);
	content: '';
	margin: 0 auto;
}

.result-number-list{
	margin: 0;
	padding: 15px 0px 15px 10px
}

.result-number-list li{
	color: rgba(255,255,255,1);
	display: inline;
	margin: 0 2px;
	font-weight: 400px;
}

.result-number-list li:first-child{
	margin: 0 10px 0 0;
}

.result-number-list.add-nt-result  li:first-child{
	margin: 0 2px
}

.list-number{
	color: #fff;
	font-weight: 700;
	margin-right: 10px;
}

.result-number-list li span{
	border-radius: 40px;
	background: rgba(0,41,59,1);
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	font-style: normal;
}

.result-number-list li.last-star span{
	border-radius: 40px;
	background: rgba(0,41,59,0);
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	background-image: url("images/pbc/red-star.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.new-ticket-body .card .option-wrap{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(255,255,255,0);
	z-index: 5

}

.card-option{
	margin: 0;
}

.card-option li{
	height: 100%;
	display: inline-block;
	position: relative;
	margin: 0 !important;
	padding: 0 5px;
}

.card-option li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 1px;
	background: rgba(255,255,255,.25);
}

.card-option li:first-child:before{
	display: none;
}

.card-option li a{
	width: 25px;
	height: 100%;
	line-height: 30px;
	/*margin-top: 50%;*/
	display:inline-block !important;
	margin-left: 5px;
	margin-right: 5px;
	display: block !important;
}

.card-option li a.option-free{
	width: 50px;
	background: url("images/pbc/button-add-free-ticket.png") no-repeat;
	background-position: center;

}

.card-option li a.option-edit{
	background: url("images/pbc/button-add-edit.svg") no-repeat;
	background-position: center;

}

.card-option li a.option-free.active-free{
	width: 50px;
	background: url("images/pbc/button-free-ticket-used.png") no-repeat;
	background-position: center;

}

.card-option li a.option-dice{
	background: url("images/pbc/smart-pick.png") no-repeat;
	background-position: center;

}

.card-option li a.option-delete{
	background: url("images/pbc/button-delete.png") no-repeat;
	background-position: center;

}

.card-option li a.option-eraser{
	background: url("images/pbc/button-eraser.png") no-repeat;
	background-position: center;

}

.option-menu-toggle{
	padding: 1.2rem 0.5rem;
}

.option-menu-toggle.add-new-ticket-dropdown{
	padding: 0rem 0.5rem;
}

.option-menu-toggle i{
	border-radius: 50px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #f8e93d;
	color: #000;
}

.dropdown-menu.ticket-drop-option{
	min-width: 9.5rem !important;
	padding: 4px 10px !important;
	border-radius: 25px;
	top: -50px !important;
    left: -60px !important;
	/*display: inherit;*/
	opacity: 1 !important;
	background: #130030;
	box-shadow: 2px 3px 6px rgba(0,0,0,.75)
}

.dropdown-item{
	width: 25px;
	height: 25px;
	padding: 0 !important;
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.dropdown-item:first-child{
	margin-left: 0;
}

.dropdown-item.option-free{
	width: 50px;
	background: url("images/pbc/button-add-free-ticket.png") no-repeat;
	background-position: center;
}

.dropdown-item.option-free.active-free{
	width: 50px;
	background: url("images/pbc/button-free-ticket-used.png") no-repeat;
	background-position: center;
}

.dropdown-item.option-edit{
	width: 50px;
	background: url("images/pbc/button-add-edit.svg") no-repeat;
	background-position: center;
}

.dropdown-item.option-dice{
	background: url("images/pbc/smart-pick.png") no-repeat;
	background-position: center;
}

.dropdown-item.option-delete{
	background: url("images/pbc/button-delete.png") no-repeat;
	background-position: center;
}

.dropdown-item.option-eraser{
	background: url("images/pbc/button-eraser.png") no-repeat;
	background-position: center;
}

.option-menu-toggle:after{
	display: none;
}

.dropdown-menu.show{
	/*top: -42px !important;
    left: -60px !important;*/
}

.number-listing{
	text-align: justify;
}

.number-listing li{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgba(0,41,59,1);
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	color: rgba(255,255,255,1);
	margin: 5px;
	font-weight: 700;
	/*margin-right: -4px;*/
}

.number-listing.star-number-listing li{
	background-color: rgba(0,0,0,0);
	background-image: url("images/pbc/green-star.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: rgba(255,255,255,1)
}

.number-listing.star-number-listing li.select{
	background-color: rgba(0,0,0,0);
	background-image: url("images/pbc/red-star.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: rgba(255,255,255,1)
}

.number-listing li.select{
	background-color: rgba(0,255,238,1);  /* fallback for old browsers */
	color: #371F00;
	font-weight: 900;
}

.new-ticket-footer{
	text-align: right;
	margin-top: 30px;

}

.new-ticket-footer .ticket-count{
	font-size: 14px;
	color: #130030;
	padding: 12px 15px;
	line-height: 14px;
	background: #0897d7;
	border-radius: 8px;
	display: inline-flex;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase
}

.new-ticket-footer .ticket-count b{
	font-weight: 900;
	padding-right: 5px;
}

.add-ticket{
	color: #5CDCF4 !important;
	line-height: 40px;
	display: inline-flex;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}

.add-ticket i{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url("images/pbc/add-ticket.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	line-height: 40px;
}

.claimed{
	position: absolute;
	top: 0;
	z-index: 2;
	right: 0;
	margin-top: -10%;
	background: url("images/pbc/claimed.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 200px;
	background-size: contain;
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.header-tab li a{
		font-size: 16px;
	}
	.result-number-list li span{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.dropdown-menu.ticket-drop-option{
		left: -45px !important;
		top: -58px !important;
		text-align: center;
	}

	.nt-drop.dropdown-menu.ticket-drop-option {
		left: -65px !important;
		top: -38px !important;
	}

	.top-nav-list{
		text-align: center;
		justify-content: center !important;
	}

	.award-title{
		text-align: center;
		display: block;
		margin-bottom: 10px
	}

	.claimed{
		margin-top: -25%;
	}
}


@media all and (min-width: 241px) and (max-width: 374px) {
	.award-title{
		display: block;
		text-align: center;
		margin-bottom: 20px
	}

	.header-option, .top-nav-list{
		text-align: center;
	}
	.new-ticket-body .card .option-wrap{
		/*position: relative;
		display: block;*/
	}

	.result-number-list li span{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.number-listing{
		text-align: left;
	}

	.number-listing li{
		margin: 5px 8px;
	}

	.top-nav-list{
		text-align: center;
	}

	.award-title{
		text-align: center;
		display: block;
		margin-bottom: 10px
	}
}

/* ----------------------------------------------------------------
	Side Bar
-----------------------------------------------------------------*/

.right-side-bar{
	width: 100%;
	border: 1px solid #0897d7;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 30px;
}

.right-side-bar .sidebar-body-con > span{
	display: block;
	color: #fff;
}

.sidebar-header h2{
	font-weight: 900;
	color: rgba(255,255,255,1)
}

.sidebar-header span{
	display: block;
	font-size: 18px;
	color: rgba(255,255,255,1) !important
}

.sidebar-body-con .ticket-title{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.sidebar-body-con .ticket-title .total-reward{
	color: #f8e93d;
	font-size: 22px;
}

.sidebar-body-con .ticket-date{
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sidebar-body-con .tickets, .sidebar-body-con .cost-tickets{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}

.sidebar-body-con .tickets .total-ticket, .sidebar-body-con .cost-tickets .total-cost-ticket{
	text-align: right !important;
	float: right;
	margin-bottom: 20px;

}

.pbc-line{
	border-color: #004767
}

.sidebar-footer-con .total-title{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
	display: block;
	text-align: left;
	margin-bottom: 0;
	vertical-align: middle;
	line-height: 25px;
}

.sidebar-footer-con .total-title .total-amount{
	text-align: right !important;
	float: right;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 900;
	vertical-align: middle;
}

.gcash-select, .paymaya-select, .debit-select{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	display: block;
	width: 100%;
}

.gcash-select, .paymaya-select{
	text-indent: 30px;
}

.gcash-select{
	background-image: url("images/pbc/gcash.png");
}

.paymaya-select{
	background-image: url("images/pbc/paymaya.png");
}

.payment-select-wrap .selected.active a{
	color: #000;
	background-color: rgba(255,255,255,0)
}

.payment-select-wrap .bootstrap-select .dropdown-menu li{
	border-top: 1px solid #00293b;
}

.payment-select-wrap .bootstrap-select .dropdown-menu li:first-child{
	border-top: none;
}

.payment-select-wrap .bootstrap-select .dropdown-menu li a{
	width: 100%;
	color: #fff;
	padding: 10px 0 30px !important
}

.payment-select-wrap .bootstrap-select .dropdown-menu li a:hover{
	background:rgba(255,255,255,0)
}

.payment-select-wrap .bootstrap-select .dropdown-toggle .filter-option{
	background:rgba(0,0,0,.3) !important;
	color: #fff !important;
	border-radius: 0 5px;
}

.payment-select-wrap .bootstrap-select > .dropdown-toggle{
	border:none;
	border-radius: 6px;
}

.payment-select-wrap .dropdown-menu.show{
	padding: 5px;
	background: #004767
}

.payment-select-wrap .btn.dropdown-toggle.btn-light{
	background: rgba(255,255,255,0) !important;
}

.right-side-bar .pin-con label{
	color: rgba(255,255,255,1);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif !important;
}

.right-side-bar .pin-con input[type='password']{
	background: rgba(0,0,0,.3);
	border:0;
	color: #fff;
	border-radius: 10px;
}

/* ----------------------------------------------------------------
	Favourite
-----------------------------------------------------------------*/
.favourite-search{
	margin-bottom: 0;
}

.favourite-search li{
	display: inline;
	line-height: 50px;
}

.favourite-search li a{
	cursor: pointer;
}

.favourite-search li a i, .favourite-search li a span{
	float: left;
	color: rgba(255,255,255,1)
}

.favourite-search li a i{
	margin-right: 10px;
}

.favourite-list-body{
	background: #004767;
	border-radius: 10px;
	padding: 20px;
}

.fav-item-wrap{
	background: #00293b;  /* fallback for old browsers */
	border-radius: 10px;
	padding: 12px 25px;
	box-shadow: 0 2px 5px rgba(0,0,0,.75);
	margin-bottom: 20px;
}

.favourite-wrap{
	margin-bottom: 20px;
}

.favourite-wrap h3{
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}


.list-title h4, .list-title span{
	display: block;
}

.list-title h4{
	color: #F9F241;
	margin-bottom: 5px;
}

.list-title span{
	color: #ffffff;
}

.fav-title-wrap h4{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-trush{
	color: #fff !important
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.favourite-search{
		display: block;
		float: none !important;
		margin-bottom: 0;
	}

	.favourite-search li a{
		background: #9C4AF4;
		float: none;
		margin: 0 !important;
		padding: 0 5px;
		text-align: center;
		display: inline-block;
		border-radius: 20px;
		line-height: 25px;
	}

	.favourite-search li a i{
		float: none;
		display: inline-block;
		margin: 0;
	}

	.list-title{
		margin-bottom: 20px;
		text-align: center
	}

	.fav-title-wrap{
		/*margin-bottom: 20px;*/
	}

	.fav-title-wrap h4{
		color: #fff;
		text-align: center;
	}


}

/* ----------------------------------------------------------------
	History
-----------------------------------------------------------------*/
.icon-32{
	width: 32px;
}

.history-date{
	color: #D3D3D3;
	font-size: 16px;
	font-weight: 300 !important;
	display: block;
	text-align: left;
	line-height: 24px;
	margin-bottom:10px;
}

.history-con .fav-item-wrap span{
	display: block;
	color: #ffffff;
}

.history-con .fav-item-wrap span.history-list-date{
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0;
}

.history-con .fav-item-wrap span.history-list-draw{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px
}

.history-con .fav-item-wrap span.history-list-amount{
	color: #F9F241 !important;
	font-size: 25px;
	font-weight: 900;
}

.result-list-ball{
	margin-bottom: 0;
	text-align: center;
}

.result-list-ball li{
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	color: #000;
	font-weight: 900;
	background: rgba(255,255,255.5);
	border-radius: 50px;
	margin: 0 5px;
	font-weight: 700
}

.starball {
	/*background: #e0125e !important;*/
	background-image: url("images/pbc/star-ball.png")!important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center!important;
	background-color: rgba(255,255,255,0) !important;
	width: 48px !important;
	height: 48px !important;
	position: relative !important;
	text-align: center !important;
	line-height: 48px !important;
	/*border-radius: 0 !important;
	top: 0 !important;*/
}

.starball:before, .starball:after {
	/*content: "";
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	height: 36px !important;
	width: 36px !important;
	background: #e0125e !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border:none !important;*/
	display: none;
}

/*.starball:before {
	transform: rotate(30deg) !important;
}

.starball:after {
	transform: rotate(60deg) !important;
}

.starball span{
	background: #fff;
	position: relative;
	z-index: 9;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	position: relative;
	top: 1px;
	display: block;
	margin: 0 auto;
	color: #000 !important;
	font-weight: 700 !important
}*/

.result-list-ball li:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: -1px;
	top: -1px;
	box-shadow: inset 0px 0px 0px 7px #ffffff;
	border-radius: 52px;
}

.result-list-ball li:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: -1px;
	top: -1px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 2px solid rgba(255,255,255,.5);
}

.result-list-ball.red-ball li:after{
	box-shadow: inset 0px 0px 0px 7px #df125d;
}

.result-list-ball.green-ball li:after{
	box-shadow: inset 0px 0px 0px 7px #00aa49;
}

.result-list-ball.blue-ball li:after{
	box-shadow: inset 0px 0px 0px 7px #0081e0;
}

.result-list-ball.non-ball li{
	background-color: rgba(255,255,255,0) !important;
	border:2px solid rgba(255,255,255,1) !important;
	color: rgba(255,255,255,1)
 }

.result-list-ball.non-ball li:after{
	display: none !important
}

.result-list-ball.non-ball  li:before{
	display: none
}

.result-list-ball.non-ball li.none-border{
	background-color: rgba(255,255,255,0) !important;
	border:0px solid rgba(255,255,255,1) !important;
	color: rgba(255,255,255,.5)
 }


.result-list-ball.non-ball li.starball {
	background-image: url("images/pbc/star-border.svg")!important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center!important;
	background-color: rgba(255,255,255,0) !important;
	width: 44px !important;
	height: 44px !important;
	position: relative !important;
	text-align: center !important;
	border: none !important;
	top: -2px;
}


li.result-greenball:after{
	box-shadow: inset 0px 0px 0px 7px #00aa49 !important;
}


.top-list-body .table-header span{
	padding: 5px 10px;
}

.top-list-body{
	background: #004767;
	border-radius: 10px;
	padding:10px 0;
}

.top-list-body .col_no_btmmargin{
	margin-bottom: 0 !important
}

.top-list-body .top-listing-item .top-list-item{
	padding: 5px 10px
}

.table-header, .cust-table-body{
	display: flex;
	align-items: center;
}

.result-table-header, .cus-table-tr{
	width: 20%;
	display: block;
}

.result-table-header span{
	padding: 5px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.cus-table-td{
	padding: 10px 8px;
	color: #fff;
	font-weight: 700;
}

.cus-table-td span{
	display: block;
	font-weight: 300;
	line-height: 20px;
}

.cus-table-td span.td-title{
	font-size: 12px;
	padding-right: 10px
}

.payout-amount{
	color: #F9F241;
	font-size: 14px;
	font-weight: 900 !important;
}

.deep-body{
	background: #00293b
}

.lighter-body{
	background: #004767
}

.result-detail-header{
	background-color: #0897d7;
	background-image: url("images/pbc/footer_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 145px;
}

.result-detail-header h2{
	font-size: 40px;
	color: #F9F241;
	text-shadow: 0px 3px 6px #000000;
	line-height: 40px;
	margin-top: 30px;
	font-weight: 700;
}

.result-content-header{
	text-align: center;
	padding: 25px 0;
}

.result-content-header span{
	color: #fff;
	margin-bottom: 10px;
	display: block;
	font-weight: 700
}

.result-detail-th{
	background: #000;
	padding: 8px 0;
}

.result-detail-th span{
	color: #fff;
	font-weight: 700;
	font-size: 14px;

}

.result-detail-tr{
	padding: 8px 0;
}

.result-detail-tr span{
	color: #fff;
	font-weight: 300;
}

.result-ball{
	margin: 0;
	display: flex;
	align-items: center;
}

.result-ball li{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	border-radius: 30px;
	margin: 0 4px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
}

.result-ball.red-ball li.actived, .result-ball.green-ball li.actived, .result-ball.blue-ball li.actived{
	background: #fff;
	color: #000;
	font-weight: 900;
}

.result-ball.blue-ball li.actived.gb{
	background: #fff;
	color: #000;
	font-weight: 900;
}

.result-ball.red-ball li.actived:before, .result-ball.green-ball li.actived:before, .result-ball.blue-ball li.actived:before{
	content: '';
	position: absolute;
	width: 27px;
	height: 27px;
	left: -1px;
	top: -1px;
	z-index: 5;
	border-radius: 27px;
	border-bottom: 2px solid rgba(255,255,255,.5);
}

.result-ball.blue-ball li.actived.gb:before{
	content: '';
	position: absolute;
	width: 27px;
	height: 27px;
	left: -1px;
	top: -1px;
	z-index: 5;
	border-radius: 27px;
	border-bottom: 2px solid rgba(255,255,255,.5);
}


.result-ball.red-ball li.actived:after, .result-ball.green-ball li.actived:after, .result-ball.blue-ball li.actived:after{
	content: '';
	width: 27px;
	height: 27px;
	left: -1px;
	top: -1px;
	border-radius: 27px;
	position: absolute;
	z-index: 3
}

.result-ball.blue-ball li.actived.gb:after{
	content: '';
	width: 27px;
	height: 27px;
	left: -1px;
	top: -1px;
	border-radius: 27px;
	position: absolute;
	z-index: 3
}


.result-ball.red-ball li.actived:after{
	box-shadow: inset 0px 0px 0px 5px #df125d;
}

.result-ball.green-ball li.actived:after{
	box-shadow: inset 0px 0px 0px 5px #00aa49;
}

.result-ball.blue-ball li.actived:after{
	box-shadow: inset 0px 0px 0px 5px #0081e0;
}

.result-ball.blue-ball li.actived.gb:after{
	box-shadow: inset 0px 0px 0px 5px #00aa49;
}

.tr-title{
	display: none;
	font-size: 12px;
	color: #F9F241 !important
}

.winner{
	color: #F9F241 !important;
	font-weight: 900 !important;
}

.result-ball li.result-star{
	background-image: url("images/pbc/star-ball.png") !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border: none;
	color: rgba(0,0,0,1) !important;
	line-height: 30px !important;
	font-weight: 900 !important;
	width: 30px !important;
	height: 30px !important;
	text-align: center !important
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.result-list-ball{
		text-align: center;
		margin-bottom: 15px;
	}

	.result-list-ball li{
		width: 34px !important;
		height: 34px !important;
		line-height: 34px !important;
		font-size: 16px !important;
		margin: 0 3px !important;
	}

	.result-list-ball li:before{
		width: 36px;
		height: 36px;
	}

	.result-list-ball li:after{
		width: 36px;
		height: 36px;
	}

	.result-table-header{
		display: none;
	}

	.cust-table-body{
		display: block !important;
		padding: 10px 0;
	}

	.result-table-header, .cus-table-tr{
		width: 100%;
	}

	.cus-table-td{
		padding: 2px 8px;
		justify-content: center;
	}

	.tr-title{
		display: inline-block;
		margin-right: 10px;
	}

	.result-ball{
		display: inline-block;
	}

}

@media all and (min-width: 241px) and (max-width: 374px) {
	.result-list-ball{
		text-align: center;
		margin-bottom: 15px;
	}

	.result-list-ball li{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		margin: 0 0px;

	}

	.result-list-ball li:before{
		width: 34px;
		height: 34px;
	}

	.result-list-ball li:after{
		width: 34px;
		height: 34px;
		box-shadow: inset 0px 0px 0px 5px #ffffff;
	}

	.result-list-ball.red-ball li:after{
		box-shadow: inset 0px 0px 0px 5px #df125d;
	}

	.result-list-ball.green-ball li:after{
		box-shadow: inset 0px 0px 0px 5px #00aa49;
	}

	.result-list-ball.blue-ball li:after{
		box-shadow: inset 0px 0px 0px 5px #0081e0;
	}

	.result-table-header{
		display: none;
	}

	.cust-table-body{
		display: block !important;
	}

	.result-table-header, .cus-table-tr{
		width: 100%;
	}

	.tr-title{
		display: inline-block;
		margin-right: 10px;
	}

	.result-ball{
		display: inline-block;
	}

}

/* ----------------------------------------------------------------
	Sharing
-----------------------------------------------------------------*/
.sharing-list{
	margin: 0;
	text-align: center
}

.sharing-list li{
	width: 20%;
	text-align: center;
	display: inline-block;
	margin: .5rem .5rem;
	box-shadow: 3px 5px 8px rgba(0,0,0,.75);
	border-radius: 100px;
}

.sharing-list li a{
	display: block;
}

.sharing-list li img{
	width: 100%;
	border-radius: 100px;
}

/* ----------------------------------------------------------------
	Profile image pick
-----------------------------------------------------------------*/
.picking-img-list{
	margin: 0;
	text-align: center
}

.picking-img-list li{
	width: 20%;
	text-align: center;
	display: inline-block;
	margin: .5rem .5rem;
	box-shadow: 3px 5px 8px rgba(0,0,0,.75);
	border-radius: 100px;
	position: relative

}

.picking-img-list li a{
	display: block;
	position: relative;

}

.picking-img-list li i{
	position: absolute;
	z-index: 4;
	top: -0.25rem;
	right: -0.25rem;
	margin: 0 !important;
	background: #F9F241;
	color: #000
}

.picking-img-list li img{
	width: 100%;
	border-radius: 100px;
}

/* ----------------------------------------------------------------
	Password
-----------------------------------------------------------------*/
.alert-msg-box{
	background-color: rgba(226,0,0,.5);
	color: #fff;
	border-radius: 10px;
	padding: 10px;
}

.pbc-select-field{
	background: rgba(0,0,0,.3);
	border:0;
	color: #fff;
	border-radius: 10px;
	font-weight: 300;
	background: url("images/pbc/sort-down.svg") no-repeat right rgba(0,0,0,.3);
    -webkit-appearance: none;
    background-position-x: 94%;
}

.picker-container{
    width: 100%;
    height: 200px;
    margin: 0 auto;
}
.picker-container>div {
    font-size: 35px;
	text-align: center;
	color: #006999;
	line-height: 35px !important;
	font-weight: 900;
}

.wslot-item.wslot-item-selected{
	color: #fff
}


/* ----------------------------------------------------------------
	Payment
-----------------------------------------------------------------*/
.payment-seccussful{
	margin-bottom: 100px;
}

.payment-seccussful h1{
	color: rgba(255,255,255,1);
	font-weight: 900;
	font-size: 35px;
	text-shadow: 0 5px 16px rgba(0,0,0,.75)
}

.payment-seccussful span{
	display: block;
	color: rgba(255,255,255,1) !important;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0 5px 16px rgba(0,0,0,.75)
}

.payment-seccussful h2, .payment-seccussful h4{
	color: rgba(249,242,65,1);
}

.payment-seccussful h4{
	font-size: 16px;
	font-weight: 700;
}

.payment-seccussful h2{
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 5px 10px rgba(0,0,0,.45)
}

/* ----------------------------------------------------------------
	Insight
-----------------------------------------------------------------*/
.insight-item-wrap{
	border-radius: 10px;
	background: #9C4AF4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #724EA9, #9C4AF4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #724EA9, #9C4AF4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	min-height: 250px;
	max-height: 250px;
	padding: 12px;
	margin-bottom: 20px;
}

.insight-item-con{
	background: #2D1652;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #9C4AF4, #2D1652);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #9C4AF4, #2D1652); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	display: block;
	height: 100%;
	border: 2px solid #000;
	border-radius: 8px;
	padding: 8px;
	max-height: 226px;
	min-height: 226px;
}

.ball-icon{
	text-align: center;
	width: 80%;
	margin: 15px auto 10px;
}

.ball-icon img{
	width: 80px;
	margin-bottom: 15px;
}

.ball-icon figcaption{
	color: #fff;
	font-size: 12px;
}

.insight-item-word{
	margin: 15px auto 30px;
	min-height: 80px;
	position: relative;
	text-align: center;
}

.insight-item-word:after{
	content: '';
	width: 80px;
	height: 80px;
	background: #422170;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-radius: 80px;
	z-index: 0
}

.insight-item-word h2{
	font-size: 42px;
	color: #F9F241;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	line-height: 78px;
}

.insight-item-des{
	color: #fff;
	text-align: center;
	margin: 20px auto;
	font-size: 12px;
	padding: 0 20px;
}

/* ----------------------------------------------------------------
	Account-profile
-----------------------------------------------------------------*/
.pbc-acount-bg{
	background: #004767;
}

.account-title-sec{
	background: #00293b
}

.profile-img-con{
	background: rgba(0,0,0,.3);
	border-radius: 10px;
	padding: 32px;
}

.profile-avatar{
	width: 85px;
	height: 85px;
	margin: 0 auto 15px;
	position: relative;
	border-radius: 50%;
}

.profile-avatar img{
	width: 85px;
	height: 85px;
	border-radius: 50%
}

.avatat-edit-icon{
	border-radius: 50%;
	width: 24px;
	height: 24px;
	box-shadow: -3px 5px 10px rgba(0,0,0,.3);
	position: absolute;
	background: #F9F241;
	color: #000;
	text-align: center;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 24px;
}

.avatar-name, .avatar-id{
	font-size: 15px;
	display: block;
	color: #fff;
	text-align: center;
}

.avatar-id{
	color: #F9F241
}

.profile-field-con{

}

.profile-field-con h3{
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
}

.personal-pass-wrap{
	position: relative;
}

.personal-pass-wrap button{
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	font-size: 12px;
	line-height: 18px;
	height: 32px;
}

.psersonal-update-btn-con{
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0;
	padding: 10px 10px;
	background: #0897d7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #004767, #0897d7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #004767, #0897d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0 -5px 10px rgba(0,0,0,.5)
}

.psersonal-update-btn-con button{
	min-width: 250px;
}

/* ----------------------------------------------------------------
	Help
-----------------------------------------------------------------*/
.prizes-item{
	border-bottom: 1px solid rgba(0,105,153,1);
	padding: 15px 0
}

.prizes-item > div{
	display: block;
}

.prizes-img{
	width: 65px;
}

.prizes-reward{
	width: 100px;
}

.prizes-match{
	width: 300px;
}

.prizes-img figure{
	width: 62px;
	height: 62px;
	margin: 0 auto;
	border-radius: 50%;
	background: #601EA6
}

.prizes-img figure img{
	width: 50px;
	margin: auto;
}

.prizes-match ul{
	margin-bottom: 0;
}

.prizes-match ul li{
	display: inline-block;
	width: 22px;
}

.prizes-match ul li img{
	width: 100%;
	display: block;
}

.prizes-match span{
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	display: block;
}

.prizes-reward span{
	font-size: 22px;
	font-weight: 900;
	line-height: 24px;
	color: #F9F241
}

.help-quest .card a i.toggle-icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	transform: rotate(-90deg);
	text-align: right;
	/*transition: .2s ease-out*/
}

.help-quest .card-header a span{
	display: inline-block
}

.help-quest .card.active i.toggle-icon{
	transform: rotate(0);
}


.help-quest .card, .help-quest .card-header{
	background: rgba(255,255,255,0) !important;
	color: #fff;
}

.help-quest .card{
	border: 1px solid rgba(0,105,153,0);
	border-bottom: 1px solid rgba(0,105,153,1) !important;
}

.help-quest .card-header{
	border-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.help-quest .card-body{
	padding-left: 0;
	padding-right: 0;
}

.help-quest .card-header a{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	display: block;
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.prizes-match{
		width: 200px;
	}

}

@media all and (min-width: 241px) and (max-width: 374px) {
	.prizes-item{
		display: block !important;
	}

	.prizes-item > div{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

}

/* ----------------------------------------------------------------
	Setting
-----------------------------------------------------------------*/

.setting-list{
	margin: 0;
	width: 100%;
}

.setting-list li{
	padding: 25px 15px;
	border-bottom: 1px solid #006999;
}

.setting-list li a{
	display: flex !important;
	width: 100%;
	font-size: 16px;
	color: #fff;
}

.setting-list li a span{
	display: block;
}

.setting-list li a i{
	display: block;
	width: 22px;
	height: 22px;
	transform: rotate(-90deg);
}

.setting-list li.logout{
	padding-top: 50px;
	border-bottom: 0;
}

.setting-list li.logout a i{
	transform: rotate(0deg);
	height: auto;
	width: auto;
	line-height: 24px;
	margin-right: 0;
	position: relative;
	z-index: 2
}

.setting-list li.logout a span.pbc-btn{
	height: 30px;
	background: #e50d0d !important;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #f73b3b, #e50d0d) !important;  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #f73b3b, #e50d0d) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: rgba(255,255,255,1) !important;
}

.setting-list li.logout a span.pbc-btn:before{
	background-color: rgba(255,255,255,.2) !important;
	box-shadow: 0 0 5px rgba(255,255,255,.1);
	max-width: 80% !important;
	margin: 0 auto !important;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
}

.setting-left{
/* 	padding-right: 65px;
 */}

.setting-right{
	padding-left: 65px;
}

.logout-btn{
	position: relative;
	width: 24px;
	height: 24px;
	line-height: 32px
}

.logout-btn:before{
	content: url(images/icons/logout.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%)
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.setting-left{
		padding-right: 0;
	}

	.setting-right{
		padding-left: 0;
	}

}

/* ----------------------------------------------------------------
	Wallet Detail
-----------------------------------------------------------------*/
input.switch-rounded-mini.switch-toggle-round + label:after {
    width: 15px;
    width: 20px !important;
    height: 20px !important;
    top: -2px;
	left:-3px
}

input.switch-rounded-mini.switch-toggle-round + label{
	width: 40px;
}

input.switch-toggle-round:checked + label:before{
	background-color: #F9F241 !important
}

input.switch-rounded-mini.switch-toggle-round:checked + label:after{
	margin-left: 25px;
}


/* ----------------------------------------------------------------
	Transaction
-----------------------------------------------------------------*/


.span-break{
	display: block;
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.hash-wrap{
		display: inline-block;
		overflow: hidden;
		width: 312px;
	}

	.span-break{
		display: inherit;
	}
}

@media all and (min-width: 241px) and (max-width: 374px) {
	.hash-wrap{
		display: inline-block;
		overflow: hidden;
		width: 312px;
	}

	.span-break{
		display: inherit;
	}
}

/* ----------------------------------------------------------------
	Wallet
-----------------------------------------------------------------*/
.transaction-header{
	border-bottom: 1px solid #602F8A;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.wallet-qr{
	margin: 1rem 0

}

.wallet-con{
	margin-bottom: 20px;
}

.wallet-con span{
	display: block;
	color: #fff;
}

.wallet-con span.wallet-title{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

.wallet-con span.wallet-earn{
	color: #F9F241;
	font-size: 25px;
	font-weight: 900;
	line-height: 25px;
}

.wallet-con span.wallet-amount{
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
}

.wallet-address{
	width: 100%;
	padding: 10px 15px;
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #0897d7, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #0897d7, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: rgba(255,255,255,1) !important;
	border-radius: 10px;
	position: relative;
}

.wallet-address > span{
	width: 70%;
	font-weight: 900;
	font-size: 18px;
}

.wallet-address a.pbc-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 3;
	font-size: 12px;
	height: 30px;
	line-height: 26px;
}

.wallet-address a.pbc-btn span{
	color: #371F00 !important;
	z-index: 2;
	position: relative;
}

.wallet-date-header {
	background: #602F8A;  /* fallback for old browsers */
    padding: 8px 0;
}

.wallet-date-header .wallet-date{
	color: #F9F241;
	font-size: 18px;
	font-weight: 900;
}

.wallet-date-header .pbc-btn{
	font-size: 12px;
	height: 30px;
	line-height: 26px;
	padding: 0px 10px;
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.wallet-address > span{
		font-size: 14px;
	}

	.withdraw-btn{
		height: 36px;
		line-height: 32px;
		font-size: 16px !important;
		padding: 0 10px
	}

	.withdraw-btn span{
		font-size: 16px !important;
	}

}

@media all and (min-width: 241px) and (max-width: 374px) {
	.wallet-address > span{
		font-size: 14px;
	}

}

/* ----------------------------------------------------------------
	Ticket Detail
-----------------------------------------------------------------*/
.ticket-detail-header span{
	color: #fff;
	font-weight: 700
}

.ticket-detail-header span.text-yellow{
	color:#F9F241;
	font-weight: 700;
}

.ticket-detail-header span.text-purple{
	color: #0897d7
}

.ticket-ball-list{
	margin-bottom: 0;
}

.ticket-ball-list li{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 5px;
	border-radius: 50%;
	background: #422170;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.ticket-ball-list li:first-child{
	background-color: rgba(255,255,255,0)
}

.congrat-word{
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	text-shadow: 0 3px 10px rgba(0,0,0,.75);
	display: block;
}

.ticketwon-detail-header{
	background-color: #0897d7;
	background-image: url("images/pbc/footer_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 145px;
}

.ticketwon-detail-header.ticketwon-claim{
	background-color: #004767;
}

.ticketwon-detail-header h2{
	font-size: 40px;
	color: #F9F241;
	text-shadow: 0px 3px 6px #000000;
	line-height: 40px;
	margin-top: 10px;
	font-weight: 700;
}

.ticketwon-detail-item{
	/*border-top: 1px solid #602F8A;*/
	padding-top: 0px;
}

.ticketwon-item{
	padding: 10px 0px;
}

.ticketwon-item .result-list-ball{
	margin-bottom: 0;
}

.ticketwon-item span.ticketwon-num{
	color: #fff;
	display: block;
	text-align: center;
}

.ticketwon-item span.ticketwon-amount{
	color: #F9F241;
	font-weight: 700;
	display: block;
	text-align: center;
}

.ball-lose{
	background:rgba(255,255,255,0) !important;
	color: rgba(255,255,255,.5) !important;
	font-weight: 700 !important
}
.ball-lose:before, .ball-lose:after{
	display:none;
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.ticket-view-btn{
		font-size: 13px;
		padding: 0 10px;
	}

	.ticketwon-item .result-list-ball{
		margin-bottom: 0;
	}

	.ticketwon-item .result-list-ball li{
		width: 30px;
		height: 30px;
		margin: 1px;
		line-height: 30px;
		font-size: 14px;
	}

	.ticketwon-item .result-list-ball li:before{
		width: 30px;
		height: 30px;
	}

	.ticketwon-item .result-list-ball.green-ball li:after{
		width: 30px ;
		height: 30px;
		box-shadow: inset 0px 0px 0px 4px #00aa49;
	}

	.ticketwon-item .result-list-ball.blue-ball li:after{
		width: 30px ;
		height: 30px;
		box-shadow: inset 0px 0px 0px 4px #0081e0;
	}

	.ticketwon-item .result-list-ball.red-ball li:after{
		width: 30px ;
		height: 30px;
		box-shadow: inset 0px 0px 0px 4px #df125d;
	}
}

@media all and (min-width: 241px) and (max-width: 374px) {
	.ticketwon-item .result-list-ball{
		margin-bottom: 0;
	}

	.ticketwon-item .result-list-ball li{
		width: 30px;
		height: 30px;
		margin: 1px;
		line-height: 30px;
		font-size: 14px;
	}

	.ticketwon-item .result-list-ball li:before{
		width: 30px;
		height: 30px;
	}

	.ticketwon-item .result-list-ball.green-ball li:after{
		width: 30px ;
		height: 30px;
		box-shadow: inset 0px 0px 0px 4px #00aa49;
	}

	.ticketwon-item .result-list-ball.blue-ball li:after{
		width: 30px ;
		height: 30px;
		box-shadow: inset 0px 0px 0px 4px #0081e0;
	}

	.ticketwon-item .result-list-ball.red-ball li:after{
		width: 30px ;
		height: 30px;
		box-shadow: inset 0px 0px 0px 4px #df125d;
	}
}

/* ----------------------------------------------------------------
	My Ticket
-----------------------------------------------------------------*/
.myticket-wrap{
	margin-bottom: 20px;
}

.myticket-date{
	color: #fff;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.myticket-wrap .myticket-item-con{
	border-radius: 7px;
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00293B, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00293B, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.25)
}

.myticket-item-con span.myticket-datetime, .myticket-item-con span.myticket-amount, .myticket-item-con span.myticket-ticket, .myticket-item-con span.myticket-won, .myticket-item-con span.myticket-draw, .myticket-item-con span.myticket-purchase-date{
	display: block;
}

.myticket-item-con span.myticket-datetime, .myticket-item-con span.myticket-amount, .myticket-item-con span.myticket-draw{
	color: #fff;
}

.myticket-item-con span.myticket-ticket{
	color: #F9F241;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}

.myticket-item-con span.myticket-datetime{
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 10px
}

.myticket-item-con span.myticket-amount, .myticket-item-con span.myticket-draw{
	font-size: 14px;
	font-weight: 300;
}

.myticket-item-con span.myticket-draw{
	margin-top: 36px;
	margin-bottom: 14px;
}

.myticket-item-con span.myticket-purchase-date{
	color: #0897d7;
	font-weight: 400
}

.myticket-item-con span.myticket-won{
	color: #F9F241;
	font-size: 24px;
	font-weight: 900;
	text-shadow: 0 3px 10px rgba(0,0,0,.75);
	text-align: center;
	margin-bottom: 10px;
}

.lo-title span{
	font-size: 16px;
	font-weight: 700;
	color: rgba(2,115,136,1);
	margin-right: 15px;
}

.mt-lo-list{
	margin:0;
}

.mt-lo-list li {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-right: 20px;
	position: relative;
}

.mt-lo-list li img{
	/*width: 36px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)*/
}

.mt-lo-list li figure{
	margin-bottom: 0;
	text-align: center;
}

.mt-lo-list li figure img{
	width: 36px;
	height: 36px;
}

.mt-lo-list li figure figcaption{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 600;
}

.mt-lo-list li figure figcaption.redfig{
	color: rgba(255,0,0,1.00);
}

.mt-lo-list li figure figcaption.bluefig{
	color: rgba(20,82,245,1.00);
}

.mt-lo-list li figure figcaption.yellowfig{
	color: rgba(249,242,65,1.00);
}



.dark-line{
	border-color: rgba(0,0,0,.5) !important
}

.nt-wrap{
	border-radius: 8px;
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #0897d7, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #0897d7, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0 0 10px rgba(0,0,0,.45);
	padding: 10px 20px;
}

.n-ticket-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nt-header-right-list{
	height: 32px;
}

.n-ticket-body{
	padding: 0 5px;
	border-top: 1px solid #004767;
}

.n-ticket-body h4{
	color: rgba(255,255,255,1);
	text-indent: 5px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------
	Referral
-----------------------------------------------------------------*/
.referral-item-wrap{
	width: 100%;
	margin: 0 auto;
}

.referral-wrap h3{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.referral-header h4{
	font-weight: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.referral-body span{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.referral-body span:first-child{
	margin-bottom: 20px;
}

.referral-wrap.referral-reward h3{
	font-size: 18px;
}

.ref-header{
	border-radius: 10px 10px 0 0;
	position: relative;
	padding: 30px 0;
	background: #0897d7;  /* fallback for old browsers */
	margin-top: 0px;
}

.ref-header:after, .ref-body:before{
    content: '';
    position: absolute;
    left: 0;
    height: 8px;
    width: 100%;
  }

.ref-header:after {
    bottom: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #0897d7 50%, #0897d7 100% ) -9px 1px / 18px 18px repeat-x !important
  }

.ref-body{
	margin-top: 9px;
	padding: 20px;
	background: #0897d7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #004767, #0897d7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #004767, #0897d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	position: relative;
	border-radius: 0 0 10px 10px;
}

.ref-body:before {
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #0897d7 50%, #0897d7 100% ) -9px -11px / 18px 18px repeat-x !important
  }

.ref-header-corner{
	width: 100px;
	height: 90px;
	border-radius: 0 10px 0 0 ;
	background:url("images/pbc/ticket-corner.png");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.ref-header-corner span{
	width: 100px;
	height: 90px;
	line-height: 80px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.ref-footer{
	border-radius: 0 0 10px 10px;
}

.freeticket{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.ref-line{
	background: url("images/pbc/saperate-line.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 8px;
	width: 100%;
	display: block;
}

.ref-confirm-wrap{
	width: 80%;
	margin: 0 auto;
}

.ref-con-title, .ref-con-body{
	display: block;
	text-align: center;
}

.ref-con-title{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.ref-con-body{
	color: #00ffee;
	font-size: 12px;
}

.referral-line{
	position: relative;
}

.referral-line:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #006999
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.referral-line:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		right: 0;
		bottom: 0;
		top: auto;
		z-index: 2;
		background: #602F8A
	}

	.game-item-container{
		border-radius: 10px;
		display: block;
	}

	.game-item-header, .game-item-footer{
		width: 100%
	}

	.game-item-body{
		width: 100%;
		padding: 20px 15px;
	}

	.game-item-wrap{
		width: 100%;
		display: block;
	}

	.game-item-left, .game-item-right{
		width: 100%;
	}

	.game-item-header figure{
		margin-bottom: 0;
		border-radius: 10px 0 0 10px;
	}

	.item-jackpot{
		text-align: center
	}

	.item-amount{
		text-align: center
	}

	.item-draw-number{
		text-align: center
	}

	.item-count-title{
		text-align: center
	}

	.game-footer-wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
	}

	.game-footer-half{
		width: 50%;
		padding: 5px;
	}

	.game-footer-full{
		width: 100%;
		display: block;
		padding: 5px;
	}


}


@media (min-width:768px) and (max-width:1023px){
	.game-item-container{
		border-radius: 10px;
		display: block;
	}

	.game-item-header, .game-item-footer{
		width: 100%
	}

	.game-item-body{
		width: 100%;
		padding: 20px 15px;
	}

	.game-item-wrap{
		width: 100%;
		display: block;
	}

	.game-item-left, .game-item-right{
		width: 100%;
	}

	.game-item-header figure{
		margin-bottom: 0;
		border-radius: 10px 0 0 10px;
	}

	.item-jackpot{
		text-align: center
	}

	.item-amount{
		text-align: center
	}

	.item-draw-number{
		text-align: center
	}

	.item-count-title{
		text-align: center
	}

	.game-footer-wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
	}

	.game-footer-half{
		width: 50%;
		padding: 5px;
	}

	.game-footer-full{
		width: 100%;
		display: block;
		padding: 5px;
	}

}

@media all and (min-width: 241px) and (max-width: 374px) {
	.game-item-container{
		border-radius: 10px;
		display: block;
	}

	.game-item-header, .game-item-footer{
		width: 100%
	}

	.game-item-body{
		width: 100%;
		padding: 20px 15px;
	}

	.game-item-wrap{
		width: 100%;
		display: block;
	}

	.game-item-left, .game-item-right{
		width: 100%;
	}

	.game-item-header figure{
		margin-bottom: 0;
		border-radius: 10px 0 0 10px;
	}

	.item-jackpot{
		text-align: center
	}

	.item-amount{
		text-align: center
	}

	.item-draw-number{
		text-align: center
	}

	.item-count-title{
		text-align: center
	}

	.game-footer-wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
	}

	.game-footer-half{
		width: 50%;
		padding: 5px;
	}

	.game-footer-full{
		width: 100%;
		display: block;
		padding: 5px;
	}

	.nt-wrap{
		padding: 10px
	}
}

@media all and (min-width: 241px) and (max-width: 374px) {
	.game-item-container{
		border-radius: 10px;
		display: block;
	}

	.game-item-header, .game-item-footer{
		width: 100%
	}

	.game-item-body{
		width: 100%;
		padding: 20px 15px;
	}

	.game-item-wrap{
		width: 100%;
		display: block;
	}

	.game-item-left, .game-item-right{
		width: 100%;
	}

	.game-item-header figure{
		margin-bottom: 0;
		border-radius: 10px 0 0 10px;
	}

	.item-jackpot{
		text-align: center
	}

	.item-amount{
		text-align: center
	}

	.item-draw-number{
		text-align: center
	}

	.item-count-title{
		text-align: center
	}

	.game-footer-wrap{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
	}

	.game-footer-half{
		width: 50%;
		padding: 5px;
	}

	.game-footer-full{
		width: 100%;
		display: block;
		padding: 5px;
	}

	.nt-wrap{
		padding: 10px
	}
}

/* ----------------------------------------------------------------
	notification
-----------------------------------------------------------------*/
.header-left, .header-right{
	display: inline-block;
}


.header-left a, .header-right a{
	font-weight: 300 !important;
}
.header-left{
	width: 30%
}

.header-right{
	width: 70%;
}

.header-left label{
	color: #F9F241;
	font-weight: 300;
	text-transform: capitalize;
}

.checkbox-style:checked + .checkbox-style-2-label:before {
    background: #F9F241;
    box-shadow: inset 0px 0px 0px 4px #130030;
	border: 1px solid #F9F241;
	border-radius: 50%;
}

.checkbox-style-2-label:before{
    background: rgba(0,0,0,0);
	border: 1px solid #F9F241;
	border-radius: 50%;
}

.radio-style-2-label:before{
	background: #130030
}

.radio-style-2-label.radio-small:before{
	border-color:#F9F241;
	border-width: 1px;
}

.radio-style:checked + .radio-style-2-label:before{
	background: #F9F241
}

.radio-style:checked + .radio-style-2-label.radio-small:before {
    box-shadow: inset 0px 0px 0px 2px #130030;
}

.note-list{
	display: block;
	margin: 0;
}

.note-list li{
	margin-bottom: 10px;
}

.note-item-wrap{
	border-radius: 4px;
	background: #00293B;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #004767, #00293B);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #004767, #00293B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 10px;
	display: inline;
}

.note-item-wrap.reading{
	background: #0087d7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #004767, #0087d7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #004767, #0087d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.note-item-wrap.new-unread{
	background: #422170;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #2D1652, #422170);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #2D1652, #422170); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.note-icon-header{
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 30px;
}

.note-item-wrap.reading .note-icon-header{
}

.note-item-wrap.new-unread .note-icon-header{
	background: #8f0082;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ce00e2, #8f0082);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ce00e2, #8f0082); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.notification-side-body{
	padding: 15px 0 15px;
}

.message-icon{
	width: 34px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}

.message-icon img{
	width: 100%;
}

.note-item-body{
	display: inline-block;
    width: 80%;
}

.note-item-body h5{
	color: #027388;
	margin-bottom: 10px;
}

.note-item-wrap.reading .note-item-body h5{
	color: #f9f241;
}

.note-item-wrap.new-unread .note-item-body h5{
	color: #F9F241
}

.note-item-body p{
	margin-bottom: 0;
	color: #027388;
	text-transform:none;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px !important;
}

.note-item-wrap.reading .note-item-body p{
	color: rgba(255,255,255,1);
}

.note-item-wrap.new-unread .note-item-body p{
	color: rgba(255,255,255,1);
}

.msg-body-wrap{
	border-radius: 5px;
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #004767, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #004767, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0 0 0;
	margin-top: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.25)
}

.msg-section-wrap{
	padding: 20px 15px;
}

.message-top-header{
	width: 100%;
}

.msg-body-title{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

.msg-body-date{
	color: #D3D3D3;
}

.msg-del-wrap{
	text-align: right;
}

.msg-del-wrap a{
	color: #fff;
}

.msg-del-wrap a img{
	width: 24px;
	height: 24px;
}

.msg-body, .msg-body p{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.message-view-sec{
	display: block;
	padding: 10px 0;
	background: #0897d7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #004767, #0897d7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #004767, #0897d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0 10px rgba(0,0,0,.7)
}

.view-btn-wrap{
	max-width: 280px;
	margin: 0 auto;
}


/* ----------------------------------------------------------------
	Smart Pick
-----------------------------------------------------------------*/
.sp-item-body{
	width: 100%;
}

.sp-item-body h5{
	color: #fff;
	margin-bottom: 0;
}

.sp-item-wrap{
	border-radius: 4px;
	background: #2D1652;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #422170, #2D1652);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #422170, #2D1652); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 20px 15px;
	display: inline;
	min-width: 312px;
}

.sp-item-wrap.new-sp{
	background: #601EA6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #9C4AF4, #601EA6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #9C4AF4, #601EA6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sp-ball-body{
	margin-top: 40px;
}

.sp-header-ball-list{
	margin-bottom: 0;
}

.sp-header-ball-list li{
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.75);
	border-radius: 50%;
	margin-left: 5px;
}

.sp-header-ball-list li:first-child{
	margin-left: 0;
}

.header-option.sp-header-option li{
	margin-left: 0;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}

.header-option.sp-header-option li:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	z-index: 3;
	background: rgba(255,255,255,.5);
	left: 0;
}

.header-option.sp-header-option li:first-child:before{
	display: none;
}

.header-option.sp-header-option li i{
	margin: 0;
}

.sp-ball-container{
	margin-top: 10px;
	padding: 10px 0 20px;
}

.sp-ball-container ul li{
	margin: 5px 2px
}
/* ----------------------------------------------------------------
	Carousel
-----------------------------------------------------------------*/

.mis-stage, .mis-slider, .mis-slide, .mis-container, .mis-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.mis-stage, .mis-slider {
	position: relative;
	overflow: hidden;
}
.mis-stage {
	width: 100%; /*  Set stage width as desired */
	text-align: center; /*  Center list navigation */
}
.mis-slider {
	list-style: none;
	overflow: visible;
	height: 100%;
	margin-top: 0;
}
/*  Set slide width and padding */
.mis-slide {
	/*  Set width in pixels to restrict width of slides
		for multi-item slider, default is 100%
		for single-item slider. Use padding to add space
		between slides */
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	overflow: visible !important;
}
.js .mis-slide {
	display: none;
	opacity: 0;
}
.mis-slide.mis-current {
	z-index: 100;
	display: block;
}
/*  Slide container - inserted around the contents
of each slide by the plugin */
.mis-container {
	display: block;
	width: auto;
	height: auto;
	border: 0;
}
/*  Style list navigation */
.mis-nav-list {
	position: absolute;
	bottom: .5em;
	width: 100%;
	margin: 0 auto; /* center it */
	z-index: 300;
	padding: 0;
}
.mis-nav-list li {
	display: inline-block;
	margin: 0 .25em;
}
.mis-nav-list li a {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: 100%; /* Replace text */
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #eee;
	border-radius: 7px; /* Make items round */
	opacity: .3;
	-webkit-box-shadow: inset 0 0 2px #333;
	box-shadow: inset 0 0 2px 2px #333;
	margin: 0 3px;
}
.mis-nav-list li.mis-current a, .mis-nav-list li a:hover {
	background: #333;
}
.mis-nav-buttons {
	display: block;
	position: absolute;
	height: 0;
	top: 0;
	opacity: 0.5;
	z-index: 200;
}
.mis-nav-buttons a {
	position: absolute;
	color: #eee;
	font-size: 0; /* Hide for browser except Android */
	line-height: .01; /* 0 is inconsistent in Opera */
	font-weight: bold;
	text-decoration: none;
	text-indent: -9999px; /* Hide for Android */
}
.mis-nav-buttons a:hover {
	color: #ccc;
}
.mis-nav-buttons a.mis-next {
	left: auto;
	right: 0;
}
.mis-nav-buttons a.mis-prev {
	left: 0;
}
.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	content: "\2039"; /* left single angle quote */
	display: block;
	font-size: 24px;
	text-indent: 0;
}
.mis-nav-buttons a.mis-next:after {
	content: "\203A"; /* right single angle quote */
}

/*  Cameo Skin CSS ========================================= */

.mis-stage {
    background-color: #fff;
}

.mis-slider {
	/*  Slider element does not need to be a specific height
		Here we use it to create a stylish bar behind slides */
	margin-top: 138px;
	height: 80px;
}

.mis-slider li a {
	text-decoration: none;
	color: #666;
	display: block;
}

.mis-slider li figcaption {
	font-size: 1.125em;
}

.mis-slider li img {
	/*  Make max-width of image a little less than width of slide
		to avoid some browser shinking bugs */
	max-width: 290px;
	/*  for really small screens make width 100% */
	width: 100%;
	/*  Make image round */
	/*border-radius: 135px;*/
	border: none;
}

.mis-slide {
	/*  Set width in pixels to restrict width of slides
		for multi-item slider, default width is 100%
		for single-item slider. Use padding to add space
		between slides */
	width: 360px;
	min-height: 500px !important;
	max-height: 850px;
	/*padding: 40px;*/
	padding: 0;
	/*  Undo the margin added by slider element */
	margin-top: -138px;
}

.mis-nav-buttons a {
	color: #fff;
}

.mis-nav-buttons{
	opacity: 1 !important;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
}
.mis-nav-buttons a {
	padding: 0 !important;
	height: 55px !important;
	width: 55px !important;
	border-radius: 50px;
}

.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	font-size: 42px;
	content: url("images/pbc/previous.svg");
}

.mis-nav-buttons a.mis-next:after {
	content: url("images/pbc/next.svg");
}

.mis-nav-buttons a.mis-next {
	right: -8%;
}
.mis-nav-buttons a.mis-prev {
	left: -8%;
}

.mis-slider li figcaption{
	padding: 0 0px;
}

.mis-slide{
	opacity: 0.2 !important;
}

.mis-slide.mis-current{
	opacity: 1 !important;
	transition: opacity 0.5s ease-in-out;
}

/* Testimonials Carousel
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*=owl-]{
	opacity: 1 !important;
	width: 55px;
	height: 55px;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
	display: inherit
}

.gameitem-carousel .owl-stage { padding-top: 0px }

.gameitem-carousel .owl-item {
	/*opacity: .6;*/
	transition: transform .3s ease;
	transform: scale(0.85);
	transition: .35s;
	border: 5px solid rgba(249,242,65,0);
	border-radius: 14px;
	margin-top: -20px;
}

.gameitem-carousel .owl-item:hover {
	border: 5px solid rgba(249,242,65,1);
}

.gameitem-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.owl-carousel .owl-nav [class*=owl-]{
	left: 0 !important;

	background-color: rgba(255,255,255,0)
}

.owl-carousel .owl-nav .owl-next{
	right: 0 !important;
	left: auto !important
}

.owl-carousel .owl-nav .owl-next > i, .owl-carousel .owl-nav .owl-prev > i{
	/*display: none !important*/

}

.owl-carousel .owl-nav .owl-next > i:before{
	content: url("images/pbc/next.png") !important
}

.owl-carousel .owl-nav .owl-prev > i:before{
	content: url("images/pbc/previous.png") !important
}

.owl-carousel .owl-nav [class*=owl-]:hover{
	background-color: rgba(255,255,255,0) !important
}


@media (min-width: 375px) and  (max-width: 575.98px){
	.mis-nav-buttons a {
		height: 36px !important;
		width: 36px !important;
	}

	.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
		font-size: 36px;
		content: url("images/pbc/previous-36.png");
	}

	.mis-nav-buttons a.mis-next:after {
		content: url("images/pbc/next-36.png");
	}

	.mis-nav-buttons a.mis-next {
		right: 0%;
	}
	.mis-nav-buttons a.mis-prev {
		left: 0%;
	}

	.nt-wrap{
		padding: 10px
	}
}

@media (min-width:768px) and (max-width:1024px){
		.mis-nav-buttons a.mis-next {
		right: 0%;
	}
	.mis-nav-buttons a.mis-prev {
		left: 0%;
	}

	.mis-slider{
		width: 700px !important;
		margin-left: auto;
		margin-right: auto;
		left: 0 !important
	}

	.game-item-des .item-award{
		font-size: 32px
	}

}

/* ----------------------------------------------------------------
	Scroll Bar
-----------------------------------------------------------------*/
.content {
    max-width: 1200px;
}

.content .demo {
    /*border: 1px solid #CCC;*/
}

.content .demo .inner-content {
    border: 1px solid #CCC;
    max-height: 170px;
    width: 600px;
}

.content .demo > div {
    max-height: 500px;
    min-height: 500px;
    overflow: auto;
}

.addticket-wrapper.content .demo > div {
    max-height: 310px;
    min-height: 310px;
    overflow: auto;
}

.addticket-wrapper-fav.content .demo > div {
    max-height: 200px;
    min-height: 200px;
    overflow: auto;
}


.content .demo .permanent {
}
.controls {
    padding: 0 0 10px;
}
.controls span {
    cursor: pointer; padding: 2px 8px;
}
.controls span.active {
    background: #4698CE;
    color: #fff;
    cursor: default;
}
.prettyprint ol.linenums > li {
    list-style-type: decimal;
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

/* ----------------------------------------------------------------
	Custom Scroll Bar
-----------------------------------------------------------------*/
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

@media (min-width: 375px) and  (max-width: 575.98px){
.content .demo > div {
    max-height: 500px;
    min-height: inherit;
    overflow: auto;
}
}

/* ----------------------------------------------------------------
	My Wallet
-----------------------------------------------------------------*/
.wallet-item-container{
	border-radius: 10px;
	background: #601EA6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #9C4AF4, #601EA6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #9C4AF4, #601EA6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 25px;
	position: relative;
	margin-bottom: 25px;
}

.wallet-title{
	color: #fff;
	margin-bottom: 15px;
	font-weight: 400;
}
.wallet-eth{
	color: #F9F241;
	font-size: 18px;
	font-weight: 700;
	display: block;
}

.wallet-eth i{
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.wallet-money{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

.wallet-switch{
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 2
}

.ethereum{
	height: 105px;
	background: url("images/pbc/ethereum.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.bitcoint{
	height: 105px;
	background: url("images/pbc/bitcoin.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.wallet-switch > input.switch-toggle-round + label{
	background-color: rgba(0,0,0,0);
}

.wallet-switch > input.switch-toggle-round + label:before{
	background: #000;
	border-color: #000;
}

/* ----------------------------------------------------------------
	My Wallet Send Detail
-----------------------------------------------------------------*/
/* .wallet-send-title{
	background: rgba(96,47,138,1);
	border-top: 2px solid #130030;
} */

.wallet-send-title-wrap{
/* 	background: rgba(19,0,48,.5);
 */
 background-color: #00293B !important;
 padding: 10px 16px;
}

.wallet-send-title span{
	color: #fff;
}

.wallet-send-table{
	color: #fff;
	font-weight: 300;
	width: 100%;
}

.wallet-send-table span{
	color: #fff;
	font-weight: 300;
	display: block;
}

.wallet-send-table tr td{
	vertical-align: text-top;
}

.wallet-hd{
	padding: 8px 0;
}

.eth-mark{
	position: absolute;
	border: 1px solid #fff;
	right: 5px;
	top: 10px;
}

.wallet-text-bold{
	font-weight: 700 !important
}

.wallet-send-fee{
	color: #fff;
	font-weight: 400
}

.wallet-send-amount{
	color: #F9F241 !important;
	font-weight: 700 !important
}

.wallet-send-amount strong{
	font-size: 20px;
}

/* ----------------------------------------------------------------
	My Wallet Reveal Seed Words
-----------------------------------------------------------------*/
.warning-wrap{
	margin-bottom: 10px;
	border-bottom: 1px solid #130030;
	padding-bottom: 20px;
}

.warning-text{
	color: #fff;
}

.warning-wrap.border-bottom-light{
	border-bottom-color: #9C4AF4 !important;
}

.seed-words-textarea{
	background: rgba(0,0,0,.3) !important;
	color: #fff !important;
	border-radius: 10px;
	border:none;
}

/* ----------------------------------------------------------------
	My Wallet detail v2
-----------------------------------------------------------------*/

.wallet-detail-wrap{
	text-align: right;
	color: #fff;
}

.wallet-balance-s{
	line-height: 24px;
	margin-right: 20px;
}

.wallet-balance-b{
	font-size: 25px;
	color: #F9F241;
	font-weight: bold;
}

.wallet-boder-bottom{
	border-bottom: 1px solid #602F8A
}

.wallet-address-copy-text{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0 20px 0 0;
}

.wallet-address-v2{
	border-radius: 0 !important;
	background: rgba(255,255,255,0) !important;
	text-align: right;
}

.wallet-address-v2 a.pbc-btn{
	line-height: 32px;
	font-size: 14px;
	height: 32px;
}

.reveal-seed-btn{
	cursor: pointer
}

.reveal-seed-btn i{
	display: inline-block;
    width: 22px;
    height: 22px;
    transform: rotate(-90deg);
}

.wallet-detail-list li{
	display: inline-grid;
	vertical-align: middle
}

@media (min-width: 375px) and  (max-width: 575.98px){
	.wallet-address-v2{
		text-align: left !important;
	}

	.wallet-detail-list{
		text-align: left
	}

	.wallet-address-v2 .wallet-address-copy-text{
		width: 70%;
		line-height: 32px;
		display: inline-block;
	}
	.wallet-address-v2 .pbc-btn{
		position: absolute;
		right: 10px;
	}
}

/* ----------------------------------------------------------------
	Tutorial
-----------------------------------------------------------------*/

.tutorial-header-line{
	border-top: 1px solid #006999;
}

.tutorial-step{
	position:absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 0 !important;
}

.tutorial-step li{
  float:none;
  display: inline-block;
  position: relative;
  width: 12px;
  overflow: hidden;
  text-indent: -999999999px;
  height: 12px;
  border-radius: 50%;
  margin: 10px;
	background-color: rgba(96,30,166,0);
}

.tutorial-step li.ui-state-active{
	background-color: rgba(249,242,65,0)
}

.tutorial-container{
	padding-top: 20px;
	padding-bottom: 60px;
}

.tutorial-wrap{
	text-align: center;
}

.tutorial-wrap h4{
	font-weight: 16px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	margin-bottom: 15px;
	line-height: 20px;
}

.tutorial-wrap p{
	color: rgba(255,255,255,1);
	font-size:12px;
}

.tutorial-step-btn-wrap{
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0;
	left: -50%;
	transform: translateX(50%);
	padding: 10px 10px;
	box-shadow: 0 -5px 10px rgba(0,0,0,.5)
}

.tutorial-step-btn-wrap a{
	min-width: 250px;
}

.tutorial-pagination{
	padding: 20px 0
}

.tutorial-pagination ul{
	list-style: none;
	display: block;
	text-align: center;
}

.tutorial-pagination li{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	background-color: rgba(100 , 100, 100,.5);
	border-radius: 50%;
}

.tutorial-pagination li.current{
	background-color: rgba(249,242,65,1)

}

.insight-item-container{
	padding: 0 45px;
}


.insights-header{
	padding:0 15px
}

.insights-title{
	background: #601EA6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #9C4AF4, #601EA6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #9C4AF4, #601EA6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
	text-center: center;
	border-radius: 10px 10px 0 0;
	margin-bottom: 2px;
	padding: 10px 0;
}

.insights-title h5{
	color: rgba(255,255,255,1);
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}

.insights-body{
	background-color:rgba(96,30,166,1);
	padding: 10px 10px;
	border-radius: 18px 18px 0 0;
	margin-bottom: 0px;
	min-height: 480px
}

.ib-header{
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.ib-header div{
	text-align: center;
}

.ib-header div span{
	display: block;
	color: rgba(255,255,255,1);
	font-size: 10px;
}

.ib-header div:nth-child(1){
	width: 12%;
}

.ib-header div:nth-child(2){
	width: 23%;
}

.ib-header div:nth-child(3), .ib-header div:nth-child(4){
	width: 30%;
}

.ib-header div:nth-child(4) span{
	text-align: left;
}

.ib-body{
	padding: 10px 0;
	margin-bottom: 20px
}

.id-body-row{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.id-body-row div{
	text-align: center;
}

.id-body-row div:nth-child(1){
	width: 12%;
}

.id-body-row div:nth-child(2){
	width: 23%;
}

.id-body-row div:nth-child(3), .id-body-row div:nth-child(4){
	width: 30%;
}

.insights-check{
	display: block;
  	position: relative;
  	cursor: pointer;
  	font-size: 22px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	height: 20px;
}

.insights-check input{
  	position: absolute;
  	cursor: pointer;
	left: 0;
	top: 0;
	opacity: 0;
	width: 20px;
	height: 20px;
	z-index: 9
}

/* Create a custom checkbox */
.checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 20px;
  	width: 20px;
  	border-radius:3px;
  	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.insights-check:hover input ~ .checkmark {
  	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.insights-check input:checked ~ .checkmark {
  	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

/* Show the checkmark when checked */
.insights-check input:checked ~ .checkmark:after {
  	display: block;
}

/* Style the checkmark/indicator */
.insights-check .checkmark:after {
  	left: 7px;
  	top: 4px;
  	width: 6px;
  	height: 10px;
  	border: solid rgba(0,0,0,1);
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.r-ball{
	width: 45px;
	height: 45px;
	margin:0 auto;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	color: rgba(0,0,0,1);
	position: relative;
	background: rgba(255,255,255,1);
	padding: 0;
	display: block;
	position: relative;
}

.r-ball.r-rball:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 3px solid rgba(255,255,255,.45);
	transform: rotate(-30deg)
}

.r-ball.r-rball:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 0px 7px #df125d;
}

.r-ball.r-gball:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 3px solid rgba(255,255,255,.45);
	transform: rotate(-30deg)
}

.r-ball.r-gball:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 0px 7px #00aa49;
}

.r-ball.r-bball:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 3px solid rgba(255,255,255,.45);
	transform: rotate(-30deg)
}

.r-ball.r-bball:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 0px 7px #0081e0;
}

.r-ball.r-pball:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 3px solid rgba(255,255,255,.45);
	transform: rotate(-30deg)
}

.r-ball.r-pball:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 0px 7px #7315B9;
}

.r-ball.r-yball:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 3px solid rgba(255,255,255,.45);
	transform: rotate(-30deg)
}

.r-ball.r-yball:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	left: 0;
	top: 0;
	box-shadow: inset 0px 0px 0px 7px #D07B00;
}

.r-frequency{
	font-weight: 900;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	font-size: 18px;
}

.r-last-draw, .r-last-date{
	color: rgba(255,255,255,1);
	display: block;
	text-align: left;
}

.r-last-draw{
	font-size: 14px;
}

.r-last-date{
	font-size: 10px;
	font-style: italic;
}


.id-body-row.draw-body div:nth-child(1){
	width: 12%;
}

.id-body-row.draw-body div:nth-child(2){
	width: 53%;
}

.id-body-row.draw-body div:nth-child(3){
	width: 30%;
}

.ib-header.draw-header div:nth-child(1){
	width: 12%;
}

.ib-header.draw-header div:nth-child(2){
	width: 53%;
}

.ib-header.draw-header div:nth-child(3){
	width: 30%;
}

.id-body-row.draw-body div .r-ball{
	display: inline-block;
	margin: 0 5px;
}

.result-bottom-ball{
	background-color: rgba(96,30,166,1);
	padding: 4px 0px;
	border-radius: 10px;
	max-width: 285px;
	margin: 0 auto 5px;
}

.result-bottom-ball ul{
	list-style: none;
	display: block;
	margin-bottom: 0;
}

.result-bottom-ball ul li{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	background-color: rgba(19,0,48,1);
	border-radius: 50%;
	color: rgba(255,255,255,1);
	font-weight: 900;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.payment-container{

}

.payment-body{
	padding: 20px 0;
}

.payment-body h3{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

.payment-footer{
	margin-bottom: 50px
}

.payment-footer span{
	display: block;
	width: 100%;
}

.payment-footer span.payment-total{
	color: rgba(255,255,255,1);
	font-weight: 400;
	text-align: left;
	font-size: 16px
}

.payment-footer span.payment-total-amount{
	text-align: right;
	font-size: 25px;
	color: rgba(255,255,255,1);
	font-weight: 700;
}

@media (min-width: 360px) and  (max-width: 600px){
	.payment-footer span.payment-total{
		text-align: right;

	}

}

.insights-container .owl-carousel .owl-stage{
	padding-top: 0;
}


.is-item-header{
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #0897d7, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #0897d7, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
	text-align: center;
	width: 90%;
	margin: 0 auto 2px;
	padding: 6px 0;
	border-radius: 10px 10px 0 0;
}

.is-item-header h3{
	text-align: cetner;
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0;
}

.is-item-body{
	border-radius: 18px 18px 0 0;
	background-color: rgba(0,71,103,1);
	padding: 20px 10px 60px;
	height:500px;
}

.insights-container .owl-carousel .owl-nav .owl-prev{
	left: -65px !important
}

.insights-container .owl-carousel .owl-nav .owl-next{
	right: -65px !important
}

.insights-item-container{
	/*border: 1px solid #f90;*/
}

.is-item-head {
	border-bottom: 1px solid #0897d7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.is-item-head div, .is-item-detail div{
	width: 30%;
	text-align: center;
}

.is-item-head div:first-child, .is-item-detail div:first-child{
	width: 10%
}

.is-item-detail{
	padding: 5px 0;
	margin-bottom: 5px;
}

.is-item-head div span{
	font-size: 12px;
	color: rgba(255,255,255,1)
}

.insight-ball{
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	color: #000;
	font-weight: 900;
	background: rgba(255,255,255.5);
	border-radius: 50px;
	margin: 0 5px;
	font-weight: 700
}

.insight-star-ball{
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	color: #000;
	font-weight: 900;
	margin: 0 5px;
	font-weight: 700;
	background-image: url("images/pbc/star-ball.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.insight-ball:after{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: -1px;
	top: -1px;
	box-shadow: inset 0px 0px 0px 7px #ffffff;
	border-radius: 52px;
}

.insight-ball:before{
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	left: -1px;
	top: -1px;
	z-index: 5;
	border-radius: 52px;
	border-bottom: 2px solid rgba(255,255,255,.5);
}

.insight-ball:after{
	box-shadow: inset 0px 0px 0px 7px #0081e0;
}

.is-freq-no span, .is-ld-no span, .is-ld-no em{
	display: block;
	color: rgba(255,255,255,1)
}

.is-freq-no span{
	font-weight: 700;
	font-size:18px
}

.is-ld-no{
	text-align: left !important;
}

.is-ld-no span{
	font-size: 14px;
}

.is-ld-no em{
	font-size: 10px;
}

.is-check-wrap .checkbox-style:checked + .checkbox-style-3-label:before, .is-check-wrap .radio-style:checked + .radio-style-3-label:before {
    background: #ffffff !important;
    color: #000000 !important;
}

.insight-btm-result{
	border-radius: 10px;
	background-color: rgba(0,71,103,.6);
	padding: 4px 8px;
	margin:0 auto 10px;
	max-width: 88%
}

.insight-listing{
	list-style: none;
	margin-bottom: 0;
}

.insight-listing-num{
	width: 42px;
	height: 42px;
	background-color: rgba(0,41,59,1);
	border-radius: 42px;
	padding: 2px;
	margin: 0 5px
}


.insight-listing-num span{
	display: block;
	line-height: 40px;
	color: rgba(255,255,255,1);
	font-weight: 700;
}

.insight-listing-num.bonus-insights-list span{
	font-size: 18px;
}

.insight-listing-num.extraball{
	background-image: url("images/pbc/red-star.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: rgba(0,41,59,0);
	border-radius: 0;
}

.lo5-ant-wrap{
	padding: 0;
	margin: 0
}

.lo5-item-wrap{
	padding: 0;
	margin: 0 !important;
}

.lo5-item-wrap .card-header{
	border-bottom: 0;
}

.lo5-item-wrap .card-header .btn-header.collapsed{
	display: flex;
	align-items: center;
}

.card.lo5-item-wrap{
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #0897d7, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #0897d7, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

.lo5-ant-wrap .lo5-item-wrap.card .card-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lo5-ant-wrap .lo5-item-wrap.card .card-header a{
	display: flex;
	align-items: center;
}


.card.lo5-item-wrap .card-header .btn-header.collapsed{
	background: rgba(0,0,0,0);  /* fallback for old browsers */
}


.lo-list-title{
	color: rgba(255,255,255,1);
	margin-right: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.lo5-acc-header{
	margin-bottom: 0;
}

.lo5-acc-header li{
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: rgba(0,41,59,1);
	border-radius: 42px;
}

.lo5-acc-header li span{
	color: rgba(255,255,255,1);
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
}

@media (min-width: 360px) and  (max-width: 600px){
	.lo5-ant-wrap .lo5-item-wrap.card .card-header a{
		display: block;
	}

	.lo-list-title{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.lo5-acc-header {
		display: block;
		width: 100%;
	}
}

.number-listing.lo5-number-listing{
	text-align: center;
}

.number-listing.lo5-number-listing li{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-weight: 700;
}

.number-listing.lo5-number-listing li.rednum{
	background-color: rgba(255,0,0,1)
}

.number-listing.lo5-number-listing li.bluenum{
	background-color: rgba(20,82,245,1.00)
}

.number-listing.lo5-number-listing li.yellownum{
	background-color: rgba(249,242,65,1.00)
}

.number-listing.lo5-number-listing li.greennum{
	background-color: rgba(0,71,103,1.00)
}

.lo-num-list-wrap{
	background-color: rgba(0,41,59,1.00);
	padding: 20px 10px;
}

.bbr-0{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.btr-0{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.lo5-item-wrap .option-wrap .card-option{
	min-height: 32px;
}

.lo-list-title em.coll-close{
	color: rgba(0,71,103,1.00);
	text-transform:none;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-left: 20px;
}

.lo5-item-wrap.active .lo-list-title em.coll-close{
	display: none;
}

.lo5-item-wrap .select-box-wrap{
	display: none;
}

.lo5-item-wrap.active .select-box-wrap{
	display: block;
}

.select-box-wrap span.col-noted{
	color: rgba(0,71,103,1.00);
	text-transform:none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-style: normal;
}

.box-cont{
	display: flex;
	justify-content: flex-start;
}

.box-cont .select-box-cont{
	background-color: rgba(0,41,59,1);
	text-align: center;
	color: #fff;
	width: 85px;
	height: 40px;
	font-size: 10px;
	display: flex;
	vertical-align: middle;
	align-items: center
}

.box-cont .select-box-cont span{
	vertical-align: middle;
	justify-content: center;
	display: block;
	width: 100%;
}

.box-cont .box-dev{
	width: 1px;
	background-color: rgba(0,41,59,1);
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.lo-choose-box-wrap{
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;

}

.choose-box-cont{
	display: block;
	min-height: 100px;
	background-color: rgba(0,41,59,1);
	padding: 5px;
}

.choose-box-cont h5{
	margin-bottom: 20px;
	color: rgba(255,255,255,1);
	text-align: center;
	font-weight: 700;
	font-size: 13px;
}

.choose-box-cont ul{
	list-style: none;
	margin-bottom: 0;
	text-align: center;
}

.choose-box-cont ul li{
	display: inline-block;
	/*max-width: 52px;*/
	margin: 0 8px
}

.choose-box-cont ul li figure figcaption{
	color: rgba(255,255,255,1);
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px
}

.choose-box-cont ul li figure figcaption.redfig{
	color: rgba(255,0,0,1.00);
}

.choose-box-cont ul li figure figcaption.bluefig{
	color: rgba(20,82,245,1.00);
}

.choose-box-cont ul li figure figcaption.yellowfig{
	color: rgba(249,242,65,1.00);
}

.choose-box-cont ul li figure{
	cursor: pointer;
	border-radius: 5px;
	background: #004767;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00293B, #004767);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00293B, #004767); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
	box-shadow: 0 5px 10px rgba(0,0,0,.75);
	position: relative;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	padding: 10px 5px;
}

.choose-box-cont ul li figure.figselect:before{
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 5px;
	border: 2px solid rgba(249,242,65,1.00);
	position: absolute;
	top: 0;
	left: 0;
}

.choose-box-cont ul li figure.figselect:after{
	position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(images/pbc/selected.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    padding: 14px;
}

.choose-box-cont ul li figure img{
	width: 36px;

}

@media (min-width: 360px) and  (max-width: 600px){
	.lo-num-list-wrap {
		padding: 20px 10px;
	}
	.lo-choose-box-wrap{
		display: block !important
	}

	.choose-box-cont{
		margin-bottom: 10px;
	}

	.lo-insight-btm-result{
		display: block !important;
	}

	.fav-span.fav-ml{
		margin-left: 0 !important;
		margin-top: 10px !important;
	}

	.insights-container.lo5-insights-container{
		padding-bottom: 70px;
	}
}

.fav-span{
	color: rgba(0,41,59,1);
	font-weight: 700;
	font-size: 14px;
}

.fav-span.fav-ml{
	margin-left: 50px;
}

.lo-insight-bonus{
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	margin: 0 auto;
}

.bonus-01, .brb-01{
	background-image: url("images/pbc/bet-icon-01.png");
}

.bonus-02, .brb-02{
	background-image: url("images/pbc/bet-icon-02.png");
}

.bonus-03, .brb-03{
	background-image: url("images/pbc/bet-icon-03.png");
}

.bonus-04, .brb-04{
	background-image: url("images/pbc/bet-icon-04.png");
}

.bonus-05, .brb-05{
	background-image: url("images/pbc/bet-icon-05.png");
}

.bonus-06, .brb-06{
	background-image: url("images/pbc/bet-icon-06.png");
}

.bonus-07, .brb-07{
	background-image: url("images/pbc/bet-icon-07.png");
}

.bonus-08, .brb-08{
	background-image: url("images/pbc/bet-icon-08.png");
}

.bonus-09, .brb-09{
	background-image: url("images/pbc/bet-icon-09.png");
}

.lo-bonus-item-detail{
	margin-bottom: 30px;
}

.bonus-result-ball{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.insight-listing-num.bonus-insights-list .bonus-result-ball img{
	width: 24px;
	height: 24px;
	margin-top: -2px;

}

.lo5-dh-item-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.lo5-dh-item-wrap h5{
	margin-bottom: 0;
	color: rgba(2,115,136,1);
	font-size: 14px;
	font-weight: 700;
	width: 80px
}

.bonus-ball li{
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: rgba(0,71,103,1);
	border: none;
	color: #fff;
}

.bonus-ball li:before, .bonus-ball li:after{
	display: none;
}

.bonus-ball.bonus-active li{
	background-color: rgba(0,71,103,0);
}

.bonus-ball.bonus-active li .bonusball{
	display: block;
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.lo-winning-num-header{
	display: flex;
	justify-content: center;
	align-items: center;
}

.lo-winning-num-header span, .lo5-draw-item-wrap span{
	margin-bottom: 0;
	color: rgba(2,115,136,1);
	font-weight: 700;
	font-size: 14px;
	margin-right: 20px
}

.lo-winning-num-header span.winning-bonus,  .lo5-draw-item-wrap span.winning-bonus{
	padding-left: 20px;
	margin-left: 80px;
}

.lo5-draw-item-wrap{
	display: flex;
	align-items: center;
	justify-content: center;

}

.lo5-draw-item-wrap span.winning-bonus{
	/*border-left: 1px solid #000000;*/
	position: relative
}

.lo5-draw-item-wrap span.winning-bonus:before{
	/*position: absolute;
	height: 225%;
	width: 1px;
	content: '';
	background: rgba(0,0,0,.45);
	top: -63%;
	left: 0;*/
}

.result-ball.bonus-ball li, .result-ball.bonus-ball.bonus-active li .bonusball{
	width: 32px;
	height: 32px;
}

.draw-item-detail{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 360px) and  (max-width: 600px){
	.lo5-draw-item-wrap {
		display: block;
		align-items: center;
		justify-content: center;
	}

	.lo-winning-num-header{
		display: block;
	}

	.lo-winning-num-header span{
		margin: 0 0 20px!important;
		padding: 0 !important;
	}

	.lo5-result-cont{
		display: flex;
		align-content: flex-start;
	}
	.lo5-draw-item-wrap span{
		/*display: flex;*/
	}

	.lo5-draw-item-wrap span.winning-bonus{
		padding: 0;
		margin: 0 20px 0 0 ;
	}

	.lo5-draw-item-wrap ul{
		text-align: left;
		display: flex;
		margin-bottom: 0
	}

	.draw-item-detail{
		display: flex;
		align-items: center;
		justify-content:flex-start;
		margin-bottom: 15px;
	}

	.draw-item-detail span.did-title{
		min-width: 45px;
	}

}

.no-winner-wrap{
	max-width: 300px;
	margin: 0 auto;
}

.text-wrap, .text-wrap p, .text-wrap i, .text-wrap h1, .text-wrap h2, .text-wrap h3, .text-wrap h4, .text-wrap h5, .text-wrap h6, .text-wrap ul li{
	color: rgba(255,255,255,1.00) !important
}

.text-wrap p, .text-wrap li{
	text-indent: 0;
}

.text-wrap.ti-15 p, .text-wrap.ti-15 li{
	text-indent: 14px;
}

.text-wrap p, .text-wrap ul{
	margin-bottom: 15px;
}

.text-wrap h3{
	font-size: 14px;
	margin-bottom: 15px;
}

.header-container .award-title em{
	font-size: 12px;
	text-transform: none;
	color: #d3d3d3;
	font-weight: 400;
	font-style: normal;
	margin-left: 15px;
}

.claim-title-wrap h2{
	color: rgba(249,242,66,1);
	font-size: 18px;
	margin-bottom: 0;
	line-height: 24px;
}

.claim-title-wrap span{
	display: block;
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
}

.claim-title-wrap{
	margin-bottom: 15px;
}

.sign-up-header{
	width: 50%;
	margin: 0 auto;
}

.sign-up-header img{
	width: 100%;
}

.signup-body h3{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.signup-body p{
	color: rgba(255,255,255,1);
	padding: 0 10%

}

.signup-body{
	margin-bottom: 20px;
	padding: 0 5%
}



.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    content: "\e98b";
    font-family: 'font-icons';
	line-height: 20px;
	font-size: 20px;
	padding: 2px;
}


.l5-item-container{
	padding: 15px;
	border-radius: 10px;
	background: #004767;
    background: -webkit-linear-gradient(to bottom, #0897d7, #004767);
    background: linear-gradient(to bottom, #0897d7, #004767);
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
}

.item-num, .item-bet{
	color: rgba(255,255,255,1);
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	text-transform: uppercase;
	height: 46px;
	line-height: 46px;
}

.result-number-list.bonus-bet-list{
	justify-content: space-between !important
}

.l5-bet-item-wrap{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.item-num{
	padding-top: 0;
}

.l5-1{
	margin-right: 2px !important
}

.item-bet{
	width: 100px;
}

.bet-wrap{
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.lo-bet-right{
	padding-top: 0;
	position: relative;
}

.lo-bet-right .card-option{
	min-height: 32px;
}

.l5-bet-item-wrap{
	width: 250px;
}

.l5-bet-item-line{
	height: 1px;
	background: #00293b;
	width: 100%;
	display: block;
	margin: 10px 0;
}

.betting-screen-con{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0);
	margin-left: -10px;
}

.bet-content{
	background: #004767;
    background: -webkit-linear-gradient(to bottom, #0897d7, #004767);
    background: linear-gradient(to bottom, #0897d7, #004767);
	border-radius: 10px;
	min-width: 900px;
	padding: 15px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.bet-header{
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.bet-mid-item-wrap{
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.bh-mid{
	display: flex;
	align-items: center
}


.bh-right{
	text-align: right;
}

.bh-right .card-option{
	min-height: 32px;
}


.pop-device-line{
	display: none;
	width: 1px;
	height: 46px;
	background: #00293b;
	margin: 0 10px 0 20px;
}

.l5-bet-item-wrap.pop-l5bet-item-wrap{
	width: 220px;
	justify-content: flex-start;

}

.l5-number-list li{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 40px;
	font-size: 20px;
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	margin: 10px;
	font-weight: 700;
	/*margin-right: -4px;*/
}

.l5-number-list.lo5-number-listing{
	text-align: center;
}

.l5-number-list.lo5-number-listing li{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-weight: 700;
	position: relative;
}

.l5-number-list.lo5-number-listing li.rednum{
	background-color: rgba(255,0,0,1)
}

.l5-number-list.lo5-number-listing li.bluenum{
	background-color: rgba(20,82,245,1.00)
}

.l5-number-list.lo5-number-listing li.yellownum{
	background-color: rgba(249,242,65,1.00)
}

.l5-number-list.lo5-number-listing li.greennum{
	background-color: rgba(0,71,103,1.00)
}

.l5-number-list .lo5-number-listing li.select{

}

.l5-number-list.lo5-number-listing li.select:after{
	width: 60px;
	height: 60px;
	border: 2px solid rgba(249,242,65,1.00);
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 5;
	content: '';
	border-radius: 60px;
}

.bet-body{
	padding: 10px 0;
}

.bonus-span{
	color: rgba(0,71,103,1)
}

.bet-footer{
	margin-top: 10px;
}

.l5-number-list.lo5-number-listing.l5-complete li{
	opacity: .25
}

.l5-number-list.lo5-number-listing.l5-complete li.select{
	opacity: 1 !important
}

.bonus-span img{
	width: 25px;
	height:25px;
	margin-top: -1px;
}

.bet-content-btm{
	position: fixed;
}

.bet-content-btm .psersonal-update-btn-con{
	display: block;
}

.l5-result{
	color: rgba(255,255,255,1) !important;
	font-size: 9px !important;
	text-align: center;
	line-height: 18px;
	margin: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.l5-result.result-red{
	color: rgba(255,0,0,1) !important
}

.l5-result.result-blue{
	color: rgba(20,82,245,1.00) !important
}

.l5-result.result-yellow{
	color: rgba(249,242,65,1.00) !important
}

.l5-insight-item{
	margin: 0
}

.l5-insight-item img{
	width: 36px !important;
	height: 36px !important;
	margin: 0 auto;
}

.l5-insight-item figcaption{
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.l5-insight-item figcaption.redfig{
	color: rgba(255,0,0,1.00);
}

.l5-insight-item figcaption.bluefig{
	color: rgba(20,82,245,1.00);
}

.l5-insight-item figcaption.yellowfig{
	color: rgba(249,242,65,1.00);
}

.bonusball.lo-result-list{
	position: relative;
}

.bonusball.lo-result-list img{
	width: 25px;
	height: 25px;
	margin-top: -2px;
	opacity: .25
}

.bonusball.lo-result-list.win img{
	opacity: 1;
}

.bonusball.lo-result-list.win:before{
	border: 4px solid #40f38d;
	position: absolute;
	top: -1px;
	left: -1px;
	content: '';
	z-index: 5;
	width: 45px;
	height: 45px;
	border-radius: 46px;
}



@media (min-width: 360px) and  (max-width: 600px){
	.bet-wrap{
		display: inherit;
	}

	.lo-bet-right .option-menu-toggle{
		padding: 0.5rem 0;
	}

	.bet-content{
		max-width: 98% !important;
		min-width: 98% !important;
		position: relative;
		top: 30px;
		left: 0;
		transform: translate(0,0);
		margin-top: 40px
	}
	.betting-screen-con {
		margin-left: -6px;
		padding-bottom: 100px;
		width: 100% !important;
		height: 100% !important;
		position:absolute;
		top: -10vh  !important;
	}


	.lo-bet-right .dropdown-menu.ticket-drop-option{
		top: -45px !important;
		left: -40px !important;
	}

	.bet-wrap .result-number-list li span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

}
.avatarBox .card{
	background-color: rgba(0,71,103,1);
}

.row.row-no-margin {
	margin-left: 0px;
	margin-right: 0px;
  }

  .col-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
  }



#avatarContain{
	position:relative;
	display: inline;
}

#avatarContain img{
	padding:10px;
}

#avatarContain .button{
	padding-bottom:20px;
}

.wrap-imgicon{
	position:relative;
	display: inline-grid;
	margin-bottom: -100px;
}



@media only screen
and (min-width : 1224px) {
	.avt-wrapper {
		position:relative;
		top:15% !important;
		color:white;
		text-align: center;
	}
	.wallet-top{
		float:right !important;	
	}
}

@media only screen
and (min-width : 1824px) {
	.avt-wrapper {
		position:relative;
		top:15% !important;
		color:white;
		text-align: center;
	}
	.wallet-top{
		float:right !important;
	}
}

.selected{
	position: relative;
    width: 60px;
    z-index: 999999;
    left: 50%;
    bottom: 190%;
	pointer-events:none;
}
.avt-wrapper{
	margin-top: 20px;
    margin-bottom: 20px;
}
.avt-wrapper .container{
	padding-bottom: 20px;
}

.avt-wrapper .card{
	border-radius:10px;
}

.avt-wrapper .card-header{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.fade:not(.show) {
    opacity: 1 !important;
}

#searchIcon{
    position: absolute;
    left: 50px;
    bottom: 10px;
}

#searchBar{
	position:relative;
	padding-left:30px;
}

@media only screen
and (min-width : 1224px) {
	.withdrawal-input{
		width:40% !important;
	}
	#searchBar{
		position:relative;
		padding-left:30px;
	}
  #searchIcon{
	position: absolute;
	left: 26px !important;
	bottom: 20px !important;
  }
  #closeBtn{
		width: 50px;
		z-index: 99999;
		position: absolute;
		left: 71% !important;
		top: -2% !important;
	}
	.bh-left{
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
	}
	#wallet-sub-section h4{
		color:white;
		font-weight: lighter;
		margin-bottom:-8px;
		text-align: left !important;
	}
	
	.balance{
		color:#F9F241;
		font-size: 30px;
		font-weight: bold;
		text-align: left !important;
	}
	.myWallet{
		color:white;
		text-align: left !important;
	}
	.walletBtn{
		margin-left: 0 !important;
	}
}

#closeBtn{
	width: 50px;
    z-index: 99999;
    position: absolute;
    left: 85%;
    float: right;
    top: 2%;
}

.my-favourite-search-row {
    margin-left: -30px !important;
}


.bh-left{
	display: block im !important;
	align-items: center;
	justify-content: flex-start;
}

@media only screen
and (min-width : 1824px) {
	.withdrawal-input{
		width:40% !important;
	}
	.bh-left{
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
	}
	#searchBar{
		position:relative;
		padding-left:30px;
	}
	#searchIcon{
		position: absolute;
		left: 26px !important;
		bottom: 20px !important;
	  }
	  #closeBtn{
		width: 50px;
		z-index: 99999;
		position: absolute;
		left: 71% !important;
		top: -2% !important;
	}
	#wallet-sub-section h4{
		color:white;
		font-weight: lighter;
		margin-bottom:-8px;
		text-align: left !important;
	}
	
	.balance{
		color:#F9F241;
		font-size: 30px;
		font-weight: bold;
		text-align: left !important;
	}
	.myWallet{
		color:white;
		text-align: left !important;
	}
	.wallet-Btn{
		margin-left: 0 !important;
	}
}

.wallet-Btn{
	margin: auto;
    width: 100%;
}


#selectDateBtn{
	text-align: center;
    padding: 1px !important;
}

.header-tab, .header-option {
    list-style: none;
    margin: 0;
    color: #0897D7;
}
.header-tab a:hover{
	color:white !important;
}

#wallet-sub-section{
	background-color: #004767;
	padding-top:20px;
	padding-bottom:10px;
}

#wallet-sub-section h4{
	color:white;
	font-weight: lighter;
	margin-bottom:-8px;
	text-align: center;
}

#wallet-sub-section h4{
	margin-bottom:-8px;
}

.balance{
	color:#F9F241;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.myWallet{
	color:white;
	text-align: center;
}

.withdrawalBalance{
	text-align: center;
	padding-top:20px;
	background: transparent linear-gradient(180deg, 0%, #5CDCF4 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #027388 0%, #5CDCF4 100%) 0% 0% no-repeat padding-box;
}

.depositBalance{
	text-align: center;
	padding-top:20px;
	color:#382000;
	background: transparent linear-gradient(180deg, #F07800 0%, var(--unnamed-color-f9f241) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #F07800 0%, #F9F241 100%) 0% 0% no-repeat padding-box;
}

.withdrawalRunningbalance{
	font-size: 40px;
	font-weight: bolder;
}
.depositRunningbalance{
	font-size: 40px;
	font-weight: bolder;
}

.withdrawalAmount{
	background: #004767 0% 0% no-repeat padding-box;
}

.withdrawal-input{
	background: #003248;
	border-color:#003248;
	margin-top:20px !important;
	margin-bottom:20px !important;
	width:75%;
	border-radius: 10px;
	margin: auto;
	display: block;
	position: relative;
	color:white;
}

.orangeBtn{
	background: linear-gradient(to bottom, #ef7a02, #f8e93d) !important;
}

.center_btn{
	margin-top:20px !important;
	margin-bottom:20px !important;
	width:40% !important;
	border-radius: 10px;
	margin: auto;
	display: block;
	position: relative;
}

.next-section{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background: transparent linear-gradient(180deg, var(--unnamed-color-0897d7) 0%, var(--unnamed-color-004767) 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px -3px 10px var(--unnamed-color-000000);
	background: transparent linear-gradient(180deg, #0897D7 0%, #004767 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px -3px 10px #000000;
}

.next-btn-disabled{
	background: transparent linear-gradient(180deg, #000 -77%, gray 100%) 0% 0% no-repeat padding-box;
	color:black !important;
	width:40% !important;
}

.btnAmnt{
	color:white;
	border: 1px solid white;
	border-radius: 5px;
	width: 100%;
	padding:10px;
	margin:10px;
	height:45px !important;
	line-height: 30px !important;
}
.btnAmnt:hover{
	color:white;
}
.selectedAmount{
	background: linear-gradient(to bottom, #ef7a02, #f8e93d);
	color:black;
	font-weight: bolder;
}
.selectedAmount:hover{
	color:black
}
.main-content{
	height:100%;
}

th {
    background-color: black;
    color: white;
} 

.debitCard_background{
	background: transparent linear-gradient(129deg, var(--unnamed-color-0897d7) 0%, var(--unnamed-color-00ffee) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(129deg, #0897D7 0%, #00FFEE 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius:10px;
	padding-left:20px;
	padding-top:30px;
	position: relative;
	margin: 0 auto;
	max-width: 450px;
}

.cardForm{
	position: relative;
	margin: 0 auto;
	max-width: 450px;
	margin-bottom:30px;
}

.cardForm h5{
	color:white;
}

.debitCard_background h5, .debitCard_background h2, .debitCard_background h4{
	color:white !important;
	margin-bottom: 0px;
}

.dCard{
	max-width: 80px;
}

.cardInput{
	background-color: #003248;
	border-color: #003248; 
	border-radius:10px;
	color:white;
	margin-top:10px
}
.modal-header{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #000 !important;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modalBtn{
	width:100% !important;
}

@media only screen and (min-width: 1224px) {
	.main-content{
		height:100%;
		/* margin-bottom: 150px; */
		padding-bottom:150px !important
	}
}


@media only screen
and (min-width : 1824px) {
	.main-content{
		height:100%;
		/* margin-bottom: 150px; */
		padding-bottom:150px !important
	}

}

.transactionsTable td, .transactionsTable th{
	border:0px;
}

.transactionsTable th {
    background-color: black !important;
    color: white !important;
    width: 50% !important;
}

.transactionsTable td {
    width: 30% !important;
}