@keyframes start {
    from {
        transform: scale(.5);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(.5);
    }
    to {
        -webkit-transform: scale(1);
    }
}

.rtl {
    direction: rtl
}

.pdp-default {
    position: absolute;
    direction: rtl;
    color: #ccc;
    /*box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.19);*/
    z-index: 1066;
    font-family: Vazir;
}

.pdp-default ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
}

.pdp-default ::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F5;
}

.pdp-default ::-webkit-scrollbar-thumb {
    background-color: #444444;
}

.pdp-default ::selection {
    color: #67cdcc;
}

.pdp-default .pdp-header {
    background-color: #ffffff;
    border-top: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding: 2px;
    font-weight: bold;
}

.pdp-default .yearSelect {
    overflow-y: auto;
    direction: ltr;
}

.pdp-default .monthSelect li.disableMonth,
.pdp-default .monthSelect li.disableMonth:hover {
    color: #bbb;
    background: #eee;
    cursor: not-allowed;
}

.pdp-default .yearSelect,
.pdp-default .monthSelect {
    font: normal 12px Tahoma;
    background: #f9f9f9;
    border: 1px solid #ccc;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;
    text-align: center;
    z-index: 9999;
    animation: start 0.2s;
    -webkit-animation: start 0.2s;
}

.pdp-default .selected {
    background: #15a6eb;
    color: #ffffff;
}

.pdp-default .yearSelect li,
.pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 1px dotted #ddd;
}

.pdp-default .yearSelect li:hover,
.pdp-default .monthSelect li:hover {
    background: #FF9933;
    color: #ffffff;
    border-color: #FF7700;
}

.pdp-default .nextArrow {
    left: 0;
}

.pdp-default .prevArrow {
    right: 0;
}

.pdp-default .monthYear {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    color: #3b3b3e
}

.pdp-default .nextArrow,
.pdp-default .prevArrow {
    cursor: pointer;
    position: absolute;
    top: 1px;
    padding: 2px;
    color: #f1b123;
}

.pdp-default .nextArrow:hover,
.pdp-default .prevArrow:hover {
    color: #0062cc;
}

.pdp-default .cell {
    display: inline-block;
    cursor: default;
    text-align: center;
    font-family: Vazir;
}

.pdp-default .dows {
    background: #ccc;
    /*#006fe0;*/
    color: #868686;
}

.pdp-default .dow {
    font-size: 20px;
    font-family: Vazir;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    border-left: 0px;
}

.pdp-default .days {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-top: none;
}

.pdp-default .day {
    border: 1px solid #f1f1f1;
    color: #007bff;
}

.pdp-default .day:hover {
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.pdp-default .selday,
.pdp-default .selday:hover {
    background: #3d9afd;
    border-color: #007bff;
    color: #ffffff;
}

.pdp-default .friday {
    color: #23383d;
}

.pdp-default .today {
    color: #f5f7f9;
    background: #28a745;
    border: 1px solid #1b9437;
}

.pdp-default .today:hover {
    color: #fff;
    background: #b0b0b0;
}

.pdp-default .disday,
.pdp-default .disday:hover {
    color: #B7B5B5;
    background: #F1F1F1;
    cursor: not-allowed;
}

.pdp-default .nul {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
}

.pdp-default .pdp-footer {
    background: #ddd;
    color: #9e9e9e;
    font: normal 12px Vazir;
    text-align: center;
    height: 17px;
}

.pdp-default .pdp-footer .goToday {
    color: #28a745;
    font-family: Vazir;
    /* text-decoration: none; */
}

.pdp-default .pdp-footer .goToday:hover {
    color: #28a745;
    /* text-decoration: overline; */
}


/*******************************************************/

@keyframes start {
    from {
        transform: scale(.5);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(.5);
    }
    to {
        -webkit-transform: scale(1);
    }
}

.rtl {
    direction: rtl
}

.pdp-light {
    position: absolute;
    direction: rtl;
    color: #ccc;
    /*box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.19);*/
    z-index: 1004;
    font-family: Vazir;
}

.pdp-light ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
}

.pdp-light ::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F5;
}

.pdp-light ::-webkit-scrollbar-thumb {
    background-color: #444444;
}

.pdp-light ::selection {
    color: #67cdcc;
}

.pdp-light .pdp-header {
    background-color: #ffffff;
    border-top: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding: 2px;
    font-weight: bold;
}

.pdp-light .yearSelect {
    overflow-y: auto;
    direction: ltr;
}

.pdp-light .monthSelect li.disableMonth,
.pdp-light .monthSelect li.disableMonth:hover {
    color: #bbb;
    background: #eee;
    cursor: not-allowed;
}

.pdp-light .yearSelect,
.pdp-light .monthSelect {
    font: normal 12px Vazir;
    background: #f9f9f9;
    border: 1px solid #ccc;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 99.6%;
    text-align: center;
    z-index: 9999;
    animation: start 0.2s;
    -webkit-animation: start 0.2s;
}

.pdp-light .selected {
    background: #15a6eb;
    color: #ffffff;
}

.pdp-light .yearSelect li,
.pdp-light .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 1px dotted #ddd;
}

.pdp-light .yearSelect li:hover,
.pdp-light .monthSelect li:hover {
    background: #FF9933;
    color: #ffffff;
    border-color: #FF7700;
}

.pdp-light .nextArrow {
    right: 0;
}

.pdp-light .prevArrow {
    left: 0;
}

.pdp-light .monthYear {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    color: #249c9c;
}

.pdp-light .nextArrow,
.pdp-light .prevArrow {
    cursor: pointer;
    position: absolute;
    top: 1px;
    padding: 2px;
    color: #85a5a5;
}

.pdp-light .nextArrow:hover,
.pdp-light .prevArrow:hover {
    color: #228d8d;
}

.pdp-light .cell {
    display: inline-block;
    cursor: default;
    text-align: center;
}

.pdp-light .dows {
    background: #ccc;
    /*#006fe0;*/
    color: #868686;
}

.pdp-light .dow {
    font-size: 20px;
    font-family: Vazir-ultra;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    border-left: 0px;
}

.pdp-light .days {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 20px;
    font-family: number;
}

.pdp-light .day {
    border: 1px solid #f1f1f1;
    color: #249c9c;
}

.pdp-light .day:hover {
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.pdp-light .selday,
.pdp-light .selday:hover {
    background: #85a5a5;
    border-color: #249c9c;
    color: #001717;
}

.pdp-light .friday {
    color: #23383d;
}

.pdp-light .today {
    color: #004d4d;
    background: #85a5a5;
}

.pdp-light .today:hover {
    color: #fff;
    background: #b0b0b0;
}

.pdp-light .disday,
.pdp-light .disday:hover {
    color: #B7B5B5;
    background: #F1F1F1;
    cursor: not-allowed;
}

.pdp-light .nul {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
}

.pdp-light .pdp-footer {
    background: #ddd;
    color: #9e9e9e;
    font: normal 12px Tahoma;
    text-align: center;
    height: 17px;
}

.pdp-light .pdp-footer .goToday {
    color: #249c9c;
    text-decoration: none;
}

.pdp-light .pdp-footer .goToday:hover {
    color: #f6a304;
    text-decoration: overline;
}