.ui-datepicker {
    width: 240px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    border: 1px solid #cacaca;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    padding: 0 0 4px 0;
    box-shadow: 4px 4px 7px 0px rgb(0 0 0 / 13%);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.ui-datepicker a {
    text-decoration: none
}

.ui-datepicker table {
    width: 100%;
    background-color: #fff;
    border-spacing: 0px;
}

.ui-datepicker-header {
    font-size: 11pt;
    background: #4D4D4D;
    color: #e0e0e0;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    line-height: 30px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #111;
    border: none;
    background: #fff;
    color: #111;
}

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

.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden
}

.ui-datepicker-prev {
    float: left;
    background-position: center center;
    background-image: url(../images/chevron-left.svg);
}

.ui-datepicker-next {
    float: right;
    background-position: center center;
    background-image: url(../images/chevron-right.svg);
}

.ui-datepicker thead {
        background-color: #e9e9e9;
    background-image: none;
    border-bottom: none;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 8pt;
    padding: 5px 0;
    color: #666;
    text-shadow: none;
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: none
}

.ui-datepicker tbody td:last-child {
    border-right: 0
}

.ui-datepicker tbody tr {
    border-bottom: none
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #444;
}

.ui-datepicker-calendar .ui-state-default {
    box-shadow: none;
    background: none;
    text-shadow: none;
    border-radius: 100%;
    transition: all 0.2s;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #e9e9e9;
    border-radius: 100%;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    color: #e0e0e0;
    text-shadow: none;
    box-shadow: none;
    border: none;
    position: relative;
    margin: 0;
}

.ui-datepicker-unselectable .ui-state-default {
    background: none;
    color: #b4b3b3
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0
}