form.search-input {
  border-radius: 99999px;
  display: flex;
  border: 3px solid #f2f2f2;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}
form.search-input input {
  font-family: ProCera, sans-serif;
  border: none;
  font-size: 1.5rem;
  outline: none;
  color: #767676;
  width: 100%;
}
form.search-input button.fa-search {
  color: #b7b7b7;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  outline: none;
}
form.search-input .fa-camera {
  color: #b7b7b7;
  cursor: pointer;
  font-size: 1.5rem;
  margin-right: 5px;
}
form.search-input .fa-camera:hover {
  color: #1b1e21;
}
form.search-input:focus-within {
  border: 3px solid black;
}
form.search-input:focus-within button.fa-search {
  color: black;
}

.search-container {
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.leftnav ul {
  padding-top: 2em;
  list-style-type: none;
  padding-left: 0;
}
.leftnav ul li {
  text-align: center;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: #767676;
  font-family: ProCera, sans-serif;
  margin-bottom: 2em;
}
.leftnav a:not(.button):hover {
  color: #0294d1;
}

.leftnav .active a, .dropdown-item.active {
  color: #e94848;
  background: none !important
}

.card {
  width: 19%;
  margin-bottom: 2vh;
}
.card img {
  height: 90%;
}
.card footer {
  height: 10%;
}
.card footer .button, .card footer input {
  height: 100%;
  min-height: 100%;
}
.card footer i, .card footer input[type=number] {
  font-size: 1.5rem;
}
.card footer input[type=number] {
  border-radius: 0 10% 10% 0;
  border-left: white 1px solid !important;
}
.card footer input[type=number]:focus {
  outline: none;
}
.card footer .orderbtn {
  color: white;
  border-radius: 10% 0 0 10%;
  padding-top: 0.2vh;
}
.card .button, .card img, .card footer {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .leftnav {
    display: none;
  }

  .card {
    width: 26%;
  }
}
.border-box {
  box-sizing: border-box;
}

#camera #webcam-control {
  position: absolute;
  transition: all 100ms;
  background: transparent;
  top: 10vh;
  z-index: 999;
}
#camera #webcam-control #camera-flip {
  opacity: 0.8;
  padding: 15px 25px;
  border: black solid 5px;
  cursor: pointer;
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/camera_flip_white.png);
  background-size: cover;
}
#camera .modal-body {
  position: relative;
}
#camera .modal-body .camera-controls {
  position: absolute;
  bottom: 10vh;
  width: calc(100% - 2rem);
  z-index: 99999;
  background: transparent;
  opacity: 0.8;
  text-align: center;
}
#camera .modal-body .camera-controls a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
#camera .modal-body .camera-controls .material-icons {
  font-size: 30px !important;
  color: white;
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 50%;
  padding-top: 15px;
  margin: 0 10px;
}
#camera .modal-body video {
  width: 100% !important;
  height: auto !important;
}

.progress {
  width: 50px;
  height: 50px !important;
  line-height: 50px;
  background: none;
  box-shadow: none;
  position: relative;
  align-self: center;
  --colorRad1: 0deg;
  --colorRad2: 0deg;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 1rem;
  color: #fff;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  opacity: 0.5;
}

.progress img {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}

/*# sourceMappingURL=cards.css.map */
