.tx-md-fullcalendar .fc .fc-button-primary:not(:disabled).fc-button-active, .tx-md-fullcalendar  .fc .fc-button-primary:not(:disabled):active{
  background-color: #135C93!important;
  color: #fff!important;
}

.tx-md-fullcalendar .fc .fc-button-primary{
  background-color: #CBF3FE!important;
  color: #135C93!important;
  border-color: transparent;
}

.tx-md-fullcalendar .fc .fc-button-primary.fc-prev-button{
  background-color: #135C93!important;
  color: #fff!important; 
  border-radius: 100%!important;
  border-color: transparent;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.tx-md-fullcalendar .fc .fc-button-primary.fc-next-button{
  background-color: #135C93!important;
  color: #fff!important;   
  border-radius: 100%;
  border-color: transparent;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tx-md-fullcalendar .fc-col-header-cell.fc-day {
  background-color: #E8E8E8; 
}

.tx-md-fullcalendar .fc-col-header-cell.fc-day a{
  color: #135C93!important;
}

.tx-md-fullcalendar .fc-direction-ltr .fc-daygrid-event.fc-event-end, .tx-md-fullcalendar  .fc-direction-rtl .fc-daygrid-event.fc-event-start{
  background-color: #135C93;
  color: #fff;
  padding: 2px 5px;
}

.tx-md-fullcalendar .fc-daygrid-event-dot, .tx-md-fullcalendar .fc-direction-ltr .fc-daygrid-event .fc-event-time{
  display: none;
}

.tx-md-fullcalendar .fc .fc-toolbar-title{
  color: #135C93;
}

.tx-md-fullcalendar  .fc .fc-daygrid-day.fc-day-today{
  background-color: rgba(84, 216, 255, .3)!important;
}

.tx-md-fullcalendar .fc .fc-timegrid-col.fc-day-today{
  background-color: rgba(84, 216, 255, .3)!important;
}

.tx-md-fullcalendar .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child){
  border-radius: .25em!important;
}