/* Sembunyikan tautan Daftar di manapun muncul */
a[href*="account.php?do=create"] {
    display: none !important;
}