.ck-resaform .form-check { position: relative }
.ck-resaform .form-check-inline { 
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}
.ck-resaform .form-check-inline input { margin-right: 8px }
.ck-resaform .form-check-inline label { margin-bottom: -2px }

.ck-resaform p { margin: 0 !important }
.ck-resaform p.svp { margin-bottom: 8px !important }

.ck-resaform { font-family: Arial, Helvetica, sans-serif }
.ck-resaform input[type=text], .ck-resaform input[type=tel], .ck-resaform input[type=email], .ck-resaform textarea { 
	color: #000000 !important; 
	border-radius: 4px !important; 
	margin-bottom: 10px !important 
}

.ck-resaform .bg-success { background:#198754 !important }
.ck-resaform .bg-warning { background:#ffc107 !important }