/**
* 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_occupancy_wrapper {
    border: none;
    max-height: 380px;
    overflow: auto;
    box-shadow: 0 8px 25px -4px rgba(0,0,0,0.39);
    left: 0px;
    padding: 15px 20px;
    min-width: 280px}
    .booking_occupancy_wrapper .btn {
      font-weight: 600;}
    .booking_occupancy_wrapper .btn-primary {
      background-color: #1292FF;
      color: #FFF;}
    .booking_occupancy_wrapper .occupancy-info-separator {
      margin-bottom: 15px;
      margin-top: 15px;
      margin-right: -20px;
        margin-left: -20px;}
    .booking_occupancy_wrapper .occupancy-input-errors {
      font-weight: 700;}
    .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 .children_age_info_block .children_ages{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        justify-content: space-between;}
    .booking_occupancy_wrapper .label-desc-txt {
      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: #0000FF;}
        .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;
          color: #0000FF;}
      .booking_occupancy_wrapper .add_new_occupancy_btn.disabled,
      .booking_occupancy_wrapper .add_new_occupancy_btn.disabled:active,
      .booking_occupancy_wrapper .add_new_occupancy_btn.disabled:focus,
      .booking_occupancy_wrapper .add_new_occupancy_btn.disabled:hover {
        color: #333;
        opacity: 0.5;
        cursor: not-allowed;}
      .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_value {
          flex: 1;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          border-left: 1px solid #dcdde1;
          border-right: 1px solid #dcdde1;
          font-size: 16px;
          font-weight: 600;
          color: #2f3640;
          background: #fff;
          min-width: 40px;}

        .occupancy_controls {
          display: flex;
          align-items: center;
          border: 1px solid #dcdde1;
          border-radius: 4px;
          background: #fff;
          width: 100%;
          max-width: 125px;
          height: 38px;
          overflow: hidden;
          margin-top: 5px;}

        .occupancy_controls .btn,
        .occupancy_controls .rm_quantity_up,
        .occupancy_controls .rm_quantity_down,
        .occupancy_controls .occupancy_quantity_up,
        .occupancy_controls .occupancy_quantity_down {
          flex: 0 0 38px;
          height: 100%;
          border: none !important;
          background: #fff !important;
          color: #2f3640 !important;
          padding: 0 !important;
          font-size: 18px !important;
          font-weight: bold !important;
          display: flex !important;
          align-items: center;
          justify-content: center;
          transition: all 0.2s;
          cursor: pointer;
          box-shadow: none !important;
          text-decoration: none !important;}

        .occupancy_controls .btn:hover,
        .occupancy_controls .rm_quantity_up:hover,
        .occupancy_controls .rm_quantity_down:hover {
          background-color: #f1f2f6 !important;
          color: #000 !important;
          text-decoration: none !important;}

        .occupancy_controls .btn i,
        .occupancy_controls .btn label {
          font-size: 14px;
          color: #2f3640 !important;}

    .booking_occupancy_wrapper .children_ages .col-xs-4 {
      padding-left: 5px;
      margin-bottom: 5px;
      padding-right: 5px;}
    .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: 450) {
    .booking_occupancy_wrapper .occupancy_info_block .occupancy_count_block {
      width: 100%;}
    .booking_occupancy_wrapper .occupancy_info_block .occupancy_count {
        width: 80%;}
  }

/* Room counter +/- row */
.booking_occupancy_wrapper .room_counter_row {
    display: flex;
    align-items: center;
    gap: 0;
}
.booking_occupancy_wrapper .room_counter_label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-right: 12px;
}
.booking_occupancy_wrapper .room_counter_controls {
    display: flex;
    align-items: center;
    gap: 4px;
}
.booking_occupancy_wrapper .room_counter_controls .btn {
    padding: 3px 9px;
    font-size: 13px;
    border: 1px solid #E1E3E7;
    border-radius: 4px;
    line-height: 1.4;
    color: #333;
    background: #fff;
}
.booking_occupancy_wrapper .room_counter_controls .btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
.booking_occupancy_wrapper .room_counter_value {
    min-width: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    display: inline-block;
}