button:focus {
  box-shadow: none !important;
}

.hero-logo {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-logo {
    width: 50%;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  border-color: lightgrey;
}
.form-control:focus {
  box-shadow: none !important;
}

.ul-checklist {
  list-style-type: none;
  padding: 0;
}
.ul-checklist .check-icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.ul-checklist.space-1 li {
  margin-bottom: 0.5rem;
}

.form-check-input {
  margin-right: 15px;
  border: 1px solid #6c757d;
  transition: all 0.2s ease-in-out;
}
.form-check-input:checked {
  background-color: #db5e5e;
  border-color: #db5e5e;
}
.form-check-input:hover {
  border-color: rgb(209.6802030457, 52.3197969543, 52.3197969543);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 94, 94, 0.25);
  border-color: #db5e5e;
}

.empty-ticket-img {
  width: 100%;
}
@media (min-width: 768px) {
  .empty-ticket-img {
    width: 30%;
  }
}/*# sourceMappingURL=custom.css.map */