
@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: #555;
    z-index: 99999;
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.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;
    display: flex;
    align-items: center;
    height: 37px!important;
    line-height: 31px!important;
    font-size: 15px!important;
}

.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: #5d98ff;
        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{
    right:0;
}
.pdp-default .prevArrow{
    left:0;    
}
.pdp-default .monthYear{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.pdp-default .nextArrow, .pdp-default .prevArrow {
    cursor: pointer;
    position: absolute;
    top: 0px;
    padding: 14px;
    color: #c0b9b9;
}

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

.pdp-default .cell {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    padding-top: 10px;
    border-radius: 50% !important;
    transition: 0.5s;
}

/* Days of the week */
.pdp-default .dows {
    background: #ffffff;
    color: #868686;
}
.pdp-default .dow {
    font: bold 14px 'helvetica';
    border: 1px solid #ffffff;
}

.pdp-default .days{
    background-color: #ffffff;
    border: none;
    border-top: none;
    font: normal 12px Tahoma;   
}

.pdp-default .day{
    border: none;    
}

.pdp-default .day:hover {
    background: #5d98ff !important;
    border-radius: 2px;
    color: #fff !important;
}
.pdp-default .selday, .pdp-default .selday:hover {
    background: #5d98ff;
    border-color: #5d98ff;
    color: #fff;
}

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

.pdp-default .today {
    background: #f3f3f3;
    /* border: 1px solid #bbb; */
    border-radius: 2px;
    padding: 6px;
    height: 38px !important;
    width: 38px !important;
    padding-top: 10px;
}
.pdp-default .today:hover{
    color: #fff;
    background: #0073ea;    
}

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

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

.pdp-default .pdp-footer {
    color: #8e8e8e !important;
    /* border: 1px solid #807f7f; */
    /* background: #f2f2f2; */
    font: normal 12px Tahoma;
    text-align: center;
    height: 17px;
    display: flex;
    height: 17px;
    justify-content: center;
    padding: 2px;
    height: 30px !important;
    line-height: 20px !important;
    font-size: 13px !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
}
.pdp-default .pdp-footer .goToday {
    color: #8e8e8e;
    text-decoration: none;
}
.pdp-default .pdp-footer .goToday:hover{    
    color: #ffffff;
    text-decoration: overline;    
}