/* Calendar styles adapted from page-calendario */
.requisicao { min-height: 90svh; padding: 0; }

/* Eventos */
/* Hide built-in events container and extras */
.fc-daygrid-day-events { display: none !important; }
.fc-daygrid-event-dot, .fc-event-time { display: none !important; }

/* Clickable days styling */
.fc-daygrid-day .fc-daygrid-day-frame.has-event { background-color: #00AAB4; transform: scale(1); transition: transform .15s ease, background-color .2s ease; border-radius: 4px; }
.fc-daygrid-day .fc-daygrid-day-frame.has-event:hover { transform: scale(1.1); box-shadow: 0px 2px 56px 15px rgb(0 0 0 / 12%); }
.fc-daygrid-day .fc-daygrid-day-frame.has-event .fc-daygrid-day-number { color: #fff; }

/* Toolbar */
.fc .fc-toolbar.fc-header-toolbar { align-items: center; background-color: #00aab4; border-radius: 10px 10px 0 0; display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 0 !important; padding: 20px 0; position: relative; }
/* .fc-scroller-harness { margin: 16px 0; } */
.fc-col-header-cell-cushion { color: #00AAB4; }
.fc-toolbar-chunk:first-child { color: #fff; position: absolute; top: 30%; text-transform: capitalize; }
.fc-toolbar-chunk:nth-child(2) { display: none; }
.fc-toolbar-chunk:nth-child(3) { width: 100%; }
.fc-toolbar-chunk:nth-child(3) .fc-today-button { display: none; }
.fc-button-group { margin: 0 0.75em; }
.fc .fc-button { padding: 0.4em 0.5em; }
.fc-prev-button, .fc-next-button { background-color: #f7a825; border-radius: 40px; }
.fc-toolbar-title { color: #fff; flex: 1; font-size: 1.3rem; font-weight: bold; text-align: center; }
.fc-button-group .fc-button, .fc-today-button { background: transparent; border: none; color: #fff; cursor: pointer; font-size: 1.4rem; }

/* Números */
.fc-daygrid-day-number { color: inherit; font-size: 1rem; font-weight: bold; padding-right: 4px; }

/* Customizados */
.fc-button-group .fc-button { background-color: #f7a825; border-radius: 40px; &:hover { background-color: #dc9422; } }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child), .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) { border-radius: 40px;}
.fc .fc-button-group { display: flex !important; justify-content: space-between; }
.fc .fc-button-group > .fc-button { flex: none;}
.fc-scroller.fc-scroller-liquid-absolute { overflow: visible !important; }
.calendario-promocoes-calendario {box-shadow: 0px 2px 56px 15px rgb(0 0 0 / 12%); border-radius: 14px;}


/* Hoje */
.fc-day.fc-day-today.fc-daygrid-day .fc-daygrid-day-frame.has-event { background-color: #00888f; }

@media (max-width: 992px) {
    .fc .fc-toolbar-title { font-size: 1em; }
    .fc-toolbar-chunk:first-child { top: 40%; }
}