.filament-tables-table a {
    width: auto!important;
}

.dark .filament-tables-row.custom-bg-order td {
    color: #1f2937;
}

.dark .filament-tables-row:hover.custom-bg-order td {
    color: #fff;
}

.bg-red {
    background-color: #fec6c5!important;
}
.bg-red:hover {
    background-color: #fcb5b4!important;
}

.bg-green {
    background-color: #c4f9dd!important;
}
.bg-green:hover {
    background-color: #b2f7d2!important;
}

.bg-yellow {
    background-color: #fdfcc6!important;
}
.bg-yellow:hover {
    background-color: #fffeb5!important;
}

.bg-blue {
    background-color: #cae4f5!important;
}
.bg-blue:hover {
    background-color: #b9dcf3!important;
}

.no-active {
    background-color: rgb(221, 221, 221);
}

.order-grid-list-item .filament-tables-actions-container {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}