html, body, #app-host-layout {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

#merged-indicator {
    align-items: center;
    background-color: salmon;
    border-radius: 5px;
    bottom: 0;
    display: none;
    font-family: sans-serif;
    height: 50px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 70px;
    padding: 0 8px;
    position: fixed;
    right: 0
}
