body {
  margin: 0;
  padding: 0;
}
.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f3f8;
  font-family: 'Kanit', sans-serif;
}

.splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
}
table#kt_table_users thead {
    z-index: 1;
    box-shadow: 1px 4px 6px #00000033;
    left: 452px;
    background: #f2f6f8;
    border: 1px solid #dedede;
    border-width: 1px 0;
}
.table.table-row-dashed thead tr {
    border: 0;
}
body .card .card-body {
    padding-left: 0;
    padding-right: 0;
}
table#kt_table_users th:first-child {
    padding-left: 2.25rem;
}
table#kt_table_users th:last-child {
    padding-right: 2.25rem;
}
table#kt_table_users td:first-child {
    padding-left: 2.25rem;
}
table#kt_table_users td:last-child {
    padding-right: 2.25rem;
}
