:root{--bgColor:#ffffff;--textColor:#111111}.themeBackgroundColor{background-color:var(--bgColor);color:var(--textColor)}#chat_window .msg_container{background:linear-gradient(to bottom,rgba(255,255,255,.8),rgba(255,255,255,.9))}#chat_window .chat_card,#openedTimerDiv{background:linear-gradient(to bottom right,#808b96,#9ba4ad,#808b96)!important;color:var(--textColor)}#chat_window .msg_header_actual{background:linear-gradient(to bottom,#abb2b9,#eaecee)}#chat_window .msg_header_others{background:linear-gradient(to bottom,#fad7a0,#eaecee)}#chat_window .msg_hr{display:none}#chat_window #chat_footer,#chat_window #chat_header,#openedTimerDivHeader{background:linear-gradient(to bottom,#6f7c88,#7b8692,#6f7c88)!important}