.project-creation-form br, .member-creation-form br{
	display: none;
}
.wpcf7-form-control-wrap {
	display: block;
}
.project-creation-form .wpcf7-form-control-wrap input, 
.member-creation-form .wpcf7-form-control-wrap input, 
.project-creation-form .jcf-select .jcf-select-text,
.member-creation-form .jcf-select .jcf-select-text,
.project-creation-form .wpcf7-form-control-wrap textarea, 
.member-creation-form .wpcf7-form-control-wrap textarea {
	color: var(--core-profile-5) !important;
	font-weight: normal !important;
}
.field-icon {
	position: absolute;
    right: 10px;
    top: 10px;
}
.field-error-message {
	display: none;
	color: red;
}
.field-error-message-show {
	display: block;
}
.field-icon-error {
	color: red;
}
.field-icon-success {
	color: green;
}
.course-switcher-link, .course-switcher-link:visited {
	margin-right: 20px;
    padding: 17px 15px;
    background: #cbe7de;
    color: #3a3a3d;
    width: calc(50% - 20px);
    display: inline-block;
    text-align: center;
}

.course-switcher-link:hover, .course-switcher-link.active {
	background: #00534C;
	color: white;
}
label.required:after {
	content: '*';
	color: red;
}

.gfield_required {
	color: red !important;
	margin-left: 0 !important;
}

.gfield_label, .gfield_list th {
	color: #3a3a3d !important;
    background: #fff !important;
    font: 400 16px/1.94 "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
.form-additional-text {
	font-size: 14px;
    font-style: italic;
}
#course-products-container div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#course-products-container input[type="checkbox"], #course-products-container input[type="radio"] {
    margin-right: 10px;
}