/* Custom styles goes here */
:root {
  font-size: 14px !important;
}

body {
  font-family: "Noto Sans KR" !important;
  font-size: 1rem !important;
}

.table thead th {
  font-size: 0.85rem;
  background: #F5F5F5;
}


/* Vendor Override */
div.dataTables_wrapper div.dataTables_length {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable > tbody > tr.selected > td {
  box-shadow: inset 0 0 0 9999px #8ab3f0;
}

