.wsf-form {
	box-sizing: border-box;
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	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 > legend,
.wsf-fieldset > legend {
	border: 0;
	font-size: 16px;
	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-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0;
	padding-left: 0;
	position: relative;
}

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

.wsf-form ul.wsf-group-tabs > li > a {
	background-color: transparent;
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: none;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 11px 20px;
	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 {
	outline: 0;
}

.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: #000000;
	cursor: default;
}

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

.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[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;
	margin-right: 10px;
}

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

label.wsf-label {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	margin-bottom: 5px;
}

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

.wsf-help {
	color: #8E8E93;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}
canvas.wsf-field {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	cursor: crosshair;
	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%;
}


canvas.wsf-field:focus {
	border-color: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
	outline: 0;
}

canvas.wsf-field.wsf-disabled {
	background-color: #EFEFF4;
	color: #8E8E93;
	cursor: not-allowed;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[data-wsf-legal].wsf-field {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 8.5px 10px;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, background-image 200ms ease-in-out, box-shadow 200ms ease-in-out;
	width: 100%;
}


[data-wsf-legal].wsf-field h1,
[data-wsf-legal].wsf-field h2,
[data-wsf-legal].wsf-field h3,
[data-wsf-legal].wsf-field h4,
[data-wsf-legal].wsf-field h5,
[data-wsf-legal].wsf-field h6 {
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	line-height: 1.4;
	margin: 0 0 8.5px;
}

[data-wsf-legal].wsf-field p,
[data-wsf-legal].wsf-field ul,
[data-wsf-legal].wsf-field ol,
[data-wsf-legal].wsf-field th,
[data-wsf-legal].wsf-field td {
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 8.5px;
}

input[type=date].wsf-field,
input[type=datetime-local].wsf-field,
input[type=month].wsf-field,
input[type=password].wsf-field,
input[type=search].wsf-field,
input[type=time].wsf-field,
input[type=week].wsf-field,
input[type=email].wsf-field,
input[type=number].wsf-field,
input[type=tel].wsf-field,
input[type=text].wsf-field,
input[type=search].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: 4px;
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	margin: 0;
	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=date].wsf-field,
input[type=datetime-local].wsf-field,
input[type=month].wsf-field,
input[type=password].wsf-field,
input[type=search].wsf-field,
input[type=time].wsf-field,
input[type=week].wsf-field,
input[type=email].wsf-field,
input[type=number].wsf-field,
input[type=tel].wsf-field,
input[type=text].wsf-field,
input[type=search].wsf-field,
input[type=url].wsf-field,
select.wsf-field:not([multiple]):not([size]) {
	height: 39px;
}


body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #007AFF !important;
	box-shadow: none;
	color: #FFFFFF !important;
}

body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	background: #007AFF !important;
	color: #FFFFFF !important;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #007AFF !important;
    font-weight: bold;
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #007AFF !important;
	box-shadow: none;
	color: #FFFFFF !important;
}

body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #007AFF !important;
	color: #FFFFFF !important;
}

input[type=date].wsf-field::placeholder,
input[type=datetime-local].wsf-field::placeholder,
input[type=month].wsf-field::placeholder,
input[type=password].wsf-field::placeholder,
input[type=search].wsf-field::placeholder,
input[type=time].wsf-field::placeholder,
input[type=week].wsf-field::placeholder,
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=search].wsf-field::placeholder,
input[type=url].wsf-field::placeholder,
select.wsf-field::placeholder,
textarea.wsf-field::placeholder {
	color: #8E8E93;
	opacity: 1;
}


input[type=date].wsf-field:focus,
input[type=datetime-local].wsf-field:focus,
input[type=month].wsf-field:focus,
input[type=password].wsf-field:focus,
input[type=search].wsf-field:focus,
input[type=time].wsf-field:focus,
input[type=week].wsf-field:focus,
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=search].wsf-field:focus,
input[type=url].wsf-field:focus,
select.wsf-field:focus,
textarea.wsf-field:focus {
	border-color: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
	outline: 0;
}

