@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/feather-icon@0.1.0/css/feather.min.css');

@font-face {
	font-family: 'Sansita One';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
	src: url("https://img.etb2bimg.com/files/cp/upload-1713943616-sansitaone.woff2"), url("https://img.etb2bimg.com/files/cp/upload-1713943615-sansitaone.woff");
}


@font-face {
	font-family: SangBleuVersailles-Regular-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Regular-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Regular-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Regularitalic-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Regularitalic-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Regularitalic-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Medium-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Medium-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Medium-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Mediumitalic-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Mediumitalic-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Mediumitalic-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Bold-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bold-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bold-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Bolditalic-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bolditalic-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bolditalic-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Book-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Book-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Book-WebS.woff");
}

@font-face {
	font-family: SangBleuVersailles-Bookitalic-WebS;
	font-display: swap;
	src: url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bookitalic-WebS.woff2"), url("/Themes/Release/theme4/fonts/SangBleuVersailles-Bookitalic-WebS.woff");
}

:root {
	--SangBleu-regular: SangBleuVersailles-Regular-WebS;
	--Sansita-font:"Sansita", sans-serif;
}
.font-SangBleu-regular{
	font-family: var(--SangBleu-regular);
}
.mt-20{
	margin-top:20px;
}
.d-block{
	display: block;
}
body {
	/* for default case this var will be use */
	--theme-color: #121b4f;
	/* for default case this var will be use */
	padding: 0;
	margin: 0;
	/* font-family: Poppins, Arial, sans-serif; */
	font-family:  "Montserrat", sans-serif!important;
	overflow-x: hidden;
	background: var(--theme-color, #07004f);
	position: relative;
	background:var(--theme-color) var(--backround-image-rotate);
	background-position: center 60px;
    background-size: contain !important;
	
}
body:before {
    content: '';
    position: fixed; 
    /* background: radial-gradient(circle, rgb(27 56 104) 0%, rgb(0 6 83) 100%) !important; */
	/* background: radial-gradient(circle, var(--theme-color-gradient-rgba) 0%, var(--theme-color-rgba) 100%) !important; */
	/* background: rgba(255, 255, 255, 0.01)!important;

backdrop-filter: blur(80px); */
/* filter: blur(8px);
	-webkit-filter: blur(160px);
	transition: 0.3s filter linear;
	-webkit-transition: 0.3s -webkit-filter linear;
	-moz-transition: 0.3s -moz-filter linear;
	-ms-transition: 0.3s -ms-filter linear;
	-o-transition: 0.3s -o-filter linear;
    width: 100%;
    height: 100%;
	z-index: 1; */

	/*content: '';*/
    position: fixed;
    -webkit-transition: 0.3s -webkit-filter linear;
    -moz-transition: 0.3s -moz-filter linear;
    -ms-transition: 0.3s -ms-filter linear;
    -o-transition: 0.3s -o-filter linear;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* --globalnav-backdrop-filter: saturate(180%) blur(60px);
    --globalnav-background: rgba(255, 255, 255, .01);
    -webkit-backdrop-filter: saturate(180%) blur(60px);
    backdrop-filter: saturate(100%) blur(60px); */
	background: rgba(0, 0, 0, 0.01);
    backdrop-filter: blur(30px);
}
.size-20{
	font-size: 20px;
}
section.header_section {
	background: var(--backround-image);
    min-height: 1px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-position: center bottom;
    background-size: cover !important;
    padding: 32px 0px;
}

.box_widget_section,
.image_widget {
	display: flex;
	justify-content: center;
	width: 100%
}

.common_spacing {
    padding: 64px 0;
}
.common_heading h2, .common_heading2 h2 {
	color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: SangBleuVersailles-Bold-WebS !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 12px;

}

.common_heading3 h2 {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Sansita One";
    font-size: 36.045px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.053px;
    background: linear-gradient(92deg, #FFC44D 28.37%, #FFDB95 48.33%, #F4CE69 62.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px #585855);
	margin-top: 0px;
	margin-bottom: 20px;
}

.common_heading h2:after, .common_heading2 h2:after {
    content: '';
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.50);
    width: 24px;
    height: 4px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.header_section h6 {
	font-size: 23px;
	margin-top: 38px
}

.leaderboard_page section.content_section.common_spacing.flex-section a.common_btn.mt-0 {
	padding: 9px 28px;
	font-size: 15px
}

.box_widget_section {
	max-width: 700px;
	margin: 40px auto 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, .2)
}

.box_widget_section .box_container {
	width: 50%;
	text-align: center;
	padding: 30px 40px;
	position: relative
}

.box_container:after {
	content: '';
	background: url(https://img.etb2bimg.com/files/cp/53fb697e167db0c6380b.png) 0 0/contain;
	width: 2px;
	height: 93%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0
}

.box_container:last-child:after,
.site-header__login .loggedin-user .hvr_bx ul li i.fa:before {
	opacity: 0
}

.box_widget_section .box_container p {
	font-size: 15px;
	max-width: 200px;
	margin: 20px auto 0;
	line-height: 21px
}

.header_section h4 {
	margin-top: 24px;
	color: #FFF;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: SangBleuVersailles-Bold-WebS !important;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 0px !important;
}

.header_section p {
	color: #E6E6E6;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 580px;
    margin: 0 auto;
    padding-top: 16px;
}

.leaderboard_page .header_section h6 {
	font-size: 22px
}

.header_section h4 span {
	color: #24cfff;
	clear: both
}

a.common_btn {
    background: #f00;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    transition: .5s linear;
    font-size: 16px;
    font-weight: 600;
}

a.common_btn:hover {
	background: color-mix(in srgb, var(--theme-color) 40%, white);
	color: #fff !important
}

#tabs_content_holder .parrlax_content.custom_padding,
#tabs_content_holder .parrlax_content.custom_padding+.container,
#tabs_content_holder article.post {
	display: none
}

.header_section img.sponsor_img {
	max-width: 109px
}

.d-flex-widget {
	display: flex;
	justify-content: space-between !important;
	align-items: center;
	margin-top: 24px !important;
	margin-bottom: 24px;
}

.attend_section li:hover p,
.content_label h6+p,
.leaderboard_right p,
.socail_panel .social_box a:hover i {
	color: #fff
}

.leaderboard_right .blank_content {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 7%;
    text-align: center;
}

.header_section .participate span {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 500;
	display: inline-block;
	margin-top: 15px
}

.header_section .sponson_section img {
	max-width: 180px;
	padding-top: 32px;
}

.sponson_section span.tag_line {
	display: inline-block;
	width: 100%;
	color: #CCC;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 2.88px;
	text-transform: uppercase;
	margin-top: 8px;
}

.image_widget {
	gap: 12px;
	text-align: center;
	align-items: center;

}

.image_widget a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
	line-height: normal;
	display: block;
	font-weight: 500;
}

.image_widget i.fa.fa-users {
	font-size: 20px
}

.image_widget img {
	max-width: 174px
}

span.border_line {
	background: #848bac;
	width: 100%;
	display: inline-block;
	height: 2px
}

.about_section li,
.common_heading h4,
.sponsor_widget,
ul.product_listing {
	display: flex;
	display: flex
}

.participate {
	max-width: 328px;
	width: 100%;
	position: relative
}

.gap-5 {
	gap: 15px
}

.common_heading {
	text-align: center;
	color: #fff
}

.sponsor_widget {
	justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 0px;
}

.sponsor_widget img {
	width: 160.979px;
    height: 80px;
    object-fit: cover;
}

/* .sponsor_widget:before {
	background: url(https://img.etb2bimg.com/files/cp/a63700a2b4fe216effa5.png);
	content: '';
	width: 77px;
	height: 127px;
	background-size: cover !important;
	margin-right: 15px
}

.sponsor_widget:after {
	background: url(https://img.etb2bimg.com/files/cp/24003ae13497b597b2d9.png);
	content: '';
	width: 77px;
	height: 127px;
	background-size: cover !important;
	margin-left: 15px
} */

.common_heading h4:after,
.common_heading h4:before {
	background: #848bac;
	display: inline-block;
	height: 2px;
	content: '';
	width: 16%
}

.common_heading h4 {
	width: 100%;
	margin: 0;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 19px
}

.about_section {
	text-align: center;
	color: #fff;
	position: relative
}

#about_section:before {
	text-align: center;
	color: #fff;
	background: url(https://img.etb2bimg.com/files/cp/10ccd61f525050fcce39.png) bottom right/53% no-repeat;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	left: 0
}

.about_section ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.about_section li {
	list-style: disc;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #E6E6E6;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about_section li .content-txt {
	text-align: left;
	margin-left: 15px
}

.about_section li .content-txt p {
	color: white;
	font-size: 14px;
	margin-bottom: 0;
	opacity: 0.8;
}

.about_section li img {
	max-width: 65px
}

.about_section li .content-txt h4 {
	font-size: 18px;
	font-weight: 400
}

.common_heading3 p {
	color: #f9fcff;
	padding: 0;
	margin: 15px 0 0;
	line-height: 24px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.common_heading3.mt-3 {
	margin-top: 0 !important;
	margin-bottom: 40px
}

.common_heading3 span,
.contest_widget h4,
.result_discrption h4 b {
	font-weight: 600
}
.contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 32px;
}
.contact_info {
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    padding-bottom: 30px;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px;    max-width: 355px;
}

div#active-user-status2 {
	display: none !important
}

.common_heading2 span.text_upper {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff
}


.common_heading2 span.text_upper + h4{
	margin-top: 9px;
}

