.lg\:bg-transparent {
    background-color: white !important; /* o cualquier otro color */
}

/*color texto opción menú activa*/
.fi-sidebar .text-primary-600 {
    color: #ffffff !important;
}

/*color fondo opción menú activa*/
.fi-sidebar .bg-gray-100 {
    background-color: #00556f !important; /* azul logo */
}

/*color texto grupo menú*/
.fi-sidebar .text-gray-500 {
    color: #00556f !important;
    text-transform: uppercase;
}

/*Pestañas Datos de [empresa] | Horario  Pestaña activa*/
.fi-tabs .bg-gray-50 {
    background-color: #ffffff !important;
    border:#00556f 2px solid !important;
}

/*pestaña no activa*/
.fi-tabs .hover\:bg-gray-50{
    border:#e4e4e7 2px solid !important;
}

/*campos del FullCalendar*/

.fc-event-title{
	color:transparent !important;
}
.fc-event-delete-btn {
    position: absolute !important;
    bottom: 150%;
    right: 0 !important;
    color: #ef4444 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 0 !important;
    cursor: pointer !important;
    display: none !important;
    z-index: 999 !important;
    transition: all 0.2s ease !important;
    justify-content: center !important;
    align-items: center !important;
}

.fc-daygrid-day-frame:hover .fc-event-delete-btn {
    display: flex !important;
}

.fc .fc-daygrid-event-harness-abs{
	visibility : visible !important;
}

.festivo-laborable{
	background-color: #ffffff !important;
	opacity: 0.3 !important;
	background-image:  repeating-linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000), repeating-linear-gradient(45deg, #000000 25%, #ffffff 25%, #ffffff 75%, #000000 75%, #000000) !important;
	background-position: 0 0, 5px 5px !important;
	background-size: 10px 10px !important;
	border-color:#000000 !important;
}

.festivo-no-laborable{
	background-color: #ffffff !important;
	opacity: 0.3 !important;
	background-image: linear-gradient(45deg, #000000 50%, #ffffff 50%) !important;
	background-size: 5px 5px !important;
	border-color: #000000 !important;
}

/*FIN campos del FullCalendar*/