body{
  font-family:'Prompt','Google Sans',Tahoma,sans-serif;
}
.required:after,
.food-required:after{
  content:" *";
  color:#dc3545;
}
.food-page-wrap{
  max-width:1180px;
  margin:0 auto;
}
.food-section-card{
  border:0;
  border-radius:.45rem;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  margin-bottom:1rem;
  background:#fff;
}
.food-section-card .card-header{
  background:#fff;
  border-bottom:1px solid #d9dee3;
  padding:.85rem 1rem;
}
.food-section-card .card-title{
  font-size:1.05rem;
  margin:0;
  color:#495057;
  font-weight:600;
}
.food-section-card .card-body{
  padding:1rem;
}
.food-form-table{
  width:100%;
}
.food-form-table td{
  padding:.35rem .5rem;
  vertical-align:middle;
}
.food-form-table .label-cell{
  width:190px;
  color:#495057;
  font-size:.9rem;
}
.food-radio-inline{
  display:inline-flex;
  align-items:center;
  margin-right:1.25rem;
  gap:.35rem;
  white-space:nowrap;
}
.food-test-table-wrap{
  max-height:430px;
  overflow:auto;
  border:1px solid #d7dde3;
}
.food-test-table{
  font-size:.88rem;
  margin-bottom:0;
}
.food-test-table thead th{
  position:sticky;
  top:0;
  z-index:3;
  background:#0b82bd;
  color:#fff;
  text-align:center;
  vertical-align:middle;
  border-color:#0976ac;
}
.food-test-table thead tr:nth-child(2) th{
  top:39px;
  z-index:2;
}
.food-test-table td{
  vertical-align:middle;
  border-color:#e3e8ee;
}
.food-test-table .group-row td{
  background:#64b9dc;
  color:#09445f;
  font-weight:700;
  border-color:#64b9dc;
}
.food-test-table .check-col{
  width:44px;
  text-align:center;
}
.food-test-table .method-col{
  min-width:230px;
  color:#596875;
}
.food-test-table .price-col,
.food-test-table .day-col{
  width:105px;
  text-align:right;
  white-space:nowrap;
}
.food-test-table .day-col{
  text-align:center;
}
.food-iso-check{
  font-size:1rem;
  color:#465762;
}
.food-muted-note{
  font-size:.82rem;
  color:#6c757d;
  line-height:1.55;
}
.food-summary-table thead th{
  background:#0b82bd;
  color:#fff;
  text-align:center;
}
.food-summary-table tfoot th,
.food-summary-table tfoot td{
  background:#f8f9fa;
}
.food-summary-table .grand-row th,
.food-summary-table .grand-row td{
  background:#0b82bd;
  color:#fff;
  font-weight:700;
}
.food-action-bar{
  text-align:center;
  padding:1rem 0 2rem;
}
.food-empty{
  padding:1rem;
  color:#6c757d;
  text-align:center;
}
@media (max-width: 768px){
  .food-form-table .label-cell{
    width:120px;
  }
  .food-radio-inline{
    display:flex;
    margin:.25rem 0;
  }
}
