@import (reference) '../../theme/index.less';
.uiBlockContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 25vh;
  .messageContainer {
    font-size: 1.5em;
    font-weight: @font-semi-bold;
    text-align: center;
    padding: 20px;
  }
}
