.wk-full-calendar .fc-scroller.fc-day-grid-container {
  height: 100% !important;
  min-height: 100%;
}

.wk-full-calendar .fc-unthemed {
  position: relative;

  max-width: 400px;

  margin: auto;
  padding: 15px;

  border-radius: 20px;
}

.wk-full-calendar.teacher {
  display: flex;
  justify-content: center;
}

.wk-full-calendar .fc-unthemed th,
.wk-full-calendar .fc-unthemed td {
  border: none;
}

.wk-full-calendar .fc-head-container .fc-row {
  margin-bottom: 1em;
}

.wk-full-calendar .fc-prev-button,
.wk-full-calendar .fc-next-button {
  display: flex;
  align-items: center;
  justify-items: center;

  width: 25px;
  height: 25px;

  padding: 0px !important;

  border: none;

  color: white;
  background-color: transparent;
}

.wk-full-calendar .fc-prev-button .fc-icon,
.wk-full-calendar .fc-next-button .fc-icon {
  margin: 0 !important;
}

.fc-state-default:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14) !important;
}
.fc-icon-right-single-arrow:after {
  left: 1px;
}

.wk-full-calendar .fc-day-header {
  color: white !important;
}

.wk-full-calendar .fc-right {
  position: absolute;
  right: 15px;
}

.wk-full-calendar .fc-center {
  width: calc(100% - 80px);

  right: 50%;
	transform: translate(50%, 0px);
}

.wk-full-calendar .fc-center h2 {
  width: 100%;

  color: white;
  font-size: 1.5em !important;
  text-align: center;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.wk-full-calendar .fc-basic-view .fc-body .fc-row {
  min-height: 3em;
}

.wk-full-calendar .fc-day-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  padding: 0 !important;

  color: white;
}

.wk-full-calendar .fc-today span.fc-day-number {
  width: 35px;
  height: 35px;

  margin: 0 !important;
  padding: 0 !important;

  background-color: white !important;
}

.wk-full-calendar .fc-content-skeleton,
.wk-full-calendar .fc-content-skeleton table,
.wk-full-calendar .fc-content-skeleton table thead,
.wk-full-calendar .fc-content-skeleton table thead tr {
  height: 100%;
}

.wk-full-calendar .fc-content-skeleton table thead tr .fc-day-top {
  position: relative;
}

.wk-full-calendar .fc-content-skeleton table thead tr .fc-day-top.fc-today {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
}

.wk-full-calendar .fc-content-skeleton table tbody tr {
  display: flex;

  position: absolute;
  inset: 0;
}

.wk-full-calendar .fc-content-skeleton table tbody tr td {
  display: block;

  position: relative;

  width: calc(100% / 7);
}

.wk-full-calendar .fc-content-skeleton table tbody tr .fc-day-grid-event {
  display: flex;

  position: absolute;
  inset: 0;

  width: 100%;

  margin: 0;
  padding: 0;

  background-color: #ffffff00 !important;

  border: none;
}

.wk-full-calendar .fc-content-skeleton table tbody tr .fc-day-grid-event::after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 51%;
  transform: translate(-50%, 0px);
  background-color: #ff0000;
  border-radius: 100%;
}

.wk-full-calendar .fc-content-skeleton table tbody tr .fc-day-grid-event .fc-content span {
  visibility: hidden;
  white-space: pre-wrap;
}

.wk-full-calendar .fc-unthemed .fc-disabled-day {
  background: none;
}

.wk-full-calendar.light .fc-unthemed {
  background-color: #FAFBFD !important;
}

.wk-full-calendar.teacher .fc-unthemed {
  margin: 0;
}

.wk-full-calendar.teacher .fc-unthemed::after {
  content: "";
  width: 1.6px;
  height: 80%;
  background-color: #5e5e5e24;
  position: absolute;
  right: -35px;
  top: 34px;
}

/* INICIO TEMA LIGHT */

.wk-full-calendar.light .fc-day-header {
  font-weight: 600;
}

.wk-full-calendar.light .fc-center h2 {
  font-weight: 600;
}

.wk-full-calendar.light .fc-day-top.fc-other-month {
  opacity: 1 !important;
  
}

.wk-full-calendar.light .fc-today span.fc-day-number{ 
    border: 1px solid;
}

.wk-full-calendar.light .fc-day-number.marked {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  position: absolute;
  left: 7px;
  font-size: 16px;
}

/* FIM TEMA LIGHT */

.calendario-eventos-body {
  margin-left: 4rem;
  width: 100%;
}

.calendario-eventos {
  max-height: 270px;
  width: 100%;
}

.calendario-evento-title {
  font-weight: 600;
  position: relative;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}


.calendario-evento-title span {
  margin-left: 10px;
  font-size: 1.2rem;
}

.calendario-evento-title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 5px;
}

.calendario-evento-item {
  border-bottom: 0.5px solid rgba(94, 94, 94, 0.14);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.8rem;
}

.calendario-evento-dsc {
  margin: 0;
  color: rgba(75, 75, 75, 0.99);
  font-weight: 600 !important;
}

.calendario-evento-disciplina {
  color: #5E5E5E;
}

.calendario-eventos-empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 4rem;
}

.calendario-eventos-title  {
  font-weight: 600;
}

@media screen and (max-width: 1620px) {
	.wk-full-calendar.teacher {
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 2rem;
  }

  .calendario-eventos-body {
    margin: 0;
  }

  .calendario-eventos-empty {
    width: 80%;
    margin-right: 4rem;
  }

  .wk-full-calendar.teacher .fc-unthemed::after {
    display: none;
  }

  .wk-full-calendar.teacher .fc-unthemed {
    margin:0 auto;
  }
} 