.filament-tables-component .filament-tables-container
{
    border: 3px !important;
}

.fi-ta-cell
{
    border-left: 1px solid silver !important;
    border-right: 1px solid silver !important;
}

.section-address
{
    background-color: gray !important;  border: 3px !important;
}

.fi-sidebar-nav{
    background-color: #11174B !important;
}

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


.fi-sidebar-item-label{
    color: #c0c0c0 !important;
}

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



.fi-section-header{
    background-color: #11174B !important;
}
.fi-section-header-heading {
    color: #fff !important;
}
/*.fi-ta-header{*/
/*    background-color: #11174B !important;*/
/*}*/
/*.fi-ta-header-heading {*/
/*    color: #fff !important;*/
/*}*/



.fi-panel-app{
    background-color: #F0F1F1 !important;
}

.fi-tabs {
    margin-left: 0 !important;
    margin-right: auto !important;
    background-color: transparent !important;
}

.fi-tabs-item {
    border: 1px solid #11174B !important;
    border-radius: 0 !important;
}

.fi-tabs-item-active {
    background-color: #11174B !important;
}

.fi-tabs-item-active .fi-tabs-item-label {
    color: #ffffff !important;
}

th{
    background-color: #11174B !important;

}
th .fi-ta-header-cell-label{
    color: #ffffff !important;
}
.filament-table-repeater-header-column{
    color: #ffffff !important;
}
