form-control, form-select{
	height: 48px;
}
h6 select, h6 input, h6 option, select, input, option{
	font-size: 14px !important;
    font-weight: 300 !important;
}
label{
    margin-bottom: 8px;
}
h6 option {
	color: rgba(128, 128, 128, 0.8);
}
.btn-close{
	opacity: 1;
}
.form-label .form-control .form-select {
	font-size: 14px;
}
.form-label{
	font-weight: 700;
	margin-bottom: 8px;
}
.offcanvas .form-check input, .offcanvas .form-check label{
	font-size: 12px;
}
.oneError{
	margin-top:2px;
	display: inline-block;
	background: rgb(255,240,240);
	color:red;
	padding:2px 8px;
	border-radius: 4px;
	font-size: 13px;
}
.has-error INPUT,
.has-error SELECT{
	border:1px solid red;
}
.py-12 {
	padding-top: 12px;
	padding-bottom: 12px;
}
#submitButton.btn{
	min-width: 0;
}
.btn.disabled{
	border-color: #0884A6 !important;
	color: #0884A6 !important;
}
/*.form-check {*/
/*	padding-left: 2em;*/
/*}*/
/*.form-check :not(.form-check-input) {*/
/*	padding-top: 0.25em;*/
/*}*/
/*.form-check-input {*/
/*	width: 1.5em;*/
/*	height: 1.5em;*/
/*	margin-right: 0.5em;*/
/*}*/
.form-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.form-check-input {
	width: 1.5em;
	height: 1.5em;
	margin-top: -0.1em; /* Aligns checkbox with first line of text */
	flex-shrink: 0;
	border-color: #D1D1D1;
}
.form-check-label {
	font-size: 14px !important;
	line-height: 18px;
}
.form-radio {
	display: flex;
	align-items: center;
	gap: 4px;
}
.form-radio-input {
	width: 1.5em;
	height: 1.5em;
	margin-top: -0.5em;
}
.form-radio-label {
	height: 2em;
	margin-left: 4px;
	margin-right: 20px;
	vertical-align: middle;
}