.datepicker--pointer{
    display: none !important;
}

.datepicker,
.datepicker--nav,
.datepicker--content,
.datepicker--cells,
.datepicker--cell,
.datepicker--day-name,
.datepicker--nav-title,
.datepicker--button,
.datepicker--nav,
.datepicker--nav-action {
    font-family: intermedium;
    font-size: 14px;
    color: #3c4343;
}

.datepicker--day-name{
    font-family: interbold;
    font-size: 14px;
    color: #91202C;
}

.datepicker--cell {
    width: calc(14.28571% - 10px);
    margin: 5px;
    box-sizing: border-box;
    border-radius: 4px;
}

.datepicker--cell-day{
    height: unset;
    padding: 10px !important; 
    font-size: 14px;
    font-family: intermedium;
    box-sizing: border-box;
}

.datepicker--cell-month,
.datepicker--cell-year{
    font-size: 14px;
    font-family: intermedium;
}

.datepicker--content {
    padding: 10px !important;
}

.datepicker--nav {
    padding: 10px !important;
}

.datepicker--nav-title {
    font-size: 16px !important;
    font-family: intermedium;
    color: #3c4343 !important;
}

.datepicker--nav-title:hover{
    background: #f2ebde;
}

.datepicker--nav-title i {
    color: #a5a9a9 !important;
}

.datepicker--nav-action:hover{
    background: #f2ebde;
}

.datepicker--nav-action path {
    stroke: #a5a9a9 !important;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-day.-other-year-,
.datepicker--cell-year.-other-decade-{
    color: #a5a9a9;
}

.datepicker--cell-day.-current-,
.datepicker--cell-month.-current-,
.datepicker--cell-year.-current- {
    color: #91202C;
    font-family: interbold;
    background: #f2ebde;
}

.datepicker--cell-day.-current-:hover,
.datepicker--cell-month.-current-:hover,
.datepicker--cell-year.-current-:hover{
    background: #91202C;
    color: #FFF;
}

.datepicker--cell-day:hover,
.datepicker--cell-month:hover{
    background: #f2ebde;
}

.datepicker--cell-day.-selected-.-current-,
.datepicker--cell-day.-selected- {
    background: #f2ebde;
    color: #3c4343;
    border: 1px solid #91202C;
}

.datepicker--cell-day.-selected-.-focus- {
    background: #f2ebde;
    color: #3c4343;
}

.datepicker--cell-year.-focus- {
    background: #f2ebde;
    color: #3c4343;
}

.datepicker--cell-day.-other-month-.-selected- {
    background: #f2ebde;
    color: #3c4343;
}

.datepicker--cell-day.-other-month-.-selected-:hover{
    background: #f2ebde;
}

.datepicker--cell.selected-day {
    background: #f2ebde;
    border: 1px solid #91202C;
}

.datepicker--cell.datepicker--cell-day.-current-.-disabled-{
    color: #a5a9a9;
}

.datepicker--cell.datepicker--cell-day.-current-.-disabled-:hover{
    background: #f2ebde;
}