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


app-root .window-header .company-logo {
    background-image: url(../imgs/companyLogo2.png);
    background-size: 86px 50px;
background-position: 50%;
visibility: hidden;
}

app-root .window-header .company-logo-2 {
    background-image: url(../imgs/companyLogo.png);
    background-size: 86px 50px;
background-position: 50%;
}

app-root .window-header .company-logo, app-root .window-header .company-logo-2 {
    background-repeat: no-repeat;
    height: 50px;
    width: 86px;
    background-position: 50%;
}

app-root .window-header {
    background-color: #00803f !important;
}

#chatBeaconBtn * {

    visibility: hidden;
}

.greeting {
  color: #007e45;
}

conversation-list .start-chat-btn {
    color: #fff;
    background-color: #00803f;
}

request-panel .cancel-btn {
    color: #fff;
    background-color: #00803f;
}

segment .segment.me {
    background-color: #007e45;
}

app-root .window-footer reply-ctrl {
    border: 1px solid #007e45;
}

survey mat-form-field.mat-focused .mat-form-field-label, survey mat-form-field.mat-focused .mat-form-field-outline-thick {
    color: #007e45!important;
}

segment .segment .quick-reply {
    background-color: #007e45;
}

segment .segment .quick-reply .button-text {
    text-align: center!important;
}