@media (max-width: 991.98px) {
    #triggerButton {
        display: none !important;
    }
}

.article-id-123 .article-aside {
    display: none !important;
}

/* Toàn bộ nội dung trong khung login */
#login-form {
    color: #000000; !important;/* Màu chữ chung */
}

/* Đảm bảo màu chữ trong input cũng là đen */
#login-form input {
    color: #000000; !important;
}

/* Nhãn label như "Lưu tài khoản" */
#login-form label {
    color: #000000; !important;
}

/* Các liên kết như "Quên mật khẩu?" */
#login-form a {
    color: #000000; !important;
}

/* Nếu muốn đổi màu icon text (ví dụ user icon) */
#login-form .input-group-text {
    color: #000000; !important;
}

#login-form input.form-control {
    color: #000000 !important; /* chữ người dùng gõ vào sẽ là màu đen */
}
#login-form input::placeholder {
    color: #000000 !important;
    opacity: 1; /* đảm bảo màu hiển thị rõ */
}

#login-form .mod-login__options a {
    color: #007bff !important; /* màu xanh dương chuẩn Bootstrap */
    text-decoration: underline; /* tuỳ chọn nếu muốn gạch chân */
}

/* Đổi màu phần tử Quên mật khẩu và quên tài khoản */
.t4-module {
    color: #000000 !important;
}

/* Xóa phần tử menu trên tablet or Mobile */
@media (max-width: 991.98px) {
    #triggerButton {
        display: none !important;
    }
}

/* Ẩn thông tin thành viên xuất hiện trên Web*/
.mod-whosonline ul.nav.flex-column {
    display: none !important;
}