.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    position: absolute;
    margin-left: -8px;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse
}

.ui-datepicker th {
    text-align: center
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .45em .2em;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-position: 16px 16px;
    background-repeat: no-repeat
}

.ui-widget {
    border: none;
}

.ui-datepicker {
    border: 1px solid #fff;
    box-sizing: border-box;
}

.ui-datepicker-header {
    height: 60px;
    line-height: 60px;
    border: none;
    background: 0 0;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    color: #00763A;
    margin: 0;
    padding: 0 !important;
}

.ui-datepicker-header .ui-state-hover {
    background: 0 0;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    text-align: center;
        margin-top: 12px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    box-sizing: border-box;
    overflow: hidden
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
    right: auto;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled span,
.ui-datepicker .ui-datepicker-next.ui-state-disabled span {
    color: #CBE3D6;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    top: 0;
    left: 0;
    font-weight: 300;
    text-align: center;
    text-indent: initial;
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: '\f177'
}

.ui-datepicker .ui-datepicker-next span:before {
    content: '\f178'
}

.ui-datepicker .ui-datepicker-next span:before,
.ui-datepicker .ui-datepicker-prev span:before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
}

.ui-datepicker table {
    margin: 0;
    position: relative;
}

.ui-datepicker th {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent;
    border-bottom-color: #fff;
    text-transform: uppercase
}

.ui-datepicker td {
    border: none;
    padding: 0;
    text-align: center
}

td .ui-state-default {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: 0 0;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    border: none;
    text-align: center;
    padding: 0 !important;
    margin: 0;
    font-size: 16px;
}

.ui-state-disabled span {
    color: #004220;
    font-weight: 400;
}

td.ui-datepicker-current-day .ui-state-active,
td .ui-state-hover {
    background: #fff;
    color: #00763A;
}

td.ui-datepicker-today a {
    position: relative;
}

td.ui-datepicker-today a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

/* --- DATE RANGE --- */

.date-range-end a,
.date-range-start a,
.date-range-start span {
    background: #fff;
    color: #00763A;
}

.date-range-selected:hover a,
.date-range-selected a {
    background: #CBE3D6;
    color: #00763A;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
  }
