@font-face {
  font-family: 'Calibri';
  src: url("../../fonts/calibri/Calibri.woff2") format("woff2"), url("../../fonts/calibri/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 11, ../../sass/components/tableselect.component.scss */
tr.selected td {
  background: #ffc;
}

/* line 14, ../../sass/components/tableselect.component.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* line 18, ../../sass/components/tableselect.component.scss */
[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  /* This is required to win over specificity of [dir="rtl"] td */
  text-align: center;
}