input[type=date].wsf-field:disabled,
input[type=datetime-local].wsf-field:disabled,
input[type=month].wsf-field:disabled,
input[type=password].wsf-field:disabled,
input[type=search].wsf-field:disabled,
input[type=time].wsf-field:disabled,
input[type=week].wsf-field:disabled,
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=search].wsf-field:disabled,
input[type=url].wsf-field:disabled,
select.wsf-field:disabled,
textarea.wsf-field:disabled {
	background-color: #EFEFF4;
	color: #8E8E93;
	-webkit-text-fill-color: #8E8E93;
	cursor: not-allowed;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=date].wsf-field::-moz-focus-inner,
input[type=datetime-local].wsf-field::-moz-focus-inner,
input[type=month].wsf-field::-moz-focus-inner,
input[type=password].wsf-field::-moz-focus-inner,
input[type=search].wsf-field::-moz-focus-inner,
input[type=time].wsf-field::-moz-focus-inner,
input[type=week].wsf-field::-moz-focus-inner,
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=search].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;
}

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

input[type=text].wsf-field.minicolors-input {
	padding: 8.5px 10px 8.5px 39px;
}

select.wsf-field:not([multiple]):not([size]) {
	background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%23000000"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 5px;
	padding-right: 30px;
}

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



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,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%238E8E93"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
}

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

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

textarea.wsf-field {
	overflow: auto;
	resize: vertical;
}

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

[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;
}

input[type=checkbox].wsf-field {
	bottom: auto;
	height: 20px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 20px;
}

input[type=checkbox].wsf-field + label.wsf-label {
	display: inline-block;
	margin: 0 0 10px;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].wsf-field + label.wsf-label:before {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	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: 20px;
}

input[type=checkbox].wsf-field + label.wsf-label:after {
	background-color: transparent;
	border-radius: 3px;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: background-color 200ms ease-in-out;
	vertical-align: top;
	width: 16px;
}

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: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
}

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

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: #FFFFFF;
	border-color: #007AFF;
}

input[type=checkbox].wsf-field:checked + label.wsf-label:after {
	background-color: #007AFF;
}

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

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

input[type=radio].wsf-field {
	bottom: auto;
	height: 20px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 20px;
}

input[type=radio].wsf-field + label.wsf-label {
	display: inline-block;
	margin: 0 0 10px;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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: 20px;
	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: 20px;
}

input[type=radio].wsf-field + label.wsf-label:after {
	background-color: transparent;
	border-radius: 50%;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: background-color 200ms ease-in-out;
	vertical-align: top;
	width: 16px;
}

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: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
}

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

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: #FFFFFF;
	border-color: #007AFF;
}

input[type=radio].wsf-field:checked + label.wsf-label:after {
	background-color: #007AFF;
}

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

input[type=radio].wsf-field:checked:disabled + label.wsf-label:after {
	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 {
	padding-left: 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: 12px;
	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%;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, left 200ms ease-in-out;
}


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: #007AFF;
}

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: #007AFF;
}

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;
	border-color: #FFFFFF;
	left: 22px;
}

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

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: 4px;
  	color: #000000;
  	cursor: pointer;
  	display: inline-block;
  	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
  	font-size: 14px;
  	font-weight: inherit;
  	height: 39px;
  	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: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: #007AFF;
	border-color: #007AFF;
	color: #FFFFFF;
}

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

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 {
	border: 1px solid #CECED2;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	height: 39px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: middle;
	width: 39px;
}

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


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: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
}

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: #007AFF;
	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: 4px;
	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:focus + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:focus + label.wsf-label > img {
	border-color: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
}

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: #007AFF;
	border-color: #007AFF;
}