.prize_section .common_heading2 h4 {
    font-family: var(--Sansita-font) !important;
    font-size: 45.05px !important;
    font-weight: 700 !important;
    line-height: 42.05px;
    text-align: center;
    background: linear-gradient(91.7deg, #FFC44D 28.37%, #FFDB95 48.33%, #F4CE69 62.67%);
    /* text-shadow: 1px 1px 2px #000; */
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-1px 2px #f1f1f1);
	margin-top: 24px;
	margin-bottom: 0px; 	
}
.prize_section .common_heading2 h4:after{
	display: none;
}
.prize_section_two img{
	margin-bottom: 10px;
}
.prize_section_two a.common_btn {
    margin-top: 24px;
}
.prize_section_two .common_heading2 h4{
	margin-bottom: 0 !important;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: SangBleuVersailles-Bold-WebS !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 6px;
}
.prize_section_two .common_heading2 p {
    margin-top: 10px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    color: #E6E6E6;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section#participates {
    padding-bottom: 32px !important;
}

.prize_section_two .common_heading2 p{
	margin-top:10px;
}
.prize_section_two .common_heading2 h4:after{
	display: none;
}
ul.product_listing {
	flex-wrap: wrap;
    padding: 0;
    margin: 15px 0 0;
    justify-content: center;
    gap: 0 32px;
    line-height: normal;
}

ul.product_listing h4,
ul.product_listing span {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
}

.common_heading2 {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff
}

.leaderboard_left ul li picture img,
ul.product_listing img {
	width: 100%
}

ul.product_listing li {
	width: calc(33.3% - 21px);
    color: #fff;
    text-align: center;
    list-style: none;
}

ul.product_listing picture {
	/* margin-bottom: 15px; */
	display: block;
	/* margin-right: -18px */
}

.common_heading2 p {
	font-size: 15px;
	margin-top: 24px;
	opacity: 0.8;
	color: #ffffff
}

.attend_section .width_auto {
	width: 100%;
	height: 364px;
	object-fit: cover
}

section:not(.header_section).common_spacing {
	/* background: url(https://img.etb2bimg.com/files/cp/342dab4b5fa8859a3a5b.png) 0 0/cover no-repeat */
	/* background: radial-gradient(circle, rgb(80 108 180 / 82%) 0%, rgba(0, 0, 0, 0) 100%) !important; */
	position: relative;
}
.leaderboard_section.leaderboard-section-list .leaderboard_table_header{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top:20px;
	/* align-items: center; */
}
section:not(.header_section).common_spacing:after ,.leaderboard_section.leaderboard-section-list .leaderboard_table_header:after{
    content: '';
    position: absolute;
    bottom: 0;
    background: radial-gradient(circle, #a19f9f 0%, rgb(165 165 165) 50%, rgba(255, 255, 255, 0) 100%);
    width: 80%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}
section.content_section {
	position: relative;
	background: var(--theme-color, #07004f);
	text-align: center;
	display: inline-block;
	width: 100%
}

section.content_section.common_spacing:before {
	content: '';
	background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(252, 70, 107, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

section.content_section h4 {
	color: #fff;
	font-style: italic;
	font-size: 25px
}

section#guidelines {
	background: url(https://img.etb2bimg.com/files/cp/00966f1e60cfcf54ddc1.png) center center/contain no-repeat
}

.attend_section ul.content_listing {
	margin: 32px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 32px 32px;

}

.attend_section li {
    width: calc(33.3% - 22px);
    align-items: start;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-radius: 5px;
    transition: .5s linear;
    gap: 8px;
    padding: 0px 8px;
}

.attend_section li span {
    color: rgba(255, 255, 255, 0.24);
    text-align: center;
    font-family: SangBleuVersailles-Bold-WebS !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    min-width: 30px;
}

/* .attend_section li:hover {
	background: rgba(255, 255, 255, .1)
} */

.leaderboard_sec_header .search_bar input,
.leaderboard_table thead {
	background: rgba(255, 255, 255, .1);
	color: #fff
}

.attend_section h4 {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0
}

.attend_section p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'SangBleuVersailles-Regular-WebS';
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.attend_section .participate_heading_description p {
	text-align: center;
	margin-top: 30px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	color: rgba(204, 204, 204, 1);
	max-width:70%;
	margin-left: auto;
	margin-right:auto;

}
section#prizes2 {
	padding: 32px 0px 64px 0px;
}
.row.participate_heading_description p.mt-3 {
    margin-top: 48px !important;
    font-weight: 400;
}

.attend_section .content-txt {
	display: flex;
	justify-content: space-around;
	align-items: start;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	flex-wrap: wrap;
	gap: 15px;
	font-family: SangBleuVersailles-Regular-WebS;
	font-size: 20px;
	font-weight: 450;
	text-align: left;
}

.content-txt img {
	width: 35px;
	margin-right: 15px
}

/* .attend_section {
	padding: 65px 0
} */

#guidelines li {
	align-items: center !important;
	justify-content: unset !important;
	font-size: 15px;
	margin-bottom: 17px;
	color: #e5e5e5;
	text-align: left;
	position: relative;
	padding-left: 25px
}

.leaderboard_table table {
	border: 1px solid #5c5d7e;
	width: 100%
}

.leaderboard_table tbody,
.leaderboard_table thead {
	border: 1px solid #5c5d7e;
	justify-content: space-between
}

#guidelines ul.content_listing {
	position: relative;
	overflow-y: hidden;
	padding-left: 47px;
	margin-left: 15px
}

#guidelines ul.content_listing li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	border: 2px solid #ddd;
	left: 0;
	border-radius: 50%
}

.leaderboard_table thead th {
	font-weight: 500;
	font-size: 14px;
	border-right: 1px solid #5c5d7e;
	padding: 15px;
	text-align: left
}

#leader_table th.rank {
	width: 60px
}

.leaderboard_table tbody td {
	font-weight: 400;
	font-size: 14px;
	border-right: 1px solid #5c5d7e;
	padding: 8px 15px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #5c5d7e
}

.leaderboard_left {
	width: 77%;
    display: inline-block;
    border: 1px solid #5c5d7e;
    border-right: 0px;
    border-radius: 7px 0 0;
    margin-right: 3px;
}

.leaderboard_left ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	list-style: none;
	align-items: end
}

.quiz_list .question-coding-area {
	background: 0 0 !important
}

.quiz_list .container-fluid {
	background: 0 0 !important;
	padding: 0
}

.leaderboard_page section.content_section.common_spacing.flex-section h4 {
	font-size: 21px !important;
	margin: 0 !important;
	padding: 0
}

/* .leaderboard_page .header_section h4 {
	font-size: 36px;
	max-width: 500px;
	margin-top: 33px;
	font-family: Poppins, Arial, sans-serif !important;
	line-height: 45px
} */

.leaderboard_right {
	width: 24%;
    background: none;
    color: #fff;
    border: 1px solid #5c5d7e;
    border-left: 3px solid transparent;
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 20px;
	position: relative;
}
.leaderboard_right:before {
    content: '';
    background: radial-gradient(circle, #a19f9f 0%, rgb(165 165 165) 50%, rgba(255, 255, 255, 0) 100%);
    width: 1px;
    height: 100%;
    left: 0;
    position: absolute;
}

.leaderboard_table_header {
	display: flex;
	max-width: 950px;
	margin: 0 auto;
	/* border-radius: 16px; */
	/* border: 1px solid rgba(255, 255, 255, .1) */
}

.content_label {
	color: #fff;
	width: 100%;
	padding: 16px 16px;
	line-height: 23px;
	min-height: 137px;
	text-align: center
}

.leaderboard_table_header .content_label h4 {
	font-style: normal;
    margin: 0px 0px;
    color: #FFF;
    text-align: center;
    font-family: SangBleuVersailles-Medium-WebS !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.leaderboard_page .container {
	max-width: 1180px
}

.leaderboard_left ul li {
	width: 100%;
	padding: 0 !important;
	margin-bottom: 0 !important
}

.leaderboard_left ul li p {
	padding-bottom: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #CCC;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.content_label h4 {
	font-size: 20px;
	font-weight: 600
}

.content_label h6,
.heading_1,
.heading_3 {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 4px;
	font-family: Poppins, Arial, sans-serif !important
}

.qunestion_count h4,
body.quiz_list {
	font-family: Poppins, Arial, sans-serif
}

.leaderboard_page h3.heading_1 {
	text-transform: capitalize !important;
	font-size: 20px !important
}

#contest-description #tabs_content_holder .content_label p {
	font-size: 13px !important;
	font-weight: 400;
	margin: 0;
	line-height: normal;
	min-height:33px
}

.content_label p {
	font-size: 13px;
	font-weight: 300
}

.leaderboard_left ul li picture {
	display: inline-block;
	width: 100%;
	padding: 0% 13% 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.heading_2,
h6.heading_2 {
	font-size: 14px
}

.leaderboard_right h3 {
	color: #FFF;
    text-align: center;
    font-family: 'SangBleuVersailles-Medium-WebS';
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.leaderboard_right img {
	margin: 10px 0;
	max-width:178px;
}

.leaderboard_right h4 {
	color: #FFF;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 4px 0px;
}



.leaderboard_right small {
	padding-bottom: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #CCC;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.leaderboard_sec_header {
	background: 0 0;
	color: #fff;
	border-bottom: 0;
	border-top: 0;
	display: flex;
	justify-content: space-around;
	padding: 15px 0
}

.leaderboard_sec_header .ld_content {
	width: 50%;
	text-align: left;
	display: flex;
	align-items: center;
}

.leaderboard_sec_header .search_bar {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	position: relative
}

.leaderboard_table thead th {
	border-bottom: 1px solid #5c5d7e !important
}

.leaderboard_sec_header .search_bar input {
	width: 100%;
	height: 44px;
	border: 0;
	padding: 8px 26px;
	font-size: 13px;
	outline: 0;
	border-radius: 30px
}

.final_scrore h6:after,
.final_scrore h6:before {
	width: 25px;
	height: 43px;
	display: inline-block;
	top: 0;
	content: '';
	position: absolute
}

.ld_content p {
	margin-bottom: 0 !important;
	padding: 0 !important;
	position: relative;
	top: 8px;
	font-weight: 400
}

.leaderboard_sec_header .search_bar input::placeholder {
	color: #f5efef;
	opacity: 1
}

.leaderboard_sec_header .search_bar input::-ms-input-placeholder {
	color: #f1eeee;
	opacity: 1
}

.leaderboard_sec_header .search_bar a.Search_bar {
	position: absolute;
	right: 20px
}

.leaderboard_sec_header .search_bar a.Search_bar svg {
	fill: #f1e4e4;
	position: relative;
	top: 2px
}

.leaderboard_sec_header .ld_content p {
	margin: 0;
	font-size: 14px;
	line-height: 16px !important;
	color: #fff;
	font-weight: 400
}

.flex-section .col-md-12 {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.leaderboard_page section.header_section.common_spacing {
	background: var(--backround-image);
	min-height: 222px;
    background-position: center bottom;
}
/* body.leaderboard_page:before{
	background: radial-gradient(circle, rgb(9 21 78 / 31%) 0%, rgb(0 6 83) 100%) !important;
    z-index: 1;
}
url(https://img.etb2bimg.com/files/cp/04c2acf32a065774e712.png) 0 0/cover

#container{
	z-index: 2;
}
*/
body.quiz_list,
body.result_page {
	background: var(--theme-color) var(--backround-image);
	margin-top: 0 !important;
	background-size: cover !important;
}
body.quiz_list:before,
body.result_page:before{
	display: none;
}



.leaderboard_page section.content_section.common_spacing.flex-section {
	padding: 20px 0
}

.leaderboard_page img.sponsor_img {
	max-width: 80px
}

#coding-content-area .contest_option ul {
	display: flex !important;
	justify-content: center;
	color: #fff;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	gap: 0 20px
}

.contest_option ul li {
	width: 48%;
	line-height: 20px;
	display: flex;
	color: white !important;
	cursor: pointer;
	transition: .5s linear;
	position: relative;
	padding: 9px 16px 9px 8px;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.50) !important;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(60px);
	margin-bottom: 16px !important;
	align-items: center;
}

.contest_option ul li.active span.tick-icon {
	display: block !important;
	left: 19px;
	background: #fff;
	display: flex !important;
	justify-content: center;
	align-items: center
}

.contest_option ul li.active span.tick-icon img {
	filter: brightness(.5);
	padding: 6px
}

#attempted_option .contest_title {
	padding: 0px;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}

#attempted_option .contest_title span.option_text {
	display: none !important;
}

