.ticket-full-details {
  padding: 70px 0px;
  background-color: #fff;
}
.ticket-full-details .header-parts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.header-parts h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.header-parts h6 a {
  border: 1px solid #000;
  padding: 13px 30px;
  font-size: 18px;
  margin-left: 30px;
  cursor: pointer;
  border-radius: 5px;
}

.header-parts h6 a:hover {
  background: black;
  color: white !important;
}

.header-parts h6 span {
  color: #9e97ff;
  margin-right: 5px;
}
.header-parts h4 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.ticket-body-details {
  border-bottom: 1px dashed #a4a4a4;
  padding-bottom: 24px;
}
.details-tickets ul {
  background: white;
  padding: 30px 50px;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  border: 1px solid #676767;
  border-radius: 10px;
}
.details-tickets ul li p {
  font-weight: 600;
  min-width: 220px;
  margin-bottom: 0;
}
.details-tickets ul li {
  font-size: 18px;
  list-style: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.details-tickets ul li .span {
  margin-left: 5px;
}

.details-tickets .qrCodePopup ul li {
  margin-bottom: 0px;
  display: block;
}

.qrCodePopup .lightbox-media2 img {
  width: 250px !important;
  display: block;
  padding: 0px !important;
  margin: auto;
}

.qrCodePopup .lightbox-media2 .slider-indicator {
  text-align: center;
  position: relative;
  top: -15px;
  color: #9e97ff;
  font-weight: 600;
}

.qrCodePopup .lightbox-prev {
  left: 30px !important;
}

.qrCodePopup .lightbox-next {
  right: 30px !important;
}

.qrCodePopup .lightbox-media2 {
  padding: 0px;
  margin: 0px;
  background-color: white;
  border-radius: 20px;
  width: 600px;
}

.qrCodePopup .lightbox-media2 ul {
  padding: 0px;
  margin: 0px;
}

.qrCodePopup .lightbox-media2 li {
  list-style: none;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.qrCodePopup .lightbox-media2 .singleList {
  font-size: 16px;
  margin-bottom: 20px;
  width: 300px;
}
.qrCodePopup .lightbox-media2 .singleList:last-child {
  margin-bottom: 0px;
}

.qrCodePopup .lightbox-media2 .singleList p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

.details-tickets ul li.last {
  cursor: pointer;
}

.details-tickets ul li.last ul {
  padding: 15px 0px;
  margin-bottom: 0px;
  border: none !important;
  justify-content: center;
}

.details-tickets ul li.last img {
  width: 135px;
  filter: brightness(0.7);
}

.details-tickets .totalTicket {
  text-align: end;
  font-size: 30px;
}

.details-tickets .totalTicket span {
  color: #473bf0;
  font-weight: 600;
  font-size: 30px;
}

.helping-zone {
  padding: 45px 0px;
}
.helping-zone h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.helping-zone p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.helping-zone p a {
  color: #473bf0;
}
.share-button button {
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  background-color: #383838;
  color: #ffffff;
}
.code-canvas {
  width: 192px;
  height: 192px;
}
.code-canvas canvas {
  width: 100% !important;
  height: 100% !important;
}

.showTicketQrPopup .wrap {
  width: 135px;
  position: relative;
}

.showTicketQrPopup .wrap .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  font-size: 14px;
  padding: 5px 10px;
  white-space: nowrap;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .details-tickets ul {
    display: block;
    padding: 20px;
  }
  .details-tickets ul li p {
    min-width: unset;
  }

  .details-tickets ul li {
    display: block;
  }

  .ticket-full-details .header-parts {
    margin-bottom: 30px;
  }
  .header-parts h4 {
    margin-bottom: 0px;
    font-size: 35px !important;
  }

  .header-parts h6 {
    font-size: 20px;
  }

  .header-parts h6 a {
    margin-left: auto;
    padding: 10px 20px;
  }

  .qrCodePopup .lightbox-media2 li {
    flex-direction: column;
  }

  /* .details-tickets ul li.last img{
    width: 100px;
    padding-top: 10px;
} */
  .details-tickets ul li.showTicketQrPopup {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }

  .details-tickets ul li.showTicketQrPopup div {
    text-align: left;
  }

  .details-tickets ul li.showTicketQrPopup .pb-2 {
    padding-bottom: 0px !important;
  }

  .details-tickets ul li.last ul {
    width: 100%;
    padding: 0px;
  }

  .details-tickets ul li.last {
    text-align: center;
    cursor: pointer;
    max-width: max-content;
    width: auto;
  }

  .qrCodePopup .lightbox-prev {
    left: 10px !important;
  }

  .qrCodePopup .lightbox-next {
    right: 10px !important;
  }

  .qrCodePopup .lightbox-media2 {
    width: 100%;
  }

  .qrCodePopup .lightbox-media2 .singleList {
    width: 100%;
  }
}