input[type=file].wsf-field {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

input[type=file].wsf-field + label.wsf-label {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	color: #000000;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	height: 39px;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8.5px 10px;
	position: relative;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	white-space: nowrap;
	width: 100%;
}

input[type=file].wsf-field + label.wsf-label:after {
	background-color: #CECED2;
	border: 1px solid #CECED2;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #000000;
	content: attr(data-button-label);
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	height: 39px;
	line-height: 1.4;
	padding: 8.5px 10px;
	position: absolute;
	right: -1px;
	top: -1px;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}


input[type=file].wsf-field:focus + label.wsf-label {
	border-color: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
}

input[type=file].wsf-field:focus + label.wsf-label:after {
	background-color: #a4a4a8;
	border-color: #a4a4a8;
}

input[type=file].wsf-field:disabled + label.wsf-label {
	background-color: #EFEFF4;
	color: #8E8E93;
	cursor: not-allowed;
}

input[type=file].wsf-field:disabled + label.wsf-label:after {
	opacity: .5;
}

input[type=color].wsf-field:not(.minicolors-input) {
	-webkit-appearance: none;
	background: none;
	border: 1px solid #CECED2;
	border-radius: 4px;
	box-shadow: inset 0 0 0 2px #FFFFFF;
	cursor: pointer;
	display: block;
	height: 39px;
	padding: 0;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	width: 39px;
}


input[type=color].wsf-field:focus {
	border-color: #007AFF;
	box-shadow: 0 0 0 2px #d8ebff;
	outline: 0;
}

input[type=color].wsf-field:disabled {
	cursor: not-allowed;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=color].wsf-field::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=color].wsf-field::-webkit-color-swatch-wrapper {
	padding: 0;
}

input[type=color].wsf-field::-webkit-color-swatch {
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 0 0 2px #FFFFFF;
}

.minicolors-theme-ws-form input[type=text].wsf-field.minicolors-input {
	padding-left: 39px;
}

.minicolors-theme-ws-form .minicolors-swatch {
	border: 1px solid #CECED2;
	border-radius: 4px;
	cursor: pointer;
	height: 29px;
	left: 5px;
	top: 5px;
	width: 29px;
}

.minicolors-theme-ws-form .minicolors-swatch-color {
	border-radius: 3px;
}

input[type=password].wsf-field[data-password-strength-meter] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='25px' viewBox='0 0 5 25'%3E%3Cpath fill='%23CECED2' d='M2.5,20 C1.125,20 0,21.125 0,22.5 C0,23.875 1.125,25 2.5,25 C3.875,25 5,23.875 5,22.5 C5,21.125 3.875,20 2.5,20 Z'%3E%3C/path%3E%3Cpath fill='%23CECED2' d='M2.5,10 C1.125,10 0,11.125 0,12.5 C0,13.875 1.125,15 2.5,15 C3.875,15 5,13.875 5,12.5 C5,11.125 3.875,10 2.5,10 Z'%3E%3C/path%3E%3Cpath fill='%23CECED2' d='M2.5,5 C3.875,5 5,3.875 5,2.5 C5,1.125 3.875,0 2.5,0 C1.125,0 0,1.125 0,2.5 C0,3.875 1.125,5 2.5,5 Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 5px 25px;
	padding-right: 20px;
}

input[type=password].wsf-field[data-password-strength-meter=success] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='25px' viewBox='0 0 5 25'%3E%3Cpath fill='%234CD964' d='M2.5,20 C1.125,20 0,21.125 0,22.5 C0,23.875 1.125,25 2.5,25 C3.875,25 5,23.875 5,22.5 C5,21.125 3.875,20 2.5,20 Z'%3E%3C/path%3E%3Cpath fill='%234CD964' d='M2.5,10 C1.125,10 0,11.125 0,12.5 C0,13.875 1.125,15 2.5,15 C3.875,15 5,13.875 5,12.5 C5,11.125 3.875,10 2.5,10 Z'%3E%3C/path%3E%3Cpath fill='%234CD964' d='M2.5,5 C3.875,5 5,3.875 5,2.5 C5,1.125 3.875,0 2.5,0 C1.125,0 0,1.125 0,2.5 C0,3.875 1.125,5 2.5,5 Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 5px 25px;
	padding-right: 20px;
}

