
@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: #555;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.19);
	z-index: 99999;
    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: #87b0fb;/*#006fe0;*/
    color: #ffffff;
    border-top: 2px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
    padding: 2px;
    font-weight: bold;
    border-radius: 6px 6px 0px 0px;
    margin-top: 2px;
}

.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 ;
    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;
    font-size: 15px;
}

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

.pdp-light .nextArrow:hover, .pdp-light .prevArrow:hover{
    color: #0073ea;
}

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

/* Days of the week */
.pdp-light .dows {
    background-color: #87b0fb;/*#006fe0;*/
    color: #ffffff;
}
.pdp-light .dow {
    font: bold 14px;
}

.pdp-light .days{
    background-color: #ffffff;
    border-top: none;
    font: normal 12px;
    margin: 1px;
}

.pdp-light .day{
    background-color: #ffffff;
    border-radius: 20px;
}

.pdp-light .day:hover{

    border-radius: 2px;
}
.pdp-light .selday, .pdp-light .selday:hover{
    background: #eadaa6;
    border-color: #eb5b04;
}

.pdp-light .friday{
    color: #f38;
}

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

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

.pdp-light .nul{
    background: #ffffff;
}

.pdp-light .pdp-footer{
    background-color: #87b0fb;/*#006fe0;*/
    color: #ffffff;
    font: normal 12px ;
    text-align: center;
    height: 17px;
    border-radius: 0px 0px 6px 6px;
    font-size: 15px;
}
.pdp-light .pdp-footer .goToday{
    color: #f0f0f0;
    text-decoration: none;
}
.pdp-light .pdp-footer .goToday:hover{
    color: #ffffff;
    text-decoration: overline;
}


.pdp-light {
    box-shadow: none;
}

.pdp-light .pdp-header {
    background-color: #6D39EF;
    color: #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: none;
    padding: 3px;
    font-weight: normal;
    border-radius: 10px 10px 0px 0px;
    margin-top: 2px;
}

.pdp-light .pdp-header {
    background-color: #6D39EF;
    color: #ffffff;
    padding: 5px;
    font-weight: normal !important;
    border-radius: 10px 10px 0px 0px;
    margin-top: 2px;
    border: none !important;
}

.monthYear {
    font-size: 14px !important;
}

.pdp-light .prevArrow {
    cursor: pointer;
    position: absolute;
    padding: 2px;
    left: 4px;
}

.nextArrow {
    right: 4px !important;
}

.pdp-light .dows {
    background-color: #006DFF;
    color: #ffffff;
    padding: 4px 2px;
}

.dow.cell {
    font-size: 14px !important;
    line-height: 1rem !important;
    height: 20px !important;
}

.days {
    margin: 0 !important;
    padding: 2px;
    background: #f5f5f5;
}

.day.cell {
    font-size: 14px !important;
}

.pdp-light .day:hover {
    border-radius: 100px;
    background: #ebebeb !important;
}

.pdp-light .today {
    background: #006DFF;
}

.pdp-light .friday {
    color: #ff3636;
}

.pdp-light .pdp-footer {
    background-color: #6D39EF;
    color: #ffffff;
    font: normal 12px;
    text-align: center;
    height: 35px !important;
    border-radius: 0px 0px 10px 10px;
    font-size: 15px !important;
}

.pdp-light .pdp-footer .goToday:hover {
    text-decoration: none;
}

a.goToday {
    line-height: 35px !important;
}