#b6826550173022.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5; /* Certifique-se de que o calendário esteja sobre todas as outras divs */
  background: white; /* Ajuste conforme necessário para combinar com o tema */
}

.disabled-button {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    border: 1px solid #999 !important;
}

.calendar-title-above {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  order: -2; /* Coloca o título antes dos outros elementos */
}

/* Tornar o container flex para reorganizar elementos */
.fc .fc-toolbar {
  flex-wrap: wrap;
  justify-content: center;
}

.fc-event {
  background: #FFFFFF;
}

#builder-layout  h2:not(.beditorcss).fc-toolbar-title {
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 5px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
    box-shadow: none !important;
    color: rgb(51, 51, 51) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: rgb(51, 51, 51) !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 5px;
}

#builder-layout  div:not(.beditorcss).fc-list-day-cushion.table-active {
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 8px !important;
    padding-right: 14px !important;
    padding-bottom: 8px !important;
    padding-left: 14px !important;
    box-shadow: none !important;
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-style: unset !important;
    text-decoration-line: none !important;
    text-align: center !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: #333333 !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


