@font-face {
  font-family: 'CourierPrimeCode';
  src: url('/fonts/Courier Prime Code.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

--bs-body-font-family: 'CourierPrimeCode', monospace;

table.dataTable td.dt-left {
	text-align: left !important;
}
table.dataTable td.dt-right {
	text-align: right !important;
}
table.dataTable td.dt-center {
	text-align: center !important;
}
table.dataTable th.dt-type-numeric.dt-left,
table.dataTable th.dt-type-date.dt-left,
table.dataTable td.dt-type-numeric.dt-left,
table.dataTable td.dt-type-date.dt-left {
	text-align: left !important;
}
.image-input-placeholder {
	background-image: url('../img/blank.png');
}
[data-bs-theme="dark"] .image-input-placeholder {
	background-image: url('../img/blank.png');
}
.list-group-item {
	background-color: var(--bs-body-bg);
}