﻿  body {
            background: #f7fdf8;
        }

        .table-islamic {
            border-radius: 12px;
            overflow: hidden;
            border: 2px solid #0f5f43;
            background: white;
        }

        .table-islamic thead {
            background: linear-gradient(90deg, #0f5f43, #198754);
            color: #fff;
        }

        .table-islamic tbody tr {
            border-bottom: 1px solid #e6ffe6;
        }

        .table-islamic tbody tr:hover {
            background: #f0fff5;
        }

        .badge-emas {
            background: linear-gradient(45deg, #c9a23f, #f1d77a);
            color: #000;
            font-weight: 600;
        }

        .icon-islam {
            font-size: 20px;
            margin-right: 6px;
        }