/* SFONDI CHAT V2.6.6 */

html.chat-shell-background-active #chatScreen > .module-row,
html.chat-shell-background-active #messageForm.message-box.bottom-compose {
  background-color: transparent !important;
  background-image: var(--chat-shell-background-image) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

html.chat-shell-background-active #chatScreen > .module-row {
  position: relative;
  isolation: isolate;
}

html.chat-shell-background-active #chatScreen > .module-row::before,
html.chat-shell-background-active #messageForm.message-box.bottom-compose::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(255, 255, 255, .08);
}

html[data-chat-theme="dark"].chat-shell-background-active
#chatScreen > .module-row::before,
html[data-chat-theme="dark"].chat-shell-background-active
#messageForm.message-box.bottom-compose::before {
  background: rgba(0, 0, 0, .12);
}

html.chat-shell-background-active #messageForm.message-box.bottom-compose {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

html.chat-shell-background-active #messageForm .toolbar-line,
html.chat-shell-background-active #messageForm .input-line {
  background-color: transparent !important;
  background-image: none !important;
}

html.chat-shell-background-active #messageInput {
  background-image: none !important;
}

html.users-list-background-active #usersTab.side-tab-panel {
  background-color: transparent !important;
  background-image: var(--users-list-background-image) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

html.users-list-background-active #usersTab .users-list {
  background: transparent !important;
  min-height: 100%;
}

html.users-list-background-active #usersTab .user-item {
  background: var(--chatskin-useritem-bg, #fff) !important;
}

html.users-list-background-active #usersTab .user-item:hover {
  background: var(--chatskin-useritem-hover-bg, #abc8dc) !important;
}
