.dd-statemachine-startupmanager {
    display: none;
    position: absolute;
    color: rgb(42, 42, 42);
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin: 20px;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 30px #0000003b;
}

body.logged-in .dd-statemachine-startupmanager {
    display: block;
}