/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/licenses/afl-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/licenses/afl-3.0.php Academic Free License 3.0
*/

.date-picker-wrapper .month-wrapper {
    width: 344px !important;
}

.date-picker-wrapper .month-wrapper table tr td .day {
    padding: 0;
    line-height: 16px;
    font-size: 14px;
    margin: 0;
    height: 48px;
    width: 48px;
}

@media (max-width:383px) {
    .date-picker-wrapper .month-wrapper {
        width: 300px !important;
    }

    .date-picker-wrapper .month-wrapper table tr td .day {
        width: 42px;
    }
}

@media (max-width:340px) {
    .date-picker-wrapper .month-wrapper {
        width: 270px !important;
    }

    .calendar-availability-rate {
        width: 270px !important;
    }

    .date-picker-wrapper .month-wrapper table tr td .day {
        width: 37px;
    }
}

.calendar-availability-rate {
    text-align: center;
    font-size: 10px;
}

.calendar-availability-text {
    font-size: 10px;
    margin-left: 2px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.calendar-rate-text {
    font-size: 10px;
    margin-left: 2px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.calendar-availability-rate-text {
    margin-right: 4px;
}

.selected-nights-final-price {
    text-align: center;
}

.calendar-selected-total-night {
    text-align: center;
}

.availability-color {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100px
}

.calendar-cell-price {
    font-size: 9px;
    text-align: center;
}

.calendar-cell-availability {
    width: 6px;
    height: 6px;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    right: 7px;
}

.calendar-cell-outer-container {
    width: 100%;
    padding: 8px 4px;
    position: relative;
}

.date-picker-wrapper .first-date-selected .calendar-cell-price {
    color: white !important;
}

.date-picker-wrapper .first-date-selected .cell-date {
    color: white !important;
}

.date-picker-wrapper .last-date-selected .cell-date {
    color: white !important;
}

.date-picker-wrapper .last-date-selected .calendar-cell-price {
    color: white !important;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #E7F4FF;
}

.date-picker-wrapper .footer {
    width: 100%;
    margin-top: 6px;
    display: inline-block !important;
}

.calendar-rate-calendar-price-color {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}

.fancybox-lock body {
    overflow: auto !important;
}

.calendar-rate-tooltip-class {
    background-color: unset !important;
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -22px;
    margin-left: -8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    background-color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #333333;
    line-height: 12px;
    border: 1px solid #E5E5E5;
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}

.date-picker-wrapper .drp_top-bar {
    position: absolute;
    top: 90.5%;
    left: 97%;
    padding: 0;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    padding: 5px 20px;
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: none;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    border: solid 1px #1292FF;
    background: #1292FF;
    font-size: 14px;
    font-weight: 700;
    margin-right: 7px;
}

.date-picker-wrapper hr {
    margin-top: 5px;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #fff;
    border: solid 1px #1292FF;
    background: #1292FF;
}

.rate-price-color {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}

.calendar-availability-rate {
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
}

@media (max-width: 380px) {
    .calendar-availability-rate {
        width: 300px;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
    }
}

.calendar-rate-text {
    font-size: 10px;
    margin-left: 2px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.skeleton-text {
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: wave;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: wave;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 1.3s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: wave;
    -moz-animation-timing-function: linear;
    background: #dddddd;
    background-image: -webkit-gradient(linear, left center, right center, from(#dddddd), color-stop(.2, #f5f5f5), color-stop(.4, #e5e5e5), to(#dddddd));
    background-image: -webkit-linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
    background-image: -moz-gradient(linear, left center, right center, from(#dddddd), color-stop(.2, #f5f5f5), color-stop(.4, #e5e5e5), to(#dddddd));
    background-image: -moz-linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
    background-repeat: no-repeat;
    background-size: 800px 800px;
    position: relative;
    width: 100%;
    height: 20px;
}

.date-picker-wrapper {
    max-width: 360px;
    box-sizing: border-box;
}

.selected-nights-final-price,
.calendar-availability-rate {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-align: center;
}
