.ra-error {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 100vh;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ra-error .ra-error-main {
  margin: 15px;
  max-width: 500px;
}
.ra-error .ra-error-main .ra-error-logo {
  text-align: center;
}
.ra-error .ra-error-main .ra-error-logo .ra-logo {
  margin: 0 auto 25px;
  width: 180px;
}

body.ra-chat-hidden #conversations-wrap {
  display: none;
}
body > #nudgespotInappContainer {
  z-index: 90;
}
body > #conversations-wrap {
  z-index: 210;
}
body > #conversations-wrap.conversations-wrap-open {
  z-index: 851;
}
body.disable-scroll {
  overflow: hidden;
}
body.disable-scroll #application {
  height: 100%;
}
body.ra-hidden-overflow {
  overflow: hidden;
}
body #application {
  overflow: hidden;
}

@media print {
  @page {
    margin: 1in;
  }
  body {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  body .ra-header,
  body .ra-base-header,
  body .ra-footer,
  body .ra-notifications-list,
  body .ra-message,
  body .ra-overlay-bar,
  body #conversations-wrap {
    display: none;
  }
  body .ra-layout-content .ra-section.ra-section-color-gray {
    background-color: transparent;
  }
}


/*# sourceMappingURL=main.81bc2b80.chunk.css.map*/