main {
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
	font-family: Calibri, Arial, sans-serif;
	/* color: #fff; */

}

.footer {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	/* background-color: #112238; */
	text-align: right;
	border-top: 1px solid #e2e2e2;
	margin-bottom: 0;
	padding: 3px;
	font-size: 10px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
}
.name-font {
	font-size: 16px !important;
}
.footer a {
	color: #0BBFF2;
	text-decoration: none;
}

.video-page {
	position: relative;
	z-index: 1;
}

.header {
	width: 100%;
	height: 120px;
}

.header1 {
	background: linear-gradient(rgba(2, 8, 58, 1), rgba(2, 8, 58, 1));
	width: 100%;
	height: 90px;
}

.login-head {
	font-size: 20px;
	line-height: 2.2;
	font-weight: 600;
	font-family: Calibri, Arial, sans-serif;
}

.login-email-lable {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	font-family: Calibri, Arial, sans-serif;
}

.btn-h:hover {
	transform: scale(1.05);

}

.login-desc {
	line-height: 1.2;
	font-weight: 400;
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: 1rem;
}

.login-sub-desc {
	font-size: 17.5px;
	line-height: 1.2;
	font-weight: 400;
	font-family: Calibri, Arial, sans-serif;
	color: #000;
}

.login-otp {
	margin-top: 10px;
	margin-bottom: 10px;
}


.question-font {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 500;
	font-family: Calibri, Arial, sans-serif;
	color: #fff;
}

.option-font {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	font-family: Calibri, Arial, sans-serif;
	color: #fff;
}

.option-label {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	font-family: Calibri, Arial, sans-serif;
	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;
}

.cm-input {
	font-size: 16px;
	padding: 5px;
	background-color: rgb(0, 12, 59);
	color: rgb(255, 255, 255);
	width: 100%;
	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;
}

.success-msg,
.success {
	color: #0f5132 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	font-style: italic;
	font-size: 12px;
	padding: 5px !important;
	font-weight: normal;
	text-align: center;
}

.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 {
	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;
	position: relative;
}

.profile_box {
	border: 10px solid rgb(0 0 0 / 0%);
	width: auto;
	border-radius: 36px;
}

.profile_box_inner {
	border: 2px solid #818181;
	width: 100%;
	border-radius: 26px;
	background: #FFFEE5;
	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: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 rgb(0 0 0 / 0%);
	border-radius: 20px;
	position: relative;
	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;
}

.mobile-header {
	display: none;
}

.desktop-header {
	display: block;
}

.img-fluid-1 {
	max-width: 42%;
	padding: 9px;
}

.img-dash-housebuilding {
	max-height: 300px;
}

.middle-logo {
	max-width: 90%;
}

.btn-hh {
	width: 100%;
	height: auto;
}


.chart-center-text {
	position: absolute;
	top: 60%;
	left: 64%;
	transform: translate(-50%, -50%);
	text-align: center;
  }
  
  @media (max-width: 768px) {
	.chart-center-text {
	  font-size: 14px; /* Smaller font for smaller screens */
	  left: 69%;
	}
  }
  
  @media (max-width: 480px) {
	.chart-center-text {
	  font-size: 12px; /* Even smaller font for mobile */
	  top: 58%; /* Adjust position for mobile */
	  left: 77%;
	}
	.pie-chart-inner-name{
		font-size: 12px !important;
	}
  }

@media (max-width: 767px) {

	.mobile-header {
		display: block;
	}

	.desktop-header {
		display: none;
	}

	.img-fluid-1 {
		max-width: 40%;
		margin-left: 17px;
	}
}

@media only screen and (max-device-width: 940px) and (orientation: landscape) {
	.mobile-header {
		display: none;
	}

	.desktop-header {
		display: block;
	}

	.img-fluid-1 {
		max-width: 42%;
		padding: 9px;
	}
}
.manual-width{
	width: 64% !important;
}