@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
/*@import url("../bootstrap-5.3.8-dist/css/bootstrap.min.css");*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/*@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');*/
/*@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Chakra Petch:wght@400&display=swap");
@import url("file-explore.css");

* {
  padding: 0px;
  margin: 0px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.08rem;
}

.file-tree {
  font-size: 1.2rem;
}

.i1,
.i2,
.i3,
.i4,
.i5,
.i6 {
  font-size: 1.2rem;
  padding: 0px 2px;
}

.i1 {
  text-align: center;
}

.i2 {
  text-align: right;
}

.i3 {
  text-align: center;
  border: 1px solid blue;
  min-height: 30px;
}

.i4 {
  text-align: center;
  border: 1px dotted gray;
}

.i5 {
  text-align: right;
  border: 1px solid blue;
  min-height: 30px;
}

.i6 {
  text-align: right;
  border: 1px dotted gray;
}

.i7 {
  text-align: center;
  border: 1px solid blue;
}

div.dot_b {
  border-style: none none dotted none;
}

.img20 {
  width: 20px;
  height: 20px;
}

.img30 {
  width: 30px;
  height: 30px;
}

.img40 {
  width: 40px;
  height: 40px;
}

.img50 {
  width: 50px;
  height: 50px;
}

.loading {
  position: fixed;
  z-index: 9999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 212, 212, 0.501);
}

header {
  max-height: 47px;
  background-color: aliceblue;
  border-bottom: 2px solid;
  font-size: 1.2rem;
}

main {
  margin-top: 47px;
}

.page {
  padding: 12px 0px 0px 0px;
}

.btn {
  margin: 3px;
  padding: 1px 5px;
  border-radius: 5px;
}

.btn-close {
  background-color: red;
}

.h-btn {
  margin: 7px 3px;
  padding: 2px;
}

.row {
  display: flex;
  align-items: center;
}

.card {
  border: 4px solid white;
  /*border:4px dotted gray;*/
  border-radius: 5px;
  text-align: center;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  transition: transform 0.3s;
}

.card:hover {
  border: 4px solid rgb(251, 4, 251);
  background-color: lavender;
  transform: translateY(-0.5rem) scale(1.03);
}

.card-body {
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

.m_item,
.w0 {
  border: none;
  background: url('../im/red-flag.png') no-repeat top left;
  background-size: cover;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.lotto_show {
  height: calc(100% - 10px);
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: center;
  font-weight: bold;
}

.tableFixHead {
  overflow: auto;
  height: 100%;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}