
body{
    background-color: #f8f8f8;
}
.header {
    background-color: #3299db;
    /* background-color: #007bff; */
    color: white;
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.header {
    /* background-color: var(--primary-color); */
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }
  .header h1 {
    font-size: 1.25rem;
    margin: 0;
    flex-grow: 1;
  }
  .header .back-button {
    font-size: 1.25rem;
    color: #007bff;
    text-decoration: none;
  }
  .with-bg {
    background-image: url("images/meal.jpg");
    background-size: cover;
    display: block;
    height: 250px;
    padding: 0;
  }

  

.footer {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.list-group-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list-group-item img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.customer-name{
    font-weight: 500;
}

.meal-info {
    font-size: 16px;
    color: #666;
}

.form-group{
    margin-bottom: 1rem;
}

.custom-card{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 0;
}

.btn-app,
.btn-app-payment{
    width: 90%;
    background-color: #4ca4dd;
    font-weight: 500;
    border: 0;  
}

.btn-app:hover,
.btn-app-payment{
    background-color: #2486c4;
}
.btn-container{
    position:fixed;
    bottom:10%;
    left:5%;
    text-align: center;
    width: 90%;
}

.btn-qty{
    border: 0;
}
.qty-text{
    border: 0;
    text-align: center;
}

.input-grp-qty{
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    width: 88%;
}

.c-label{
    font-weight: 500;
}
.app-input{
    border: 1px solid #a9a9a9;
}

.paid-rdo:checked{
    background-color: #3299db !important;
    border-color: #3299db !important;
}

.payment-status-card-text{
    text-align: center;
    font-weight: 500;
}

.payment-status-card-total{
    text-align: center;
    font-weight: 500;
    color: #3dcb71
}
.payment-status-card-tax{
    text-align: center;
    font-weight: 500;
    color: #f79f51
}
.payment-status-card-g-total{
    text-align: center;
    font-weight: 500;
}

.paymet-card-selected{
    background-color: #a4c5e1;
}

.payment-history-title-paid{
    color: #3dcb71;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.payment-history-title-unpaid{
    color: red;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.payment-history-serial{
    font-size: 12px;
    margin-bottom: 1rem;
}

.payment-history-tax-amount{
    font-size: 14px;
    font-weight: 500;
}

.payment-history-total-amount{
    font-size: 16px;
    border: 1px solid #a9a9a9;
    padding: 0 10px;
    font-weight: 500;
}
.payment-history-total-amount-unpaid{
    font-size: 16px;
    border: 1px solid #a9a9a9;
    padding: 0 10px;
    font-weight: 500;
    color: red;
}

.payment-status-card{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 0;
    border-left: 8px solid #3299db;
    margin-bottom: 1.2rem;
}
.payment-history-date{
    color: #878a8b;
    font-size: 14px;
    font-weight: 500;
}

.payment-card-seleced{
    position: absolute;
    background-color: #3299db;
    color: #fff;
    border-radius: 50%;
    right: -7px;
    top: 40%;
    padding: 0 5px;
    font-size: 15px;
}