/* Đảm bảo giao diện chiếm toàn màn hình và có màu nền để nhận biết */
#wp-crm-app-root {
    width: 100vw;
    height: 100vh;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}