@tailwind base;
@tailwind components;
@tailwind utilities;

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Khmer:wght@100..900&family=Noto+Serif+Khmer:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

<!--table-- > .table-container {
  width: 80%;
  height: 70px;
  background-color: #eaf0f9;
  margin: auto;
  margin-top: 40px;
  border-radius: 10px;
}
.table-list {
  width: inherit;
  border: none;
  color: #0a02a2;
  font-size: 20px;
  padding: 5px 8px;
  border: 20px;

  /* border: 10px solid #0a8dde; */
}
.table-list:hover {
  background-color: #0a8dde;
  color: #f7efef;
  /* border: 10px outset #0a8dde;	 */
  border: 20px #0a8dde;
  border-radius: 10px;
  transition: 0.3s;
  padding: 5px 8px;
  cursor: pointer;
}
.table-container {
  height: inherit;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
