/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .register-form {
	margin-top: 30px;
}

.register-form .gfield_label {
    font-size: 17px;
    color: #79888C;
    font-size: 1.5rem;
    font-family: Open Sans;
    font-weight: 400;
    text-align: left;
    padding-left: 18px;
    margin-bottom: 4px;
    line-height: 1.334;
}

.register-form .validation_message {
	display: block;
	color: #DA0812;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}

.register-form .gform_submission_error {
    font-size: 14px;
    color: #9f4949;
}

.register-form .gsection-title {
	border-bottom: 1px solid #DA0812;
	padding-top: 0;
	margin-bottom: 30px;
}

.register-form .styled-section h2.gsection_title {
	color: #000 !important;
	font-weight: 700;
	border-bottom: 1px solid #DA0812;
	text-align: left;
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 20px;
	margin-bottom: 0;
	padding-top: 30px;
	margin-top: 0;
}

.register-form .styled-checkbox label,
.register-form .styled-select label {
	padding-left: 0 !important;
}

.register-form .ginput_container.error-is-empty + span.error,
.register-form .ginput_container.error-is-empty label {
    color: #f44336 !important;
}

.register-form .ginput_container.error-is-empty input {
	border-color: #f44336 !important;
}

.register-form .styled-section.smaller h2.gsection_title {
	font-size: 20px;
}

.register-form .form-progress {
	height: 10px;
	width: 100%;
	background: #eee;
	margin-bottom: 30px;
}

.register-form .form-progress .bar {
	height: 100%;
	background: #DA0812;
}

.register-form .gform_button {
	margin-left: auto;
	display: block;
}

.register-form .gfield_error input {
	border-color: #DA0812 !important;
}

.register-form .gsection {
	width: 98%;
}

.register-form .gfield_radio label,
.register-form .gfield_checkbox label {
	font-weight: 500;
	padding-left: 5px;
}

.register-form .gform_body ul {
	margin-top: 20px;
	padding-top: 0px;
}

.register-form .gform_body ul li {
	padding: 2px 0px;
}

.register-form .gfield_description {
	font-style: italic;
}

.register-form .gdpr-acceptance .gfield_checkbox li {
	width: 100%;
}

.register-form ul li.half,
.register-form .gdpr-acceptance,
.register-form .boxed {
	float: left;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 5px;
	width: 48%;
	clear: none;
}

.gf_readonly input {
	background-color: #f8f8f8 !important;
}

.gform_body ul li.half:last-of-type {
	margin-right: 0;
}

.register-form .select2-selection.select2-selection--single {
	height: 50px;
}

.register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px !important;
}

#briqpay-signup {
	width: 100%;
	max-width: 100% !important;
	margin-top: 30px;
	display: block !important;
}

.register-form .gform_footer input[type="submit"] {
	background: #DA0812;
	color: #fff;
    padding: 8px 0;
    font-size: 14px;
    min-width: 250px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: 'Open Sans';
    font-weight: 500;
    line-height: 1.75;
    border-radius: 11px;
	border: 0 !important;
	float: none;
    text-transform: uppercase;
	height: auto !important;
	width: auto !important;
	margin: 0 auto;
	margin-top: 30px;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.register-form .gform_footer input[type="submit"]:hover {
    background-color: rgb(147, 7, 14);
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.register-form .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
	background: #eee;
	color: #000;
	text-align: left;
	padding-left: 10px;
}

.register-form .gform_ajax_spinner {
	box-sizing: border-box;
    margin-top: 3px;
    margin-left: 10px;
    border: 3px solid rgba(218, 8, 18, 1);
    border-left: 3px solid rgba(218, 8, 18, 0);
    border-top: 3px solid rgba(218, 8, 18, .15);
    border-right: 3px solid rgba(218, 8, 18, .5);
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 20px;
    height: 19px;
    position: relative;
    z-index: 1;
}

.register-form .hide_field {
	display: none !important;
}

.register-form .full_row li {
	width: 100% !important;
}

.register-form .regular-checkbox input[type="checkbox"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
}

.register-form .regular-checkbox input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
	margin-right: 10px;
  
	font: inherit;
	color: currentColor;
	width: 1.5em;
	height: 1.5em;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
  
	display: inline-grid;
	place-content: center;
  }
  
  .register-form .regular-checkbox input[type="checkbox"]::before {
	content: "";
	width: 0.85em;
	height: 0.85em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: CanvasText;
  }
  
  .register-form .regular-checkbox input[type="checkbox"]:checked::before {
	transform: scale(1);
  }
  
  .register-form .regular-checkbox input[type="checkbox"]:focus {
	outline: max(2px, 0.15em) solid currentColor;
	}
  
	.register-form .regular-checkbox input[type="checkbox"]:disabled {
	--form-control-color: var(--form-control-disabled);
  
	color: var(--form-control-disabled);
	cursor: not-allowed;
  }  

