/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500&family=ZCOOL+KuaiLe&display=swap');


@font-face {
    font-family: 'doraemon';
    src: url('../fonts/DORAEMON.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'digital-7';
    src:url('../fonts/digital-7/digital-7 (italic).ttf'), url('../fonts/digital-7/digital-7 (mono italic).ttf'), url('../fonts/digital-7/digital-7 (mono).ttf'), url('../fonts/digital-7/digital-7.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'autobus';
    src: url('../fonts/autobus/Autobusbold-1ynL.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sigmar';
    src: url('../fonts/sigmar/Sigmar-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LilitaOne';
    src: url('../fonts/lilita/LilitaOne-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brighton';
    src: url('../fonts/brighton/BrightonVintageRegular-9YwKK.otf');
    font-weight: normal;
    font-style:normal;
}
@font-face {
    font-family: 'Baguet-Script';
    src: url('../fonts/baguet-script/Melvastype - Baguet Script Bold.otf');
    font-weight: normal;
    font-style:normal;
}
@font-face {
    font-family: 'bauhaus';
    src: url('../fonts/bauhaus-93/BAUHS93.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibri-light';
    src: url('../fonts/calibri-light/calibril.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Abadi';
    src: url('../fonts/Abadi/AbadiMTStd-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rantys';
    src: url('../fonts/rantys/RantysFreeRegular-p7A0y.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:'bryan';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/bryan/bryan.2d5d8696.otf) format("opentype")
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&family=VT323&display=swap');




::-webkit-scrollbar {
  width:10px;
}
::-webkit-scrollbar-track {
  background:rgba(255,255,255,.5); 
}
::-webkit-scrollbar-thumb {
  background:rgba(0,0,0,.15); 
}
::-webkit-scrollbar-thumb:hover {
  background:rgba(255,255,255,.5); 
}

body.dashboard{
    font-family:'Poppins', sans-serif;
	overflow-y: hidden;
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
	height:100%;
}
body {
    /*font-family:'Poppins', sans-serif;*/
	/*font-family: 'Roboto Slab', serif;
	font-family: 'VT323', monospace;*/
	/*font-family: 'bauhaus';*/
	/*font-family: 'Rantys';*/
	/*font-family: 'Saira Condensed', sans-serif;*/
	/*font-family: 'ZCOOL KuaiLe', sans-serif;*/
	font-family:'bryan';
    background: #fafafa;
	overflow-y: scroll;
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
	height:100%;
	width:100%;
	position:fixed;
	overflow: hidden;
	overscroll-behavior-y: none;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: #008fd3;
    text-decoration: none;
    transition: all 0.3s;
}
*:focus {
    outline: none;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.text-theme{
	color:#008fd3 !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
	height:100vh;
}

/*#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
	margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar.active {
    margin-left: 0px;
    transform: rotateY(0deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    z-index: 999;
    background:#00a1e5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background:rgba(0,0,0,.35);
    position: relative;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
	top:0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background:#0098d9;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
@media (max-width:414px){
	#sidebar ul.components{
		max-height:660px;
		overflow:scroll;	
	}
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
	margin:0;
}

#sidebar ul li a {
    padding: 10px;
    font-size:14px;
    display: block;
	color:#fff;
}
#sidebar ul li a:hover {
    color:#fff;
    background:rgba(0,0,0,.15) !important;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background:#0098d9 !important;
}
.collapse{
	margin:0;
	padding:0;	
}
.collapse ul{
	margin:0;
	padding:0;
}
.collapse li{
	list-style:none;
	background:none !important;
}
.collapse li a{
	background:#0098d9 !important;
}
.collapse.in {
    display: block;
	margin:0;
	padding:0;
	border-bottom:1px solid rgb(0 148 211);
}
.collapse.in ul{
	margin:0;
	padding:0;
}
.collapse.in li{
	list-style:none;
}
.collapse.in li a{
	background:#0098d9;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '+';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
}
a[aria-expanded="true"]::before {
    content: '-';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background:#0098d9;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.btn-sidebarCollapse{
	padding:0px;
    background:transparent;
    color: #fff;
    line-height: normal;
	border-radius:50%;
	width:32px;
	height:32px;
	/*position:absolute;*/
	font-size:22px;
	z-index:1;
	top:0;
	left:0;
}
.sidebar-icon{
	width:20px;
	height:auto;
	margin-right:5px;
}
.back-home-icon{
	margin:0 5px;
	padding: 5px;
    background:rgb(35 129 183 / 50%);
    color: #fff;
    line-height: normal;
    border-radius: 50%;
    width: 32px;
    height: 32px;
	text-align:center;
	transition:all ease .3s;
}
.back-home-icon:hover{
	opacity:.5;
}
.back-home-icon a{
	color:#fff;
	transition:all ease .3s;
}

.modal-open .modal{
	background:rgba(0,0,0,.65);
	overflow: scroll;
    height: 100vh;
}
.modal-drop-center{	
	display:flex;
	height:80%;
	align-items:center;
}
.modal-drop-center .modal-body{
	max-height:60vh;
	overflow-y:auto;
}
.modal .close{
	position:absolute;
	top:10px;
	right:10px;
	z-index:1;
}/* ---------------------------------------------------
    Full screen Overlay Navigation
----------------------------------------------------- */
.dropNavbtn{
	z-index:1;
	position:absolute;
	top:0;
	left:5px;
	background:linear-gradient(0deg, #2797cd, #8fc7e2);
	padding:0 5px;
	cursor:pointer;
}
.dropNavbtn img{
	max-width:13px;
}
.drop-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;  
  background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.drop-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.drop-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.drop-overlay a:hover, .drop-overlay a:focus {
  color: #f1f1f1;
}

.drop-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.default-bg{
	position:relative;
	height:100%;	
	/*overflow:hidden;	
	background:linear-gradient(180deg, #2194cb, #c5eafb);*/
}
.default-bg:before{
	content:'';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:url(../img/happy-doraemon.jpg) no-repeat;*/
	background:url(../img/bell-bg.jpg) no-repeat;
	background-position:center bottom;
	background-size:cover;
	display:none;
}
@media (min-width: 699px){
	.default-bg{
		/*background:url(../img/happy-doraemon.jpg);
		background-size:100%;
		background-attachment:fixed;*/
	}
	.default-bg:before{
		/*display:none;*/
	}
}
#content {
    padding:0px 0px 0px;
	width:100%;
	height:100%;
    /*min-height: 100vh;*/
    transition: all 0.3s;
	z-index:999;
}
.content-wrapper{
	height:100%;
	max-width:500px;
	margin:0 auto;
	position:relative;
}
.content-wrapper.bg-pink{
	background:url(../img/game-bg-pink.jpg?1688);
	background-size:100%;
}
.content-wrapper.bg-blue-sky{
	background:url(../img/game-bg-blue-sky.jpg);
	background-size:100%;
	background-position:center bottom;
}
.content-wrapper.bg-green-field{
	background:url(../img/game-bg-green-field.jpg);
	background-size:100%;
	background-position:center bottom;
}
.content-wrapper.bg-light-blue{
	background:url(../img/game-bg-light-blue.jpg);
	background-size:100%;
}

/*#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}*/

@media (max-width:834px){
	.content-wrapper{
		max-width:100%;
	}
}
@media (max-width:414px){
	#content{
		padding:0px 0 0px;
	}
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}*/

.frame-wrapper{
	height:70vh;
	width:100%;
	max-width:660px;
	max-height:none;
	background:url(../img/collection-frame03.png) no-repeat;
	background-size:100%;
	margin:auto;
	padding:30px 0px;
	/*padding-left:15px;*/
	position: relative;
}
.frame-wrapper:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background: url(../img/collection-frame-footer.png) no-repeat;
    background-position: center bottom;
    background-size: 100%;

}

/* ---------------------------------------------------
    Login
----------------------------------------------------- */
.time-tunnel{
	background:url(../img/time-tunnel.jpg);	
	position:relative;
	background-size:cover;
	/*overflow:hidden;*/
	height:100%;
}
.time-tunnel:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:radial-gradient(rgba(0,0,0,.55), black);
	animation-name: tunnel;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	z-index:-1;
}
@keyframes tunnel {
  0%   {opacity:1;}
  25%  {opacity:.90;}
  50%  {opacity:1;}
  75%  {opacity:.90;}
  100% {opacity:1;}
}
.color-bg{
	/*background:url(../img/bg-widget-logo.jpg);
	background-size:cover;
	background-position:center;*/
	/*background:linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size:400% 400%;
	animation:gradient 15s ease infinite;*/
	height:100%;
	position:relative;
	z-index:1;
}
.color-bg:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/dot.png);
	opacity:0;
	z-index:-1;
}
@keyframes gradient {
	0% {
		background-position:0% 50%;
	}
	50% {
		background-position:100% 50%;
	}
	100% {
		background-position:0% 50%;
	}
}
.login-bg{
	background:url(../img/bg-login.jpg);
	background-size:cover;
	background-position:bottom center;
	height:100%;
	position:relative;
	z-index:1;
}
.login-wrapper{
	margin: auto;
    display: flex;
    height: 100vh;
    align-items: center;
    width: 100%;
    justify-content: center;
	position:relative;
}
.login-box{
	width:100%;
	max-width:520px;
	padding:15px;
	background:#fff;
	border-radius:10px 10px;
	box-shadow:0 0 15px rgba(0,0,0,.15);
	position:relative;
	z-index:1;
}
.login-header{
	margin:0 auto 0px;
	margin-top:-100px;
	width:100%;
	display:block;
}
.login-header img{
	max-width:100%;
}
.login-content{
	padding:0 15px 20px;
}
.login-content input{
	border:0;
	background:#e5f7ff;
}
.login-content input::placeholder{
	color:#054a81;
	font-size:14px;
}
.login-content .form-check-input:checked{
	position:relative;
}
.login-content .form-check-input:checked:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	margin:0;
	width:95%;
	height:95%;
	background:url(../img/favicon.png);
	background-size:100%;
	border-radius:50%;
}

.btn-submit{
	background:#0290ce;
	border-color:#0290ce;
	color:#fff;
	border-radius: 30px;
}
.btn-submit:hover{
	background:#007eb5;
	border-color:#007eb5;
	color:rgba(255,255,255,.5);
	text-decoration:none;
}

.text-small{
	font-size:12px;
}
.btn-theme{
	background:#0290ce;
	border-color:#0290ce;
	color:#fff;
	border-radius: 30px;
}
.btn-theme:hover{
	background:#007eb5;
	border-color:#007eb5;
	color:rgba(255,255,255,.5);
	text-decoration:none;
}
.flying-doraemon{
	position:absolute;
	bottom:-45px;
	right:-190px;
}

.flying-doraemon img{
	max-width:350px;
	-webkit-filter:drop-shadow(5px 0 0 white) 
        drop-shadow(0 5px 0 white)
        drop-shadow(-5px 0 0 white) 
        drop-shadow(0 -5px 0 white);
    filter:drop-shadow(5px 0 0 white) 
        drop-shadow(0 5px 0 white)
        drop-shadow(-5px 0 0 white) 
        drop-shadow(0 -5px 0 white);
}
.login-footer{
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	display:none;
	text-align:center;
}
.login-footer img{
	max-width:230px;
	width:100%;
}
@media (max-width:991px){
	.flying-doraemon{
		display:none;
	}
	.login-content{
		padding:0px 0 15px;
	}
	.login-footer{
		display:block;
	}	
}
@media (max-width:414px){
	.login-box{
		border-radius:20px 20px;
		margin-bottom:50px;		
	}
	.login-header{
		margin-top:-60px;
	}
	.login-content{
		padding:0;
	}
	.flying-doraemon{
		display:none;
	}
	.login-footer{
		display:block;
	}
}
/* ---------------------------------------------------
    Reset password / signup password
----------------------------------------------------- */
.reset-pw-box .login-content{
	padding:0 15px 20px;
	padding-right:15px;
}
.signup-box .login-content{
	padding:0 15px 20px;
	padding-right:15px;	
}

/* ---------------------------------------------------
    Dashboard
----------------------------------------------------- */
.dashboard-content-wrapper{
	max-width:500px;
	background:linear-gradient(180deg, #2194cb, #c5eafb);
	position:relative;
	margin:0 auto;
}
.doraemon-bg{
	background:url(../img/big-doraemon.png) no-repeat;
	background-size:50%;
	background-position:center bottom;
	position:relative;	
}
.doraemon-bg:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	background:url(../img/big-doraemon.png) no-repeat;
	background-size:225px;
	background-position:center bottom;
	z-index:-1;
	opacity:.5;
	display:none;
}
.footer-fixed-doraemon{
	width:100%;
    position: fixed;
    left:0;
    bottom: 0;
	text-align:center;
}
.footer-fixed-doraemon img{
	width:50%;
	max-width:360px;
}
@media (max-width:834px){
	.dashboard-content-wrapper{
		max-width:100%;
	}
}
@media (max-width:768px){
	.doraemon-bg:before{
		background-size:50%;		
	}
	.footer-fixed-doraemon img{
		width:65%;
		max-width:360px;
	}
}
.inner-container{
	max-width:500px;
	width:100%;
	margin:auto;
	padding:0 5px;
	/*padding:10px 0 150px;
	padding-bottom:250px;*/
	position:relative;	
	overflow:auto;
	overflow-x:hidden;
	max-height:65vh;
	touch-action: pan-y;
	scroll-behavior: smooth;
}
@media screen and (min-width: 992px){
	.inner-container{
		/*max-height:100vh;*/
	}
}
.header-wrapper{
	max-width:500px;
	width:100%;
	margin:auto;
	position:relative;	
}
.top-header{
	max-width:500px;
	width:100%;
	display:flex;
	margin:auto;
	padding:10px 0 10px;
	justify-content:start;
	align-items:start;
	position:relative;
}
.top-header-left{
	width:20%;
	display:block;
	text-align:center;
}
.top-header-mid{
	width:60%;
	text-align:center;
}
.text-champion-pool{
	font-family: 'Baguet-Script';
	font-size:22px;
	text-align:center;
	margin-bottom:-10px;
}
.count-down-timer{
	font-family: 'Abadi';
	font-weight:bold;
	font-size: 80%;
    background:#ffc107;
    color: #000;
	letter-spacing: 2px;
	display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
}
.top-header-right{
	width:20%;
}
.header-wrapper.main-dashboard-header{
	position:relative;
	/*padding-bottom:6px;*/
}
.header-wrapper.main-dashboard-header:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:url(../img/main-dashboard-header-bottom.png) no-repeat;
	background-size:90%;
	background-position:center bottom;
	display:none;
}
.top-header.main-dashboard-top-header{
	padding:0 0;
	position:relative;
}
.main-dashboard-jackpot-frame{
	position:relative;
	z-index:1;
	/*padding:2% 0;
	background:linear-gradient(90deg, rgba(255,255,255,0), #fff, rgba(255,255,255,0));
	border-radius:20px 0;	
	box-shadow:10px 10px 20px rgb(0 0 0 / 6%);*/
}
.champion-pool-icon{
	max-width:168px;
	width:100%;
	display:block;
	margin:0 auto;
}
.user-avatar{
	/*width:65px;
	height:65px;
	border-radius:50%;
	background:#fff;
	overflow:hidden;
	border:3px solid rgba(255,255,255,.15);*/
	margin:0 auto;
	margin-top:10px;
	display:flex;
	align-items:center;
	position:relative;
	width:40px;
	height:40px;
}
.user-avatar a{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	max-width:32px;
	width:32px;
	height:32px;
	border-radius:50%;
	overflow:hidden;	
}
.user-avatar img{
	width:auto;
	height:36px;
}
.user-avatar-display{
	width:100px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 15px;
	border-radius:50%;
	overflow:hidden;
}
.user-avatar-display img{
	height:125px;
	max-height:125px;
	max-width:auto;
}
.user-info{
	color:#092770;
}
.user-info span.user-name{
	display:block;
	font-size:12pt;
	word-wrap: break-word;
}
.user-info span.user-rank{
	font-size:13px;
    font-weight: bold;
    background: #fbe125;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    padding: 1% 10px;
}
.top-header-right{
	padding:0 0px;
	color:#fff;
	text-align:center;
	position:relative;
}
.top-header-right ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:end;
}
.top-header-right li{
	list-style:none;
	display:inline-block;
	/*width:30px;
	height:30px;
	margin:0 3%;
	background:rgba(0,0,0,.15);
	border-radius:50px;
	transition:all ease .3s;*/
	z-index:1;
}
.top-header-right li:hover{
	/*background:rgba(0,0,0,.25);*/
}
.top-header-right li a{
	font-size:80%;
	color:#fff;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header-right li img{
	max-width:100%;
	-webkit-filter: drop-shadow(3px 2px 0px rgba(255,255,255,.75));
    filter: drop-shadow(3px 2px 0px rgba(255,255,255,.75));

}
.change-lang{
	font-size:10px;
}
.change-lang a{
	display:inline-block;
	margin-top:5px;
	padding:0 5px;
	background:#aee1f9;
	border-radius:6px;
}
.jackpot-pool{
	width:100%;
	padding:5px 10px;
	color:#241400;
	font-weight:bold;
	font-family: 'Brighton';
	font-size:14pt;
	letter-spacing:1.75px;
	position:relative;
	/*background:linear-gradient(0deg, #fbfbfb, rgb(241 241 241 / 50%));		
	border-radius:30px;
	box-shadow:5px 5px 15px rgba(0,0,0,.15);*/
}
.jackpot-pool:before{
	content:'';
	position:absolute;
	top:0;
	left:-10px;
	width:32px;
	height:32px;
	background:url(../img/favicon.png) no-repeat;
	display:none;
}
.jackpot-pool-title{
	margin:-15px auto 0;
	background:#ffd819;
	padding:1%;
	border-radius:20px;
	display:block;
	max-width:100px;
	color:#000;
	font-size:9pt;
	font-weight:bold;
}
.jackpot-wrapper{
	display: flex;
    align-items: center;
	justify-content:center;
    padding: 10px 35px;
    margin-bottom: 10px;
    height: 50px;
    background: #d00;
    border-radius: 30px;
    border: 2px solid #040bb2;
    color: #fff;
    position: relative;
    box-shadow: 3px 3px 10px rgba(0,0,0,.35);
}
.jackpot-wrapper:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -10px;
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/big-bell.png) no-repeat;
    background-size: 100%;
}
.blink-box, .jackpot-box{
	padding:15px 0;
	text-align:center;	
}
.blink-box a, .jackpot-box a{
	display:block;
	transition:all ease .3s;
}
.blink-box img{
	max-width:35%;
	-webkit-filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
	filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
	transition:all ease .3s;
	animation-name: blinkbox-light;
	animation-duration: 4s;
	animation-iteration-count: infinite;	
}
.blink-box img:hover{
	-webkit-filter:drop-shadow(5px 5px 15px rgba(255,255,190,1)) ;
	filter:drop-shadow(5px 5px 15px rgba(255,255,190,1)) ;
	transform:scale(2);
}
@keyframes blinkbox-light {
  0%   {-webkit-filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
		filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ; transform:rotate(0deg);}
  25%  {-webkit-filter:drop-shadow(5px 5px 10px rgba(255,255,190,.5)) ;
		filter:drop-shadow(5px 5px 10px rgba(255,255,190,.5)) ; transform:rotate(3deg);}
  50%  {-webkit-filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
		filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ; transform:rotate(0deg);}
  75%  {-webkit-filter:drop-shadow(5px 5px 10px rgba(255,255,190,.5)) ;
		filter:drop-shadow(5px 5px 10px rgba(255,255,190,.5)) ; transform:rotate(3deg);}
  100% {-webkit-filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
		filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ; transform:rotate(0deg);}
}
.blind-box-opened{
	position:relative;
}
.blind-box-opened:before{
	content:'';
	position:absolute;
	top:30px;
	left:calc(20%);
	width:150px;
	height:150px;
	background:rgba(255,255,255,.35);
	border-radius:50%;
	transition:all ease .3s;
	animation-name: blurred-light;
	animation-duration: 4s;
	animation-iteration-count: infinite;	
}
@keyframes blurred-light{
	0% {background:rgba(255,255,190,.5); transform:scale(1); filter: blur(5px);}
	50% {background:rgba(255,255,190,.5); transform:scale(1.2); filter: blur(15px);}
	100% {background:rgba(255,255,190,.5); transform:scale(1); filter: blur(5px);}
}
.blind-box-opened img{
	max-width:52%;
	display:block;
	margin:-100px auto 0;
	position:relative;
}

