/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
Use a better box model (opinionated).
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size (opinionated).
-webkit-text-size-adjust: 100%;
1. Remove the margin in all browsers.
2. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
Add the correct text decoration in Chrome, Edge, and Safari.
text-decoration: underline dotted;
Add the correct font weight in Edge and Safari.
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
Add the correct font size in all browsers.
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
vertical-align: baseline;
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
Remove the inheritance of text transform in Edge and Firefox.
Correct the inability to style clickable types in iOS and Safari.
-webkit-appearance: button;
Remove the inner border and padding in Firefox.
Restore the focus styles unset by the previous rule.
outline: 1px dotted ButtonText;
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
Add the correct vertical alignment in Chrome and Firefox.
vertical-align: baseline;
Correct the cursor style of increment and decrement buttons in Safari.
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
-webkit-appearance: textfield;
Remove the inner padding in Chrome and Safari on macOS.
::-webkit-search-decoration {
-webkit-appearance: none;
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
::-webkit-file-upload-button {
-webkit-appearance: button;
Add the correct display in Chrome and Safari.
--wpforms-admin-bar-height: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
overflow: hidden !important;
transition-duration: 0.05s;
transition-property: border, background, color;
transition-timing-function: ease-in;
#wpforms-builder .wpforms-clear:before {
#wpforms-builder .wpforms-clear:after {
#wpforms-builder .secondary-text {
#wpforms-builder a.secondary-text:hover {
#wpforms-builder .hidden,
#wpforms-builder .wpforms-hidden {
#wpforms-builder .wpforms-hidden-strict {
display: none !important;
#wpforms-builder .wpforms-not-available {
#wpforms-builder .wpforms-one-half {
width: calc( 50% - 10px);
.rtl #wpforms-builder .wpforms-one-half {
#wpforms-builder .wpforms-one-half.last {
.rtl #wpforms-builder .wpforms-one-half.last {
#wpforms-builder .wpforms-one-half.wpforms-hide + .wpforms-one-half.last {
.rtl #wpforms-builder .wpforms-one-half.wpforms-hide + .wpforms-one-half.last {
#wpforms-builder .wpforms-one-third {
width: calc( 100%/3 - 13.33333px);
.rtl #wpforms-builder .wpforms-one-third {
#wpforms-builder .wpforms-one-third.last {
.rtl #wpforms-builder .wpforms-one-third.last {
#wpforms-builder .wpforms-two-thirds {
width: calc( 66.66667% - 13.33333px);
.rtl #wpforms-builder .wpforms-two-thirds {
#wpforms-builder .wpforms-help-tooltip:not(button) {
#wpforms-builder .wpforms-help-tooltip:not(button):hover {
#wpforms-builder .wpforms-help-tooltip:not(button):not(.wpforms-hidden) {
#wpforms-builder .wpforms-panel-sidebar .wpforms-help-tooltip:not(button) {
#wpforms-builder .wpforms-panel-sidebar .wpforms-help-tooltip:not(button):hover {
#wpforms-builder label span.required {
justify-content: space-between;
align-content: flex-start;
.wpforms-columns.wpforms-columns-2 .wpforms-column {
width: calc( 50% - 15px);
.wpforms-columns.wpforms-columns-3 .wpforms-column {
width: calc( 100% / 3 - 20px);
.wpforms-columns.wpforms-columns-4 .wpforms-column {
width: calc( 100% / 4 - 22.5px);
.wpforms-loading-spinner {
background-image: url("../../images/spinner.svg");
background-repeat: no-repeat;
background-size: 15px 15px;
background-position: center;
-webkit-animation: wpforms-spinner-rotation 0.8s linear infinite;