<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#launcherminimized, #launcher {
    font-family: Arial;
    background-color: #F89728;
    text-align: center;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: right bottom 0px;
    margin-right: 0px;
    border-radius: 6px 6px 0 0;
    position: fixed;
    bottom: 50%;
    right: -3px;
    padding: 7px;
    font-size: 20px;
    z-index: 9998;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    display: none;
}

iframe#pegaChatWidget {z-index: 9999;}</pre></body></html>