<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#asseco-chat {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#asseco-chat-plugin,
#asseco-chat .asseco-floaty-btn,
.asseco-card .mdl-card__menu,
.asseco-card .mdl-card__title {
    background: #52ae30 !important;
}
.mdl-button,
.asseco-card,
.mdl-textfield__input {
    font-family: Arial !important;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label,
.mdl-textfield__error,
.mdl-textfield.is-invalid .mdl-textfield__input {
    color: #b9b9b9 !important;
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
a.asseco-link {
    color: #1b4eb5 !important;
}
a.asseco-link:hover {
    text-decoration: underline;
}
.mdl-button.mdl-button--colored {
    color: #52ae30 !important;
}
.mdl-tooltip, .mdl-tooltip--large, .mdl-tooltip--left, .asseco-tooltip {
    background: #52ae30 !important;
}
</pre></body></html>