html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fbfcff;
  margin-bottom: 100px;
}

input#search-field {
  height: 40px;
  padding: 5px 15px 5px 40px;
  font-size: 13px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 4px 20px 0px rgb(44 101 144 / 10%);
  border-radius: 5px;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: none;
}

.food-item {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgb(44 101 144 / 10%);
  padding: 15px;
}

.food-item p {
  margin-bottom: 0;
}
#spinner {
  display: none;
}
.footer-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #c264640e;
}

.footer-area p,
a {
  padding-top: 20px;
  color: #000;
}
