:root{--bgColor:#ffffff;--textColor:#333333}.themeBackgroundColor{background-color:var(--bgColor);color:var(--textColor)}#chat_window .chat_card,#openedTimerDiv{background:linear-gradient(to bottom right,#aedace,#bce1d6,#aedace)!important;color:var(--textColor)}#chat_window .msg_container_actual{background:linear-gradient(to bottom,#e4f3ef,#fff)!important}#chat_window .msg_container_others{background:linear-gradient(to bottom,#fff5e1,#fff)!important}#chat_window .msg_hr_actual{background-color:#e4f3ef}#chat_window .msg_hr_others{background-color:#fff5e1}#chat_window #chat_footer,#chat_window #chat_header,#openedTimerDivHeader{background:linear-gradient(to bottom,#c6e5dd,#d7ede7,#c6e5dd)!important}