.demo-app-calendar {
  height: 2000px;
}
.orange {
  background-color: #fff7e8 !important;
  color: #ff9a2e !important;
}
.orange span {
  color: #ff9a2e !important;
}
.lightGrey {
  background-color: rgba(201, 205, 212, 0.1) !important;
  color: #c9cdd4 !important;
}
.lightGrey span {
  color: #c9cdd4 !important;
}
.lightRed {
  background-color: rgb(250 125 112) !important;
  color: #fff !important;
}
.lightRed span {
  color: #fff !important;
}
.lightBlue {
  background-color: #e8f6ff !important;
  color: #009cff !important;
}
.lightBlue span {
  color: #009cff !important;
}
.lightGreen {
  background-color: rgba(35, 195, 67, 0.04) !important;
  color: #00cf64 !important;
}
.lightGreen span {
  color: #00cf64 !important;
}
.fc-timegrid-event-harness-inset {
  left: 0 !important;
}
p {
  margin-bottom: 1em;
}
.demo-app {
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 92px);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.demo-app .leave {
  margin: 0 0 0 20px;
}
.demo-app-sidebar {
  width: 300px;
  line-height: 1.5;
  background: #eaf9ff;
  border-right: 1px solid #d3e2e8;
}
.demo-app-sidebar-section {
  padding: 2em;
}
.tooltips {
  max-width: 100%;
}
.tooltips .ant-tooltip-inner {
  background-color: #fff;
  color: #333;
  padding: 20px;
}
.tooltips .ant-tooltip-arrow::before {
  background-color: #fff;
}
.courseTime .ant-popover-inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.courseTime .ant-popover-inner-content {
  background-color: rgba(255, 238, 238, 0.8);
  border-radius: 8px;
  color: #ff5353;
  padding: 20px;
}
.courseTime .ant-popover-arrow {
  border-top-color: rgba(255, 238, 238, 0.5) !important;
  border-left-color: rgba(255, 238, 238, 0.5) !important;
}
.allTime {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.demo-app-main {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 16px;
  overflow-y: auto;
  background-color: #fff;
}
.demo-app-main .statistics-time {
  width: 99%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #999;
  position: absolute;
  top: 50px;
}
.demo-app-main .statistics-time .leave-related {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  justify-self: start;
}
.demo-app-main .schedule-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.demo-app-main .schedule-color p {
  margin: 0 5px 0 20px;
}
.demo-app-main .schedule-color i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  margin: 0 5px 0 20px;
}
.demo-app-main .schedule-color span {
  background-color: transparent !important;
}
.demo-app-main .schedule-color .schedule-blue {
  background-color: #009cff;
  color: #009cff;
}
.demo-app-main .schedule-color .schedule-green {
  background-color: #00cf64;
  color: #00cf64;
}
.demo-app-main .schedule-color .schedule-gray {
  background-color: #c9cdd4;
  color: #333;
}
.demo-app-main .fc-timegrid-body {
  width: 100% !important;
}
.demo-app-main .fc .fc-button-primary:not(:disabled):active,
.demo-app-main .fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #009cff;
  border-color: #009cff;
}
.demo-app-main .fc .fc-button-primary:not(:disabled):active:focus,
.demo-app-main .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.demo-app-main .fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 255, 0.5);
}
.demo-app-main .fc .fc-button-primary:focus {
  background-color: #009cff;
  border-color: #009cff;
  color: #fff;
}
.demo-app-main .fc .fc-button-primary {
  color: #333;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.demo-app-main .fc-timegrid-event-harness-inset .fc-timegrid-event .fc-event-main {
  padding: 0;
}
.demo-app-main .fc .fc-toolbar {
  display: block;
}
.demo-app-main .fc .fc-toolbar .fc-toolbar-chunk {
  float: left;
  margin-right: 20px;
}
.demo-app-main .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  float: right;
}
.demo-app-main .fc .fc-toolbar .fc-toolbar-title {
  font-size: 20px;
  font-weight: 600;
}
.demo-app-main .coursePopover .ant-popover-arrow {
  display: none;
}
.demo-app-main .fc-scrollgrid-sync-inner a {
  color: #333;
}
.demo-app-main .fc-day-today .fc-scrollgrid-sync-inner a {
  color: #009cff;
}
.demo-app-main .fc-day-today .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: #009cff;
}
.demo-app-main .fc-day-today .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion::after {
  content: '(今天)';
  display: inline-block;
  color: #009cff;
}
.calendarTools .fc-toolbar,
.demo-app-main .fc .fc-toolbar {
  height: 80px;
}
.fc {
  /* the calendar root */
  margin: 0 auto;
}
.fc .fc-timegrid-slot {
  height: 2.5em;
}
.closed {
  float: right;
  font-size: 20px;
}
.hotcls {
  width: 98%;
  margin: auto;
  border: none !important;
}
.dotcls::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: red;
  top: 0;
  right: 0;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: none;
  border: 1px solid #fff;
}
.eventCls {
  height: 100%;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 2px var(--fc-page-bg-color, #005184);
}
.calendarLoading {
  width: 100%;
  height: 100vh;
  text-align: center;
  line-height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.4);
}
.course-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.course-title:hover {
  color: #009cff;
  cursor: pointer;
  text-decoration: underline;
}
.course-title span {
  display: inline-block;
  width: 40px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  color: #666;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.course-info {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.course-info > span {
  display: inline-block;
  width: 70px;
  color: #999;
  margin-right: 20px;
  text-align: right;
}
.students-info {
  cursor: pointer;
}
.course-form label {
  margin-right: 20px;
}
.course-form .tips {
  font-size: 12px;
  font-weight: 400;
  color: #ff5353;
}
.course-form .ant-btn {
  width: 160px;
  height: 40px;
  border-radius: 10px;
}
.course-form .ant-btn-primary {
  background: #009cff;
  margin-left: 20px;
}
.feedBacktips {
  z-index: 1050;
}
.coursePopover .ant-popover-content {
  width: 440px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}
.coursePopover .ant-popover-content .ant-popover-inner {
  box-shadow: none;
}
.coursePopover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}
.coursePopover img {
  float: right;
  margin-top: -50px;
}
.coursePopover .operation {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background-color: #009cff;
  float: right;
}
.submit-tips .ant-modal-content {
  padding: 20px 20px 0;
  border-radius: 30px;
}
.submit-tips .ant-modal-content .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.submit-tips .ant-modal-content .btn .ant-btn {
  width: 200px;
  height: 46px;
  margin: 20px 0 40px;
  border-radius: 10px;
  font-size: 16px;
}
.submit-tips .ant-modal-content .btn .ant-btn-primary {
  background: #009cff;
}
.submit-tips .tips-main {
  text-align: center;
}
.submit-tips .tips-main .tips-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
}
.submit-tips .tips-main .tips-text {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.submit-tips .tips-main .tips-text span {
  font-weight: 600;
}
.submit-tips .tips-main .tips-err {
  font-size: 18px;
  font-weight: 400;
  color: #ff5353;
  line-height: 25px;
}
.calendar-header {
  margin-bottom: 16px;
  position: absolute;
  top: 68px;
  left: 20px;
  width: 100%;
}
.tag-wrap {
  position: absolute;
  right: 50px;
  top: 0;
}
.tag-item {
  width: 12px;
  height: 14px;
  margin-top: 2px;
}
.tag-pd {
  padding-left: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

