.ui-widget {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #131952 !important;
    color: #fff;
    border-radius: 2px !important;
}

.ui-datepicker td a, .ui-datepicker td span {
    text-align: center !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 13.5px !important;
    font-weight: normal !important;
    border: none !important;
    background-color: #131952 !important;
    color: #fff;
    border-radius: 2px !important;
}

.ui-widget-header {
    border: none !important;
}

.ui-widget-content {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}