.logo {
  max-width: 50px;
}
.text-right {
  text-align: right;
}
.invoice-details p {
  margin: 0;
}
#button-wa-icon {
  max-width: 25px;
}
.webinvoice hr {
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .mobile-text-left {
    text-align: left !important;
  }
  .picker-order-pricing-details p {
    margin-bottom: 5px;
  }
  .picker-order-pricing-details hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .print-final {
    margin-top: 20px !important;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 12px;
  }
  #orderItems th,
  #orderItems td {
    font-size: 12px;
    padding: 3px;
  }

  .form-control,
  .form-select {
    font-size: 13px;
    padding: 2px 3px;
  }

  .btn {
    font-size: 12px;
    padding: 4px 8px;
  }
  button.btn.remove-item {
    font-size: 9px;
  }

  #orderItems td,
  #orderItems td select,
  #orderItems th {
    font-size: 10px;
  }

  #orderItems .btn.remove-item {
    padding: 4px 0;
  }
}

.delivery-overdue {
  background-color: red !important;
  color: #fff !important;
}

/*--order form--*/
#orderForm label {
  font-weight: bold;
}
#orderForm label .required {
  color: red;
}

.modal-order-price {
  /* border: 1px solid red; */
  border-radius: 5px;
  margin-top: 15px;
  /* padding: 5px 15px; */
  text-align: right;
}
.modal-total-amount {
  font-weight: bold;
  font-size: 18px;
}

#orderForm label {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 10px;
}

#scan-to-found-order {
  font-weight: bold;
}

#download-invoice-qr {
  margin-top: 20px;
  text-align: center;
}

.navbar-brand {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}

/*===select 2 css===*/
@media (min-width: 992px) {
  /* Main selection box */
  .select2-container .select2-selection--single {
    height: 38px; /* Bootstrap input height */
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem; /* Bootstrap 5 radius */
    background-color: #fff;
    display: flex;
    align-items: center;
  }

  /* Selected text */
  .select2-container .select2-selection__rendered {
    color: #212529;
    line-height: 1.5;
    padding-left: 0;
  }

  /* Dropdown arrow */
  .select2-container .select2-selection__arrow {
    height: 100%;
  }

  /* Focus state */
  .select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }

  /* Open state */
  .select2-container--default.select2-container--open
    .select2-selection--single {
    border-color: #86b7fe;
  }

  /* Dropdown */
  .select2-dropdown {
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
  }

  /* Search input inside dropdown */
  .select2-search__field {
    height: 36px;
    padding: 6px 12px;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
  }

  /* Disabled state */
  .select2-container--disabled .select2-selection--single {
    background-color: #e9ecef;
    cursor: not-allowed;
  }
}

/*===(END) select 2====*/