.contest_widget {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px !important;
	max-width: 1128px;
	margin: 3px auto 50px;
	float: none;
	margin-top: 10px;
	min-height: 436px;
	background: var(--theme-color) url(https://img.etb2bimg.com/files/cp/117c13e660db51649a73.png);
	border-radius: 16px !important;
	position: relative;
	margin-top: 0px;
}

.contest_widget:before {
	content: '';
	/* background: linear-gradient(0deg, #09245100, #0924519e), radial-gradient(50% 50% at 50% 50%, #09245100 0%, rgba(9, 36, 81, 0.5) 49.89%, rgba(9, 36, 81, 0) 100%); */
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

#questions-view-block .container-fluid {
	position: relative;
	z-index: 1;
}

.socail_panel .social_box a:hover {
	background: #00eae4;
	color: #fff
}

.no_image img {
	width: 40px;
	height: 40px;
	display: inline-block;
	min-width: 40px;
	border-radius: 50%;
	border: 1px solid #FFF;
}

.result_page .contest_widget {
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	max-width: 1140px;
	margin: 0 auto;
	float: none;
	padding: 3% 4% 3% 4% !important;
	min-height: auto;
}

.contest_title2 {
	flex-wrap: wrap;
	padding: 0;
	margin-top: 0
}

.qunestion_count,
span.option_text {
	justify-content: center;
	display: flex
}

.final_scrore {
	margin-bottom: 20px
}


.contest_panel h4 {
	color: #fff;
	font-size: 19px;
	line-height: 25px;
	margin: 0 !important;
	font-weight: 400;
	padding: 0 !important
}

span.option_text {
	background: color-mix(in srgb, var(--theme-color) 95%, white) !important;
	color: #000;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-weight: 600;
	min-width: 35px;
	transition: .5s linear
}

.contest_option ul li:hover {
	background: color-mix(in srgb, var(--theme-color) 95%, white) !important;
	color: #fff
}

.contest_option ul li:hover span.option_text {
	background: #d3cece
}

.qunestion_count_widget {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 32px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.result_page .container.contest_widget {
	background: transparent !important;
    padding: 0px !important;
    max-width: 1128px !important;
    display: inline-block;
    width: 100%;
}

.result_page .container.contest_widget:before {
	opacity: 0;
}

.widget_outer {
	display: flex;
	justify-content: center;
}

.first_widget {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(60px);
	display: flex;
	padding: 32px 24px 24px 24px;
	flex-direction: column;
	gap: 16px;
	width: 50%;
}

.line_separator {
	display: inline-block;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 49.95%, rgba(255, 255, 255, 0.00) 100%);
	height: 1px;
	width: 100%;
}

.rank_widget_panel {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.rank_widget_panel small {
	color: #FFF;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 166.667% */
	letter-spacing: 2.88px;
	text-transform: uppercase;
}

.rank_widget_panel .final_scrore {
	margin: 0px;
}

#user-result .test-base-result.cleared .rank_widget_panel small+h6 {
	color: #FFF;
	text-align: left !important;
	font-family: SangBleuVersailles-Medium-WebS;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 52px;
	/* 130% */
	margin: 0px;
}

.rank_widget_panel ul {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	max-width: 356px;
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 16px !important;
}

.themes_background .container .container {
	width: 100% !important;
	max-width: 1130px;
	min-width: auto !important;
}

.themes_background .container .col-md-12 {
	padding: 0px;
}

.widget_right {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(60px);
	display: flex;
	padding: 32px 24px 24px 24px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 50%;
}

.widget_center {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 49.95%, rgba(255, 255, 255, 0.00) 100%);
	width: 1px;
	display: inline-block;
	margin-left: 32px;
	margin-right: 32px;
}

.widget_right ul li {
	background: transparent !important;
	border: 0px !important;
	margin-bottom: 16px !important;
	padding: 0px !important;
}

.contest_title2 h4 {
	color: #FFF;
	font-family: SangBleuVersailles-Bold-WebS;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	/* 145% */
	margin-bottom: 32px !important;
}

.custome_progress_bar {
	display: inline-block;
	width: 100%;
	height: 7px;
	position: relative;
	border-radius: 16px 16px 0px 0px;
	background: rgba(255, 255, 255, 0.32);
	max-width: 1128px;
	margin: 0 auto;
}

.custom_progress {
	background: white;
	display: inline-block;
	height: 4px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 16px 0px 0px 0px;
}

.qunestion_count {
	width: auto;
	display: flex;
	align-items: center;
	min-width: 100%;
	color: rgba(255, 255, 255, 0.80);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
}

span#attempt_question_cnt {
	margin-left: 6px;
}

.qunestion_count_widget2 {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	margin-top: 40px;
	max-width: 1128px;
}

#attempted_option .question-number h4 {
	display: none !important;
}

.qunestion_count h4 {
	font-size: 16px;
	margin-top: 5px;
	letter-spacing: .3px;
	font-weight: 400;
	margin: 0px !important;
	color: white;
	min-width: 181px;
}

.col-lg-4.hidden-xs.margin-top-15 {
	padding-left: 0px;
}

.col-lg-4.col-sm-4.col-xs-6.margin-t-20.mob_listing {
	padding-right: 0px !important;
	margin-top: 0px !important;
}

.qunestion_count h2 {
	margin: 0px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -1.7px;
	margin-right: 3px;
	min-width: 49px;
	text-align: right;
}

.qunestion_count h2 span#attempt_question_cnt {
	font-weight: 700;
}

.quiz_list header {
	display: inline-block;
	width: 100%;
	min-height: 68px;
	padding: 20px 0;
	margin-bottom: 50px
}

section.contest_panel {
	position: relative
}

a.contest_btn {
	float: right;
	border: 1px solid #00d2ff;
	color: #00d2ff;
	padding: 5px 30px;
	border-radius: 30px;
	font-size: 15px
}

.contest_option {
	padding: 0 0px
}

.contest_title span.option_text {
	color: #000;
	width: 50px;
	height: 50px;
	min-width: 50px;
	font-size: 21px;
	background: color-mix(in srgb, var(--theme-color) 25%, white) !important;
}

.contest_widget .quiz_timer {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 182px;
	height: 182px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -8px;
	letter-spacing: 1.3px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.btn_widget {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	gap: 40px
}

a.step_btn.btn {
	background: #00d3ff;
	color: #150d7c !important;
	padding: 5px 28px;
	border-radius: 30px
}

.btn_widget a.step_btn {
	font-size: 16px !important;
	color: #2319a7 !important
}

.contest_widget .quiz_timer:before {
	content: '';
	width: 160px;
	height: 160px;
	background: url(https://img.etb2bimg.com/files/cp/24d45dd6e6ae29ce9aac.png) 0 0/100% no-repeat;
	display: inline-block;
	animation: 4s linear infinite animName;
	position: absolute
}

.result_detils,
.result_discrption {
	text-align: center
}

.contest_title.center {
	text-align: center;
	justify-content: center;
	padding: 30px 26px
}

.contest_title.center h4 {
	font-weight: 500;
	font-size: 26px
}

.contest_panel h4+p {
	color: #fff;
	font-size: 20px
}

.result_discrption h4 {
	font-size: 14px;
	padding: 0 5%;
	margin-bottom: 28px
}

.result_detils small {
	font-size: 42px;
	font-weight: 500
}

.result_detils h4 {
	font-size: 21px;
	font-weight: 600
}

.result_detils p {
	margin: 20px 0
}

.contest_widget .quiz_timer span {
	position: absolute
}

.contest_option ul li.active {
	border: 4px solid color-mix(in srgb, var(--theme-color) 75%, white) !important;
	color: #000;
	background:
		color-mix(in srgb, var(--theme-color) 25%, white) !important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.32) !important;
	backdrop-filter: blur(60px);
	border: 0px !important;
}

.contest_option ul li.active span.tick-icon {
	display: none !important;
}

.contest_option ul li.active span.option_text {
	background: #fff;
	color: transparent;
	position: relative
}

.contest_option ul li.active span.option_text:before {
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
	width: 26px;
	height: 28px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 4px;
	top: 4px
}

@-webkit-keyframes hero-thumb-sm-animation {
	0% {
		-webkit-transform: translateY(-20px) translateX(50px);
		transform: translateY(-20px) translateX(50px)
	}

	100% {
		-webkit-transform: translateY(-20px) translateX(0);
		transform: translateY(-20px) translateX(0)
	}
}

@keyframes hero-thumb-sm-animation {
	0% {
		-webkit-transform: translateY(-20px) translateX(50px);
		transform: translateY(-20px) translateX(50px)
	}

	100% {
		-webkit-transform: translateY(-20px) translateX(0);
		transform: translateY(-20px) translateX(0)
	}
}

@-webkit-keyframes hero-thumb-animation {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes hero-thumb-animation {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes animName {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.prize_section .row {
	justify-content: center;
	align-items: center
}

.prize_section .row img.width_auto {
	top: -50px;
	position: relative
}

#contacts .line-1 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 14px
}

#contacts .line-2 {
	overflow: hidden;
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0px;
}

#contacts a.email {
	display: inline-block;
	width: 100%;
	color: #e7e4e4d6;
	font-size: 14px;
	font-weight: 400
}

#contacts a.phone {
	display: inline-block;
	width: 100%;
	color: #e7e4e4d6;
	font-size: 14px;
	font-weight: 400;
	margin-top: 2px
}

#contacts a.phone strong {
	font-weight: 400
}

#contacts p {
	color: #a7bbd0
}

section.quiz_fotter.common_spacing {
    display: inline-block;
    width: 100%;
    position: relative;
}

section.quiz_fotter.common_spacing:after {
    opacity: 0;
}

section#contacts {
	display: inline-block;
	width: 100%;
	
}

.content_section2 h4 {
	font-style: italic;
	font-size: 21px !important;
	line-height: 28px
}

.contest_title2 h4 {
	display: inline-block;
	width: 100%;
}

header .container {
	max-width: 1170px !important;
}

.contest_title2 h4+p {
	font-size: 14px;
	opacity: .8;
	font-family: Poppins, font-family !important;
	line-height: 20px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 10px !important
}

.score_summry2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px
}

.score_summry2 .result_detils {
	width: 48%;
	display: inline-block;
	color: #fff;
	opacity: .8;
	text-align: left
}

.score_summry2 .result_discrption {
	width: 48%;
	text-align: left;
	color: #fff;
	opacity: .8
}

.score_summry2 .result_detils ul {
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0
}

.score_summry2 .result_detils ul img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 11px
}

.score_summry2 .result_detils ul li {
	margin-bottom: 10px
}

.score_summry2 .result_discrption p {
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: 27px
}

.themes_background {
	padding: 0
}

.contest_widget a.dashboard_board,
.contest_widget a.leader_board {
	margin: 0;
	color: color-mix(in srgb, var(--theme-color) 25%, white) !important;
	text-decoration: underline;
	padding: 0;
	font-weight: 500
}

.modal-content p,
.modal-content span {
	color: #fff !important;
	opacity: .8;
	font-family: "Montserrat", sans-serif !important;
}

#coding-platform-head input#submit_test,
#contest-description #tabs_content_holder p,
.leaderboard-table tbody tr:nth-child(2n),
.modal-content p,
.modal-content span,
.scrore_rank .section_block,
body.quiz_list .modal-content h2,
span.question-text span {
	font-family: "Montserrat", sans-serif !important;
}

.leaderboard-table tbody tr:nth-child(2n) {
	background: 0 0
}

#contest-description #tabs_content_holder h3 {
	width: 100%;
	display: inline-block;
	color: #fff
}

#tabs_content_holder h4 {
	font-weight: 600 !important;
	margin: 0 0 6px;
	font-size: 19px;
	color: #fff
}

.coding-section-bottom-btn-block,
div#view_all_leaderboard {
	text-align: center
}

