@font-face {
    font-family: "Roboto-Regular";
    src: url(https://cod.ksau-hs.edu.sa/event_registration_2024/fonts/Roboto-Regular.ttf) format("truetype");
}
html{
	font-family: "Roboto-Regular";
	color: #1b7f78;
	font-weight: bold;
}
body{
	font-family: "Roboto-Regular";
	color: #1b7f78;
	font-weight: bold;
}
.main-bg{
	text-align: center;
	max-width: 90%;
    /*background: linear-gradient(90deg, #5a3f37 0%, #4c66af 35%, #2c7744 100%);*/
	background-color: #FAF8EB;
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
	font-family: 'Roboto-Regular', Verdana, Tahoma;
}
.parsley-errors-list{
	list-style: none;
	color: #D46C56;
	text-align: left;
}
.select2-results {
    color: #495057;
}
#title-error,#firstname-error,#secondname-error,#surname-error,#sex-error,#maritalstatus-error,#dob-error,#placeofbirth-error,#address-error,#postcode-error,#telephone-error,#idtype-error,#email-error,#emergency-error,#idnumber-error,#filesToUpload-error,#guardianname-error,#guadianrelationship-error{
	color: #ffc107;
}
#parsley-id-multiple-permanentdiseases, #parsley-id-multiple-takingmedications, #parsley-id-multiple-agree{
	text-align: center;
}

#idtype-error{
	top: 20px;
	left: 0px;
    position: absolute
}
.modal-header{
	display: block;
	background-color: #28a745;
}
.modal-header .close{
	color: white;
    opacity: 1;
}
.modal-body{
	color: #495057;
}
.custom-terms{
	color: #D46C56;
}
.custom-terms:hover{
	color: #ffc107;
	text-decoration: underline;
}
input[type=checkbox] + label {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 2em;
    line-height: 1em;
}