@import url('linearicon.css');
@import url('fontawesome.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/*============== SITE CSS */
body { color: #2E0875; font-size: 14px; font-family: 'Poppins', sans-serif; }
button, input, select, textarea { font-family: 'Poppins', sans-serif; }
.wrap { max-width: 768px; padding: 0 20px; }

#wrapper { }
.header { background: url(../images/sep.png) no-repeat center bottom; padding: 20px 0; position: relative; z-index: 99; }
.logo { max-width: 100px; }
.loginbtn a { background: #fff; border: 1px solid #3D43A2; display: inline-block; color: #3D43A2; line-height: 26px; padding: 0 20px; 
	border-radius: 8px; text-transform: uppercase; font-weight: 600; }
.tglmenu { width: 85px; }	

/**/
.content { padding: 30px 0; }
.toptext { margin: 0 0 40px; }
.backbtn { display: block; margin: 0 0 20px; }
.heading { margin-bottom: 40px; }
.heading h3 { font-size: 16px; }
.filter a { margin-left: 10px; }
.blu { color: #569CE8; }
.grn { color: #14B144; }
.gameblock { margin-bottom: 40px; }
.timer { margin-bottom: 15px; }
.whbox { background: #fff; border-radius: 10px; box-shadow: 0 0 15px rgb(0 0 0 /20%); padding: 15px; }
.topdetail { border-bottom: 1px solid #ddd; padding-bottom: 15px; }
.topdetail .lft { width: 20%; padding-top: 15px; }
.topdetail .rgt { width: 80%; }
.topdetail .rgt h4 { margin-bottom: 10px; }
.topdetail .rgt p { font-size: 12px; }
.relative { position: relative; }
.attempt { position: absolute; right: 0; top: 0; }
.icons { justify-content: flex-start; }
.icn { display: flex; align-items: center; margin-right: 15px; }
.icn img { margin-right: 5px; max-height: 18px; }
.leaderboard { padding: 15px 0; text-align: center; }
.leaderboard h4 { font-weight: 400; margin-bottom: 10px; }
.flexrow { background: #242E4D; color: #fff; padding: 4px 10px; margin-bottom: 5px; border-radius: 5px; display: flex; justify-content: space-between; text-align: left; }
.flexrow .cell { padding: 0 0 0 10px; }
.flexrow .cell:nth-child(1) { width: 10%; }
.flexrow .cell:nth-child(2) { width: 60%; }
.flexrow .cell:nth-child(3) { padding: 0 10px; font-weight: 600; }
.btmbtn { position: relative; text-align: center; padding: 10px 0 0; }
.viewlist { font-weight: 600; color: #3D43A2; }
.playbtn { font-weight: 600; color: #3D43A2; position: absolute; right: 0; }

/* RESPONSIVE */
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {

}


@media print {

}