.contest_widget div#results-tab-content {
	background: 0 0 !important
}

.contest_widget a.leader_board {
	background: 0 0;
	font-size: 15px
}

.contest_widget a#running_challenge_1 {
	font-size: 15px;
	border-radius: 30px;
	font-family: Poppins, Arial, sans-serif;
	background:
		color-mix(in srgb, var(--theme-color) 25%, white) !important;
	color: var(--theme-color, #07004f) !important;
	border-radius: 32px;
	border: 1px solid #CCC !important;
	background: rgba(255, 255, 255, 0.10) !important;
	backdrop-filter: blur(8px);
	padding: 9px 22px;
	color: white !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin: 12px 0px 0px 0px;
}

#results-tab-content .block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 40px
}

.contest_widget a.dashboard_board {
	background: 0 0 !important;
	font-size: 14px
}

.scrore_rank .section_block {
	width: 100% !important;
	text-align: center;
	color: #fff !important;
	position: relative
}

.scrore_rank {
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	gap: 25px;
	margin-bottom: 60px
}

body .scrore_rank {
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 800px;
	margin-bottom: 0px !important
}

.block_section {
	width: 50%;
	display: inline-block
}

.section_block {
	width: 50% !important;
	display: inline-block;
	text-align: left
}

.test-base-result .block_section p {
	font-size: 17px;
	margin-top: 0;
	color: #ffffff;
	opacity: 0.8;
	text-align: left;
	line-height: 24px
}

.test-base-result .block_section a.common_btn.mt-3 {
	text-align: left;
	float: left;
	margin-left: 19px;
	margin-top: 25px !important;
	padding: 9px 30px;
	height: 40px;
	line-height: 22px;
	background: #00eae4;
	font-family: Poppins, Arial, sans-serif
}

a.multiple_choice.btn.button2.previous-btn,
a.multiple_choice.btn.button2.previous-btn.disabled,
input#submit_test_mcq {
	padding: 7px 30px !important;
	font-size: 16px;
	text-transform: capitalize
}

.final_scrore {
	text-align: left
}

.final_scrore h6 {
	text-align: left !important;
	font-weight: 400 !important;
	margin-bottom: 10px !important
}

.section_block li img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 12px
}


.section_block ul li {
	margin-bottom: 9px;
	font-size: 17px;
	color: #ffffff;
}

.scrore_rank .rank_panel span.text_common2 {
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	/* 157.143% */
	display: inline-block;
	width: 100%;
	text-align: left;
}

.socail_panel h4+span {
	color: #FFF !important;
	font-family: SangBleuVersailles-Regular-WebS;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 25px;
	margin: 8px 0px;
	display: inline-block;
}

.rank_widget_panel ul li small {
	color: #E6E6E6;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 166.667% */
	letter-spacing: 0;
	text-transform: inherit !important;
}

section#leaderboard {
	padding-bottom: 0
}

img.ld_user_image {
	position: absolute;
    border-radius: 50%;
    width: 110px !important;
    height: 110px;
    bottom: 21%;
}

.leaderboard_left ul li:first-child picture img {
	bottom: 22% !important
}

.leaderboard_left ul li:last-child picture img {
	bottom: 27% !important
}

.leaderboard_right picture {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.leaderboard_right picture img.ld_user_image2 {
    position: absolute;
    bottom: 23%;
    border-radius: 50%;
    width: 110px !important;
    height: 110px;
}

.leaderboard_table tbody tr:last-child td {
	border-bottom: 0
}

.mappingimage span.picture_name {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #ddd;
	color: #000
}

.mapping_image .mappingimage span.picture_name {
	position: absolute;
	width: 48%;
	height: 40%;
	top: 28%;
	font-size: 38px;
	font-weight: 600;
	color: #fff
}

.leaderboard_left ul li:last-child picture.mapping_image span.picture_name {
	margin-top: 8px;
	height: 45%
}

.mappingimage {
	display: flex;
	align-items: center;
	gap: 15px
}

.leaderboard_right .mappingimage,
.mapping_image .mappingimage {
	justify-content: center
}

table#leader_table {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important
}

.leaderboard-table tbody tr img {
	border-radius: 50%;
	width: 31px;
	height: 31px;
	margin-right: 10px
}

.leaderboard_table tbody td a {
	color: #fff
}

.my-rank2 td {
	background: rgba(255, 255, 255, .3)
}

tr.my-rank2.odd td {
	border-top: 3px solid rgba(255, 255, 255, .6);
	border-bottom: 4px solid rgba(255, 255, 255, .6)
}

tr.my-rank2.odd td:last-child {
	border-right: 3px solid rgba(255, 255, 255, .6)
}

tr.my-rank2.odd td:first-child {
	border-left: 3px solid rgba(255, 255, 255, .6)
}

.ld_content p {
	margin-bottom: 0 !important;
	padding: 0 !important;
	position: relative;
	top: 13px;
	font-weight: 400
}

.leaderboard_table .dataTables_length,
.leaderboard_table div#leader_table_filter,
.mobile-dropdown-view,
div#leader_table_paginate {
	display: none !important
}

.leaderboard_table table#leader_table {
	margin-top: 0 !important
}

.tab-content {
	margin: 0
}

body.leaderboard_page #contest-description #tabs_content_holder .blank_content p {
	font-size: 15px !important;
	margin-bottom: 15px
}

.blank_content {
	padding: 0
}

.blank_content a.common_btn {
	padding: 10px 28px;
	font-size: 14px;
	margin-top: 30px !important;
	width: 100%
}

#question-area .inner-coding-area {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0px !important;
}

.second_header {
	display: none;
}

.question-details span.option {
	background: transparent !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-weight: 600;
	min-width: 24px;
	transition: .5s linear;
	color: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.50) !important;
	margin-left: 9px;
	margin-right: 9px;
}

.contest_option ul li.active span.option {
	border: 2px solid white !important;
}

.contest_option ul li.active span.option:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background: white;
	border-radius: 50%;
	position: absolute;
}

span.question-text span {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.question-number h4,
.top-header-bar-test-info,
div#create-test-form,
div#leader_table_info,
span.tick-icon {
	display: none
}

.participate span#participate_top_image,
.social_box {
	display: flex
}

a.next-btn.list-full-module.multiple_choice.btn.button1.next-btn {
	background: color-mix(in srgb, var(--theme-color) 25%, white) !important;
	color: var(--theme-color, #07004f) !important;
	border-radius: 30px !important;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 15px;
	padding: 11px 22px !important;
	background: white !important;
	min-width: 120px !important;
	width: auto !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

a.multiple_choice.btn.button2.previous-btn {
	background: #00d3ff00 !important;
	color: #b2adeb !important;
	border-radius: 30px !important;
	font-weight: 400
}

div#coding-platform-head {
	background: 0 0 !important;
	border: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 20px 0 0 !important;
	position: relative;
	margin-top: 0px !important;
	padding-top: 15px !important;
	background: rgba(255, 255, 255, 0.02) !important;
	backdrop-filter: blur(5px);
}

a.btn.button1.submit_test_pop,
input#submit_test_mcq {
	background: #f00000 !important;
	color: #ffffff !important
}

a.multiple_choice.btn.button2.previous-btn {
	background: 0 0 !important;
	color: color-mix(in srgb, var(--theme-color) 25%, white) !important;
	border-radius: 30px !important;
	font-weight: 400;
	margin-right: 15px;
	color: white !important;
	border-radius: 32px !important;
	border: 1px solid #FFF !important;
	min-width: 120px !important;
	font-size: 14px!important;
	font-style: normal;
	font-weight: 600;
	padding: 9px 22px !important;
}

#coding-platform-head input#submit_test {
	float: right;
	border: none !important;
	color:
		color-mix(in srgb, var(--theme-color) 15%, white) !important;
	font-size: 15px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.24) !important;
	width: 120px;
	padding: 10px 22px !important;
	color: #FFF !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px;
}

input#submit_test_mcq {
	border-radius: 30px !important;
	font-weight: 400;
	min-width: 120px;
	margin-left: 15px;
	min-height:40px;
}

.scrore_rank .section_block:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	background-size: contain
}

.quiz_list .user-attentions {
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	background: transparent !important;
	max-width: 1128px;
	min-width: auto;
	padding: 0px !important;
}

.quiz_list .user-attentions p {}

.common-contest-alert .modal-content {
	background: white;
	border: 0px !important;
	color: black !important;
}

.common-contest-alert .modal-content .modal-header {
	border-bottom: 0px !important;
	padding: 0px !important;
	position: relative;
	padding-top: 20px !important;
}

.common-contest-alert .modal-content .modal-header button.close {
	font-weight: 300;
	font-size: 30px;
	opacity: 0.5;
	position: absolute;
	right: -3px;
	top: 5px;
}

.common-contest-alert .modal-body {
	color: black !important;
}

.common-contest-alert .modal-body span {
	color: black !important;
}

.modal-content {
	/* background: url(https://img.etb2bimg.com/files/cp/6305eaec95b83ec16161.png) 0 0/cover; */
	background: var(--theme-color);
	border: 2px solid #ffffff;
}

body.quiz_list .modal-content h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 30px !important
}

.modal-content p {
	text-align: center !important
}

a.btn.button1.submit_test_pop {
	padding: 5px 28px;
	border-radius: 30px
}

a.btn.resume_btn.btn.btn_run.btn-info {
	background: 0 0 !important;
	color: #ffffff !important;
	padding: 5px 28px;
	border-radius: 30px;
	border-color: #ffffff;
}

.modal-footer.text-left {
	text-align: center !important;
	margin: 0 auto
}

#user-result .test-base-result.cleared h6 {
	padding-left: 0 !important;
	font-weight: 300 !important;
	text-align: center !important;
	font-size: 15px;
	line-height: 13px
}

.leaderboard_panel {
	font-family: "Montserrat", sans-serif !important
}

.portal-nav {
	background: #fff
}

#disable_ctrl_key_combination .modal-header {
	border: 0;
	background: 0 0 !important;
	margin-top: 5px !important
}

#disable_ctrl_key_combination .modal-header h2#mySmallModalLabel {
	margin-bottom: 0 !important;
	font-size: 24px;
	margin-top: 10px
}

.modal-content span {
	text-align: center !important;
	width: 100%;
	display: inline-block
}

.modal-footer {
	border: 0;
	text-align: center
}

button.btn.resume_btn.btn.btn_run.btn-info {
	padding: 10px 25px !important;
	border-radius: 30px;
	margin-top: 0;
	display: inline-block;
	text-decoration: none;
	transition: .5s linear;
	font-weight: 500;
	margin-bottom: 10px;
	background:
		color-mix(in srgb, var(--theme-color) 25%, white) !important;
	color: var(--theme-color, #07004f) !important;
}

.social_box a {
	width: 35px;
	height: 35px;
	display: inline-block;
	color: #ffffffc2 !important;
	background: #06093c45;
	font-family: Poppins, Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #383d89
}

.social_box {
	gap: 8px;
	justify-content: center;
	align-items: center
}

.col_half+.col_half {
	max-width: 160px;
	text-align: right;
}

.col_half+.col_half p {
	color: #E6E6E6 !important;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
	/* 166.667% */
	margin: 0px !important;
}

.social_box a i {
	font-size: 22px !important;
}

.participate span#participate_top_image img {
	width: 49px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: relative;
	margin-left: -7px
}

