form div.required label:before {
  content: "* ";
  color: red;
  font-size: 100%;
  vertical-align: top;
}

.btn.btn-icon.rounded-circle {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.search-flex input, .search-flex select{
  width: 250px;
}
table .grid-serial{
  width: 30px;
}
table .grid-updated-at, table .grid-updated-by{
  width: 200px;
}
table .grid-status{
  width: 60px;
}
table .grid-action{
  width: 150px;
}