{"version":3,"sources":["webpack:///style.scss"],"names":[],"mappings":"AAAA,gBAAgB;AAChB;;;;;EAKE;AACF;;0BAE0B;AAC1B;EACE,iJAAiJ;AACnJ;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,eAAe;EACf,MAAM;EACN,OAAO;EACP,QAAQ;EACR,SAAS;EACT,8BAA8B;EAC9B,aAAa;EACb,uBAAuB;EACvB,mBAAmB;EACnB,YAAY;AACd;;AAEA;EACE,uBAAuB;EACvB,YAAY;EACZ,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;EAClB,aAAa;AACf;;AAEA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;EAChB,gBAAgB;AAClB;;AAEA;EACE,kBAAkB;EAClB,QAAQ;EACR,WAAW;EACX,uBAAuB;EACvB,SAAS;EACT,eAAe;EACf,WAAW;EACX,YAAY;EACZ,aAAa;EACb,cAAc;EACd,gBAAgB;EAChB,aAAa;EACb,0BAA0B;EAC1B,wCAAwC;AAC1C;;AAEA;EACE,6BAA6B;EAC7B,aAAa;AACf;;AAEA;EACE,YAAY;AACd;;AAEA;;0BAE0B;AAC1B;EACE;IACE,qBAAqB;IACrB,yBAAyB;EAC3B;;EAEA;IACE;MACE,qBAAqB;MACrB,yBAAyB;MACzB,gBAAgB;IAClB;EACF;EACA;IACE,iCAAiC;EACnC;AACF,C","file":"style-index.css","sourcesContent":["@charset \"UTF-8\";\n/**\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/**************************\n  Basic Modal Styles\n**************************/\n.popper {\n  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;\n}\n\n.popper {\n  display: none;\n}\n\n.popper.is-open {\n  display: block;\n}\n\n.popper__overlay {\n  position: fixed;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: rgba(0, 0, 0, 0.7);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  z-index: 100;\n}\n\n.popper__container {\n  background-color: white;\n  padding: 0px;\n  max-width: 740px;\n  border-radius: 0px;\n  overflow: hidden;\n  box-sizing: border-box;\n  position: relative;\n  z-index: 1000;\n}\n\n.popper__content {\n  overflow-y: auto;\n  overflow-x: hidden;\n  max-height: 75vh;\n  min-height: 50px;\n}\n\n.popper__close {\n  position: absolute;\n  top: 5px;\n  right: 20px;\n  background: transparent;\n  border: 0;\n  cursor: pointer;\n  margin: 0px;\n  padding: 0px;\n  z-index: 1000;\n  font-size: 1em;\n  line-height: 1em;\n  outline: none;\n  cursor: pointer !important;\n  background-color: transparent !important;\n}\n\n.popper__close:hover, .popper__close:focus {\n  background-color: transparent;\n  outline: none;\n}\n\n.popper__close:before {\n  content: \"✕\";\n}\n\n/**************************\n  Mobile custom styles for individual modals\n**************************/\n@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {\n  .popper__container {\n    width: 90% !important;\n    min-width: 90% !important;\n  }\n\n  @supports (display: flex) {\n    .popper__container {\n      width: 90% !important;\n      min-width: 90% !important;\n      max-height: 85vh;\n    }\n  }\n  .popper__content {\n    -webkit-overflow-scrolling: touch;\n  }\n}"],"sourceRoot":""}