
/* ONLINE REG */

#orv2 input[type="text"], #orv2 input[type="password"], #orv2 textarea, #orv2 select, #orv2 #reg-search {
	background-color:#fff;
}

#team-entries > h3, #purchase-recipient > h3 {font-size:1rem; font-weight:bold; text-transform:uppercase;}
.team-pill {background:var(--gradient-bg);}
#team-description-container {text-align:center; margin-top:5px;}
#team-description-container > * {display:block;}
#team-members .team-pill .team-pill-role {color:var(--bgcolor);}
.team-pill i {background-color:rgba(255,255,255,0.5); color:#fff;}
#team-geo a {margin-left:10px;}

#onlinereg-invoice h2 {
	font-size:1.5rem;
	margin-bottom:20px;
	font-weight:600;
}

/* MODAL */

.modal-header {
	height:45px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
.modal-title {
	font-size:1.3rem;
	width:100%;
}
.modal-body {
	color:#000;
}