.padding-calender{
    /* padding-right: 1rem;
    padding-left: 1rem; */
    padding-right: 10px;
    padding-left: 10px;
}
.fc-sat { color:#F94B2C; }
.fc-sun { color:#F94B2C;}
.fc-day-top{
    text-align: center;
}
.fc-day-header{
    font-size: 16px;
}
.fc-day-number{
    cursor: pointer;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: unset;
    font-size: 14px;
    line-height: 1.7;
    height: 18px;
    border: 1px solid transparent;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
}
.fc td, .fc th{
    border: 0px;
    /* padding: 5px; */
}
.fc-head{
    border-bottom: 1px solid #777;
}
.fc-body{
    border-bottom: 1px solid #777;
}
.fc-unthemed td.fc-today{
    background: transparent;
}
.clicked_date{
    line-height: 1.7;
    color: #1bba08;
    height: 18px;
    width: 18px;
    border-color: #1bba08 !important;
    border-radius: 50%;
    display: inline-block;
}
.fc-event-container{
    text-align: center;
    text-align: -webkit-center;
}
a.fc-event {
    border-color: transparent !important;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
table.fc-border-separate { table-layout: fixed; } 
table.fc-border-separate, table.fc-border-separate.fc td, .fc th {
    width: 10px !important;
    height: 10px !important;
}
.fc-widget-content{
    height: 30px !important;
}
  