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

/*datepicker on search css*/

#ui-datepicker-div {
  border: none;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.26);
  padding: 12px;
  width: auto;
  z-index: 111111 !important;
}

.ui-datepicker-header {
  background: none;
  border: none;
}

.ui-datepicker-year,
.ui-datepicker-month {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.ui-datepicker-calendar thead th {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}

.ui-datepicker-unselectable {
  color: #777 !important;
  font-size: 14px;
}

.ui-datepicker-calendar .ui-state-default {
  text-align: center !important;
  color: #333 !important;
  font-size: 14px;
  border: none !important;
  background: none !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: #dadada;
  cursor: pointer;
  top: 2px;
  border: none;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker-header .ui-icon-circle-triangle-w {
  border: none !important;
  background-position: -97px 1px;
}

.ui-datepicker-header .ui-icon-circle-triangle-e {
  border: none !important;
  background-position: -33px 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 10px;
}

.in-select-date-range {
  background: #f2f2f2;
}

.selectedCheckedDate {
  opacity: 1 !important;
  background-color: var(--primary-base);
  border-color: #285e8e;
}

.selectedCheckedDate .ui-state-default {
  color: #fff !important;
}

/* set datepicker area doe small devices */

@media (max-width: 375px) {
  #ui-datepicker-div {
    padding: 7px;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 7px;
  }
}
