
body {
  margin: 0;
  font-family: 'Bai Jamjuree', sans-serif;, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size : 0.8rem;
  font-weight : 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.card-title {
  float: left;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.kt-font-danger {
  color: #fc3a3a;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem;
}
