.ring-gray-950\/5 {
    --tw-ring-color: rgba(var(--gray-950), .2) !important;
}

.dark .ring-gray-950\/5 {
    --tw-ring-color: rgba(var(--gray-950), .5) !important;
}

.fi-badge.fi-color-warning{
    background: #FFD700 !important;
    color: #000 !important;
    font-weight: 600;
}

.fi-badge.fi-color-success{
    background: #4caf50 !important;
    color: #fff !important;
    font-weight: bold;
}

.fi-badge.fi-color-danger{
    background: #F8285A !important;
    color: #fff !important;
    font-weight: bold;
}

.fi-badge.fi-color-info{
    background: #1B84FF !important;
    color: #fff !important;
    font-weight: 600;
}

.fi-badge.fi-color-orange{
    background: #ff8306 !important;
    color: #fff !important;
    font-weight: 600;
}

.fi-badge.fi-color-green{
    background: #4caf50 !important;
    color: #fff !important;
    font-weight: 500;
}

.fi-sidebar-group-label{
    color: #dfdfec !important;
}

.fi-sidebar-header.bg-white,
.fi-topbar.bg-white{
    background: #0d252c !important;
}
.fi-sidebar-nav{
    background: #1c353d !important;
}

.fi-dropdown-panel.bg-white{
    background: #fff !important;
}
.fi-sidebar-item-label {
    color: #fff !important;
}

.fi-sidebar-item-button:hover,
.fi-sidebar-item-active .fi-sidebar-item-button{
    background: #10252b !important;
}


.fi-sidebar-group-icon,
.fi-sidebar-item-icon {
    color: #95b0b8 !important;
}

.fi-sidebar-item-button:hover .fi-sidebar-item-icon,
.fi-sidebar-item-active .fi-sidebar-item-icon{
    color: #95b0b8 !important;
}

.fi-sidebar-item-button:hover .fi-sidebar-item-label,
.fi-sidebar-item-active .fi-sidebar-item-label{
    color: #95b0b8 !important;
}

.fi-ta-text-item b, .fi-ta-text-item strong {
    font-weight: 600;
}

.whitespace-nowrap {
    white-space: wrap !important;
}

.fi-dropdown-trigger{
    margin: 0 10px !important;
}

.fi-in-text-item{
    word-break: break-all;
}

.min-h-\[theme\(spacing\.48\)\] {
    min-height: 8rem !important;
}
