/* 7 of 87 CSS properties converted by rtl.daskhat.ir 
 These properties should be override originals. 
 just load rtl css file after original css file.*/ 

/* body {direction:rtl;} */

.event-filter.open .calanderSection {
    opacity: 1;
    visibility: visible;
}

.calanderSection{
    position: absolute;
    top: 55px;
    margin-bottom: 15px;
    background: #fff;
    border: 2px solid #FBBE2C;
    padding: 50px;
    max-width: 651px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
    z-index: 1;
}

.calanderTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.calanderTable td, .calanderTable th{
    width: 14.28%;
    position: relative;
    border: none;
    text-align: center;
    padding: 10px 0;
}

table.calanderTable th{
    text-align: center !important;
}

.calanderTable th .d {
	padding: 0;
    background: transparent;
    color: #C8A259;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.calanderTable .defoult:not(.remind):last-child .date{
    background: transparent;
    border: none;
}

.calanderTable .defoult{
    : ;
}

.calanderTable .defoult .date{
    display: inline-flex;
    background: #D0D0D0;
    border: solid 1px #D0D0D0;
    color: #676767;
    height: 36px;
    width: 36px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.calanderTable .currentDate .date{
    background: #fff;
    border-color: #FBBE2C;
}

.calanderNavBlock{
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    margin: 0px 0px 15px 20px ;
    position: relative;
}

.calanderNavBlock .calanderHeading{
    margin: 0 65px 10px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    background: transparent;
    filter: progid;
    border-radius: 50px;
    color: #1C1E20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calanderControls span{
    background: #FBBE2C url(../../images/chevron-left.svg) no-repeat 50% 50%;
	transform: rotate(180deg);
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 2px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
    border-radius: 50%;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}

.calanderControls span.prev{
	transform: rotate(0deg);
    right: inherit;
    left: 0px;
}

.calanderControls span:hover{
    background-color: #162134;
}

.calanderTable .remind .date{
    background: #FDB933;
    border-color: #FDB933;
    cursor: pointer;
}

.calanderTable .selected .date{
    color: #fff;
    background: #162134;
    filter: progid;
    border-color: transparent;
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    .calanderSection {
        top: 77px;
        max-width: 338px;
        padding: 55px 8px 30px;
    } 
    .calanderNavBlock .calanderHeading {
        font-size: 22px;
    }
    .calanderTable th .d {
        font-size: 20px;
    }
    .calanderTable .defoult .date {
        font-size: 17px;
        padding-bottom: 0;
        height: 32px;
        width: 32px;
    }
    .calanderNavBlock {
        width: calc(100% - 12px);
        margin: 0px 0px 15px 6px;
    }
    .calanderControls span {
        top: 0;
    }
}
@media screen and (max-width: 370px) {
    .calanderNavBlock {
        margin: 0px 0px 5px 6px;
    }
    .calanderTable th .d {
        font-size: 18px;
        height: 28px;
        width: 28px;
    }
    .calanderTable .defoult .date {
        height: 28px;
        width: 28px;
        font-size: 15px;
    }
}

.calander-disabled{
    background-color: #D0D0D0 !important;
}