
.plain_text {
  border: 0;
  box-shadow: 0;
  color: #00b2ac
}

.ui.plain.dropdown{
  border:none;
  min-width: 300px;  
}
.ui.plain.dropdown .text{
  color: #00b2ac !important;
  font-size: 1.2rem;  
}

.ui.plain.dropdown.selection{
  padding: 0 !important;
  background: none;
}

.destination,
.dates,
.rooms{
  min-height: 2.5rem;
}

.paxSelector{
  display: grid;
  grid-template-columns: auto 30px auto;
}

.paxSelector input{
  min-width: 30px;
  width: 100%;
  padding: 0 !important;
  height: 30px;
  text-align: center;
  border: none ;
  font-size: 1.6em;
  color: #00b2ac;
  pointer-events: none;
}
.paxSelector>div{
  text-align: center
}
.paxSelector .icon{
  margin-top: 0.5em;
  color: #475151
}
.ui.resort.plain.dropdown .menu{
  min-height: 173px;
}
@media only screen and (min-width: 920px) {
  
  
}