/* Skin ID: WS Form (ws_form) */

.wsf-form {
	box-sizing: border-box;
	color: #707070;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	-webkit-tap-highlight-color: transparent;
	text-size-adjust: 100%;
}

.wsf-form *, .wsf-form *:before, .wsf-form *:after {
	box-sizing: inherit;
}

.wsf-section,
.wsf-fieldset {
	border: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.wsf-section.wsf-sticky {
	align-self: flex-start;
	height: auto;
	margin-top: -20px;
	padding-top: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

.wsf-section > legend,
.wsf-fieldset > legend {
	border: 0;
	font-family: inherit;
	font-size: 18px;
	font-weight: inherit;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0;
}

.wsf-form ul.wsf-group-tabs {
	border-bottom: 1px solid #ceced2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}

.wsf-form ul.wsf-group-tabs > li {
	box-sizing: border-box;
	margin-bottom: -1px;
	outline: none;
	position: relative;
}

.wsf-form ul.wsf-group-tabs > li > a {
	background-color: transparent;
	border: 1px solid transparent;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: none;
	color: #707070;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	white-space: nowrap;
}

.wsf-form ul.wsf-group-tabs > li > a:focus {
	border-color: #ceced2;
	outline: 0;
}

.wsf-form ul.wsf-group-tabs > li > a.wsf-tab-disabled {
	color: #767676;
	cursor: not-allowed;
	pointer-events: none;
}

.wsf-form ul.wsf-group-tabs > li.wsf-tab-active {
	z-index: 1;
}

.wsf-form ul.wsf-group-tabs > li.wsf-tab-active > a {
	background-color: #ffffff;
	border-color: #ceced2;
	border-bottom-color: transparent;
	color: #707070;
	cursor: default;
}

.wsf-form-canvas.wsf-vertical {
	display: flex;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs {
	border-bottom: none;
	-webkit-border-end: 1px solid #ceced2;
	border-inline-end: 1px solid #ceced2;
	flex-direction: column;
	-webkit-margin-end: 20px;
	margin-inline-end: 20px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs > li {
	margin-bottom: 0;
	-webkit-margin-end: -1px;
	margin-inline-end: -1px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs > li > a {
	border: 1px solid transparent;
	border-top-left-radius: 7px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 7px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs > li > a:focus {
	border-color: #ceced2;
	outline: 0;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs > li.wsf-tab-active > a {
	border-color: #ceced2;
	-webkit-border-end-color: transparent;
	border-inline-end-color: transparent;
}

.wsf-form-canvas.wsf-vertical .wsf-groups {
	width: 100%;
}

.wsf-form ul.wsf-group-tabs.wsf-steps {
	border-bottom: none;
	counter-reset: step;
	justify-content: space-between;
	flex-wrap: nowrap;
	z-index: 0;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li {
	margin-bottom: 0;
	width: 100%;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li > a {
	border: none;
	padding: 0;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li > a:before {
	background-color: #ff5b00;
	border: 1px solid #ff5b00;
	border-radius: 50%;
  	content: counter(step);
  	counter-increment: step;
	color: #ffffff;
	display: block;
	font-weight: bold;
  	height: 41px;
	line-height: 39px;
	margin: 0 auto 10px;
  	text-align: center;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
	width: 41px;
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success > li > a:before {
	background-color: #2e8540;
	border: 1px solid #2e8540;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li > a:after {
	background-color: #ff5b00;
	content: '';
	height: 1px;
	left: -50%;
	position: absolute;
	top: 20.5px;
	transition: background-color 200ms ease-in-out;
	width: 100%;
	z-index: -2;
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success > li > a:after {
	background-color: #2e8540;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li:first-child > a:after {
	content: none;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li > a:not(.wsf-tab-disabled):focus:before {
	border-color: #ff5b00;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success > li > a:not(.wsf-tab-disabled):focus:before {
	border-color: #2e8540;
	box-shadow: 0 0 0 4px rgba(46,133,64,0.25);
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li > a.wsf-tab-disabled:before,
.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active ~ li > a.wsf-tab-disabled:before {
	color: #767676;
	cursor: not-allowed;
	pointer-events: none;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active {
	z-index: -1;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active > a {
	background-color: transparent;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active > a:before {
	background-color: #ffffff;
	color: #ff5b00;
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success > li.wsf-tab-active > a:before {
	color: #2e8540;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active ~ li > a:before {
	background-color: #ffffff;
	border-color: #ceced2;
	color: #707070;
}

.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active ~ li > a:after {
	background-color: #ceced2;
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-no-label > li > a > span {
	display: none;
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-checks > li > a:before {
	content: '\2713';
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-checks > li.wsf-tab-active > a:before {
	content: counter(step);
}

.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-checks > li.wsf-tab-active ~ li > a:before {
	content: counter(step);
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-steps {
	-webkit-border-end: none;
    border-inline-end: none;
    justify-content: flex-start;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-steps > li {
	margin-bottom: 19px;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-steps > li > a:after {
	height: 100%;
	left: 20.5px;
	top: -50%;
	width: 1px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-steps > li > a {
	text-align: left;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-steps > li > a:before {
	display: inline-block;
	margin-bottom: 0;
	-webkit-margin-end: 10px;
	margin-inline-end: 10px;
}

.wsf-form ul.wsf-group-tabs.wsf-sticky {
	align-self: flex-start;
	height: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

.wsf-form ul.wsf-group-tabs.wsf-sticky {
	margin-top: -20px;
	padding-top: 20px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-sticky {
	margin-top: 0;
	padding-top: 0;
}

.wsf-form ul.wsf-group-tabs.wsf-sticky.wsf-steps {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-sticky.wsf-steps {
	margin-top: -20px;
	padding-top: 20px;
}

.wsf-form-canvas.wsf-vertical ul.wsf-group-tabs.wsf-sticky.wsf-steps > li > a:last-child {
	margin-bottom: 0;
}

.wsf-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.wsf-tile {
	padding-left: 10px;
	padding-right: 10px;
}

.wsf-field-wrapper {
	margin-bottom: 20px;
}

.wsf-field-wrapper.wsf-sticky {
	align-self: flex-start;
	height: auto;
	margin-bottom: 0;
	margin-top: -20px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

.wsf-field-wrapper[data-type='texteditor'],
.wsf-field-wrapper[data-type='html'],
.wsf-field-wrapper[data-type='divider'],
.wsf-field-wrapper[data-type='message'] {
	margin-bottom: 0;
}

.wsf-inline {
	display: inline-flex;
	flex-direction: column;
	-webkit-margin-end: 10px;
	margin-inline-end: 10px;
}

.wsf-label-wrapper label.wsf-label {
	padding: 9.5px 0;
	margin-bottom: 0;
}

label.wsf-label {
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	margin-bottom: 5px;
	user-select: none;
}

.wsf-field + label.wsf-label,
.wsf-input-group-append + label.wsf-label {
	margin-bottom: 0;
	margin-top: 5px;
}

.wsf-invalid-feedback {
	color: #bb0000;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}

.wsf-help {
	color: #707070;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}

[data-wsf-tooltip=""]:before,
[data-wsf-tooltip=""]:after {
	opacity: 0 !important;
}

[data-wsf-tooltip] {
	cursor: help;
	position: relative;
}

[data-wsf-tooltip] svg {
	display: inline-block;
	vertical-align: text-bottom;
}

[data-wsf-tooltip]:before,
[data-wsf-tooltip]:after {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
	user-select: none;
	visibility: hidden;
	z-index: 1000;
}

[data-wsf-tooltip]:focus {
	outline: 0;
}

[data-wsf-tooltip]:hover:before,
[data-wsf-tooltip]:hover:after,
[data-wsf-tooltip]:focus:before,
[data-wsf-tooltip]:focus:after {
	opacity: 1;
	visibility: visible;
}

[data-wsf-tooltip]:before {
	border: 5px solid transparent;
	border-top-color: #767676;
	bottom: calc(100% - 5px);
	content: "";
	left: 50%;
	transform: translateX(-50%);
}

[data-wsf-tooltip]:after {
	background-color: #767676;
	border-radius: 7px;
	bottom: calc(100% + 5px);
	color: #ffffff;
	content: attr(data-wsf-tooltip);
	font-size: 14px;
	left: 50%;
	max-width: 320px;
	min-width: 180px;
	padding: 10px;
	text-align: center;
	transform: translateX(-50%);
}

.wsf-input-group {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.wsf-input-group > .wsf-field,
.wsf-input-group > select.wsf-field ~ .select2-container,
.wsf-input-group > input[type=text].wsf-field ~ .dropzone,
.wsf-input-group > input[type=text].wsf-field ~ canvas,
.wsf-input-group > .iti {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	width: 1% !important;
}

.wsf-input-group-has-prepend > .wsf-field,
.wsf-input-group-has-prepend > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-input-group-has-prepend > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-input-group-has-prepend > .dropzone,
.wsf-input-group-has-prepend > .iti > input[type="tel"] {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.wsf-input-group-has-append > .wsf-field,
.wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--single,
.wsf-input-group-has-append > select.wsf-field ~ .select2-container .select2-selection--multiple,
.wsf-input-group-has-append > .dropzone,
.wsf-input-group-has-append > .iti > input[type="tel"] {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.wsf-input-group-prepend,
.wsf-input-group-append {
	align-items: center;
	background-color: #efeff4;
	border: 1px solid #ceced2;
	color: #707070;
	display: flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 8.5px 10px;
}

.wsf-input-group-prepend {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-end: none;
	border-inline-end: none;
}

.wsf-input-group-append {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-start: none;
	border-inline-start: none;
}

.wsf-input-group > label.wsf-label,
.wsf-input-group > .wsf-invalid-feedback,
.wsf-input-group > .wsf-help {
	width: 100%;
}

input[type=email].wsf-field,
input[type=number].wsf-field,
input[type=tel].wsf-field,
input[type=text].wsf-field,
input[type=url].wsf-field,
select.wsf-field,
textarea.wsf-field {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 7px;
	color: #707070;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	margin: 0;
	min-height: auto;
	max-width: auto;
	padding: 8.5px 10px;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, background-image 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	width: 100%;
}

input[type=email].wsf-field,
input[type=number].wsf-field,
input[type=tel].wsf-field,
input[type=text].wsf-field,
input[type=url].wsf-field,
select.wsf-field:not([multiple]):not([size]) {
	height: 41px;
}

input[type=email].wsf-field::placeholder,
input[type=number].wsf-field::placeholder,
input[type=tel].wsf-field::placeholder,
input[type=text].wsf-field::placeholder,
input[type=url].wsf-field::placeholder,
select.wsf-field::placeholder,
textarea.wsf-field::placeholder {
	color: #767676;
	opacity: 1;
}


input[type=email].wsf-field:focus,
input[type=number].wsf-field:focus,
input[type=tel].wsf-field:focus,
input[type=text].wsf-field:focus,
input[type=url].wsf-field:focus,
select.wsf-field:focus,
textarea.wsf-field:focus {
	border-color: #ff5b00;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
	outline: 0;
}

input[type=email].wsf-field:disabled,
input[type=number].wsf-field:disabled,
input[type=tel].wsf-field:disabled,
input[type=text].wsf-field:disabled,
input[type=url].wsf-field:disabled,
select.wsf-field:disabled,
textarea.wsf-field:disabled {
	background-color: #efeff4;
	color: #767676;
	-webkit-text-fill-color: #767676;
	cursor: not-allowed;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=email].wsf-field::-moz-focus-inner,
input[type=number].wsf-field::-moz-focus-inner,
input[type=tel].wsf-field::-moz-focus-inner,
input[type=text].wsf-field::-moz-focus-inner,
input[type=url].wsf-field::-moz-focus-inner,
select.wsf-field::-moz-focus-inner,
textarea.wsf-field::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Number */
input[type=number].wsf-field::-webkit-inner-spin-button,
input[type=number].wsf-field::-webkit-outer-spin-button {
	height: auto;
}

input[type=number][data-wsf-no-spinner].wsf-field::-webkit-outer-spin-button,
input[type=number][data-wsf-no-spinner].wsf-field::-webkit-inner-spin-button {
	display: none !important;
}
input[type=number][data-wsf-no-spinner].wsf-field {
	-moz-appearance: textfield;
}

/* Text Area */
textarea.wsf-field {
	min-height: 41px;
	overflow: auto;
	resize: vertical;
}

textarea.wsf-field[data-textarea-type='tinymce'] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

[data-type='textarea'] .wp-editor-tabs {
	box-sizing: content-box;
}

[data-type='textarea'] .mce-btn.mce-active button,
[data-type='textarea'] .mce-btn.mce-active:hover button,
[data-type='textarea'] .mce-btn.mce-active i,
[data-type='textarea'] .mce-btn.mce-active:hover i {
	color: #000;
}

/* Select */
select.wsf-field:not([multiple]):not([size]) {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%225%22%20viewBox%3D%22169%20177%2010%205%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23707070%22%20fill-rule%3D%22evenodd%22%20d%3D%22M174%20182l5-5h-10%22%2F%3E%3C%2Fsvg%3E');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 5px;
	-webkit-padding-end: 30px;
	padding-inline-end: 30px;
/*	padding: 8.5px 10px;*/
}

select.wsf-field:not([multiple]):not([size])::-ms-expand {
	display: none;
}

select.wsf-field option {
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
}



select.wsf-field:not([multiple]):not([size]):-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select.wsf-field:not([multiple]):not([size]):disabled {
	border-color: #ceced2;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%225%22%20viewBox%3D%22169%20177%2010%205%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23767676%22%20fill-rule%3D%22evenodd%22%20d%3D%22M174%20182l5-5h-10%22%2F%3E%3C%2Fsvg%3E');
}

select.wsf-field optgroup {
	font-weight: bold;
}

select.wsf-field option:disabled {
	color: #767676;
}


/* Checkbox */
input[type=checkbox].wsf-field {
	background: none;
	border: none;
	bottom: auto;
	height: 22px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 22px;
}

input[type=checkbox].wsf-field + label.wsf-label {
	color: #707070;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	margin: 0 0 10px;
	-webkit-padding-start: 27px;
	padding-inline-start: 27px;
	position: relative;
	transition: color 200ms ease-in-out;
}

input[type=checkbox].wsf-field + label.wsf-label:before {
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 7px;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 22px;
	left: 0;
	position: absolute;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: top;
	width: 22px;
}

input[type=checkbox].wsf-field + label.wsf-label:after {
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 22px;
}

input[type=checkbox].wsf-field + label.wsf-label + .wsf-invalid-feedback {
	margin-bottom: 10px;
	margin-top: -5px;
}


input[type=checkbox].wsf-field:focus + label.wsf-label:before {
	border-color: #ff5b00;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

input[type=checkbox].wsf-field:disabled + label.wsf-label {
	color: #767676;
}

input[type=checkbox].wsf-field:disabled + label.wsf-label:before {
	background-color: #efeff4;
	cursor: not-allowed;
}

input[type=checkbox].wsf-field:disabled + label.wsf-label:after {
	cursor: not-allowed;
}

input[type=checkbox].wsf-field:checked + label.wsf-label:before {
	background-color: #ff5b00;
	border-color: #ff5b00;
}

input[type=checkbox].wsf-field:checked + label.wsf-label:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
	background-position: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
}

input[type=checkbox].wsf-field:checked:disabled + label.wsf-label:before {
	opacity: .5;
}

/* Radio */
input[type=radio].wsf-field {
	background: none;
	border: none;
	bottom: auto;
	height: 22px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 22px;
}

input[type=radio].wsf-field + label.wsf-label {
	color: #707070;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	margin: 0 0 10px;
	-webkit-padding-start: 27px;
	padding-inline-start: 27px;
	position: relative;
	transition: color 200ms ease-in-out;
}

input[type=radio].wsf-field + label.wsf-label:before {
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 50%;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 22px;
	left: 0;
	position: absolute;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: top;
	width: 22px;
}

input[type=radio].wsf-field + label.wsf-label:after {
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 22px;
}

input[type=radio].wsf-field + label.wsf-label + .wsf-invalid-feedback {
	margin-bottom: 10px;
	margin-top: -5px;
}


input[type=radio].wsf-field:focus + label.wsf-label:before {
	border-color: #ff5b00;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

input[type=radio].wsf-field:disabled + label.wsf-label {
	color: #767676;
}

input[type=radio].wsf-field:disabled + label.wsf-label:before {
	background-color: #efeff4;
	cursor: not-allowed;
}

input[type=radio].wsf-field:disabled + label.wsf-label:after {
	cursor: not-allowed;
}

input[type=radio].wsf-field:checked + label.wsf-label:before {
	background-color: #ff5b00;
	border-color: #ff5b00;
}

input[type=radio].wsf-field:checked + label.wsf-label:after {
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="%23ffffff"/%3e%3c/svg%3e');
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

input[type=radio].wsf-field:checked:disabled + label.wsf-label:before {
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-switch,
input[type=radio].wsf-field.wsf-switch {
	width: 40px;
}

input[type=checkbox].wsf-field.wsf-switch + label.wsf-label,
input[type=radio].wsf-field.wsf-switch + label.wsf-label {
	-webkit-padding-start: 45px;
	padding-inline-start: 45px;
	position: relative;
}

input[type=checkbox].wsf-field.wsf-switch + label.wsf-label:before,
input[type=radio].wsf-field.wsf-switch + label.wsf-label:before {
	border-radius: 13px;
	position: absolute;
	width: 40px;
}

input[type=checkbox].wsf-field.wsf-switch + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch + label.wsf-label:after {
	background-color: #ceced2;
	border-radius: 50%;
	height: 18px;
	left: 2px;
	top: 2px;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, left 200ms ease-in-out;
	width: 18px;
}


input[type=checkbox].wsf-field.wsf-switch:focus + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:focus + label.wsf-label:after {
	border-color: #ff5b00;
}

input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:disabled + label.wsf-label:after {
}

input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label:before,
input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label:before {
	background-color: #ff5b00;
}

input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label:after {
	background-color: #ffffff;
	background-image: none;
	border-color: #ffffff;
	left: 20px}

input[type=checkbox].wsf-field.wsf-button + label.wsf-label,
input[type=radio].wsf-field.wsf-button + label.wsf-label {
  	background-color: #ceced2;
  	border: 1px solid #ceced2;
  	border-radius: 7px;
  	color: #707070;
  	cursor: pointer;
  	display: inline-block;
  	font-family: inherit;
  	font-size: 16px;
  	font-weight: inherit;
  	line-height: 1.4;
  	padding: 8.5px 10px;
  	margin: 0 0 10px;
  	text-align: center;
  	text-decoration: none;
  	touch-action: manipulation;
  	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  	vertical-align: middle;
}

input[type=checkbox].wsf-field.wsf-button + label.wsf-label:after,
input[type=radio].wsf-field.wsf-button + label.wsf-label:after {
	display: none;
}

input[type=checkbox].wsf-field.wsf-button.wsf-button-full + label.wsf-label,
input[type=radio].wsf-field.wsf-button.wsf-button-full + label.wsf-label {
	display: block;
}

input[type=checkbox].wsf-field.wsf-button + label.wsf-label:before,
input[type=radio].wsf-field.wsf-button + label.wsf-label:before {
	display: none;
}

input[type=checkbox].wsf-field.wsf-button:focus + label.wsf-label,
input[type=radio].wsf-field.wsf-button:focus + label.wsf-label {
	box-shadow: 0 0 0 4px rgba(206,206,210,0.25);
}

input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label,
input[type=radio].wsf-field.wsf-button:disabled + label.wsf-label {
	cursor: not-allowed;
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-button:checked + label.wsf-label,
input[type=radio].wsf-field.wsf-button:checked + label.wsf-label {
	background-color: #ff5b00;
	border-color: #ff5b00;
	color: #ffffff;
}

input[type=checkbox].wsf-field.wsf-button:checked:focus + label.wsf-label,
input[type=radio].wsf-field.wsf-button:checked:focus + label.wsf-label {
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

input[type=checkbox].wsf-field.wsf-color,
input[type=radio].wsf-field.wsf-color {
	height: 41px;
	width: 41px;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label,
input[type=radio].wsf-field.wsf-color + label.wsf-label {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label:before,
input[type=radio].wsf-field.wsf-color + label.wsf-label:before {
	display: none;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label:after,
input[type=radio].wsf-field.wsf-color + label.wsf-label:after {
	display: none;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color + label.wsf-label > span {
	border: 1px solid #ceced2;
	border-radius: 7px;
	cursor: pointer;
	display: inline-block;
	height: 41px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: middle;
	width: 41px;
}

input[type=checkbox].wsf-field.wsf-color.wsf-circle + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color.wsf-circle + label.wsf-label > span {
	border-radius: 50%;
}


input[type=checkbox].wsf-field.wsf-color:focus + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color:focus + label.wsf-label > span {
	border-color: #ff5b00;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

input[type=checkbox].wsf-field.wsf-color:disabled + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color:disabled + label.wsf-label > span {
	cursor: not-allowed;
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-color:checked + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color:checked + label.wsf-label > span {
	border-color: #ff5b00;
	box-shadow: inset 0 0 0 2px #ffffff;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label,
input[type=radio].wsf-field.wsf-image + label.wsf-label {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label:before,
input[type=radio].wsf-field.wsf-image + label.wsf-label:before {
	display: none;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label:after,
input[type=radio].wsf-field.wsf-image + label.wsf-label:after {
	display: none;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image + label.wsf-label > img {
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 7px;
	cursor: pointer;
	display: inline-block;
	height: auto;
	max-width: 100%;
	padding: 2px;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: middle;
}

input[type=checkbox].wsf-field.wsf-image.wsf-circle + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image.wsf-circle + label.wsf-label > img {
	border-radius: 50%;
}

input[type=checkbox].wsf-field.wsf-image.wsf-responsive + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image.wsf-responsive + label.wsf-label > img {
	height: auto;
	max-width: 100%;
	width: 100%; 
}

input[type=checkbox].wsf-field.wsf-image.wsf-image-full + label.wsf-label,
input[type=radio].wsf-field.wsf-image.wsf-image-full + label.wsf-label {
	width: 100%;
}


input[type=checkbox].wsf-field.wsf-image:focus + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:focus + label.wsf-label > img {
	border-color: #ff5b00;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

input[type=checkbox].wsf-field.wsf-image:disabled + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:disabled + label.wsf-label > img {
	cursor: not-allowed;
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-image:checked + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:checked + label.wsf-label > img {
	background-color: #ff5b00;
	border-color: #ff5b00;
}

.wsf-image-caption {
	color: #707070;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}

[data-wsf-hierarchy='1'] {
	-webkit-margin-start: 22px;
	margin-inline-start: 22px;
}

[data-wsf-hierarchy='2'] {
	-webkit-margin-start: 44px;
	margin-inline-start: 44px;
}

[data-wsf-hierarchy='3'] {
	-webkit-margin-start: 66px;
	margin-inline-start: 66px;
}

[data-wsf-hierarchy='4'] {
	-webkit-margin-start: 88px;
	margin-inline-start: 88px;
}

[data-wsf-hierarchy='5'] {
	-webkit-margin-start: 110px;
	margin-inline-start: 110px;
}

[data-wsf-hierarchy='6'] {
	-webkit-margin-start: 132px;
	margin-inline-start: 132px;
}

[data-wsf-hierarchy='7'] {
	-webkit-margin-start: 154px;
	margin-inline-start: 154px;
}

[data-wsf-hierarchy='8'] {
	-webkit-margin-start: 176px;
	margin-inline-start: 176px;
}

[data-wsf-hierarchy='9'] {
	-webkit-margin-start: 198px;
	margin-inline-start: 198px;
}

[data-wsf-hierarchy='10'] {
	-webkit-margin-start: 220px;
	margin-inline-start: 220px;
}


/* Validation */
.wsf-validated input[type=email].wsf-field:invalid,
.wsf-validated input[type=number].wsf-field:invalid,
.wsf-validated input[type=tel].wsf-field:invalid,
.wsf-validated input[type=text].wsf-field:invalid,
.wsf-validated input[type=url].wsf-field:invalid,
.wsf-validated select.wsf-field:invalid,
.wsf-validated textarea.wsf-field:invalid {
	border-color: #bb0000;
	color: #707070;
}

.wsf-validated input[type=email].wsf-field:invalid:focus,
.wsf-validated input[type=number].wsf-field:invalid:focus,
.wsf-validated input[type=tel].wsf-field:invalid:focus,
.wsf-validated input[type=text].wsf-field:invalid:focus,
.wsf-validated input[type=url].wsf-field:invalid:focus,
.wsf-validated select.wsf-field:invalid:focus,
.wsf-validated textarea.wsf-field:invalid:focus {
	box-shadow: 0 0 0 4px rgba(187,0,0,0.25);
}

.wsf-validated input[type=email].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=number].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=tel].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=text].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=url].wsf-field:-moz-ui-invalid,
.wsf-validated select.wsf-field:-moz-ui-invalid,
.wsf-validated textarea.wsf-field:-moz-ui-invalid {
	box-shadow: none;
}



.wsf-validated input[type=checkbox].wsf-field:invalid + label.wsf-label:before,
.wsf-validated input[type=radio].wsf-field:invalid + label.wsf-label:before {
	border-color: #bb0000;
}

.wsf-validated input[type=checkbox].wsf-field:invalid:focus + label.wsf-label:before,
.wsf-validated input[type=radio].wsf-field:invalid:focus + label.wsf-label:before {
	box-shadow: 0 0 0 4px rgba(187,0,0,0.25);
}

/* Message */
.wsf-alert {
	background-color: #efeff4;
	-webkit-border-start: 4px solid #ceced2;
	border-inline-start: 4px solid #ceced2;
	border-radius: 7px;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 8.5px 10px;
	margin-bottom: 20px;
}

.wsf-alert a {
	text-decoration: underline;
}

.wsf-alert > :first-child {
	margin-top: 0;
}

.wsf-alert > :last-child {
	margin-bottom: 0;
}

.wsf-alert.wsf-alert-success {
	background-color: #d5edda;
	border-color: #6eb67d;
	color: #1c5026;
}

.wsf-alert.wsf-alert-success a,
.wsf-alert.wsf-alert-success a:hover,
.wsf-alert.wsf-alert-success a:focus {
	color: #12351a;
}

.wsf-alert.wsf-alert-information {
	background-color: #d6f5fb;
	border-color: #61d8f1;
	color: #01738b;
}

.wsf-alert.wsf-alert-information a,
.wsf-alert.wsf-alert-information a:hover,
.wsf-alert.wsf-alert-information a:focus {
	color: #014c5c;
}

.wsf-alert.wsf-alert-warning {
	background-color: #fff4dd;
	border-color: #fed478;
	color: #654a0c;
}

.wsf-alert.wsf-alert-warning a,
.wsf-alert.wsf-alert-warning a:hover,
.wsf-alert.wsf-alert-warning a:focus {
	color: #654a0c;
}

.wsf-alert.wsf-alert-danger {
	background-color: #f5d0d0;
	border-color: #d65656;
	color: #4b0000;
}

.wsf-alert.wsf-alert-danger a,
.wsf-alert.wsf-alert-danger a:hover,
.wsf-alert.wsf-alert-danger a:focus {
	color: #4b0000;
}

/* Button */
button.wsf-button {
	-webkit-appearance: none;
	background-color: #ceced2;
	border: 1px solid #ceced2;
	border-radius: 7px;
	color: #707070;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 8.5px 10px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

button.wsf-button.wsf-button-full {
	width: 100%;
}


button.wsf-button:focus,
button.wsf-button:active {
	background-color: #a5a5a8;
	border-color: #a5a5a8;
	box-shadow: 0 0 0 4px rgba(206,206,210,0.25);
	outline: 0;
}

button.wsf-button:disabled {
	background-color: #ceced2;
	border-color: #ceced2;
}

button.wsf-button.wsf-button-primary {
	background-color: #ff5b00;
	border-color: #ff5b00;
	color: #ffffff;
}


button.wsf-button.wsf-button-primary:focus,
button.wsf-button.wsf-button-primary:active {
	background-color: #cc4900;
	border-color: #cc4900;
	box-shadow: 0 0 0 4px rgba(255,91,0,0.25);
}

button.wsf-button.wsf-button-primary:disabled {
	background-color: #ff5b00;
	border-color: #ff5b00;
}

button.wsf-button.wsf-button-secondary {
	background-color: #5b616b;
	border-color: #5b616b;
	color: #ffffff;
}


button.wsf-button.wsf-button-secondary:focus,
button.wsf-button.wsf-button-secondary:active {
	background-color: #494e56;
	border-color: #494e56;
	box-shadow: 0 0 0 4px rgba(91,97,107,0.25);
}

button.wsf-button.wsf-button-secondary:disabled {
	background-color: #5b616b;
	border-color: #5b616b;
}

button.wsf-button.wsf-button-success {
	background-color: #2e8540;
	border-color: #2e8540;
	color: #ffffff;
}


button.wsf-button.wsf-button-success:focus,
button.wsf-button.wsf-button-success:active {
	background-color: #256a33;
	border-color: #256a33;
	box-shadow: 0 0 0 4px rgba(46,133,64,0.25);
}

button.wsf-button.wsf-button-success:disabled {
	background-color: #2e8540;
	border-color: #2e8540;
}

button.wsf-button.wsf-button-information {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #707070;
}


button.wsf-button.wsf-button-information:focus,
button.wsf-button.wsf-button-information:active {
	background-color: #0299b9;
	border-color: #0299b9;
	box-shadow: 0 0 0 4px rgba(2,191,231,0.25);
}

button.wsf-button.wsf-button-information:disabled {
	background-color: #02bfe7;
	border-color: #02bfe7;
}

button.wsf-button.wsf-button-warning {
	background-color: #fdb81e;
	border-color: #fdb81e;
	color: #707070;
}


button.wsf-button.wsf-button-warning:focus,
button.wsf-button.wsf-button-warning:active {
	background-color: #ca9318;
	border-color: #ca9318;
	box-shadow: 0 0 0 4px rgba(253,184,30,0.25);
}

button.wsf-button.wsf-button-warning:disabled {
	background-color: #fdb81e;
	border-color: #fdb81e;
}

button.wsf-button.wsf-button-danger {
	background-color: #bb0000;
	border-color: #bb0000;
	color: #ffffff;
}


button.wsf-button.wsf-button-danger:focus,
button.wsf-button.wsf-button-danger:active {
	background-color: #960000;
	border-color: #960000;
	box-shadow: 0 0 0 4px rgba(187,0,0,0.25);
}

button.wsf-button.wsf-button-danger:disabled {
	background-color: #bb0000;
	border-color: #bb0000;
}

button.wsf-button.wsf-button-inverted {
	background-color: #ffffff;
	border-color: #ceced2;
	color: #707070;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}


button.wsf-button.wsf-button-inverted:focus,
button.wsf-button.wsf-button-inverted:active {
	background-color: #ceced2;
}

button.wsf-button.wsf-button-inverted:disabled {
	background-color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-primary {
	border-color: #ff5b00;
	color: #ff5b00;
}


button.wsf-button.wsf-button-inverted.wsf-button-primary:focus {
	background-color: #ff5b00;
	border-color: #ff5b00;
	color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-primary:disabled {
	background-color: #ffffff;
	border-color: #ff5b00;
	color: #ff5b00;
}

button.wsf-button.wsf-button-inverted.wsf-button-secondary {
	border-color: #5b616b;
	color: #5b616b;
}


button.wsf-button.wsf-button-inverted.wsf-button-secondary:focus {
	background-color: #5b616b;
	border-color: #5b616b;
	color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-secondary:disabled {
	background-color: #ffffff;
	border-color: #5b616b;
	color: #5b616b;
}

button.wsf-button.wsf-button-inverted.wsf-button-success {
	border-color: #2e8540;
	color: #2e8540;
}


button.wsf-button.wsf-button-inverted.wsf-button-success:focus {
	background-color: #2e8540;
	border-color: #2e8540;
	color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-success:disabled {
	background-color: #ffffff;
	border-color: #2e8540;
	color: #2e8540;
}

button.wsf-button.wsf-button-inverted.wsf-button-information {
	border-color: #02bfe7;
	color: #02bfe7;
}


button.wsf-button.wsf-button-inverted.wsf-button-information:focus {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-information:disabled {
	background-color: #ffffff;
	border-color: #02bfe7;
	color: #02bfe7;
}

button.wsf-button.wsf-button-inverted.wsf-button-warning {
	border-color: #fdb81e;
	color: #fdb81e;
}


button.wsf-button.wsf-button-inverted.wsf-button-warning:focus {
	background-color: #fdb81e;
	border-color: #fdb81e;
	color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-warning:disabled {
	background-color: #ffffff;
	border-color: #fdb81e;
	color: #fdb81e;
}

button.wsf-button.wsf-button-inverted.wsf-button-danger {
	border-color: #bb0000;
	color: #bb0000;
}


button.wsf-button.wsf-button-inverted.wsf-button-danger:focus {
	background-color: #bb0000;
	border-color: #bb0000;
	color: #ffffff;
}

button.wsf-button.wsf-button-inverted.wsf-button-danger:disabled {
	background-color: #ffffff;
	border-color: #bb0000;
	color: #bb0000;
}

button.wsf-button::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}

button.wsf-button:disabled {
	cursor: not-allowed;
	opacity: .5;
	transition: none;
}

.wsf-form-post-lock-progress button.wsf-button {
	cursor: progress;
}

/* Helpers */
.wsf-text-primary {
	color: #ff5b00;
}

.wsf-text-secondary {
	color: #5b616b;
}

.wsf-text-success {
	color: #2e8540;
}

.wsf-text-information {
	color: #02bfe7;
}

.wsf-text-warning {
	color: #fdb81e;
}

.wsf-text-danger {
	color: #bb0000;
}

.wsf-text-left {
	text-align: left;
}

.wsf-text-center {
	text-align: center;
}

.wsf-text-right {
	text-align: right;
}

.wsf-hidden {
	display: none !important;
}

.wsf-label-position-inside input.wsf-field[placeholder]::placeholder,
.wsf-label-position-inside textarea.wsf-field[placeholder]::placeholder {
	color: transparent !important;
}

.wsf-label-position-inside select.wsf-field + label,
.wsf-label-position-inside input.wsf-field[placeholder] + label,
.wsf-label-position-inside textarea.wsf-field[placeholder] + label,
.wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-label-position-inside input.wsf-field[placeholder] + .wsf-input-group-append + label,
.wsf-label-position-inside textarea.wsf-field[placeholder] + .wsf-input-group-append + label {
	left: 21px;
	line-height: 1.4;
	margin-top: 0;
	position: absolute;
	top: 8.5px;;
	transform-origin: 0 0;
	transition: transform 200ms;
	user-select: none;
	width: auto;
}

.wsf-label-position-inside .iti input.wsf-field[placeholder] + label,
.wsf-label-position-inside .iti input.wsf-field[placeholder] + .wsf-input-group-append + label {
	left: 51px;
}

.wsf-label-position-inside select.wsf-field + label,
.wsf-label-position-inside input.wsf-field[placeholder]:focus + label,
.wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-label-position-inside textarea.wsf-field[placeholder]:focus + label,
.wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-label-position-inside select.wsf-field + .wsf-input-group-append + label,
.wsf-label-position-inside input.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-label-position-inside input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label,
.wsf-label-position-inside textarea.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-label-position-inside textarea.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label {
	background-color: #ffffff;
	-webkit-margin-start: -4px;
	margin-inline-start: -4px;
	padding-left: 4px;
	padding-right: 4px;
	transform: translate(0, -19px) scale(0.9);
}

.wsf-label-position-inside .iti input.wsf-field[placeholder]:focus + label,
.wsf-label-position-inside .iti input.wsf-field[placeholder]:not(:placeholder-shown) + label,
.wsf-label-position-inside .iti input.wsf-field[placeholder]:focus + .wsf-input-group-append + label,
.wsf-label-position-inside .iti input.wsf-field[placeholder]:not(:placeholder-shown) + .wsf-input-group-append + label {
	transform: translate(-40px, -19px) scale(0.9);
}

/* Fix: z-index for Google Places search results container in Oxygen pop-ups */
.pac-container {
	z-index: 1401;
}
