@media (max-width: 767px) {
    thead {
        display: none;
    }

    tr {
        display: grid;
        padding-top: 10px;
    }

    td.filament-tables-checkbox-cell {
        display: none;
    }

    .filament-tables-text-column{
        display: none;
    }

    .filament-tables-text-column.mv{
        display: block;
    }

    nav.filament-tabs {
        display: grid;
    }
}

.rupee-symbol::before {
    content: "\20B9"; /* Unicode character code for the rupee symbol */
}

.price {
    font-family:'Times New Roman', Times, serif;
}

.filament-forms-wizard-component {
    border: 1.5px solid #cecece;
    padding: 16px;
    border-radius: 10px;
}