@font-face {
    font-family: iran-yekan;
    src: url(./../font/IRANYekanLightFaNum.ttf);
}


@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 #c5c5c5;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    font-family: iran-yekan;
    display: none;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.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 {
    position: relative;
    border: 0;
    font-weight: bold;
    width: 100%;
    padding: 0;
    background-color: #fff;
    color: #808080;
}

.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: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    list-style: none;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    animation: start 0.2s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-animation: start 0.2s;
}

.pdp-default .selected {
    background: #008080;
    color: #ffffff !important;
}

.pdp-default .yearSelect li,
.pdp-default .monthSelect li {
    padding: 1px;
    cursor: default;
    display: inline-table;
    text-align: center;
    border: 1px solid #eee;
    margin: 3px 5px;
    font-weight: 600;
    border-radius: 5px;
    font-family: iran-yekan;
    color: #7e7e7e;
}

.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;
    font-size: 13px;
}

.pdp-default .nextArrow,
.pdp-default .prevArrow {
    cursor: pointer;
    position: absolute;
    top: 1px;
    padding: 2px;
}

.pdp-default .nextArrow:hover,
.pdp-default .prevArrow:hover {
    color: #0073ea;
}

.pdp-default .cell {
    display: inline-block;
    cursor: default;
    text-align: center;
}

/* Days of the week */
.pdp-default .dows {
    background: #fff;
    /*#006fe0;*/
    color: #5F5D5D;
    display: flex;
    justify-content: space-around;
}

.pdp-default .dow {
    font: bold 14px 'helvetica';
    border: none;
    font-family: iran-yekan;
}

.pdp-default .dow:last-child {
    color: red !important;
}

.pdp-default .days>div {
    display: flex;
}

.pdp-default .day {
    border: 1px solid #f1f1f1;
    background: none !important;
    margin-bottom: 0 !important;
    padding: 5px !important;
    color: gray !important;
    text-align: center !important;
    filter: none !important;
    border: 1px solid #eee !important;
    border-radius: 3px !important;
    /* width: 35px !important; */
    margin: 2px auto !important;
    /* height: 35px !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pdp-default .day:hover {
    background: #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.pdp-default .selday,
.pdp-default .selday:hover {
    background: #eadaa6;
    border-color: #eb5b04;
}

.pdp-default .friday,
.pdp-default .holiday {
    color: red !important;
    border-color: #ff00005c !important;
}

.pdp-default .past-day {
    background: repeating-linear-gradient(-55deg, #ffffff, #2222221f 1px, #fff 4px) !important;
}

.pdp-default .today {
    color: #fff !important;
    background: #008080 !important;
}

.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 #eee;
    background: #eee;
    border-radius: 3px;
    margin: 2px;
}

.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;
}