input[type=password].wsf-field[data-password-strength-meter=warning] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='25px' viewBox='0 0 5 25'%3E%3Cpath fill='%23FFCC00' d='M2.5,20 C1.125,20 0,21.125 0,22.5 C0,23.875 1.125,25 2.5,25 C3.875,25 5,23.875 5,22.5 C5,21.125 3.875,20 2.5,20 Z'%3E%3C/path%3E%3Cpath fill='%23FFCC00' d='M2.5,10 C1.125,10 0,11.125 0,12.5 C0,13.875 1.125,15 2.5,15 C3.875,15 5,13.875 5,12.5 C5,11.125 3.875,10 2.5,10 Z'%3E%3C/path%3E%3Cpath fill='%23CECED2' d='M2.5,5 C3.875,5 5,3.875 5,2.5 C5,1.125 3.875,0 2.5,0 C1.125,0 0,1.125 0,2.5 C0,3.875 1.125,5 2.5,5 Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 5px 25px;
	padding-right: 20px;
}

input[type=password].wsf-field[data-password-strength-meter=danger] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='25px' viewBox='0 0 5 25'%3E%3Cpath fill='%23FF3B30' d='M2.5,20 C1.125,20 0,21.125 0,22.5 C0,23.875 1.125,25 2.5,25 C3.875,25 5,23.875 5,22.5 C5,21.125 3.875,20 2.5,20 Z'%3E%3C/path%3E%3Cpath fill='%23CECED2' d='M2.5,10 C1.125,10 0,11.125 0,12.5 C0,13.875 1.125,15 2.5,15 C3.875,15 5,13.875 5,12.5 C5,11.125 3.875,10 2.5,10 Z'%3E%3C/path%3E%3Cpath fill='%23CECED2' d='M2.5,5 C3.875,5 5,3.875 5,2.5 C5,1.125 3.875,0 2.5,0 C1.125,0 0,1.125 0,2.5 C0,3.875 1.125,5 2.5,5 Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 5px 25px;
	padding-right: 20px;
}

.wsf-validated canvas.wsf-field.wsf-invalid {
	border-color: #FF3B30;
}

.wsf-validated input[type=date].wsf-field:invalid,
.wsf-validated input[type=datetime-local].wsf-field:invalid,
.wsf-validated input[type=month].wsf-field:invalid,
.wsf-validated input[type=password].wsf-field:invalid,
.wsf-validated input[type=search].wsf-field:invalid,
.wsf-validated input[type=time].wsf-field:invalid,
.wsf-validated input[type=week].wsf-field:invalid,
.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=search].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: #FF3B30;
	color: #000000;
}

.wsf-validated input[type=date].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=datetime-local].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=month].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=password].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=search].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=time].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=week].wsf-field:-moz-ui-invalid,
.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=search].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: #FF3B30;
}
.wsf-validated input[type=file].wsf-field:invalid + label.wsf-label {
	border-color: #FF3B30;
}

input[type=range].wsf-field {
	-webkit-appearance: none;
	background: none;
	background-size: calc(100% - 20px);
	background-position: 10px center;
	border: none;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	--color-lower-track: #007AFF;
	--color-upper-track: #EFEFF4;
	--fill-lower-track: 0%;
}

input[type=range].wsf-field[data-fill-lower-track]::-webkit-slider-runnable-track {
	background-image: linear-gradient(to right, 
		var(--color-lower-track),
		var(--color-lower-track) var(--fill-lower-track),
		var(--color-upper-track) var(--fill-lower-track),
		var(--color-upper-track) 100%
	);
}
input[type=range].wsf-field[data-fill-lower-track]::-moz-range-track {
	background-image: linear-gradient(to right, 
		var(--color-lower-track),
		var(--color-lower-track) var(--fill-lower-track),
		var(--color-upper-track) var(--fill-lower-track),
		var(--color-upper-track) 100%
	);
}

input[type=range].wsf-field::-webkit-slider-runnable-track {
	background-color: #EFEFF4;
	border-radius: 4px;
	cursor: pointer;
	height: 10px;
}

