.product-card {
  margin-bottom: 4px;
  padding: 4px;
  text-align: center;
  font-size: 0.9rem;
}
.product-card .card-body {
  padding: 0px;  /* Less padding for compact look */
}
.product-card .card-title {
  font-size: 12px;
  margin-bottom: 4px;
}
.product-card .card-text {
  font-size: 0.85rem;
  margin-bottom: 0;
}


  #products_view .col p{
    border:1px solid #000;
    min-height:75px;
  }
  #products_view .col p:hover{
    background:#f4f4f4;
  }
  #products_view .col p{
    font-size:12px;
    text-decoration: none;
    color:#000;
  }
#cart_products .id_lp{border: 1px solid #000;
  width: 22px;
  height: 22px;
  display: inline-block;
  padding: 0px 2px 2px 2px;
  text-align: center;
  line-height: 22px;}

#cart_products .input_qty{width: 30px;
  height: 25px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: inline;
  /* line-height: 40px; */
  margin: 0px 0px 0px 0px;
  font-size: 18px;}  
#cart_products li,
#products_cart_cancel li,
#cart_cancel_product_list_marked li
{text-align:left;font-size:12px;}

#products_cart_total li,
#products_split li{text-align: left;width:350px;font-size:14px}
.modal-header2{font-weight: bold;}

.btn-xs {
  padding: 0.25rem 0.5rem;  /* Smaller padding */
  font-size: 0.75rem;       /* Smaller font size */
  line-height: 1;           /* Adjust line height */
  border-radius: 0.2rem;    /* Optional: Smaller rounded corners */
}
#table_view_active{padding-top:60px;}
#table_view_active td{padding-top:0px;}
#table_view_active .table-list {
  background-color: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}
#table_view_active .table-item {
  border-bottom: 1px solid #dee2e6;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#table_view_active .table-item:last-child {
  border-bottom: none;
}
#table_view_active .table-details {
  display: flex;
  gap: 15px;
  align-items: center;
}
#table_view_active .table-icon {
  font-size: 1.5rem;
  color: #6c757d;
}
#table_view_active .table-info {
  font-size: 0.9rem;
  color: #6c757d;
}
#table_view_active .table-price {
  font-weight: bold;
  color: #212529;
  padding-right: 10px;
}
#alert-info .alert{margin-bottom:0px;}
#cart_change_waiter_person_list li{padding:3px 0px 3px 0px;}

.category-card .card-body{ min-height: 40px;}
.category-card .card-title{    line-height: 40px;}