#event-page input::-webkit-outer-spin-button,
#event-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapping-seat {
  background-color: #f3f2ee;
  border: 1px solid #a7a7a7;
  width: 50px;
  height: 40px;
  margin: 3px 1px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

.wrapping-seat.x2 {
  width: calc(20px + (40px * 2));
}

.wrapping-seat.x3 {
  width: calc(20px + (40px * 3));
}

.wrapping-seat.x4 {
  width: calc(20px + (40px * 4));
}

.wrapping-seat.x5 {
  width: calc(20px + (40px * 5));
}

.wrapping-seat.x6 {
  width: calc(20px + (40px * 6));
}

.wrapping-seat.x7 {
  width: calc(20px + (40px * 7));
}

.wrapping-seat.x8 {
  width: calc(20px + (40px * 8));
}

.wrapping-seat.x9 {
  width: calc(20px + (40px * 9));
}

.wrapping-seat.x10 {
  width: calc(20px + (40px * 10));
}

.wrapping-seat.x11 {
  width: calc(20px + (40px * 11));
}

.wrapping-seat.x12 {
  width: calc(20px + (40px * 12));
}

.wrapping-seat.x13 {
  width: calc(20px + (40px * 13));
}

.wrapping-seat.x14 {
  width: calc(20px + (40px * 14));
}

.wrapping-seat.x15 {
  width: calc(20px + (40px * 15));
}

.wrapping-seat.x16 {
  width: calc(20px + (40px * 16));
}

.wrapping-seat.x17 {
  width: calc(20px + (40px * 17));
}

.wrapping-seat.x18 {
  width: calc(20px + (40px * 18));
}

.wrapping-seat.x19 {
  width: calc(20px + (40px * 19));
}

.wrapping-seat.x20 {
  width: calc(20px + (40px * 20));
}

.wrapping-seat.x21 {
  width: calc(20px + (40px * 21));
}

.wrapping-seat.x22 {
  width: calc(20px + (40px * 22));
}

.wrapping-seat.x23 {
  width: calc(20px + (40px * 23));
}

.wrapping-seat.x24 {
  width: calc(20px + (40px * 24));
}

.wrapping-seat.x25 {
  width: calc(20px + (40px * 25));
}

.wrapping-seat.x26 {
  width: calc(20px + (40px * 26));
}

.wrapping-seat.x27 {
  width: calc(20px + (40px * 27));
}

.wrapping-seat.x28 {
  width: calc(20px + (40px * 28));
}

.wrapping-seat.x29 {
  width: calc(20px + (40px * 29));
}

.wrapping-seat.x30 {
  width: calc(20px + (40px * 30));
}

.wrapping-seat.x31 {
  width: calc(20px + (40px * 31));
}

.wrapping-seat.x32 {
  width: calc(20px + (40px * 32));
}

.wrapping-seat.x33 {
  width: calc(20px + (40px * 33));
}

.wrapping-seat.x34 {
  width: calc(20px + (40px * 34));
}

.wrapping-seat.x35 {
  width: calc(20px + (40px * 35));
}

.wrapping-seat.x36 {
  width: calc(20px + (40px * 36));
}

.wrapping-seat.x37 {
  width: calc(20px + (40px * 37));
}

.wrapping-seat.x38 {
  width: calc(20px + (40px * 38));
}

.wrapping-seat.x39 {
  width: calc(20px + (40px * 39));
}

.wrapping-seat.x40 {
  width: calc(20px + (40px * 40));
}

.wrapping-seat.x41 {
  width: calc(20px + (40px * 41));
}

.wrapping-seat.x42 {
  width: calc(20px + (40px * 42));
}

.wrapping-seat.x43 {
  width: calc(20px + (40px * 43));
}

.wrapping-seat.x44 {
  width: calc(20px + (40px * 44));
}

.wrapping-seat.x45 {
  width: calc(20px + (40px * 45));
}

.wrapping-seat.x46 {
  width: calc(20px + (40px * 46));
}

.wrapping-seat.x47 {
  width: calc(20px + (40px * 47));
}

.wrapping-seat.x48 {
  width: calc(20px + (40px * 48));
}

.wrapping-seat.x49 {
  width: calc(20px + (40px * 49));
}

.wrapping-seat.x50 {
  width: calc(20px + (40px * 50));
}

.wrapping-seat.selected {
  background-color: #ddbd7d;
  color: #fff !important;
}

.wrapping-seat.is-paid,
.wrapping-seat.is-cannot-be-selected {
  background: #848484;
  color: #fff !important;
  cursor: default !important;
}

.wrapping-seat.is-disabled {
  border: none;
  background: transparent !important;
  cursor: default !important;
  /* cursor: not-allowed !important; */
}

.wrap-container-label-seating {
  place-content: center;
}

#seating {
  place-self: center;
  display: grid;
  overflow: auto;
}

.label-seating-container {
  display: flex;
}

.label-seating {
  border: 1px solid #a7a7a7;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

.label-seating.chosen {
  background-color: #ddbd7d !important;
}

.label-seating.not-available {
  background-color: #848484 !important;
}

.container-chosen-ticket {
  border: 1px solid #d7d7d7;
  padding: 20px;
  border-radius: 15px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.container-input-id-mitra input {
  padding: 20px;
  width: 100%;
  border: #d7d7d7 1px solid;
  border-radius: 15px;
  box-shadow: none;
}

.container-chosen-ticket i {
  color: #1d4261;
}

#ticket-chosen {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

#ticket-quantity-seating {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.seat.occupied {
  background-color: #fff;
}

/* Selects the nth elements among the group of siblings */
.seat:nth-of-type(2) {
  margin-right: 20px;
}

/* Selects the nth elements among the group of siblings starting from end */
.seat:nth-last-of-type(2) {
  margin-left: 20px;
}

/* Selects any element that is NOT a given type or contains a class */
.wrapping-seat:not(.occupied):hover {
  cursor: pointer;
  transform: scale(1.2) !important;
}

.wrapping-seat.is-paid:hover,
.wrapping-seat.is-cannot-be-selected:hover,
.wrapping-seat.is-disabled:hover {
  transform: scale(1) !important;
}

.showcase {
  background: rgba(31, 31, 31, 0.89);
  padding: 5px 10px;
  color: #777;
  border-radius: 5px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.showcase li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.showcase li small {
  margin: 2px;
}

.row-inline {
  overflow-x: auto;
  white-space: nowrap;
}
