main {
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
	font-family: calibri;
	color: #fff;

}
.footer{
	position: fixed;
    bottom: 0;
	display: none;
    width: 100%;
    background-color: #112238;
    text-align: right;
	padding: 5px;

	border-top: 1px solid #e2e2e2;
    /* margin-left: -30px;
    margin-right: -30px; */
    margin-bottom: 0;
	padding: 3px;
    font-size: 10px;
    color: #FFF;
    background: rgba(0,0,0,0.7);
}

.footer a {
    color: #0BBFF2;
    text-decoration: none;
}

.video-page {
	position: relative;
	z-index: 1;
}

.header {
	/* background: linear-gradient(rgba(2, 8, 58, .0), rgba(2, 8, 58, .7)); */
	width: 100%;
	height: 120px;
}

.header1 {
	background: linear-gradient(rgba(2, 8, 58, 1), rgba(2, 8, 58, 1));
	width: 100%;
	height: 90px;
}

.codehim {
	background: #d8f1fa;
	box-shadow: 4px 2px 16px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}

.login-head {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	font-family: calibri;
	color: #000;
}

.btn-h:hover {
	transform: scale(1.05);

}

.login-desc {
	/* font-size:11px; */
	line-height: 1.2;
	font-weight: 400;
	font-family: calibri;
	color: #000;
	margin-bottom: 1rem;
}

.login-sub-desc {
	font-size: 17.5px;
	line-height: 1.2;
	font-weight: 400;
	font-family: calibri;
	color: #000;
}

.login-otp {
	/* font-size:13.5px; */
	/* line-height:1.2;
	font-weight: 800;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#000; */
	margin-top: 10px;
	margin-bottom: 10px;
}


.question-font {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 500;
	font-family: calibri;
	color: #fff;
}

.option-font {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	font-family: calibri;
	color: #fff;
}

.option-label {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	font-family: calibri;
	color: #EB8C18;
}

#scorecard img.dis {
	opacity: .5;
}

#scorecard img {
	margin-bottom: 25px;
}

.option-l {
	background: url('../img/option_left_b.svg') no-repeat;
	width: 482px;
	height: 56px;
}

.option-l.green {
	background: url('../img/option_left_g.svg') no-repeat;
	width: 482px;
	height: 56px;
}

.option-l.red {
	background: url('../img/option_left_r.svg') no-repeat;
	width: 482px;
	height: 56px;
}

.option-r {
	background: url('../img/option_right_b.svg') no-repeat;
	width: 482px;
	height: 56px;
}

.option-r.green {
	background: url('../img/option_right_g.svg') no-repeat;
	width: 482px;
	height: 56px;
}

.option-r.red {
	background: url('../img/option_right_r.svg') no-repeat;
	width: 482px;
	height: 56px;
}


.codehim-form {
	background: rgba(172, 231, 203, 0.6);
	box-shadow: 4px 2px 16px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}

.cm-input {
	font-size: 16px;
	padding: 5px;
	background-color: rgb(0, 12, 59);
	color: rgb(255, 255, 255);
	width: 100%;
	/* margin: 0px auto; */
	border: none;
}
.headrText{
	text-align: center;
	text-shadow: -3px 2px 2px rgba(0, 0, 0, 0.5);
}
.otp-input {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgb(0, 12, 59);
	color: rgb(255, 255, 255);
	width: 40%;
	margin: 14px auto;
	border: 1px solid #ccc;
}


/* Login Button Design */

.btn-login {
	width: 30%;
	height: 30px;
	border: none;
	background-color: rgb(0, 12, 59);
	color: rgb(255, 255, 255);
	cursor: pointer;
	margin-top: 2rem;
}

.btn-login:focus {
	outline: 0;
}

.btn-login:hover {
	opacity: 0.8;
	transition: .3s;
}

.error-msg,
.error {
	color: red !important;
	background-color: transparent !important;
	border-color: transparent !important;
	font-style: italic;
	font-size: 12px;
	padding: 5px !important;
	text-align: left;
	font-weight: normal;
	/* margin-top: -12px; */
}

.success-msg,
.success {
	color: #0f5132 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	font-style: italic;
	font-size: 12px;
	padding: 5px !important;
	text-align: left;
	font-weight: normal;
	text-align: center;
	/* margin-top: -12px; */
}

.hide {
	display: none;
}

#wait {
	background: rgba(0, 0, 0, 0.5) url('../img/loading.gif') 50% 50% no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
}

.header .h-img1 img {
	width: 70%;
}

.header1 .h-img1 img {
	/* height: 80px; */
	width: 40%;
}

.head .h-img2 img,
.header1 .h-img2 img {
	height: 70px;
}

.header .h-img3 img {
	height: 100px;
}

.header1 .h-img3 img {
	height: 80px;
}

.video_header_icon img,
.header .h-img3 .video_header_icon img {
	height: 34px;
}

.video_header_icon {
	padding-top: 5px;
	padding-right: 20px;
	align-items: center;
	display: flex;
}

.video_outer {
	padding: 56.25% 0 0 0;
	position: relative;
	width: 70%;
	top: 0px;
	margin: 0 auto;
}

.video_skipbtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 10%;
}

.bkg-2-h {
	margin-top: -4px;
	position: absolute;
}

.game_box_parent {
	z-index: 2;
	/* margin-top: 100px; */
	position: relative;
}

.leaderboard-header {
	/* background: url('../img/header-bg.jpg') center center repeat-x; */
}

/* .leaderboard-section {
	background: rgb(122, 205, 130);
	background: -moz-linear-gradient(0deg, rgba(122, 205, 130, 1) 0%, rgba(7, 190, 205, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(122, 205, 130, 1) 0%, rgba(7, 190, 205, 1) 100%);
	background: linear-gradient(0deg, rgba(122, 205, 130, 1) 0%, rgba(7, 190, 205, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7acd82", endColorstr="#07becd", GradientType=1);
	padding: 30px 0;
	height: 100%;
	overflow: hidden;
} */

