Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the insert-headers-and-footers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-includes/functions.php on line 6114
jQuery(function($) { /** * COUNTDOWN */ var countdown_el = $('.countdown'); if (countdown_el.length > 0) { var countDate = new Date(countdown_el.data('end')); countdown_el.countdown({ until: countDate, compact: true, layout: '{dn} : {hnn} : {mnn} : {snn}' }); } /** * SOCIAL LINKS */ var social_el = $('.social'); if (social_el.length > 0) { var link_target = social_el.data('target'); if (link_target == 1) { social_el.find('a').attr('target', '_blank'); } } /** * SUBSCRIBE FORM */ var subscribe_form = $('.subscribe_form'); if (subscribe_form.length > 0) { // validate form subscribe_form.validate({ submitHandler: function(form) { var subscribe_form_data = 'action=wpmm_add_subscriber&' + subscribe_form.serialize(); $.post(wpmm_vars.ajax_url, subscribe_form_data, function(response) { if (!response.success) { alert(response.data); return false; } $('.subscribe_wrapper').html(response.data); }, 'json'); return false; } }); } /** * CONTACT FORM */ if ($('.contact').length > 0) { // show form $('.contact_us').click(function() { var open_contact = $(this).data('open'), close_contact = $(this).data('close'); $('.contact').fadeIn(700); $('.' + open_contact).addClass(close_contact); }); // validate form var contact_form = $('.contact_form'); contact_form.validate({ submitHandler: function(form) { var contact_form_data = 'action=wpmm_send_contact&' + contact_form.serialize(); $.post(wpmm_vars.ajax_url, contact_form_data, function(response) { if (!response.success) { alert(response.data); return false; } contact_form.parent().append('
' + response.data + '
'); contact_form.hide(); setTimeout(function() { $('.contact').hide(); contact_form.parent().find('.response').remove(); contact_form.trigger('reset'); contact_form.show(); }, 2000); }, 'json'); return false; } }); // hide form $('.close-contact_form').on('click', function(e) { $('.contact').fadeOut(200); }); $('body').on('click', '.contact', function(e) { if ($(e.target).hasClass('contact')) { var close_contact = $('.contact_us').data('close'); $('.form', $(this)).removeClass(close_contact); $(this).fadeOut(200); } }); } });/*! elementor - v3.23.0 - 05-08-2024 */ (()=>{var e={7033:(e,t,o)=>{"use strict";var r=o(73203),n=o(7501);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=r(o(78983)),a=r(o(42081)),i=r(o(58724)),s=r(o(71173)),l=r(o(74910)),c=_interopRequireWildcard(o(44171)),f=_interopRequireWildcard(o(14606));function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,o=new WeakMap;return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?o:t})(e)}function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==n(e)&&"function"!=typeof e)return{default:e};var o=_getRequireWildcardCache(t);if(o&&o.has(e))return o.get(e);var r={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var i=u?Object.getOwnPropertyDescriptor(e,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=e[a]}return r.default=e,o&&o.set(e,r),r}function _createSuper(e){var t=function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var o,r=(0,l.default)(e);if(t){var n=(0,l.default)(this).constructor;o=Reflect.construct(r,arguments,n)}else o=r.apply(this,arguments);return(0,s.default)(this,o)}}var p=function(e){(0,i.default)(EComponent,e);var t=_createSuper(EComponent);function EComponent(e){var o;return(0,u.default)(this,EComponent),(o=t.call(this,e)).loadModules(),o}return(0,a.default)(EComponent,[{key:"getNamespace",value:function getNamespace(){return"notes"}},{key:"defaultHooks",value:function defaultHooks(){return this.importHooks(f)}},{key:"loadModules",value:function loadModules(){for(var e in c)new c[e]}}]),EComponent}($e.modules.ComponentBase);t.default=p},14606:(e,t,o)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"NotesAddPanelMenuItem",{enumerable:!0,get:function get(){return r.NotesAddPanelMenuItem}});var r=o(36938)},36938:(e,t,o)=>{"use strict";var r=o(38003).__,n=o(73203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.NotesAddPanelMenuItem=void 0;var u=n(o(78983)),a=n(o(42081)),i=n(o(58724)),s=n(o(71173)),l=n(o(74910));function _createSuper(e){var t=function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var o,r=(0,l.default)(e);if(t){var n=(0,l.default)(this).constructor;o=Reflect.construct(r,arguments,n)}else o=r.apply(this,arguments);return(0,s.default)(this,o)}}var c=function(e){(0,i.default)(NotesAddPanelMenuItem,e);var t=_createSuper(NotesAddPanelMenuItem);function NotesAddPanelMenuItem(){return(0,u.default)(this,NotesAddPanelMenuItem),t.apply(this,arguments)}return(0,a.default)(NotesAddPanelMenuItem,[{key:"getCommand",value:function getCommand(){return"panel/state-ready"}},{key:"getId",value:function getId(){return"notes-add-panel-menu-item"}},{key:"apply",value:function apply(){elementor.modules.layouts.panel.pages.menu.Menu.addItem({name:"notes",icon:"eicon-commenting-o",title:r("Notes","elementor")+'',callback:function callback(){var e=elementor.helpers.hasProAndNotConnected();elementor.promotion.showDialog({title:r("Notes","elementor"),content:r("With Notes, teamwork gets even better. Stay in sync with comments, feedback & more on your website.","elementor"),position:{blockStart:"-3",inlineStart:"+10"},targetElement:this.$el,actionButton:{url:e?elementorProEditorConfig.urls.connect:elementor.config.promotions.notes.upgrade_url||"https://go.elementor.com/go-pro-notes/",text:r(e?"Connect & Activate":"Upgrade","elementor")}})}},"navigate_from_page","finder")}}]),NotesAddPanelMenuItem}($e.modules.hookUI.After);t.NotesAddPanelMenuItem=c;var f=c;t.default=f},65419:(e,t,o)=>{"use strict";var r=o(38003).__,n=o(73203);Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.NotesContextMenu=void 0;var u=n(o(78983)),a=n(o(42081)),i=n(o(58724)),s=n(o(71173)),l=n(o(74910));function _createSuper(e){var t=function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var o,r=(0,l.default)(e);if(t){var n=(0,l.default)(this).constructor;o=Reflect.construct(r,arguments,n)}else o=r.apply(this,arguments);return(0,s.default)(this,o)}}var c=function(e){(0,i.default)(NotesContextMenu,e);var t=_createSuper(NotesContextMenu);function NotesContextMenu(){return(0,u.default)(this,NotesContextMenu),t.apply(this,arguments)}return(0,a.default)(NotesContextMenu,[{key:"onInit",value:function onInit(){this.contextMenuNotesGroup()}},{key:"contextMenuNotesGroup",value:function contextMenuNotesGroup(){var e=this;["widget","section","column","container"].forEach((function(t){elementor.hooks.addFilter("elements/".concat(t,"/contextMenuGroups"),e.contextMenuAddGroup)}))}},{key:"contextMenuAddGroup",value:function contextMenuAddGroup(e){var t=_.findWhere(e,{name:"delete"}),o=e.indexOf(t);return-1===o&&(o=e.length),e.splice(o,0,{name:"notes",actions:[{name:"open_notes",title:r("Notes","elementor"),shortcut:'',promotionURL:"https://go.elementor.com/go-pro-notes-context-menu/",isEnabled:function isEnabled(){return!1},callback:function callback(){}}]}),e}}]),NotesContextMenu}(elementorModules.editor.utils.Module);t.NotesContextMenu=c;var f=c;t.default=f},44171:(e,t,o)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"NotesContextMenu",{enumerable:!0,get:function get(){return r.NotesContextMenu}});var r=o(65419)},38003:e=>{"use strict";e.exports=wp.i18n},77266:e=>{e.exports=function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},78983:e=>{e.exports=function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},42081:(e,t,o)=>{var r=o(74040);function _defineProperties(e,t){for(var o=0;o{function _getPrototypeOf(t){return e.exports=_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,_getPrototypeOf(t)}e.exports=_getPrototypeOf,e.exports.__esModule=!0,e.exports.default=e.exports},58724:(e,t,o)=>{var r=o(96196);e.exports=function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&r(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},73203:e=>{e.exports=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},71173:(e,t,o)=>{var r=o(7501).default,n=o(77266);e.exports=function _possibleConstructorReturn(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return n(e)},e.exports.__esModule=!0,e.exports.default=e.exports},96196:e=>{function _setPrototypeOf(t,o){return e.exports=_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,_setPrototypeOf(t,o)}e.exports=_setPrototypeOf,e.exports.__esModule=!0,e.exports.default=e.exports},56027:(e,t,o)=>{var r=o(7501).default;e.exports=function toPrimitive(e,t){if("object"!=r(e)||!e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var n=o.call(e,t||"default");if("object"!=r(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},74040:(e,t,o)=>{var r=o(7501).default,n=o(56027);e.exports=function toPropertyKey(e){var t=n(e,"string");return"symbol"==r(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},7501:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports}},t={};function __webpack_require__(o){var r=t[o];if(void 0!==r)return r.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,__webpack_require__),n.exports}(()=>{"use strict";var e=__webpack_require__(73203)(__webpack_require__(7033));window.top.$e.components.register(new e.default)})()})();/*! elementor-pro - v3.24.0 - 18-09-2024 */ .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{border-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{background-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon{color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg{fill:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-official .elementor-share-btn:hover{filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg{fill:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg{fill:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg{fill:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg{fill:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg{fill:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg{fill:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg{fill:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg{fill:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg{fill:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg{fill:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg{fill:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg{fill:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg{fill:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg{fill:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg{fill:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg{fill:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg{fill:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg{fill:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg{fill:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg{fill:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg{fill:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg{fill:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg{fill:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-inline-start:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-inline-start:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-inline-start:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{flex-grow:1;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{align-items:center;cursor:pointer;display:flex;font-size:10px;height:4.5em;justify-content:flex-start;overflow:hidden;transition-duration:.2s;transition-property:filter,background-color,border-color}.elementor-share-btn__icon,.elementor-share-btn__text{transition-duration:.2s;transition-property:color,background-color}.elementor-share-btn__icon{align-items:center;align-self:stretch;display:flex;justify-content:center;position:relative;width:4.5em}.elementor-share-btn__icon i{font-size:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__icon svg{height:var(--e-share-buttons-icon-size,1.7em);width:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__text{align-items:center;align-self:stretch;display:flex;flex-grow:1;font-size:1.5em;font-weight:100;padding-inline-end:1em}.elementor-share-btn__title{flex-shrink:0;font-weight:700}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container{font-size:0}/* * Base styles, shared by all alerts */ .gform-alert { /* all: unset; */ -webkit-font-smoothing: antialiased; align-items: flex-start; /* stylelint-disable-line */ background-color: #fff; border: 1px solid #d5d7e9; border-radius: 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344); color: #242748; display: flex; flex-wrap: nowrap; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-weight: 500; margin: 0 0 1rem; padding: 11px 20px 12px; position: relative; } .field_setting .gform-alert, .gform-alert + .field_setting { margin-top: 1rem; } /* Style variant: Inline */ .gform-alert--inline { padding: 6px 12px 7px; } /* Style variant: Notice */ .gform-alert--notice { border-color: #175cff; color: #175cff; } /* Style variant: Error */ .gform-alert--error { border-color: #dd301d; color: #dd301d; } /* Style variant: Success */ .gform-alert--success { border-color: #22a753; color: #22a753; } /* Style variant: Accessibility */ .gform-alert--accessibility { border-color: #ffbe03; } /* * Alert: Icon */ .gform-alert__icon { color: #242748; font-size: 24px; height: 21px; left: 20px; position: absolute; top: 17px; width: 21px; } .gform-alert__icon::before { height: 0; left: 50%; line-height: 0; position: absolute; top: 50%; transform: translate3d(-50%, -50%, 0); } /* Style variant: Notice */ .gform-alert--notice .gform-alert__icon { color: #175cff; } /* Style variant: Error */ .gform-alert--error .gform-alert__icon { color: #dd301d; } /* Style variant: Success */ .gform-alert--success .gform-alert__icon { color: #22a753; } /* Style variant: Inline */ .gform-alert--inline .gform-alert__icon { font-size: 21px; height: 19px; left: 12px; top: 13px; width: 19px; } html[dir="rtl"] .gform-alert__icon { left: auto; right: 20px; } html[dir="rtl"] .gform-alert--inline .gform-alert__icon { right: 12px; } /* * Alert: Message */ .gform-alert__message-wrap { -moz-column-gap: 15px; column-gap: 15px; display: flex; flex-wrap: wrap; min-height: 33px; padding-left: 32px; row-gap: 10px; width: 100%; } /* Style variant: Inline */ .gform-alert--inline .gform-alert__message-wrap { -moz-column-gap: 10px; column-gap: 10px; padding-left: 28px; row-gap: 7px; } html[dir="rtl"] .gform-alert__message-wrap { padding-left: 0; padding-right: 32px; } html[dir="rtl"] .gform-alert--inline .gform-alert__message-wrap { padding-right: 28px; } /* Message Text */ .gform-alert__message { color: inherit; flex: 1 1 auto; font-size: 0.8125rem; font-weight: 500; line-height: 1.5; margin: 0; padding-top: 7px; } .gform-alert__message a, .gform-alert__message a:hover { color: inherit; } /* Style variant: Inline */ .gform-alert--inline .gform-alert__message { font-size: 0.75rem; padding-top: 8px; } /* Message CTA */ .gform-alert__cta { margin-top: 1px; } /* * Alert: Dismiss Action */ .gform-alert__dismiss { align-self: flex-start; background: none; border: none; cursor: pointer; height: 20px; margin-left: 12px; min-width: 20px; padding: 0; position: relative; text-align: center; top: 8px; width: 20px; } .gform-alert__dismiss::before, .gform-alert__dismiss::after { border: 1px solid transparent; border-radius: 50%; content: ""; left: 50%; position: absolute; top: calc(50% - 1px); transform: translate3d(-50%, -50%, 0); transition: border-color 200ms ease-in-out; } .gform-alert__dismiss::before { height: 23px; width: 23px; z-index: 1; } .gform-alert__dismiss::after { border-width: 2px; height: 25px; width: 25px; } .gform-alert__dismiss:hover .gform-icon, .gform-alert__dismiss:focus .gform-icon { color: #5b5e80; } .gform-alert__dismiss:focus::before { border-color: #3985b7; } .gform-alert__dismiss:focus::after { border-color: #bed8ed; } .gform-alert__dismiss .gform-icon { color: #9092b2; font-size: 2.1rem; height: 0; left: 50%; line-height: 0; position: absolute; top: 50%; transform: translate3d(-50%, -50%, 0); transition: color 200ms ease-in-out; } html[dir="rtl"] .gform-alert__dismiss { margin-left: 0; margin-right: 12px; } .gform-admin .gform-button { align-items: center; /* stylelint-disable-line */ border: 1px solid transparent; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-sizing: border-box; cursor: pointer; display: inline-flex; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.875rem; font-weight: 500; height: 2.375rem; line-height: normal; padding: 0 1.125rem; position: relative; text-decoration: none; transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease; white-space: nowrap; } .gform-admin .gform-button:focus { box-shadow: 0 0 0 2px #bed8ed; outline: none; } .gform-admin .gform-button:disabled { pointer-events: none; } .gform-admin .gform-button.gform-button--circular { border-radius: 100%; justify-content: center; padding: 0; } .gform-admin .gform-button--primary { background: #3e7da6; border-color: #3e7da6; color: #fff; } .gform-admin .gform-button--primary:hover, .gform-admin .gform-button--primary:active { background: #3985b7; } .gform-admin .gform-button--primary:disabled { background: #3e7da6; color: #639cc1; } .gform-admin .gform-button--secondary { background: #fff; border-color: #3e7da6; color: #3e7da6; } .gform-admin .gform-button--secondary:hover, .gform-admin .gform-button--secondary:active { border-color: #3985b7; color: #3985b7; } .gform-admin .gform-button--secondary:disabled { border-color: #c3c5db; color: #c3c5db; } .gform-admin .gform-button--white { background: #fff; border-color: #d5d7e9; color: #242748; } .gform-admin .gform-button--white:hover, .gform-admin .gform-button--white:active { background: #f6f9fc; border-color: #d5d7e9; color: #242748; } .gform-admin .gform-button--white:focus { background: #fff; border-color: #c3c5db; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 2px #ecedf8; color: #242748; } .gform-admin .gform-button--white:disabled { border-color: #c3c5db; color: #c3c5db; } .gform-admin .gform-button--white .gform-button__icon { color: #5b5e80; } .gform-admin .gform-button--unstyled { background: none; border: none; box-shadow: none; color: #242748; font-size: 0.8125rem; padding: 0; } .gform-admin .gform-button--unstyled:hover, .gform-admin .gform-button--unstyled:active, .gform-admin .gform-button--unstyled:focus { background: none; border: none; box-shadow: none; color: #3e7da6; outline: none; } .gform-admin .gform-button--unstyled:hover .gform-button__icon, .gform-admin .gform-button--unstyled:active .gform-button__icon, .gform-admin .gform-button--unstyled:focus .gform-button__icon { color: #3e7da6; } .gform-admin .gform-button--unstyled:disabled { border: none; color: #c3c5db; } .gform-admin .gform-button--unstyled .gform-button__icon { color: #9092b2; font-size: 1.5rem; padding-right: 0.25rem; position: relative; top: 0.05rem; } /* * Size variants */ .gform-admin .gform-button--size-xs { font-size: 0.75rem; height: 2rem; padding: 0 0.6875rem; } .gform-admin .gform-button--size-xs .gform-button__icon { font-size: 1rem; } .gform-admin .gform-button--size-sm { height: 2.125rem; padding: 0 0.8125rem; } .gform-admin .gform-button--size-sm .gform-button__icon { font-size: 1rem; } .gform-admin .gform-button--size-l { font-size: 1rem; height: 2.625rem; } .gform-admin .gform-button--size-l .gform-button__icon { font-size: 1.25rem; } .gform-admin .gform-button--size-xl { font-size: 1rem; height: 3.125rem; padding: 0.8125rem 1.5625rem; } .gform-admin .gform-button--size-xl .gform-button__icon { font-size: 1.25rem; } /* * Icon variants */ .gform-admin .gform-button__icon { font-size: 1.25rem; position: relative; } .gform-admin .gform-button--icon-leading .gform-button__icon { margin-right: 0.5rem; } .gform-admin .gform-button--icon-leading.gform-button--size-xs .gform-button__icon { margin-right: 0.375rem; } .gform-admin .gform-button--icon-leading.gform-button--size-sm .gform-button__icon { margin-right: 0.375rem; } .gform-admin .gform-button--icon-leading.gform-button--size-l .gform-button__icon { margin-right: 0.625rem; } .gform-admin .gform-button--icon-leading.gform-button--size-xl .gform-button__icon { margin-right: 0.75rem; } .gform-admin .gform-button--icon-trailing .gform-button__icon { margin-left: 0.5rem; } .gform-admin .gform-button--icon-trailing.gform-button--size-xs .gform-button__icon { margin-left: 0.375rem; } .gform-admin .gform-button--icon-trailing.gform-button--size-sm .gform-button__icon { margin-left: 0.375rem; } .gform-admin .gform-button--icon-trailing.gform-button--size-l .gform-button__icon { margin-left: 0.625rem; } .gform-admin .gform-button--icon-trailing.gform-button--size-xl .gform-button__icon { margin-left: 0.75rem; } /* * Rounded variants */ .gform-admin .gform-button--round { border-radius: 1.1875rem; } .gform-admin .gform-button--round.gform-button--size-xs { border-radius: 0.9375rem; } .gform-admin .gform-button--round.gform-button--size-sm { border-radius: 1.0625rem; } .gform-admin .gform-button--round.gform-button--size-l { border-radius: 1.3125rem; } .gform-admin .gform-button--round.gform-button--size-xl { border-radius: 1.5625rem; } /* * Circular variants */ .gform-admin .gform-button--circular { height: 2.375rem; width: 2.375rem; } .gform-admin .gform-button--circular .gform-button__icon { font-size: 1.375rem; } .gform-admin .gform-button--circular.gform-button--size-xs { height: 1.875rem; width: 1.875rem; } .gform-admin .gform-button--circular.gform-button--size-xs .gform-button__icon { font-size: 1.125rem; } .gform-admin .gform-button--circular.gform-button--size-sm { height: 2.125rem; width: 2.125rem; } .gform-admin .gform-button--circular.gform-button--size-sm .gform-button__icon { font-size: 1.25rem; } .gform-admin .gform-button--circular.gform-button--size-l { height: 2.625rem; width: 2.625rem; } .gform-admin .gform-button--circular.gform-button--size-l .gform-button__icon { font-size: 1.75rem; } .gform-admin .gform-button--circular.gform-button--size-xl { height: 3.125rem; width: 3.125rem; } .gform-admin .gform-button--circular.gform-button--size-xl .gform-button__icon { font-size: 2rem; } .gform-admin .gform-button--activated { justify-content: center; } .gform-admin .gform-button--activated.gform-button--primary { color: #fff; } .gform-admin .gform-button--activated .gform-button__icon--inactive { display: none; } .gform-admin .gform-button--activated .gform-button__text--inactive { display: none; } .gform-admin .gform-button--activated .gform-button__text--active { display: inline-flex; } .gform-admin .gform-button__text--active { display: none; margin-left: 10px; } html[dir="rtl"] .gform-admin .gform-button--icon-leading .gform-button__icon { margin-left: 0.5rem; margin-right: 0; } html[dir="rtl"] .gform-admin .gform-button--icon-leading.gform-button--size-xs .gform-button__icon { margin-left: 0.375rem; margin-right: 0; } html[dir="rtl"] .gform-admin .gform-button--icon-leading.gform-button--size-sm .gform-button__icon { margin-left: 0.375rem; margin-right: 0; } html[dir="rtl"] .gform-admin .gform-button--icon-leading.gform-button--size-l .gform-button__icon { margin-left: 0.625rem; margin-right: 0; } html[dir="rtl"] .gform-admin .gform-button--icon-leading.gform-button--size-xl .gform-button__icon { margin-left: 0.75rem; margin-right: 0; } html[dir="rtl"] .gform-admin .gform-button--icon-trailing .gform-button__icon { margin-left: 0; margin-right: 0.5rem; } html[dir="rtl"] .gform-admin .gform-button--icon-trailing.gform-button--size-xs .gform-button__icon { margin-left: 0.375rem; } html[dir="rtl"] .gform-admin .gform-button--icon-trailing.gform-button--size-sm .gform-button__icon { margin-left: 0; margin-right: 0.375rem; } html[dir="rtl"] .gform-admin .gform-button--icon-trailing.gform-button--size-l .gform-button__icon { margin-left: 0; margin-right: 0.625rem; } html[dir="rtl"] .gform-admin .gform-button--icon-trailing.gform-button--size-xl .gform-button__icon { margin-left: 0; margin-right: 0.75rem; } html[dir="rtl"] .gform-admin .gform-button__text--active { margin: 0 10px 0 0; } .gform-admin .gform-dialog__mask { align-items: center; display: none; height: 100%; justify-content: center; left: 0; opacity: 0; top: 0; transition: opacity 200ms ease-in-out; width: 100%; } .gform-admin .gform-dialog__mask.gform-dialog--anim-in-ready { display: flex; opacity: 0; } .gform-admin .gform-dialog__mask.gform-dialog--anim-in-active { opacity: 1; } .gform-admin .gform-dialog__mask.gform-dialog--anim-in-active .gform-dialog { transform: scale(1); } .gform-admin .gform-dialog__mask.gform-dialog__mask--position-fixed { position: fixed; } .gform-admin .gform-dialog__mask.gform-dialog__mask--position-absolute { position: absolute; } .gform-admin .gform-dialog__mask.gform-dialog__mask--theme-light { background-color: rgba(247, 249, 252, 0.93); } .gform-admin .gform-dialog__mask.gform-dialog__mask--theme-dark { background-color: rgba(36, 39, 72, 0.93); } .gform-admin .gform-dialog__mask.gform-dialog__mask--blur { -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); } .gform-admin .gform-dialog { background: #fff; border: 1px solid #f6f9fc; box-shadow: 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03); box-sizing: border-box; max-width: 600px; padding: 14px 25px 25px; position: relative; transform: scale(0.95); transition: transform 200ms ease-in-out; width: calc(100% - 40px); } .gform-admin .gform-dialog .gform-dialog__close { position: absolute; right: 25px; top: 25px; } .gform-admin .gform-dialog .gform-dialog__close.gform-button--size-xs { height: 1.625rem; width: 1.625rem; } .gform-admin .gform-dialog .gform-dialog__close.gform-button--size-xs .gform-button__icon { font-size: 1.875rem; top: 0; } .gform-admin .gform-dialog .gform-dialog__close.gform-button.gform-button--circular.gform-dialog__close--plain { background: none; border: none; } .gform-admin .gform-dialog .gform-dialog__close.gform-button.gform-button--circular.gform-dialog__close--plain .gform-button__icon { color: white; font-size: 2rem; } .gform-admin .gform-dialog .gform-dialog__title { color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 1.188rem; font-weight: 500; line-height: normal; line-height: initial; margin: 10px 0 0 0; padding-right: 30px; position: relative; } .gform-admin .gform-dialog .gform-dialog__title.gform-dialog__title--has-icon { padding-left: 30px; } .gform-admin .gform-dialog .gform-dialog__title-icon { font-size: 1.5rem; left: 0; position: absolute; top: 3px; } .gform-admin .gform-dialog .gform-dialog__content { padding: 10px 30px 0 0; } .gform-admin .gform-dialog .gform-dialog__content, .gform-admin .gform-dialog .gform-dialog__content p { color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.875rem; line-height: 1.188rem; } .gform-admin .gform-dialog .gform-dialog__footer { align-items: center; display: flex; padding-top: 20px; width: 100%; } .gform-admin .gform-dialog .gform-dialog__confirm { margin-left: 12px; } .gform-admin .gform-dialog .gform-dialog__confirm.gform-button--icon-leading { padding-left: 10px; } .gform-admin .gform-dialog .gform-dialog__confirm.gform-button--icon-leading .gform-button__icon { font-size: 1.5rem; } .gform-admin .gform-dialog--full-screen { max-width: 1280px; height: calc(100vh - 40px); overflow: auto; padding: 0; } .gform-admin .gform-dialog--full-screen .gform-dialog__content { margin: 0; padding: 0; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__close { left: 25px; right: auto; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__title { padding-left: 30px; padding-right: 0; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__title.gform-dialog__title--has-icon { padding-left: 0; padding-right: 30px; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__title-icon { left: auto; right: 0; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__content { padding: 10px 0 0 30px; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__confirm { margin-left: 0; margin-right: 12px; } html[dir="rtl"] .gform-admin .gform-dialog .gform-dialog__confirm.gform-button--icon-leading { padding-left: 14px; padding-right: 10px; } .gform-admin .gform-dropdown { font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; position: relative; } .gform-admin .gform-dropdown.gform-dropdown--position-top .gform-dropdown__container { border-bottom: 0; border-radius: 0.1875rem 0.1875rem 0 0; border-top: 0.0625rem solid #d5d7e9; bottom: 40px; box-shadow: 0 -0.125rem 0.75rem rgba(28, 31, 63, 0.09); top: auto; } .gform-admin .gform-dropdown.gform-dropdown--position-top .gform-dropdown__container::before { bottom: -5px; top: auto; } .gform-admin .gform-dropdown__control { align-items: center; background: #fff; border: 0.0625rem solid #d5d7e9; border-radius: 0.1875rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; display: flex; height: 2.375rem; line-height: 1.1; padding: 0 2.25rem 0 1rem; position: relative; width: 100%; z-index: 1; } .gform-admin .gform-dropdown__control:focus { border-color: #3e7da6; box-shadow: 0 0 0 2px #bed8ed; outline: none; } .gform-admin .gform-dropdown__control.gform-dropdown__control--placeholder .gform-dropdown__control-text { color: #5b5e80; font-weight: 400; } .gform-admin .gform-dropdown__control .gform-dropdown__chevron, .gform-admin .gform-dropdown__control .gform-dropdown__spinner { align-items: center; background-size: 16px 16px; color: #9092b2; font-size: 1.375rem; height: 100%; justify-content: center; position: absolute; right: 0; top: 0; transition: color 0.15s ease; width: 2.25rem; } .gform-admin .gform-dropdown__control .gform-dropdown__chevron { display: flex; } .gform-admin .gform-dropdown__group { line-height: normal; padding-top: 0.6875rem; } .gform-admin .gform-dropdown__group .gform-dropdown__trigger { padding-left: 1.75rem; } .gform-admin .gform-dropdown__control-text, .gform-admin .gform-dropdown__group-text { color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .gform-admin .gform-dropdown__group-text { padding-left: 0.875rem; } .gform-admin .gform-dropdown__container { background: #fff; border: 0.0625rem solid #d5d7e9; border-radius: 0 0 0.1875rem 0.1875rem; border-top: 0; box-shadow: 0 0.125rem 0.75rem rgba(28, 31, 63, 0.09); box-sizing: border-box; display: none; opacity: 0; outline: none; padding-top: 0.25rem; position: absolute; top: 2.3125rem; transition: opacity 0.15s ease; width: 100%; z-index: 2; } .gform-admin .gform-dropdown__container::before { background: #fff; border-left: 0.0625rem solid #d5d7e9; border-right: 0.0625rem solid #d5d7e9; content: ""; height: 0.5rem; left: -1px; position: absolute; top: -0.5rem; width: 100%; z-index: 3; } .gform-admin .gform-dropdown__list-container { max-height: 14.0625rem; overflow-y: auto; } .gform-admin .gform-dropdown__item { margin: 0; } .gform-admin .gform-dropdown__search-icon { color: #9092b2; font-size: 1.5rem; position: absolute; right: 1rem; top: 0.75rem; transition: color 0.15s ease; } .gform-admin .gform-dropdown__search { border-bottom: 1px solid #ecedf8; padding: 0.375rem 0.625rem 0.875rem 0.625rem; position: relative; } .gform-admin .gform-dropdown__search .gform-dropdown__search-input { padding-right: 2.125rem; width: 100%; } .gform-admin .gform-dropdown__search[focus-within] .gform-dropdown__search-icon { color: #3e7da6; } .gform-admin .gform-dropdown__search[focus-within] .gform-dropdown__search-icon { color: #3e7da6; } .gform-admin .gform-dropdown__search:focus-within .gform-dropdown__search-icon { color: #3e7da6; } .gform-admin .gform-dropdown__list { list-style-type: none; margin: 0; padding: 0; } .gform-admin .gform-dropdown__trigger { background: transparent; border: 0; border-left: 0.1875rem solid transparent; color: #242748; cursor: pointer; font-size: 0.8125rem; outline: none; padding: 0.6875rem 1rem 0.6875rem 0.875rem; text-align: left; transition: all 0.15s ease; width: 100%; } .gform-admin .gform-dropdown__trigger:hover, .gform-admin .gform-dropdown__trigger:focus { background: #f6f9fc; border-left-color: #3e7da6; } .gform-admin .gform-dropdown__trigger-text { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; } .gform-admin .gform-dropdown--show-spinner .gform-dropdown__chevron { display: none; } .gform-admin .gform-dropdown--show-spinner .gform-dropdown__spinner { display: flex; } .gform-admin .gform-dropdown--reveal .gform-dropdown__container { display: block; } .gform-admin .gform-dropdown--hide .gform-dropdown__container { display: block; opacity: 0; } .gform-admin .gform-dropdown--open .gform-dropdown__chevron { color: #242748; transform: rotate(180deg); } .gform-admin .gform-dropdown--open .gform-dropdown__control { box-shadow: 0 0.125rem 0.75rem rgba(28, 31, 63, 0.09); } .gform-admin .gform-dropdown--open .gform-dropdown__control:focus { border-color: #d5d7e9; } .gform-admin .gform-dropdown--open .gform-dropdown__container { display: block; opacity: 1; } html[dir="rtl"] .gform-admin .gform-dropdown__control { padding: 0 1rem 0 2.25rem; } html[dir="rtl"] .gform-admin .gform-dropdown__control .gform-dropdown__chevron, html[dir="rtl"] .gform-admin .gform-dropdown__control .gform-dropdown__spinner { left: 0; right: auto; } html[dir="rtl"] .gform-admin .gform-dropdown__search .gform-dropdown__search-input { padding-left: 2.125rem; padding-right: 1rem; } html[dir="rtl"] .gform-admin .gform-dropdown__search-icon { left: 1rem; right: auto; } html[dir="rtl"] .gform-admin .gform-dropdown__trigger { border-left: 0; border-right: 0.1875rem solid transparent; text-align: right; } html[dir="rtl"] .gform-admin .gform-dropdown__trigger:hover, html[dir="rtl"] .gform-admin .gform-dropdown__trigger:focus { border-right-color: #3e7da6; } html[dir="rtl"] .gform-admin .gform-dropdown__group .gform-dropdown__trigger { padding-left: 0.875rem; padding-right: 1.75rem; } html[dir="rtl"] .gform-admin .gform-dropdown__group-text { padding-left: 0; padding-right: 0.875rem; } .gform-admin .gform-embed-form__flyout-group { border-top: 0.0625rem solid #ecedf8; margin-top: 1.5rem; padding-top: 1.5rem; } .gform-admin .gform-embed-form__group-title { color: #242748; font-size: 0.8125rem; font-weight: 500; margin: 0; } .gform-admin .gform-embed-form__post-type-switcher, .gform-admin .gform-embed-form__shortcode-description { padding: 0.75rem 0; } .gform-admin .gform-embed-form--hidden { display: none; } .gform-admin .gform-input--text { width: 100%; } .gform-admin .gform-flyout--embed-form p { margin: 0; padding: 0; } .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-footer-helper { padding-left: 0.875rem; } .gform-admin .gform-embed-form__shortcode-footer { align-items: center; display: flex; width: 100%; } .gform-admin .gform-embed-form__shortcode-footer a { color: #3985b7; } .gform-admin .gform-embed-form__shortcode-footer a:hover, .gform-admin .gform-embed-form__shortcode-footer a:focus { text-decoration: none; } .gform-admin .gform-embed-form__flyout-group-footer { padding-top: 0.75rem; } .gform-admin .gform-embed-form__shortcode-trigger .gform-button__icon { opacity: 1; transition: all 0.15s ease; } .gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-label, .gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-button__icon { opacity: 0; } .gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-icon, .gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-copied { opacity: 1; } .gform-admin .gform-embed-form__shortcode-copy-icon { color: #22a753; font-size: 1.5rem; margin-right: 6px; } .gform-admin .gform-embed-form__shortcode-copy-label { opacity: 1; transition: all 0.15s ease; } .gform-admin .gform-embed-form__shortcode-copy-copied { align-items: center; box-sizing: border-box; display: inline-flex; justify-content: center; left: 0; opacity: 0; position: absolute; text-align: center; width: 100%; } .gform-admin .gform-embed-form__visually-hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm:disabled { background: #3e7da6; color: #fff; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-saving-text { display: none; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--idle-text { align-items: center; display: inline-flex; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving { justify-content: center; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-button--idle-text { display: none; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-button__icon { display: none; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-saving-text { display: inline-block; text-indent: 0; } .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-loader { margin: 0 8px 0 0; } html[dir="rtl"] .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-footer-helper { padding-left: 0; padding-right: 0.875rem; } html[dir="rtl"] .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-copy-icon { margin-left: 6px; margin-right: 0; } html[dir="rtl"] .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-loader { margin: 0 0 0 8px; } .gform-admin.admin-bar .gform-flyout.gform-flyout--fixed { top: 46px; } @media (min-width: 783px) { .gform-admin.admin-bar .gform-flyout.gform-flyout--fixed { top: 32px } } .gform-admin .gform-flyout { background: #fff; bottom: 0; box-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03); box-sizing: border-box; display: none; flex-direction: column; height: 100%; left: 0; opacity: 0; padding-top: 1.25rem; position: absolute; top: 0; transition: opacity 150ms ease-in-out, width 150ms ease-in-out; } .gform-admin .gform-flyout:hover .gform-flyout__expand { opacity: 1; } .gform-admin .gform-flyout p { margin: 0; padding: 0; } .gform-admin .gform-flyout.gform-flyout--anim-in-ready { display: flex; } .gform-admin .gform-flyout.gform-flyout--anim-in-active { opacity: 1; } .gform-admin .gform-flyout.gform-flyout--fixed { position: fixed; } .gform-admin .gform-flyout.gform-flyout--absolute { position: absolute; } .gform-admin .gform-flyout.gform-flyout--hide-expander .gform-flyout__expand { opacity: 0; } .gform-admin .gform-flyout.gform-flyout--right { left: auto; right: 0; } .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-rail { left: -35px; } .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand { left: -35px; } .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-icon { transform: rotate(90deg); } .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-rail { right: -35px; } .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand { right: -35px; } .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-icon { transform: rotate(-90deg); } .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--right .gform-flyout__expand-icon { transform: rotate(-90deg); } .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--left .gform-flyout__expand-icon { transform: rotate(90deg); } .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs { align-items: center; border: 1px solid #d5d7e9; display: flex; font-size: 1.25rem; height: 1.625rem; position: absolute; right: 25px; top: 15px; transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out; width: 1.625rem; z-index: 5; } .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs:hover, .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs:focus { border-color: #3e7da6; } .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs .gform-button__icon { font-size: 1.875rem; top: 0; } .gform-admin .gform-flyout .gform-flyout__expand-rail { height: 56px; margin-top: -28px; position: absolute; top: 50%; width: 35px; } .gform-admin .gform-flyout .gform-flyout__expand { align-items: center; background: #fff; border: 1px solid #ecedf8; border-radius: 19px; box-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03); color: #242748; cursor: pointer; display: flex; height: 56px; justify-content: center; margin-top: -28px; opacity: 0; position: absolute; top: 50%; transition: opacity 0.15s ease, transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease; width: 19px; } .gform-admin .gform-flyout .gform-flyout__expand:focus { border-color: #d5d7e9; opacity: 1; outline: none; } .gform-admin .gform-flyout .gform-flyout__expand:focus .gform-flyout__expand-icon { color: #3e7da6; } .gform-admin .gform-flyout .gform-flyout__expand:hover .gform-flyout__expand-icon { color: #3e7da6; } .gform-admin .gform-flyout .gform-flyout__expand-icon { align-items: center; color: #242748; display: flex; font-size: 1rem; height: 15px; justify-content: center; position: relative; transition: color 300ms ease; width: 100%; } .gform-admin .gform-flyout__head { padding: 0 1.5625rem 1.25rem; position: relative; } .gform-admin .gform-flyout__head::after { background: #ecedf8; bottom: 0; content: ""; height: 0.0625rem; left: 0; position: absolute; width: 100%; } .gform-flyout--no-divider .gform-admin .gform-flyout__head::after { display: none; } .gform-admin .gform-flyout__title { color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 500; line-height: 18px; margin: 0 0 12px; } .gform-admin .gform-flyout--no-description .gform-flyout__title { margin: 0; } .gform-admin .gform-flyout__desc { color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; padding-right: 1.125rem; } .gform-admin .gform-flyout__body { color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; overflow-y: auto; padding: 1.25rem 1.5625rem; } .gform-admin .gform-flyout__body[focus-within] .gform-flyout__expand { opacity: 1; } .gform-admin .gform-flyout__body:focus-within .gform-flyout__expand { opacity: 1; } .gform-admin .gform-flyout__body .simplebar-wrapper { height: 100%; } html[dir="rtl"] .gform-admin .gform-flyout { left: auto; right: 0; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--right { left: 0; right: auto; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-rail { left: auto; right: -35px; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand { left: auto; right: -35px; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-icon { transform: rotate(-90deg); } html[dir="rtl"] .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs { left: 25px; right: auto; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-rail { left: -35px; right: auto; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand { left: -35px; right: auto; } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-icon { transform: rotate(90deg); } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--right .gform-flyout__expand-icon { transform: rotate(90deg); } html[dir="rtl"] .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--left .gform-flyout__expand-icon { transform: rotate(-90deg); } html[dir="rtl"] .gform-admin .gform-flyout__desc { padding-left: 1.125rem; padding-right: 0; } .gform-admin .gform-input { -webkit-appearance: none; background: #fff; border: 1px solid #c3c5db; border-radius: 3px; box-shadow: 0 0 0 transparent; box-sizing: border-box; color: #242748; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; line-height: 2; outline: none; padding: 0.25rem 0.75rem; transition: box-shadow 0.15s ease, background-color 0.15s ease; } .gform-admin .gform-input:focus { border: 1px solid #3985b7; box-shadow: 0 0.125rem 0.0675rem rgba(28, 31, 63, 0.0634624), 0 0 0 2px #bed8ed; color: #242748; } .gform-admin .gform-input::-moz-placeholder { color: #5b5e80; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 400; } .gform-admin .gform-input::placeholder { color: #5b5e80; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 400; } .gform-admin .gform-input--radio, .gform-admin .gform-input--checkbox { border: 0 none; clip: rect(0.125rem, 0.125rem, 0.125rem, 0.125rem); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 0.0625rem; margin: -0.125rem; overflow: hidden; padding: 0; position: absolute; width: 0.0625rem; } .gform-admin .gform-input--radio + .gform-input__label--radio::before { background-color: #fff; border: 1px solid #9092b2; border-radius: 50%; content: ""; display: inline-block; height: 1.25rem; margin-right: 0.625rem; top: 1.5625rem; transition: box-shadow 0.15s ease, background-color 0.15s ease; vertical-align: middle; width: 1.25rem; } .gform-admin .gform-input--radio + .gform-input__label--radio:hover::before { background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' fill='%23ECEDF8'/%3E%3C/svg%3E"); /* stylelint-disable-line */ background-position: center; background-repeat: no-repeat; border-color: #3985b7; box-shadow: 0 0 0 2px #bed8ed; display: inline-block; } .gform-admin .gform-input--radio:checked + .gform-input__label--radio::before { background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' fill='%233E7DA6'/%3E%3C/svg%3E"); /* stylelint-disable-line */ background-position: center; background-repeat: no-repeat; border-color: #9092b2; } .gform-admin .gform-input--radio:checked:focus + .gform-input__label--radio::before { box-shadow: 0 0 0 2px #bed8ed; } .gform-admin .gform-input__label { align-items: center; color: #242748; cursor: pointer; display: inline-flex; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.75rem; margin-right: 0.3rem; outline: none; } html[dir="rtl"] .gform-admin .gform-input--radio + .gform-input__label--radio::before { margin-left: 0.625rem; margin-right: 0; } .gform-admin .gform-link { box-sizing: border-box; color: #3985b7; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 400; position: relative; text-decoration: none; transition: all 0.15s ease; } .gform-admin .gform-loader__mask { align-items: center; display: flex; flex-direction: column; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10000; } .gform-admin .gform-loader__mask.gform-loader__mask--theme-light { background-color: rgba(247, 249, 252, 0.93); } .gform-admin .gform-loader__mask.gform-loader__mask--theme-dark { background-color: rgba(36, 39, 72, 0.93); } .gform-admin .gform-loader__mask--position-auto { } .gform-admin .gform-loader__mask--position-top { justify-content: start; } .gform-admin .gform-loader__mask--position-top .gform-loader__mask-positioner { top: 12%; } .gform-admin .gform-loader__mask--position-center { justify-content: center; } .gform-admin .gform-loader__mask--position-bottom { justify-content: end; } .gform-admin .gform-loader__mask--position-bottom .gform-loader__mask-positioner { bottom: 12%; } .gform-admin .gform-loader__mask--position-sticky .gform-loader__mask-positioner { position: -webkit-sticky; position: sticky; } .gform-admin .gform-loader__mask-positioner { position: relative; } .gform-admin .gform-loader--simple { -webkit-animation: gformLoader1 1.1s infinite linear; animation: gformLoader1 1.1s infinite linear; border-bottom: 1.1em solid #000; border-left: 1.1em solid #000; border-radius: 50%; border-right: 1.1em solid #fff; border-top: 1.1em solid #fff; display: inline-block; font-size: 10px; height: 10em; position: relative; transform: translateZ(0); width: 10em; } .gform-admin .gform-loader__text { display: block; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 500; margin-top: 20px; text-align: center; } @-webkit-keyframes gformLoader1 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes gformLoader1 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .gform-admin .gform-snackbar { align-items: center; background: #fff; border: 1px solid #ecedf8; border-radius: 3px; box-shadow: 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03); box-sizing: border-box; display: flex; flex-direction: row; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 500; max-width: calc(100% - 40px); min-height: 56px; min-width: 344px; opacity: 0; padding: 16px; position: absolute; transform: scale(0.95); transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; } .gform-admin .gform-snackbar.gform-snackbar--reveal { opacity: 1; transform: scale(1); } .gform-admin .gform-snackbar.gform-snackbar--bottomleft { bottom: 20px; left: 20px; } .gform-admin .gform-snackbar.gform-snackbar--bottomright { bottom: 20px; right: 20px; } .gform-admin .gform-snackbar.gform-snackbar--topleft { left: 20px; top: 20px; } .gform-admin .gform-snackbar.gform-snackbar--topright { right: 20px; top: 20px; } .gform-admin .gform-snackbar.gform-snackbar--has-close { padding-right: 50px; } /* todo: create as close component, check figma */ .gform-admin .gform-snackbar__close { align-items: center; background: #fff; border: 1px solid transparent; border-radius: 100%; color: #9092b2; cursor: pointer; display: flex; font-size: 32px; height: 24px; justify-content: center; position: absolute; right: 10px; top: 16px; transition: border-color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, color 300ms ease; width: 24px; } .gform-admin .gform-snackbar__close:hover { color: #5b5e80; } .gform-admin .gform-snackbar__close.focus-visible { border-color: #3e7da6; box-shadow: 0 0 0 2px #bed8ed; color: #5b5e80; outline: none; } .gform-admin .gform-snackbar__close.focus-visible { border-color: #3e7da6; box-shadow: 0 0 0 2px #bed8ed; color: #5b5e80; outline: none; } .gform-admin .gform-snackbar__close:focus-visible { border-color: #3e7da6; box-shadow: 0 0 0 2px #bed8ed; color: #5b5e80; outline: none; } .gform-admin .gform-snackbar__icon { font-size: 24px; margin-right: 10px; } .gform-admin .gform-snackbar__message { margin-right: 6px; } .gform-admin .gform-snackbar__cta { color: #3e7da6; margin-left: auto; text-decoration: none; } .gform-admin .gform-snackbar__cta:focus, .gform-admin .gform-snackbar__cta:hover { box-shadow: none; outline: none; text-decoration: underline; } .gform-admin .gform-snackbar--success .gform-snackbar__icon { color: #22a753; } .gform-admin .gform-snackbar--error .gform-snackbar__icon { color: #dd301d; } html[dir="rtl"] .gform-admin .gform-snackbar.gform-snackbar--bottomleft { left: auto; right: 20px; } html[dir="rtl"] .gform-admin .gform-snackbar.gform-snackbar--bottomright { left: 20px; right: auto; } html[dir="rtl"] .gform-admin .gform-snackbar.gform-snackbar--topleft { left: 20px; } html[dir="rtl"] .gform-admin .gform-snackbar.gform-snackbar--topright { right: 20px; } html[dir="rtl"] .gform-admin .gform-snackbar.gform-snackbar--has-close { padding-left: 50px; padding-right: 16px; } html[dir="rtl"] .gform-admin .gform-snackbar__close { left: 10px; right: auto; } html[dir="rtl"] .gform-admin .gform-snackbar__cta { margin-left: 0; margin-right: auto; } html[dir="rtl"] .gform-admin .gform-snackbar__icon { margin: 0 0 0 10px; } html[dir="rtl"] .gform-admin .gform-snackbar__message { margin: 0 0 0 6px; } .gform-admin .gform-st-icon { align-items: center; display: inline-flex; flex-basis: 1.25rem; flex-grow: 0; flex-shrink: 0; font-family: "gform-icons-admin" !important; font-size: 1.125rem; font-style: normal; font-feature-settings: normal; font-variant: normal; font-weight: normal; height: 1.25rem; justify-content: center; position: relative; text-transform: none; vertical-align: top; width: 1.25rem; } .gform-admin .gform-st-icon::before, .gform-admin .gform-st-icon::after { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; speak: none; white-space: normal; width: 100%; } /* ----------------------------------------------------------------------------- * * Duotone +/- icons in circle and focus ring. * * Commonly used in areas of the admin/theme were rows of choices are added * or deleted by the user. Make the element that receives these classes the * size you want if it needs to deviate from the default and then simply adjust * the font-size of the after element to scale the icon. * * Designed to be used on a button. * * ----------------------------------------------------------------------------- */ .gform-admin .gform-st-icon--circle-plus, .gform-admin .gform-st-icon--circle-minus { background: #fff; border: 0; border-radius: 50%; box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411); cursor: pointer; flex-basis: 1.125rem; height: 1.125rem; line-height: 1.188rem; outline: none; padding: 0; text-align: center; transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out; width: 1.125rem; } .gform-admin .gform-st-icon--circle-plus::before, .gform-admin .gform-st-icon--circle-minus::before { border: 0.0625rem solid #c3c5db; border-radius: 50%; content: ""; height: 1.125rem; left: 0; position: absolute; top: 0; transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out; width: 1.125rem; } .gform-admin .gform-st-icon--circle-plus::after, .gform-admin .gform-st-icon--circle-minus::after { color: #3e7da6; font-size: 0.55rem; height: auto; position: relative; width: auto; } .gform-admin .gform-st-icon--circle-plus:hover, .gform-admin .gform-st-icon--circle-plus:focus, .gform-admin .gform-st-icon--circle-minus:hover, .gform-admin .gform-st-icon--circle-minus:focus { box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0796); } .gform-admin .gform-st-icon--circle-plus:hover::before, .gform-admin .gform-st-icon--circle-plus:focus::before, .gform-admin .gform-st-icon--circle-minus:hover::before, .gform-admin .gform-st-icon--circle-minus:focus::before { border-color: #3e7da6; box-shadow: 0 0 0 1px #bed8ed; } .gform-admin .gform-st-icon--circle-plus::after { content: "\e951"; } .gform-admin .gform-st-icon--circle-minus::after { content: "\e942"; } .gf_browser_chrome .gform-st-icon--circle-plus::after, .gf_browser_chrome .gform-st-icon--circle-minus::after { height: 100%; margin-left: 0.03125rem; } .gform-admin .gform-status-indicator { background: #ecedf8; border: 1px solid #d5d7e9; border-radius: 0.75rem; color: #242748; cursor: pointer; display: inline-block; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.687rem; font-weight: 600; line-height: 1; padding: 0.375rem 0.5rem 0.375rem 1.5rem; position: relative; transition: all ease-in-out 200ms; white-space: nowrap; width: auto; } .gform-admin .gform-status-indicator.gform-status--no-hover { cursor: auto; } .gform-admin .gform-status-indicator svg { fill: #242748; height: 1.125rem; left: 0.25rem; position: absolute; stroke: rgba(154, 157, 187, 0.2); top: 0.325rem; transition: all ease-in-out 200ms; width: 1.125rem; } .gform-admin .gform-status-indicator.gform-status--active { background: #e1f6ed; border-color: rgba(87, 192, 145, 0.24); color: #276a52; } .gform-admin .gform-status-indicator.gform-status--active svg { fill: #57c091; stroke: rgba(87, 192, 145, 0.22); } .gform-admin .gform-status-indicator.gform-status--error { background: #feefef; border-color: rgba(221, 48, 29, 0.2); color: #dd301d; } .gform-admin .gform-status-indicator.gform-status--error svg { fill: #dd301d; stroke: rgba(221, 48, 29, 0.2); } .gform-admin .gform-status-indicator.gform-status--static { pointer-events: none; } .gform-admin .gform-status-indicator.gform-status--static .gform-status-indicator-status { bottom: -0.0625rem; position: relative; } .gform-admin .gform-status-indicator.gform-status--no-pill { border-radius: 3px; } .gform-admin .gform-status-indicator.gform-status--no-icon { padding-left: 0.65rem; padding-right: 0.65rem; } .gform-admin .gform-status-indicator:not(.gform-status--no-hover):focus, .gform-admin .gform-status-indicator:not(.gform-status--no-hover):hover, .gform-admin .gform-status-indicator:not(.gform-status--no-hover):active { border-color: #3e7da6; box-shadow: 0 0 0 1px #bed8ed; outline: none; } .gform-admin .gform-status-indicator-status { bottom: -0.0625rem; position: relative; } .gform-admin .wp-list-table .gform-status-indicator { margin-left: 0.375rem; } html[dir="rtl"] .gform-admin .gform-status-indicator { padding-left: 0.5rem; padding-right: 1.5rem; } html[dir="rtl"] .gform-admin .gform-status-indicator svg { left: auto; right: 0.25rem; } html[dir="rtl"] .gform-admin .gform-status-indicator.gform-status--no-icon { padding-left: 0.65rem; padding-right: 0.65rem; } .gform-admin .gform-table { border: 0.0625rem solid #ecedf8; border-collapse: collapse; box-sizing: border-box; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; max-width: 100%; text-align: left; width: 100%; } .gform-admin .gform-table * { box-sizing: border-box; } .gform-admin .gform-table tr { border-bottom: 0.0625rem solid #ecedf8; } .gform-admin .gform-table th { font-weight: 500; padding: 0.8125rem 1.125rem; } .gform-admin .gform-table td { padding: 1.25rem 1.125rem; } .gform-admin .gform-table p { font-size: 0.8125rem; margin: 0; } @media (max-width: 960px) { .gform-admin .gform-table--responsive thead { border: 0; clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; padding: 0; position: absolute; width: 1px } } @media (max-width: 960px) { .gform-admin .gform-table--responsive tbody, .gform-admin .gform-table--responsive tr, .gform-admin .gform-table--responsive th, .gform-admin .gform-table--responsive td { display: block; padding: 0; white-space: normal } } @media (max-width: 960px) { .gform-admin .gform-table--responsive tr { border-bottom: 0 } } @media (max-width: 960px) { .gform-admin .gform-table--responsive td, .gform-admin .gform-table--responsive th { border-bottom: 1px solid #ecedf8; overflow: hidden; padding: 1.25rem 1.125rem; position: relative; vertical-align: top; white-space: normal; width: 100% } } @media (max-width: 960px) { .gform-admin .gform-table--responsive td p { padding-left: 1.125rem } } @media (max-width: 960px) { .gform-admin .gform-table--responsive td[data-header]::before { content: attr(data-header); display: block; float: left; font-weight: 500; width: 50% } } @media (max-width: 960px) { .gform-admin .gform-table--responsive td[data-header] > * { clear: right; display: block; float: right; width: 50% } } @media (max-width: 960px) { .gform-admin .gform-table--responsive td[data-header]::after { border-right: 1px solid #ecedf8; content: ""; display: block; left: 0; padding-bottom: 200%; position: absolute; top: 0; width: 50% } } .gform-admin .gform-table--fixed { table-layout: fixed; } .gform-admin .gform-table--no-outer-border { border: 0; } .gform-admin .gform-table--no-outer-border tbody tr:last-child { border-bottom: 0; } .gform-admin .gform-table--no-outer-border tbody tr:last-child td:last-child { border-bottom: 0; } html[dir="rtl"] .gform-admin .gform-table { text-align: right; } /*# sourceMappingURL=admin-components.css.map */ .fusion-sticky-container:not(.fusion-sticky-spacer) { transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, min-height 0.1s ease-in-out; -webkit-backface-visibility: hidden; } .fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) { --awb-z-index: 10010; } .fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) { --awb-z-index: 10011; } .fusion-sticky-container.fusion-sticky-spacer { pointer-events: none; visibility: hidden; opacity: 0; } .fusion-sticky-container .fusion-imageframe { transition: max-width 0.1s ease-in-out; } .fusion-sticky-container:not(.fusion-sticky-transition) .fusion-display-sticky-only { display: none; } .fusion-sticky-container.fusion-sticky-transition { background-color: var(--awb-sticky-background-color); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, min-height 0.3s ease-in-out; min-height: var(--awb-sticky-height); } .fusion-scrolling-active .fusion-sticky-container.fusion-sticky-transition { transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s ease-in-out; } .fusion-sticky-container.fusion-sticky-transition .fusion-menu-element-list { transition: min-height 0.3s ease-in-out; } .fusion-sticky-container.fusion-sticky-transition .fusion-display-normal-only { display: none; } .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe { transition: max-width 0.3s ease-in-out; } .fusion-sticky-container.fusion-sticky-scroll-transition.fusion-scrolling-down { opacity: 0; transform: translateY(-100%); transition: opacity 0.3s, transform 0.3s, background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s ease-in-out; pointer-events: none; } .fusion-sticky-container.fusion-sticky-scroll-transition.fusion-scrolling-up { opacity: 1; transform: translateY(0); transition: opacity 0.3s, transform 0.3s, background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s ease-in-out; pointer-events: normal; } .fusion-sticky-container:not(.fusion-container-stuck) + .fusion-sticky-spacer { display: none !important; } .premium-blog-filter,.premium-img-gallery-filter{-js-display:flex;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:right}.premium-gallery-container .grid-sizer{width:33.33%}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2}.pa-gallery-img .pa-gallery-whole-link span{display:none}.pa-gallery-img.style2 .pa-gallery-whole-link,.pa-gallery-img.style3 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-ms-transform:translateX(15px) scale(1.1);-webkit-transform:translateX(15px) scale(1.1);transform:translateX(15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link i,.pa-gallery-img .pa-gallery-img-link svg,.pa-gallery-img .pa-gallery-magnific-image i,.pa-gallery-img .pa-gallery-magnific-image svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span,.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;-js-display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-ms-transform:scale(1.3) rotate(-5deg);-webkit-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-ms-transform:translateX(0) scale(1.1);-webkit-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{display:block;margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;left:0;right:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;left:0;right:0;width:100%;bottom:0}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);-js-display:flex;display:-ms-flexbox;display:-webkit-flex;display:flex;text-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-ms-transform:translate(-15px,15px);-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}.premium-clearfix{clear:both}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more .premium-gallery-load-more-btn{box-shadow:none;text-shadow:none;border:none;outline:0;-ms-flex-align:center;-webkit-align-items:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{-js-display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.premium-gallery-load-more-btn div{margin-right:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe,.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;right:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left bottom,left top,from(#17181f),to(rgba(255,255,255,0)));background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:0 !important;font-size:16px !important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document-pdf{width:100%}.embedpress-document-editmode .components-form-file-upload{display:none !important} .embedpress-gutenberg-wrapper{margin:30px auto}.embedpress-gutenberg-wrapper iframe{max-width:100%}.embedpress-gutenberg-wrapper.alignright{max-width:100%}.ose-the-new-york-times iframe{min-height:500px;max-height:100%}body.page .flexia-wrapper>.content-area{padding:0 !important}.flexia-wrapper.flexia-container>.content-area{margin:0 !important}.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-gutenberg-wrapper.alignright,.entry-content>.embedpress-gutenberg-wrapper.alignleft,.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{max-width:100%}}.clear::after{content:'';display:block;clear:both;min-height:1px}.embedpress-gutenberg-wrapper .alignleft,.embedpress-gutenberg-wrapper .alignright,.embedpress-gutenberg-wrapper .aligncenter{float:none;display:block}.embedpress-gutenberg-wrapper .alignright{text-align:right}.embedpress-gutenberg-wrapper .alignleft{text-align:left}.embedpress-gutenberg-wrapper .aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.embedpress-gutenberg-wrapper .ose-embedpress-responsive{display:inline-block}.embedpress-gutenberg-wrapper{max-width:100% !important}.ep-first-video{position:relative;height:0;padding-bottom:56.25%}.ep-first-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.components-base-control__label{font-weight:600}.components-input-control__label{font-weight:600}.components-base-control__field,.components-input-control__label{font-weight:600}label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0{font-weight:600 !important}.text-center{text-align:center !important}.wp-block-embed.is-loading{-ms-flex-align:center;align-items:center}.css-vwt1e3{margin:0px 11px 0px !important}.toolbar{display:none}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none} .pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:10px !important;font-size:16px !important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document{max-width:100%}.embedpress-document-editmode .components-form-file-upload{display:none !important}.wp-block-embedpress-embedpress-pdf+*{clear:both}.pro-control{position:relative}span.isPro{position:absolute;z-index:1;background:#5B4E96;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:18px;font-size:10px;right:0;color:#fff;font-weight:400;text-transform:uppercase;top:0}.pro-control:after{content:'';width:100%;height:100%;background:transparent;position:absolute;z-index:12;top:0;bottom:0}.theme-astra span.isPro{right:10px;top:5px}.pro-control:hover::after{cursor:pointer}.pro__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.3);z-index:1;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131F4D;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7C8DB5;margin-top:10px}.pro__alert__wrap .pro__alert__card .button{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131F4D}.template__wrapper .button:hover{background:#5B4E96 !important;color:#fff !important;border-color:#5B4E96 !important}.pro__alert__wrap .pro__alert__card img{height:100px;margin-bottom:20px}.pro-control .components-toggle-control__label{color:#bbacac}.pro-control .components-form-toggle .components-form-toggle__track{border:1px solid #b89d9d}.pro-control .components-form-toggle .components-form-toggle__thumb{background-color:#b89d9d;border:5px solid #b89d9d}.embedpress-document-embed{display:inline-block}.block-editor-block-inspector .components-base-control{margin-top:15px}.pro-control-active{margin-bottom:24px} .embedpress-calendar-gutenberg{margin:30px auto}.embedpress-calendar-gutenberg iframe{max-width:100%}.embedpress-calendar-gutenberg.alignright{max-width:100%}body.page .flexia-wrapper>.content-area{padding:0 !important}.flexia-wrapper.flexia-container>.content-area{margin:0 !important}.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-calendar-gutenberg.alignright,.entry-content>.embedpress-calendar-gutenberg.alignleft,.embedpress-calendar-gutenberg.alignright,.embedpress-calendar-gutenberg.alignleft{max-width:100%}}.clear::after{content:'';display:block;clear:both;min-height:1px} !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).FullCalendarLocalesAll=t()}(this,function(){"use strict";return[{code:"af",week:{dow:1,doy:4},buttonText:{prev:"Vorige",next:"Volgende",today:"Vandag",year:"Jaar",month:"Maand",week:"Week",day:"Dag",list:"Agenda"},allDayHtml:"Heeldag",eventLimitText:"Addisionele",noEventsMessage:"Daar is geen gebeurtenisse nie"},{code:"ar-dz",week:{dow:0,doy:4},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"ar-kw",week:{dow:0,doy:12},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"ar-ly",week:{dow:6,doy:12},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"ar-ma",week:{dow:6,doy:12},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"ar-sa",week:{dow:0,doy:6},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"ar-tn",week:{dow:1,doy:4},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"ar",week:{dow:6,doy:12},dir:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekLabel:"أسبوع",allDayText:"اليوم كله",eventLimitText:"أخرى",noEventsMessage:"أي أحداث لعرض"},{code:"az",week:{dow:1,doy:4},buttonText:{prev:"Əvvəl",next:"Sonra",today:"Bu Gün",month:"Ay",week:"Həftə",day:"Gün",list:"Gündəm"},weekLabel:"Həftə",allDayText:"Bütün Gün",eventLimitText:function(e){return"+ daha çox "+e},noEventsMessage:"Göstərmək üçün hadisə yoxdur"},{code:"bg",week:{dow:1,doy:7},buttonText:{prev:"назад",next:"напред",today:"днес",month:"Месец",week:"Седмица",day:"Ден",list:"График"},allDayText:"Цял ден",eventLimitText:function(e){return"+още "+e},noEventsMessage:"Няма събития за показване"},{code:"bs",week:{dow:1,doy:7},buttonText:{prev:"Prošli",next:"Sljedeći",today:"Danas",month:"Mjesec",week:"Sedmica",day:"Dan",list:"Raspored"},weekLabel:"Sed",allDayText:"Cijeli dan",eventLimitText:function(e){return"+ još "+e},noEventsMessage:"Nema događaja za prikazivanje"},{code:"ca",week:{dow:1,doy:4},buttonText:{prev:"Anterior",next:"Següent",today:"Avui",month:"Mes",week:"Setmana",day:"Dia",list:"Agenda"},weekLabel:"Set",allDayText:"Tot el dia",eventLimitText:"més",noEventsMessage:"No hi ha esdeveniments per mostrar"},{code:"cs",week:{dow:1,doy:4},buttonText:{prev:"Dříve",next:"Později",today:"Nyní",month:"Měsíc",week:"Týden",day:"Den",list:"Agenda"},weekLabel:"Týd",allDayText:"Celý den",eventLimitText:function(e){return"+další: "+e},noEventsMessage:"Žádné akce k zobrazení"},{code:"da",week:{dow:1,doy:4},buttonText:{prev:"Forrige",next:"Næste",today:"I dag",month:"Måned",week:"Uge",day:"Dag",list:"Agenda"},weekLabel:"Uge",allDayText:"Hele dagen",eventLimitText:"flere",noEventsMessage:"Ingen arrangementer at vise"},{code:"de",week:{dow:1,doy:4},buttonText:{prev:"Zurück",next:"Vor",today:"Heute",year:"Jahr",month:"Monat",week:"Woche",day:"Tag",list:"Terminübersicht"},weekLabel:"KW",allDayText:"Ganztägig",eventLimitText:function(e){return"+ weitere "+e},noEventsMessage:"Keine Ereignisse anzuzeigen"},{code:"el",week:{dow:1,doy:4},buttonText:{prev:"Προηγούμενος",next:"Επόμενος",today:"Σήμερα",month:"Μήνας",week:"Εβδομάδα",day:"Ημέρα",list:"Ατζέντα"},weekLabel:"Εβδ",allDayText:"Ολοήμερο",eventLimitText:"περισσότερα",noEventsMessage:"Δεν υπάρχουν γεγονότα προς εμφάνιση"},{code:"en-au",week:{dow:1,doy:4}},{code:"en-gb",week:{dow:1,doy:4}},{code:"en-nz",week:{dow:1,doy:4}},{code:"es",week:{dow:0,doy:6},buttonText:{prev:"Ant",next:"Sig",today:"Hoy",month:"Mes",week:"Semana",day:"Día",list:"Agenda"},weekLabel:"Sm",allDayHtml:"Todo
el día",eventLimitText:"más",noEventsMessage:"No hay eventos para mostrar"},{code:"es",week:{dow:1,doy:4},buttonText:{prev:"Ant",next:"Sig",today:"Hoy",month:"Mes",week:"Semana",day:"Día",list:"Agenda"},weekLabel:"Sm",allDayHtml:"Todo
el día",eventLimitText:"más",noEventsMessage:"No hay eventos para mostrar"},{code:"et",week:{dow:1,doy:4},buttonText:{prev:"Eelnev",next:"Järgnev",today:"Täna",month:"Kuu",week:"Nädal",day:"Päev",list:"Päevakord"},weekLabel:"näd",allDayText:"Kogu päev",eventLimitText:function(e){return"+ veel "+e},noEventsMessage:"Kuvamiseks puuduvad sündmused"},{code:"eu",week:{dow:1,doy:7},buttonText:{prev:"Aur",next:"Hur",today:"Gaur",month:"Hilabetea",week:"Astea",day:"Eguna",list:"Agenda"},weekLabel:"As",allDayHtml:"Egun
osoa",eventLimitText:"gehiago",noEventsMessage:"Ez dago ekitaldirik erakusteko"},{code:"fa",week:{dow:6,doy:12},dir:"rtl",buttonText:{prev:"قبلی",next:"بعدی",today:"امروز",month:"ماه",week:"هفته",day:"روز",list:"برنامه"},weekLabel:"هف",allDayText:"تمام روز",eventLimitText:function(e){return"بیش از "+e},noEventsMessage:"هیچ رویدادی به نمایش"},{code:"fi",week:{dow:1,doy:4},buttonText:{prev:"Edellinen",next:"Seuraava",today:"Tänään",month:"Kuukausi",week:"Viikko",day:"Päivä",list:"Tapahtumat"},weekLabel:"Vk",allDayText:"Koko päivä",eventLimitText:"lisää",noEventsMessage:"Ei näytettäviä tapahtumia"},{code:"fr",buttonText:{prev:"Précédent",next:"Suivant",today:"Aujourd'hui",year:"Année",month:"Mois",week:"Semaine",day:"Jour",list:"Mon planning"},weekLabel:"Sem.",allDayHtml:"Toute la
journée",eventLimitText:"en plus",noEventsMessage:"Aucun événement à afficher"},{code:"fr-ch",week:{dow:1,doy:4},buttonText:{prev:"Précédent",next:"Suivant",today:"Courant",year:"Année",month:"Mois",week:"Semaine",day:"Jour",list:"Mon planning"},weekLabel:"Sm",allDayHtml:"Toute la
journée",eventLimitText:"en plus",noEventsMessage:"Aucun événement à afficher"},{code:"fr",week:{dow:1,doy:4},buttonText:{prev:"Précédent",next:"Suivant",today:"Aujourd'hui",year:"Année",month:"Mois",week:"Semaine",day:"Jour",list:"Planning"},weekLabel:"Sem.",allDayHtml:"Toute la
journée",eventLimitText:"en plus",noEventsMessage:"Aucun événement à afficher"},{code:"gl",week:{dow:1,doy:4},buttonText:{prev:"Ant",next:"Seg",today:"Hoxe",month:"Mes",week:"Semana",day:"Día",list:"Axenda"},weekLabel:"Sm",allDayHtml:"Todo
o día",eventLimitText:"máis",noEventsMessage:"Non hai eventos para amosar"},{code:"he",dir:"rtl",buttonText:{prev:"הקודם",next:"הבא",today:"היום",month:"חודש",week:"שבוע",day:"יום",list:"סדר יום"},allDayText:"כל היום",eventLimitText:"אחר",noEventsMessage:"אין אירועים להצגה",weekLabel:"שבוע"},{code:"hi",week:{dow:0,doy:6},buttonText:{prev:"पिछला",next:"अगला",today:"आज",month:"महीना",week:"सप्ताह",day:"दिन",list:"कार्यसूची"},weekLabel:"हफ्ता",allDayText:"सभी दिन",eventLimitText:function(e){return"+अधिक "+e},noEventsMessage:"कोई घटनाओं को प्रदर्शित करने के लिए"},{code:"hr",week:{dow:1,doy:7},buttonText:{prev:"Prijašnji",next:"Sljedeći",today:"Danas",month:"Mjesec",week:"Tjedan",day:"Dan",list:"Raspored"},weekLabel:"Tje",allDayText:"Cijeli dan",eventLimitText:function(e){return"+ još "+e},noEventsMessage:"Nema događaja za prikaz"},{code:"hu",week:{dow:1,doy:4},buttonText:{prev:"vissza",next:"előre",today:"ma",month:"Hónap",week:"Hét",day:"Nap",list:"Napló"},weekLabel:"Hét",allDayText:"Egész nap",eventLimitText:"további",noEventsMessage:"Nincs megjeleníthető esemény"},{code:"id",week:{dow:1,doy:7},buttonText:{prev:"mundur",next:"maju",today:"hari ini",month:"Bulan",week:"Minggu",day:"Hari",list:"Agenda"},weekLabel:"Mg",allDayHtml:"Sehari
penuh",eventLimitText:"lebih",noEventsMessage:"Tidak ada acara untuk ditampilkan"},{code:"is",week:{dow:1,doy:4},buttonText:{prev:"Fyrri",next:"Næsti",today:"Í dag",month:"Mánuður",week:"Vika",day:"Dagur",list:"Dagskrá"},weekLabel:"Vika",allDayHtml:"Allan
daginn",eventLimitText:"meira",noEventsMessage:"Engir viðburðir til að sýna"},{code:"it",week:{dow:1,doy:4},buttonText:{prev:"Prec",next:"Succ",today:"Oggi",month:"Mese",week:"Settimana",day:"Giorno",list:"Agenda"},weekLabel:"Sm",allDayHtml:"Tutto il
giorno",eventLimitText:function(e){return"+altri "+e},noEventsMessage:"Non ci sono eventi da visualizzare"},{code:"ja",buttonText:{prev:"前",next:"次",today:"今日",month:"月",week:"週",day:"日",list:"予定リスト"},weekLabel:"週",allDayText:"終日",eventLimitText:function(e){return"他 "+e+" 件"},noEventsMessage:"表示する予定はありません"},{code:"ka",week:{dow:1,doy:7},buttonText:{prev:"წინა",next:"შემდეგი",today:"დღეს",month:"თვე",week:"კვირა",day:"დღე",list:"დღის წესრიგი"},weekLabel:"კვ",allDayText:"მთელი დღე",eventLimitText:function(e){return"+ კიდევ "+e},noEventsMessage:"ღონისძიებები არ არის"},{code:"kk",week:{dow:1,doy:7},buttonText:{prev:"Алдыңғы",next:"Келесі",today:"Бүгін",month:"Ай",week:"Апта",day:"Күн",list:"Күн тәртібі"},weekLabel:"Не",allDayText:"Күні бойы",eventLimitText:function(e){return"+ тағы "+e},noEventsMessage:"Көрсету үшін оқиғалар жоқ"},{code:"ko",buttonText:{prev:"이전달",next:"다음달",today:"오늘",month:"월",week:"주",day:"일",list:"일정목록"},weekLabel:"주",allDayText:"종일",eventLimitText:"개",noEventsMessage:"일정이 없습니다"},{code:"lb",week:{dow:1,doy:4},buttonText:{prev:"Zréck",next:"Weider",today:"Haut",month:"Mount",week:"Woch",day:"Dag",list:"Terminiwwersiicht"},weekLabel:"W",allDayText:"Ganzen Dag",eventLimitText:"méi",noEventsMessage:"Nee Evenementer ze affichéieren"},{code:"lt",week:{dow:1,doy:4},buttonText:{prev:"Atgal",next:"Pirmyn",today:"Šiandien",month:"Mėnuo",week:"Savaitė",day:"Diena",list:"Darbotvarkė"},weekLabel:"SAV",allDayText:"Visą dieną",eventLimitText:"daugiau",noEventsMessage:"Nėra įvykių rodyti"},{code:"lv",week:{dow:1,doy:4},buttonText:{prev:"Iepr.",next:"Nāk.",today:"Šodien",month:"Mēnesis",week:"Nedēļa",day:"Diena",list:"Dienas kārtība"},weekLabel:"Ned.",allDayText:"Visu dienu",eventLimitText:function(e){return"+vēl "+e},noEventsMessage:"Nav notikumu"},{code:"mk",buttonText:{prev:"претходно",next:"следно",today:"Денес",month:"Месец",week:"Недела",day:"Ден",list:"График"},weekLabel:"Сед",allDayText:"Цел ден",eventLimitText:function(e){return"+повеќе "+e},noEventsMessage:"Нема настани за прикажување"},{code:"ms",week:{dow:1,doy:7},buttonText:{prev:"Sebelum",next:"Selepas",today:"hari ini",month:"Bulan",week:"Minggu",day:"Hari",list:"Agenda"},weekLabel:"Mg",allDayText:"Sepanjang hari",eventLimitText:function(e){return"masih ada "+e+" acara"},noEventsMessage:"Tiada peristiwa untuk dipaparkan"},{code:"nb",week:{dow:1,doy:4},buttonText:{prev:"Forrige",next:"Neste",today:"I dag",month:"Måned",week:"Uke",day:"Dag",list:"Agenda"},weekLabel:"Uke",allDayText:"Hele dagen",eventLimitText:"til",noEventsMessage:"Ingen hendelser å vise"},{code:"nl",week:{dow:1,doy:4},buttonText:{prev:"Voorgaand",next:"Volgende",today:"Vandaag",year:"Jaar",month:"Maand",week:"Week",day:"Dag",list:"Agenda"},allDayText:"Hele dag",eventLimitText:"extra",noEventsMessage:"Geen evenementen om te laten zien"},{code:"nn",week:{dow:1,doy:4},buttonText:{prev:"Førre",next:"Neste",today:"I dag",month:"Månad",week:"Veke",day:"Dag",list:"Agenda"},weekLabel:"Veke",allDayText:"Heile dagen",eventLimitText:"til",noEventsMessage:"Ingen hendelser å vise"},{code:"pl",week:{dow:1,doy:4},buttonText:{prev:"Poprzedni",next:"Następny",today:"Dziś",month:"Miesiąc",week:"Tydzień",day:"Dzień",list:"Plan dnia"},weekLabel:"Tydz",allDayText:"Cały dzień",eventLimitText:"więcej",noEventsMessage:"Brak wydarzeń do wyświetlenia"},{code:"pt-br",buttonText:{prev:"Anterior",next:"Próximo",today:"Hoje",month:"Mês",week:"Semana",day:"Dia",list:"Lista"},weekLabel:"Sm",allDayText:"dia inteiro",eventLimitText:function(e){return"mais +"+e},noEventsMessage:"Não há eventos para mostrar"},{code:"pt",week:{dow:1,doy:4},buttonText:{prev:"Anterior",next:"Seguinte",today:"Hoje",month:"Mês",week:"Semana",day:"Dia",list:"Agenda"},weekLabel:"Sem",allDayText:"Todo o dia",eventLimitText:"mais",noEventsMessage:"Não há eventos para mostrar"},{code:"ro",week:{dow:1,doy:7},buttonText:{prev:"precedentă",next:"următoare",today:"Azi",month:"Lună",week:"Săptămână",day:"Zi",list:"Agendă"},weekLabel:"Săpt",allDayText:"Toată ziua",eventLimitText:function(e){return"+alte "+e},noEventsMessage:"Nu există evenimente de afișat"},{code:"ru",week:{dow:1,doy:4},buttonText:{prev:"Пред",next:"След",today:"Сегодня",month:"Месяц",week:"Неделя",day:"День",list:"Повестка дня"},weekLabel:"Нед",allDayText:"Весь день",eventLimitText:function(e){return"+ ещё "+e},noEventsMessage:"Нет событий для отображения"},{code:"sk",week:{dow:1,doy:4},buttonText:{prev:"Predchádzajúci",next:"Nasledujúci",today:"Dnes",month:"Mesiac",week:"Týždeň",day:"Deň",list:"Rozvrh"},weekLabel:"Ty",allDayText:"Celý deň",eventLimitText:function(e){return"+ďalšie: "+e},noEventsMessage:"Žiadne akcie na zobrazenie"},{code:"sl",week:{dow:1,doy:7},buttonText:{prev:"Prejšnji",next:"Naslednji",today:"Trenutni",month:"Mesec",week:"Teden",day:"Dan",list:"Dnevni red"},weekLabel:"Teden",allDayText:"Ves dan",eventLimitText:"več",noEventsMessage:"Ni dogodkov za prikaz"},{code:"sq",week:{dow:1,doy:4},buttonText:{prev:"mbrapa",next:"Përpara",today:"sot",month:"Muaj",week:"Javë",day:"Ditë",list:"Listë"},weekLabel:"Ja",allDayHtml:"Gjithë
ditën",eventLimitText:function(e){return"+më tepër "+e},noEventsMessage:"Nuk ka evente për të shfaqur"},{code:"sr-cyrl",week:{dow:1,doy:7},buttonText:{prev:"Претходна",next:"следећи",today:"Данас",month:"Месец",week:"Недеља",day:"Дан",list:"Планер"},weekLabel:"Сед",allDayText:"Цео дан",eventLimitText:function(e){return"+ још "+e},noEventsMessage:"Нема догађаја за приказ"},{code:"sr",week:{dow:1,doy:7},buttonText:{prev:"Prethodna",next:"Sledeći",today:"Danas",month:"Mеsеc",week:"Nеdеlja",day:"Dan",list:"Planеr"},weekLabel:"Sed",allDayText:"Cеo dan",eventLimitText:function(e){return"+ još "+e},noEventsMessage:"Nеma događaja za prikaz"},{code:"sv",week:{dow:1,doy:4},buttonText:{prev:"Förra",next:"Nästa",today:"Idag",month:"Månad",week:"Vecka",day:"Dag",list:"Program"},weekLabel:"v.",allDayText:"Heldag",eventLimitText:"till",noEventsMessage:"Inga händelser att visa"},{code:"th",week:{dow:1,doy:4},buttonText:{prev:"ก่อนหน้า",next:"ถัดไป",prevYear:"ปีก่อนหน้า",nextYear:"ปีถัดไป",year:"ปี",today:"วันนี้",month:"เดือน",week:"สัปดาห์",day:"วัน",list:"กำหนดการ"},weekLabel:"สัปดาห์",allDayText:"ตลอดวัน",eventLimitText:"เพิ่มเติม",noEventsMessage:"ไม่มีกิจกรรมที่จะแสดง"},{code:"tr",week:{dow:1,doy:7},buttonText:{prev:"geri",next:"ileri",today:"bugün",month:"Ay",week:"Hafta",day:"Gün",list:"Ajanda"},weekLabel:"Hf",allDayText:"Tüm gün",eventLimitText:"daha fazla",noEventsMessage:"Gösterilecek etkinlik yok"},{code:"ug",buttonText:{month:"ئاي",week:"ھەپتە",day:"كۈن",list:"كۈنتەرتىپ"},allDayText:"پۈتۈن كۈن"},{code:"uk",week:{dow:1,doy:7},buttonText:{prev:"Попередній",next:"далі",today:"Сьогодні",month:"Місяць",week:"Тиждень",day:"День",list:"Порядок денний"},weekLabel:"Тиж",allDayText:"Увесь день",eventLimitText:function(e){return"+ще "+e+"..."},noEventsMessage:"Немає подій для відображення"},{code:"uz",buttonText:{month:"Oy",week:"Xafta",day:"Kun",list:"Kun tartibi"},allDayText:"Kun bo'yi",eventLimitText:function(e){return"+ yana "+e},noEventsMessage:"Ko'rsatish uchun voqealar yo'q"},{code:"vi",week:{dow:1,doy:4},buttonText:{prev:"Trước",next:"Tiếp",today:"Hôm nay",month:"Tháng",week:"Tuần",day:"Ngày",list:"Lịch biểu"},weekLabel:"Tu",allDayText:"Cả ngày",eventLimitText:function(e){return"+ thêm "+e},noEventsMessage:"Không có sự kiện để hiển thị"},{code:"zh-cn",week:{dow:1,doy:4},buttonText:{prev:"上月",next:"下月",today:"今天",month:"月",week:"周",day:"日",list:"日程"},weekLabel:"周",allDayText:"全天",eventLimitText:function(e){return"另外 "+e+" 个"},noEventsMessage:"没有事件显示"},{code:"zh-tw",buttonText:{prev:"上月",next:"下月",today:"今天",month:"月",week:"週",day:"天",list:"活動列表"},weekLabel:"周",allDayText:"整天",eventLimitText:"顯示更多",noEventsMessage:"没有任何活動"}]});/*! elementor - v3.27.0 - 03-02-2025 */ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ "../modules/kit-elements-defaults/assets/js/editor/api.js": /*!****************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/api.js ***! \****************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.deleteElementDefaults = deleteElementDefaults; exports.getElementDefaults = getElementDefaults; exports.loadElementsDefaults = loadElementsDefaults; exports.updateElementDefaults = updateElementDefaults; var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "../node_modules/@babel/runtime/regenerator/index.js")); var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js")); var NAMESPACE = 'kit-elements-defaults'; function loadElementsDefaults() { return _loadElementsDefaults.apply(this, arguments); } function _loadElementsDefaults() { _loadElementsDefaults = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee() { return _regenerator.default.wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: $e.data.cache.storage.removeItem(NAMESPACE); return _context.abrupt("return", $e.data.get("".concat(NAMESPACE, "/index"))); case 2: case "end": return _context.stop(); } }, _callee); })); return _loadElementsDefaults.apply(this, arguments); } function getElementDefaults(type) { var defaults = $e.data.cache.storage.getItem(NAMESPACE) || {}; return defaults[type] || {}; } function updateElementDefaults(_x, _x2) { return _updateElementDefaults.apply(this, arguments); } function _updateElementDefaults() { _updateElementDefaults = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee2(type, settings) { return _regenerator.default.wrap(function _callee2$(_context2) { while (1) switch (_context2.prev = _context2.next) { case 0: _context2.next = 2; return $e.data.update("".concat(NAMESPACE, "/index"), { settings: settings }, { type: type }); case 2: _context2.next = 4; return loadElementsDefaults(); case 4: case "end": return _context2.stop(); } }, _callee2); })); return _updateElementDefaults.apply(this, arguments); } function deleteElementDefaults(_x3) { return _deleteElementDefaults.apply(this, arguments); } function _deleteElementDefaults() { _deleteElementDefaults = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee3(type) { return _regenerator.default.wrap(function _callee3$(_context3) { while (1) switch (_context3.prev = _context3.next) { case 0: _context3.next = 2; return $e.data.delete("".concat(NAMESPACE, "/index"), { type: type }); case 2: _context3.next = 4; return loadElementsDefaults(); case 4: case "end": return _context3.stop(); } }, _callee3); })); return _deleteElementDefaults.apply(this, arguments); } /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/commands/confirm-creation.js": /*!**************************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/commands/confirm-creation.js ***! \**************************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "../node_modules/@babel/runtime/regenerator/index.js")); var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js")); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _confirmCreationDialog = __webpack_require__(/*! ../confirm-creation-dialog */ "../modules/kit-elements-defaults/assets/js/editor/confirm-creation-dialog.js"); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var ConfirmCreation = exports["default"] = /*#__PURE__*/function (_$e$modules$editor$Co) { function ConfirmCreation() { (0, _classCallCheck2.default)(this, ConfirmCreation); return _callSuper(this, ConfirmCreation, arguments); } (0, _inherits2.default)(ConfirmCreation, _$e$modules$editor$Co); return (0, _createClass2.default)(ConfirmCreation, [{ key: "validateArgs", value: function validateArgs() { this.requireContainer(); } }, { key: "apply", value: function () { var _apply = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee(_ref) { var container, confirmCreationDialog; return _regenerator.default.wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: container = _ref.container; confirmCreationDialog = (0, _confirmCreationDialog.getConfirmCreationDialog)({ onConfirm: function onConfirm() { return $e.run('kit-elements-defaults/create', { container: container }); } }); if (!confirmCreationDialog.doNotShowAgain) { _context.next = 5; break; } $e.run('kit-elements-defaults/create', { container: container }); return _context.abrupt("return"); case 5: confirmCreationDialog.show(); case 6: case "end": return _context.stop(); } }, _callee); })); function apply(_x) { return _apply.apply(this, arguments); } return apply; }() }]); }($e.modules.editor.CommandContainerBase); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/commands/create.js": /*!****************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/commands/create.js ***! \****************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "../node_modules/@babel/runtime/regenerator/index.js")); var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js")); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _api = __webpack_require__(/*! ../api */ "../modules/kit-elements-defaults/assets/js/editor/api.js"); var _extractContainerSettings = _interopRequireDefault(__webpack_require__(/*! ../extract-container-settings */ "../modules/kit-elements-defaults/assets/js/editor/extract-container-settings.js")); var _utils = __webpack_require__(/*! ../utils */ "../modules/kit-elements-defaults/assets/js/editor/utils.js"); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var Create = exports["default"] = /*#__PURE__*/function (_$e$modules$editor$Co) { function Create() { (0, _classCallCheck2.default)(this, Create); return _callSuper(this, Create, arguments); } (0, _inherits2.default)(Create, _$e$modules$editor$Co); return (0, _createClass2.default)(Create, [{ key: "validateArgs", value: function validateArgs() { this.requireContainer(); } }, { key: "apply", value: function () { var _apply = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee(_ref) { var container, type, previousDefaults, newDefaults; return _regenerator.default.wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: container = _ref.container; $e.internal('panel/state-loading'); type = (0, _utils.extractElementType)(container.model), previousDefaults = (0, _api.getElementDefaults)(type), newDefaults = (0, _extractContainerSettings.default)(container); _context.prev = 3; _context.next = 6; return (0, _api.updateElementDefaults)(type, newDefaults); case 6: elementor.notifications.showToast({ message: __('Default settings changed.', 'elementor'), buttons: [{ name: 'undo', text: __('Undo', 'elementor'), callback: function callback() { $e.run('kit-elements-defaults/restore', { type: type, settings: previousDefaults }); } }] }); _context.next = 13; break; case 9: _context.prev = 9; _context.t0 = _context["catch"](3); elementor.notifications.showToast({ message: __('An error occurred.', 'elementor') }); throw _context.t0; case 13: _context.prev = 13; $e.internal('panel/state-ready'); return _context.finish(13); case 16: case "end": return _context.stop(); } }, _callee, null, [[3, 9, 13, 16]]); })); function apply(_x) { return _apply.apply(this, arguments); } return apply; }() }]); }($e.modules.editor.CommandContainerBase); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/commands/delete.js": /*!****************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/commands/delete.js ***! \****************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "../node_modules/@babel/runtime/regenerator/index.js")); var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js")); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _api = __webpack_require__(/*! ../api */ "../modules/kit-elements-defaults/assets/js/editor/api.js"); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var Delete = exports["default"] = /*#__PURE__*/function (_$e$modules$CommandBa) { function Delete() { (0, _classCallCheck2.default)(this, Delete); return _callSuper(this, Delete, arguments); } (0, _inherits2.default)(Delete, _$e$modules$CommandBa); return (0, _createClass2.default)(Delete, [{ key: "apply", value: function () { var _apply = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee(_ref) { var type; return _regenerator.default.wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: type = _ref.type; $e.internal('panel/state-loading'); _context.prev = 2; _context.next = 5; return (0, _api.deleteElementDefaults)(type); case 5: elementor.notifications.showToast({ message: __('Default settings has been reset.', 'elementor') }); _context.next = 12; break; case 8: _context.prev = 8; _context.t0 = _context["catch"](2); elementor.notifications.showToast({ message: __('An error occurred.', 'elementor') }); throw _context.t0; case 12: _context.prev = 12; $e.internal('panel/state-ready'); return _context.finish(12); case 15: case "end": return _context.stop(); } }, _callee, null, [[2, 8, 12, 15]]); })); function apply(_x) { return _apply.apply(this, arguments); } return apply; }() }]); }($e.modules.CommandBase); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/commands/index.js": /*!***************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/commands/index.js ***! \***************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "ConfirmCreation", ({ enumerable: true, get: function get() { return _confirmCreation.default; } })); Object.defineProperty(exports, "Create", ({ enumerable: true, get: function get() { return _create.default; } })); Object.defineProperty(exports, "Delete", ({ enumerable: true, get: function get() { return _delete.default; } })); Object.defineProperty(exports, "Restore", ({ enumerable: true, get: function get() { return _restore.default; } })); var _confirmCreation = _interopRequireDefault(__webpack_require__(/*! ./confirm-creation */ "../modules/kit-elements-defaults/assets/js/editor/commands/confirm-creation.js")); var _create = _interopRequireDefault(__webpack_require__(/*! ./create */ "../modules/kit-elements-defaults/assets/js/editor/commands/create.js")); var _delete = _interopRequireDefault(__webpack_require__(/*! ./delete */ "../modules/kit-elements-defaults/assets/js/editor/commands/delete.js")); var _restore = _interopRequireDefault(__webpack_require__(/*! ./restore */ "../modules/kit-elements-defaults/assets/js/editor/commands/restore.js")); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/commands/restore.js": /*!*****************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/commands/restore.js ***! \*****************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "../node_modules/@babel/runtime/regenerator/index.js")); var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js")); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _api = __webpack_require__(/*! ../api */ "../modules/kit-elements-defaults/assets/js/editor/api.js"); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var Restore = exports["default"] = /*#__PURE__*/function (_$e$modules$CommandBa) { function Restore() { (0, _classCallCheck2.default)(this, Restore); return _callSuper(this, Restore, arguments); } (0, _inherits2.default)(Restore, _$e$modules$CommandBa); return (0, _createClass2.default)(Restore, [{ key: "apply", value: function () { var _apply = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee(_ref) { var type, settings; return _regenerator.default.wrap(function _callee$(_context) { while (1) switch (_context.prev = _context.next) { case 0: type = _ref.type, settings = _ref.settings; $e.internal('panel/state-loading'); _context.prev = 2; _context.next = 5; return (0, _api.updateElementDefaults)(type, settings); case 5: elementor.notifications.showToast({ message: __('Previous settings restored.', 'elementor') }); _context.next = 12; break; case 8: _context.prev = 8; _context.t0 = _context["catch"](2); elementor.notifications.showToast({ message: __('An error occurred.', 'elementor') }); throw _context.t0; case 12: _context.prev = 12; $e.internal('panel/state-ready'); return _context.finish(12); case 15: case "end": return _context.stop(); } }, _callee, null, [[2, 8, 12, 15]]); })); function apply(_x) { return _apply.apply(this, arguments); } return apply; }() }]); }($e.modules.CommandBase); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/component.js": /*!**********************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/component.js ***! \**********************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var hooks = _interopRequireWildcard(__webpack_require__(/*! ./hooks */ "../modules/kit-elements-defaults/assets/js/editor/hooks/index.js")); var dataCommands = _interopRequireWildcard(__webpack_require__(/*! ./data-commands/ */ "../modules/kit-elements-defaults/assets/js/editor/data-commands/index.js")); var commands = _interopRequireWildcard(__webpack_require__(/*! ./commands/ */ "../modules/kit-elements-defaults/assets/js/editor/commands/index.js")); function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var Component = exports["default"] = /*#__PURE__*/function (_$e$modules$Component) { function Component() { (0, _classCallCheck2.default)(this, Component); return _callSuper(this, Component, arguments); } (0, _inherits2.default)(Component, _$e$modules$Component); return (0, _createClass2.default)(Component, [{ key: "getNamespace", value: function getNamespace() { return 'kit-elements-defaults'; } }, { key: "defaultHooks", value: function defaultHooks() { return this.importHooks(hooks); } }, { key: "defaultData", value: function defaultData() { return this.importCommands(dataCommands); } }, { key: "defaultCommands", value: function defaultCommands() { return this.importCommands(commands); } }]); }($e.modules.ComponentBase); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/confirm-creation-dialog.js": /*!************************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/confirm-creation-dialog.js ***! \************************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getConfirmCreationDialog = getConfirmCreationDialog; exports.introductionManager = exports.introductionKey = void 0; exports.removeConfirmCreationDialog = removeConfirmCreationDialog; var introductionKey = exports.introductionKey = 'kit_elements_defaults_create_dialog'; var introductionManager = exports.introductionManager = null; /** * A wrapper around Introduction class that allows to create a dialog only once, * + has specific logic for the "Do not show this message again" checkbox, * + the content for "save as default" feature. * * @param {Object} config * @param {Function} config.onConfirm * @return {{show: (function(): *), doNotShowAgain: (boolean)}} */ function getConfirmCreationDialog(_ref) { var onConfirm = _ref.onConfirm; if (!introductionManager) { var _elementor$config$use; exports.introductionManager = introductionManager = createIntroductionManager(); introductionManager.introductionViewed = !!((_elementor$config$use = elementor.config.user.introduction) !== null && _elementor$config$use !== void 0 && _elementor$config$use[introductionKey]); } var dialog = introductionManager.getDialog(); dialog.onConfirm = function () { // `getElements` return JQuery object. if (dialog.getElements('checkbox-dont-show-again').prop('checked')) { introductionManager.setViewed(); } onConfirm(); }; return { doNotShowAgain: !!introductionManager.introductionViewed, show: function show() { return introductionManager.show(); } }; } function removeConfirmCreationDialog() { exports.introductionManager = introductionManager = null; } function createIntroductionManager() { var _introduction$getDial, _introduction$getDial2; var dialogId = 'e-kit-elements-defaults-create-dialog'; var introduction = new elementorModules.editor.utils.Introduction({ introductionKey: introductionKey, dialogType: 'confirm', dialogOptions: { id: dialogId, headerMessage: __('Sure you want to change default settings?', 'elementor'), // Translators: %1$s: Opening strong tag, %2$s: Closing strong tag. message: __('Your changes will automatically be saved for future uses of this element. %1$sNote:%2$s This includes sensitive information like emails, API keys, etc.', 'elementor').replace('%1$s', '').replace('%2$s', ''), effects: { show: 'fadeIn', hide: 'fadeOut' }, hide: { onBackgroundClick: true }, strings: { confirm: __('Save', 'elementor'), cancel: __('Cancel', 'elementor') }, onShow: function onShow() { var _this$getElements; (_this$getElements = this.getElements('checkbox-dont-show-again')) === null || _this$getElements === void 0 || _this$getElements.prop('checked', true); } } }); var _createCheckboxAndLab = createCheckboxAndLabel(dialogId), checkbox = _createCheckboxAndLab.checkbox, label = _createCheckboxAndLab.label; introduction.getDialog().addElement('checkbox-dont-show-again', checkbox); (_introduction$getDial = introduction.getDialog().getElements('message')) === null || _introduction$getDial === void 0 || (_introduction$getDial2 = _introduction$getDial.append) === null || _introduction$getDial2 === void 0 || _introduction$getDial2.call(_introduction$getDial, label); // `getElements` return JQuery object. return introduction; } function createCheckboxAndLabel(dialogId) { var checkboxId = "".concat(dialogId, "-dont-show-again"); var checkbox = document.createElement('input'); checkbox.type = 'checkbox'; checkbox.name = checkboxId; checkbox.id = checkboxId; checkbox.checked = true; var label = document.createElement('label'); label.htmlFor = checkboxId; label.textContent = __('Do not show this message again', 'elementor'); label.prepend(checkbox); return { checkbox: checkbox, label: label }; } /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/data-commands/index.js": /*!********************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/data-commands/index.js ***! \********************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Index = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var Index = exports.Index = /*#__PURE__*/function (_$e$modules$CommandDa) { function Index() { (0, _classCallCheck2.default)(this, Index); return _callSuper(this, Index, arguments); } (0, _inherits2.default)(Index, _$e$modules$CommandDa); return (0, _createClass2.default)(Index, null, [{ key: "getEndpointFormat", value: function getEndpointFormat() { return 'kit-elements-defaults/{type}'; } }]); }($e.modules.CommandData); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/extract-container-settings.js": /*!***************************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/extract-container-settings.js ***! \***************************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = extractContainerSettings; var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js")); var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js")); var _utils = __webpack_require__(/*! ./utils */ "../modules/kit-elements-defaults/assets/js/editor/utils.js"); function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } var SPECIAL_SETTINGS = ['__dynamic__', '__globals__']; function extractContainerSettings(container) { var settingsModel = container.settings, controls = settingsModel.controls, settings = settingsModel.toJSON({ remove: ['default'] }); var localSettings = extractSettings(settings, controls); return _objectSpread(_objectSpread({}, localSettings), extractSpecialSettings(settings, controls, localSettings)); } function extractSettings(settings, controls) { var existingSettings = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; var entries = Object.entries(settings).filter(function (_ref) { var _ref2 = (0, _slicedToArray2.default)(_ref, 1), settingName = _ref2[0]; return !!controls[settingName] && !Object.prototype.hasOwnProperty.call(existingSettings, settingName); }); return Object.fromEntries(entries); } function extractSpecialSettings(settings, controls, localSettings) { return SPECIAL_SETTINGS.reduce(function (acc, type) { var specialSettings = extractSettings((settings === null || settings === void 0 ? void 0 : settings[type]) || {}, controls, localSettings); if (!(0, _utils.isPopulatedObject)(specialSettings)) { return acc; } return _objectSpread(_objectSpread({}, acc), {}, (0, _defineProperty2.default)({}, type, specialSettings)); }, {}); } /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/hooks/data/fill-defaults-on-drop.js": /*!*********************************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/hooks/data/fill-defaults-on-drop.js ***! \*********************************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js")); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _api = __webpack_require__(/*! ../../api */ "../modules/kit-elements-defaults/assets/js/editor/api.js"); var _utils = __webpack_require__(/*! ../../utils */ "../modules/kit-elements-defaults/assets/js/editor/utils.js"); function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } var FillDefaultsOnDrop = exports["default"] = /*#__PURE__*/function (_$e$modules$hookData$) { function FillDefaultsOnDrop() { (0, _classCallCheck2.default)(this, FillDefaultsOnDrop); return _callSuper(this, FillDefaultsOnDrop, arguments); } (0, _inherits2.default)(FillDefaultsOnDrop, _$e$modules$hookData$); return (0, _createClass2.default)(FillDefaultsOnDrop, [{ key: "getCommand", value: function getCommand() { return 'preview/drop'; } }, { key: "getId", value: function getId() { return 'fill-defaults-on-drop'; } }, { key: "getConditions", value: function getConditions(args) { var _args$model, _args$model2; return ((_args$model = args.model) === null || _args$model === void 0 ? void 0 : _args$model.widgetType) || ((_args$model2 = args.model) === null || _args$model2 === void 0 ? void 0 : _args$model2.elType); } }, { key: "apply", value: function apply(args) { var model = args.model; var elementDefaultSettings = (0, _api.getElementDefaults)((0, _utils.extractElementType)(model)); if (!(0, _utils.isPopulatedObject)(elementDefaultSettings)) { return true; } var settings = _objectSpread(_objectSpread({}, elementDefaultSettings), args.model.settings || {}); ['__dynamic__', '__globals__'].forEach(function (type) { var _args$model$settings; if (!(0, _utils.isPopulatedObject)(elementDefaultSettings[type])) { return; } settings[type] = _objectSpread(_objectSpread({}, elementDefaultSettings[type] || {}), ((_args$model$settings = args.model.settings) === null || _args$model$settings === void 0 ? void 0 : _args$model$settings[type]) || {}); }); args.model = _objectSpread(_objectSpread({}, args.model), {}, { settings: settings }); return true; } }]); }($e.modules.hookData.Dependency); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/hooks/index.js": /*!************************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/hooks/index.js ***! \************************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "FillDefaultsOnDrop", ({ enumerable: true, get: function get() { return _fillDefaultsOnDrop.default; } })); var _fillDefaultsOnDrop = _interopRequireDefault(__webpack_require__(/*! ./data/fill-defaults-on-drop */ "../modules/kit-elements-defaults/assets/js/editor/hooks/data/fill-defaults-on-drop.js")); /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/module.js": /*!*******************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/module.js ***! \*******************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _toConsumableArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "../node_modules/@babel/runtime/helpers/toConsumableArray.js")); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _component = _interopRequireDefault(__webpack_require__(/*! ./component */ "../modules/kit-elements-defaults/assets/js/editor/component.js")); var _api = __webpack_require__(/*! ./api */ "../modules/kit-elements-defaults/assets/js/editor/api.js"); var _utils = __webpack_require__(/*! ./utils */ "../modules/kit-elements-defaults/assets/js/editor/utils.js"); function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); } function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } var _Module_brand = /*#__PURE__*/new WeakSet(); var Module = exports["default"] = /*#__PURE__*/function (_elementorModules$edi) { function Module() { var _this; (0, _classCallCheck2.default)(this, Module); for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } _this = _callSuper(this, Module, [].concat(args)); _classPrivateMethodInitSpec(_this, _Module_brand); return _this; } (0, _inherits2.default)(Module, _elementorModules$edi); return (0, _createClass2.default)(Module, [{ key: "onElementorInit", value: function onElementorInit() { (0, _api.loadElementsDefaults)(); _assertClassBrand(_Module_brand, this, _addContextMenuItem).call(this); } }, { key: "onElementorInitComponents", value: function onElementorInitComponents() { window.$e.components.register(new _component.default()); } }]); }(elementorModules.editor.utils.Module); function _addContextMenuItem() { var _elementor$config; if (!((_elementor$config = elementor.config) !== null && _elementor$config !== void 0 && (_elementor$config = _elementor$config.user) !== null && _elementor$config !== void 0 && _elementor$config.is_administrator)) { return; } ['widget', 'container', 'section'].forEach(function (elType) { elementor.hooks.addFilter("elements/".concat(elType, "/contextMenuGroups"), function (groups, view) { var _view$options; // Supporting only inner section and not sections, // extractElementType() will return 'inner-section' for inner sections instead of 'section'. if ('section' === (0, _utils.extractElementType)(((_view$options = view.options) === null || _view$options === void 0 ? void 0 : _view$options.model) || {})) { return groups; } return groups.map(function (group) { if (group.name !== 'save') { return group; } group.actions = [].concat((0, _toConsumableArray2.default)(group.actions), [{ name: 'save-as-default', title: __('Save as default', 'elementor'), isEnabled: function isEnabled() { return !view.getContainer().isLocked(); }, callback: function callback() { $e.run('kit-elements-defaults/confirm-creation', { container: view.getContainer() }); } }]); return group; }); }); }); } /***/ }), /***/ "../modules/kit-elements-defaults/assets/js/editor/utils.js": /*!******************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/utils.js ***! \******************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.extractElementType = extractElementType; exports.isPopulatedObject = isPopulatedObject; var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js")); function isPopulatedObject(obj) { return obj && 'object' === (0, _typeof2.default)(obj) && !Array.isArray(obj) && Object.keys(obj).length > 0; } function extractElementType(model) { model = model.attributes || model; var elementType = model.widgetType || model.elType; if ('section' === elementType && model.isInner) { elementType = 'inner-section'; } return elementType; } /***/ }), /***/ "@wordpress/i18n": /*!**************************!*\ !*** external "wp.i18n" ***! \**************************/ /***/ ((module) => { "use strict"; module.exports = wp.i18n; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js": /*!******************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***! \******************************************************************/ /***/ ((module) => { function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***! \****************************************************************/ /***/ ((module) => { function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js": /*!*******************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***! \*******************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); function _arrayWithoutHoles(r) { if (Array.isArray(r)) return arrayLikeToArray(r); } module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js": /*!***********************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***! \***********************************************************************/ /***/ ((module) => { function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; } module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js": /*!******************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/asyncToGenerator.js ***! \******************************************************************/ /***/ ((module) => { function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); } function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } module.exports = _asyncToGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/classCallCheck.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! \****************************************************************/ /***/ ((module) => { function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); } module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/createClass.js": /*!*************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/createClass.js ***! \*************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); } } function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; } module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/defineProperty.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/defineProperty.js ***! \****************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); function _defineProperty(e, r, t) { return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/getPrototypeOf.js ***! \****************************************************************/ /***/ ((module) => { function _getPrototypeOf(t) { return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t); } module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/inherits.js": /*!**********************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/inherits.js ***! \**********************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js"); function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && setPrototypeOf(t, e); } module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js": /*!***********************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! \***********************************************************************/ /***/ ((module) => { function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/iterableToArray.js": /*!*****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/iterableToArray.js ***! \*****************************************************************/ /***/ ((module) => { function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); } module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js": /*!**********************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***! \**********************************************************************/ /***/ ((module) => { function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/nonIterableRest.js": /*!*****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/nonIterableRest.js ***! \*****************************************************************/ /***/ ((module) => { function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/nonIterableSpread.js": /*!*******************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/nonIterableSpread.js ***! \*******************************************************************/ /***/ ((module) => { function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } module.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js": /*!***************************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***! \***************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js"); function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return assertThisInitialized(t); } module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/regeneratorRuntime.js": /*!********************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***! \********************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ module.exports = _regeneratorRuntime = function _regeneratorRuntime() { return e; }, module.exports.__esModule = true, module.exports["default"] = module.exports; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; } module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/setPrototypeOf.js ***! \****************************************************************/ /***/ ((module) => { function _setPrototypeOf(t, e) { return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e); } module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/slicedToArray.js": /*!***************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/slicedToArray.js ***! \***************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js"); var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../node_modules/@babel/runtime/helpers/nonIterableRest.js"); function _slicedToArray(r, e) { return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest(); } module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/toConsumableArray.js": /*!*******************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/toConsumableArray.js ***! \*******************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../node_modules/@babel/runtime/helpers/iterableToArray.js"); var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread.js */ "../node_modules/@babel/runtime/helpers/nonIterableSpread.js"); function _toConsumableArray(r) { return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread(); } module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/toPrimitive.js": /*!*************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/toPrimitive.js ***! \*************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); function toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": /*!***************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/toPropertyKey.js ***! \***************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); function toPropertyKey(t) { var i = toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; } module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/typeof.js": /*!********************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! \********************************************************/ /***/ ((module) => { function _typeof(o) { "@babel/helpers - typeof"; return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); } module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js": /*!****************************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***! \****************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0; } } module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/regenerator/index.js": /*!***********************************************************!*\ !*** ../node_modules/@babel/runtime/regenerator/index.js ***! \***********************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { // TODO(Babel 8): Remove this file. var runtime = __webpack_require__(/*! ../helpers/regeneratorRuntime */ "../node_modules/@babel/runtime/helpers/regeneratorRuntime.js")(); module.exports = runtime; // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736= try { regeneratorRuntime = runtime; } catch (accidentalStrictMode) { if (typeof globalThis === "object") { globalThis.regeneratorRuntime = runtime; } else { Function("r", "regeneratorRuntime = r")(runtime); } } /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry needs to be wrapped in an IIFE because it needs to be in strict mode. (() => { "use strict"; /*!******************************************************************!*\ !*** ../modules/kit-elements-defaults/assets/js/editor/index.js ***! \******************************************************************/ var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); var _module = _interopRequireDefault(__webpack_require__(/*! ./module.js */ "../modules/kit-elements-defaults/assets/js/editor/module.js")); new _module.default(); })(); /******/ })() ; //# sourceMappingURL=kit-elements-defaults-editor.js.map
Warning: Use of undefined constant EMBEDPRESS_PLG_NAME - assumed 'EMBEDPRESS_PLG_NAME' (this will throw an Error in a future version of PHP) in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 6

SoundCloud Settings


Notice: Undefined variable: nonce_field in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 27

Visual Player

Scheme

Auto Play

Automatically start to play the videos when the player loads.

Buy Button
Notice: Undefined variable: pro_active in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 69
PRO


Notice: Undefined variable: pro_active in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 81

Warning: Use of undefined constant EMBEDPRESS_SETTINGS_PATH - assumed 'EMBEDPRESS_SETTINGS_PATH' (this will throw an Error in a future version of PHP) in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 81

Warning: include(EMBEDPRESS_SETTINGS_PATHtemplates/partials/alert-pro.php): failed to open stream: No such file or directory in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 81

Warning: include(): Failed opening 'EMBEDPRESS_SETTINGS_PATHtemplates/partials/alert-pro.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 81

Download Button
Notice: Undefined variable: pro_active in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 87
PRO


Notice: Undefined variable: pro_active in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 99

Warning: Use of undefined constant EMBEDPRESS_SETTINGS_PATH - assumed 'EMBEDPRESS_SETTINGS_PATH' (this will throw an Error in a future version of PHP) in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 99

Warning: include(EMBEDPRESS_SETTINGS_PATHtemplates/partials/alert-pro.php): failed to open stream: No such file or directory in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 99

Warning: include(): Failed opening 'EMBEDPRESS_SETTINGS_PATHtemplates/partials/alert-pro.php' for inclusion (include_path='.:/opt/alt/php74/usr/share/pear') in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/feature/display-conditions/DisplayConditions.php on line 99

Share Button

Comments

Artwork

Artwork option works when Visual option is disabled

Play Count

Play count option works when Visual option is disabled

Username

# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [3.0.1] - 2024-11-25 ### Changed - Updated package dependencies. [#40258] ## [3.0.0] - 2024-11-14 ### Removed - General: Update minimum PHP version to 7.2. [#40147] ## [2.0.5] - 2024-11-04 ### Added - Enable test coverage. [#39961] ## [2.0.4] - 2024-08-23 ### Changed - Updated package dependencies. [#39004] ## [2.0.3] - 2024-05-29 ### Fixed - Fix phpdoc type on `Constants::set_constant()` value parameter. [#37606] ## [2.0.2] - 2024-04-30 ### Changed - Internal updates. ## [2.0.1] - 2024-03-12 ### Changed - Internal updates. ## [2.0.0] - 2023-11-20 ### Changed - Updated required PHP version to >= 7.0. [#34192] ## [1.6.23] - 2023-08-23 ### Changed - Updated package dependencies. [#32605] ## [1.6.22] - 2023-04-10 ### Added - Add Jetpack Autoloader package suggestion. [#29988] ## [1.6.21] - 2023-02-20 ### Changed - Minor internal updates. ## [1.6.20] - 2022-12-02 ### Changed - Updated package dependencies. [#27688] ## [1.6.19] - 2022-11-22 ### Changed - Updated package dependencies. [#27043] ## [1.6.18] - 2022-07-26 ### Changed - Updated package dependencies. [#25158] ## [1.6.17] - 2022-06-21 ### Changed - Renaming master to trunk. ## [1.6.16] - 2022-04-26 ### Changed - Updated package dependencies. ## [1.6.15] - 2022-01-25 ### Changed - Updated package dependencies. ## [1.6.14] - 2022-01-04 ### Changed - Switch to pcov for code coverage. - Updated package dependencies ## [1.6.13] - 2021-12-14 ### Changed - Updated package dependencies. ## [1.6.12] - 2021-11-22 ### Changed - Updated package dependencies ## [1.6.11] - 2021-11-02 ### Changed - Set `convertDeprecationsToExceptions` true in PHPUnit config. - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. ## [1.6.10] - 2021-10-26 ### Fixed - Updated is_true docblock to be more accurate. ## [1.6.9] - 2021-10-13 ### Changed - Updated package dependencies. ## [1.6.8] - 2021-10-06 ### Changed - Updated package dependencies ## [1.6.7] - 2021-09-28 ### Changed - Updated package dependencies. ## [1.6.6] - 2021-08-30 ### Changed - Run composer update on test-php command instead of phpunit - Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). - Updated versions in annotations ## [1.6.5] - 2021-05-25 ### Changed - Updated package dependencies. ## [1.6.4] - 2021-04-08 ### Changed - Packaging and build changes, no change to the package itself. ## [1.6.3] - 2021-03-30 ### Added - Composer alias for dev-master, to improve dependencies ### Changed - Update package dependencies. ### Fixed - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. ## [1.6.2] - 2021-02-05 - CI: Make tests more generic ## [1.6.1] - 2021-01-19 - Add mirror-repo information to all current composer packages - Monorepo: Reorganize all projects ## [1.6.0] - 2020-12-14 - Update dependency brain/monkey to v2.6.0 - Pin dependencies - Packages: Update for PHP 8 testing ## [1.5.1] - 2020-10-28 - Updated PHPCS: Packages and Debugger ## [1.5.0] - 2020-08-13 - CI: Try collect js coverage - Docker: Add package testing shortcut ## [1.4.0] - 2020-07-01 - Package Unit tests: update test file names to make sure they runs in Travis ## [1.3.0] - 2020-06-22 - PHPCS: Clean up the packages ## [1.2.0] - 2020-04-15 - Use jp.com redirect in all links - Connection: add a filter for setting Jetpack api constants ## [1.1.3] - 2019-11-08 - Packages: Use classmap instead of PSR-4 ## [1.1.2] - 2019-10-28 - Packages: Add gitattributes files to all packages that need th… ## [1.1.1] - 2019-09-20 - Docs: Unify usage of @package phpdoc tags ## [1.1.0] - 2019-09-14 ## 1.0.0 - 2019-07-09 - Packages: Finish the constants package [3.0.1]: https://github.com/Automattic/jetpack-constants/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-constants/compare/v2.0.5...v3.0.0 [2.0.5]: https://github.com/Automattic/jetpack-constants/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/Automattic/jetpack-constants/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-constants/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Automattic/jetpack-constants/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-constants/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-constants/compare/v1.6.23...v2.0.0 [1.6.23]: https://github.com/Automattic/jetpack-constants/compare/v1.6.22...v1.6.23 [1.6.22]: https://github.com/Automattic/jetpack-constants/compare/v1.6.21...v1.6.22 [1.6.21]: https://github.com/Automattic/jetpack-constants/compare/v1.6.20...v1.6.21 [1.6.20]: https://github.com/Automattic/jetpack-constants/compare/v1.6.19...v1.6.20 [1.6.19]: https://github.com/Automattic/jetpack-constants/compare/v1.6.18...v1.6.19 [1.6.18]: https://github.com/Automattic/jetpack-constants/compare/v1.6.17...v1.6.18 [1.6.17]: https://github.com/Automattic/jetpack-constants/compare/v1.6.16...v1.6.17 [1.6.16]: https://github.com/Automattic/jetpack-constants/compare/v1.6.15...v1.6.16 [1.6.15]: https://github.com/Automattic/jetpack-constants/compare/v1.6.14...v1.6.15 [1.6.14]: https://github.com/Automattic/jetpack-constants/compare/v1.6.13...v1.6.14 [1.6.13]: https://github.com/Automattic/jetpack-constants/compare/v1.6.12...v1.6.13 [1.6.12]: https://github.com/Automattic/jetpack-constants/compare/v1.6.11...v1.6.12 [1.6.11]: https://github.com/Automattic/jetpack-constants/compare/v1.6.10...v1.6.11 [1.6.10]: https://github.com/Automattic/jetpack-constants/compare/v1.6.9...v1.6.10 [1.6.9]: https://github.com/Automattic/jetpack-constants/compare/v1.6.8...v1.6.9 [1.6.8]: https://github.com/Automattic/jetpack-constants/compare/v1.6.7...v1.6.8 [1.6.7]: https://github.com/Automattic/jetpack-constants/compare/v1.6.6...v1.6.7 [1.6.6]: https://github.com/Automattic/jetpack-constants/compare/v1.6.5...v1.6.6 [1.6.5]: https://github.com/Automattic/jetpack-constants/compare/v1.6.4...v1.6.5 [1.6.4]: https://github.com/Automattic/jetpack-constants/compare/v1.6.3...v1.6.4 [1.6.3]: https://github.com/Automattic/jetpack-constants/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/Automattic/jetpack-constants/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/Automattic/jetpack-constants/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/Automattic/jetpack-constants/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/Automattic/jetpack-constants/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/Automattic/jetpack-constants/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/Automattic/jetpack-constants/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/Automattic/jetpack-constants/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/Automattic/jetpack-constants/compare/v1.1.3...v1.2.0 [1.1.3]: https://github.com/Automattic/jetpack-constants/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/Automattic/jetpack-constants/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/Automattic/jetpack-constants/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/Automattic/jetpack-constants/compare/v1.0.0...v1.1.0
Fatal error: Uncaught Error: Call to undefined function et_pb_get_background_field_allowed_units() in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/class-et-builder-element.php:10614 Stack trace: #0 /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/class-et-builder-element.php(5196): ET_Builder_Element->generate_background_options('background', 'image', 'general', 'background', NULL, Array) #1 /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/class-et-builder-element.php(4212): ET_Builder_Element->_add_background_fields() #2 /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/class-et-builder-element.php(908): ET_Builder_Element->_add_additional_fields() #3 /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/module/Accordion.php(436): ET_Builder_Elemen in /var/www/vhosts/39408299.servicio-online.net/lasuiteinfantil.com/wp-content/themes/divi/includes/builder/class-et-builder-element.php on line 10614