#passengerCount {
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 104px !important;
  width: auto !important;
  min-width: 60px !important;
  color: #1A203F !important;
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: inherit !important;
}

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

#passengerCount[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

#decreaseBtn {
  background-color: #7B47C5;
  cursor: pointer;
}

#decreaseBtn:hover:not(:disabled):not(.disabled) {
  background-color: #6B3DB5;
}

#decreaseBtn:disabled,
#decreaseBtn.disabled {
  background-color: #D1D5DB !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

#decreaseBtn:disabled:hover,
#decreaseBtn.disabled:hover {
  background-color: #D1D5DB !important;
}

#increaseBtn {
  background-color: #7B47C5;
  cursor: pointer;
}

#increaseBtn:hover:not(:disabled):not(.disabled) {
  background-color: #6B3DB5;
}

#increaseBtn:disabled,
#increaseBtn.disabled {
  background-color: #D1D5DB !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

#increaseBtn:disabled:hover,
#increaseBtn.disabled:hover {
  background-color: #D1D5DB !important;
}

@media (max-width: 767px) {
  #modalPassengersContainer {
    max-width: 100% !important;
    width: 90% !important;
  }
}