input[type=range].wsf-field::-moz-range-track {
	background-color: #EFEFF4;
	border-radius: 4px;
	cursor: pointer;
	height: 10px;
}

input[type=range].wsf-field::-ms-track {
	background-color: #EFEFF4;
	border-radius: 4px;
	cursor: pointer;
	height: 10px;
	background-color: transparent;
	border-color: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range].wsf-field::-ms-fill-lower,
input[type=range].wsf-field::-ms-fill-upper {
	background-color: #EFEFF4;
	border-radius: 4px;
	cursor: pointer;
	height: 10px;
}

input[type=range].wsf-field[data-fill-lower-track]::-ms-fill-lower {
	background-color: #007AFF;
}

input[type=range].wsf-field::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #007AFF;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	margin-top: -5px;
	transition: box-shadow 200ms ease-in-out;
	width: 20px;
}

input[type=range].wsf-field::-moz-range-thumb {
	-webkit-appearance: none;
	background-color: #007AFF;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	margin-top: -5px;
	transition: box-shadow 200ms ease-in-out;
	width: 20px;
}

input[type=range].wsf-field::-ms-thumb {
	-webkit-appearance: none;
	background-color: #007AFF;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	margin-top: -5px;
	transition: box-shadow 200ms ease-in-out;
	width: 20px;
}

input[type=range].wsf-field:focus {
	outline: none;
}

input[type=range].wsf-field:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 2px #d8ebff;
}

input[type=range].wsf-field:focus::-moz-range-thumb {
	box-shadow: 0 0 0 2px #d8ebff;
}

input[type=range].wsf-field:focus::-ms-thumb{
	box-shadow: 0 0 0 2px #d8ebff;
}

input[type=range].wsf-field::-moz-focus-outer {
	border: 0;
}

input[type=range].wsf-field:disabled {
	opacity: .5;
}

input[type=range].wsf-field:disabled::-webkit-slider-runnable-track {
	cursor: not-allowed;
}

input[type=range].wsf-field:disabled::-moz-range-track {
	cursor: not-allowed;
}

input[type=range].wsf-field:disabled::-ms-fill-lower,
input[type=range].wsf-field:disabled::-ms-fill-upper {
	cursor: not-allowed;
}

input[type=range].wsf-field:disabled::-webkit-slider-thumb {
	cursor: not-allowed;
}

input[type=range].wsf-field:disabled::-moz-range-thumb {
	cursor: not-allowed;
}

input[type=range].wsf-field:disabled::-ms-thumb {
	cursor: not-allowed;
}

.wsf-field-wrapper[data-type='range'] datalist,
.wsf-field-wrapper[data-type='price_range'] datalist {
	display: block;
	position: relative;
	margin: 0 10px 0;
	width: calc(100% - 20px);
}

.wsf-field-wrapper[data-type='range'] datalist option,
.wsf-field-wrapper[data-type='price_range'] datalist option {
	color: #8E8E93;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	left: var(--position-tick-mark);
	padding: 0;
	position: absolute;
	top: -25px;
	z-index: -1;
}

.wsf-field-wrapper[data-type='range'] datalist option::before,
.wsf-field-wrapper[data-type='price_range'] datalist option::before {
	background-color: #CECED2;
	content: '';
	display: block;
	height: 20px;
	margin-left: -1px;
	width: 1px;
}

.wsf-field-wrapper[data-type='range'] datalist option::after,
.wsf-field-wrapper[data-type='price_range'] datalist option::after {
	content: attr(data-label);
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
}

@-moz-document url-prefix() { 
	.wsf-field-wrapper[data-type='range'] datalist,
	.wsf-field-wrapper[data-type='price_range'] datalist {
		display: none;
	}
}

button.wsf-button {
	-webkit-appearance: none;
	background-color: #CECED2;
	border: 1px solid #CECED2;
	border-radius: 4px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	height: 39px;
	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: #a4a4a8;
	border-color: #a4a4a8;
	box-shadow: 0 0 0 2px #f7f7f8;
	outline: 0;
}

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

