:root{--wpformmaster-invalid-field:#ff3636;--wpformmaster-valid-field:#14b514;--wpformmaster-loader-width:4px}.wpformmaster-notice{font-size:12px}.wpformmaster-notice-form{font-size:14px;text-align:center;border:3px solid;padding:5px 10px}.wpformmaster-notice-form p{margin:0;padding:0}.wpformmaster-notice-error:not(.wpformmaster-notice-form){color:var(--wpformmaster-invalid-field)}.wpformmaster-notice-success:not(.wpformmaster-notice-form){color:var(--wpformmaster-valid-field)}.wpformmaster-notice-error.wpformmaster-notice-form{border-color:var(--wpformmaster-invalid-field)}.wpformmaster-notice-success.wpformmaster-notice-form{border-color:var(--wpformmaster-valid-field)}.wpformmaster-loader{text-align:center}.wpformmaster-loader.has-loader{margin-bottom:10px}.wpformmaster-loader .wpformmaster-loader{display:inline-block;position:relative;height:30px;width:30px}.wpformmaster-loader .wpformmaster-loader:after,.wpformmaster-loader .wpformmaster-loader:before{content:"";position:absolute;top:0;left:0;width:calc(100% - var(--wpformmaster-loader-width)*2);height:calc(100% - var(--wpformmaster-loader-width)*2);border-radius:100%;border:var(--wpformmaster-loader-width) solid #fff0}.wpformmaster-loader .wpformmaster-loader:before{border-top-color:var(--wpformmaster-loader-color-1);animation:wpformmasterSpin 1s infinite}.wpformmaster-loader .wpformmaster-loader:after{animation:wpformmasterSpin 1s infinite alternate;border-bottom-color:var(--wpformmaster-loader-color-2)}@-moz-keyframes wpformmasterSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes wpformmasterSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-o-keyframes wpformmasterSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes wpformmasterSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}