{"version":3,"names":[],"mappings":"","sources":["admin.css"],"sourcesContent":["/* API CSS */\n@keyframes fadein {\n  0% {\n    opacity: 0; }\n  100% {\n    opacity: 1; } }\n\n@keyframes fadeout {\n  0% {\n    opacity: 1; }\n  100% {\n    opacity: 0; } }\n\n.emailoctopus-notice {\n  display: none;\n  opacity: 0; }\n\n.emailoctopus-fadein {\n  animation-name: fadein;\n  animation-duration: 2s;\n  animation-delay: 0s;\n  display: block;\n  opacity: 1; }\n\n.emailoctopus-fadeout {\n  animation-name: fadeout;\n  animation-duration: 2s;\n  animation-delay: 0s;\n  display: none;\n  opacity: 0; }\n\ninput[type=text].emailoctopus-input-error {\n  border: 1px solid #dc3232;\n  background-color: #e9c7c7; }\n\n.emailoctopus-error,\n.emailoctopus-notice,\n.emailoctopus-success {\n  background: #fff;\n  border-left: 4px solid #dc3232;\n  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n  margin: 5px 15px 2px;\n  padding: 10px 12px;\n  margin: 10px 5px;\n  color: #ff0000; }\n\n.emailoctopus-success {\n  border-left-color: #55ac7b;\n  color: #000; }\n\n.emailoctopus-notice {\n  border-left-color: #00a0d2;\n  color: #000; }\n\n.emailoctopus-api-connected {\n  display: inline-block; }\n  .emailoctopus-api-connected.is-not-connected {\n    background: #767478;\n    text-transform: uppercase;\n    color: #FFF;\n    padding: 5px;\n    font-weight: 700; }\n  .emailoctopus-api-connected.is-connected {\n    background: #04ba40;\n    text-transform: uppercase;\n    color: #FFF;\n    padding: 5px;\n    font-weight: 700; }\n\n/* For React Block UI */\n@keyframes emailoctopus_blink {\n  from {\n    opacity: 1;\n    transform: scale(1); }\n  to {\n    opacity: 0.4;\n    transform: scale(0.85); } }\n\n.block-ui-container {\n  position: absolute;\n  z-index: 1010;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  height: 100%;\n  min-height: 800px;\n  cursor: wait;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center; }\n\n.emailoctopus-loading {\n  display: flex;\n  align-items: center;\n  justify-content: center; }\n  .emailoctopus-loading img {\n    animation-name: emailoctopus_blink;\n    animation-duration: 610ms;\n    animation-iteration-count: infinite;\n    animation-direction: alternate;\n    animation-timing-function: ease-out; }\n\n/* For React Form Class */\n#emailoctopus-form > h2:not(.nav-tab-wrapper) {\n  font-size: 23px;\n  font-weight: 400;\n  margin: 0;\n  padding: 9px 0 4px;\n  line-height: 29px; }\n\n.emailoctopus-form h2:not(.nav-tab-wrapper) {\n  font-size: 23px;\n  font-weight: 400;\n  margin: 0;\n  padding: 9px 0 4px;\n  line-height: 29px; }\n\n/* For React Form Builder Back-end */\n.emailoctopus-text-inputs {\n  margin: 5px 0; }\n  .emailoctopus-text-inputs input {\n    width: 100%;\n    max-width: 400px;\n    padding: 8px;\n    height: 32px;\n    border: 1px solid #ccc; }\n\n#emailoctopus-react-tabs {\n  margin-top: 20px; }\n  #emailoctopus-react-tabs .nav-tab {\n    cursor: pointer; }\n\n.emailoctopus-tab-content {\n  display: none;\n  opacity: 0;\n  margin-top: 20px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif; }\n  .emailoctopus-tab-content.active {\n    animation-name: fadein;\n    animation-duration: 1s;\n    animation-delay: 0s;\n    display: block;\n    opacity: 1; }\n  .emailoctopus-tab-content h3 {\n    font-size: 14px;\n    margin: 0;\n    padding: 0; }\n\n.emamiloctopus-form-preview {\n  float: left;\n  width: 42%;\n  background: #FFF;\n  border: 3px solid #eee;\n  margin-left: 20px; }\n  .emamiloctopus-form-preview h2.emailoctopus-preview {\n    margin: 0;\n    background-color: #e3c9ee;\n    padding: 10px 14px;\n    text-align: center;\n    font-size: 16px;\n    font-weight: 700; }\n  .emamiloctopus-form-preview .emailoctopus-dynamic-form-field {\n    padding: 10px 20px; }\n    .emamiloctopus-form-preview .emailoctopus-dynamic-form-field:hover {\n      background: #f1f1f1; }\n      .emamiloctopus-form-preview .emailoctopus-dynamic-form-field:hover span.dashicons {\n        margin-left: 10px;\n        margin-top: 7px;\n        display: inline-block; }\n    .emamiloctopus-form-preview .emailoctopus-dynamic-form-field span.dashicons {\n      display: none; }\n  .emamiloctopus-form-preview p {\n    padding-left: 20px;\n    font-size: 14px;\n    line-height: 1.1; }\n  .emamiloctopus-form-preview .emailoctopus-form-preview-submit {\n    padding: 20px; }\n    .emamiloctopus-form-preview .emailoctopus-form-preview-submit button {\n      background-color: #e0e0e0;\n      padding: 6px 12px;\n      border: 0;\n      font-weight: bold; }\n  .emamiloctopus-form-preview .emailoctopus-form-preview-branding {\n    margin-left: 20px;\n    padding: 10px 0; }\n  .emamiloctopus-form-preview .emailoctopus-form-preview-consent {\n    margin-left: 20px;\n    padding: 10px 0; }\n  @media only screen and (max-width: 800px) {\n    .emamiloctopus-form-preview {\n      float: none;\n      width: 100%;\n      margin: 0 auto; } }\n\n.emailoctopus-custom-fields {\n  width: 25%;\n  float: left;\n  background: #FFF; }\n  .emailoctopus-custom-fields h3 {\n    margin: 0;\n    color: #23282d;\n    background: #f5f5f5;\n    border: 1px solid #ddd;\n    padding: 10px 10px 11px 14px;\n    line-height: 21px;\n    text-align: left;\n    font-size: 14px;\n    font-weight: 600; }\n  @media only screen and (max-width: 800px) {\n    .emailoctopus-custom-fields {\n      float: none;\n      width: 100%;\n      margin: 0 auto; } }\n\n.emailoctopus-available-field {\n  position: relative;\n  padding: 6px 8px;\n  margin: 8px 1px;\n  font-size: 14px;\n  color: #555;\n  font-weight: 500;\n  background: #f1f1f1;\n  border: 1px solid #d8d8d8; }\n  .emailoctopus-available-field:hover {\n    background: #FFFFFF;\n    cursor: grab;\n    cursor: move; }\n  .emailoctopus-available-field:after {\n    content: \"\\F545\";\n    font-family: \"dashicons\";\n    display: block;\n    position: absolute;\n    top: 7px;\n    right: 15px; }\n\n.emailoctopus-draggable {\n  padding: 10px;\n  min-height: 200px; }\n  @media only screen and (max-width: 800px) {\n    .emailoctopus-draggable {\n      min-height: auto; } }\n\n.emailoctopus-form h2.emailoctopus-heading {\n  padding-top: 20px;\n  padding-left: 20px;\n  margin: 0;\n  font-size: 23px; }\n\n/* For react select list */\n.emailoctopus-select select {\n  width: 100%;\n  max-width: 400px;\n  padding: 8px;\n  height: 32px; }\n\n@-moz-document url-prefix() {\n  .emailoctopus-select select {\n    height: auto; } }\n\n/* For react appearance backend */\n.wp-color-result.button {\n  height: 24px;\n  margin: 0 6px 6px 0px;\n  padding: 0 0 0 30px;\n  font-size: 11px; }\n\n.wp-color-result-text {\n  background: #f7f7f7;\n  border-radius: 0 2px 2px 0;\n  border-left: 1px solid #ccc;\n  color: #555;\n  display: block;\n  line-height: 22px;\n  padding: 0 6px;\n  text-align: center; }\n\n.emailoctopus-color-picker {\n  width: 85px; }\n\n/* For React Settings Backend */\n#emailoctopus-settings p.emailoctopus-checkbox-description {\n  margin: 0;\n  margin-left: 24px;\n  color: #818181; }\n\n#emailoctopus-settings .emailoctopus-hidden {\n  display: none; }\n\n#emailoctopus-settings .emailoctopus-settings-fields {\n  font-size: 14px; }\n  #emailoctopus-settings .emailoctopus-settings-fields .emailoctopus-settings-input {\n    margin-bottom: 20px; }\n  #emailoctopus-settings .emailoctopus-settings-fields input[type=\"text\"] {\n    margin-left: 24px; }\n  #emailoctopus-settings .emailoctopus-settings-fields textarea {\n    margin-left: 24px;\n    width: 400px;\n    height: auto;\n    padding: 10px; }\n\n/* For React Settings Backend */\n#emailoctopus-appearance .emailoctopus-text-inputs label div {\n  padding: 10px 0; }\n\n/* For React Messages backend */\n#emailoctopus-messages textarea {\n  width: 400px;\n  height: auto;\n  padding: 10px; }\n\n/* For React Save container */\n#emailoctopus-save-container {\n  position: fixed;\n  top: 80px;\n  right: 20px;\n  background: #FFF;\n  border: 3px solid #eee;\n  min-width: 300px;\n  z-index: 1000; }\n  #emailoctopus-save-container h2 {\n    margin: 0;\n    padding: 10px;\n    border-bottom: 1px solid #eee; }\n  #emailoctopus-save-container .emailoctopus-save-options {\n    padding: 20px;\n    padding-top: 5px; }\n    #emailoctopus-save-container .emailoctopus-save-options:after {\n      content: \"\";\n      display: table;\n      clear: both; }\n  #emailoctopus-save-container .emailoctopus-text-inputs {\n    margin-bottom: 20px; }\n  #emailoctopus-save-container a {\n    display: block;\n    float: left;\n    margin-top: 14px; }\n  #emailoctopus-save-container input[type=\"submit\"] {\n    display: block;\n    float: right; }\n  #emailoctopus-save-container .emailoctopus-title-error {\n    padding: 10px;\n    clear: both;\n    border: 1px solid red;\n    margin-top: 10px; }\n  #emailoctopus-save-container .emailoctopus-save-shortcode {\n    margin-bottom: 20px; }\n    #emailoctopus-save-container .emailoctopus-save-shortcode .emailoctopus-text-inputs {\n      margin-bottom: 0; }\n    #emailoctopus-save-container .emailoctopus-save-shortcode p {\n      color: green; }\n  @media only screen and (max-width: 500px) {\n    #emailoctopus-save-container {\n      position: relative;\n      width: 100%;\n      margin: 0 auto;\n      top: inherit;\n      right: inherit;\n      margin-top: 15px; } }\n\n#toplevel_page_emailoctopus .wp-menu-image:before {\n  content: '';\n  width: 20px;\n  height: 20px;\n  background-image: url(\"data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 330.479 330.48'%3E%3Cpath fill='%23a0a5aa' d='M327.23 265.2c-4.33-4.33-11.36-4.33-15.68 0v.02l-.02-.02c-10.08 10.1-24 16.38-39.38 16.38-30.65 0-55.6-24.94-55.6-55.6l.02-23c0-1.18.96-2.14 2.14-2.14 1.2 0 2.2.96 2.2 2.14h-.02v22.98c0 28.3 23.03 51.32 51.32 51.32 28.3 0 51.3-23.02 51.3-51.32 0-6.2-5.04-11.24-11.24-11.24S301 219.75 301 225.96c0 15.9-12.94 28.84-28.85 28.84-15.9 0-28.85-12.93-28.85-28.84h-.02l.02-22.98c0-1.18.96-2.14 2.14-2.14 1.18 0 2.14.96 2.14 2.14h-.02v22.98c0 13.58 11 24.6 24.6 24.6 13.57 0 24.58-11.02 24.58-24.6v-11.24c0-6.2-5.02-11.22-11.22-11.22-6.2 0-11.23 5.02-11.23 11.22v11.24c0 1.18-1 2.14-2.2 2.14-1.18 0-2.14-.96-2.14-2.14l.02-121.18C270 46.9 223.1 0 165.24 0S60.47 46.9 60.47 104.78v121.17c0 1.2-.96 2.15-2.14 2.15-1.18 0-2.14-.96-2.14-2.14v-11.24c0-6.2-5.08-11.22-11.28-11.22s-11.23 5.02-11.23 11.22v11.24c0 13.58 11 24.6 24.6 24.6 13.57 0 24.6-11.02 24.6-24.6v-22.98c0-1.18.95-2.14 2.13-2.14s2.14.96 2.14 2.14v22.98h-.04c0 15.9-12.94 28.84-28.85 28.84-15.9 0-28.85-12.94-28.85-28.84 0-6.2-5.04-11.24-11.25-11.24-6.2 0-11.2 5.03-11.2 11.24 0 28.3 23 51.3 51.3 51.3 28.3 0 51.32-23 51.32-51.3V203c0-1.18.96-2.14 2.14-2.14s2.13.96 2.13 2.14v23c0 30.66-24.96 55.6-55.6 55.6-15.4 0-29.3-6.27-39.4-16.38v.02-.02c-4.34-4.33-11.37-4.33-15.7 0-4.33 4.34-4.33 11.36 0 15.7v-.02c13.66 13.64 32.32 22.23 52.94 22.8v.04h4.28v-.05c42.05-1.18 75.9-35.7 75.9-78V203c0-1.18.97-2.14 2.15-2.14 1.2 0 2.14.96 2.14 2.14v22.73c0 45.4-36.9 82.33-82.3 82.34-6.2 0-11.24 5.03-11.24 11.22 0 6.2 5.03 11.2 11.23 11.2 57.73 0 104.7-46.95 104.75-104.67V203c0-1.2.98-2.15 2.16-2.15 1.2 0 2.15.96 2.15 2.14h-.02v22.8c.08 57.72 47.04 104.65 104.77 104.66 6.2 0 11.2-5.03 11.2-11.23s-5-11.23-11.2-11.23c-45.4 0-82.35-36.92-82.35-82.3l.02-22.7c0-1.2.94-2.16 2.12-2.16 1.2 0 2.13.95 2.13 2.14h.03l.03 22.7c0 42.3 33.85 76.84 75.9 78v.03l4.27-.03c20.63-.57 39.3-9.16 52.94-22.8 4.33-4.33 4.33-11.35 0-15.7z'/%3E%3Cpath fill='%2323282d' d='M203.48 86c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12-12 5.37-12 12zM103 86c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12-12 5.37-12 12z'/%3E%3C/svg%3E%0A\");\n  background-repeat: no-repeat;\n  background-position: 0 6px; }\n\n#toplevel_page_emailoctopus:hover .wp-menu-image:before, #toplevel_page_emailoctopus.opensub .wp-menu-image:before, #toplevel_page_emailoctopus:focus .wp-menu-image:before {\n  background-image: url(\"data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 330.479 330.48'%3E%3Cpath fill='%2300b9eb' d='M327.23 265.2c-4.33-4.33-11.36-4.33-15.68 0v.02l-.02-.02c-10.08 10.1-24 16.38-39.38 16.38-30.65 0-55.6-24.94-55.6-55.6l.02-23c0-1.18.96-2.14 2.14-2.14 1.2 0 2.2.96 2.2 2.14h-.02v22.98c0 28.3 23.03 51.32 51.32 51.32 28.3 0 51.3-23.02 51.3-51.32 0-6.2-5.04-11.24-11.24-11.24S301 219.75 301 225.96c0 15.9-12.94 28.84-28.85 28.84-15.9 0-28.85-12.93-28.85-28.84h-.02l.02-22.98c0-1.18.96-2.14 2.14-2.14 1.18 0 2.14.96 2.14 2.14h-.02v22.98c0 13.58 11 24.6 24.6 24.6 13.57 0 24.58-11.02 24.58-24.6v-11.24c0-6.2-5.02-11.22-11.22-11.22-6.2 0-11.23 5.02-11.23 11.22v11.24c0 1.18-1 2.14-2.2 2.14-1.18 0-2.14-.96-2.14-2.14l.02-121.18C270 46.9 223.1 0 165.24 0S60.47 46.9 60.47 104.78v121.17c0 1.2-.96 2.15-2.14 2.15-1.18 0-2.14-.96-2.14-2.14v-11.24c0-6.2-5.08-11.22-11.28-11.22s-11.23 5.02-11.23 11.22v11.24c0 13.58 11 24.6 24.6 24.6 13.57 0 24.6-11.02 24.6-24.6v-22.98c0-1.18.95-2.14 2.13-2.14s2.14.96 2.14 2.14v22.98h-.04c0 15.9-12.94 28.84-28.85 28.84-15.9 0-28.85-12.94-28.85-28.84 0-6.2-5.04-11.24-11.25-11.24-6.2 0-11.2 5.03-11.2 11.24 0 28.3 23 51.3 51.3 51.3 28.3 0 51.32-23 51.32-51.3V203c0-1.18.96-2.14 2.14-2.14s2.13.96 2.13 2.14v23c0 30.66-24.96 55.6-55.6 55.6-15.4 0-29.3-6.27-39.4-16.38v.02-.02c-4.34-4.33-11.37-4.33-15.7 0-4.33 4.34-4.33 11.36 0 15.7v-.02c13.66 13.64 32.32 22.23 52.94 22.8v.04h4.28v-.05c42.05-1.18 75.9-35.7 75.9-78V203c0-1.18.97-2.14 2.15-2.14 1.2 0 2.14.96 2.14 2.14v22.73c0 45.4-36.9 82.33-82.3 82.34-6.2 0-11.24 5.03-11.24 11.22 0 6.2 5.03 11.2 11.23 11.2 57.73 0 104.7-46.95 104.75-104.67V203c0-1.2.98-2.15 2.16-2.15 1.2 0 2.15.96 2.15 2.14h-.02v22.8c.08 57.72 47.04 104.65 104.77 104.66 6.2 0 11.2-5.03 11.2-11.23s-5-11.23-11.2-11.23c-45.4 0-82.35-36.92-82.35-82.3l.02-22.7c0-1.2.94-2.16 2.12-2.16 1.2 0 2.13.95 2.13 2.14h.03l.03 22.7c0 42.3 33.85 76.84 75.9 78v.03l4.27-.03c20.63-.57 39.3-9.16 52.94-22.8 4.33-4.33 4.33-11.35 0-15.7z'/%3E%3Cpath fill='%2323282d' d='M203.48 86c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12-12 5.37-12 12zM103 86c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12-12 5.37-12 12z'/%3E%3C/svg%3E%0A\"); }\n\n#toplevel_page_emailoctopus.wp-menu-open .wp-menu-image:before {\n  background-image: url(\"data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 330.479 330.48'%3E%3Cpath fill='%23ffffff' d='M327.23 265.2c-4.33-4.33-11.36-4.33-15.68 0v.02l-.02-.02c-10.08 10.1-24 16.38-39.38 16.38-30.65 0-55.6-24.94-55.6-55.6l.02-23c0-1.18.96-2.14 2.14-2.14 1.2 0 2.2.96 2.2 2.14h-.02v22.98c0 28.3 23.03 51.32 51.32 51.32 28.3 0 51.3-23.02 51.3-51.32 0-6.2-5.04-11.24-11.24-11.24S301 219.75 301 225.96c0 15.9-12.94 28.84-28.85 28.84-15.9 0-28.85-12.93-28.85-28.84h-.02l.02-22.98c0-1.18.96-2.14 2.14-2.14 1.18 0 2.14.96 2.14 2.14h-.02v22.98c0 13.58 11 24.6 24.6 24.6 13.57 0 24.58-11.02 24.58-24.6v-11.24c0-6.2-5.02-11.22-11.22-11.22-6.2 0-11.23 5.02-11.23 11.22v11.24c0 1.18-1 2.14-2.2 2.14-1.18 0-2.14-.96-2.14-2.14l.02-121.18C270 46.9 223.1 0 165.24 0S60.47 46.9 60.47 104.78v121.17c0 1.2-.96 2.15-2.14 2.15-1.18 0-2.14-.96-2.14-2.14v-11.24c0-6.2-5.08-11.22-11.28-11.22s-11.23 5.02-11.23 11.22v11.24c0 13.58 11 24.6 24.6 24.6 13.57 0 24.6-11.02 24.6-24.6v-22.98c0-1.18.95-2.14 2.13-2.14s2.14.96 2.14 2.14v22.98h-.04c0 15.9-12.94 28.84-28.85 28.84-15.9 0-28.85-12.94-28.85-28.84 0-6.2-5.04-11.24-11.25-11.24-6.2 0-11.2 5.03-11.2 11.24 0 28.3 23 51.3 51.3 51.3 28.3 0 51.32-23 51.32-51.3V203c0-1.18.96-2.14 2.14-2.14s2.13.96 2.13 2.14v23c0 30.66-24.96 55.6-55.6 55.6-15.4 0-29.3-6.27-39.4-16.38v.02-.02c-4.34-4.33-11.37-4.33-15.7 0-4.33 4.34-4.33 11.36 0 15.7v-.02c13.66 13.64 32.32 22.23 52.94 22.8v.04h4.28v-.05c42.05-1.18 75.9-35.7 75.9-78V203c0-1.18.97-2.14 2.15-2.14 1.2 0 2.14.96 2.14 2.14v22.73c0 45.4-36.9 82.33-82.3 82.34-6.2 0-11.24 5.03-11.24 11.22 0 6.2 5.03 11.2 11.23 11.2 57.73 0 104.7-46.95 104.75-104.67V203c0-1.2.98-2.15 2.16-2.15 1.2 0 2.15.96 2.15 2.14h-.02v22.8c.08 57.72 47.04 104.65 104.77 104.66 6.2 0 11.2-5.03 11.2-11.23s-5-11.23-11.2-11.23c-45.4 0-82.35-36.92-82.35-82.3l.02-22.7c0-1.2.94-2.16 2.12-2.16 1.2 0 2.13.95 2.13 2.14h.03l.03 22.7c0 42.3 33.85 76.84 75.9 78v.03l4.27-.03c20.63-.57 39.3-9.16 52.94-22.8 4.33-4.33 4.33-11.35 0-15.7z'/%3E%3Cpath fill='%2323282d' d='M203.48 86c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12-12 5.37-12 12zM103 86c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12-12 5.37-12 12z'/%3E%3C/svg%3E%0A\") !important; }\n"],"file":"admin.min.css"}