.fc td,
.fc th {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.fc .fc-toolbar h2, .fc .fc-toolbar .h2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}@media (max-width: 767.98px) {
  .fc .fc-toolbar .fc-left,
  .fc .fc-toolbar .fc-right,
  .fc .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }  .fc .fc-toolbar > * > * {
    float: none;
  }  .fc .fc-toolbar .fc-today-button {
    display: none;
  }
}
.fc .fc-toolbar .fc-button {
  text-transform: capitalize;
}
.fc .fc-daygrid-day-top {
  flex-direction: column;
  padding: 14px;
}
.fc .fc-col-header-cell {
  background-color: transparent;
  border: none;
}
.fc .fc-col-header-cell-cushion {
  display: block;
  padding: 16px 4px;
}
.fc .fc-scrollgrid-section .fc-scroller-harness {
  padding: 0;
}
.fc .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  margin: 2px;
}
.fc .fc-daygrid-day-number:hover {
  background-color: #5b6b79;
  color: #ffffff;
}/*
.fc .fc-daygrid-day.fc-day-today {
  background: url("../images/application/img-cal-bg.jpg");
  background-size: cover;
}*/
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc .fc-scrollgrid-section > * {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.fc .fc-scrollgrid-section-liquid > td {
  border-top: 0;
}
.fc a[data-navlink]:hover {
  text-decoration: none;
}
.fc-theme-bootstrap a:not([href]) {
  color: var(--bs-body-color);
}
.fc-theme-standard .fc-scrollgrid {
  border: none;
}
.fc-event {
  background: #eff0f2;
  color: #5b6b79;
  border-radius: 50px;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px;
  text-align: center;
  border: 1px solid;
}
.fc-h-event .fc-event-main {
  color: #5b6b79;
}
.fc-event-title,
.fc-sticky {
  font-weight: 600 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fc-daygrid-event-dot {
  border-color: #ffffff !important;
  display: none;
}
.fc-event-time {
  display: none;
}
.fc-event .fc-content {
  color: #ffffff;
}#external-events .external-event {
  text-align: left;
  padding: 8px 16px;
  margin: 6px 0;
}
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
  color: #f8f9fa;
}
.fc-prev-button.fc-button,
.fc-next-button.fc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0;
}
.fc-toolbar-chunk .d-inline-flex .fc-button {
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.15);
  border: none;
  box-shadow: none;
  border-radius: 50px !important;
}
.fc-toolbar-chunk .d-inline-flex .fc-button:not(:first-child) {
  margin-left: 5px;
}
.fc-toolbar-chunk .d-inline-flex .fc-button:focus, .fc-toolbar-chunk .d-inline-flex .fc-button:hover, .fc-toolbar-chunk .d-inline-flex .fc-button.active {
  color: #ffffff;
  background-color: var(--bs-primary);
}
.fc-toolbar-chunk .fc-button-primary {
  background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
  color: var(--bs-primary);
  border: var(--bs-primary);
  padding: 9px 16px;
}
.fc-toolbar-chunk .fc-button-primary:focus, .fc-toolbar-chunk .fc-button-primary:hover {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
.fc-toolbar-chunk .fc-button-primary:focus {
  box-shadow: none;
}
.fc-toolbar-chunk .fc-button-primary:not(:disabled).fc-button-active, .fc-toolbar-chunk .fc-button-primary:not(:disabled):active {
  background-color: var(--bs-primary) !important;
  color: #fff;
}
.fc-toolbar-chunk .fc-button-primary:not(:disabled).fc-button-active:focus, .fc-toolbar-chunk .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}
.fc-toolbar-chunk .fc-today-button {
  border-radius: 50px !important;
  background-color: var(--bs-primary) !important;
  border: var(--bs-primary);
  color: #fff;
}@media (max-width: 575.98px) {
  .fc-toolbar {
    flex-direction: column;
    gap: 16px;
  }
}
.fc-daygrid-event-harness .fc-daygrid-event {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.fc-timegrid-event-harness .fc-timegrid-event {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.fc-timegrid-slots table tr {
  border-color: #e7eaee !important;
}
.fc-list-table {
  border-color: #e7eaee;
}
.fc-event.event-primary {
  background: #edf2ff !important;
  color: #4079f5 !important;
}
.fc-event.event-primary.fc-h-event .fc-event-main {
  color: #4079f5;
}
.fc-event.event-primary.fc-h-event:focus, .fc-event.event-primary.fc-h-event:hover {
  background: #4079f5;
  color: #fff;
}
.fc-event.event-secondary {
  background: #eff0f2 !important;
  color: #5b6b79 !important;
}
.fc-event.event-secondary.fc-h-event .fc-event-main {
  color: #5b6b79;
}
.fc-event.event-secondary.fc-h-event:focus, .fc-event.event-secondary.fc-h-event:hover {
  background: #5b6b79;
  color: #fff;
}
.fc-event.event-success {
  background: #eaf6f2 !important;
  color: #2ca87f !important;
}
.fc-event.event-success.fc-h-event .fc-event-main {
  color: #2ca87f;
}
.fc-event.event-success.fc-h-event:focus, .fc-event.event-success.fc-h-event:hover {
  background: #2ca87f;
  color: #fff;
}
.fc-event.event-info {
  background: #ecfafb !important;
  color: #3ec9d6 !important;
}
.fc-event.event-info.fc-h-event .fc-event-main {
  color: #3ec9d6;
}
.fc-event.event-info.fc-h-event:focus, .fc-event.event-info.fc-h-event:hover {
  background: #3ec9d6;
  color: #fff;
}
.fc-event.event-warning {
  background: #fcf3e6 !important;
  color: #e58a00 !important;
}
.fc-event.event-warning.fc-h-event .fc-event-main {
  color: #e58a00;
}
.fc-event.event-warning.fc-h-event:focus, .fc-event.event-warning.fc-h-event:hover {
  background: #e58a00;
  color: #fff;
}
.fc-event.event-danger {
  background: #fce9e9 !important;
  color: #dc2626 !important;
}
.fc-event.event-danger.fc-h-event .fc-event-main {
  color: #dc2626;
}
.fc-event.event-danger.fc-h-event:focus, .fc-event.event-danger.fc-h-event:hover {
  background: #dc2626;
  color: #fff;
}
.fc-event.event-light {
  background: #fefeff !important;
  color: #f8f9fa !important;
}
.fc-event.event-light.fc-h-event .fc-event-main {
  color: #f8f9fa;
}
.fc-event.event-light.fc-h-event:focus, .fc-event.event-light.fc-h-event:hover {
  background: #f8f9fa;
  color: #fff;
}
.fc-event.event-dark {
  background: #e9e9ea !important;
  color: #212529 !important;
}
.fc-event.event-dark.fc-h-event .fc-event-main {
  color: #212529;
}
.fc-event.event-dark.fc-h-event:focus, .fc-event.event-dark.fc-h-event:hover {
  background: #212529;
  color: #fff;
}
.fc-event.event-lib {
  background: rgba(var(--lib-color), .3) !important;
  color: rgb(var(--lib-color)) !important;
}
.fc-event.event-lib.fc-h-event .fc-event-main {
  color: rgb(var(--lib-color));
}
.fc-event.event-lib.fc-h-event:focus, .fc-event.event-lib.fc-h-event:hover {
  background: rgba(var(--lib-color), .3) !important;
  color: #fff;
}
.fc-event.event-cat {
  background: rgba(var(--cat-color), .3) !important;
  color: rgb(var(--cat-color)) !important;
}
.fc-event.event-cat.fc-h-event .fc-event-main {
  color: rgb(var(--cat-color));
}
.fc-event.event-cat.fc-h-event:focus, .fc-event.event-cat.fc-h-event:hover {
  background: rgba(var(--cat-color), .3) !important;
  color: #fff;
}
.fc-event.event-hld {
  background: rgba(var(--hld-color), .3) !important;
  color: rgb(var(--hld-color)) !important;
}
.fc-event.event-hld.fc-h-event .fc-event-main {
  color: rgb(var(--hld-color));
}
.fc-event.event-hld.fc-h-event:focus, .fc-event.event-hld.fc-h-event:hover {
  background: rgba(var(--hld-color), .3) !important;
  color: #fff;
}
.fc-event.event-acq {
  background: rgba(var(--acq-color), .3) !important;
  color: rgb(var(--acq-color)) !important;
}
.fc-event.event-acq.fc-h-event .fc-event-main {
  color: rgb(var(--acq-color));
}
.fc-event.event-acq.fc-h-event:focus, .fc-event.event-acq.fc-h-event:hover {
  background: rgba(var(--acq-color), .3) !important;
  color: #fff;
}
.fc-event.event-sp {
  background: rgba(var(--sp-color), .3) !important;
  color: rgb(var(--sp-color)) !important;
}
.fc-event.event-sp.fc-h-event .fc-event-main {
  color: rgb(var(--sp-color));
}
.fc-event.event-sp.fc-h-event:focus, .fc-event.event-sp.fc-h-event:hover {
  background: rgba(var(--sp-color), .3) !important;
  color: #fff;
}
.fc-event.event-er {
  background: rgba(var(--er-color), .3) !important;
  color: rgb(var(--er-color)) !important;
}
.fc-event.event-er.fc-h-event .fc-event-main {
  color: rgb(var(--er-color));
}
.fc-event.event-er.fc-h-event:focus, .fc-event.event-er.fc-h-event:hover {
  background: rgba(var(--er-color), .3) !important;
  color: #fff;
}
.fc-event.event-cir {
  background: rgba(var(--cir-color), .3) !important;
  color: rgb(var(--cir-color)) !important;
}
.fc-event.event-cir.fc-h-event .fc-event-main {
  color: rgb(var(--cir-color));
}
.fc-event.event-cir.fc-h-event:focus, .fc-event.event-cir.fc-h-event:hover {
  background: rgba(var(--cir-color), .3) !important;
  color: #fff;
}
.fc-event.event-ill {
  background: rgba(var(--ill-color), .3) !important;
  color: rgb(var(--ill-color)) !important;
}
.fc-event.event-ill.fc-h-event .fc-event-main {
  color: rgb(var(--ill-color));
}
.fc-event.event-ill.fc-h-event:focus, .fc-event.event-ill.fc-h-event:hover {
  background: rgba(var(--ill-color), .3) !important;
  color: #fff;
}
.fc-event.event-adm {
  background: rgba(var(--adm-color), .3) !important;
  color: rgb(var(--adm-color)) !important;
}
.fc-event.event-adm.fc-h-event .fc-event-main {
  color: rgb(var(--adm-color));
}
.fc-event.event-adm.fc-h-event:focus, .fc-event.event-adm.fc-h-event:hover {
  background: rgba(var(--adm-color), .3) !important;
  color: #fff;
}
.fc-event.event-rep {
  background: rgba(var(--rep-color), .3) !important;
  color: #888 !important;
}
.fc-event.event-rep.fc-h-event .fc-event-main {
  color: #888 !important;
}
.fc-event.event-rep.fc-h-event:focus, .fc-event.event-rep.fc-h-event:hover {
  background: rgba(var(--rep-color), .3) !important;
  color: #fff;
}
.fc-event.event-no-segment {
  background: rgba(var(--no-segment-color), .3) !important;
  color: rgb(var(--no-segment-color)) !important;
}
.fc-event.event-no-segment.fc-h-event .fc-event-main {
  color: rgb(var(--no-segment-color));
}
.fc-event.event-no-segment.fc-h-event:focus, .fc-event.event-no-segment.fc-h-event:hover {
  background: rgba(var(--no-segment-color), .3) !important;
  color: #fff;
}
.fc .fc-popover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  border-radius: 8px;
  border: none;
  overflow: hidden;
  z-index: 1040;
}
.fc .fc-popover .fc-popover-header,
.fc .fc-popover .fc-popover-body {
  padding: 12px 14px;
}
.fc .fc-popover .fc-popover-header {
  background: transparent;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.fc .fc-popover .fc-popover-header .fc-popover-close {
  color: #dc2626;
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fc .fc-popover .fc-popover-header .fc-popover-close:focus, .fc .fc-popover .fc-popover-header .fc-popover-close:hover {
  background: #fce9e9;
}
.fc-daygrid-event-harness .fc-daygrid-event.bg-soft-dark .fc-event-main,
.fc-daygrid-event-harness .fc-daygrid-event.bg-soft-dark .fc-event-title {
  color: var(--bs-dark) !important;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 5px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 5px;
}
.fc-v-event .fc-event-main {
  color: inherit;
}
.avtar.EDUcal-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: sticky;
  top: calc(100% - 80px);
  left: calc(100% - 120px);
  z-index: 1025;
}
.cal-event-offcanvas {
  --bs-offcanvas-zindex: 1081;
}