/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.hidden {
    display: none;
}

.date_range_form .form-control {
    padding-left: 8px!important;
    padding-right: 5px!important;
}
#product-details .product-quantities {
    display: none;
}
.product-add-to-cart {
    display: none;
}
#block-reassurance {
    display: none;
}
.product-prices {
    display: none;
}
.time_slot_checkbox label {
    text-align: left;
}
.time_slot_checkbox .bootstrap-touchspin {
    display: flex;
}
.booking_time_slots_quantity_wanted {
    width: 50%;
}
.unavailable_slot_err {
    text-align: right;
    display: none;
    color: red;
}
.feature_plans_priority {
    margin-bottom: 0px!important;
}
.product_booking_feature_plans {
    font-size: 13px;
    margin-top: 10px;
}
.feature_plans_info {
    font-size: 14px;
    font-weight: 600;
}
.wk-booking-container .form-control {
    border: 1px solid #ccc !important;
    color: #999 !important;
    font-size: 14px !important;
    height: 40px;
}
.wk-booking-container select.form-control:not([size]):not([multiple]) {
    height: 36px !important;
    padding: 5px 8px !important;
}
.wk-booking-container .menutitle {
    font-weight: 600;
    color: #333;
}
.wk-booking-container .list_content li span a {
    color: #333;
}
.wk-booking-container .menu_item ul li {
    background-color: #fbfbfb;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 600;
}
.wk-booking-container .menu_item ul li:hover {
    background-color: #2fb5d2 !important;
}
.wk-booking-container .menu_item ul li:hover a {
    color: #fff !important;
}
.wk-booking-container .menu_active {
    background-color: #2fb5d2 !important;
}
.wk-booking-container .menu_active a {
    color: #fff !important;
}
.page-title {
    background-color: #696969;
    overflow: hidden;
    padding: 15px;
}
.page-title span {
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}
#booking_product_available_qty span {
    border-radius: 3px !important;
    padding: 1px 8px 2px 8px !important;
    background-color: #2fb5d2;
    color: #fff;
}
#booking_product_available_qty {
    color: #333333;
    margin-top: 20px;
}
.pull-sm-left {
    float: left;
}
.pull-sm-right {
    float: right;
}
.page-title {
    text-align: center;
}
.wk-booking-container {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d5d5d5;
}

.booking_total_price_text {
    color: #414141;
}
.booking_total_price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 17px;
}
.time_slot_price {
    color: #2fb5d2;
    font-weight: 800;
}
.booked_slot_text {
    font-size: 14px;
    color: red;
    padding: 15px;
}
.booking_product_errors {
    display: none;
    padding: 5px 15px;
}
#bookings_in_select_range td,
#bookings_in_select_range th {
    padding: 6px;
}
#bookings_in_select_range {
    font-size: 13px;
}
#bookings_in_select_range label {
    font-size: 13px;
    /* font-style: italic; */
}
.wk-booking-container .booking_loading_img {
    display: none;
}
.wk-booking-container #booking_date_from, .wk-booking-container #booking_date_to, .wk-booking-container #booking_time_slot_date {
    cursor: text;
}

.wk_padding_zero {
    padding-left: 0;
    padding-right: 0;
}

.bk_map_div {
    height: 250px;
    width: 100%;
    float: left;
    /* margin-right: 5%; */
    margin-left: 0%;
    margin-bottom: 25px;
    margin-top: 10px;
}

.bk_map_div #map {
    height:100%;
}

.bk_map_div #map button:focus {
    outline: none !important;
}

.time_slot_checkbox label {
    margin-bottom: .5rem;
}

/* clndr custom css */

.booking-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  padding: 16px;
}

/* Calendar */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 10px;
}

.day {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 50%;
}

.day:hover {
  background: #f1f1f1;
}

.today {
  color: #e60073;
  font-weight: bold;
}

.selected {
  background: #388000!important;
  color: white;
}

.time-slots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #f0f0f0;
  padding: 10px;
  /* border-radius: 8px; */
}

.time-slots .material-icons {
    color: #888;
    font-size: 20px;
}

.time-slot {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.time-slot input {
    accent-color: #e6005c;
}

.time-slot > span {
    font-size: 14px;
    color: #333;
}
/* Mobile responsive */
@media (max-width: 600px) {
  .time-slots {
    gap: 8px;
  }
}

/* People */
.people {
  margin-top: 12px;
}

.activity_type select {
  width: 100%;
  padding: 8px;
  /* border-radius: 8px; */
  border: 1px solid #ddd;
  padding-left: 33px;
  appearance: none;
}

/* Book Button */
.wktime-book-btn {
  margin-top: 16px;
  background: #e60073;
  color: white;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.past {
  color: #ccc;
  pointer-events: none;
}

.clndr-previous-button.inactive {
    opacity: .5;
    cursor: default;
}

.clndr .clndr-control-button {
    float: left;
    width: 11.6666666667%;
    height: 1.625rem;
    padding: 0;
    line-height: normal;
}
.clndr .monthyear {
    float: left;
    width: 76.6666666667%;
    text-align: center;
    box-sizing: border-box;
    height: 2.625rem;
    line-height: 2.625rem;
}

.clndr-table {
    width: 100%;
}

/* tooltip */
td.day {
  position: relative;
}

/* Tooltip hidden by default */
td.day .tooltip {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdeabd;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,.15);
  display: none;
  z-index: 9999;
  min-width: 200px;
}

/* SHOW tooltip on hover */
td.day:hover .tooltip {
  display: block !important;
  opacity: 1;
}

/* Tooltip arrow */
td.day .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fdeabd transparent transparent;
}

/* Slot styling */
._time {
  display: inline-block;
  padding: 4px 8px;
  margin: 4px 4px 0 0;
  border: 1px solid #e60073;
  border-radius: 8px;
  color: #e60073;
  font-size: 12px;
}

td.day:hover {
  /* outline: 2px solid red; */
}

.people-section {
  /* border: 1px solid #ddd; */
  overflow: hidden; /* Prevent overflow */
}

.people-content-row {
   display: grid;
  grid-template-columns: 2fr 1fr 0.8fr; /* Left | Counter | Total */
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.activity_type{
  position:relative;
  margin-bottom:20px;
}

.activity-left-icon{
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  color:#666;
  pointer-events:none;
}

.activity-arrow {
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    color:#666;
    pointer-events:none;
}

.activity-error {
    border: 1px solid red !important;
}

.people-header {
    background: #f0f0f0;
    padding: 10px;
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.people-header-expand {
    color: #fff !important;
    background-color: #79797c !important;
}

.people-left {
    display: flex;
    align-items: center;
    gap: 10px;
    /* color: #555; */
}

.people-content {
  display: none;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.people-content-row .label {
    text-align: left;
  font-size: 14px;
  color: #666;
}

.price {
  font-weight: bold;
}

.counter {
 display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.people-content-row > div:first-child {
  min-width: 0;
}

.counter button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.people-content-row .total {
  text-align: right;
  font-weight: bold;
}

.note {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.qty-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

.qty-btn:hover {
  background: #f3f3f3;
}
