.flight-ticket-count-dropdown {
  position: absolute;
  min-width: 280px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 355;
  transition: all 250ms ease-in-out;
  top: 100%;
  margin-top: 14px;
}
.flight-ticket-count-dropdown.show {
  visibility: visible;
  opacity: 1;
}
.flight-ticket-count-dropdown:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 200;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 14px;
  margin-left: -14px;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.02));
}
.flight-ticket-count-dropdown .room-info {
  padding: 10px;
  float: left;
  width: 100%;
}
.flight-ticket-count-dropdown .room-info .info-row {
  width: 100%;
  text-align: left;
  padding: 10px 0px;
}
.person-total {
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  border-radius: 6px;
}
.flight-ticket-count-dropdown .room-info .info-row .col {
  display: block;
  width: 100%;
  padding: 0px 10px;
  float: left;
  margin-bottom: 7px;
}
.flight-ticket-count-dropdown .room-info .info-row .col label {
  display: block;
  color: #000;
  font-weight: normal;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .title {
  width: 40%;
  float: left;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .selector {
  width: 60%;
  float: left;
  text-align: right;
}

.flight-ticket-count-dropdown
  .room-info
  .info-row
  .col
  label
  .selector
  .buttonSelect {
    cursor: pointer;
    width: 30px;
    outline: none;
    height: 30px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 27px;
    font-weight: 600;
    color: #bb9838;
    font-size: 27px;
    border: 1.5px solid #ddd;
    border-radius: 4px;
    text-align: center;
}
.flight-ticket-count-dropdown
  .room-info
  .info-row
  .col
  label
  .selector
  .buttonSelect.disabled {
  opacity: 0.4;
}
.flight-ticket-count-dropdown .room-info .info-row .col label .selector .txt {
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.flight-ticket-count-dropdown .action-button-area {
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid #efefef;
  text-align: right;
}
.flight-ticket-count-dropdown .action-button-area span.closed {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background: #0434c4;
  padding: 5px 98px;
}
.flight-ticket-count-dropdown .room-info .info-row .col .remove-oda {
  line-height: 34px;
  height: 34px;
  border: 1px solid #ff3e3e;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #ff3e3e;
  font-weight: bold;
}
@media (max-width: 768px) {
  .flight-ticket-count-dropdown {
    width: 98%;
    min-width: 98%;
    left: 1%;
  }
  .flight-ticket-count-dropdown .room-info .info-row .col {
    display: inline-block;
    width: 100%;
    margin-right: -0.5px;
  }
  .flight-ticket-count-dropdown .room-info .info-row .col:first-child {
    width: 100%;
  }
  .flight-ticket-count-dropdown .room-info .info-row .col.remove-oda-wrap {
    width: 100%;
  }
}
.full-w {
  width: 100% !important;
}
.return-icon {
  position: absolute;
  height: 100%;
  width: 24px;
  background: #bb9838;
  color: #fff;
  text-align: center;
  line-height: 40px;
  right: 0px;
  cursor: pointer;
  top: 0;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d" !important;
}
.datepicker-icon:after {
  left: 0;
  right: auto;
}
.datepicker-icon input {
  padding-left: 5px;
}
.searchbox {
  background-color: #fff;
  padding: 8px;
  height: 150px;
  width: 100px;
  border: 1px solid #66afe9;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  left: 10px;
  top: 10px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.searchbox a {
  font-size: 12px;
  text-decoration: none;
}

.searchbox a:hover {
  font-size: 12px;
  text-decoration: underline;
}

.searchbox .city {
  font-weight: bold;
  color: #306ca8 !important;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  line-height: 17px;
}

.searchbox .city a {
  color: #306ca8 !important;
}

.searchbox .airport {
  color: #03c;
  line-height: 13px;
  padding: 10px;
}

.flight-seat {
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 3px;
  display: inline-block;
  align-items: center;
  font-size: 13px;
}
.flight-seat.red {
  background: red;
}
.flight-seat.green {
  background: #2dc44d;
}
.flight-seat.yellow {
  background: #ff9800;
}
.flight-seat img {
  height: 17px;
  display: inline-block;
  width: auto;
}
button.full-width.icon-check.animated {
  float: right;
  background: #bb9838;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: none;
}