/* You can add global styles to this file, and also import other style files */
body {
  font-family: Montserrat;
  line-height: 2em;
}
/* mat table scss */
.mat-table {
  box-shadow: none;
  font-family: "Montserrat";
}
.mat-table .mat-header-row {
  min-height: 2.2em;
  background-color: #EEEEEE;
  height: 40px;
}
.mat-table .mat-header-cell {
  font-size: 0.8em;
  font-weight: bold;
  color: #2B2B2B;
  line-height: 1.4;
  margin-right: 0.4em;
}
.mat-table .mat-row {
  min-height: 2.2em;
  height: 40px;
}
.mat-table tr th {
  border-bottom-style: none;
}
.mat-table .mat-cell,
.mat-table .mat-footer-cell {
  font-size: 0.78em;
  line-height: 1.6em;
  color: #2B2B2B;
}
.mat-table .mat-cell {
  margin-right: 0.5em;
  word-break: break-word;
}
.mat-table mat-row,
.mat-table mat-header-row,
.mat-table mat-footer-row,
.mat-table th.mat-header-cell,
.mat-table td.mat-cell,
.mat-table td.mat-footer-cell {
  border-bottom-color: #EEEEEE;
  height: 40px;
}
/* mat table scss */
.primaryButton {
  color: #FFFFFF;
  background-color: #0054A7;
  font-family: "Montserrat";
  font-size: 0.775em;
  border-radius: 3em !important;
  z-index: -1;
  margin: 5px 0 !important;
  padding: 9px 22px !important;
  cursor: pointer;
  text-decoration: none;
}
.fs8 {
  font-size: 0.8em;
}
.lh1 {
  line-height: 1em !important;
}
.lh5 {
  line-height: 5em !important;
}
.center {
  align-self: center;
}
body {
  -webkit-print-color-adjust: exact;
}