.profile_box {
	border: 10px solid rgb(0 0 0 / 0%);
	/* ; */
	width: auto;
	border-radius: 36px;
}

.profile_box_inner {
	border: 2px solid #818181;
    width: 100%;
    /* min-height: 600px; */
    border-radius: 26px;
    background: #10154c;
    padding: 10px;
    display: flex;
    opacity: 0.7;
}

.profile_left,
.profile_right {
	width: 50%;
}

.usercoin {
	border: 2px solid #a0a0a0;
	border-radius: 12px;
	background: #1d3574;
	width: 130px;
	padding: 10px;
}

.usercoin span {
	font-size: 20px;
}

.profile_left {
	border-right: 2px solid #fff;
}

.userfrm_row {
	margin-bottom: 32px;
}

.userfrm_row .user_frm_left {
	min-width: 190px;
	font-weight: normal;
	font-size: 22px;
}

.userfrm_row .user_frm_right {
	flex: 1;
	padding-right: 40px;
}

.userfrm_row .form-control,
.userfrm_row .form-control:focus {
	background: rgb(56, 56, 132);
	background: -moz-linear-gradient(0deg, rgba(56, 56, 132, 1) 0%, rgba(68, 53, 139, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(56, 56, 132, 1) 0%, rgba(68, 53, 139, 1) 100%);
	background: linear-gradient(0deg, rgba(56, 56, 132, 1) 0%, rgba(68, 53, 139, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383884", endColorstr="#44358b", GradientType=1);
	border: none;
	border-radius: 8px;
	color: #fff;
	height: 38px;
	font-size: 16px;
}

.profile_head .user-title {
	margin-left: 60px;
}

.userfrm_row .form-control.small_input {
	width: 203px;
}

.profile_right h3,
.user-title h3 {
	font-weight: 600;
	font-size: 30px;
}

.leaderboard-data {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.leaderboard-data ul.nav-tabs {
	text-align: center;
	border-bottom: 0;
}

.leaderboard-data ul.nav-tabs li {
	border: 5px solid rgb(0 0 0 / 0%);
	border-radius: 12px;
	display: inline-block;
	margin: 0 1%;
	width: 18%;
	background: linear-gradient(90deg, rgb(21, 15, 69), rgb(37, 15, 90), rgb(21, 15, 69));
}

.non-admin-ul li{
	border: 5px solid rgb(0 0 0 / 0%);
	border-radius: 12px;
	display: inline-block;
	margin: 0 1%;
	background: linear-gradient(90deg, rgb(21, 15, 69), rgb(37, 15, 90), rgb(21, 15, 69));
	width: 23%;
}

.leaderboard-data ul.nav-tabs li a.active {
	box-shadow: 0px 0px 30px 15px #7cdb64;
}

.leaderboard-data ul.nav-tabs li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	padding: 10px 0;
	border-radius: 8px;
}

/* .leaderboard-data ul.nav-tabs li:first-child {
	margin-left: 0;
} */

.leaderboard-data ul.nav-tabs li:last-child {
	margin-right: 0;
	float: right;
}

.leaderboard-data .tab-content {
	margin: 0;
	padding: 50px 0;
}

.leaderboard-data .tab-content ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.leaderboard-data .tab-content ul li {
	margin: 0;
	padding: 0;
	width: 33.33%;
	float: left;
	border: 0;
	list-style: none;
	font-size: 14px;
}

.data_box {
	/* border: 5px solid #b3b3b3;   */
	border: 5px solid rgb(0 0 0 / 0%);
	border-radius: 20px;
	/*margin: 0 20px; */
	position: relative;
	/*float: left;*/
	width: 100%;
}

.data_box_inner {
	border: 5px solid #818181;
	width: 100%;
	display: block;
	border-radius: 16px;
	background: linear-gradient(90deg, rgb(21, 15, 69), rgb(37, 15, 90), rgb(21, 15, 69));
	padding: 50px 20px 20px;
	float: left;
	margin-bottom: 20px;
}

.data_box_inner .heading {
	background: linear-gradient(90deg, rgb(21, 15, 69), rgb(37, 15, 90), rgb(21, 15, 69));
	position: absolute;
	left: 25%;
	right: 25%;
	top: -15px;
	text-align: center;
	border: 5px solid rgb(0 0 0 / 0%);
	;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 0;
	list-style: 29px
}

.data_box_inner .close {
	position: absolute;
	right: -10px;
	top: -15px
}

.data_box_inner .list-box {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	float: left;
	display: block;
	padding-right: 5%;
}

.data_box_inner .list-box-left {
	width: 12%;
	float: left;
	text-align: center;
	line-height: 1.75
}

.data_box_inner .list-box-left img {
	margin-top: 0px;
	display: inline-block;
}

.data_box_inner .list-box-right {
	width: 80%;
	float: left;
	background: linear-gradient(90deg, rgb(30, 32, 122), rgb(70, 30, 174), rgb(30, 32, 122));
	padding: 5px 20px;
	border-radius: 10px;
	text-align: right;
}

.data_box_inner .list-box-right ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.data_box_inner .list-box-right ul li:first-child {
	width: 75%;
	float: left;
	text-align: left;
}

.data_box_inner .list-box-right ul li:last-child {
	width: 25%;
	float: left;
	text-align: right;
	display: flex;
	align-items: center;
}

.data_box_inner .list-box-right ul li:last-child img {
	margin-right: 5px;
	margin-top: -2px;
	display: inline-block;
}