﻿.main-cal {
    display: block;
    flex-direction: row;
    align-items: center;
}

.calc {
    height: 380px;
    margin-right: 60px;
    float: right;
}
.year {
    display: flex;
    justify-content: center;
}
.years {
    display: flex;
    justify-content: center;
    padding:10px;
}
.years button{
    margin:0 40px;
    border-radius:20px;
}
.spring {
    height: 50px;
    text-align: center;
    width: 270px;
    /*background-color: #064420;*/
    background-color: #429015;
    background-image: linear-gradient(213deg, #429015 0%, #a1ff0a 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.summer {
    height: 50px;
    text-align: center;
    width: 270px;
    /*background-color: #ec0000;*/
    background-color: #d91e36;
    background-image: linear-gradient(34deg, #d91e36 0%, #d00000 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.autumn {
    height: 50px;
    text-align: center;
    width: 270px;
    /*background-color: #f96900;*/
    background-color: #ff0000;
    background-image: linear-gradient(239deg, #ff0000 0%, #fbff0a 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.winter {
    height: 50px;
    text-align: center;
    width: 270px;
    /*background-color: #2ec4b6;*/
    background-color: #4361ee;
    background-image: linear-gradient(196deg, #4361ee 0%, #4cc9f0 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}




.number {
    height: 288px;
    width: 270px;
    background-color: #e8e8e4;
}


.days {
    width: 77px;
    height: 57px;
    font-family: Vazir;
    font-size: 20px;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 270px;
}

.numbers tr th {
    border: 2px solid black;
    height: 15px;
}

.numbers tr td {
    border: 2px solid black;
    text-align: center;
    width: 30px;
    height: 40px;
    /*font-family:KyrillaSansSerif;*/
}

    .numbers tr td:hover {
        transform: scale(1.5);
        cursor: pointer;
    }

.holidayClass {
    color: red;
}

.nonHolidayClass {
    color: black;
}

.btn-calender {
    border: none;
    background: none;
    outline: none;
}

.btn-calender:hover {
        text-shadow: 2px 2px 2px black;
        outline: none;
        border: none;
    }
.btn-calender:active{
    border:none;
    outline:none;
}
.years span {
    width: 100px;
    height: 24px;
    background-color: #E5DCC3;
}
/*screen loptop
@media screen and (min-width:768px)and (max-width:1440px) {

}.btn-custom-close {
    margin: -20px!important;
}*/

