@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/* background: #eee; */
	background: url(../images/bg.jpg?t=4) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;

}

a,
a:hover {
	text-decoration: none;
}

.banner {
	position: relative;
	text-align: center;

	.mobile {
		display: none;
	}

	.bansponsor-section {
		position: absolute;
		bottom: 0;
		min-width: 350px;

		.sponsor-slide-wrapper {
			min-height: unset;
		}

		.sponsor-box {
			padding: 2px;

			img {
				max-height: 45px;
			}
		}

		.sponsor-title {
			color: #f6ebb1;
			font-size: 10px;

		}

		.sponsor-presenter {
			padding: 8px 10px;
		}
	}
}

.cont-body {
	padding: 20px;
	margin: 50px auto;
	max-width: 600px;
}

.googlebtn-landing {
	display: flex;
	height: 100%;
	align-items: center;
	width: 400px;
	margin: auto;
}

.gl-container {
	width: 100%;
}

.googlebtn-landing .logo {
	text-align: center;
	margin-bottom: 30px;
}

.google-btn {
	width: 184px;
	height: 42px;
	background-color: #4285f4;
	border-radius: 2px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
	margin: auto;
	cursor: pointer;
}

.googlebtn-landing {
	display: flex;
	height: 100%;
	align-items: center;
	width: 100%;
}

.googlebtn-landing .logo {
	text-align: center;
	margin-bottom: 30px;
}

.gl-container {
	width: 100%;
}

.google-btn .google-icon-wrapper {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
}

.google-btn .google-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: 11px;
	width: 18px;
	height: 18px;
}

.google-btn .btn-text {
	float: right;
	margin: 11px 11px 0 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: "Roboto";
}

.google-btn:hover {
	box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
	background: #1669F2;
}

.body-content {
	padding: 20px 0;
}

.txt-bengali {

	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;

}

.block-nomination {
	margin-bottom: 10px;
}

.block-nomination .card-body {
	padding: 0.25rem;
}

.block-nomination input {
	display: none;
}

.block-nomination input:checked+label {
	background: #f6f6f6;
}

.block-nomination label:before {
	content: "";

	width: 20px;
	height: 20px;
	display: block;
	box-shadow: inset 0 0 0 2px #7d7d7d;
	border-radius: 30px;
	flex-shrink: 0;
}

.block-nomination input:checked+label:before {
	content: "";

	width: 20px;
	height: 20px;
	display: block;
	box-shadow: none;
	background: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="%2328c937" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg>');
}

.block-nomination label {
	display: flex;
	align-items: center;
	margin: 0;
	cursor: pointer;
	position: relative;
	padding: 2px 5px;
	gap: 10px;
}

.block-nomination label>img {
	width: 40px;
	height: 40px;
	margin: auto;
	display: inline-block;
	object-fit: cover;
	border: solid 1px #ddd;
	margin: 0 20px;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
}

.block-nomination label span {
	display: block;
	padding-top: 2px;
}



.heading {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
	color: #e61919;
	letter-spacing: 1px;
}

.cusaccord {
	.card-header {
		padding: 10px 15px;
		cursor: pointer;
		font-weight: 600;
		display: flex;
		justify-content: space-between;
		align-items: center;

		&:after {
			content: "-";
			text-align: center;
			border-radius: 40px;
			font-size: 30px;
			line-height: 0;
		}

		&.collapsed:after {
			content: "+";
		}
	}
}

.form-contact {
	background: #c4daf5;
	padding: 20px;
	margin-bottom: 20px;
}

/* Logo / Sponsor Section */
.sponsor-section {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	border: 1px solid #e2e8f0;
	position: relative;
	overflow: hidden;
}

.sponsor-carousel {
	position: relative;
}

.sponsor-slide-wrapper {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 40px;
}

.sponsor-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 0;
}

.sponsor-carousel .carousel-indicators li {
	background-color: #cbd5e1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	margin: 0 3px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.sponsor-carousel .carousel-indicators li.active {
	background-color: #e61919;
	width: 20px;
	border-radius: 4px;
}

.sponsor-carousel .carousel-control-prev,
.sponsor-carousel .carousel-control-next {
	width: 35px;
	opacity: 0.3;
	transition: opacity 0.2s ease;
}

.sponsor-carousel .carousel-control-prev:hover,
.sponsor-carousel .carousel-control-next:hover {
	opacity: 0.6;
}

.sponsor-carousel .carousel-control-prev-icon,
.sponsor-carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(100%) brightness(30%);
	width: 20px;
	height: 20px;
}

.sponsor-divider {
	border: 0;
	border-top: 1px solid #e2e8f0;
	margin: 10px 0 12px;
}

.sponsor-title {
	font-size: 12px;
	font-weight: 700;
	color: #e61919;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
	display: block;
}

.sponsor-box {
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	background: #ffffff;
	padding: 5px 6px;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.sponsor-box img {
	max-height: 90px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.sponsor-presenter {
	background: #00a3ad;
	border: 1.5px solid #00a3ad;
	padding: 25px 18px;
	min-height: 38px;
}

.sponsor-presenter img {
	max-height: 70px;
	max-width: 180px;
}

.sponsor-presenter .sponsor-name {
	font-size: 15px;
	font-weight: 800;
	color: #b91c1c;
	letter-spacing: 0.5px;
}

.sponsor-name {
	font-size: 13px;
	font-weight: 600;
	color: #1e293b;
	text-align: center;
	white-space: nowrap;
}

.others-partners {
	padding-top: 20px;
	background: #f6f6f6;

	img {
		max-height: 70px;
	}
}



@media only screen and (max-width: 767px) {
	.block-nomination label {
		padding: 2px;
	}

	.block-nomination label .details .title {
		font-size: 16px;
		font-weight: bold;
	}

	.block-nomination label .details {
		flex-flow: column;

	}

	.block-nomination label .details>* {
		width: 100% !important;
	}

	.logout .username {
		max-width: 150px;
	}

	/* Horizontal scroll for Partner section logos on mobile */
	.partner-scroll-row {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		justify-content: flex-start !important;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
	}

	.partner-scroll-row>[class*="col-"] {
		flex: 0 0 auto !important;
		scroll-snap-align: start;
	}

	.partner-scroll-row::-webkit-scrollbar {
		height: 4px;
	}

	.partner-scroll-row::-webkit-scrollbar-thumb {
		background: #cbd5e1;
		border-radius: 4px;
	}

	.banner {
		.bansponsor-section {
			.sponsor-presenter {
				padding: 5px;
			}

			.sponsor-title {
				font-size: 9px;
				margin: 0;
			}

			.sponsor-box img {
				max-height: 40px;
			}
		}

		.sponsor-slide-wrapper {
			padding: 0;
		}
	}
}

@media(max-width: 500px) {
	.banner {
		.desktop {
			display: none;
		}

		.mobile {
			display: block;
		}
	}
}

.accordion .card:first-of-type {
	border-radius: 0;
}


.error-message {
	color: #dc3545;
	font-size: 0.875rem;
	margin-top: 0.25rem;
	display: none;
}

.field-error {
	border-color: #dc3545 !important;
}

.category-error {
	color: #dc3545;
	padding: 10px;
	margin-top: 10px;
	display: none;
}