.ui-datepicker-week-end .ui-state-default{ color: #7C96DB;}
.ui-datepicker-week-end+.ui-datepicker-week-end .ui-state-default{ color: #F25959;}
.input-datepicker a {
    font-family: 'Rubik';
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-weight: 400;
}
.ui-datepicker-calendar thead tr {
    background-color: transparent;
}
.ui-datepicker th {
    font-weight: 500;
    color: #94979B;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: block;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    color: #C9C9C9;
}
.ui-datepicker-title {
    font-family: "Rubik";
    font-weight: 400;
}
a.ui-state-highlight {
    background-color: transparent;
    position: relative;
    display: block;
}
a.ui-state-highlight::after {
    content: 'TODAY';
    position: absolute;
    font-size: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    background-color: transparent;
    font-weight: 200;
    padding: 5px;
    border-radius: 5px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: white;
}
.ui-datepicker table {
    margin-top: 0;
}
.ui-datepicker .ui-datepicker-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ECECED;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #eee;
    color: #454545 !important;
    border-radius: 999px;
	font-weight:bolder;
}
