#footerFloatingPrice {
	/* background-color: rgba(143,40,81,0.8); */
    background-color: rgba(255, 255, 255);
	/* display: block; */
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	/* text-align: center; */
	max-height: 200px;
	font-size: 1.8rem;
    /* padding: 0 auto; */
    color: #494949;
}

#footerFloatingPrice img {
	/*max-width: 99%;*/
}



#course_view table td,
#option_view table td{
	vertical-align: middle;
}

.form-floating{
	position: relative;
}
.form-floating>label{
	padding: 1rem;
    line-height: 1.2;
	height: auto;
}
.form-floating>.form-control:not(:placeholder-shown){
	padding-top: 2rem;
}
.form-check{
	display: flex;
	gap: 16px;
	align-items:center;
	margin-top: 16px;
}
.form-check .form-check-input{
	margin-top: 0 !important;
}
.form-check .form-check-label{
	padding-top: 0 !important;
}
.form-check .form-control{
	min-height: 0;
}