
/* Heading section*/

#yw-logo {
	float: left;
	display: inline-block;
	margin: 10px;
}

#logo-image {
	margin: 20px 40px 40px 1px;
	width: 345px;
	height: 70px;
}

#main-heading {
	border-left: 1px solid #cada35;
	padding-left: 10px;
	float: right;
}

.section-title {
	background-color: #cada35;
	color: white;
	padding: 5px 10px;
/*	border-radius: 20px*/;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 18px;

}
.row {
	--bs-gutter-x: 0;
}

#question-list {
	padding-left: 15px;
}
/* Table */
.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	/*table-layout: fixed;*/
	position: relative;
	border: 1px solid #cada35;
}


th {
	font-weight: normal;
}

/*.answer-heading {
	padding: 5px;
	width: 120px;
    font-size: 15px;
    text-align: center;
    align-items: center;
    margin: 5px 0;
	top: 0;
	position: sticky;
	background-color: white;
	z-index: 20;
}*/

.form-input {
	float:  right;
	width: 70%;
}

/*input[type='radio'] {
	transform: scale(1.5); 
	text-align: center;
}*/

td {
	text-align: center;
}

.btn {
	background-color: #cada35;
	border: solid 1px #cada35;
	color: white;
}

.btn:hover {
	background-color: white;
	color: #cada35;
	border: solid 1px #cada35;
}

.form-details {
	border: 1px solid #cada35;
	padding: 10px;
}

#declaration {
	font-size: 80%;
}

@media screen and (max-width: 350px) {
	#yw-logo {
		width: 90%;
	}
}

@media screen and (max-width: 425px) {
	.form-input {
		float:  none;
		width: 100%;
		margin-top: 5px;
	}


}

@media screen and (max-width:  1024px) {
	#yw-logo {
		width: 250px;
		height: 55px;
	}

	.form-input {
		width: 60%;
	}
}

/*
media type print for PDF
*/
@media print and (min-width: 768px) {
	.pdf-table {
		border-spacing: 2px;
		border: 1px solid black;
	} 
	.pdf-row { 
		border: 1px solid black;
	}

	.answer-heading {
		width: 30px;
		vertical-align: middle;
		border: 1px solid black;
	}

	.pdf-heading {
		height: 30px;
		vertical-align: middle;
		padding-bottom: 20px;
		border: 1px solid black;
		font-weight: normal;
	}

	.pdf-radio {
		vertical-align: middle;
		border: 1px solid black;
	}

}



#loading {
	position: fixed;
	background-color: rgba(255,255,255,0.75);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#loading span {
	 background: url(/assets/images/loading.gif) no-repeat center; 
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
}