.camera-bg {
  background-image: url("../images/camera-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-wrapper, .order-wrapper {
  background: rgba(255, 255, 255, 0.9);
}
.login-wrapper h1, .order-wrapper h1 {
  color: #272c33;
  text-shadow: 0 0 10px #bbbcb6;
}
.login-wrapper .form-label, .order-wrapper .form-label {
  color: #272c33;
  text-shadow: 0 0 10px #bbbcb6;
}

.order-wrapper .products .product-wrapper .custom-control {
  height: calc(1.5em + 2rem + 2px);
}
.order-wrapper .products .product-wrapper .custom-control .select-product {
  width: 2rem;
}
.order-wrapper .products .product-wrapper .custom-control .custom-control-label {
  left: 1.5rem;
}
.order-wrapper .products .product-wrapper .custom-control .custom-control-label::before {
  width: 2rem !important;
  height: 2rem !important;
  top: -0.5rem;
  left: -2.5rem;
}
.order-wrapper .products .product-wrapper .custom-control .custom-control-label::after {
  width: 2rem !important;
  height: 2rem !important;
  left: -2.5rem;
  top: -0.5rem;
}

[dir] .custom-control-label:before {
  border: 2px solid #4aa2ee;
}

.tooltip .tooltip-inner {
  background-color: #868e96;
  border-color: #868e96;
  color: #fff;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.finish-order {
  border: none;
  border-top: solid 2px;
}

@media (min-width: 768px) {
  .finish-order {
    border: none;
    border-left: solid 2px;
  }
}
.dataTables_filter {
  margin-top: 10px;
  margin-right: 10px;
}

.dataTables_info {
  margin: 0 0 10px 10px;
}

.search-result {
  background-color: #ffff00;
  border-radius: 100px;
}

/*# sourceMappingURL=custom.css.map */
