app-root .mat-toolbar, app-root .window-header {
    background-color: rgba(218, 41, 28, 1);
}

    app-root .window-header .company-logo {
        background-image: url(../imgs/companyLogo.png);
        background-size: cover;
        height: 32px;
        width: 130px;
    }

    .greeting, app-root .mat-toolbar, app-root .window-header, active-panel .active-footer {
        color: white;
    }

.window-body {
    background-color: rgba(51, 63, 72, 0.75) !important;
}

.mat-raised-button.mat-primary, survey-panel .department-icon, .mat-step-header .mat-step-icon-selected {
    background-color: #ffffff;
color: #333f48;
}

conversation-list .start-chat-btn .start-avatar {
    background-image: url(../imgs/avatar.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

request-panel .cancel-btn .request-avatar {
    background-image: url(../imgs/avatar.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

conversation-list .see-all.mat-stroked-button {
    color: #333f48;
    background-color: white;
    border-color: #ffffff;
}

active-panel .segment.participant, active-panel .segment.system {
    background-color: #e0e0e0;
    color: black;
}

active-panel .segment.me {
    background-color: #DA291C;
    color: white;
}
