/* ROOM BACKGROUND THEME FIX V2.6.7 */

html.chat-theme-active[data-chat-theme="dark"].room-public-background-active
#chatScreen .messages,
html.chat-theme-active[data-chat-theme="dark"].room-public-background-active
#chatScreen .main-chat .messages {
  background-color: rgba(8, 15, 23, .62) !important;
  background-image:
    linear-gradient(rgba(8, 15, 23, .42), rgba(8, 15, 23, .42)),
    var(--active-room-public-background-image) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html.chat-theme-active[data-chat-theme="light"].room-public-background-active
#chatScreen .messages,
html.chat-theme-active[data-chat-theme="light"].room-public-background-active
#chatScreen .main-chat .messages {
  background-image:
    var(--active-room-public-background-image) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
