<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.datePicker {
    border: 1px solid #e3e3e3;
    width: 260px;
    line-height: 30px;
    direction: rtl;
    font-family: YekanBold;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #000;
    border-collapse: collapse;
}
.datePickerRow{
    background-color: #f8f8f8;
}
.datePickerFriDay {
    background-color: #39B759;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #000;
}
.datePicker td{
    width: 32px;
    border: 1px solid #e3e3e3;
    text-align: center;
    cursor: pointer;
}
.datePicker tr:first-child td:first-child,.datePickerFooter td:first-child{ border-left: none; text-align: center; padding-top: 5px; }
.datePicker tr:first-child td:last-child,.datePickerFooter td:last-child{ border-right: none; text-align: center; padding-top: 5px; }
.datePicker td:first-child{
    width: 68px; !important;
    text-align: center;
}
.datePickerDay:hover {
    background-color: #273b44;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #000;
}
.datePickerDaySelect {
    text-align: center;
    cursor: pointer;
    background-color: #273b44;
    color: #FFFFFF;
    border-radius: 2px;
}
.datePickerToday {
    text-align: center;
    cursor: pointer;
    background-color: #00a651;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #000;
    border-radius: 2px;
}
.datePickerHeader td {
    padding-bottom: 7px;
}
.datePickerFooter td {
    padding: 5px 0;
}
.datePickerHeader button, .datePickerFooter button {
    border-radius: 2px;
    padding: 0px 3px 0px 3px;
    height: auto;
    border: 1px solid #e2e2e2;
    font-family: YekanBold;
    font-size: 14px;
    background: #f1f1f1;
    cursor: pointer;
}
.datePickerHeader button:hover, .datePickerFooter button:hover {
    border: 1px solid #FFCC66;
    background: linear-gradient(#FFee88,#eFde78);
}
.datePickerYear, .datePickerMonth {
    background-color: White;
    text-align: center;
    display: inline-block;
    color:#444;
}

.datePickerMonth {
    min-width: 55px;
}

.datePickerYear {
    min-width: 33px;
    padding: 0 5px;
}
#datepic_txt label{ transition:all 0.3s linear;}
#datepic_txt label:hover{ color:#C3C3C3;}</pre></body></html>