.participate span#participate_top_image img:first-child {
	margin-left: 0
}

footer.footer.footer-horizontal.horizontal_v2 {
	margin: 0;
	border: 0 !important
}

.top_winner.custom_padding.award_listing {
	display: none !important
}

body .model-container .sub-stm a.link {
	font-size: 11px !important;
	line-height: 12px !important;
	font-family: Montserrat, sans-serif !important;
	font-weight: 400 !important;
	color: #595959 !important
}

.model-container h3 {
	font-family: Roboto, sans-serif !important;
	margin-top: 0 !important
}

.login-model .reg-email-first+fieldset legend {
	text-align: center;
	margin: -8px auto 0;
	background: #fff;
	float: none
}

.oauth_lin span .fa-linkedin {
	font-size: 22px !important
}

.oauth_fb span .fa-facebook-f {
	font-size: 26px !important
}

.slider_right,
html.sidebarPopup,
html.sidebarPopup body {
	overflow: hidden
}

.model-container p:not(.error),
.model-container p a {
	font-size: 12px !important;
	line-height: 16px !important;
	text-align: center
}

.submit-confirm-tc a {
	font-size: 12px !important;
	color: #016db2;
	font-weight: 500;
	margin-top: 5px !important;
	display: inline-block;
	margin: 0 auto
}

.submit-confirm-tc {
	text-align: center
}

.leaderboard_widget ul li {
	display: flex;
	align-items: center;
	width: 100%;
	color: #fff;
	gap: 16px;
	justify-content: space-between;
	padding: 10px 15px;
	margin-bottom: 8px;
	border-radius: 5px;
}

.leaderboard_widget ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 16px;
}

.leaderboard_widget ul li .no_image,
.no_image {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.10);
	color: white !important;
	font-weight: 500;
	min-width: 40px;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 50%;
	border: 1px solid #ffffffb5;
}

ul.leaderboard_header_result {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px !important;
}

ul.leaderboard_header_result li {
	color: #E6E6E6;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 166.667% */
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 0px !important;
}

ul.leaderboard_header_result li:first-child {
	width: 45px;
	display: inline-block;
	min-width: 58px;
}

ul.leaderboard_header_result li:last-child {
	width: auto !important;
}

.leaderboard_widget ul li .ld_content2,
.ld_content2 {
	min-width: 32px;
	text-align: center;
}

.leaderboard_widget ul li .ld_content2,
.ld_content2,
.modal-overlay h4 span {
	font-weight: 500;
	font-size: 14px
}

.leaderboard_panel .box-default.no_data {
	text-align: center;
	margin: 0 auto
}

.leaderboard_panel .box-default.no_data p.text-center {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	opacity: .8
}

.leaderboard_widget ul li h4,
.ld_content h4 {
	margin: 0 !important;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}

.leaderboard_widget ul li .ld_content,
.ld_content {
	line-height: 20px;
	width: calc(100% - 103px);
}

.leaderboard_widget ul li span {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: white;
	min-width: 50px;
	display: inline-block;
	text-align: right;
}

.leaderboard_widget ul li .ld_content p,
.ld_content p {
	position: unset !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #E6E6E6;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Montserrat", sans-serif;
	font-size: 13px !important;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.current_rank {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 16px 8px;
	align-items: center;
	margin-bottom: 10px;
}

.current_rank .ld_content2 {
	width: 20px !important;
	min-width: 25px;
	color: white;
}

.current_rank .ld_content3 {
	width: 35px !important;
	min-width: 35px !important;
	color: white;
	padding-right: 8px;
}

.leaderboard_widget ul li .ld_content2 span {
	padding-right: 8px;
	font-weight: 500;
}

.common_heading2+section#leaderboard,
.prize_section .row+.row {
	margin-top: 0
}

.d-flexy.float-right.mt-2 {
	margin-top: 13px
}

a#view_all_btn {
	color: #FFF !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	text-decoration-line: underline;
}

.leaderboard_widget small {
	color: #03ccee;
	font-size: 17px;
	font-style: italic;
	font-family: Poppins, font-family !important
}

.leaderboard_widget h5 {
	color: #FFF;
	font-family: SangBleuVersailles-Bold-WebS;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	margin-top: 0px !important;
	margin-bottom: 24px !important;
}

.d-flexy.float-right {
	margin-top: 6px
}

.socail_panel {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}

.prize_section_result {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 22px;
}

.prize_section_result h5 {
	color: #FFF;
	font-family: SangBleuVersailles-Bold-WebS;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	/* 145% */
	margin: 0px;
}

body .prize_section_result span {
	color: #E6E6E6 !important;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px !IMPORTANT;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 20px;
	/* 166.667% */
}

.prize_widget_box {
	margin-top: 16px;
}

.prize_widget_box img {
	width: 100%;
	max-width: 100%;
}

.socail_panel h4 {
	color: #FFF;
	font-family: SangBleuVersailles-Bold-WebS;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
}

.col_half {
	text-align: left;
}

.socail_panel p {
	font-size: 12px !important;
	color: #dbdbdb !important;
	margin-top: 5px;
	margin-bottom: 5px !important
}

.socail_panel .social_box a {
	width: 44px;
	height: 44px;
	border: 0;
	background: #fff;
	padding: 8px;
}

.socail_panel .social_box a i {
	color: #060f43
}

.socail_panel h2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -21px;
	font-size: 25px
}

.contest-home .themes_background>.container,
.contest-home .themes_background>.container>.col-md-8 {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
	margin: 0
}

.leaderboard_left {
	border-left: 0;
	border-top: 0;
	border-bottom: 0
}

.leaderboard_right {
	border-right: 0px;
	border-top: 0;
	border-bottom: 0
}

.leaderboard_sec_header {
	background: 0 0
}

#tablist_holder,
footer.footer {
	display: none
}

.modal-overlay h4 span {
    margin: 8px auto;
    color: #595959;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.modal-overlay {
	position: fixed;
	background: #fff;
	z-index: 111;
	max-width: 424px;
	top: 0;
	transition: right .5s linear;
	right: -1000px;
	height: 100vh;
	padding: 24px 24px;
	min-width: 375px;
	text-align: center
}

.image_box img {
	border-radius: 50%;
	margin-right: 10px
}

div#all_participate_modal.showup {
	right: 0
}

.slider_right:before {
	content: '';
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(8px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	display: inline-block;
	z-index: 1
}

button.close {
	width: 25px;
	height: 25px;
	display: inline-block;
	opacity: .8;
	margin-right: 7px
}

.modal-overlay .close span {
	width: 12px;
	height: 12px;
	display: inline-block;
	color: #998e8e;
	font-size: 39px;
	font-weight: 200;
	opacity: 1;
	position: relative;
	top: -6px
}

.modal-overlay h4 {
	padding: 0;
    text-align: left;
    margin: 0;
    width: 100%;
    overflow: hidden;
    color: #1A1A1A;
    text-overflow: ellipsis;
    font-family: 'SangBleuVersailles-Bold-WebS';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    border-bottom: 1px solid #C1D8FA;
    padding-bottom: 8px !important;
}

.leaderboard_content2_main .leaderboard_body,
.modal_header {
	padding: 0 0px
}

.modal-overlay_container {
	display: inline-block;
	width: 100%;
	padding: 0;
	overflow-y: auto;
	height: calc(100vh - 158px);
	width: 100%;
	margin: 0 auto
}

.modal-overlay_container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 5px;
	background-color: #f5f5f5
}

.modal-overlay_container::-webkit-scrollbar {
	width: 5px;
	background-color: #8f8f92
}

.modal-overlay_container::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6);
	background-color: #8f8f92
}

.modal-overlay_container ul {
	display: inline-block;
	width: 100%;
	text-align: left
}

.modal-overlay_container ul li {
	display: flex;
	align-items: center;
	padding: 16px 0;
	transition: .5s linear
}

.modal-overlay_container ul li:hover {
	background: #fff;
	cursor: pointer
}

.modal-overlay_container ul li span.name_box {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	background: #e7f1fe;
	border-radius: 50%;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	color: #146ff4
}

.modal-overlay_container ul li h3 {
	margin: 0;
	font-size: 16px
}

.modal-overlay_container ul li p {
	font-size: 12px;
	margin-top: 4px
}

.quiz_summry {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
}

.quiz_block h5 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: SangBleuVersailles-Bold-WebS !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

a.twitter.customshare {
    background: #29a9e0;
}

a.whatsapp.customshare {
    background: #5cbe4a;
}
section#prizes:before {
    content: '';
    height: 300px;
    display: inline-block;
    position: absolute;
    width: 100%;
    top: -4px;
    backdrop-filter: blur(10px);
}

.leaderboard_content2_main li span,
body .quiz_block p,
small.rank_span {
	font-size: 12px;
	font-style: normal;
	line-height: 20px
}

body .quiz_block p {
	color: #ccc;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin: 4px 0 0;
    padding: 0px !important;
}

.quiz_fotter {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 24px 24px 0 !important
}

.quiz_fotter .footer_logo {
	padding: 32px 0
}

.quiz_fotter .footer_logo img {
	padding: 0;
	max-width: 250px;
	opacity: .5;
}

.quiz_fotter .footer_logo+ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin-top: 32px;
	margin-bottom: 0;
	padding-bottom: 20px
}

.quiz_fotter ul li a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.footer_bottom {
	padding-top: 20px;
	display: inline-block;
	position: relative;
	width: 100%
}

.footer_bottom ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px
}

.quiz_fotter .footer_bottom a,
.quiz_fotter .footer_bottom li {
	color: #d9d9d9;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px
}

.footer_bottom:before {
	background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0.04%, #afafaf 51.03%, rgba(255, 255, 255, 0) 100.04%) !important;
	content: '';
	width: 100% !important;
	height: 1px !important;
	display: inline-block !important;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0 !important;
	max-width: 1180px;
	margin: 0 auto
}

.btn_sticky {
	display: inline-flex;
	padding: 8px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	width: 100%;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

a.sticky_btn {
	padding: 11px 0;
	border-radius: 32px;
	background: #0864ea;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 600
}

.leaderboard_body li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.leaderboard_content2_main li:first-child span {
	min-width: 60px
}

.site-header {
	padding-top: 10px;
	position: relative;
}

#question-area .inner-coding-area h4 {
	font-size: 18px !important;
	font-family: SangBleuVersailles-Medium-WebS !important;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-top: 24px !important;
}

div#counter_widget {
	color: rgba(255, 255, 255, 0.64);
	text-align: right;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: SangBleuVersailles-Bold-WebS;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 150% */
	padding-right: 32px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: flex;
	justify-content: right;
	align-items: center;
}

div#counter_widget svg {
	margin-right: 8px;
}

.common_line {
	display: flex;
	width: 100%;
	position: relative;
	height: 64px;
	justify-content: center;
	align-items: center;
}

.common_line:before {
	content: '';
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 49.95%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, rgba(9, 36, 81, 0.00) 0%, #092451 50.21%, rgba(9, 36, 81, 0.00) 100%);
	height: 1px;
	display: inline-block;
	width: 100%;
}

