.fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.fc-toolbar .fc-left {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.fc-toolbar .fc-left .fc-icon {
  cursor: pointer;
  font-size: 22px;
}
.fc-toolbar .title {
  margin: 0 5px;
}
.fc-daygrid-event {
  margin: 2px;
}
.fc-daygrid-event .fc-content-title {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
}
.fc-daygrid-event .icon-tips {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #AAAAAA;
  vertical-align: super;
  border-radius: 50%;
}
.fc-daygrid-event .icon-tips.success {
  background-color: #409EFF;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #F5F7FA;
}
.fc-daygrid-event-harness {
  width: 100%;
}
