@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'StoneSoul';
  src: url('../fonts/StoneSoul-Regular.eot');
  src: local('☺'), url('../fonts/StoneSoul-Regular.woff') format('woff'), url('../fonts/StoneSoul-Regular.ttf') format('truetype'), url('../fonts/StoneSoul-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Inter', 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  line-height: 1.6;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #8db27f;
}
#cookies-msg a.uk-button:hover {
  background: #5a7f4c;
}
#cookies-msg a:not(.uk-button) {
  color: #8db27f;
}
#cookies-msg a:not(.uk-button):hover {
  color: #5a7f4c;
}
.uk-link,
a {
  color: #257d12;
}
.uk-container {
  max-width: 1360px;
}
.ci-header-overlay {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ci-topbar {
  padding-top: 40px;
  padding-bottom: 5px;
  font-size: 14px;
}
.ci-topbar ul.uk-subnav > li > a {
  text-transform: none;
  font-size: 0.8rem;
}
.ci-contrast .ci-topbar ul.uk-subnav > li > a {
  color: #ffffff;
}
.ci-navbar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar a.uk-logo {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar a.uk-logo {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar a.uk-logo {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar a.uk-logo > img * #dark *,
.ci-navbar a.uk-logo svg * #dark * {
  fill: #257d12;
}
.ci-navbar a.uk-logo > img * #light *,
.ci-navbar a.uk-logo svg * #light * {
  fill: #8db27f;
}
.uk-light .ci-navbar a.uk-logo > img *,
.uk-light .ci-navbar a.uk-logo svg * {
  fill: white;
  stroke: none;
}
.ci-white .ci-navbar a.uk-logo > img *,
.ci-white .ci-navbar a.uk-logo svg * {
  fill: #8db27f;
}
.ci-navbar .uk-navbar-right {
  gap: 0;
}
.ci-navbar .uk-navbar-right > .uk-navbar-nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  gap: 0;
}
.uk-light .ci-navbar .uk-navbar-right > .uk-navbar-nav {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar .uk-navbar-right > .uk-navbar-nav {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar .uk-navbar-right > .uk-navbar-nav > li:nth-last-child(n+2) > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar .uk-navbar-right > .uk-navbar-nav > li:nth-last-child(n+2) > a {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar .uk-navbar-right > .uk-navbar-nav > li:nth-last-child(n+2) > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-navbar .uk-navbar-right > .uk-navbar-nav > li > a {
  font-family: 'Inter', 'Karla', sans-serif;
  padding: 0 15px;
  font-size: 0.8rem !important;
}
.uk-light .ci-navbar .uk-navbar-right > .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem !important;
}
.ci-white .ci-navbar .uk-navbar-right > .uk-navbar-nav > li > a {
  color: #666 !important;
  font-size: 0.8rem !important;
}
.ci-navbar .uk-navbar-right .uk-navbar-item {
  padding: 0 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-light .ci-navbar .uk-navbar-right .uk-navbar-item {
  border-color: rgba(255, 255, 255, 0.6);
}
.ci-white .ci-navbar .uk-navbar-right .uk-navbar-item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ci-white .ci-navbar .uk-navbar-right .uk-navbar-item a {
  color: #999;
}
.ci-navbar-container img.ci-white {
  display: block;
}
.ci-white .ci-navbar-container img.ci-white {
  display: none !important;
}
.ci-navbar-container img.ci-color {
  display: none;
}
.ci-white .ci-navbar-container img.ci-color {
  display: block !important;
}
.ci-navbar-container.uk-sticky-below {
  background: white;
  padding: 15px 0;
}
.ci-navbar-container.uk-sticky-below img.ci-white {
  display: none;
}
.ci-navbar-container.uk-sticky-below img.ci-color {
  display: block;
}
.ci-slidenav {
  padding: 0;
  color: #fff;
  width: 70px;
  color: white;
  visibility: visible !important;
  line-height: 70px;
  text-align: center;
  height: 70px;
  background: transparent;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
.ci-slidenav svg {
  width: 15px;
}
.ci-slidenav:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
.ci-slidenav:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
.ci-slidenav:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
h1 {
  margin-top: 0;
  font-size: 4.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.5rem;
  }
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Inter', 'Karla', sans-serif;
}
.ci-slider h1 {
  margin-top: 0;
  font-size: 5.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 1599px) {
  .ci-slider h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .ci-slider h1 {
    font-size: 4rem;
  }
}
@media (max-width: 639px) {
  .ci-slider h1 {
    font-size: 3rem;
  }
}
h6 {
  margin-bottom: 0;
  font-family: StoneSoul;
  font-size: 6rem;
  line-height: 5rem;
}
@media (max-width: 1599px) {
  h6 {
    font-size: 5rem;
    line-height: 4rem;
  }
}
@media (max-width: 1199px) {
  h6 {
    font-size: 4rem;
    line-height: 3rem;
  }
}
h6.small {
  font-size: 4rem;
  line-height: 3rem;
}
.ci-language {
  position: relative;
  top: -5px;
}
.ci-language span {
  display: inline-block;
  background: white;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
}
.ci-white .ci-language span {
  background: #8db27f;
  color: white;
}
h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 959px) {
  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 639px) {
  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.ci-box-decoration-default:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translate(0, 0);
  background-color: transparent;
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
}
.ci-green {
  color: #257d12 !important;
}
.ci-green.light {
  color: #8db27f !important;
}
.ci-khaki {
  color: khaki !important;
}
.ci-actividades h4,
.ci-reservas h4 {
  font-family: 'Inter', 'Karla', sans-serif;
  margin-top: 0;
  color: #8db27f;
}
.ci-actividades img,
.ci-reservas img,
.ci-actividades svg,
.ci-reservas svg {
  height: 38px;
}
.ci-rotate-180 {
  transform: rotate(180deg);
}
.ci-section-title {
  color: #0d1724;
  font-size: 14px;
  line-height: 1.7;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(-50%) translateY(-30px);
}
footer h4 {
  font-family: 'Inter', 'Karla', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
a.uk-button-secondary,
button.uk-button-secondary {
  background: #8db27f !important;
  color: #ffffff !important;
}
a.uk-button-secondary.dark,
button.uk-button-secondary.dark {
  background: #257d12 !important;
}
.ci-accordion > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E7;
}
.ci-accordion a.uk-accordion-title {
  color: #257d12;
  font-weight: 600;
}
.ci-accordion .ci-form-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ci-accordion h4 {
  font-family: 'Inter', 'Karla', sans-serif;
}
.ci-background-muted {
  background: #e2ebdf;
}
.ci-modal-dialog {
  border-top: 5px solid #8db27f;
  width: 800px;
  padding: 40px;
}
.ci-modal-dialog h2 {
  font-size: 3rem;
  margin-top: 20px;
  color: #8db27f;
}
@media (max-width: 959px) {
  .ci-modal-dialog h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .ci-modal-dialog h2 {
    font-size: 2rem;
  }
}
.ci-button-brand {
  background: #8db27f;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  line-height: 100px;
  text-align: center;
}
.ci-button-brand img *,
.ci-button-brand svg * {
  fill: white !important;
}
.ci-offcanvas-bar {
  background: #8db27f;
}
.ci-offcanvas-bar .brand img *,
.ci-offcanvas-bar .brand svg * {
  fill: white !important;
}
.ci-offcanvas-bar .ci-button-brand {
  background: white;
}
.ci-offcanvas-bar .ci-button-brand img *,
.ci-offcanvas-bar .ci-button-brand svg * {
  fill: #8db27f !important;
}
.ci-offcanvas-bar ul li a {
  color: #ffffff !important;
}
blockquote {
  margin: 0 0 20px 0;
  font-size: 42px;
  line-height: 1.2;
  font-style: normal;
  color: #0d1724;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.uk-heading-large,
.uk-heading-small,
.uk-heading-xsmall,
.uk-heading-medium {
  font-family: 'Playfair Display', serif;
}
@media (min-width: 960px) {
  .ci-text-lead {
    font-size: 1.5rem;
  }
}
h3.uk-heading-small {
  font-size: 2rem;
}
.uk-heading-small {
  font-size: 2.5rem;
}
@media (max-width: 959px) {
  .uk-heading-small {
    font-size: 2.3rem;
  }
}
@media (max-width: 639px) {
  .uk-heading-small {
    font-size: 2.1rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .uk-heading-large {
    font-size: 5rem;
  }
}
.ci-steps-num {
  width: 80px;
  height: 80px;
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-size: 2.5rem;
  border-radius: 100px;
  border: 5px solid white;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  background: #8db27f;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  transition: all ease 0.4s;
}
.ci-step {
  transition: all ease 0.4s;
}
.ci-step h4,
.ci-step p {
  transition: all ease 0.4s;
}
.ci-step p {
  color: #666;
}
.ci-step:hover {
  background: #8db27f !important;
  color: white;
}
.ci-step:hover h4 {
  color: white;
}
.ci-step:hover p {
  color: white;
}
.ci-step:hover .ci-steps-num {
  transform: scale(1.2);
  background-color: white;
  color: #8db27f;
  border-color: #8db27f;
}
.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.5);
}
.videoWrapper {
  position: relative;
  padding-bottom: 39%;
  padding-top: 0px;
  height: 0;
  margin-left: 15px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.ci-cities li.uk-active a {
  color: #333 !important;
  font-weight: 500 !important;
}
ul.ci-cities li.uk-active a i {
  color: #257d12;
}
.mf-map {
  margin-bottom: 30px;
  position: relative;
  border: 10px solid #eff4ec;
}
.mf-map .uk-marker {
  z-index: 1;
  background-color: orange;
}
.mf-map .uk-card {
  border-top: 3px solid #8db27f;
}
.ci-article h2 {
  font-family: 'Playfair Display', serif;
}
article h3.uk-h3 {
  font-family: 'Playfair Display', serif;
}
article .uk-text-lead {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
@media (max-width: 959px) {
  .ci-news-section {
    padding: 30px 0;
  }
}
#covid ul.uk-subnav-pill {
  margin-top: 30px;
}
#covid ul.uk-subnav-pill li.uk-active a {
  background-color: #8db27f;
}
.s-check {
  height: 0 !important;
  overflow: hidden;
}
div.legend span.square {
  width: 25px;
  height: 25px;
  background: red;
  display: inline-block;
}
div.legend span.square.fuera-temporada {
  background: repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 5px, #e0e0e0 5px, #e0e0e0 8px) !important;
  opacity: 0.3;
}
div.legend span.square.dia-ocupado {
  background: rgba(255, 0, 0, 0.6) !important;
  opacity: 0.3;
}
div.legend span.square.dia-disponible {
  background: #ddffeb !important;
}
.uk-navbar-toggle {
  padding: 0 15px;
}
.uk-navbar-dropdown-nav.uk-nav-divider > :not(.uk-nav-header,.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider) {
  border-top: 1px solid #e5e5e5 !important;
}
.uk-dropdown {
  min-width: 250px;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
.bnnr-ycies {
  background: url(../img/bnnr-ycies.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
}
.bnnr-ycies svg * {
  fill: #ffffff;
}
.bnnr-ycies .uk-text-large {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
}
@media (max-width: 639px) {
  .bnnr-ycies .uk-text-large {
    font-size: 1.3rem;
  }
}
@media (max-width: 479px) {
  .bnnr-ycies .uk-text-large {
    font-size: 1.1rem;
  }
}
.bnnr-ycies h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  margin: 15px  0;
  line-height: 1em;
}
@media (max-width: 479px) {
  .bnnr-ycies h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.bnnr-ycies .fade {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100&1+0,0+67 */
  background: linear-gradient(to right, #1e5799 0%, rgba(41, 137, 216, 0.25) 50%, rgba(70, 153, 221, 0) 67%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 639px) {
  .bnnr-ycies .fade {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0.38+100 */
    background: linear-gradient(to right, #1e5799 0%, rgba(125, 185, 232, 0.38) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.bnnr-ycies-blur {
  backdrop-filter: blur(3px);
}
.uk-text-primary {
  color: #8db27f !important;
}
.uk-text-bold {
  font-weight: 500;
}
span#openWeather {
  display: none!important;
  opacity: 0;
}
span#openWeather img,
span#openWeather svg {
  display: none!important;
  opacity: 0;
}
span#openWeather.highlight {
  display: none!important;
  opacity: 0;
}
.error-block,
.help-block {
  display: block;
}
.ui-datepicker {
  background: white;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
}
.ui-datepicker.ui-corner-all {
  border-radius: 5px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -2000px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
  cursor: default;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-left%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-right%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.ui-datepicker .ui-datepicker-title {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-grow: 1;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  border: 1px solid #e5e5e5;
  height: 25px;
  border-radius: 5px;
}
.ui-datepicker .ui-datepicker-year {
  border: 1px solid #e5e5e5;
  width: 32%;
  border-radius: 5px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  float: left;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}
.ui-datepicker .ui-datepicker-title span.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title span.ui-datepicker-year {
  color: #8db27f;
  font-weight: bold;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar {
  clear: both;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  padding: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #46506a;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span,
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  border-radius: 50%;
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-default,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  color: #46506a;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #efefef;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #8db27f;
  color: white !important;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end span,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a {
  color: #ff0000;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month span,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month a {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span,
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled a {
  color: #ddd;
  cursor: default;
}
#ui-datepicker-div {
  z-index: 99999 !important;
}
.ui-datepicker .ui-datepicker-title select {
  pointer-events: auto;
}
/*# sourceMappingURL=main.css.map */