.site-header__login .loggedin-user .arrow-icon-down::after {
	background: url(https://img.etb2bimg.com/files/cp/upload-1710324769-down-arrow.svg) no-repeat !important;
	top: 0 !important;
	height: 10px
}

.site-header__login .loggedin-user .arrow-icon-down {
	display: inline-block;
	position: absolute;
	top: 4px;
	outline: 0 !important
}

a.btn.resume_btn.btn.btn_run.btn-info {
	padding: 10px 35px
}

.leaderboard_body li .colum_1 {
	text-align: center;
	padding: 0 0px;
	font-size: 15px;
	font-weight: 400;
	min-width: 60px
}

.leaderboard_content2_main li span {
	color: #ccc;
	font-weight: 500;
	letter-spacing: 2.4px;
	text-transform: uppercase
}

.leaderboard_content2_main .leaderboard_header li {
	padding: 24px 24px 16px
}

.leaderboard_content2_main {
	max-width: 950px;
	margin: 0 auto
}

.leaderboard_content2_main ul {
	margin-bottom: 0;
	overflow: hidden;
}

.leaderboard_content2_main li {
	display: flex;
	color: #fff;
	border-bottom: 1px solid #fffFFF1A;
	width: 100%;
	justify-content: space-between;
	gap: 32px;
	padding: 16px 24px;
	align-items: center
}

.leaderboard_content2_main .column {
	width: auto;
	text-align: center;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 400
}

.leaderboard_content2_main .leaderboard_content {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .1)
}

.leaderboard_content2_main .colum_2.column {
	width: calc(100% - 105px);
	display: flex;
	padding-left: 0
}

.leaderboard_content2_main .colum_2.column img {
	min-width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #fff
}

.leaderboard_content2_main .leaderboard_header li span:nth-child(2) {
	width: calc(100% - 105px);
	display: flex;
	padding-left: 15px
}

.leaderboard_body .flex_content {
	text-align: -webkit-auto;
	width: 100%
}

.leaderboard_body .flex_content h5 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 2px
}

.leaderboard_body .flex_content p.company_designation {
	color: #d1d1d1;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.leaderboard_body .mappingimage {
	margin-right: 15px;
	display: inline-block
}

.leaderboard_body .mappingimage span.picture_name {
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	font-size: 19px;
	font-weight: 400;
	background: rgba(231, 241, 254, .1);
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase
}

span.picture_name.\30 {
	background: #bf360c !important
}

span.picture_name.\31 {
	background: #ef6c00 !important
}

span.picture_name.\32 {
	background: #01579b !important
}

.loader_pre {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.loader_pre img {
	filter: brightness(.5)
}

.leaderboard_content2_main li.my-rank2 {
	background: rgba(255, 255, 255, .1);
    width: calc(100%);
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

small.rank_span {
	border-radius: 4px;
	background: rgba(255, 255, 255, .2);
	font-weight: 500;
	color: #fff;
	width: 43px;
	height: 20px;
	display: inline-block;
	text-align: center;
	margin-left: 5px
}

.leaderboard_right picture span.overlap_content.picture_name {
	position: absolute;
    width: 110px;
    height: 110px;
    font-weight: 500;
    font-size: 70px;
    margin-top: -28px;
    color: #302d2d;
}

#user-result .test-base-result.cleared li,
#user-result .test-base-result.cleared li h6 {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	text-align: left;
}

#user-result .test-base-result.cleared li label.score_number,
.final_scrore h6 label.score_number {
	color: color-mix(in srgb, var(--theme-color) 10%, white) !important;
	font-weight: 600
}

a#running_challenge_1 {
	margin-top: 10px;
	padding: 6px 30px;
	font-weight: 600;
	margin-left: 15px
}

a#view_all_btn:hover {
	opacity: .8
}

.contest_widget a#running_challenge_1:hover {
	opacity: .8
}

.leaderboard_left ul li:nth-child(2) span.picture_name,
.leaderboard_left ul li:nth-child(1) span.picture_name {
	top: 4%;
	width: 110px;
	height: 110px
}

.mob_right {
	display: flex;
	gap: 15px
}

#all_participate_modal .image_box img {
	width: 40px;
	height: 40px;
	min-width: 40px;
	margin-right: 15px
}

#all_participate_modal span.name_box {
	min-width: 40px;
	font-weight: 500;
	font-size: 18px
}

.modal-overlay_container ul li .user_block {
	padding-right: 10px
}

.modal-overlay_container ul li .user_block p {
	line-height: 17px
}

.attend_section2 li {
	width: 31.4%;
	display: flex;
	align-items: center;
	gap: 15px
}

.attend_section2 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 32px
}

.attend_section2 span.name_blank {
	border-radius: 48px;
	background: rgba(231, 241, 254, .1);
	width: 48px;
	height: 48px;
	display: flex;
	color: #fff;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	justify-content: center;
	align-items: center;
	min-width: 48px
}

section.attend_section2.common_spacing {
	position: relative
}

.attend_section2 .attendess_content {
	text-align: left
}

.attend_section2 h5 {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 4px;
	margin-top: 2px
}

.attend_section2 p {
	color: #ccc;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px
}

div#take-test-modal .modal-dialog.modal-lg {
	max-width: 500px;
	background: 0 0 !important
}

div#take-test-modal .modal-dialog.modal-lg .modal-content {
	background: url(https://img.etb2bimg.com/files/cp/03eb8fe505a1364e1982.png);
	border: 0;
	border-radius: 20px;
	background-size: cover !important
}

div#take-test-modal .modal-dialog.modal-lg .modal-content h4 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 10px !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	width: 100%;
	text-align: center
}

div#take-test-modal .modal-dialog.modal-lg .modal-content h4+button.close {
	font-weight: 500;
	font-size: 20px
}

div#take-test-modal .modal-header {
	border-bottom: 0;
	padding: 30px 30px 0
}

#take-test-modal .modal-body {
	padding: 24px 30px !important
}

#take-test-modal hr {
	background: linear-gradient(90deg, #1ab2ff .04%, rgba(26, 178, 255, 0) 100.04%);
	border: 0;
	margin: 0 0 24px;
	height: 1px
}

#take-test-modal .modal-footer {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px
}

button.btn.button.start_candidate_confirm {
	border-radius: 32px;
	background: #1a1a1a;
	padding: 11px 22px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
}

#take-test-modal button.btn.button-statndard {
	background: #ddd
}

.modal-body-outer ul,
body #take-test-modal .modal-content p {
	color: #1a1a1a !important;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px
}

.quiz_list .google-profile-data {
	display: none !important
}

.quiz_list .user-attentions span.count_tag {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffffde;
	font-weight: 500;
	top: 45px;
}

.modal-backdrop.fade.in {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(8px);
	opacity: 1
}

div#take-test-modal .modal-dialog.modal-lg {
	border-radius: 16px;
	background: #fff !important;
	max-width: 784px;
	flex-shrink: 0;
	width: 100%
}

div#take-test-modal .modal-dialog.modal-lg .modal-content h4 {
	color: #1a1a1a;
	text-align: center;
	font-family: SangBleuVersailles-Bold-WebS !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	margin-top: 0 !important
}

body #take-test-modal .modal-content p {
	text-align: center !important;
	font-variant-numeric: lining-nums proportional-nums;
	margin-top: 8px
}

.modal-body-outer ul {
	list-style: disc;
	padding-left: 20px
}

.modal-body-outer ul li {
	margin-bottom: 9px
}

.oauth-reg-variant2 {
	max-height: 421px !important
}

.site-header__login .loggedin-user:hover .hvr_bx ul li a:focus {
	outline: 0
}

.submit-error h4#mySmallModalLabel {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600
}

.submit-error .modal-header {
	border-bottom: 00
}

.submit-error button.close {
	display: none
}

.submit-error p {
	color: #fff !important;
	opacity: 1
}

.submit-error .modal-body {
	padding-top: 0
}

.submit-error button.btn.button1 {
	background: 0 0 !important;
	color: #00d3ff !important;
	padding: 10px 18px !important;
	border-radius: 30px !important;
	border: 1px solid #00d3ff !important;
	min-width: auto;
	max-width: 130px;
	background: 
color-mix(in srgb, var(--theme-color) 25%, white) !important;
    color: var(--theme-color, #07004f) !important;
}

/* section.header_section.common_spacing.text-center-content:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 280px;
	background-size: cover;
	background-position: bottom !important;
	z-index: 1
} */

.sticky_btn_main {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px
}

a.scrollToTop {
	font-size: 46px;
	color: #fff
}

.sticky_btn_main a#sticky_btn {
    padding: 10px 58px;
    font-size: 14px !important;
    margin: 0 !important;
}

.sticky_btn_main.sticky_btn {
	opacity: 1 !important
}

section.header_section.common_spacing.text-center-content {
	position: relative
}

section.header_section.common_spacing.text-center-content:before {
	content: '';
	/* background: radial-gradient(circle, rgb(80 108 180 / 72%) -10%, rgba(0, 0, 0, .2) 100%) !important; */
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
    --globalnav-backdrop-filter: saturate(180%) blur(60px);
    --globalnav-background: rgb(255 255 255 / 96%);
    -webkit-backdrop-filter: saturate(180%) blur(60px);
    backdrop-filter: saturate(100%) blur(60px);
    height: 50px;
    bottom: -22px;
    top: initial;
	display: none;
	
}

