.my-ticket {
  padding: 30px;
}
.my-ticket-table {
  margin-top: 30px;
}
.my-ticket .loading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.my-ticket .event-info {
  display: flex;
  align-items: center;
}
.my-ticket thead th {
  font-weight: 700;
}
.my-ticket .event-info img {
  width: 50px;
  margin-right: 10px;
}
.my-ticket .order-details-button {
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #32325d;
  transition: all 150ms ease;
  cursor: pointer;
  padding: 10px 14px;
}
.my-ticket .order-details-button:hover {
  background-color: #505050;
}
