<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mat-icon-button {
  margin-right: 10%;
}

#beaconBtn {
    vertical-align: inherit; 
}

#chatBeaconBtn:not(.hide){
    right: 5px; /* align with scroll to top button */
    bottom: 40px;
}

#beaconBtn {
    height: 91px !important;
}

#chatBeaconBtn button:focus {
    border: 1px solid #09f;
}

app-root .window-header .company-logo {
    height: 37px;
    width: 96px;
}

app-root .window-header .company-logo-2 {
    height: 37px;
    width: 96px;
}

app-root .window-header .avatar-container {
    border-radius: 0 30px 30px 0;
    height: 56px;
    background-image: linear-gradient(
-60deg
,#ffff,#fff,#fff);
    padding: 0 24px 0 14px;
    min-width: 180px;
}

app-root .window-header {
    background-color: #444 !important;
}
app-root .window-header .company-logo {
    height: 37px;
    width: 96px;
    visibility: hidden;
}</pre></body></html>