
/* Custom css properties */



th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  padding: 1rem!important;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Rubik, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-h6, .mat-typography h6 {
  font: 400 14px/20px Rubik, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
   font: 400 14px Rubik, "Helvetica Neue", sans-serif;
   letter-spacing: normal;
   margin: 0 0 0;
 }

.mat-table {
  font-family: Rubik, "Helvetica Neue", sans-serif;
  color: #6a7a8c;
}

.mat-cell, .mat-footer-cell {
  color: #6a7a8c;
}

.modal-title {
  font-size: 18px;
}

.mat-dialog-container {
  padding: 0!important;
  color: #6a7a8c;
}
