@import
	url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap')
	;

@font-face {
	font-family: Helvetica;
	src: url(../fonts/Helvetica.ttf);
}

@font-face {
	font-family: Proxima Nova Reg;
	src: url(../fonts/Proxima-Nova-Reg.ttf);
}

@font-face {
	font-family: Youth Touch;
	src: url(../fonts/Youth-Touch.ttf);
}

@font-face {
	font-family: Proxima Nova Font;
	src: url(../fonts/Proxima-Nova-Font.otf);
}

.brandLogo {
	width: 90px;
	position: absolute;
	left: 2%;
	
}

#wrapper {
	background: #4D869C;
	height: 25vh;
}

h3, p, h4 {
	text-align: center;
	color: #ffffff;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 20px;
}

p {
	line-height: 30px;
	font-weight: 100;
	font-size: 17px;
}

h4 {
	font-size: 18px;
}

nav {
	border-radius: 5px;
	margin-top: 13px;
}

.navbarMenu ul li:nth-child(2) {
	float: right;
	margin-left: 422px;
}

.navbarMenu ul li {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.navbarMenu ul li a {
	color: #fff;
}

.navbarMenu ul {
	list-style: none;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.objection {
	text-align: center;
	color: #000;
	margin-top: 24px;
	margin-bottom: 24px;
}

section.personalInfo, section.questionPaperInfo, section.candidateFileDetails,
	section.questionchooseddetails, section.feedetails {
	background: #EEF7FF;
	margin-bottom: 4%;
}

section.personalInfo h5 {
	background: #7AB2B2;
	width: auto;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -18px;
	left: 1%;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
}

section.questionPaperInfo h5 {
	background: #7AB2B2;
	width: auto;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -18px;
	left: 1%;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
}

section.candidateFileDetails h5 {
	background: #7AB2B2;
	width: auto;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -18px;
	left: 1%;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
}

section.questionchooseddetails h5, section.feedetails h5 {
	background: #7AB2B2;
	width: auto;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -18px;
	left: 1%;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
}

.personalInfo div#details, .questionPaperInfo div#details,
	.candidateFileDetails div#details, .questionchooseddetails div#details,
	.feedetails div#details {
	/* padding-top: 10px;
    padding-left: 23px;
    padding-bottom: 32px; */
	padding: 10px 25px 0px 25px;
}

div#details p {
	color: #000;
	font-weight: 600;
	line-height: 23px;
	font-family: sans-serif;
	text-align: left;
}

.required {
	color: red;
}

div#boardanswer {
	padding: 19px;
	border: 2px solid #000;
	margin-bottom: 13px;
	width: 90%;
}

div#boardNote p {
	font-weight: 500;
}

.candidateOption {
	background: #ffffff;
	width: fit-content;
	/*     padding: 3px 8px 1px 9px; */
	border-radius: 6px;
	margin-bottom: 5px;
}

#submitdetails {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

input.btn, button.btn, a.btn {
	background: #147070;
	color: #fff;
	/* margin-right: 13px; */
	border-radius: 7px;
	/* padding: 12px 50px; */
	float: center;
}

#login_button {
	background: #147070;
	color: #fff;
	/* margin-right: 13px; */
	border-radius: 7px;
	padding: 12px 50px;
	float: left;
}

h4.instructions {
	line-height: 31px;
}

section#instructionslisting ul li {
	color: #000;
	list-style: auto;
}

.navbarMenu {
	padding: 0;
}

form#instructionsForm {
	padding-top: 18px;
}

section#instructionslisting ul li {
	color: #000;
	list-style: auto;
	line-height: 36px;
	font-size: 16px;
}

label {
	color: #404040;
	font-weight: bold;
}

.candidateOption label {
	font-weight: 400;
}

form#loginForm {
	/*   width: 85%;
    margin-left: auto;
    margin-right: auto; */
	
}

h4.loginheading {
	background: #21585f;
	color: #fff;
	padding: 15px;
	/* font-style: italic; */
	font-weight: 500;
	border-radius: 4px
}

form#paymentForm {
	margin-top: 6%;
}

form#paymentForm div#details {
	border: 1px solid #000;
}

section.questionchooseddetails {
	padding: 8px;
}