.register-form .ghide_field {
	visibility: hidden;
	height: 0;
	width: 0;
}

.register-form .small-title {
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 14px;
	width: 100%;
	text-align: left;
	display: block;
}

.register-form .select2-container--default .select2-selection--single {
	border-radius: 20px;
	border-color: #000;
	text-align: left;
	padding-left: 10px;
}

.apply-container {
	font-size: 16px;
	margin-bottom: 50px;
}

.m_collapse_text,
.show_collapse .m_expand_text,
.m_section {
	display: none;
}

.show_collapse .m_collapse_text {
	display: inline;
}

.gdpr-acceptance .gfield_checkbox>li {
	display: flex;
}

.gdpr-acceptance .gfield_checkbox span {
	display: block;
	margin-left: 30px;
	color: #6F8084;
	font-size: 16px;
	margin-top: -2px;
}

.gdpr-acceptance li input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.gdpr-acceptance li label {
	cursor: pointer;
	text-indent: -9999px;
	width: 51px;
	height: 23px;
	background: grey;
	display: block;
	border-radius: 62px;
	position: relative;
}

.gdpr-acceptance li label:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 26px;
	height: 25px;
	background: #fafafa;
	border-radius: 90px;
	transition: 0.3s;
	box-shadow: 1px 1px 1px rgb(0, 0, 0, .2);
}

.gdpr-acceptance li input:checked+label {
	background: #DA0812;
}

.gdpr-acceptance li input:checked+label:after {
	left: calc(100% - -4px);
	transform: translateX(-100%);
}

.gdpr-acceptance li label:active:after {
	width: 130px;
}

.fg_start {
	width: 100% !important;
}

.fg_start.hide {
	display: none;
}

.fg-panel {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.fg-panel .gfield_label {
	color: rgba(0, 0, 0, 0.87);
}

.fg-toggle {
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 1.43;
    text-align: right;
    padding-top: 2px;
    padding-right: 18px;
    color: rgba(0, 0, 0, 0.87);
}

.company-preview {
	text-align: left;
	margin-top: 40px;
}

.company-preview p {
	margin: 0;
}

.fg_start.expanded .gfield_fg_wrapper {
    display: block;
}

.fg_start.collapsed .gfield_fg_wrapper {
    display: none;
}

.fg-preview {
	border: 1px solid rgba(0, 0, 0, 0.42);
	color: rgba(0, 0, 0, 0.87);
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 20px;
	text-align: left;
	width: 100%;
	margin-top: 0;
	border-radius: 18px;
    display: none;
}

.fg-preview .result {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}

.fg-preview strong {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.87);
}

.fg-preview.force {
    display: block !important;
}

.fg_start.expanded .fg-preview {
    display: none;
}

.fg_start.collapsed .fg-preview {
    display: block;
}

.fg-preview .template {
	display: none;
}

.register-form .gfield {
	width: 100%;
	text-align: left;
}

.register-form .select2-results__option {
    text-align: left;
}

.register-form .gform_footer {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -30px;
}

.register-form .gfield_column_wrapper ul {
	margin: 0;
}

.register-form .ginput_container_select {
	background: none;
	border: 0;
	padding: 0;
	border-radius: 0;
	border-bottom: 2px solid #000;
}

