/* Generated by less 3.11.1 */
body #map {
  display: none;
}
body .carousel-cell {
  width: 100%;
  text-align: center;
}
input[type=file]::-webkit-file-upload-button {
  display: none;
}
input[type=file]:before {
  content: 'Upload image';
  background: #0d6efd;
  color: #fff;
  height: auto;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-shadow: none;
  border-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
}
input[type=file]:before.reverse {
  background: #fff;
  color: #0d6efd;
}
input[type=file]:before:hover {
  background: #0b5ed7;
  color: #fff;
}
input[type=file]:hover:before {
  background: #0b5ed7;
  color: #fff;
}
.btn-custom {
  background: #0d6efd;
  color: #fff;
  height: auto;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-shadow: none;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-custom.reverse {
  background: #fff;
  color: #0d6efd;
}
.btn-custom:hover {
  background: #0b5ed7;
  color: #fff;
}