.table {
	/* width: 84%; */
	margin-left: auto;
	margin-right: auto;
}

table, td {
	border: 1px solid #000 !important;
}

.questionchooseddetails thead {
	background: #000;
	color: #fff;
	border: 1px solid #fff !important;
}

.questionchooseddetails tbody {
	background: #fff;
	border: 1px solid #000 !important;
}

.feedetails th {
	border: 1px solid #000 !important;
}

footer {
	background: #3a765c;
	margin-top: 10%;
}

footer p {
	text-align: center;
	color: #fff;
	padding-left: 10%;
	padding-right: 10%;
}

form#paymentConfirmForm {
	margin-top: 3%;
}

h3.confirm_payment {
	color: #000;
	margin-bottom: 3%;
	font-size: 24px;
}

section.paymentDetails {
	position: relative;
	left: 18%;
}

div#declaration {
	margin-left: auto;
	margin-right: auto;
	width: 66%;
}

div#declaration p {
	text-align: justify;
	color: #000;
}

section.paymentDetails #titles p {
	font-weight: 500;
}

section#profile {
	margin-top: 19px;
	margin-left: 14px;
}

section#profile h4 {
	margin-left: 11px;
}

section#space {
	background: #ebebeb;
	padding: 10px;
}

a#tabs {
	background: #5d5d5d;
	margin-left: 15px;
	border-radius: inherit;
	margin-right: 10px;
}

table#profile_details {
	margin-top: 3%;
	margin-left: 10px;
}

table#profile_details th {
	border: 1px solid #000;
}

.question_answer {
	background: #e9ecef;
	/*     margin-left: 16px;
 */
}

label.error {
	color: #ff041c;
	display: block;
	font-weight: bold;
}

input.error {
	border-color: #ff041c;
}

.form-control.error {
	border: solid 2px #de5145;
}

#objectionForm table th, #objectionForm table td {
	text-align: center;
}

table#adminObjectionDetails {
	margin-top: 5%;
}

table#userDetails {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	display: inline-block;
}

@media ( min-width : 1140px) and (max-width: 1470px) {
	.navbarMenu ul li:nth-child(2) {
		margin-left: 353px;
	}
}

@media print {
	.no-print, .no-print *, nav li, .confirm_payment {
		display: none !important;
	}
}

.custom-center {
	text-align: center;
}

.form-container {
	background: white;
	padding: 4%;
	box-shadow: 0px 0px 5px 1px #c4c4c4;
	border-radius: 8px;
	margin: 30px;
	width: 60%;
}

.candidateOptionsRowHidden {
	display: none; /* Hidden by default */
	gap: 20px;
	align-items: center;
	margin-top: 10px;
}

.candidateCheckbox {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.status-submitted {
	color: green;
	font-weight: bold;
}

.status-not-submitted {
	color: red;
	font-weight: bold;
}

.header {
	background-color: #4D869C !important;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1050;
	height: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#sidebarMenu {
	height: calc(100vh - 90px);
	position: fixed;
	top: 90px;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050;
	height: auto;
	min-height: 80px;
}

.responsive-title {
	font-size: 1.5rem; /* Desktop default (fs-4) */
}

/* Desktop - keep old layout */
@media ( min-width : 769px) {
	.header {
		height: 18vh;
	}
}

/* Mobile view adjustments */
@media ( max-width : 768px) {
	#image-logo img {
		width: 55px !important;
		height: 55px !important;
	}
	.header {
		flex-direction: column;
		align-items: center;
		padding: 0.5rem;
	}
	.header .btn {
		font-size: 0.85rem !important;
		padding: 0.3rem 1rem;
		font-weight: 600
	}
	.navbar-toggler {
		background-color: #ffffff20;
		border: none;
	}
	.brandLogo {
		width: 42px;
	}
	.form-container {
		width: 90% !important;
	}
	#sidebarMenu {
		height: 16vh !important;
		position: relative !important;
		top: 18vh;
		z-index: 1;
	}
	#main_id {
		position: relative !important;
	}
	.responsive-title {
		font-size: 1.0rem !important; 
	}
	
	.navbar-brand {
	
	margin-left: 0rem !important;
	}
}