.fc-event {
    cursor: pointer;
    max-width: 400px;
    margin: 1px;
}

.text-secondary {
    color: #cf9311 !important;
}

.fc-timegrid-slot {
    height: 60px !important;
}

.fc-timegrid-event-short {
    padding: 1px 5px !important;
}

.form-control-xs {
    min-height: calc(1.25em + 0.25rem + calc(var(--bs-border-width) * 2));
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
    border-radius: calc(var(--bs-border-radius-sm) * 0.8);
}

/* SCHERMATA CARICAMENTO */
.schermata-caricamento {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0cd9;
    flex-direction: column;
    opacity: 0;
    color: white;
    font-size: 25px;
}

.bg-danger {
    background-color: #8a0a17 !important;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 992px) {}