.frc-window-header {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 0 10px;
  -webkit-app-region: drag;
}
.frc-window-header-web {
  height: 46px;
}
.frc-window-header-reverse {
  flex-direction: row-reverse;
}
.frc-window-header-mac-control {
  display: flex;
  -webkit-app-region: no-drag;
}
.frc-window-header-mac-control .frc-window-header-mac_button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frc-window-header-mac-icon {
  visibility: hidden;
}
.frc-window-header-mac-control .frc-window-header-mac_close {
  background-color: var(--fcr_ui_scene_ramp_red6);
}
.frc-window-header-mac-control .frc-window-header-mac_close:hover {
  background-color: var(--fcr_ui_scene_ramp_red7);
}
.frc-window-header-mac-control .frc-window-header-mac_close:hover .frc-window-header-mac-icon {
  visibility: visible;
}

.frc-window-header__title {
  color: var(--fcr_ui_scene_icontext1);
  font-weight: 700;
}

.frc-window-header__operates {
  display: flex;
  align-items: center;
  gap: 3px;
}

.frc-window-header__icon {
  background: none;
  border: none;
}
.frc-window-header__icon:hover {
  cursor: pointer;
  background-color: var(--fcr_web_ui_scene_hover);
}
.frc-window-header__icon svg {
  width: 23px;
  height: 23px;
}

.fcr-toggle-window-header__icon svg {
  width: 16px;
  height: 16px;
}

.frc-window-header__icon {
  border-radius: var(--fcr_cornerradius_xxs);
}

.frc-window-header__icon:hover svg,
.frc-window-header__icon:hover path {
  fill: var(--fcr_ui_scene_ramp_brand6);
}
