.ticket-booking-dialog-modal {
  max-width: 100%!important;
  height: 99%!important;
  .pisell-lowcode-modal-content {
    height: 99%!important;
    max-height: 99%!important;
  }
  .pisell-ticket-booking-wrapper {
    overflow: hidden;
  }

  .pisell-lowcode-modal-close {
    display: none;
  }
}

.ticket-booking-dialog-drawer-phone {
  height: 100%;

  .pisell-ticket-booking-wrapper {
    height: 100%;
    overflow: hidden;
  }
}

.ticket-booking-dialog-body-top-slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.ticket-booking-dialog-body-top-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.ticket-booking-dialog-body-top-title {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket-booking-dialog-body-top-close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: -6px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}
