{"version":3,"sources":["analytics-consent-modal.scss"],"names":[],"mappings":"AAAA,WAAW;AACX;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,yBAAyB;AAC3B;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,8FAA8F;AAChG;;AAEA;EACE,aAAa;EACb,eAAe;EACf,MAAM;EACN,QAAQ;EACR,SAAS;EACT,OAAO;EACP,aAAa;EACb,qCAAqC;AACvC;;AAEA;EACE,eAAe;EACf,aAAa;EACb,sBAAsB;EACtB,YAAY;EACZ,aAAa;EACb,yBAAyB;EACzB,gBAAgB;EAChB,gBAAgB;EAChB,4EAA4E;EAC5E,sDAAsD;EACtD,gCAAgC;EAChC,8CAA8C;EAC9C,wBAAwB;EACxB,kBAAkB;EAClB,cAAc;EACd,QAAQ;EACR,SAAS;EACT,gCAAgC;AAClC;;AAEA;EACE,eAAe;EACf,WAAW;EACX,YAAY;EACZ,WAAW;EACX,eAAe;EACf,YAAY;EACZ,iBAAiB;EACjB,kBAAkB;EAClB,mEAAmE;AACrE;;AAEA;EACE,eAAe;EACf,iBAAiB;AACnB;;AAEA;EACE,iBAAiB;EACjB,kBAAkB;EAClB,WAAW;AACb;;AAEA;EACE,cAAc;EACd,gBAAgB;EAChB,YAAY;AACd;;AAEA;EACE,gBAAgB;EAChB,iBAAiB;AACnB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,uBAAuB;EACvB,iBAAiB;EACjB,sDAAsD;EACtD,gCAAgC;EAChC,8CAA8C;EAC9C,wBAAwB;AAC1B;;AAEA;EACE,kBAAkB;EAClB,4BAA4B;AAC9B;;AAEA;EACE,mBAAmB;EACnB,iBAAiB;AACnB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,+BAA+B;AACjC;;AAEA;EACE,mBAAmB;EACnB,eAAe;EACf,cAAc;AAChB;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,aAAa;EACb,iBAAiB;AACnB;;AAEA;EACE;IACE,WAAW;IACX,UAAU;EACZ;EACA;IACE,MAAM;IACN,UAAU;EACZ;AACF;AACA;EACE;IACE,WAAW;IACX,UAAU;EACZ;EACA;IACE,MAAM;IACN,UAAU;EACZ;AACF;AACA;;EAEE;AACF;EACE;IACE,WAAW;IACX,kBAAkB;IAClB,eAAe;EACjB;EACA;IACE,mBAAmB;IACnB,kBAAkB;EACpB;EACA;IACE,oBAAoB;IACpB,mBAAmB;EACrB;EACA;IACE,oBAAoB;EACtB;EACA;IACE,cAAc;EAChB;AACF","file":"analytics-consent-modal.css","sourcesContent":["/* Colors */\n.wpstg-primary-color {\n  color: #1a73e8;\n}\n\n.wpstg--violet {\n  color: #9d37ae;\n}\n\n.wpstg-border--violet {\n  border: 1px solid #9d37ae;\n}\n\n.wpstg--red {\n  color: #e01e5a;\n}\n\n.wpstg--red-warning {\n  color: #e01e5a;\n}\n\n.wpstg-cta--red {\n  color: #1a73e8;\n}\n\n.wpstg--blue {\n  color: #1a73e8;\n}\n\n.wpstg--darkblue {\n  color: #0e86d9;\n}\n\n.wpstg--green {\n  color: #3bba68;\n}\n\n.wpstg--grey {\n  color: #393939;\n}\n\n.wpstg--darkgrey {\n  color: #1b1b1b;\n}\n\n.wpstg--filter--svg {\n  filter: invert(24%) sepia(11%) saturate(558%) hue-rotate(169deg) brightness(97%) contrast(91%);\n}\n\n.wpstg-consent-modal-main-wrapper {\n  display: flex;\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1000;\n  background-color: rgba(0, 0, 0, 0.55);\n}\n\n.wpstg-consent-modal-content {\n  position: fixed;\n  z-index: 9999;\n  background-color: #fff;\n  margin: auto;\n  padding: 20px;\n  border: 1px solid #dadce0;\n  max-width: 500px;\n  min-width: 300px;\n  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n  -webkit-animation-name: wpstg-consent-modal-animatetop;\n  -webkit-animation-duration: 0.4s;\n  animation-name: wpstg-consent-modal-animatetop;\n  animation-duration: 0.4s;\n  border-radius: 6px;\n  overflow: auto;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n}\n\n#wpstg-consent-modal-btn-success {\n  cursor: pointer;\n  color: #fff;\n  border: none;\n  width: 100%;\n  font-size: 18px;\n  padding: 8px;\n  font-weight: bold;\n  border-radius: 6px;\n  background-image: linear-gradient(40deg, #1c93cd 30%, #22875d 100%);\n}\n\n.wpstg-consent-modal-header {\n  font-size: 20px;\n  font-weight: bold;\n}\n\n.wpstg-consent-modal-install-footer {\n  padding-top: 20px;\n  text-align: center;\n  width: 100%;\n}\n\n.wpstg-consent-modal-install-image-block img {\n  width: inherit;\n  max-width: 120px;\n  height: auto;\n}\n\n.wpstg-consent-modal-install-description-block {\n  padding-top: 5px;\n  margin-left: 25px;\n}\n\n.wpstg-consent-modal-install-description-text {\n  font-size: 16px;\n}\n\n.wpstg-consent-modal-install-permissions-list {\n  list-style: disc inside;\n  margin-left: 20px;\n  -webkit-animation-name: wpstg-consent-modal-animatetop;\n  -webkit-animation-duration: 0.4s;\n  animation-name: wpstg-consent-modal-animatetop;\n  animation-duration: 0.4s;\n}\n\n.wpstg-consent-modal-install-permissions-list li {\n  margin-bottom: 2px;\n  list-style-position: outside;\n}\n\n.wpstg-consent-modal-install-footer span {\n  padding-right: 10px;\n  padding-left: 5px;\n}\n\n.wpstg-consent-modal-install-footer span:not(:nth-child(2)):hover, .wpstg-consent-modal-install-footer span a:hover {\n  color: #2E9A54;\n}\n\n.wpstg-consent-modal-install-footer span:not(:last-child) {\n  border-right: 1px solid #1c93cd;\n}\n\n#wpstg-consent-modal-deactivation-reasons li {\n  padding-bottom: 3px;\n  font-size: 16px;\n  color: #303030;\n}\n\n.wpstg-consent-modal-display-flex {\n  display: flex;\n}\n\n.wpstg-consent-modal-button {\n  cursor: pointer;\n}\n\n#wpstg-consent-modal-permission-list {\n  display: none;\n  padding-top: 20px;\n}\n\n@-webkit-keyframes wpstg-consent-modal-animatetop {\n  from {\n    top: -300px;\n    opacity: 0;\n  }\n  to {\n    top: 0;\n    opacity: 1;\n  }\n}\n@keyframes wpstg-consent-modal-animatetop {\n  from {\n    top: -300px;\n    opacity: 0;\n  }\n  to {\n    top: 0;\n    opacity: 1;\n  }\n}\n/*#wpstg-workflow.wpstg-loading::after {\n  display: none !important;\n}*/\n@media screen and (max-width: 612px) {\n  .wpstg-consent-modal-install-image-block {\n    width: 100%;\n    margin-left: -15px;\n    max-width: 100%;\n  }\n  .wpstg-consent-modal-install-description-block {\n    padding-left: unset;\n    margin-left: unset;\n  }\n  .wpstg-consent-modal-install-footer span:not(:last-child) {\n    display: inline-grid;\n    border-right: unset;\n  }\n  .wpstg-consent-modal-install-footer {\n    display: inline-grid;\n  }\n  .wpstg-consent-modal-install-footer span:nth-child(2) {\n    display: block;\n  }\n}"]}