.isOverlay {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900; }

.isOverlay.show {
  display: block; }
  .isOverlay.show .boxContent {
    position: relative;
    display: block;
    margin: 0px auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 150px;
    max-width: 500px; }
    .isOverlay.show .boxContent .headingArea {
      position: relative;
      display: flex;
      margin: 0px;
      padding: 0px 0px 15px 0px;
      overflow: hidden; }
      .isOverlay.show .boxContent .headingArea h1 {
        width: calc(100% - 30px);
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
        color: #369074; }
      .isOverlay.show .boxContent .headingArea .closeOverlay {
        position: relative;
        width: 30px;
        height: 30px; }
      .isOverlay.show .boxContent .headingArea .closeOverlay:before {
        content: '';
        position: absolute;
        top: 10px;
        width: 26px;
        height: 2px;
        background-color: #746FBE;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .isOverlay.show .boxContent .headingArea .closeOverlay:after {
        content: '';
        position: absolute;
        top: 10px;
        width: 26px;
        height: 2px;
        background-color: #746FBE;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .isOverlay.show .boxContent .contentArea {
      display: block;
      padding: 15px 0px;
      margin: 0px; }
      .isOverlay.show .boxContent .contentArea .formgroup {
        display: block;
        margin: 0px 0px 15px 0px;
        padding: 0px; }
        .isOverlay.show .boxContent .contentArea .formgroup input {
          display: block;
          width: 100%;
          margin: 0px;
          padding: 6px 15px;
          border: 1px solid #f2f2f2;
          font-size: 16px;
          line-height: 22px;
          color: #005037;
          border-radius: 3px; }
        .isOverlay.show .boxContent .contentArea .formgroup .error {
          display: none;
          font-size: 13px;
          color: #e31e24;
          line-height: 16px;
          padding: 2px 15px; }
      .isOverlay.show .boxContent .contentArea .formgroup:last-child {
        margin-bottom: 0px; }
    .isOverlay.show .boxContent .buttonArea {
      display: block;
      padding: 15px 0px 0px 0px;
      margin: 0px; }
      .isOverlay.show .boxContent .buttonArea button {
        display: inline-block;
        background-color: #746FBE;
        padding: 6px 20px;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        margin: 0px 0px 0px 0px;
        border: 1px solid #746FBE;
        font-weight: 500;
        border-radius: 3px; }
      .isOverlay.show .boxContent .buttonArea button:last-child {
        float: right;
        margin-left: 20px; }

/*# sourceMappingURL=overlay.css.map */
