/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.booking_guest_occupancy {
  padding: 12px;
  border: 3px solid #000000;
  box-sizing: border-box;
  color: #000;
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  display: block;
  text-align: left;
}


.booking_guest_occupancy:hover {
  color: #000;
}

.htl-room-block-content.left-content {
  padding: 0px;
  padding-right: 15px;
}

.htl-room-block-content.right-content {
  padding: 0px;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .htlRoomTypeNameText {
      padding-bottom: 0px;
      font-size: 32px;
      line-height: 36px;
  }

  .htlRoomTypePriceText .wk_roomType_price {
      font-size: 20px;
  }

  .htlRoomTypeDescText {
      font-size: 14px;
      padding-bottom: 15px;
  }

  .htl-room-aminity-item {
      font-size: 12px;
      padding-top: 2px;
      padding-bottom: 6px;
  }

  .room-type-buttom-container div {
      width: 100%;
      padding: 5px;
  }
}

@media (max-width: 768px) {

  .htl-room-block-content.right-content {
    padding-top: 30px;
    }
    .htl-room-block-content.left-content .htlRoomTypeNameText, .htl-room-block-content.left-content .htlRoomTypePriceText{
      padding-top: 30px;
    }
}

.btn-toggle-aminities {
  
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  float: right;
  color: #0085FF;
  text-decoration: underline;
}

.btn-toggle-aminities:hover,  .btn-toggle-aminities:active, .btn-toggle-aminities:focus{
  text-decoration: underline;
  color: #0085FF; }

.room_avalability_cond {
  color: #FF0000;
  font-size: 16px;
  font-weight: 700;
}
/* div#hotelRoomsBlock [class*=col-] {
  padding: 7px;
} */

.home_block_content .daterange_value span {
  align-self: center;
}


.booking_occupancy_wrapper {
  border: none;
  max-height: 400px;
  min-width: 280px;
  overflow: auto;
  box-shadow: 0 8px 25px -4px rgba(0,0,0,0.39);
  left: 0px;
  padding: 15px 20px;
  }
  .booking_occupancy_wrapper.top {
    top: unset;
    bottom: 100%; }
  .booking_occupancy_wrapper.bottom {
    top: 100%;
    }
  .booking_occupancy_wrapper .occupancy-info-separator {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: -20px;
      margin-left: -20px;}
  .booking_occupancy_wrapper .children_age_info_block {
    display: none;}
  .booking_occupancy_wrapper .children_age_info_block label {
    font-size: 12px;
    color: #777777;}
  .booking_occupancy_wrapper label {
    font-size: 14px;
    color: #333333;
    font-weight: 400;}
    .booking_occupancy_wrapper .add_new_occupancy_btn {
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      color: #000;}
      .booking_occupancy_wrapper .occupancy_block_actions {
        display: flex;
        justify-content: space-between;
        align-items: center;}
      .booking_occupancy_wrapper .add_new_occupancy_btn:active, .booking_occupancy_wrapper .add_new_occupancy_btn:focus, .booking_occupancy_wrapper .add_new_occupancy_btn:hover {
        text-decoration: none;
      }
    .booking_occupancy_wrapper .occupancy_info_head {
      font-size: 14px;
      color: #333333;
      font-weight: bold;
      margin-bottom: 10px;}
      .booking_occupancy_wrapper .occupancy_info_head .remove-room-link {
        font-size: 12px;
        color: #FF4343;
        text-align: right;}
      .booking_occupancy_wrapper .occupancy_info_block .occupancy_count {
        padding: 14px;
        border: 1px solid #E1E3E7;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        text-align: center;
        border-radius: 4px;}
      .booking_occupancy_wrapper .occupancy_info_block .occupancy_count > span {
        min-width: 21px;
        text-align: center;
        display: block;}
      .booking_occupancy_wrapper .occupancy_info_block .qty_direction {
        margin-left: 3px;
        width: 22px;}
        .booking_occupancy_wrapper .occupancy_info_block .qty_direction a {
          padding: 1px 5px;
          border: 0px;
          border: 1px solid #E1E3E7;
          color: #333;
          border-radius: 4px;
          font-weight: 400;}
          .booking_occupancy_wrapper .occupancy_info_block .qty_direction .occupancy_quantity_down {
            margin-top: 3px;}
          .booking_occupancy_wrapper .occupancy-input-errors {
            font-weight: 700;}

  .booking_occupancy_wrapper .children_ages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: space-between;
  }
  .booking_occupancy_wrapper .children_ages select {
    background-color: #fff;
    height: 37px;
    border-radius: 4px;
    padding: 3px 5px;
    font-size: 12px;
    color: #333;
    border: 1px solid #E1E3E7;
    width: 100%;}


@media (max-width: 411px) {
  .booking_occupancy_wrapper .occupancy_info_block .occupancy_count_block {
    width: 100%;}
  .booking_occupancy_wrapper .occupancy_info_block .occupancy_count {
      width: 80%;}
}

.booking_occupancy_wrapper .submit_occupancy_btn {
    background-color: #000;
    border-color: #000 !important;
    color: #FFF;
    border-radius: 5px;
    font-weight: 600;
}

.qty_direction {
  margin-left: 3px;
  width: 22px;
}

.qty_direction a {
  padding: 1px 5px;
  border: 0px;
  border: 1px solid #000000;
  color: #333;
  border-radius: 4px;
  font-weight: 400;
}

.service-max-quantity-info {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
  color: #959595;
  font-weight: 400;
}

.booking_occupancy_wrapper .occupancy_info_block .occupancy_count, .qty_count {
  padding: 14px;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  border-radius: 4px;
}

.booking_occupancy_wrapper .occupancy_info_block .occupancy_count > span, .qty_count > span {
  min-width: 21px;
  text-align: center;
  display: block;
}

.rm_qty_cont .qty_count, .rm_qty_cont .qty_direction a {
  border: 2px solid #000000;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 13%);
}

.qty_direction .quantity_down {
  margin-top: 3px;
}