/**
* 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
*/

.date-picker-wrapper {
  font-family: Verdana, Arial, sans-serif;
  z-index: 111111;
  border-radius: 5px;
  background-color: #fff;
  color: #777;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 26%);
}

.date-picker-wrapper.no-shortcuts {
  padding: 10px;
}

.date-picker-wrapper.top,
.date-picker-wrapper.bottom {
  position: absolute;
}

.date-picker-wrapper .month-wrapper {
  border: none;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
}

.date-picker-wrapper .footer,
.date-picker-wrapper .dp-clearfix,
.date-picker-wrapper .time {
  display: none;
}

.date-picker-wrapper .month-name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 40px;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: unset;
}

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

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  background-color: #f0f0f0;
  display: inline-block;
  border: none;
  border-radius: 50%;
}

.date-picker-wrapper table .caption .next i,
.date-picker-wrapper table .caption .prev i {
  width: 6px;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  color: #000;
  background: #dadada;
}

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

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #e6e6e6;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: var(--primary-base) !important;
}
