
/* Date Picker Style */
.Regular_Holiday a{
    text-align: center !important;
}
.Special_Holiday a{
    text-align: center !important;
}
.Local_Holiday a{
    text-align: center !important;
}
.Normal_days a{
    text-align: center !important;
}

.Regular_Holiday a {
    background-color: #f05050 !important;
    color: white !important;
}

.Special_Holiday a {
    background-color: #f79320 !important;
    color: white !important;
}

.Local_Holiday a {
    background-color: #1da121 !important;
    color: white !important;
}

.ui-datepicker-today a.ui-state-highlight {
    border: 2px solid #0081ff;
    border-radius: 50px;
    background: #f6f6f6;
    color: black !important;
}

/* Date Picker Style */
