#pvm-login-indicator {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #38ba83;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    z-index: 9999;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}






