@font-face {
    font-family: 'NotoSansLao';
    src: url('./../css/fonts/Phetsarath-OT.ttf');
}
@font-face {
    font-family: 'NotoSansLao-Bold';
    src: url('./../css/fonts/Phetsarath-OT_Bold.ttf');
}
.la-normal,.swal2-html-container,.swal2-default-outline,.swal2-styled{font-family: 'NotoSansLao' !important;}
.la-bold,.swal2-title{font-family: 'NotoSansLao-Bold';}
.btn-block{width: 100% !important;}
.bg-orange{background-color: orange;}
.bg-grey{background-color: rgb(202, 201, 199);}
.bg-red{background-color: rgb(254, 221, 176);}
.row .menu {padding-right: calc(var(--bs-gutter-x) * .1);}
.row .menu {padding-left: calc(var(--bs-gutter-x) * .1);}
.food-img{object-fit: cover; height: 100px; border-top-right-radius: 3px; border-top-left-radius: 3px;}
.btn-add2card{border-top-left-radius: 0px; border-top-right-radius: 0px;}
.food-card {
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  display: flex;
}
.food-card .btn-add2card {
  justify-content: center;
  display: flex;
}
.hide{display: none;}
.text-right{text-align: right !important;}
.nav-link.active{color: rgb(255, 255, 255) !important;}
.btn-icon{margin: 3px;}
.order-time{margin-top: -5px; font-style: italic; font-size: 13px;}
.btn-orange{background-color: orange;}
.btn-orange:hover{background-color: rgb(230, 151, 3);}
.btn-search{border-top-left-radius: 0px; border-bottom-left-radius: 0px;border: 1px solid #ced4da !important;}
.swal2-confirm{font-size: 'NotoSansLao' !important;}
.item-hide{display: none;}
/* Table Card */
.table-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: left;
}
.table-image {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.table-number-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  pointer-events: none; 
}

@media (max-width: 576px) {
  .table-content {
    padding-top: 10px; 
  }
  .table-price{
    font-size: 12px;
    bottom: -15px;
  }
  .responsive-img {
    max-width: 35px;
  }
  .table-number-overlay {
      font-size: 1em;
      top: -10px;
    }
} 
.no-border {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.custom-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
  }
  .item-box {
    padding: 10px;
    margin-bottom: 0px;
    text-align: center;
    background-color: transparent; 
    border: none;                 
    box-shadow: none; 
  }
  .h-100 {
    height: 100%;
  }
  .active {
    background-color: orange;
    color: white;
    font-weight: bold;
    border-radius: 8px;
  }
  .inactive {
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 8px;
  }
  .hover-card {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
  }

  .hover-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }

  .icon-img {
    width: 64px;        /* adjust size */
    height: auto;
    display: block;
  }