input#id_num_pax[readonly] {
  background-color: #fff !important;
  color: #212529;
  opacity: 1;
  cursor: default;
  border-color: #6e6e6e;
  box-shadow: none;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  min-width: fit-content;
  width: unset;
  border-radius: 4px;
  padding: 5px; }

.btn-num-pax-decrease,
.btn-num-pax-increase {
  border-radius: 40px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid #BDAC88;
  color: #BDAC88;
  font-weight: bold;
  cursor: pointer; }

.btn-num-pax-decrease {
  margin-right: 5px;
  padding-bottom: 4px; }

.btn-num-pax-increase {
  padding-inline: 0; }

div[data-boat-searcher-min-num-pax] .input-group {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: white;
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  flex-direction: row;
  flex-wrap: nowrap; }

div[data-boat-searcher-min-num-pax] .input-group-text {
  border: none !important;
  background-color: transparent; }
