.a_cale {
    position: relative;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 15px;
    /* background:#FFF; */
    /* padding:0 10px 0 10px; */
    margin-top: 40px;
}

/* .a_cale .title_ul {
    height: 30px;
    background: #EEE;
	width:calc(100% + 20px);
	margin:0 -10px 0 -10px;
} */
.set-wrap {
    position: relative;
    margin-bottom: 20px;

}
.set_date {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background: #fff;
    height: 60px;
    width: 220px;
    border-radius: 1em; */
}
.set-wrap .set_date a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 26px;
    font-weight: 600;

}
.set-wrap .set_date a i {
    margin-top: 4px;
    border-radius: 50%;

}
.set-wrap .set_date a:first-child i {
    margin-right: 18px;
}
.set-wrap .set_date a:last-child i {
    margin-left: 18px;
}
.a_cale td {
    width: calc(100% / 7);
}

.a_cale table td:hover {
    /* background:#EEE;
    border-radius: 50%; */
}

.a_cale td.valid {
    color: #FFFFFF;
}
.a_cale td.today {
    color: #ffd81c;
    font: bold;
    background-color: #F7D6D8;
}
.a_cale td.sunday {
    color: red;
}
.a_cale td.saturday {
    color: #3366cc;
}
.a_cale td.weekday {}
.a_cale td b {
    color: #009900;
}
.a_cale .writeday a {
    background: #3A24BD;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
#calendar_skin {
    border: 1px #f2f2f2 solid;
}
#calendar_skin {
    background: #fff;
    width: 100%;
    border-radius: 0.9em;

}

#calendar_skin thead td:first-child {
    border-top-left-radius: 0.9em;
}
#calendar_skin thead td:last-child {
    border-top-right-radius: 0.9em;
    border-right: 0 !important;
}
#calendar_skin thead td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px #f2f2f2 solid;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 15px;
    /* border: 0 !important; */
    /* border-right: 1px #d7dce7 solid !important; */
    /* background: #e5e9f1; */
    background: linear-gradient(to top, #d6deed, #e5e9f1);

}
#calendar_skin tbody td {
    border-bottom: 1px #f2f2f2 solid;
}
#calendar_skin td:nth-child(odd) {
    border-left: 1px #f2f2f2 solid;
    border-right: 1px #f2f2f2 solid;
}
#calendar_skin tbody td {
    position: relative;
    height: 120px;
}
#calendar_skin tbody td span {
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-size: 14px;
}
#calendar_skin tbody td .lists {
    font-size: 13px;
    /* width: 80%; */
    clear: both;
    position: relative;
    margin-top: 15px;

}
#calendar_skin tbody td .lists li {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    margin-left: 18px;
}

#calendar_skin tbody td .lists li::before {
    content: "- ";
}
@media(max-width:991px) {
    .a_cale {
        position: relative;
        text-align: center;
        letter-spacing: 0px;
        margin-bottom: 1-px;
        /* background:#FFF; */
        /* padding:0 10px 0 10px; */
        margin-top: 20px;
    }
    .a_cale .writeday a {
        background: #3A24BD;
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
    }
    #calendar_skin thead td {
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 1px #f2f2f2 solid;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-size: 12px;

    }
    #calendar_skin tbody td {
        position: relative;
        height: 45px;
    }
    #calendar_skin tbody td span {
        position: absolute;
        top: 0;
        left: 6px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-size: 11px;
    }
    #calendar_skin tbody td .lists {
        display: none;
    }
    .set-wrap .set_date a {
        font-family: 'Titillium Web', sans-serif;
        font-size:13px;
        font-weight:600;
    
    }
    .set-wrap .set_date a i {
        margin-top: 4px;
        border-radius: 50%;
        
    }
    .set-wrap .set_date a:first-child i {
        margin-right: 10px;
    }
    .set-wrap .set_date a:last-child i {
        margin-left: 10px;
    }
   
}
