.smalltoggle>label {
    padding: 9px 6px;
}

.fi-modal-footer-actions,
.fi-ac.gap-3.flex.flex-wrap.items-center.justify-start {
    padding-top:2em;
    justify-content: center;
}

.min-w-full {
    min-width: 100% !important;
}

.jsoneditor {
    border: thin solid #d3d3d3 !important;
}
.jsoneditor-menu {
    background-color: #737d8c !important;
    border-bottom: 1px solid #737d8c !important;
}
.centrado {
    margin:0 auto !important;
    text-align: center !important;
}

.fi-wi-stats-overview-stat-description,
.fi-wi-stats-overview-stat-label,
.fi-wi-stats-overview-stat-value {
    text-align: center !important;
    width: -webkit-fill-available;
}

/*
.fc-event-start {
    margin-left: 105px !important;
}

.fc-event-end {
    margin-right: -105 !important;
}
*/
.fondorojo {
    background-color: #ffd2d2 !important;
}

.fondoamarillo {
    background-color: #fffce5 !important;
}

.fondoverde {
    background-color: #e9fdd1 !important;
}

.min-h-13rem {
    min-height: 13rem !important;
}

.lista {
    padding-left: 1rem;
    list-style-type: square;
    list-style-position: inside;
}

.rojo {
    color: rgb(var(--danger-500)) !important;
}

.animate-pulse-twice {
    animation: pulse 0.5s cubic-bezier(0, 0, .2, 1) 1 !important;
}

.fc .fc-event,
.fc .fc-scrollgrid table tr {
    padding-left: 5px;
}
