input.datepicker {
    height: 34px;
    font-size: 12.6px;
    font-weight: 500;
    border: 1px solid #aaa;
    border-radius: 4px;
}


.datepicker tr td .active,
.datepicker tr td.active,
.datepicker tr td.td.active {
    background-color: #be0f26 !important;
}