.jackpot-box{
	position:relative;	
}
.jackpot-box:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/zoom-light.png) no-repeat;
	background-position:center;
	background-size:100%;
	animation-name:jackpot-box-light;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.jackpot-box img{
	max-width:50%;
	transition:all ease .3s;
	animation-name:jackpot-box;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	position:relative;	
}
@keyframes jackpot-box {
  0%   {transform:rotate(0deg) scale(1);}
  25%  {transform:rotate(3deg) scale(1.2);}
  50%  {transform:rotate(0deg) scale(1);}
  75%  {transform:rotate(3deg) scale(1.2);}
  100% {transform:rotate(0deg) scale(1);}
}
@keyframes jackpot-box-light {
  0%   {transform:rotate(0deg) scale(1.2); opacity:1; filter:blur(3px);}
  25%  {transform:rotate(-10deg) scale(0.5); opacity:0; filter:blur(0);}
  50%  {transform:rotate(0deg) scale(1.2); opacity:1; filter:blur(3px);}
  75%  {transform:rotate(-10deg) scale(0.5); opacity:0; filter:blur(0);}
  100% {transform:rotate(0deg) scale(1.2); opacity:1; filter:blur(3px);}
}
.main-dashboard-jackpot{
	padding:5% 1%;
	font-size: 120%;
	font-family: 'Brighton';
	letter-spacing:1.5px;
	color:#241400;
	height:56px;
	display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
	/*background:#fff3c9;
    border-radius: 20px;
    margin-top: -6px;
    margin-bottom: 5px;
	box-shadow:4px 4px 6px rgb(0 0 0 / 35%);*/
}
.modal-blink-box .modal-content{
	background:radial-gradient(#387ec7, #030303);
	border-radius:10px;
}
.modal-blink-box .modal-content:before{
	/*content:'';
	position:absolute;
	left:calc(50% - 60px);
	top:-100px;
	width:30%;
	height:100%;
	background:url(../img/doraemon-happy-eating.png) no-repeat;
	background-size:100%;
	background-position:center center;
	z-index:-1;*/
}
.modal-announcement .modal-header{
	border-bottom:1px solid rgba(255,255,255,.15);
}
.modal-announcement .modal-title{
	color:yellow;
}
.modal-announcement .modal-content{
	background:radial-gradient(#387ec7, #030303);
	border-radius:10px;
	padding-bottom:10px;
}
.modal-announcement .modal-body p{
	margin-bottom:5px;
	line-height:1.2;
	color:#fff;
	font-size:14pt;
	font-family: 'bryan';
}
.unpolished_item img{
	filter: grayscale(1) brightness(0.5) !important;
}
.btn-open-blink-box{
	width:100%;
	padding:13px 0;
	border:0;
	background:transparent;
	text-transform: uppercase;
    font-weight: bold;
	color:#fff;
	cursor:pointer;
}
.wallet-gadget-card{
	position:relative;
	margin: 0 9px 10px;
    width: 44.666%;
    display: inline-block;
}
.wallet-label{
	font-size:12px;
	color:#000;
	text-align:center;
	display:block;
	margin:0 auto;
	padding:0 10px;
}
.wallet-gadget{
	position:relative;
	display:flex;
}
.wallet-icon{
	width:45px;
	height:45px;
	padding:3px;	
	border-radius:50%;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
}
.wallet-icon img{
	max-width:100%;
	-webkit-filter:drop-shadow(5px 5px 5px rgba(0,0,0,.35)) ;
	filter:drop-shadow(5px 5px 5px rgba(0,0,0,.35)) ;
}
.wallet-balance{
	/*padding:5px 10px 5px 20px;*/
	position:relative;
	/*background:linear-gradient(0deg, #3a3a3a, #5e5e5e);
	border:2px solid #6c6c6c;
	border-radius:30px;
	*/
	color:#000;
	font-size:14px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.top-up-deposite{
	width:22px;
	height:22px;	
	padding: 1px;
    position: absolute;
    right: -6px;
    top: 10px;
    text-align: center;
	cursor:pointer;
	/*border-radius:50%;
	background:linear-gradient(0deg, #13c721, #28a745);
	box-shadow:5px 5px 1px rgba(0,0,0,.15);*/
}
.top-up-deposite a{
	color:#fff;
}
.gamehall-main-widget{
	display:flex;
	margin-bottom:15px;
	justify-content:center;
}
.gamehall-main-widget .widget-1{
	width:48%;
	margin:0px 1%;
}
.gamehall-main-widget .widget-2{
	width:48%;
	margin:0px 1%;
}
.gamehall-main-widget .widget-3{
	width:auto;
	display:flex;
	/*align-items:center;*/
}
/*** game dashboard wallet card ***/
.wallet-card{
	width:100%;
	height:100%;
	/*max-width:165px;
	background:url(../img/wallet-a.png) no-repeat;
	background-size:80%;
	background-position:center;
	padding:5%;*/
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:start;
	position:relative;
}
.wallet-card.wallet-b{
	/*background:url(../img/wallet-b.png) no-repeat;
	background-size:80%;
	background-position:center;*/
}
.wallet-card img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.wallet-card-amount{
	padding:2%;
	border-radius:20px;
	background:#fff;
	display:block;	
	text-align:center;
	margin:0 auto;
	font-size:16px;
	font-family: 'Brighton';
	letter-spacing:1.5px;
	color:#000;
	border: 2px solid orange;
    box-sizing: border-box;
}
.wallet-card-icon{
	width:40px;
	position:relative;
	z-index:1;
}
.wallet-card-content{
	width:100%;
	position:relative;
	text-align:center;
	margin-left: -25px;
}
.wallet-card-title{
	text-align:center;
	font-size:14px;
	color:#000;
	/*padding-top:2%;*/
}
.wallet-card .top-up-deposite{
	right:2%;
    top:10%;
	width:23px;
	height:23px;
	/*padding:2%;
	border:1px solid rgba(0,0,0,.15);	
	background:linear-gradient(0deg, #13c721, #28a745);
	box-shadow:5px 5px 1px rgba(0,0,0,.15);*/
	z-index:1;
}
.wallet-card .top-up-deposite a{
	display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
}
.wallet-card .top-up-deposite i{
	font-size:14pt;
}
.ticket-card{
	width:100%;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	display:flex;
	align-items:start;
	justify-content:center;
}
.ticket-card img{
	max-width:65px;
	-webkit-filter:drop-shadow(3px 4px 0px rgba(0,0,0,.15));
	filter:drop-shadow(3px 4px 0px rgba(0,0,0,.15));
}
.ticket-amount{
	display:inline-block;
	padding:0 5px;
	padding-left:5px;
    border-radius: 30px;
	font-weight:bold;
	font-size:18px;
	font-family: 'Brighton';
	color:#000;
	text-align:left;
}
.ticket-expired{
	display:inline-block;	
	font-size:80%;
	color:#000;
}
.ticket-expired span{
	background:rgba(0,0,0,.15);
	display:block;
	padding:2%;
	border-radius: 30px;
	font-weight:bold;
}
.pass-card{
	width:100%;
	max-width:80%;
	padding:15px;
	margin:0 auto 15px;
	background:linear-gradient(0deg, #4712dd, #fb850b);
	border-radius:5px;
	text-align:center;
	box-shadow:6px 6px 6px rgba(0,0,0,.15);
	color:#fff;
}
.pass-card-title{
	padding-bottom:5px;
}
.gadget-mid{
	margin:5em 0;
	text-align:center;
}
.gadget-mid a{

}
.gadget-mid-icon{
	transition:all ease .3s;
}
.gadget-mid-icon img{
	max-width:165px;
	-webkit-filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
	filter:drop-shadow(5px 5px 5px rgba(255,255,190,1)) ;
	transition:all ease .3s;
}
.gadget-mid-icon:hover img{
	-webkit-filter:drop-shadow(5px 5px 10px rgba(255,255,190,1)) ;
	filter:drop-shadow(5px 5px 10px rgba(255,255,190,1)) ;	
}
.gadget-mid-title{
	font-family:'doraemon';
	font-size:32px;
	letter-spacing:1.25px;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.row-egg-hatch{
	margin:0px 0;
	padding-top:30px;
	padding-bottom:100px;
}
.egg-hatch-machine{
	width:100%;
	margin:0;
	margin-bottom:10px;
	position:relative;
}
.img-incubator{
	max-width:80%;
	margin:0 auto;
	display:block;
}
.time-hatch-count{
	position:absolute;
	top:38%;
	left:30%;
	width:20%;
	/*font-size:calc(10px + 0.390625vw);*/
	font-size:calc(16px + 0.390625vw);
	text-align:center;
	line-height:normal;
	font-family: 'digital-7';
}
@media (max-width:768px){
	.wallet-gadget-card{
		width:100%;
		margin:0;
	}
	.wallet-label{
		padding:5px 0px 15px;
	}
	.time-hatch-count{
		font-size:calc(10px + 1.4vw);
	}
}
@media (max-width:414px){
	.time-hatch-count{
		font-size:calc(10px + 0.4vw);
	}
}
.hatch-lighting{
	position:absolute;
	top: 57%;
    left: 56%;
    width: 40%;
	animation-name: hatch-light;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.hatch-lighting img{
	max-width:100%;
}
@keyframes hatch-light {
  0%   {opacity:1;}
  25%  {opacity:.35;}
  50%  {opacity:1;}
  75%  {opacity:.35;}
  100% {opacity:1;}
}
.bell-hatch-egg{
	position:absolute;
    top: 63%;
    left: 63%;
    width:25%;	
	animation-name: rotate-hatch-egg;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.bell-hatch-egg img{
	max-width:100%;
}
@keyframes rotate-hatch-egg {
  0%   {transform:rotate(0deg);}
  25%  {transform:rotate(25deg);}
  50%  {transform:rotate(0deg);}
  75%  {transform:rotate(30deg);}
  100% {transform:rotate(0deg);}
}

.hatched-place.first-buy{
	padding: 10px 0 0px;
    margin: 0;
    background: linear-gradient(0deg, #93e6f9, #1e81c7);
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
	position:relative;
}
.first-buy-notice{
    display: flex;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(0deg, #abf1f1, #88aff5);
    color: #040bb2;
    justify-content: center;
	align-items:center;
    font-weight: 600;
	font-size:18px;
}
.blindbox-count{
	display: flex;
    margin: 0 auto;
    padding:5px 10px;
    border-radius: 20px;
    background:linear-gradient(0deg, #abf1f1, #fbe125);
    color: #040bb2;
    justify-content: center;
	align-items:center;
    font-weight: 600;
	font-size:18px;
	width:60px;
}

.hatched-place.dashboard-hatched-place li{
	width:33%;
}
.hatched-place.dashboard-hatched-place .hatched-egg-card-wrapper{
	min-height:125px;
	padding:20% 0;
}
.hatched-place.dashboard-hatched-place .hatched-egg-icon img{
	max-width:52px;
}
.hatched-place.dashboard-hatched-place .hatched-price{
	color:#fff;
}
.hatched-place.dashboard-hatched-place .hatched-time2{
	color:#fff;
}
.hatched-place{
	margin-top:10px;
	margin-bottom:10px;
}
.hatched-place ul{
	margin:0;
	padding:0;
	display:flex;
	flex-flow: wrap;
	justify-content:center;
}
.hatched-place li{
	display:inline-block;	
	/*margin:0 2px;*/
	margin-bottom:8px;
	list-style:none;
	width:25%;	
	vertical-align:top;	
}
.hatched-egg-card{
	padding:1%;
	margin:2%;
	text-align:center;
	color:#723f00;
	/*background:url(../img/card-wallet.png) no-repeat;*/
	/*background:url(../img/hatched-card.png) no-repeat;
	background-position:center;
	border-radius:20px;*/
	display:flex;
	flex-direction:column;
	justify-items:center;
	position:relative;
}
.hatched-egg-card-wrapper{
    padding: 10px 6%;
    margin-bottom: 3px;
    height:auto;
    background: none;
    position: relative;
    z-index: 1;
    min-height:100px;
	display:flex;
	flex-direction:column;
    justify-content: center;
    color: #000;
}
.hatched-egg-card-footer{
	padding:1%;
	margin:3%;
}

.hatched-egg-icon{
	display:block;
	width:100%;
	margin:6px 0;
}
.hatched-egg-icon img{
	max-width:66px;
	width:50%;	
	-webkit-filter:drop-shadow(3px 2px 0px rgba(0,0,0,.15));
	filter:drop-shadow(3px 2px 0px rgba(0,0,0,.15));
	animation-name: rotate-bell;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.hatched-egg-icon.bell-empty img{
	max-width: 66px;
    width: 35%;
	opacity:1;	
}
.hatched-egg-icon.hatching{
	transition:all ease .3s;
	animation-name:rotate-bell;
	animation-duration:3s;
	animation-iteration-count:infinite;
}
.hatched-egg-icon.hatching img{
	opacity:.5;
	filter:grayscale(1) blur(.5px);
}
.hatched-egg-des{
	font-size:12px;
	color:#999;
}
.hatched-price{
	font-family: 'Brighton';
	font-size:12pt;
	letter-spacing:1.5px;
	color:#000;
	line-height:1.2;
	margin-bottom:5px;
}
span.span-usdt{
	color:rgba(255,255,255,.35);
	font-size:50%;
	font-weight:500;
	letter-spacing: 1px;
	display:block;
}
.hatched-time{
	padding:5px;
	border-radius:20px;
	background:linear-gradient(0deg, #08041e, #706f9f);
	color: #fff;
    font-size:10pt;
	font-family:'Brighton';
	text-align:center;
}
.hatched-time2{
	font-size:80%;
	line-height:1.25;
}
.hatched-time2 i{
	font-size:80%;
	line-height:1.25;
}
.hatched-time i{
	font-size:10px;
	line-height:1.2;
}
.hatched-on-sale{
	background: linear-gradient(0deg, #360585, #7310b1);
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size:14px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.15); 
}
.hatched-egg-card.hatched-mature{
	box-shadow:0 0 10px rgb(146 233 247 / 1);
	animation-name:blink-shadow;
	animation-duration:3s;
	animation-iteration-count:infinite;
}
@keyframes blink-shadow{
	0%{box-shadow:0 0 10px rgb(146 233 247 / 1);}
	25%{box-shadow:0 0 10px rgb(146 233 247 / .5);}
	50%{box-shadow:0 0 10px rgb(146 233 247 / 1);}
	75%{box-shadow:0 0 10px rgb(146 233 247 / .5);}
	100%{box-shadow:0 0 10px rgb(146 233 247 / 1);}
}
.hatched-egg-card.hatched-mature .hatched-egg-icon img{
	animation-name:rotate-bell;
	animation-duration:3s;
	animation-iteration-count:infinite;
	opacity:1;
}
.btn-pre-sell{
	width:100%;
	background:linear-gradient(0deg, #28a745, #186e02);
	border-radius:20px;
	border:1px solid rgb(255 255 255 / 50%);
	box-shadow:0 0 10px rgba(255,255,255,.5);
	padding:5px;
	font-size:14px;
	transition:all ease .3s;
}
.btn-pre-sell:hover{
	background:linear-gradient(0deg, #28a745, #186e02);
}
.btn-sell-hatched{
	width:100%;
	background:linear-gradient(0deg, #28a745, #186e02);
	border-radius:20px;
	border:1px solid rgb(255 255 255 / 50%);
	box-shadow:0 0 10px rgba(255,255,255,.5);
	padding:5px;
	font-size:14px;
	transition:all ease .3s;
}
.btn-sell-hatched:hover{
	background:linear-gradient(0deg, #28a745, #186e02);
}
.btn-purchase-hatched{
	width:100%;
	height:28px;
	/*background:url(../img/btn-purchase.png) no-repeat;
	background-size:auto;*/
	background:linear-gradient(0deg, #1f8b4a, #5af374);
	border-radius:20px;
	border:1px solid rgb(255 255 255 / 50%);
	box-shadow:0 0 10px rgba(255,255,255,.5);
	padding:0px;
	font-size:14px;
	font-style:normal;
	letter-spacing:.5px;
	color:#000;
}
.btn-purchase-hatched:hover, .btn-purchase-hatched:focus{
	/*background:url(../img/btn-purchase.png);
	color:#367807;*/
	background:linear-gradient(0deg, #1f8b4a, #5af374);
	color:#000;
}
.btn-grey{
	width:100%;
	background:linear-gradient(0deg, #666, #e5e5e5);
	border-radius:20px;
	border:0;
	padding:5px;
	font-size:12px;
	color:#fff;
	transition:all ease .3s;
}

.fixed-footer{
	position:fixed;
	bottom:0px;
	width:100%;
	left:0;
}
.fixed-footer:before{
	/*content:'';
	width:100%;
	height:110%;
	background:linear-gradient(0deg, #0A1C4A, #05226B, #0056BF);
	filter: blur(8px);
    -webkit-filter: blur(8px);
	display: block;
    position: absolute;
    top: 0;
    left: 0;*/
}
.footer-top{
	position:relative;
	max-width:500px;
	margin:0 auto -2px;	
}
.footer-top img{
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));
}
.footer-body{
	width:100%;
	position:relative;
}
.footer-body:before{
	content:'';
	width:100%;
	height:100%;
	background:linear-gradient(0deg, #061334, #092770, #83b4f9);
	display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-wrapper{
	max-width:500px;
	height:auto;
	margin:0 auto;
	padding-top:10px;
	display:block;
	position:relative;
	z-index:1;
}

.footer-doraemon-bg{
	width:100%;
	max-width:100%;
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
	z-index:-1;
	display:none;
}
.footer-doraemon-bg img{
	width:60%;
	max-width:450px;
}
.big-bell-bg{
	width:100%;
	max-width:100%;
	position:absolute;
	bottom:25%;
	left:0;	
	z-index:-1;
	opacity:.1;
	text-align:center;
}
.big-bell-bg img{
	max-width:65%;
}
@media (min-width:699px){
	.footer-doraemon-bg{
		display:block;
	}
}
.footer-wrapper ul{
	margin:0;
	padding:0;
	width:100%;
	display:flex;
	justify-content:space-around;
	position:relative;
	z-index:1;
}
.footer-wrapper li{	
	padding-bottom:10px;
	text-align:center;
	list-style:none;
	color:#008fd3;
	font-size:1em;
	/*width:20%;
	letter-spacing:.5px;
	/*text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;*/
}
.footer-wrapper li img{
	/*-webkit-filter:drop-shadow(5px 5px 5px rgba(255,255,190,.5)) ;
	filter:drop-shadow(5px 5px 5px rgba(255,255,190,.5)) ;*/
	transition:all ease .3s;
	max-width:50px;
	display:block;
	margin:0 auto 15px;
}
.footer-wrapper li:hover img{
	-webkit-filter:drop-shadow(5px 5px 10px rgba(255,255,190,.5)) ;
	filter:drop-shadow(5px 5px 10px rgba(255,255,190,.5)) ;
}
.footer-wrapper li a{
	color:#fff;
	display:block;
}
.footer-wrapper li span{
	/*background:rgba(0,0,0,.35);
	padding:5px;
	border-radius:15px;*/
	padding:0;
}
.footer-wrapper li.dropup a.dropdown-toggle[aria-expanded="false"]::before, .footer-wrapper li.dropup a.dropdown-toggle[aria-expanded="true"]::before{
	display:none;
}
.footer-wrapper li.dropup .dropdown-toggle::after{
	display:none;
}
.footer-wrapper li.dropup a.dropdown-toggle[aria-expanded="true"]{
	background:transparent !important;
}
.footer-wrapper li.dropup .dropdown-menu{
	background:rgba(0,0,0,.65);	
	position:relative;
}
.footer-wrapper li.dropup .dropdown-menu:before{
	/*content:'';
	position:absolute;
	width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;*/
}
.footer-wrapper li.dropup .dropdown-menu a.dropdown-item{
	color:#fff;
	text-shadow:none;
	font-family:'Poppins', sans-serif;
	font-size:80%;
	letter-spacing:normal;
}
@media (max-width:414px){
	.top-header-left{
		width:20%;
	}
	.top-header-mid{
		width:60%;
		text-align:center;
	}
	.top-header-right{
		width:20%;
	}
	.user-info{
		line-height:1.25;
		font-size:14px;
	}
	.user-info span.user-name{
		font-size:80%;
	}
	.wallet-balance{
		width:100%;
	}
	.gadget-mid-icon img{
		max-width:100%;
	}
	.gadget-mid-title{
		margin:10px 0;
		font-size:20px;
		text-shadow:none;
	}
	.footer-wrapper li{
		font-size:14px;
		text-shadow:none;
	}
	.footer-wrapper li img{
		max-width:36px;
		margin:0 auto;
	}
	.footer-wrapper li a{
		color:#fff;
	}
	.footer-wrapper li span{
		/*background:#008fd3;
		padding:5px;
		border-radius:15px;*/
		padding:0;
	}
}

/*** Main default fixed footer ***/
.main-fixed-footer{
	position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding-top: 10px;
}
.main-footer-wrapper{
	max-width:500px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-footer-wrapper ul{
	margin: 0;
    padding: 0;
    width: 100%;
	background:linear-gradient(0deg, #c5eafb, #2194cb);
	border-radius: 20px 20px 0 0;
    display: flex;
	justify-content:center;
    position: relative;
    z-index: 1;
}
.main-footer-wrapper li {
    width:30%;
    padding-bottom:5px;
    text-align: center;
    list-style: none;
	color: #fff;
    font-size: 1em;
    letter-spacing:.5px;
	text-align:center;
	display:flex;
	align-items:center;
}
.main-footer-wrapper li a{
	color:#08086e;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.games-icon{
	padding:10% 10% 0;
	display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
	transition:all ease .3s;

}
.games-icon img{
	max-width:45%;
	transition:all ease .3s;
	transform:translateY(0px);
}
.ready-game .games-icon img{
	transition:all ease .3s;
	animation-name: game-ready-play;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
@keyframes game-ready-play{
  0%   {transform:translateY(0px);}
  50%  {transform:translateY(-5px);}}
  100% {transform:translateY(0px);}
}

.coming-soon{
	cursor:not-allowed;
}
.coming-soon img{
	/*filter:blur(1.2px) brightness(25%);*/
}
@media (max-width:414px){
	.main-footer-wrapper li {
		font-size: 80%;
		text-shadow: none;
	}	
}

.referralQR{
	width:165px;
	display:block;
	margin:10px auto;
	padding:15px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.35);
	text-align:center;
}
.referralQR img{
	display:block;
	margin:0 auto;
}
.wallet-address{
	padding:10px;
	word-break:break-all;
	font-weight:500;
	font-size:10pt;
}
.modal-refferal-dialog{
	display:flex;
	align-items:center;
	height:80vh;
}
.modal-refferal-dialog .modal-content{
	position: absolute;
    width: 100%;
    height:75%;
    margin-top: 1%;
	padding:20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
	background:transparent;
	z-index:1;
	border:none;
}
.modal-refferal-dialog .modal-body{
	flex:0;
}
.modal-fit-dialog{
	display:flex;
	align-items:center;
	height:80vh;
}
.modal-coming-soon .modal-content{
	background:#8cd5fe;
	background-size:100%;
	background-position:center top;
	height:90vh;
}
.modal-card-frame{
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;	
}
/* ---------------------------------------------------
    mainmarket
----------------------------------------------------- */
.marketplace-wrapper{
	height:100vh;
	width:100%;
	max-width:100%;
	max-height:none;
	margin:auto;
	/*background:linear-gradient(180deg, #2194cb, #c5eafb);*/
	padding:0px 0 0;
	position:relative;
}
.marketplace-wrapper:before{
	content:'';
	position:absolute;
	left:0;
	bottom:90px;
	width:100%;
	height:100%;
	background:url(../img/big-doraemon-head.png) no-repeat;
	background-position:center bottom;
	display:none;
}
.market-frame-wrapper{
	height:100vh;
	width:100%;
	max-width:660px;
	max-height:none;
	margin:auto;
	background:url(../img/market-frame.png) no-repeat;
	background-size:100%;
	padding:0 5px;
	padding-top:32px;
}
.hatched-frame{
	position:absolute;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.marketplace-header-panel{
	position:relative;
	max-width:660px;
	height:120px;
	width:100%;
	margin:0 auto;	
}
.marketplace-top-panel-bg{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.marketplace-header-wrapper{
	display:flex;
	padding:8px 2% 5px;
	height:100%;
	position:relative;
	z-index:1;
}
.top-left-panel{
	width:25%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.top-left-panel .hatched-time{
	font-size:8pt;
	padding:0;
	background: transparent;
    color: #000;
}
.top-left-panel .title{
	font-size:14px;
	font-weight:600;
	color:#074b85;
	margin-top:10px;
}
.ranking-up{
	font-weight:bold;
	font-family: 'Brighton';
	letter-spacing:1.5px;
}
.top-mid-panel{
	width:50%;
	padding:0px 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.top-mid-panel-title{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;	
}
.progress-turnover-wrapper{
	padding:12px 15% 10px;
	position: relative;
    min-height: 40px;
}
.progress-turnover{
	position:relative;
	/*background:#97c9f5;*/
	background:rgba(0,0,0,.15);
	height:16px;
	border-radius:6px 6px 20px 20px;
    border: 1px solid rgba(255,255,255,.35);
	color:#fff;
}
.progress-bar-turnover{
	background:linear-gradient(180deg, #061439, #5e87d1);
}
.progress-turnover-volume{
	position:absolute;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:8pt;
	color:#fff;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.top-mid-panel .hatched-time{
	font-size:80%;
	font-weight:bold;
	text-align:center;
	background:transparent;
    color: #000;
	border-radius: 15px;
	margin: 0 auto;
    width:auto;
}
.top-mid-panel .hatched-time span#ticket_rank_countdown{
	padding-left: 16px;
	position:relative;
}
.top-mid-panel .hatched-time span#ticket_rank_countdown:before{
	content:"\e01f";
	position:absolute;
	left:0;
	font-family: 'icomoon' !important;
	font-size:8pt;
}
.top-right-panel{
	width:25%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:right;
}
.top-right-panel-title{
	font-size:14px;
	font-weight:600;
	color:#074b85;
	margin-top:10px;
}
.ranking-stars ul{
	margin:0;
	padding:0;
}
.ranking-stars li{
	display:inline-block;
	list-style:none;
}
.ranking-stars li:last-child{
	padding-right:0;
}
.ranking-stars li img{
	max-width:14px;
	-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
	filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
}
.existing-level{
	margin-top:auto;
	text-align:center;
	font-family: 'Brighton';
}
.next-level{
	margin-top:auto;
	text-align:center;
	font-family: 'Brighton';
}
@media (max-width:500px){
	.top-left-panel .title, .top-right-panel-title{
		font-size:12px;
	}
}
.btn-icon-refresh{
	display:flex;
	align-items:center;
}
.btn-icon-refresh img{
	width:22px;
	height:auto;
}
.sorting-grid{
	font-size:8pt;
	color:#fff;
}
.sorting-grid ul{
	margin:0;
	padding:0;
}
.sorting-grid li{
	padding:5px 10px;
	list-style:none;
	display:inline-block;
	background:linear-gradient(0deg, #e9cf16, #eb841a);
	border-radius:15px;
	text-shadow:1px 1px 1px rgba(0,0,0,.35);
}
.sorting-grid li a{
	color:#fff;
}
.custom-paginator{
	overflow-x:auto;
}
.custom-paginator div.col-auto{
	margin:0 auto;
}
.custom-paginator .pagination li{
	font-size:16px;
}
.custom-paginator .pagination li .page-link{
	padding:.25rem 10px;
}
.purchase-modal .modal-content{
	background:transparent;
	border:0;
	color:#fff;
}
.purchase-modal .modal-header{
	color: #fff;
    padding:25px 20px 10px;
    margin: 0 1%;
    border-bottom: 1px solid rgba(255,255,255,.15);	
}
.purchase-modal .modal-header h5.modal-title{
	font-size:12pt;
}
.purchase-modal .modal-header .close{
	opacity: 1;
    color: #fff;
    padding: 2%;
    top: 30px;
    right: 20px;	
}
.purchase-frame-modal-bg{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	z-index:-1;
}
.purchase-modal .wallet-icon{
	width:36px;
	height:36px;
}
.purchase-modal .wallet-gadget{
	align-items:center;
	justify-content:center;
}
.purchase-modal .wallet-balance{
	padding:0 3%;
}
.purchase-modal .top-up-deposite{
	position:relative;
	top:auto;
	right:auto;
}
.img-position-absolute{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	z-index:-1;
}
@media (max-width:414px){
	.purchase-modal .wallet-balance{
		width:auto;
		padding:0 3%;
	}
}

/* ---------------------------------------------------
    collections
----------------------------------------------------- */
.collection-frame-wrapper{
	height:70vh;
	width:100%;
	max-width:660px;
	max-height:none;
	background:url(../img/collection-frame03.png) no-repeat;
	background-size:100%;
	margin:auto;
	padding-top:35px;
	position:relative;
}
.collection-frame-wrapper:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-25px;
	width:100%;
	height:100%;
	background:url(../img/collection-frame-footer2.png) no-repeat;
	background-position:center bottom;
	background-size:100%;
}
.hatched-collections{
	margin-top:40px;
	margin-bottom:40px;
}
.hatched-collections li{
	width:30%;
	padding:0 2px;
	text-align:center;
}
.hatched-collections .hatched-egg-card{
	padding:10px 0;
	margin-bottom:10px;
	height:100%;
	background:none;
	position: relative;
    z-index: 1;
    /*min-height: 100px;*/
	justify-content:center;
	color:#fff;
}
.hatched-collections .hatched-price{
	color:#fff;
}
.hatched-frame-collection{
	position:absolute;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.jackpot-list-grid{
	padding:0 10px;
}
.jackpot-list-grid ul{
	margin:0;
	padding:15px 0 0;
}
.jackpot-list-grid li{
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:15px;
}
.jackpot-list-grid li a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.jackpot-list-content{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	margin-top:1%;
	display:flex;
	align-items:center;
	font-size:12pt;
	font-weight:bold;
	color:#fce35c;
}
.jackpot-type-icon{
	width:auto;
	height:50%;
	margin:0 3% 0 3%;
}
.jackpot-type-icon img{
	height:auto;
	width:auto;
	max-height:100%;
}
.jackpot-amount{
	font-size:18px;
	font-family: 'Brighton';
	letter-spacing:1.5px;
	line-height:normal;
}
.jackpot-amount span{
	font-family: 'Roboto Slab', serif;
	font-family: 'VT323', monospace;
}
.btn-claim-it{
	margin-left:auto;
	margin-right:10px;
	padding:5px 10px;
	border-radius:10px;
	background:green;
	font-weight:500;
	font-size:8pt;
	text-transform:uppercase;
	color:#fff;
}
.jackpot-claim{
	filter:grayscale(1) brightness(0.5);
	cursor:not-allowed;
}
.jackpot-claim.active{
	filter:grayscale(.1);
	cursor:pointer;
}
.jackpot-claim.active .jackpot-type-icon{
	height:100%;
	margin:0%;
	margin-right:2%;
}


/* ---------------------------------------------------
    Bulletin
----------------------------------------------------- */
.page-title-wrapper{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	margin-bottom:10px;
}
.page-top-wrapper{
	display:flex;
	align-items:center;
	width:100%;
	margin-top:10px;
	line-height:normal;	
}
.pt-left-col, .pt-right-col{
	width:15%;
}
.pt-mid-col{
	width:70%;
}
.top-page-title{
	font-size:24px;
	text-align:center;
	color:#092770;
	font-family: 'Baguet-Script';
	/*text-shadow:2px 1px #fff, 2px 2px #fff, 3px 1px #fff, 1px -1px #fff;*/
}
.icon-back{
	max-width:32px;
	width:100%;
	cursor:pointer;
	background: #fff;
    padding: 5px;
    border-radius: 30px;
}
.page-title-bottom{
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
}
.page-title-bottom:before{
	content:'';
	position:absolute;
	left:0;
	bottom:10px;
	width:100%;
	height:5px;
	background:url(../img/bottom-line.png) no-repeat;
	background-position:center;
}
.page-title-bottom img{
	max-width:100%;
	animation-name: rotate-bell;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes rotate-bell {
  0%   {transform:rotate(0deg);}
  25%  {transform:rotate(-5deg);}
  50%  {transform:rotate(5deg);}
  75%  {transform:rotate(0deg);}
  100% {transform:rotate(0deg);}
}
.anno-card{
	background:rgba(0,0,0,.35);
}
.anno-box{
	border-bottom:1px dashed rgba(0,0,0,.35);
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
}
.anno-box:first-child{
	margin-top:0px;
	padding-top:0px;
}
.anno-box a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.anno-content{
	width:90%;
}
.anno-view-detail{
	width:10%;
	text-align:center;
	color:#fff;
}
.anno-content h3{
	font-size:16px;
	color:#fff;
}
.anno-content p{
	color:#ffff48;
	font-size:14px;
	margin-bottom:0;
}
.modal-anno-dialog .modal-body{
	overflow:scroll;
	max-height:600px;
}
.modal-anno-dialog .modal-body p{
	font-size:14px;
}
.modal-backdrop{
	z-index:-1;
}
/* ---------------------------------------------------
    History
----------------------------------------------------- */
.custom-tabbed{
	font-size:80%;
	margin-top:10px;
}
.custom-tabbed{
	justify-content:center;
}
.custom-tabbed .nav-link{
	font-size:100%;
	color:#fff;
	padding:5px 10px;
	/*opacity:.5;*/
}
.custom-tabbed .nav-link.active{
	background:linear-gradient(0deg, #e9cf16, #eb841a);
	opacity:1;
	border-radius:30px;
	text-shadow:1px 1px 1px rgba(0,0,0,.35);
}
.custom-tabbed-content{
	color:#fff;
	padding:0px 0;
}
.table-custom tr th{
	font-size:16px;
	color:#000;
}
.table-custom tr td{
	font-size:14px;
	color:rgb(59 62 78);
	transition:all ease .3s;
}
.table-custom tr td:hover{
	color:rgb(59 62 78 / 0.5);
}
@media (max-width:414px){
	.table-custom{
		min-width:1000px;
	}
}
.button-list-grid{
	padding:0 10px;
}
.button-list-grid ul{
	margin:0;
	padding:15px 0 0;
}
.button-list-grid li{
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:15px;
}
.button-list-grid li a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.button-list-title{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	margin-top:1%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:22px;
	font-weight:bold;
	color:#fce35c;
	letter-spacing:1.2px;
}
.btn-frame{
	position: relative;
    height: auto;
	max-height:114px;
    width: 100%;
    top: 0;
    left: 0;
}
/* ---------------------------------------------------
    Profile
----------------------------------------------------- */
.dark-card{
	background:rgb(6 52 78 / 0%);
	color:#fff;
	font-size:10pt;
}
.dark-card p{
	color:#fff;
}
.dark-card .text-muted{
	color:rgba(255,255,255,.5) !important;
}
.profile-card-board{
	position:relative;
	z-index:2;
}
.profile-avatar{
	border:3px solid #fff;
	margin-bottom:-40px;
	position:relative;
	z-index:1;
}
.profile-card-frame{
	background:#00abfa5e;
	border-radius:20px;
	/*margin-top:-60px;*/
	padding-top:40px;
	position:relative;

}
.profile-card-frame:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:20px;
	background:url(../img/profile-card-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	opacity:.2;
}
.profile-card-body{
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
	position:relative;
}
.profile-card-body .input-group{
	background:#f7f7f7;
	border:1px solid #efefef;
	border-radius:20px;
	padding:1% 10px;
}
.profile-card-body .input-group  > .input-group{
	width:auto;
	margin-bottom: 0 !important;
	margin-left:auto;
    border: 0;
	padding:0;
	text-align:right;
}
.profile-card-body label{
	margin-bottom:0;
	font-size:10pt;
}
.profile-card-body .form-control{
	border:0;
	background:transparent;
	font-size:10pt;
	text-align:right;
	padding: 0.375rem 0;
}
.profile-card-body .input-group-prepend{
	display:none;
}
.btn-request-otp{
	padding:0px 10px;
	color:#fdfdfd;
	font-size:11pt;
	display: flex;
    width: 125px;
    text-align: center;
    justify-content: center;
	margin-left:auto;
	text-decoration:underline;
}
.btn-request-otp:hover{
	color:rgba(255,255,255,.65);
}
.submit-change #_submit{
	width:100%;
	border-radius: 20px;
	background:#008fd3;
    border: 0;
}

/* ---------------------------------------------------
    Deposite
----------------------------------------------------- */
.wallet-qr-code{
	width:220px;
	height:220px;
	padding:10px;
	background:#fff;
	display:block;
	margin:10px auto;
}
.wallet-qr-code img{
	max-width:100%;
}
@media (max-width:414px){
	.wallet-qr-code{
		width:50%;
		height:50%;
	}
}
/* ---------------------------------------------------
    Transfer wallet
----------------------------------------------------- */
.transfer-wallet-card{
	font-size:10pt;
}
.transfer-wallet-card .form-group{
	margin-bottom:10px;
}
.transfer-wallet-card .form-control{
	font-size:10pt;
	background: rgba(0,0,0,.35);
    border: 0;
    color: #72bdf3;
}
#wallet_to .form-check-inline{
	font-size:10pt;
}

.choose-method-btn {
  display: block;
  position: relative;
  margin-right:10px;
  padding:10px;
  font-size:10pt;
  cursor: pointer;
  color:#fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index:1;
}
.choose-method-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.choose-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,.35);
  z-index:-1;
  transition:all ease .3s;
}
.choose-method-btn:hover input ~ .choose-checkmark {
  background-color:rgba(255,255,255,.35);
}
.choose-method-btn input:checked ~ .choose-checkmark {
  background-color: #2196F3;
  box-shadow: 0 0 5px rgba(255,255,255,.35);
}
.choose-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.choose-method-btn input:checked ~ .choose-checkmark:after {
  display: block;
}
.choose-method-btn .choose-checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

/* ---------------------------------------------------
    Sponsor network
----------------------------------------------------- */
.legend{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}
.sponsor-list-tree{
	margin-top:15px;
	margin-bottom:15px;
}
.sponsor-list-tree ul{
	margin:0;
	padding:0;
}
.sponsor-list-tree li{
	display:block;
	list-style:none;
	padding:10px 0;
	margin-bottom:10px;
	background:#fff;
	border-radius:15px;
}
.sponsor-list-tree li:nth-child(even){
	/*background:#eff7ff;*/
}
.sponsor-list-card{
	padding:5px;
	/*border:1px solid rgba(0,0,0,.15);
	border-radius:8px;*/
}
.list-table{
	width:100%;
	color:#000;
}
.list-table tr{
	/*display:flex;
	flex-direction:column;*/
	margin-bottom:8px;
	border-bottom: 1px dashed rgba(0,0,0,.15);
}
.list-table tr td{
	font-size:15px;
	padding:.256rem;
}
.list-table tr td.input-detail{
	/*text-align:right;*/
	font-weight:bold;
	word-break:break-all;
}
.list-table tr td.input-detail button{
	font-size:13px;
}
.span-user-name{
	background:rgba(100,100,100,.15);
	padding:1%;
}
/* ---------------------------------------------------
    withdrawal History
----------------------------------------------------- */
.show_search{
	font-size:14px;
	padding:10px 15px;
	padding-left:30px;
	background:#f9f9f9;
	border-radius:5px;
	position:relative;
	transition:all ease .3s;
}
.show_search:hover{
	background:rgb(249 249 249 / 35%);
	color:#fff;
}
.show_search:before{
	content:'\ea89';
	position:absolute;
	left:10px;
	top:5px;
	font-family:'icomoon';
	font-size:15px;
}
#search_container{
	font-size:14px;
}
#mw-mw_cdate_type{
	font-size:14px;
}
.pagination li{
	background:transparent !important;
	padding:0;
	margin:0 2px;
	font-size:80%;
	border-radius:0 !important;
}
.pagination li a.page-link{
	font-size:80%;
}
/* ---------------------------------------------------
    Main dashboard
----------------------------------------------------- */
.card-01{
	/*background:url(../img/card-01.png) no-repeat;
	background-size:contain;
	background-position:center;*/
	min-height:86px;
	max-width: 400px;
	margin: auto;
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position:relative;
	font-family: 'Roboto Slab', serif;
	font-family: 'VT323', monospace;
}
.card-01-title{
	font-size:11pt;
	font-weight:bold;
	/*padding:3% 0 2%;*/
	margin-bottom:2px;
	height:22px;
	color:#620020;
}
.card-01-content{
	font-size:22pt;
	/*font-weight:bold;*/
	font-family: 'Brighton';
	color:#2e1500;
	line-height:normal;
	/*padding: 2%;*/
}
.card-01-content span.span-usdt{
	font-size:8pt;
	color:#1b0868;
	letter-spacing:normal;
}
.card-02{
	/*background:url(../img/card-02.png) no-repeat;
	background-size:contain;
	background-position:center;*/
	min-height:76px;
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position:relative;
	font-family: 'Roboto Slab', serif;
	font-family: 'VT323', monospace;
}
.card-02-title{
	font-size:11pt;
	font-weight:bold;
	/*padding: 1% 0 1%;*/
	height:20px;
	line-height:1.2;
	color:#620020;
}
.card-02-content{
	font-size:18pt;
	/*font-weight:bold;*/
	font-family: 'Brighton';
	color:#2e1500;
	line-height:35px;
	/*padding: 2%;*/
}
.card-02-content span.span-usdt{
	font-size:8pt;
	color:#1b0868;
	letter-spacing:normal;
}


.widget-card{
	margin-bottom:15px;
	text-align:center;
}
.widget-card.large-card{
	display:flex;
	flex-direction:column;
	width:100%;
	height:204px;
	position:relative;
	z-index:1;
}
.widget-card.large-card:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/widget-card.png) no-repeat;
	background-size:100%;
	z-index:-1;
}
.widget-card.regular-card{
	display:flex;
	flex-direction:column;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;	
}
.widget-card.regular-card:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/widget-card-02.png) no-repeat;
	background-size:100%;
	z-index:-1;
}
.widget-card-header{
	padding:5% 0% 1%;
	margin: 0 2.5%;
	font-size:16pt;
	border-bottom:3px solid #fff;
	position:relative;
}
.widget-card-body{
	padding:2% 0 0;	
	position:relative;	
}
.widget-card-body .my-wallet-balance{
	font-size:52pt;
	font-family:'autobus';
	position:relative;
}
.regular-card .widget-card-header{
	padding:10% 0% 1%;
	margin: 0 5%;
	font-size:12pt;
	border-bottom:2px solid #fff;
}
.regular-card .my-wallet-balance{
	font-size:32pt;
	margin:5% 0;
}
.btn-top-up-deposite{
	margin:0 auto;
	width:25px;
	height:25px;
	position:absolute;
	right:10%;
	bottom:20%;
	font-size:24pt;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:all ease .3s;
}
.btn-top-up-deposite:hover a{
	color:rgba(255,255,255,.65);
}
.btn-top-up-deposite a{
	color:#fff;
	display:block;
	width:100%;
}
@media (max-width:768px){
	.widget-card.large-card{
		height:100%;
	}
	.widget-card.regular-card{
		height:110%;
	}
	.widget-card-header{
		font-size:12pt;
	}
	.widget-card-body{
		padding:3% 0;
	}
	.widget-card-body .my-wallet-balance{		
		font-size:45pt;
	}
	.regular-card .my-wallet-balance{
		font-size:30pt;
	}
}
@media (max-width:600px){
	.widget-card-body{
		padding:2% 0;
	}
	.widget-card-body .my-wallet-balance{		
		font-size:36pt;
	}
	.regular-card .my-wallet-balance{
		font-size:30pt;
	}
}
@media (max-width:600px){
	.regular-card .my-wallet-balance{
		margin:2% 0;
		font-size:24pt;
	}
}
@media (max-width:414px){
	.widget-card-body{
		padding:.5% 0 0;
	}
	.widget-card-body .my-wallet-balance{
		font-size:28pt;
	}	
	.regular-card .widget-card-header{
		font-size:10pt;
	}
	.regular-card .my-wallet-balance{
		margin:2% 0;
		font-size:18pt;
	}
}
.card-total-earning{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 35px;
	margin-bottom:15px;
	height:46px;
	background:#fed500;
	border-radius:25px;
	border:2px solid #040bb2;
	color:#040bb2;
	position:relative;
	box-shadow:3px 3px 10px rgba(0,0,0,.35);
}
.card-total-earning:before{
	content:'';
	position:absolute;
	top:2px;
	left:-10px;
	width:40px;
	height:40px;
	display:block;
	background:url(../img/big-bell.png) no-repeat;
	background-size:100%;
}
.card-total-earning:after{
	content:'';
	position:absolute;
	top:2px;
	right:-10px;
	width:40px;
	height:40px;
	display:block;
	background:url(../img/big-bell.png) no-repeat;
	background-size:100%;
}
.card-total-amount{
	font-family: 'Brighton';
	font-size:16pt;
	font-weight:bold;
	letter-spacing:2px;
}
.card-wallet-widget-title{
	font-size:16px;
}
.card-wallet-widget{
	height:40px;
	padding:5px 10px 5px 10px;
	background:#fff;
	border-radius:25px;
	border:2px solid #fed500;
	color:#040bb2;
	position:relative;
	box-shadow:3px 3px 10px rgba(0,0,0,.35);
	display:flex;
	justify-content:center;
	align-items:center;
}
.card-wallet-widget.cash-wallet:before{
	content:'';
	position:absolute;
	top:0px;
	left:-10px;
	width:38px;
	height:38px;
	display:block;
	background:url(../img/icon-card-wallet.png) no-repeat;
	background-size:100%;
}
.card-wallet-widget.reinvest-wallet:before{
	content:'';
	position:absolute;
	top:0px;
	left:-10px;
	width:38px;
	height:38px;
	display:block;
	background:url(../img/icon-card-wallet2.png) no-repeat;
	background-size:100%;
}
.card-wallet-widget-amount{
	font-family: 'Brighton';
	font-size:12pt;
	font-weight:bold;
	letter-spacing:2px;	
}
.btn-withdrawal{
	position:absolute;
	top:5px;
	right:5px;
	width:25px;
	height:25px;
}
.btn-withdrawal img{
	max-width:100%;
}

.direct-sponsor-ranking{
	padding:15px 0 0;
	margin:15px 10px 0;
}
.direct-sponsor-ranking ul{
	margin:0;
	padding:0;
	display:flex;
}
.direct-sponsor-ranking li{
	list-style:none;
	display:flex;
	flex-direction:column;
	width:20%;
	min-height:65px;
	text-align:center;
}
.ranking-place{
	position:absolute;
	top:-30px;
	color:#000;
	font-family: 'Brighton';
}
.ranking-place.champion{
	max-width:50%;
	-webkit-filter:drop-shadow(8px 5px 5px rgba(0,0,0,.25));
	filter:drop-shadow(8px 5px 5px rgba(0,0,0,.25));
}
.ranking-card{
	margin-top:auto;
	height:100%;
	width:100%;
	background:#efefef;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius:15px 15px 0 0;
	box-shadow:inset 0 10px 5px rgba(255,255,255,.35);
	position:relative;
}
.achiever-name{
	font-size:20px;
	word-break:break-all;
}
.ranking-card.rank-1{
	height:100%;
	background:linear-gradient(0deg, #ff546b, #fb4c7a);
	position:relative;
	z-index:1;
}
.ranking-card.rank-1:before{
	content:'1';
	position:absolute;
	left:0;
	width:100%;
	font-size:2.5em;
	font-family: 'autobus';
	color:rgba(255,255,255,.35);
	z-index:-1;
	display:none;
}
.ranking-card.rank-2{
	height:80%;
	background:linear-gradient(0deg, #a1ff9f, #4bc767);
	position:relative;
}
.ranking-card.rank-2:before{
	content:'2';
	position:absolute;
	left:0;
	width:100%;
	font-size:2.5em;
	font-family: 'autobus';
	color:rgba(255,255,255,.35);
	z-index:-1;
	display:none;
}
.ranking-card.rank-3{
	height:70%;
	background:linear-gradient(0deg, #ffe2bc, #f18a6b);
	position:relative;
}
.ranking-card.rank-3:before{
	content:'3';
	position:absolute;
	left:0;
	width:100%;
	font-size:2.5em;
	font-family: 'autobus';
	color:rgba(255,255,255,.35);
	z-index:-1;
	display:none;
}
.ranking-card.rank-4{
	height:50%;
	background:linear-gradient(0deg, #ffb193, #ff9270);
	position:relative;
}
.ranking-card.rank-4:before{
	content:'4';
	position:absolute;
	left:0;
	width:100%;
	font-size:2.5em;
	font-family: 'autobus';
	color:rgba(255,255,255,.35);
	z-index:-1;
	display:none;
}
.ranking-card.rank-5{
	height:35%;
	background:linear-gradient(0deg, #ebd5ff, #9f77e3);
	position:relative;
}
.ranking-card.rank-5:before{
	content:'5';
	position:absolute;
	left:0;
	width:100%;
	font-size:2.5em;
	font-family: 'autobus';
	color:rgba(255,255,255,.35);
	z-index:-1;
	display:none;
}
.past-top-ranking{
	display:flex;
	justify-content:center;
	padding:5px 10px;
	border-radius:10px;
	background:linear-gradient(45deg, #f3e370, #1be9a6, #2632bf);
	max-width:80%;
	margin:10px auto 5px;
	box-shadow: 0 0 10px rgba(255,255,255,.5);
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
	color:#fff;
}
.ranking-level-grid{
	display:flex;
	justify-content:space-around;
	width:100%;
	margin:15px 0 0;
}
.ranking-level-card{
	width:30%;
	min-height:60px;
	padding:5px 0;
	margin-bottom:6px;
	/*background:url(../img/hatched-card.png) no-repeat;
	background-size:cover;
	background-position:center;*/
	background:linear-gradient(45deg, #fff1d3, #c4c8ff);
	border-radius:6px;
	border:2px solid rgba(0,0,0,.15);
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	line-height:22px;
}
.ranking-level-card.second-place, .ranking-level-card.third-place{
	margin-top:30px;
}
.ranking-level-card .ranking-place.champion{
	max-width:50px;
	top:-20px;
}
.ranking-level-card .user-avatar a{
	border: 2px solid #fff;
    box-sizing: content-box;
}
.ranking-level-card .achiever-name{
	margin-top:0;
	text-align:center;
}
.ranking-level-card .achieve-line{
	color:#d00;
	font-size:18px;
	font-weight:bold;
	margin-top: 2px;
    padding: 1px 10px;
    background: linear-gradient(180deg, #c7c7c7, #fff, #ffffff47);
    border: 1px solid rgb(217 40 40 / 15%);
	border-radius:15px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.ranking-level-card .achieve-line:before{
	content:'';
	position:absolute;
	top:-5px;
	right:0px;
	width:20px;
	height:28px;
	border-radius:50%;
	background:linear-gradient(45deg, white, rgb(203 121 121 / 45%));
	transform: rotate(45deg);
	z-index:-1;
}
.ranking-level-row{
	width:50%;
	margin:0 2px;
	padding:5px 15px;
	margin-bottom:5px;
	background:#fff3c9;
	border-radius:6px;
	display:flex;
	align-items:center;
	box-shadow:3px 3px 10px rgba(0,0,0,.35);
}
.ranking-level-row .achieve-line{
	color:#d00;
	font-size:18px;
	font-weight:bold;
    padding: 1px 10px;
    background: linear-gradient(180deg, #c7c7c7, #fff, #ffffff47);
    border: 1px solid rgb(217 40 40 / 15%);
	border-radius:15px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.ranking-level-row .achieve-line:before{
	content:'';
	position:absolute;
	top:-5px;
	right:0px;
	width:20px;
	height:28px;
	border-radius:50%;
	background:linear-gradient(45deg, white, rgb(203 121 121 / 45%));
	transform: rotate(45deg);
	z-index:-1;
}
.ranking-level-place{
	display:flex;
	align-items:center;
}
.ranking-level-place span{
	margin-right:10px;
	color: #000;
    /*font-family: 'Brighton';*/
}

@media (max-width:600px){
	.achiever-name{
		/*font-size:80%;*/
	}
}
.btn-link-dashboard{
	margin-bottom:15px;
	text-align:center;
	position:relative;
	/*font-weight:bold;
	font-family: 'Roboto Slab', serif;
	font-family: 'VT323', monospace;*/
}
.btn-link-dashboard:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/btn-link.png?3698) no-repeat;
	background-size:100%;
	-webkit-filter:drop-shadow(5px 0px 5px rgba(255,255,255,.5));
	filter:drop-shadow(5px 0px 5px rgba(255,255,255,.5));
	display:none;
}
.btn-link-dashboard a{
	color:#000;
	padding:0px;
	display:block;
	position:relative;
	font-size:16px;
	letter-spacing:normal;
	/*font-family:'autobus';*/
	transition:all ease .3s;
}
.btn-link-dashboard a:hover{
	transform:translateX(-5px);
}
.btn-active-acc{
	padding:2%;
	font-size:10pt;
	color:#651e3c;
	text-transform:uppercase;
	height:auto;
	width:75%;
	margin:10px auto 0;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:1;
	background:linear-gradient(0deg, #bdbdbd, #f7f7f7, #FFE);
	box-shadow: 5px 5px 5px rgba(0,0,0,.25);
    border-radius:20px;
}
.btn-active-acc-content{
	
}
.notification-board{
	margin-bottom: 15px;
    text-align: center;
    position: relative;
    font-weight: bold;
	color:#08086e;
	display:flex;
	justify-content: center;
	align-items:center;
	padding:10px;
	background:url(../img/notification-board-frame2.png) no-repeat;
	background-size:contain;
	background-position: center;
	min-height:150px;
	max-width:620px;
    /*background: linear-gradient(0deg, #dc4f66, #47568f);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,.15);*/
}
.notification-board a:hover{
	color:#08086e;
}
.notification-board-content{
    height: 100%;
    width: 100%;
	padding:15px;
	position:absolute;
    top: 0;
    left: 0;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:1;
	color:#08086e;
}

@media (max-width:668px){
	.btn-link-dashboard a{
		font-size:16px;
		padding:0% 0;
	}
}
@media (max-width:414px){
	.btn-link-dashboard a{
		font-size:14px;
		padding:0% 0;
	}
}
.marquee {
  margin:10px auto;
  padding-top:5px;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  color:#08086e;
  border-radius:15px;
  background:rgba(255,255,255,.85);
  
  /*&:before, &:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 30px;
    content: "";
    z-index: 1;
  }
  &:before {
    left: 0;
    background: linear-gradient(to right, #000 5%, transparent 100%);
  }
  &:after {
    right: 0;
    background: linear-gradient(to left, #000 5%, transparent 100%);
  }*/
}

.marquee__content {
  width: 300% !important;
  display: flex;
  line-height: 20px;
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
  animation: marquee 50s linear infinite forwards;
  &:hover {
    animation-play-state: paused;
  } 
}
.zmd-1{
	color:pink;
}
.zmd-2{
	color:blue;
}
.zmd-3{
	color:red;
}
.zmd-4{
	color:orange;
}
.zmd-5{
	color:green;
}
.zmd-6{
	color:purple;
}
.list-inline {
  display: flex;
  justify-content: space-around;
  /*width: 33.33%;*/
  max-width:450px;
  
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-inline li{
	padding:0 15px;
	position:relative;
}
.list-inline li:before{
	content:'*';
	position:absolute;
	top:3px;
	left:0;
	width:100%;
	height:100%;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-76.6%); }
}
/*** Marquee-run CSS ***/
/*** --- ***/
@-webkit-keyframes marquee-run {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}
@keyframes marquee-run {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}
.section-marquee {
	margin: 10px auto;
    padding-top:3px;
    width: 100%;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    color: #08086e;
    border-radius: 15px;
    background: rgba(255,255,255,.85);
}
.section-marquee .run-marquee {
	-webkit-animation: marquee-run 45s linear infinite;
    animation: marquee-run 45s linear infinite;
	display: inline-block;
	white-space: nowrap;
}
.section-marquee .run-marquee:hover {
	-webkit-animation-play-state: paused;
    animation-play-state: paused;
}
ul.run-marquee-message{
	margin:0;
	padding:0;
}
ul.run-marquee-message li{
	display:inline-block;
	position:relative;
	padding-left:20px;	
}
ul.run-marquee-message li:before{
	content:'*';
	position:absolute;
	top:3px;
	left:0;
	width:100%;
	height:100%;	
}

/* ---------------------------------------------------
    setting/ language
----------------------------------------------------- */
.flag-icon{
	width:26px;
	height:26px;
	border:1px solid rgba(255,255,255,.25);
	border-radius:50%;
	margin-right:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
}