.frmouter{ position:relative;
width:100%; text-align:center;}
  .bewarp {
          margin: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  z-index: 400;
  top: 37px;
  padding: 7px;
  background:rgb(255 255 255 / 69%);;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: inline-block;
  max-width: 1000px;
}

.bb_resbox {
      margin: 0;    
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0px;
  justify-content: center;
  box-sizing: border-box;
}

.bb_resbox .field {
  flex: 1 1 200px;
  min-width: 200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.bb_resbox label {
  color: #15295b;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
  font-size: 14px;
}

.frmouter.rtl label{
	text-align:right;
}

.bb_resbox input[type="text"],
.bb_resbox select,
a#bb_resBtn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.bb_resbox #eZ_chkin, .bb_resbox #eZ_chkout {
    background: #fff url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat right 12px center;
    background-size: 16px;
    appearance: none;
    box-sizing: border-box;
}

.frmouter.rtl .bb_resbox input#eZ_chkin,
.frmouter.rtl .bb_resbox input#eZ_chkout {
    background-position: left 12px center !important;
}

/* Button styling */
a#bb_resBtn {
  background-color: #004ba0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

a#bb_resBtn:hover {
  background-color: #003b85;
}
select.ui-datepicker-month {
    display: inline-block;
}
/* Tablet & Mobile adjustments */
@media (max-width: 776px) {
  .bb_resbox {
    flex-direction: column;
    align-items: stretch;
  }

  .bb_resbox .field {
    width: 100%;
    flex: unset;
  }
}

