<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! UIkit 2.11.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * 1. Reset dropdown width
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-datepicker {
  /* 1 */
  width: auto !important;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out !important;
  animation: uk-fade 0.2s ease-in-out !important;
  /* 3 */
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
}
/* Sub-object: `uk-datepicker-nav`
========================================================================== */
.uk-datepicker-nav {
  margin-bottom: 12px !important;
  text-align: center !important;
  line-height: 20px !important;
  font-size: 14px;
}
/*
 * Micro clearfix
 */
.uk-datepicker-nav:before,
.uk-datepicker-nav:after {
  content: " " !important;
  display: table !important;
}
.uk-datepicker-nav:after {
  clear: both !important;
}
/*
 * Previous and next navigation
 */
.uk-datepicker-nav a {
  color: #444444 !important;
  text-decoration: none !important;
}
.uk-datepicker-nav a:hover {
  color: #444444 !important;
}
.uk-datepicker-previous {
  float: left !important;
}
.uk-datepicker-next {
  float: right !important;
}
.uk-datepicker-previous:after,
.uk-datepicker-next:after {
  width: 20px !important;
  font-family: FontAwesome !important;
}
.uk-datepicker-previous:after {
  content: "\f053" !important;
}
.uk-datepicker-next:after {
  content: "\f054" !important;
}
/* Sub-object: `uk-datepicker-heading`
========================================================================== */
/* Sub-object: `uk-datepicker-table`
========================================================================== */
/* Block element behavior */
.uk-datepicker-table {
  width: 100% !important;
  margin-top: 0 !important;
}
.uk-datepicker-table th,
.uk-datepicker-table td {
  padding: 2px !important;
}
.uk-datepicker-table th,
.uk-datepicker-table td {
  font-size: 12px !important;
}
/*
 * Item
 */
.uk-datepicker-table a {
  display: block !important;
  width: 26px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #444444 !important;
  text-decoration: none !important;
}
/*
 * Sub-object: `uk-datepicker-table-muted`
 */
a.uk-datepicker-table-muted {
  color: #999999 !important;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
  background-color: #dddddd !important;
  color: #444444 !important;
  /* 2 */
  outline: none !important;
}
/* OnClick */
.uk-datepicker-table a:active {
  background-color: #cccccc !important;
  color: #444444 !important;
}
/*
 * Active
 */
.uk-datepicker-table a.uk-active {
  background: #999 !important;
  color: #ffffff !important;
}</pre></body></html>