.fcr_chat_drop_menu {
  right: 0;
  cursor: pointer;
}

.fcr_chat_drop_menu_dual {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
  border: 1px solid var(--fcr_ui_scene_line1);
  box-shadow: var(--fcr_web_light_dropup_l);
  border-radius: var(--fcr_cornerradius_l);
  padding: 10px 0px;
}

.fcr_chat_drop_menu_dual .fcr-drop-menu {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 10px;
  width: auto;
}

.fcr_chat_settings_tooltip {
  min-width: 240px;
}

.fcr_chat_settings_header {
  font-size: 12px;
  font-weight: 600;
  color: var(--fcr_ui_scene_icontext1);
  padding: 0 2px 4px 20px;
  text-align: left;
}

.fcr_chat_settings_divider {
  height: 1px;
  background-color: var(--fcr_ui_scene_line1);
  margin: 8px 0;
}

.fcr_chat_settings_bubbles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
}

.fcr_chat_settings_bubbles_label {
  font-size: 12px;
  color: var(--fcr_ui_scene_icontext1);
}

.fcr_chat_settings_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
}

.fcr_chat_settings_switch .fcr-switch {
  transform-origin: center center;
}

.fcr_chat_manager_popover_overlay {
  max-width: unset !important;
}

.fcr_chat_drop_menu .fcr-drop-menu-title {
  display: flex;
  font-weight: 700 !important;
}

.fcr_chat_drop_menu .fcr-icon-text-wrapper {
  justify-content: flex-start;
}

.fcr_chat_manager_popover_overlay .fcr-icon-text-wrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

.fcr-drop-menu-option-text .fcr_chat_drop_menu .fcr-icon-text-wrapper {
  align-content: flex-start;
}

.fcr_chat_drop_menu .fcr-drop-menu-options {
  gap: 0;
}

.fcr_chat_drop_menu .fcr-icon-text__text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fcr_chat_drop_menu .fcr-drop-menu-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-family: 'Helvetica Neue';
  color: var(--fcr_ui_scene_icontext1);
}
.fcr_chat_manager_popover_overlay {
  top: 36px;
}

.fcr-drop-menu-option-primary:hover .fcr-icon-text__text {
  color: var(--fcr_web_ui_scene_mainicon2);
}

.fcr_chat_manager_popover_overlay .fcr-drop-menu-option-primary path {
  fill-opacity: 0;
}

.fcr_chat_manager_popover_overlay .fcr-drop-menu-option-primary .fcr-icon-text--selected path {
  fill-opacity: 1;
}

.fcr-drop-menu-option-primary:hover path {
  fill: var(--fcr_ui_scene_ramp_brand6);
}

.fcr-drop-menu-option-primary svg {
  flex-shrink: 0;
}

.frc-window-header-setting__icon svg {
  width: 17px !important;
  height: 17px !important;
}