button.wsf-button.wsf-button-primary {
	background-color: #007AFF;
	border-color: #007AFF;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-primary:focus,
button.wsf-button.wsf-button-primary:active {
	background-color: #0061cc;
	border-color: #0061cc;
	box-shadow: 0 0 0 2px #d8ebff;
}

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

button.wsf-button.wsf-button-secondary {
	background-color: #5856D9;
	border-color: #5856D9;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-secondary:focus,
button.wsf-button.wsf-button-secondary:active {
	background-color: #4644ad;
	border-color: #4644ad;
	box-shadow: 0 0 0 2px #e3e2f9;
}

button.wsf-button.wsf-button-secondary:disabled {
	background-color: #5856D9;
	border-color: #5856D9;
}

button.wsf-button.wsf-button-success {
	background-color: #4CD964;
	border-color: #4CD964;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-success:focus,
button.wsf-button.wsf-button-success:active {
	background-color: #3cad4f;
	border-color: #3cad4f;
	box-shadow: 0 0 0 2px #e1f9e5;
}

button.wsf-button.wsf-button-success:disabled {
	background-color: #4CD964;
	border-color: #4CD964;
}

button.wsf-button.wsf-button-information {
	background-color: #5AC8FA;
	border-color: #5AC8FA;
	color: #000000;
}


button.wsf-button.wsf-button-information:focus,
button.wsf-button.wsf-button-information:active {
	background-color: #48a0c8;
	border-color: #48a0c8;
	box-shadow: 0 0 0 2px #e5f6fe;
}

button.wsf-button.wsf-button-information:disabled {
	background-color: #5AC8FA;
	border-color: #5AC8FA;
}

button.wsf-button.wsf-button-warning {
	background-color: #FFCC00;
	border-color: #FFCC00;
	color: #000000;
}


button.wsf-button.wsf-button-warning:focus,
button.wsf-button.wsf-button-warning:active {
	background-color: #cca300;
	border-color: #cca300;
	box-shadow: 0 0 0 2px #fff7d8;
}

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

button.wsf-button.wsf-button-danger {
	background-color: #FF3B30;
	border-color: #FF3B30;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-danger:focus,
button.wsf-button.wsf-button-danger:active {
	background-color: #cc2f26;
	border-color: #cc2f26;
	box-shadow: 0 0 0 2px #ffe1df;
}

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

button.wsf-button.wsf-button-inverted {
	background-color: #FFFFFF;
	border-color: #CECED2;
	color: #000000;
	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: #007AFF;
	color: #007AFF;
}


button.wsf-button.wsf-button-inverted.wsf-button-primary:focus {
	background-color: #007AFF;
	border-color: #007AFF;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-primary:disabled {
	background-color: #FFFFFF;
	border-color: #007AFF;
	color: #007AFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-secondary {
	border-color: #5856D9;
	color: #5856D9;
}


button.wsf-button.wsf-button-inverted.wsf-button-secondary:focus {
	background-color: #5856D9;
	border-color: #5856D9;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-secondary:disabled {
	background-color: #FFFFFF;
	border-color: #5856D9;
	color: #5856D9;
}

button.wsf-button.wsf-button-inverted.wsf-button-success {
	border-color: #4CD964;
	color: #4CD964;
}


button.wsf-button.wsf-button-inverted.wsf-button-success:focus {
	background-color: #4CD964;
	border-color: #4CD964;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-success:disabled {
	background-color: #FFFFFF;
	border-color: #4CD964;
	color: #4CD964;
}

button.wsf-button.wsf-button-inverted.wsf-button-information {
	border-color: #5AC8FA;
	color: #5AC8FA;
}


button.wsf-button.wsf-button-inverted.wsf-button-information:focus {
	background-color: #5AC8FA;
	border-color: #5AC8FA;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-information:disabled {
	background-color: #FFFFFF;
	border-color: #5AC8FA;
	color: #5AC8FA;
}

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


button.wsf-button.wsf-button-inverted.wsf-button-warning:focus {
	background-color: #FFCC00;
	border-color: #FFCC00;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-warning:disabled {
	background-color: #FFFFFF;
	border-color: #FFCC00;
	color: #FFCC00;
}

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


button.wsf-button.wsf-button-inverted.wsf-button-danger:focus {
	background-color: #FF3B30;
	border-color: #FF3B30;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-danger:disabled {
	background-color: #FFFFFF;
	border-color: #FF3B30;
	color: #FF3B30;
}

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[type="submit"].wsf-button {
	cursor: progress;
}
progress.wsf-progress {
  display: block;
  height: 20px;
  vertical-align: baseline;
  width: 100%;
}

progress.wsf-progress[value] {
  -webkit-appearance: none;
  background-color: #EFEFF4;
  border: none;
	border-radius: 4px;
}

progress.wsf-progress[value]::-webkit-progress-bar {
  background-color: #EFEFF4;
	border-radius: 4px;
}

progress.wsf-progress[value]::-webkit-progress-value {
  background-color: #007AFF;
	border-bottom-left-radius: 4px;
	border-top-left-radius:  4px;
}

progress.wsf-progress[value]::-moz-progress-bar {
  background-color: #007AFF;
	border-bottom-left-radius: 4px;
	border-top-left-radius:  4px;
}

progress.wsf-progress[value]::-ms-fill {
  background-color: #007AFF;
  border: 0;
}

progress.wsf-progress[value="100"]::-webkit-progress-value {
	border-bottom-right-radius: 4px;
	border-top-right-radius:  4px;
}

progress.wsf-progress[value="100"]::-moz-progress-bar {
	border-bottom-right-radius: 4px;
	border-top-right-radius:  4px;
}

progress.wsf-progress.wsf-progress-success[value]::-webkit-progress-value {
  background-color: #4CD964;
}

progress.wsf-progress.wsf-progress-success[value]::-moz-progress-bar {
  background-color: #4CD964;
}

progress.wsf-progress.wsf-progress-success[value]::-ms-fill {
  background-color: #4CD964;
}

progress.wsf-progress.wsf-progress-information[value]::-webkit-progress-value {
  background-color: #5AC8FA;
}

progress.wsf-progress.wsf-progress-information[value]::-moz-progress-bar {
  background-color: #5AC8FA;
}

progress.wsf-progress.wsf-progress-information[value]::-ms-fill {
  background-color: #5AC8FA;
}

progress.wsf-progress.wsf-progress-warning[value]::-webkit-progress-value {
  background-color: #FFCC00;
}

progress.wsf-progress.wsf-progress-warning[value]::-moz-progress-bar {
  background-color: #FFCC00;
}

progress.wsf-progress.wsf-progress-warning[value]::-ms-fill {
  background-color: #FFCC00;
}

progress.wsf-progress.wsf-progress-danger[value]::-webkit-progress-value {
  background-color: #FF3B30;
}

progress.wsf-progress.wsf-progress-danger[value]::-moz-progress-bar {
  background-color: #FF3B30;
}

progress.wsf-progress.wsf-progress-danger[value]::-ms-fill {
  background-color: #FF3B30;
}

.wsf-alert {
	background-color: #EFEFF4;
	border-left: 4px solid #CECED2;
	border-radius: 4px;
	font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 20px;
}

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

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

.wsf-alert-success {
	background-color: #e1f9e5;
	border-color: #8de89d;
	color: #2d823b;
}

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

.wsf-alert-information {
	background-color: #e5f6fe;
	border-color: #9bddfb;
	color: #357895;
}

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

.wsf-alert-warning {
	background-color: #fff7d8;
	border-color: #ffe066;
	color: #997a00;
}

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

.wsf-alert-danger {
	background-color: #ffe1df;
	border-color: #ff8982;
	color: #99231c;
}

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

.wsf-text-primary {
	color: #007AFF;
}

.wsf-text-secondary {
	color: #5856D9;
}

.wsf-text-success {
	color: #4CD964;
}

.wsf-text-information {
	color: #5AC8FA;
}

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

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

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