{"version":3,"sources":["../lib/src/components/OverlayBlocker/styles.scss"],"names":[],"mappings":"AAAA;EACE,aAAa;EACb,uBAAuB;EACvB;IACE,mBAAmB;IACnB;MACE,eAAe;MACf,gBAAgB;MAChB,iBAAiB;MACjB,gBAAgB;IAClB;IACA;MACE,gBAAgB;MAChB,eAAe;MACf,cAAc;IAChB;EACF;AACF;;AAEA;EACE,yBAAyB;EACzB,iBAAiB;EACjB,cAAc;EACd,kBAAkB;EAClB,mBAAmB;AACrB;;AAEA;EACE;IACE,yCAAyC;IACzC,sCAAsC;IACtC,iCAAiC;EACnC;AACF;;AAEA;EACE,eAAe;EACf,MAAM;EACN,QAAQ;EACR,SAAS;EACT,OAAO;EACP,aAAa;EACb;IACE,eAAe;IACf,WAAW;IACX,SAAS;IACT,QAAQ;IACR,SAAS;IACT,OAAO;IACP,mEAAmE;IACnE,YAAY;EACd;;EAEA;IACE,UAAU;IACV,eAAe;IACf,SAAS;IACT,QAAQ;IACR,SAAS;IACT,WAAW;IACX,iEAAiE;IACjE,6CAA6C;IAC7C,oDAAoD;EACtD;;EAEA;IACE,eAAe;IACf,YAAY;IACZ,SAAS;IACT,qBAAqB;IACrB,aAAa;EACf;AACF;;AAEA;EACE,mBAAmB;EACnB;IACE,YAAY;IACZ,eAAe;EACjB;AACF;;AAEA;EACE,gBAAgB;EAChB,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,YAAY;EACZ,6DAA6D;EAC7D,YAAY;EACZ,iBAAiB;EACjB,gBAAgB;EAChB,mCAAmC;EACnC,eAAe;;EAEf;IACE,oBAAoB;IACpB,gBAAgB;IAChB,gBAAgB;EAClB;EACA;IACE,gBAAgB;IAChB,0BAA0B;IAC1B,gBAAgB;IAChB,iBAAiB;IACjB,kBAAkB;EACpB;;EAEA;IACE,6CAA6C;EAC/C;;EAEA;IACE,UAAU;EACZ;;EAEA;IACE,YAAY;EACd;AACF;;AAEA,uBAAuB,OAAO,8BAA8B,EAAE,EAAE;;AAChE,0BAA0B,OAAO,iCAAiC,EAAE,EAAE;;AACtE,kBAAkB,OAAO,iCAAiC,EAAE,wBAAwB,EAAE,EAAE","file":"eFdVsjhf.scss","sourcesContent":[".container {\n  display: flex;\n  justify-content: center;\n  > div {\n    padding-top: 2.5rem;\n    > h4 {\n      font-size: 24px;\n      font-weight: 700;\n      line-height: 24px;\n      margin-bottom: 0;\n    }\n    > p {\n      margin-top: -1px;\n      font-size: 14px;\n      color: #919BAE;\n    }\n  }\n}\n\n.icoContainer {\n  padding-top: 0 !important;\n  font-size: 4.2rem;\n  color: #323740;\n  margin-right: 20px;\n  line-height: 9.3rem;\n}\n\n.spin {\n  > i {\n    -webkit-animation:spin 4s linear infinite;\n    -moz-animation:spin 4s linear infinite;\n    animation:spin 4s linear infinite;\n  }\n}\n\n.overlay {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  &:before {\n    position: fixed;\n    content: '';\n    top: 6rem;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    background: linear-gradient(rgba(0,0,0, 15) 0%, rgba(0,0,0,0) 100%);\n    opacity: 0.5;\n  }\n\n  &:after {\n    content:'';\n    position: fixed;\n    top: 6rem;\n    right: 0;\n    bottom: 0;\n    left: 24rem;\n    background: linear-gradient(#FBFBFB 20%, rgba(0, 0, 100, 0) 100%);\n    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);\n    box-shadow: inset 0 1px 2px 0 rgba(40, 42, 49, 0.16);\n  }\n\n  > div {\n    position: fixed;\n    top: 11.5rem;\n    left: 50%;\n    margin-left: -17.5rem;\n    z-index: 1100;\n  }\n}\n\n.buttonContainer {\n  padding-top: 3.9rem;\n  > a {\n    height: 30px;\n    font-size: 13px;\n  }\n}\n\n.primary {\n  min-width: 15rem;\n  padding-top: 4px;\n  padding-left: 1.6rem;\n  padding-right: 1.6rem;\n  border-radius: 0.3rem;\n  border: none;\n  background: linear-gradient(315deg, #0097F6 0%, #005EEA 100%);\n  color: white;\n  font-family: Lato;\n  font-weight: 600;\n  -webkit-font-smoothing: antialiased;\n  cursor: pointer;\n\n  > i {\n    margin-right: 1.3rem;\n    font-weight: 600;\n    padding-top: 1px;\n  }\n  &:before {\n    content: '\\f02d';\n    font-family: 'FontAwesome';\n    font-weight: 600;\n    font-size: 1.3rem;\n    margin-right: 13px;\n  }\n\n  &:active {\n    box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);\n  }\n\n  &:focus {\n    outline: 0;\n  }\n\n  &:hover {\n    color: white;\n  }\n}\n\n@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }\n@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }\n@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }\n"]}