.datepicker-plot-area {
    font-family: "IranSansWeb", "Tahoma" !important;
}

    .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
        background-color: var(--color1);
    }

    .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
        color: #fff !important;
    }

    .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
        font-weight: normal !important;
    }

    .datepicker-plot-area .datepicker-day-view .table-days td span {
        border-radius: 0.25rem !important;
    }

        .datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
            background-color: var(--color1) !important;
            opacity: 0.8;
        }

    .datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
        background-color: var(--color1) !important;
        text-shadow: none !important;
    }