@media(max-width:1200px) {
	.flex-section .col-md-12 {
		flex-wrap: wrap;
		gap: 20px
	}

	.leaderboard_left {
		width: 100%;
	}

	.attend_section .content-txt img,
	.leaderboard_right,
	.sponsor_widget::after,
	.sponsor_widget::before {
		display: none
	}

	.leaderboard_sec_header {
		flex-wrap: wrap;
		gap: 10px
	}

	.attend_section ul.content_listing li,
	.leaderboard_sec_header .ld_content,
	.leaderboard_sec_header .search_bar {
		width: 100%
	}

	.leaderboard-table {
		overflow-y: auto
	}

	.contest_title {
		border-image: none !important;
		border: 0;
		padding: 0;
		margin-bottom: 25px;
		margin-top: 0
	}



	.contest_option ul li {
		width: 100% !important
	}

	.contest_panel h4 {
		font-size: 20px !important
	}

	span.question-text span {
		font-size: 15px !important
	}

	body .col-lg-4.text-center.padding-0 {
		background: 0 0 !important;
		width: 100vw !important;
		float: none !important
	}

	#coding-platform-head .container,
	.attend_section {
		background: 0 0 !important
	}

	.quiz_list .user-attentions {
		left: 0;
		right: 0;
		margin: 0 auto;
		position: relative;
		width: 100%;
		display: inline-block;
		top: 0
	}

	.block_section,
	.mob_logo.hidden,
	h4.mob_content.hidden {
		display: inline-block !important
	}

	h4.desktop_content {
		display: none !important
	}

	h4.mob_content.hidden {
		font-size: 18px !important;
		color: #fff !important;
		opacity: 1 !important;
		font-weight: 600
	}

	body .col-lg-4.col-sm-4.col-xs-6.margin-t-20.mob_listing {
		width: 100% !important;
		display: inline-block !important;
		position: relative !important
	}

	#question-area .inner-coding-area {
		margin-top: 10px !important;
		padding-top: 0 !important
	}

	span#attempt_question_cnt {
		color: #06e0fb
	}

	.coding-section-bottom-btn-block {
		margin-bottom: 0
	}

	body .col-lg-4.col-sm-4.col-xs-6.margin-t-20.mob_listing .qunestion_count {
		display: flex;
		width: 100%;
		position: relative;
		max-width: 100% !important;
		flex-direction: inherit !important;
		top: 0;
		gap: 7px;
		align-items: center;
	}

	.mob_logo.hidden {
		margin-bottom: 10px;
		width: 100%
	}

	.mob_logo.hidden img {
		height: 26px
	}

	.col-lg-4.col-sm-4.col-xs-6.margin-t-20 {
		position: absolute;
		right: 0;
		padding: 0 !important
	}

	.contest_title span.option_text {
		position: relative;
		top: 8px
	}

	a.multiple_choice.btn.button2.previous-btn.disabled,
	a.next-btn.list-full-module.multiple_choice.btn.button1.next-btn {
		font-size: 16px !important
	}

	.active span.tick-icon {
		width: 36px;
		height: 35px;
		top: 14px
	}

	.result_page .contest_widget {
		background: 0 0 !important;
		padding: 0
	}

	.scrore_rank .section_block {
		width: 100% !important;
		text-align: center
	}

	.block_section {
		width: 100%
	}

	.sponsor_widget,
	body .scrore_rank {
		flex-wrap: wrap
	}

	.test-base-result .block_section p {
		padding-left: 0
	}

	#results-tab-content .block {
		flex-wrap: wrap;
		gap: 10px
	}

	.attend_section ul.content_listing {
		flex-wrap: wrap;
		padding: 20px;margin-top: 30px !important;
	}
	.attend_section ul.content_listing li {
		display: block;
		text-align: center;
	}
	.attend_section p{
		text-align: center;
	}
	footer.footer.footer-horizontal.horizontal_v2 {
		margin: 0
	}

	.common_heading2 {
		color: #fff;
		width: 100%;
		display: inline-block;
		text-align: center
	}

	.attend_section h4 {
		margin-top: 0;
		margin-bottom: 15px;
		font-weight: 600
	}

	.leaderboard_sec_header .ld_content p {
		color: #fff
	}

	#user-result .test-base-result.cleared h6 {
		float: none !important;
		text-align: center !important;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 !important
	}

	#user-result .test-base-result.cleared h6 label.score_number {
		margin: 0 0 0 2px !important
	}

	.social_box {
		justify-content: center
	}

	.block_section,
	.test-base-result .block_section p {
		text-align: center
	}

	.contest_widget a#running_challenge_1 {
		text-align: center;
		margin: 0 auto;
		float: none
	}

	.contest_panel .contest_widget h4 {
		font-size: 31px !important;
		line-height: 35px;
		font-weight: 800;
		margin-top: 40px !important
	}

	.leaderboard_page .themes_background>.container,
	.leaderboard_page .themes_background>.container>.col-md-12,
	.result_page .contest_widget .col-md-7,
	.result_page .themes_background>.container {
		padding: 0
	}

	body.result_page .leaderboard_widget ul li h4 {
		font-weight: 500;
		margin-top: 0 !important;
		line-height: normal;
		font-size: 15px !important
	}

	div#leaderboard_result_widget {
		min-height: auto !important;
		margin-top: 40px
	}

	.result_page .socail_panel h4 {
		font-weight: 500 !important;
		font-size: 20px !important;
		margin-top: 0 !important
	}

	.contest_panel .contest_title2 h4 {
		font-weight: 400 !important;
		text-align: center;
		margin-top: 0 !important
	}

	.contest_title2 h4+p {
		text-align: center
	}

	.final_scrore h6 {
		position: relative !important;
		width: 100%;
		display: inline-block !important;
		text-align: center;
		line-height: 20px !important
	}

	#user-result .test-base-result.cleared li,
	#user-result .test-base-result.cleared li h6 {
		margin-bottom: 7px !important
	}

	#user-result .test-base-result.cleared li label.score_number {
		margin-right: 2px !important
	}

	div#contest-description {
		padding: 0 !important
	}

	.leaderboard_widget h5 {
		text-align: center;
		font-size: 17px;
		margin-top: 15px;
		margin-bottom: 20px
	}

	section.prize_section.common_spacing {
		background: 0 0
	}

	ul.product_listing li {
		width: 100%
	}

	.contest_option ul li {
		border: 2px solid #15cef6
	}

	.contest_option ul li.active {
		border: 4px solid color-mix(in srgb, var(--theme-color) 75%, white) !important;
		color: #000;
		background: color-mix(in srgb, var(--theme-color) 25%, white) !important;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.32) !important;
		backdrop-filter: blur(60px);
		border: 0px !important;
	}

	.contest_option ul li.active span.tick-icon {
		display: none !important;
	}

	.question-details span.option {
		color: #ffffff99 !important
	}

	ul.product_listing {
		gap: 15px
	}

	.leaderboard_sec_header .search_bar input {
		font-size: 12px
	}

	body.quiz_list .qunestion_count {
		background: 0 0;
		animation: inherit !important;
		right: 10px;
		max-width: 87px !important;
		padding: 0 !important;
		top: 5px;
		height: auto;
		text-align: right;
		min-width: auto
	}

	body h4.mob_content.hidden {
		display: inline-block !important;
		font-size: 18px !important;
		color: #fff !important;
		opacity: 1 !important;
		font-weight: 600;
		margin: 0 !important;
		text-transform: capitalize
	}

	body.quiz_list .qunestion_count h2 span#attempt_question_cnt {
		font-weight: 700;
		font-size: 20px
	}

	.col-lg-4.col-sm-4.col-xs-6.margin-t-20 .test-actions {
		display: none
	}

	body.quiz_list .qunestion_count h4 {
		font-size: 10px;
		color: #c5c5c5;
		margin: 0 !important;
		text-align: center
	}

	body.quiz_list .qunestion_count h2 {
		font-weight: 400;
		font-size: 16px;
		letter-spacing: -1px
	}

	.final_scrore h6:after {
		right: 5px
	}

	.leaderboard_page .leaderboard_content2 {
		padding: 0 15px
	}

	.leaderboard_widget small {
		text-align: center;
		width: 100%;
		display: inline-block
	}

	.leaderboard_widget ul li .ld_content {
		width: calc(100% - 137px) !important
	}

	.leaderboard_widget ul li .ld_content2,
	.ld_content2 {
		font-size: 13px
	}

	.leaderboard_widget ul li .ld_content2 span,
	.ld_content2 span {
		font-size: 15px !important
	}

	.leaderboard_widget ul li {
		gap: 8px !important
	}

	.no_image img {
		width: 35px;
		height: 35px;
		min-width: 35px
	}

	.mob_right {
		display: inline-block
	}

	#about_section:before {
		opacity: 0
	}

	.left_quiz_list_hide div#questions-view-block {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important
	}

	.site-header__login .loggedin-user .b2boauth-user-name {
		margin-top: -5px !important
	}

	body .leaderboard_left ul li:nth-child(2) img.ld_user_image {
		bottom: 36%
	}

	body .leaderboard_left ul li:last-child span.picture_name {
		height: 40% !important;
		width: 40% !important
	}

	.leaderboard_left ul li:first-child picture img {
		bottom: 31% !important
	}

	.site-header__login .loggedin-user img {
		margin-right: 15px
	}

	.site-header__login .loggedin-user .arrow-icon-down {
		top: 10px !important
	}

	.contest_option {
		padding: 0
	}

	.site-header__logo img.mobile-view.floating-logo-view {
		height: auto;
		width: 120px;
	}

	div#take-test-modal .modal-dialog.modal-lg {
		width: 95% !important
	}

	.mod_right {
		text-align: center
	}

	body.trrain-show-page.contest-home {
		padding-bottom: 50px;
	}

	div#leaderboard_container {
		padding: 45px 12px;
	}

	body .leaderboard_left ul li:nth-child(2) img.ld_user_image {
		bottom: 36%
	}

	body .leaderboard_left ul li:last-child span.picture_name {
		height: 40% !important;
		width: 40% !important
	}

	.leaderboard_left ul li:first-child picture img {
		bottom: 31% !important
	}

	.site-header__login .loggedin-user img {
		margin-right: 15px
	}

	.site-header__login .loggedin-user .arrow-icon-down {
		top: 10px !important
	}

	.leaderboard_left ul li:nth-child(2) span.picture_name {
		top: 26%;
		font-size: 23px;
		width: 128px;
		height: 128px;
	}

	.leaderboard_left ul li:last-child picture img.ld_user_image {
		object-fit: contain;
		width: 120px !important;
		height: 120px !important;
	}

	.content_label h6 {
		font-size: 13px;
	}

	.leaderboard_left ul li p {
		font-size: 11px !important;
		line-height: 16px;
		display: block;
		text-align: center;
		max-width: none;
	}

	.content_label h4 {
		font-size: 16px;
	}

	.site-header__login .loggedin-user {
		width: 45px !important;
		min-width: auto;
	}

	div#view_all_leaderboard {
		padding: 12px 12px 0px 12px;
	}

	body .leaderboard_left ul li img.ld_user_image {
		width: 62px !important;
		height: 62px !important;
	}

	.leaderboard_left ul li:nth-child(2) {
		position: relative;
		top: -20px;
	}

	.leaderboard_left {
		background: rgba(255, 255, 255, .1);
		border-radius: 11px;
		margin: 0px;
	}

	a.btn.resume_btn.btn.btn_run.btn-info,
	a.btn.button1.submit_test_pop {
		margin-bottom: 12px !important;
	}

	#user-result .test-base-result.cleared li h6 {
		width: 100%;
		display: inline-block;
		margin: 0px !important;
	}

	#user-result .test-base-result.cleared h6 {
		max-width: 300px;
		margin: 0 auto;
	}

	.final_scrore {
		text-align: center !important;
	}

	.final_scrore h6:after {
		margin: 0px !important;
		right: unset;
		margin-left: 10px !important;
	}

	.qunestion_count_widget {
		margin: 0px !important;
		margin-top: -10px !important;
		margin-bottom: 30px !important;
	}

	.custome_progress_bar {
		display: none;
	}

	body.quiz_list .qunestion_count {
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center;
	}

	.contest_widget {
		border: 0px !important;
	}

	.contest_title {
		background: transparent !important;
	}

	#question-area .inner-coding-area {
		margin-top: 0px !important;
	}

	.quiz_list .user-attentions {
		margin-top: 20px;
	}

	.coding-section-bottom-btn-block {
		margin-bottom: 30px;
	}

	.qunestion_count h4 {
		width: auto !important;
		min-width: auto !important;
	}

	body.quiz_list .qunestion_count h2 {
		min-width: auto !important;
	}

	.contest_option ul li {
		border-radius: 30px !important;
	}

	body .loader_pre {
		height: calc(100vh - 200px) !important;
	}

	body .loader_pre img {
		filter: invert(1);
	}
}

@media(max-width:1200px) {
	div#take-test-modal .modal-dialog.modal-lg {
		width: 95% !important;
	}

	.mod_right {
		text-align: center;
	}
}

/* instruction modal code start here */



.contest-register .checkbox input[type=checkbox] {
	opacity: 1 !important;
	z-index: 1
}

.contest-register .webinar-checkbox label.checkbox {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #808080;
	font-family: "Montserrat", sans-serif;
}

