/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.module, .loadingModule {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  display: table;
  width: 100%;
  user-select: none;
  cursor: default;
}

.loadingModule > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.errorText {
  font-size: 17px;
  font-weight: 300;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.screenReaderErrorMessage {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}