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

	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: 'Exo 2', sans-serif !important;
}

::selection {
    background: #601EA6;
}

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)
}

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

.pbc-body{
	background: #130030
}

.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: cover;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 150px 0;
	z-index: 1;
	width: 100%;	
}

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

.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{
	content: '';
	width: 95%;
	height: 3px;
	border-radius: 3px;
	background: rgba(255,255,255,.25);
	position: absolute;
	top: 5px;
	left: 2.5%;
}

.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-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: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-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;
}

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

.title-bg{
	background-color: #602F8A
}

@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;
}

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

/* ----------------------------------------------------------------
	Login
-----------------------------------------------------------------*/
.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, #422170 0%, #2D1652 100%) 0% 0% no-repeat padding-box !important;
	color: #724EA9 !important;
	line-height: 35px !important;
	height: 35px !important;
	font-size: 18px !important;
	font-weight: 700 !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, #9C4AF4 0%, #601EA6 100%) 0% 0% no-repeat padding-box !important;
	color: #fff !important;
	height: 45px !important;
	line-height: 45px !important;
	height: 45px !important;
}

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

.pbc-login-cont-wrap{
	background: #602F8A 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 10px 10px;
	padding: 20px;
	color: #fff;
	border-top: 2px solid #130030
}

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;
}

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

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

.pbc-card-header{
	border-radius: 10px 10px 0 0;
	background: transparent linear-gradient(180deg, #9C4AF4 0%, #601EA6 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: rgba(96,47,138,1);
	border-radius: 0 0 10px 10px;
	border-top: 2px solid #130030;
}

.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;
	box-shadow: 0 3px 10px rgba(0,0,0,.5)
}

.message{
	color: red;
}


.pbc-header, #header.sticky-header #header-wrap{
	background: transparent -webkit-linear-gradient(#9C4AF4 0%, #601EA6 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(#9C4AF4 0%, #601EA6 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(#9C4AF4 0%, #601EA6 100%) 0% 0% no-repeat padding-box;	
}

#header.pbc-header, #header.pbc-header #header-wrap, #header.pbc-header #header-wrap #logo img{
	height: 55px;
}

@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; 
	}
	
}
/* ----------------------------------------------------------------
	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: .75rem 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(96,30,166,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 #724EA9;
}

.pbc-nav .nav-item.dropdown.show > .dropdown-menu.show a:hover{
	background-color: rgba(255,255,255,0);
	color: rgba(96,30,166,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-title{
	padding-left: 0;
	margin-bottom: 0;
}

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

.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(156,74,244,1)
}

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

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

.game-item-container{
	background-color: rgba(96,30,166,1);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

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

.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%;
}

.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: 40px;
	display: block;
	font-weight: 700;
	line-height: 40px;
	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-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: #f90;
	max-width: 290px !important;
	min-height: 520px;
	border-radius: 10px;
	padding-bottom: 20px;
	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 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 .end-time{
	color: rgba(255,255,255,1);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
}

.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
}

@media (max-width: 575.98px){
	#side-panel-trigger {
		float: right !important;
		right: 15px !important;
	}
	
	.pbc-section{
		margin-top: 0;
	}
	
	.mis-stage{
	}
}

#side-panel .side-panel-wrap{
	background: #9C4AF4 !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: #2A1050 !important
}

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

.nav-tree li a:hover{
	background: #F9F241;
	color: #2A1050 !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: #2A1050
}

.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: #9C4AF4 !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: 20px 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;
}

.main-content{
	width: 100%;
}
.new-ticket-header{
	border-bottom: 1px solid #422170;
	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: #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+ */
	color: #724EA9;
	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: #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+ */
	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)
}

.new-ticket-body .card.ticket-free{
	margin-bottom: 15px;
	 background: #027388;  /* fallback for old browsers */
	 background: -webkit-linear-gradient(to bottom, #022437, #027388);  /* Chrome 10-25, Safari 5.1-6 */
	 background: linear-gradient(to bottom, #022437, #027388); /* 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: #022437;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #027388, #022437);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #027388, #022437); /* 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 :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(2,115,136,.75);
	content: '';
	margin: 0 auto;
}

.result-number-list{
	margin: 0;
	padding: 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 li span{
	border-radius: 40px;
	background: rgba(0,0,0,.65);
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
}

.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-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;
	
}

.option-menu-toggle{
	padding: 1.2rem 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-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;
}

.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,0,0,.75);
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	color: rgba(255,255,255,1);
	margin: 5px;
}

