
input {
	display: inline-block;
	padding: 6px 10px;
	width: 300px;
	margin: 10px 0;
}

select {
	display: block;
	width: 300px;
	font-size: .88em;
	padding: 6px 25px 6px 10px;
	border: 1px solid #e4e4e4;
	margin: 10px 5px 10px 0;
}

select.state {
	width: 100px;
	display: inline;
}

select.gender {
	width: 100px;
	display: inline;
}

input[type="button"], input[type="submit"], .dialog-buttons > button {
	font-size: .88em;
	font-weight: 500;
	background-color: #19b5ff;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #079ae0;
	padding: 3px 15px 2px 16px;
	border-radius: 9px;
	margin-right: 5px;
}

ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

input[type="checkbox"] {
	width: 20px;
}

.select-label {
	display: block;
	margin-top: 20px;
}

select {
	font-size: .88em;
	padding: 6px 25px 6px 10px;
	border: 1px solid #e4e4e4;
	background: url("https://cdn-ilegigi.nitrocdn.com/vnrOuAYlHDLvgKZCchEGYohMGnrMvnFv/assets/images/optimized/rev-ded4675/app.clinicalresearch.io/images/icon/select-down-black.png") center right 10px no-repeat;
	-webkit-appearance: none;
	/* gets rid of default appearance in Webkit browsers*/
	-moz-appearance: none;
	/* Get rid of default appearance for older Firefox browsers */
	-ms-appearance: none;
	/* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
}

select.nitro-lazy {
	background: none !important;
}

body {
	font-family: "Poppins", sans-serif;
	color: #333;
}

div.error {
	padding: 8px;
	margin-bottom: 10px;
	border: 2px solid #ddd;
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
	width: fit-content;
}

div.error a {
	color: #8a1f11;
}

div.error ul {
	line-height: 1.5em;
	margin: 0;
	margin-left: 10px;
	list-style: disc;
	padding: 10px 20px 0 20px;
}

div.error li {
	padding: 0px;
}
