{"version":3,"sources":["modal.module.scss","phone-number-input.module.scss","switch.module.scss","input.module.scss"],"names":[],"mappings":"AAAA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,kDACE,aACF,CACA,2CACE,wBACF,CACA,+DACE,wBACF,CACA,6DACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".modal {\n  display: none;\n  position: fixed;\n  z-index: 1;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  overflow: auto;\n  background-color: rgba(0, 0, 0, 0.5);\n  /* Modal Content (image) */\n  /* The Close Button */\n}\n.modal .modalContent {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  height: calc(100% + 50px);\n  animation-name: zoom;\n  animation-duration: 0.6s;\n}\n.modal .modalContent img {\n  max-width: calc(100vw - 37px);\n  max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n  from {\n    transform: scale(0);\n  }\n  to {\n    transform: scale(1);\n  }\n}\n.modal .close {\n  color: white;\n  font-size: 25px;\n  font-weight: bold;\n  transition: 0.3s;\n  position: absolute;\n  right: -27px;\n  top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n  color: #bbb;\n  text-decoration: none;\n  cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n  .modalContent {\n    width: 100%;\n  }\n}",".phoneInputV2 {\n  font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n  font-size: 12px;\n  font-weight: 700;\n  margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n  color: #43ccb0;\n  font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n  position: relative;\n  height: 48px;\n  width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n  border: 1px solid var(--Stroke, #e2e2e2);\n  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n  border-radius: 6px;\n  overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n  border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n  border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n  position: absolute;\n  top: 13px;\n  left: 12px;\n  display: flex;\n  align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n  font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n  margin: 3px 0 0 4px;\n  font-size: 16px;\n}\n.phoneInputV2 .mesError {\n  color: #f05c6a;\n  font-size: 14px;\n  margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n  width: 115px;\n  background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n  opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n  font-size: 16px;\n  font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n      .mdc-notched-outline\n      .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n      .mdc-notched-outline\n      .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n      .mdc-notched-outline\n      .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n      .mdc-notched-outline\n      .mdc-notched-outline__trailing) {\n  border: none;\n}",".container .switch {\n  position: relative;\n  display: inline-block;\n  width: 40px;\n  height: 20px;\n  /* Rounded sliders */\n}\n.container .switch input {\n  opacity: 0;\n  width: 0;\n  height: 0;\n}\n.container .switch .slider {\n  position: absolute;\n  cursor: pointer;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background-color: #ccc;\n  -webkit-transition: 0.4s;\n  transition: 0.4s;\n}\n.container .switch .slider:before {\n  position: absolute;\n  content: \"\";\n  height: 16px;\n  width: 16px;\n  left: 2px;\n  bottom: 2px;\n  background-color: white;\n  -webkit-transition: 0.4s;\n  transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n  -webkit-transform: translateX(20px);\n  -ms-transform: translateX(20px);\n  transform: translateX(20px);\n}\n.container .switch .slider.round {\n  border-radius: 34px;\n}\n.container .switch .slider.round:before {\n  border-radius: 50%;\n}",".container {\n  font-family: \"Montserrat\";\n}\n.container .lable {\n  font-size: 12px;\n  font-weight: 700;\n  margin: 8px 0;\n  display: flex;\n  align-items: center;\n}\n.container .lable .required {\n  color: #43ccb0;\n  font-size: 14px;\n  margin-left: 5px;\n}\n.container input {\n  width: 100%;\n  height: 48px;\n  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n  border: 1px solid #e2e2e2;\n  border-radius: 6px;\n  color: #404041;\n  padding: 10px 12px;\n  outline: none;\n}\n.container input::placeholder {\n  color: #acacac;\n}\n.container input:focus {\n  border: 1px solid #43CCB0;\n}\n.container input.error {\n  border: 1px solid #F05C6A;\n}\n.container .mesError {\n  color: #F05C6A;\n  font-size: 14px;\n  margin: 8px 0;\n}"]}