.number-listing li.select{
	 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+ */
	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: 8px 15px;
	line-height: 14px;
	background: #9C4AF4;
	border-radius: 5px;
	display: inline-flex;
	vertical-align: middle;
	font-weight: 700;
}

.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;
}

@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: -35px !important;
	}
	
	.top-nav-list{
		text-align: center;
		justify-content: center !important;
	}
	
	.award-title{
		text-align: center;
		display: block;
		margin-bottom: 10px
	}
}


@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 #9C4AF4;
	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: 18px;
	font-weight: 900;
}

.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: #602F8A
}

.sidebar-footer-con .total-title{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 16px;
	display: block;
	text-align: left;
	margin-bottom: 40px;
	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;
}

.right-side-bar .pin-con label{
	color: rgba(255,255,255,1);
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Exo 2', 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: #601EA6;
	border-radius: 10px;
	padding: 10px;
}

.fav-item-wrap{
	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+ */	
	border-radius: 10px;
	padding: 12px 25px;
	box-shadow: 0 5px 10px rgba(0,0,0,.75);
	margin-bottom: 20px;
}


.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;
}

.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;
}

.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: #fff;
	border-radius: 50px;
	margin: 0 5px;
}

.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:1px 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,1)
 }


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

.top-list-body{
	background: #601EA6;
	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: #2A1050
}

.result-detail-header{
	background-color: #9C4AF4;
	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;
}

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

.result-content-header span{
	color: #fff !important;
	margin-bottom: 10px;
	display: block;
}

.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;
}

.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: 400;
	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.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.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.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;
}

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

.winner{
	color: #F9F241 !important;
	font-weight: 900 !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;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		margin: 0 3px;
	}

	.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;
}

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

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


/* ----------------------------------------------------------------
	Payment
-----------------------------------------------------------------*/
.payment-seccussful h1{
	color: #F9F241;
	font-weight: 900;
	font-size: 55px;
	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;
	text-shadow: 0 5px 16px rgba(0,0,0,.75)
}

/* ----------------------------------------------------------------
	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: #602F8A;
}

.account-title-sec{
	background: #130030
}

.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: #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 -5px 10px rgba(0,0,0,.5)
}

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

/* ----------------------------------------------------------------
	Help
-----------------------------------------------------------------*/
.prizes-item{
	border-bottom: 1px solid #602F8A;
	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(96,47,138,0);
	border-bottom: 1px solid rgba(96,47,138,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;
}

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

.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;
}

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

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

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

@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: #9C4AF4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #601EA6, #9C4AF4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #601EA6, #9C4AF4); /* 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
}

.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;
}

.ticket-detail-header span.text-yellow{
	color:#F9F241
}

.ticket-detail-header span.text-purple{
	color: #9C4AF4
}

.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: #601EA6;
	background-image: url("images/pbc/footer_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 145px;
}

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

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

.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: #fff !important;
	font-weight: 400 !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: #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;
	margin-bottom: 20px;
}

.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;
}

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

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

.myticket-item-con span.myticket-purchase-date{
	color: #9C4AF4
}

.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;
}

/* ----------------------------------------------------------------
	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: #422270;  /* 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%, #422270 50%, #422270 100% ) -9px 1px / 18px 18px repeat-x !important
  }

.ref-body{
	margin-top: 9px;
	padding: 20px;
	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+ */
	position: relative;
	border-radius: 0 0 10px 10px;
}

.ref-body:before {
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #422170 50%, #422170 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: #9C4AF4;
	font-size: 12px;
}

.referral-line{
	position: relative;
}

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

@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;
	}
}

@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;
	}
}

/* ----------------------------------------------------------------
	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: #130030;
	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: #2D1652;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #130030, #2D1652);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #130030, #2D1652); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 10px;
	display: inline;
}

.note-item-wrap.reading{
	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+ */
}

.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;
	background: #130030;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 30px;
}

.note-item-wrap.reading .note-icon-header{
	background: #6127a2;
}

.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: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}

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

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

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

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

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

.note-item-body p{
	margin-bottom: 0;
	color: #601EA6;
	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,.5);
}

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

.msg-body-wrap{
	border-radius: 5px;
	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: 15px;
	margin-top: 20px;
}
.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-body, .msg-body p{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

/* ----------------------------------------------------------------
	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: 40px }

.gameitem-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.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.svg") !important
}

.owl-carousel .owl-nav .owl-prev > i:before{
	content: url("images/pbc/previous.svg") !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%;
	}
}

@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;
}
.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);
	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 #602F8A;
}

.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,.5);
}

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

.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;
	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 -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(96,30,166,.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;
}