/* Box logging */

.fi-simple-main {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.dark .fi-simple-main {
    background-color: rgba(0, 0, 0, 0.75) !important;
}


/* Bottone creazione nuovo elemento */

.fi-header .fi-btn {
    background-color: rgba(var(--gray-500),var(--tw-text-opacity)) !important;
}

.fi-header .fi-btn .fi-btn-label {
    color: white !important;
}

.dark .fi-header .fi-btn {
    background-color: rgba(var(--gray-500),var(--tw-text-opacity)) !important;
}

.dark .fi-header .fi-btn .fi-btn-label {
    color: white !important;
}

/* linguette sidebar */

.fi-sidebar-item-active .fi-sidebar-item-icon {
    color: black !important;
}

.fi-sidebar-item-active .fi-sidebar-item-label {
    color: black !important;
}

.dark .fi-sidebar-item-active {
    background-color: rgba(var(--gray-500),var(--tw-text-opacity)) !important;
}

.dark .fi-sidebar-item-active .fi-sidebar-item-icon {
    color: black !important;
}

.dark .fi-sidebar-item-active .fi-sidebar-item-label {
    color: black !important;
}

/* schermata di login */

.fi-simple-header span, .fi-fo-field-wrp-hint-label span {
    color: #535353 !important;
}

.fi-form-actions button:first-of-type {
    background-color: #535353 !important;
}

.dark .fi-simple-header span, .dark .fi-fo-field-wrp-hint-label span {
    color: white !important;
}

.dark .fi-form-actions button:first-of-type {
    background-color: #535353 !important;
}

/* modal */

.fi-modal-footer-actions button:first-of-type {
    background-color: #535353 !important;
}

.fi-modal-footer-actions button:first-of-type span {
    color: white !important;
}

.dark .fi-modal-footer-actions button:first-of-type {
    background-color: #535353 !important;
}

.dark .fi-modal-footer-actions button:first-of-type span {
    color: white !important;
}

/* actions */

.fi-ta-actions button span,
.fi-ta-actions a span {
    color: #535353 !important;
}

.dark .fi-ta-actions button span,
.dark .fi-ta-actions a span {
    color: white !important;
}

/* Host Inserted */

.host-stats-widget-inserted .fi-wi-stats-overview-stat-label {
    color: grey;
}

.dark .host-stats-widget-inserted .fi-wi-stats-overview-stat-label {
    color: grey;
}

/* Host Ready */

.host-stats-widget-ready .fi-wi-stats-overview-stat-label {
    color: dodgerblue;
}

.dark .host-stats-widget-ready .fi-wi-stats-overview-stat-label {
    color: dodgerblue;
}

/* Host Assigned */

.host-stats-widget-assigned .fi-wi-stats-overview-stat-label {
    color: mediumseagreen;
}

.dark .host-stats-widget-assigned .fi-wi-stats-overview-stat-label {
    color: mediumseagreen;
}

/* Host InProcess */

.host-stats-widget-inprocess .fi-wi-stats-overview-stat-label {
    color: orange;
}

.dark .host-stats-widget-inprocess .fi-wi-stats-overview-stat-label {
    color: orange;
}

/* Host Created */

.host-stats-widget-created .fi-wi-stats-overview-stat-label {
    color: orange;
}

.dark .host-stats-widget-created .fi-wi-stats-overview-stat-label {
    color: orange;
}

/* Host Error */

.host-stats-widget-error .fi-wi-stats-overview-stat-label {
    color: red;
}

.dark .host-stats-widget-error .fi-wi-stats-overview-stat-label {
    color: #fa4242;
}

/* Team Total */

.team-stats-widget-total .fi-wi-stats-overview-stat-label {
    color: grey;
}

.dark .team-stats-widget-total .fi-wi-stats-overview-stat-label {
    color: grey;
}

/* Team Host Assigned */

.team-stats-widget-assigned .fi-wi-stats-overview-stat-label {
    color: mediumseagreen;
}

.dark .team-stats-widget-assigned .fi-wi-stats-overview-stat-label {
    color: mediumseagreen;
}

/* Team Host Not Assigned */

.team-stats-widget-notassigned .fi-wi-stats-overview-stat-label {
    color: red;
}

.dark .team-stats-widget-notassigned .fi-wi-stats-overview-stat-label {
    color: #fa4242;
}