﻿.DayBox {
    width: 50px;
    height: 55px;
}
.DfaultDate {
    width: 100%;
    height: 100%;
}
.SelectedDate {
    width: 100%;
    height: 100%;
    color: white !important;
    background-color: #fb8c00;
}
.SelectedRangeDate {
    width: 100%;
    height: 100%;
    color: white !important;
    background-color: #fdd0a6;
}

.DayStyle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.dayColor_Weekday{
    color: #000;

}
.dayColor_Sunday{
    color: #f27979;

}
.dayColor_Saturday{
    color: #71b2d6;

}
.dayColor_OutMonthWeekday{
    color: #aaa;
}
.dayColor_OutMonthSunday{
    color: #fdc4c4;
}
.dayColor_OutMonthSaturday{
    color: #c7e8fa;
}

.NotLink {
    pointer-events: none !important;
}
