{"version":3,"file":"./style-index.css","mappings":";;;AAAA;;;;;EAAA;AAMC;EACG;IACE;IAAS;EAEb;EAAE;IACE;IAAY;EAGhB;AACF;AADA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAGJ;;AADA;EACI;AAIJ;;AAFA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAKJ;;AAHA;EACC;EACA;EACA;AAMD;;AAJA;EACC;EACA;EACA;EAEA;EACA;EACA;AAMD;;AAJA;EACC;EACA;EACA;EACA;AAOD;;AALA;EACC;AAQD;;AANA;EACC;EACA;EACA;EACA;EACA;EACA;AASD;;AAPA;EACC;EACA;EACA;AAUD;;AARA;EACC;EACA;EACA;AAWD;;AATA;EACC;EACA;EACA;AAYD;;AAVA;EACC;EACA;EACA;EACA;AAaD;;AAXA;;EAEC;EACA;EACA;AAcD;;AAZA;;EAEC;EACA;EACA;EACA;EACA;EACA;AAeD;;AAbA;EACC;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAeD;;AAbA;EACC;EACA;AAgBD;;AAdA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAIA;AAiBD,C","sources":["webpack://momo-acg-forms/./src/style.scss"],"sourcesContent":["/**\n * The following styles get applied both on the front of your site\n * and in the editor.\n *\n * Replace them with your own styles or remove the file completely.\n */\n @keyframes leftright {\n    0% {\n      left: 0%;margin-left: -50px\n    }\n    100% {\n      left: 100%; margin-left: -50px\n    }\n}\n.momo-form-working{\n    background-color: transparent;\n    height: 5px;\n    width: 100%;\n    border-radius: 10px;\n    margin: 0;\n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: 99999;\n    display: block;\n    overflow: hidden;\n}\n.momo-form-working.show{\n    display:block;\n}\n.momo-form-working.show::before{\n    content: \"\";\n    width: 200px;\n    height: 100%;\n    display: block;\n    background-color: #FF6978;\n    position: absolute;\n    left: 0;\n    animation-name: leftright;\n    animation-duration: 0.7s;\n    animation-iteration-count: infinite;\n    animation-direction: alternate;\n    animation-timing-function: ease-in-out;\n    animation-fill-mode: none;\n    animation-delay: 0s;\n}\n.wp-block-create-block-momo-acg-forms {\n\tbackground-color: #21759b;\n\tcolor: #fff;\n\tpadding: 2px;\n}\n.momo-forms-result-block{\n\tbackground: #554ec8;\n\tcolor: #FFF;\n\tborder-radius: 8px;\n\n\tvisibility: hidden;\n\topacity: 0;\n\ttransition: visibility 0s, opacity 0.5s linear;\n}\n.momo-forms-result-block.show{\n\tmargin-top: 25px;\n\tpadding: 13px;\n\tvisibility: visible;\n\topacity: 1;\n}\n.momo-form-element-block{\n\tmargin-bottom: 20px;\n}\n.momo-acg-ai-form-container {\n\tpadding: 1em 3em 2em 3em;\n\tmargin: 0em auto;\n\tbackground-color: #fff;\n\tborder-radius: 4.2px;\n\tbox-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);\n\tposition: relative;\n}\n.momo-acg-ai-form-container h3{\n\tcolor: #FF6978;\n\tmargin: 12px 0;\n\tfont-weight: 600;\n}\n.momo-acg-ai-form-container h4{\n\tcolor: #726363;\n\tmargin: 12px 0;\n\tfont-weight: 500;\n}\n.momo-acg-form-hr{\n\tborder: 1px solid #cecece;\n\tmargin: 12px 0;\n\tdisplay: block;\n}\n.momo-acg-ai-form-container label{\n\tfont-size: 14px;\n\tfont-weight: 700;\n\tmargin-bottom: 2px;\n\tdisplay: block;\n}\n.momo-acg-ai-form-container label.momo-radio-label,\n.momo-acg-ai-form-container label.momo-checkbox-label{\n\tdisplay: inline-block;\n\tfont-weight: 400;\n\tmargin-left: 12px;\n}\n.momo-acg-ai-form-container input[type=\"text\"],\n.momo-acg-ai-form-container textarea {\n\twidth: 100%;\n\tpadding: 1em;\n\tline-height: 1.4;\n\tbackground-color: #f9f9f9;\n\tborder: 1px solid #e5e5e5;\n\tborder-radius: 3px;\n}\n.momo-acg-ai-form-container select{\n\tcursor: pointer;\n\n\tdisplay: block;\n\twidth: 100%;\n\tborder: 1px solid #e5e5e5;\n\tpadding: 11px 20px;\n\tbox-sizing: border-box;\n\tbackground-color: #f9f9f9;\n\tfont-weight: 500;\n\tfont-size: 13px;\n}\n.momo-acg-ai-form-submit-bottom{\n\tmargin: 8px;\n\ttext-align: center;\n}\n.momo-acg-ai-form-submit-bottom button{\n\toutline: none;\n\tborder: none;\n\tcursor: pointer;\n\tfont-size: 14px;\n\tfont-size: 12px;\n\tcolor: #fff;\n\tline-height: 1.2;\n\ttext-transform: uppercase;\n\tjustify-content: center;\n\talign-items: center;\n\tpadding: 0 20px;\n\tmin-width: 160px;\n\theight: 42px;\n\tborder-radius: 21px;\n\tbackground: #FF6978;\n\tbox-shadow: 0 10px 30px 0 rgba(255, 105, 120,.5);\n\t-moz-box-shadow: 0 10px 30px 0 rgba(255, 105, 120,.5);\n\t-webkit-box-shadow: 0 10px 30px 0 rgba(255, 105, 120,.5);\n\t-o-box-shadow: 0 10px 30px 0 rgba(255, 105, 120,.5);\n\t-ms-box-shadow: 0 10px 30px 0 rgba(255, 105, 120,.5);\n\t-webkit-transition: all .4s;\n\t-o-transition: all .4s;\n\t-moz-transition: all .4s;\n\ttransition: all .4s;\n}"],"names":[],"sourceRoot":""}