/* .ui-datepicker-calendar .ss-quoted-date a {
  border: 1px solid #2661a0 !important;
  background: #2661a0 !important;
  color: #ffffff !important;
}
.ui-datepicker-calendar .ss-quoted-date.ui-state-disabled a,
.ui-datepicker-calendar .ss-quoted-date-from.ui-state-disabled a {
  border: 1px solid #54789e !important;
  background: #54789e !important;
  color: #ffffff !important;
} */

/* U5G7VlRZ @mcseptian */
.rvc-datepicker .ui-widget-header > a.ui-datepicker-prev-hover,
.rvc-datepicker .ui-widget-header > a.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-width: 1px;
  border-style: solid;
  border-color: #5293ce !important;
  border-radius: 100%;
  padding: 1.5rem;
}

.ui-datepicker {
  width: 28em;
  padding: 0.5em 0.5em 0;
  margin-top: 15px;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
  height: 24px;
  width: 80px;
  color: rgba(4, 96, 159, 1);
  font-family: "FoundersGrotesk-Bold";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  border-width: 0;
}

@media (min-width: 400px) {
  /* On mobile set datepicker to viewport center*/
  #ui-datepicker-div {
    position: fixed !important;
    left: 50% !important;
    top: 70% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }
}

#ui-datepicker-div.rvc-datepicker::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 12.5%;
  top: -7px;
  z-index: 1051;
}
#ui-datepicker-div.rvc-datepicker::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c5c5c5;
  left: 12.5%;
  top: -8px;
  z-index: 1050;
}

#ui-datepicker-div.rvc-datepicker-to::after,
#ui-datepicker-div.rvc-datepicker-to::before {
  right: 12.5%;
  left: auto;
}

.ui-widget-content .ui-state-disabled.ss-quoted-date {
  opacity: 1 !important;
}
