    .classic {height: 30px;font-size: 12pt;}
        .panel-heading {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            display: none;
        }
        body,.card {overflow: auto;}
        #example_filter {display: none;}
        .dataTables_wrapper .dataTables_length,
        .dataTables_wrapper .dataTables_filter,
        .dataTables_wrapper .dataTables_info,
        .dataTables_wrapper .dataTables_processing,
        .dataTables_wrapper .dataTables_paginate {
            color: #333;
            margin-top: 0px;
        }

        .table-container {
            height: 400px; /* Sesuaikan tinggi container sesuai kebutuhan */
            overflow-y: auto;
        }

        thead th {
            position: sticky;
            top: 0;
            background-color: #f8f9fa;
            z-index: 10; /* Agar tetap di atas konten lain */
        }


        select {font-size: 12pt;}
        .table-striped > tbody > tr:nth-of-type(odd) > * {--bs-table-accent-bg: var(--bs-table-striped-bg);color: #031324;}
        .bg-success {--bs-bg-opacity: 1; background-color: rgb(237 245 242) !important;}
        .bg-danger {--bs-bg-opacity: 1;background-color: lightblue !important;}
        .judul {font-size: 14pt; font-weight: 600;}
