.brand-text {
  background: #7367f0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.2rem;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.01rem;
  font-size: 1.45rem;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.form-control:focus {
  border-color: #28c76f;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #28c76f;
}

.list-tickets-ondetail li {
  border-bottom: thin solid #f6f6f6 !important;
}

.list-tickets-ondetail li p {
  margin: 0;
}
