.panel-dropdown {
  position: relative;
  text-align: left;
  padding: 10px 10px 0 15px;
}
.panel-dropdown a {
  color: #727b82;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
/*.panel-dropdown a:after{content:"\25BE";font-size:1.7rem;color:#999;font-weight:500;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:absolute;right:0;top:-8px;}*/
/*.panel-dropdown.active a:after{transform:rotate(180deg);}*/
.panel-dropdown .panel-dropdown-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s;
  position: absolute;
  top: 58px;
  left: 0px;
  z-index: 99;
  background: #fff;
  border-radius: 4px;
  padding: 15px 15px 0 15px;
  white-space: normal;
  width: 280px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border: none;
}
.panel-dropdown .panel-dropdown-content:after {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.panel-dropdown .panel-dropdown-content.right {
  left: auto;
  right: 0;
}
.panel-dropdown .panel-dropdown-content.right:after {
  left: auto;
  right: 15px;
}
.panel-dropdown.active .panel-dropdown-content {
  opacity: 1;
  visibility: visible;
}
.qtyButtons {
  display: flex;
  margin: 0 0 13px 0;
}
.qtyButtons input {
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  width: 50px;
  height: 36px !important;
  color: #333;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 5px !important;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  border: none !important;
}
.qtyButtons label {
  font-weight: 400;
  line-height: 36px;
  padding-right: 15px;
  display: block;
  flex: 1;
  color: #626262;
}
.qtyInc,
.qtyDec {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #f2f2f2;
  -webkit-text-stroke: 1px #f2f2f2;
  color: #333;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.qtyInc:hover,
.qtyDec:hover {
  background: #004487;
}
.qtyInc:hover:before,
.qtyDec:hover:before {
  color: #fff;
}
.qtyInc:before {
  content: "\002B";
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}
.qtyDec:before {
  content: "\2212";
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}
.qtyTotal,
.qtyRoom {
  background-color: #004588;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  position: relative;
  margin: 10px;
  padding: 2px 7px;
}
.daterangepicker {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border: none;
}
.daterangepicker td.in-range {
  background-color: #c6e2fc;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #004588;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #004588;
  color: #fff;
}

@media (max-width: 991px) {
  .panel-dropdown {
    padding: 6px 15px;
  }
}
