@font-face {
  font-family: 'IBMPlex-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('./../../fonts/IBMPlexSans-Regular-Latin1.woff');
}

@font-face {
  font-family: 'IBMPlex-Italic';
  font-style: normal;
  font-weight: 400;
  src: url('./../../fonts/IBMPlexSans-Italic-Latin1.woff');
}

@font-face {
  font-family: 'IBMPlex-Light';
  font-style: normal;
  font-weight: 400;
  src: url('./../../fonts/IBMPlexSans-Light-Latin1.woff');
}

@font-face {
  font-family: 'IBMPlex-SemiBold';
  font-style: normal;
  font-weight: 400;
  src: url('./../../fonts/IBMPlexSans-SemiBold-Latin1.woff');
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'IBMPlex-Regular';
  background-color: #F5F7FA;
  position: relative;
  min-height: 100%;
};

p {
  margin: 0px;
}

.hidden {
  display: none;
}

.semiBoldText {
  font-family: IBMPlex-SemiBold;
}

.displayInlineBlock {
  display: inline-block;
}

.displayTableCell {
  display: table-cell;
}

.nonDefaultLink {
  text-decoration: none;
  color: inherit !important;
}

.nonDefaultLink:hover {
  text-decoration: none;
  color: inherit !important;
}

.DataContainer {
  height: 400px;
  padding-bottom: 50px;
}

.buttonLink {
  display: inline-block;
  margin: 0px 7px;
}

.aixicon {
  height: 50px;
}