@media(min-width:900px) {
	ul.product_listing img {
		/* width: auto; */
		height: 250px;
		/* max-width: max-content; */
		object-fit: cover;
	}
}


html.sidebarPopup .login_outer.layered {
	height: 36vh;
	overflow-y: auto;
}

p.leaderboard_loader {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
}

.header_section p.quiz-indicator {
	color: #CCC;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-top: 16px;
}

ul.product_listing span.prizename {
	background: url(https://img.etb2bimg.com/files/cp/cd3f7dd80100c98523af.png) no-repeat;
	width: 51px;
    height: 42px;
    margin: 0 auto 20px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 51px;
    font-family: SangBleuVersailles-Bold-WebS !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 6px;
}
ul.product_listing span.prizename sub {
    bottom: -2.25px !important;
}
ul.product_listing li .caption h4 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.24);


}

ul.product_listing li .caption {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.about_section h4 {
    font-family: "SangBleuVersailles-Medium-WebS" !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
	margin: 0px;
    margin-bottom: 8px;
}

.about_section p {
    color: #E6E6E6;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 784px;
    margin: 0 auto;
}

.about_section .quiz_summry {
    margin-top: 32px;
    margin-bottom: 32px !important;
}

.container {
	max-width: 1128px;
	padding: 0px 32px;
	width:100%;
}

.about_section .stats {
	display: flex;
	justify-content: center;
	column-gap: 32px;
}

.about_section .stats .stats-box {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.24em;
	text-align: center;
}

.about_section .stats .stats-box strong {
	font-family: SangBleuVersailles-Regular-WebS;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	display: block;
}

.two-column {
	display: flex;
	margin-top: 32px;
	column-gap: 32px;
}

.two-column .two-column-bx {
    width: 48%;
    min-width: 48%;
    padding: 24px;
    text-align: left;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
}

.two-column .two-column-bx h3 {
	margin-top: 0;
	font-family: SangBleuVersailles-Regular-WebS;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	text-align: left;
	margin-bottom: 12px;
}

.two-column .two-column-bx ol,
.two-column .two-column-bx ul {
	list-style: disc;
    padding-left: 0;
    margin: 0px;
}

.about_section li span {
	position: absolute;
	left: 0;
}
.faqs .panel-title > a:before {
	float: right !important;
    content: "\e115";
    padding-right: 5px;
    font-weight: 600;
    color: white;
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
}
.faqs .panel-title > a.collapsed:before {
	float: right !important;
    content: "\e114";
    font-weight: 600;
}
.faqs .panel-title > a:hover, 
.faqs .panel-title > a:active, 
.faqs .panel-title > a:focus  {
    text-decoration:none;
}
.faqs .panel-default > .panel-heading{
	background: transparent;
	background-color: transparent;
	border:none;
	padding:0px;
}
.faqs .panel-default > .panel-heading .panel-title a {
    background: transparent;
    display: block;
    padding: 16px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    border-radius: 8px;

}
.faqs .panel-group .panel{
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.32);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
	color: #ffffffba;
	font-family: Montserrat;
font-size: 14px;
font-weight: 400;
padding:20px;
line-height: 22px;
padding-top:0px;
}
.faqs .panel-default > .panel-heading .panel-title a:not(.collapsed) {
    padding-bottom: 10px;
}
.prize_section_two ul.product_listing {
    gap: 0;
    border-radius: 26px;
    overflow: hidden;
	margin-bottom: 24px;
}
.prize_section_two ul.product_listing li{
	width:33.3%;
	min-width:33.3%;
}
.prize_section_two ul.product_listing li img{
margin:0px;
}
.leaderboard_left ul li:first-child span.rank {
    color: #FFC44D;   
	}
.leaderboard_left ul li:nth-child(2) span.rank {
    color: #DDDDDD;   
	}
	.leaderboard_left ul li:nth-child(3) span.rank {
		color: #DF8837;
	}
	.leaderboard_left ul li:nth-child(4) span.rank {
		color: rgba(255, 255, 255, 1);

	}
	.leaderboard_left ul li span.rank, span.rank{
		font-family: 'SangBleuVersailles-Medium-WebS';
		font-size: 26px;
		font-weight: 500;
		line-height: 51.76px;
		text-align: center;
}
.about_section .common_heading3 p {  
    
    color: rgba(230, 230, 230, 1);
}
.prize_section.common_spacing{	
	padding-top:32px;
	padding-bottom: 64px !important;
}


.prize_widget_box.prize_section_two ul.product_listing {
    border-radius: 0;
}

.prize_widget_box.prize_section_two li img {
    height: 150px;
	width:100%;
}
.leaderboard_page .header_section h4 {
    margin-bottom: 80px !important;
}.leaderboard_page .header_section h4.text_upper {
    margin-bottom: 32px !important;
}.leaderboard_page .header_section h4.text_upper::after {
    background: #fff;
}
.leaderboard_page .header_section h3 {
    font-family: "SangBleu Versailles";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-top: 0;
}
.leaderboard_page section.header_section{
	padding-bottom: 10px;
}
section.header_section.common_spacing.text-center-content .container {
    position: relative;
    z-index: 2;
}
section.header_section.common_spacing.text-center-content:after {
    content: '';
    background: linear-gradient(270deg, var(--theme-banner-gradient-color-0-rgba), var(--theme-banner-gradient-color-25-rgba), var(--theme-banner-gradient-color-75-rgba), var(--theme-banner-gradient-color-100-rgba)) !important;
    width: 500px;
    height: 417px;
    content: '';
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1;
    filter: blur(27px);
    left: 50%;
    transform: translateX(-50%);
}
body::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb:hover{
	background: rgb(255 255 255 / 52%);
}
.common_spacing {
    position: relative;
    z-index: 1;
}
.site-header__login{
	float: right;
    position: absolute;
    top: 6px;
    right: 0;
}
header .container{
	position: relative;
}

.social-share-wdgt {
	position: fixed;
	width: 48px;
	bottom: 70px;
	z-index: 9999;
	left: 0;
  }
  .social-share-wdgt a {
	width: 42px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	border-radius: 0;
	border: 0;
	transition: all 0.2s ease;
  }
  .social-share-wdgt a.fb {
	background: #3b5b9b;
  }
  .social-share-wdgt a.twtr {
	background: #29a9e0;
  }
  .social-share-wdgt a.lin {
	background: #0173b1;
  }
  .social-share-wdgt a.wa {
	background: #5cbe4a;
  }
  .social-share-wdgt a .fa {
	line-height: 42px;
	color: #fff;
	font-size: 18px;
  }
  .social-share-wdgt a:hover {
	width: 62px;
  }
  @media screen and (max-width: 767px) {
	.social-share-wdgt {
	  position: relative;
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  margin-top: 30px;
	  bottom: initial;
	}
  }
  .scroll-nav{
	top:62px;
  }

  .scroll-nav nav li a {
    font-size: 14px;
    text-decoration: none;
    padding: 12px 0px 12px;
    text-transform: capitalize;
    cursor: pointer;
}
  .scroll-nav nav li a{
	color:#ffffffd9;
	font-weight: 500;
  }
  .scroll-nav.show{
	background: var(--theme-color);
	padding-top: 6px;
  }
  .scroll-nav nav {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.scroll-nav nav ul {
    display: flex;
    justify-content: center;
}
  .scroll-nav.show ul li a:hover{
	color: #ffffff;
  }
  .leaderboard_page div#view_all_leaderboard{
	position: relative;
	z-index: 2;
  }

  .header_section p:empty {
    display: none;
}

/**responsive start**/
@media screen and (min-width:992px){
	.about_section .common_heading3 p {
		max-width: 70%;
		margin: 0 auto;
	}
}
@media(max-width:1200px) {
	.widget_outer {
		flex-wrap: wrap;
	}

	.first_widget {
		width: 92% !important;
	}

	.widget_center {
		display: none;
	}

	.widget_right {
		width: 90%;
		margin-top: 20px;
		padding: 16px 12px 12px 12px;
	}

	.contest_panel .contest_title2 h4 {
		font-size: 23px !important;
	}

	.rank_widget_panel {
		flex-wrap: wrap;
		gap: 20px;
	}

	.rank_widget_panel .final_scrore {
		width: 100%;
		text-align: center !important;
		display: inline-block !important;
	}

	body #user-result .rank_widget_panel .final_scrore h6 {
		display: inline-block !important;
		width: 100%;
		text-align: center !important;
		max-width: 100% !important;
		margin-top: 20px !important;
	}

	.rank_widget_panel small {
		display: inline-block;
		width: 100% !important;
	}

	.rank_widget_panel ul {
		max-width: 100%;
		width: 100%;
	}

	#user-result .test-base-result.cleared li {
		text-align: center !important;
		margin-bottom: 0px !important;
	}

	.scrore_rank .rank_panel span.text_common2 {
		text-align: center;
	}

	.col_half+.col_half p {
		margin-bottom: 20px !important;
	}

	.contest_panel .contest_widget h4 {
		font-weight: 500;
		margin-top: 0 !important;
		line-height: normal;
		font-size: 18px !important;
		margin-bottom: 16px !important;
	}
}

@media screen and (max-width:767px){
	.prize_section_two ul.product_listing li{
		width:100%;
	}
	.prize_section_two ul.product_listing{
		display: block;
	}
	.two-column{
		flex-direction: column;
		gap: 20px;
	}
	.two-column .two-column-bx{
		width:100%;
	}
	.attend_section .participate_heading_description p{
		max-width:none;
	}
	.leaderboard_left ul{
		display: block;
	}
	.leaderboard_left ul li:nth-child(2) span.picture_name, .leaderboard_left ul li:nth-child(1) span.picture_name {
		top: 4%;
		width: 128px;
		height: 128px;
	}
	.contact-flex {
		flex-wrap: wrap;
	}
	.scroll-nav {
		top: 58px;
	}
	.container {
		padding: 0px 12px;
	}
	#container header {
		padding: 0px 12px;
	}

	.scroll-nav nav li a {
		color: white;
		padding-right: 10px;
		font-size: 13px;
	}

	.leaderboard_content2_main li {
		padding-left: 0px;
		padding-right: 0px;
	}

	.leaderboard_content2_main li.my-rank2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.scroll-nav nav li a {
		padding: 4px 9px;
	}
}


@media(max-width:1200px){
	#user-result .test-base-result.cleared .rank_widget_panel small+h6 {
		text-align: center !important;
	}

	.prize_section_two ul.product_listing li {
		width: 33.3% !important;
		min-width: 33.3%;
	}

	ul.product_listing {
		display: flex !important;
		justify-content: center !important;
		align-items: center;
	}

	.widget_right {
		padding-bottom: 20px;
	}

	.prize_section_two ul.product_listing {
		margin-bottom: 0px;
	}
	.container[style="margin-top:100px"] {
		margin-top: 30px !important;
	}
	.prize_widget_box.prize_section_two li img {
		height: auto;
	}
	div#leaderboard_result_widget {
		margin: 0px !important;
	}

	.socail_panel {
		flex-direction: column;
		text-align: center;
	}
	
	.socail_panel .col_half {
		width: 100%;
		text-align: center;
	}
	
	.socail_panel .col_half {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.col_half+.col_half p {
		text-align: center;
		margin-top: 20px !important;
	}
	
	.prize_section_result {
		text-align: center;
	}
}