.register-form .ginput_container_select .gfield_select {
	background: none;
	color: rgba(0, 0, 0, 0.87);
	padding: 0;
	font-weight: 500;
	font-size: 18px;
}

.register-form .styled-checkbox {
	padding-left: 40px !important;
}

.register-form .styled-checkbox ul {
	margin-top: 5px;
}

.register-form .styled-checkbox ul input[type="checkbox"] {
	height: 16px;
	width: 17px;
}

.register-form .styled-checkbox .gfield_checkbox li {
	width: 100%;
	display: flex;
	align-items: center;
}

.register-form .styled-checkbox .gfield_checkbox ul {
	margin-top: 5px;
}

.register-form .styled-checkbox .gfield_checkbox li input {
	margin-right: 5px;
}

.register-form .gfield_checkbox label {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.87);
}

.register-form .validation_error {
    color: #DA0812;
    margin-top: 20px;
    color: #f##DA0812;
    border-radius: 60px;
    background: #fbced1;
    padding: 10px 49px;
    padding-bottom: 10px;
    font-size: 16px;
}

.register-form .validation_message {
    float: none;
}

/******* BEGIN FORM STYLES *******/

.register-form .ginput_container input[type="text"],
.register-form .ginput_container input[type="number"],
.register-form .ginput_container input[type="email"] {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #000;
	border-radius: 0;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 5px;
}

.register-form .ginput_container_text input,
.register-form .ginput_container_email input {
	position: relative;
	padding: 12px 0px 5px 0 !important;
	width: 100%;
    height: 50px;
	outline: 0;
    font-size: 18px;
	transition: box-shadow 150ms ease-out;
}

.register-form .ginput_container_text input::placeholder,
.register-form .ginput_container_email input::placeholder {
	color: transparent;
}

.register-form .ginput_container_text,
.register-form .ginput_container_email {
	position: relative;
	overflow: visible;
}

.register-form .ginput_container_text .gfield_label,
.register-form .ginput_container_email .gfield_label {
    position: absolute !important;
    left: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    bottom: 5px;
    font-weight: 400;
    line-height: -4px;
	padding-left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.register-form .ginput_container_text.focused .gfield_label,
.register-form .ginput_container_email.focused .gfield_label {
	transform: translateY(-125%);
}

.register-form .ginput_container_text.focused .gfield_label,
.register-form .ginput_container_email.focused .gfield_label,
.register-form .styled-select .gfield_label,
.register-form .styled-checkbox .gfield_label {
	color: rgba(0, 0, 0, 0.54) !important;
	font-weight: 500;
	text-align: left;
	font-size: 13px;
    top: 16px;
}

.register-form .ginput_container_text input:focus,
.register-form .ginput_container_email input:focus {
	border-bottom: 2px solid #000;
}

.register-form .ginput_container_text input.filled,
.register-form .ginput_container_email input.filled {
	border-bottom: 2px solid #000;

	padding-left: 0 !important;
}

.register-form .flex-title {
	display: flex;
	justify-content: space-between;
}

.register-form .flex-title span {
	font-size: 16px;
}

.register-form .gform_body > .gform_fields {
	margin-top: 0;
}

.register-form [id^="field_"][id$="56"], 
.register-form [id^="field_"][id$="13"] {
	display: none;
}

.register-form [id^="field_"][id$="43"], .register-form [id^="field_"][id$="64"] {
	margin-bottom: 0;
}

.register-form [id^="field_"][id$="64"] {
	margin-top: 5px;
}

.register-form .gform_hidden {
	margin: 0;
	display: none !important;
}

.register-form [id^="field_"][id$="64"] .gfield_checkbox {
	margin-top: 0;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 1080px) {

	.register-form ul li.half,
	.register-form .gdpr-acceptance,
	.register-form .boxed {
		width: 48%;
	}
}

@media (max-width: 760px) {

	.register-form ul li.half,
	.register-form .gdpr-acceptance,
	.register-form .boxed {
		float: none;
		width: auto;
	}
}

@media (max-width: 480px) {

	.register-form ul li.half,
	.register-form .gdpr-acceptance,
	.register-form .boxed {
		width: 100%;
	}
}
