/* , START CUSTOM */

@font-face {
font-family: 'IransansX';
src: url('/fonts/IransansX.ttf');
src: local('b IransansX'), url('fonts/IransansX.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.pdp-default .nul {
    width: 35px !important;
    height: 23px  !important;
    padding: 13px 5px 17px 5px;
    margin: 13px 4px -22px 5px;
}
.pdp-default ::selection {
    color: #fff !important;
}
.pdp-default ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #F5F5F5;
}
.pdp-default ::-webkit-scrollbar-thumb {
    background-color: #7fc945 !important;
}
.pdp-default .yearSelect li, .pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 0;
    font-family: 'IransansX';
    font-size: 12px;
    width: 60px !important;
    height: 53px !important;
    color: #908b8b;
    background-color: #fff;
}

.pdp-default .yearSelect, .pdp-default .monthSelect {
    font: normal 12px Tahoma;
    background: #fff;
    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: #7fc945;
    color: #fff ;
}
.pdp-default {
    position: absolute;
    direction: rtl;
    color: #635f5f;
    z-index: 99999;
	width: 400px;
}

.pdp-default .nextArrow{
    cursor: pointer;
    position: absolute;
    top: 16px ;
    padding: 3px 12px 3px 5px ;
    color: #7fc945;
}
.pdp-default .days {
    background-color: #ffffff;
    border-top: none;
    font: normal 12px Tahoma;
    border-top: 1px solid #9999995e;
    border-left: 1px solid #9999995e;
    border-right: 1px solid #9999995e;
}
.pdp-default .day {
    margin: 18px 0px 0px 18px;
    border-radius: 4px;
    width: 33px !important;
    height: 15px !important;
    margin: 20px 12px -13px 8px;
    font-size: 16px ;
    color: #838080;
    font-family: 'IransansX' ;
}
.day.cell {
    padding: 14px 5px 17px 5px;
    margin: 8px 7px -50px 4px;
}
.pdp-default .prevArrow {
    left: 4px;
    font-size: 30px;
    top: 16px ;
    padding: 3px 12px 3px 5px ;
    color: #7fc945;
}
 
.pdp-default .selday, .pdp-default .selday:hover {
    background: #7fc945 ;
    border-color: #eb5b0400 ;
}
.pdp-default .dows {
    background: #7fc945;
    color: #fff;
    padding: 0 6px 0px 2px;
}
.pdp-default .dow {
    font-family: 'IransansX';
    width: 48px !important;
    height: 32px !important;
    margin: 11px 1px 0px 6px;
    border: 0;
}
.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover {
    color: #7fc945 ;
}
.pdp-default .yearSelect li:hover, .pdp-default .monthSelect li:hover {
    background:#7fc945 ;
	color: #ffffff;
    border-color: #7fc945;
}
.pdp-default .pdp-footer {
    background: #7fc945 !important;
    font-family: 'IransansX' !important;
    height: 17px !important;
    padding: 14px 0px 8px 0px;
    font-size: 15px !important;
    margin: 17px 0px 0px 0px;
    border-radius: 0 0 10px 10px;
}
.pdp-default .pdp-header {
    padding: 13px 0 12px 0px !important;
    font-weight: 900;
    font-family: 'IransansX';
}

@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;
    z-index: 99999;
    border-radius: 14px !important;
    margin: -2px;
}

.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: 1px solid #9999995e;
    border-left: 1px solid #9999995e;
    border-right: 1px solid #9999995e;
    border-bottom: none;
    padding: 11px !important;
    font-weight: bold;
    border-radius: 13px 10px 0 0;
}

.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  .selected{
    background: #15a6eb;
    color: #ffffff;
}
 
 
.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: 12px;
    padding: 2px 1px 1px 11px;
    color: #7fc945 !important;
}

.pdp-default .nextArrow:hover, .pdp-default .prevArrow:hover{
    color: #7fc945;
}

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

.pdp-default .day:hover{
    background: #f3f3f3;
    border-radius: 2px;
}
.pdp-default .selday, .pdp-default .selday:hover {
    background: #7fc945;
    border-color: #7fc945;
    color: #fff;
}

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

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

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

 

.pdp-default .pdp-footer{    
    background: #999;
    font: normal 12px Tahoma;   
    text-align: center;
    height: 17px;
}
.pdp-default .pdp-footer .goToday{    
    color: #f0f0f0;
    text-decoration: none;    
}
.pdp-default .pdp-footer .goToday:hover{    
    color: #ffffff;
    text-decoration: overline;    
}