.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

#batch-modal-underlay {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 96 !important; }

.loading-screen-modal {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .loading-screen-modal .title-container {
    left: 50%;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .loading-screen-modal .title-container {
        margin-top: -90px; } }
  .loading-screen-modal .title {
    color: #767d84;
    font-size: 26px;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .loading-screen-modal .title {
        font-size: 44px; } }
  .loading-screen-modal .bar {
    background: #cccbcc;
    border: 0;
    border-radius: 0;
    height: 10px;
    left: 50%;
    margin: 20px auto 0;
    max-width: 230px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 480px) {
      .loading-screen-modal .bar {
        max-width: 380px; } }
    @media only screen and (min-width: 768px) {
      .loading-screen-modal .bar {
        margin: 0 auto;
        max-width: 630px; } }
  .loading-screen-modal .filled {
    background: #3a526c;
    border-right: 2px solid #fff;
    height: 10px; }
  .loading-screen-modal .percentage {
    display: none; }
  .loading-screen-modal .message {
    color: #767d84;
    font-family: "Agenda Regular", Arial, Helvetica, sans-serif;
    left: 50%;
    margin-top: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .loading-screen-modal .message {
        margin-top: 50px; } }

/*# sourceMappingURL=loading_screen.css.map */