@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  /* justify-content: center;
  align-items: center; */
  min-height: 100vh;
  /* background: linear-gradient(to right, #e2e2e2, #c9d6ff); */
  background-image: url('../images/vegboxes/vegbox004rs.jpg');
  background-position: top center;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-repeat: repeat-y;
}

.bg-light {
  background-color: #ffffffd5 !important;
}

.carousel-caption {
  position: absolute;
  /* right: 15%; */
  top: 1.25rem;
  left: 4%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffffd5;
  text-align: left;
}

.carousel-caption h1 {
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.btn-custom {
  color: white;
  border: none;
  padding: 10px 50px;
  font-size: 1.5rem;
  border-radius: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.form-box {
  width: 100%;
  max-width: 450px;
  /* min-width: 300px; */
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
}

/* h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
} */

input,
select {
  width: 100%;
  padding: 12px;
  background: #c3c2c25d;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}

select {
  padding-left: 6px;
}

.table-spaced {
  border-collapse: separate;
  border-spacing: 0 10px; /* Adjust 10px to your desired vertical spacing */
}

.product-row .name {
  width: 64%;
}

.product-row .price {
  width: 23%;
}

td.new-item {
  color: green;
}

.meat-row td.name {
  width: 54%;
}

.meat-row .weight {
  width: 16%;
}

.meat-row .price {
  width: 17%;
}

.product-row .veg-quantity,
.product-row .quantity,
.meat-row .quantity {
  width: 100%;
}

.veggie-list input,
.veggie-list select,
.produce-list input,
.produce-list select {
  width: 13%;
  padding: 6px 0;
  padding-left: 0;
  padding-right: 4px;
  float: right;
  background: #c3c2c25d;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  text-align: right;
}

.meat-list input {
  padding: 6px 0;
  padding-left: 0;
  padding-right: 4px;
  float: right;
  background: #c3c2c25d;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  text-align: right;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  opacity: 1;
}

button {
  width: 100%;
  padding: 12px;
  background: #7494ec;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  transition: background 0.5s;
}

button:hover {
  background: #6884d3;
}

a {
  color: #121313;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* p {
  font-size: 14.5px;
  text-align: center;
  margin-bottom: 10px;
}

.error-message {
  padding: 12px;
  background: #f8d7da;
  border-radius: 6px;
  font-size: 16px;
  color: red;
  text-align: center;
  margin-bottom: 20px;
} */
