#datepicker {
  .ui-widget {
    font-family: Calibri;
  }

  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    background-image: url(../images/arrow.svg);
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    top: 2px !important;
  }

  .ui-datepicker .ui-datepicker-next:hover,
  .ui-datepicker .ui-datepicker-prev:hover {
  }

  .ui-state-hover,
  .ui-datepicker-next-hover {
    /* all: unset !important; */
  }

  .ui-datepicker .ui-datepicker-prev {
    transform: rotate(90deg);
    left: 2px !important;
  }

  .ui-datepicker .ui-datepicker-next {
    transform: rotate(270deg);
    right: 2px !important;
  }

  .ui-datepicker-header.ui-widget-header {
    background-color: white;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #e4e5e7;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-radius: 0;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button {
    background: white;
    border: none;
  }

  .ui-datepicker-calendar thead th {
    font-size: 14;
    font-weight: normal;
    color: #7e818c;
  }

  .ui-datepicker-title {
    color: #212529;
    font-size: 16px;
    font-weight: bold;
  }

  .ui-widget.ui-widget-content {
    border: none;
  }

  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight {
    color: #212529;
  }

  .ui-datepicker-current-day .ui-state-active,
  .ui-datepicker-current-day .ui-widget-content .ui-state-active {
    background-color: #d787b5;
    border-radius: 100%;
    color: white;
  }

  .ui-datepicker td {
    vertical-align: middle;
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 14px;
    /* padding: 6px; */
    text-align: center;
    width: 28px;
    height: 28px;
    display: grid;
    place-content: center;
  }
}
