/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-component .flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-component .flow-list li:hover {
  background: #eaecf0;
}
.flow-component .flow-list a:focus {
  background-color: #eaecf0;
}
/* board navigation */
.flow-board-navigation,
.flow-board {
  box-sizing: border-box;
  font-size: 0.875em;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
@media all and (min-width: 1165px) {
  .flow-board-navigation,
  .flow-board {
    padding-right: 20px;
  }
}
.flow-board {
  padding-bottom: 24px;
}
.flow-board-page .flow-board-navigation,
.flow-board-page .flow-board {
  max-width: 700px;
}
.flow-board-page .flow-board-newtopic .flow-newtopic-form {
  padding-top: 1.5em;
  /* Join inputs together */
}
.flow-board-page .flow-board-newtopic .flow-newtopic-form > .mw-ui-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flow-topic-page .flow-board {
  max-width: 850px;
}
/* Individual topic containers */
.flow-topic {
  padding: 1em 0 1.4em;
  margin-top: 0.6em;
}
/* Revision view */
.flow-revision-content {
  background-color: #eaecf0;
  color: #72777d;
  margin-top: 20px;
  padding: 10px;
}
/* "No more" link */
.flow-no-more,
.flow-undo {
  font-size: 0.875em;
  color: #72777d;
  /* These two will flip in RTL interface */
  text-align: left;
  direction: ltr;
}
.flow-topic-meta {
  font-size: 0.875em;
}
/* Decorate as a pipelist, ex: (foo | bar | baz) */
.flow-pipelist span ~ span::before {
  content: ' | ';
}
.flow-ui-clear {
  clear: both;
  line-height: 0;
}
/* This is to make sure there is enough space */
/* at the bottom to display the last post's menu. */
.flow-bottom-spacer {
  height: 100px;
}
/* Override OOUI's frameless-buttons having */
/* a white border inside the description area */
/* (which has a grey background) */
.flow-ui-boardDescriptionWidget-editButton.oo-ui-widget.oo-ui-buttonElement .oo-ui-buttonElement-button {
  border-color: transparent;
}
@media all and (min-width: 768px) {
  .flow-topic-meta {
    font-size: 1em;
  }
  /* The sort navigation */
  .flow-board-header-menu,
  .flow-board-navigation,
  .flow-board {
    /* Set a fixed font-size from which everything else can use a relative amount */
    font-size: 1em;
    line-height: 1.4;
  }
}
@media all and (min-width: 1165px) {
  .flow-component.flow-board-page .flow-board-header {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    width: 34%;
    min-height: 70vh;
    box-sizing: border-box;
    background-color: #eaecf0;
    box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .flow-component.flow-board-page .flow-board-header .flow-board-header-title {
    display: block;
  }
  .flow-component.flow-board-page .flow-board-header .side-rail-toggle-button {
    visibility: visible;
  }
  .flow-component.flow-board-page .flow-board-header .side-rail-toggle-button .collapse-button {
    display: block;
  }
  .flow-component.flow-board-page .flow-board-header .side-rail-toggle-button .expand-button {
    display: none;
  }
  .flow-component.flow-board-page .flow-board-navigation,
  .flow-component.flow-board-page .flow-board {
    float: left;
    clear: left;
    width: 66%;
    box-sizing: border-box;
    max-width: 1200px;
    padding-right: 26px;
  }
  .flow-component.flow-board-page.flow-full-height-side-rail {
    position: relative;
  }
  .flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header {
    position: static;
    /* background and box-shadow are moved to :before for full height */
    background: transparent;
    box-shadow: none;
  }
  .flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    width: 34%;
    box-sizing: border-box;
    background-color: #eaecf0;
    box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .flow-component.flow-board-page.expanded {
    padding-right: 30px;
  }
  .flow-component.flow-board-page.expanded .flow-board-header {
    width: 30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .flow-component.flow-board-page.expanded .flow-board-header .side-rail-toggle-button .collapse-button {
    display: none;
  }
  .flow-component.flow-board-page.expanded .flow-board-header .side-rail-toggle-button .expand-button {
    display: block;
  }
  .flow-component.flow-board-page.expanded .flow-board-header .flow-board-header-title,
  .flow-component.flow-board-page.expanded .flow-board-header .flow-board-header-detail-view,
  .flow-component.flow-board-page.expanded .flow-board-header .flow-board-header-restricted,
  .flow-component.flow-board-page.expanded .flow-board-header .flow-ui-boardDescriptionWidget,
  .flow-component.flow-board-page.expanded .flow-board-header .flow-board-header-footer {
    display: none;
  }
  .flow-component.flow-board-page.expanded .flow-board-header::before {
    width: 30px;
  }
  .flow-component.flow-board-page.expanded .flow-board-navigation,
  .flow-component.flow-board-page.expanded .flow-board {
    width: 100%;
    max-width: none;
  }
  .flow-component.flow-topic-page .flow-board {
    float: left;
    width: 66%;
    max-width: 1200px;
    padding-right: 26px;
  }
  .flow-component.flow-topic-page .flow-board-expanded {
    width: 100%;
    max-width: none;
  }
}
.flow-board-header-footer {
  margin-top: 2em;
  font-size: 0.85em;
}
@media (min-width: 1165px) {
  .flow-board-header-footer {
    margin-top: 6em;
  }
}
.flow-history-moderation-menu {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flow-history-moderation-menu li {
  display: inline;
}
.flow-history-moderation-menu > section {
  display: inline;
}
.flow-history-moderation-menu > section:not( :first-of-type ) > li:first-of-type {
  border-top: 0;
}
.flow-history-moderation-menu > section:not( :first-of-type ) > li:first-of-type::before {
  content: '(';
}
.flow-history-moderation-menu > section:not( :first-of-type ) > li + li::before {
  content: ' | ';
}
.flow-history-moderation-menu > section:not( :first-of-type ) > li:last-of-type::after {
  content: ')';
}
.pull-right {
  float: right;
}
/* Vector theme overrides */
/* makes the layout more compact on Talk (ns-1) and User_Talk (ns-3) */
@media all and (min-width: 1165px) {
  body.ns-1 .mw-body,
  body.ns-3 .mw-body {
    padding-right: 0;
    padding-bottom: 0;
  }
}
body.ns-1 .mw-body h1.firstHeading,
body.ns-3 .mw-body h1.firstHeading {
  margin-bottom: 0;
}
body.ns-1 .mw-body #contentSub,
body.ns-3 .mw-body #contentSub {
  /* stylelint-disable-line selector-max-id */
  display: none;
}
.flow-component .mw-ui-icon {
  opacity: 1;
  /* equals `#222` on background-color `#fff`, closest to `#202122` */
  min-width: 1.42857143em;
  min-height: 1.42857143em;
}
.flow-component .mw-ui-icon.mw-ui-icon-before::before {
  width: 1.42857143em;
  min-height: 1.42857143em;
  margin-right: 0.5em;
}
.flow-component .mw-ui-icon.mw-ui-icon-before::after {
  margin-left: 0.5em;
}
.flow-component .mw-ui-icon.mw-ui-icon-before.mw-ui-icon-only::before {
  margin-right: 0;
}
.flow-component .mw-ui-icon.mw-ui-icon-before.mw-ui-icon-only::after {
  margin-left: 0;
}

.flow-errors.flow-errorbox {
  display: block;
  margin: 1em 0 0;
  direction: ltr;
}
.flow-errors.flow-errorbox .mw-warning-with-logexcerpt {
  border: 0;
  margin: 0;
  padding: 0;
}

.flow-history-moderation-action {
  text-transform: lowercase;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/*
Anchors

The anchor base type can be applied to `a` elements when a basic context styling needs to be given to a link, without
having to assign it as a button type. `.mw-ui-anchor` only changes the text color, and should not be used in combination
with other base classes, such as `.mw-ui-button`.

Markup:
<a href="#" class="mw-ui-anchor mw-ui-progressive">Progressive</a>
<a href="#" class="mw-ui-anchor mw-ui-destructive">Destructive</a>

.mw-ui-quiet - Quiet until interaction.
*/
.mw-ui-anchor.mw-ui-progressive {
  color: #3366cc;
}
.mw-ui-anchor.mw-ui-progressive:hover {
  color: #6a8fda;
}
.mw-ui-anchor.mw-ui-progressive:focus,
.mw-ui-anchor.mw-ui-progressive:active {
  color: #254a95;
  outline: 1px solid transparent;
}
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet {
  color: #202122;
  text-decoration: none;
}
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet:hover {
  color: #3366cc;
}
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet:focus,
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet:active {
  color: #254a95;
}
.mw-ui-anchor.mw-ui-destructive {
  color: #dd3333;
}
.mw-ui-anchor.mw-ui-destructive:hover {
  color: #e76e6e;
}
.mw-ui-anchor.mw-ui-destructive:focus,
.mw-ui-anchor.mw-ui-destructive:active {
  color: #ae1d1d;
  outline: 1px solid transparent;
}
.mw-ui-anchor.mw-ui-destructive.mw-ui-quiet {
  color: #202122;
  text-decoration: none;
}
.mw-ui-anchor.mw-ui-destructive.mw-ui-quiet:hover {
  color: #dd3333;
}
.mw-ui-anchor.mw-ui-destructive.mw-ui-quiet:focus,
.mw-ui-anchor.mw-ui-destructive.mw-ui-quiet:active {
  color: #ae1d1d;
}
/*
Quiet anchors

Use quiet anchors when they are less important and alongside other progressive/destructive
anchors. Use of quiet anchors is not recommended on mobile/tablet due to lack of hover state.

Markup:
<a href="#" class="mw-ui-anchor mw-ui-progressive mw-ui-quiet">Progressive</a>
<a href="#" class="mw-ui-anchor mw-ui-destructive mw-ui-quiet">Destructive</a>
*/

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-board-header {
  word-break: break-word;
  max-width: 700px;
  padding-top: 10px;
  position: relative;
  z-index: 3;
}
.flow-board-header-nav {
  margin-bottom: 10px;
}
.flow-board-header-nav .mw-ui-button {
  padding: 0;
}
.flow-board-header-icon {
  opacity: 0.33;
}
.flow-board-header-icon:hover,
.flow-board-header-icon:focus {
  opacity: 1;
}
.mw-body h2.flow-board-header-title {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 0;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.15em;
}
.mw-body h2.flow-board-header-title.mw-ui-icon::before {
  width: 20px;
}
.flow-board-header-title {
  display: none;
}
.flow-board-header-restricted {
  font-weight: bold;
  font-size: 1.15em;
  opacity: 0.5;
}
.mw-normal-catlinks ul.flow-board-header-category-list {
  margin: 0;
  padding: 0;
}
.side-rail-toggle-button {
  visibility: hidden;
  position: absolute;
  top: 9px;
  right: 3px;
  font-size: 1.3em;
}
.side-rail-toggle-button.mw-ui-button.mw-ui-button {
  min-width: 30px;
  padding: 0;
}
.side-rail-toggle-button .mw-ui-icon {
  margin: 0;
}
.side-rail-toggle-button .collapse-button {
  display: none;
}
.side-rail-toggle-button .expand-button {
  display: none;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-menu {
  top: 0;
  clear: both;
  position: static;
  bottom: 0;
}
.flow-menu ul {
  font-size: 0.75em;
}
.flow-menu li {
  display: inline;
}
.flow-menu li a {
  font-weight: inherit;
  text-align: left;
}
.flow-menu a:focus {
  outline: 0;
}
.flow-menu .flow-menu-js-drop {
  display: none;
}
.mw-content-ltr .flow-menu {
  /* @noflip */
  right: 0;
}
.mw-content-rtl .flow-menu {
  /* @noflip */
  left: 0;
}
.flow-menu.flow-board-sort-menu {
  left: auto;
  right: 0;
}
div.flow-menu-inverted {
  right: auto;
  left: 0;
}
div > .flow-menu {
  bottom: auto;
  display: block;
  border: 0;
}
div > .flow-menu.flow-menu-inverted {
  right: auto;
  left: 0;
}
div > .flow-menu.flow-menu-inverted .flow-menu-js-drop {
  text-align: left;
}
div > .flow-menu.flow-menu-scrollable {
  visibility: hidden;
}
div > .flow-menu.flow-menu-scrollable ul {
  display: block;
}
div > .flow-menu.flow-menu-hoverable:hover,
div > .flow-menu.focus {
  z-index: 2;
}
div > .flow-menu.flow-menu-hoverable:hover ul,
div > .flow-menu.focus ul {
  display: block;
}
div > .flow-menu.flow-menu-hoverable:hover.flow-menu-scrollable,
div > .flow-menu.focus.flow-menu-scrollable {
  visibility: visible;
}
div > .flow-menu.flow-menu-hoverable:hover .flow-menu-js-drop a,
div > .flow-menu.focus .flow-menu-js-drop a {
  border-color: transparent;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
}
div > .flow-menu.flow-menu-hoverable:hover .flow-menu-js-drop a .caret,
div > .flow-menu.focus .flow-menu-js-drop a .caret {
  border-top-color: #000;
}
div > .flow-menu ul {
  background: #ffffff;
  display: none;
  font-size: 1em;
  border: 1px solid #a2a9b1;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
div > .flow-menu ul > section:not( :first-of-type ) > li:first-of-type,
div > .flow-menu ul li.flow-menu-section:not( :first-of-type ) {
  border-top: 1px solid #c8ccd1;
}
div > .flow-menu li {
  display: block;
  margin: 0;
}
div > .flow-menu li a {
  display: block;
  text-align: left;
}
div > .flow-menu .flow-menu-js-drop {
  display: block;
  text-indent: 0;
  cursor: pointer;
}
div > .flow-menu .flow-menu-js-drop a {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 2px;
  border-width: 0;
  color: #54595d;
}
.mw-content-ltr div > .flow-menu .flow-menu-js-drop {
  /* @noflip */
  text-align: right;
}
.mw-content-rtl div > .flow-menu .flow-menu-js-drop {
  /* @noflip */
  text-align: left;
}
div > .flow-menu .flow-menu-js-drop-hidden {
  position: absolute;
  left: -999em;
  height: 0;
}
div.flow-post > .flow-menu .flow-menu-js-drop a {
  border-width: 0;
}
@media all and (min-width: 768px) {
  .flow-menu {
    position: absolute;
  }
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-board-navigation {
  height: 2.55em;
  margin-bottom: 0.5em;
  position: static;
  padding: 0;
  white-space: nowrap;
  min-width: 14em;
  clear: both;
}
.flow-board-navigation .flow-board-navigation-inner {
  overflow: hidden;
  border-bottom: 1px solid #c8ccd1;
  white-space: nowrap;
}
.flow-board-navigation .flow-board-navigator-filter {
  display: inline-block;
  position: relative;
}
.flow-board-navigation a {
  display: inline-block;
}
.flow-board-navigation a:link,
.flow-board-navigation a:visited {
  padding: 0.25em 0.75em;
  color: #54595d;
}
.flow-board-navigation a:hover,
.flow-board-navigation a:focus,
.flow-board-navigation a.flow-board-navigator-link-highlight {
  color: #000;
  text-decoration: none;
}
.flow-board-navigation a.flow-board-navigator-right {
  float: right;
}
.flow-board-navigation a.flow-board-navigator-active {
  font-weight: bold;
}
.flow-board-navigation a.flow-board-navigator-first {
  float: left;
  position: static;
  padding-left: 0;
}
.flow-board-navigation a.flow-board-navigator-last {
  float: right;
  position: static;
  padding-right: 0;
}
.flow-board-navigation a.flow-board-navigator-last span {
  display: inline-block;
}
.flow-board-navigation.flow-board-navigation-affixed {
  background: #ffffff;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
}
.flow-board-navigation.flow-board-navigation-affixed .flow-board-toc-menu .flow-list {
  max-height: 85vh;
}
.flow-board-navigation.flow-board-navigation-affixed .flow-board-navigation-inner > a {
  display: none;
}
.flow-board-navigation.flow-board-navigation-affixed .flow-board-navigation-inner > a.flow-board-navigator-active {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flow-board-header-menu {
  position: relative;
  float: right;
  width: 100%;
  font-size: 0.875em;
}
.flow-board-header-menu .flow-board-toc-menu {
  width: 100%;
  position: absolute;
}
.flow-board-header-menu .flow-board-toc-menu .flow-list {
  max-height: 50vh;
  overflow-y: auto;
}
.flow-board-header-menu .flow-board-toc-menu a {
  display: block;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flow-board-header-menu .flow-board-toc-menu a.active {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  html .flow-board-navigation {
    font-size: 1.15em;
    margin-top: 0.5em;
  }
  html .flow-board-navigation .oo-ui-iconElement-icon {
    font-size: 0.86956522em;
  }
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-topic-moderatestate-lock .flow-topic-titlebar {
  background-color: #f8f9fa;
}
.flow-post-moderated .flow-author a,
.flow-moderated-post-content {
  color: #54595d;
}
.client-js .flow-board-page .flow-board .flow-element-collapsed .flow-post {
  display: none;
}
.client-js .flow-board-page .flow-board .flow-collapse-toggle {
  cursor: pointer;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-timestamp {
  box-sizing: border-box;
  padding-right: 0.5em;
}
.flow-timestamp span {
  unicode-bidi: embed;
  direction: ltr;
}
.flow-timestamp .flow-timestamp-user-formatted {
  display: none;
}
.flow-timestamp .flow-timestamp-ago {
  display: inline;
  direction: ltr;
}
.flow-timestamp:hover .flow-timestamp-user-formatted {
  display: inline;
}
.flow-timestamp:hover .flow-timestamp-ago {
  display: none;
}
.flow-post-timestamp {
  unicode-bidi: embed;
  direction: ltr;
}
.flow-timestamp-ago,
.flow-timestamp-user-formatted {
  display: block;
  position: relative;
}
.flow-timestamp-ago {
  margin-top: -1em;
}
a.flow-timestamp-anchor,
a.flow-timestamp-anchor:visited {
  color: inherit;
}
a.flow-timestamp-anchor:hover {
  color: #0645ad;
}
a.flow-timestamp-anchor:hover:visited {
  color: #0b0080;
}
a.flow-timestamp-anchor:hover:active {
  color: #faa700;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-reply-count {
  display: none;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.55em;
  color: #c8ccd1;
  font-size: 2em;
  opacity: 0.5;
}
.flow-reply-count .flow-reply-count-number {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.25em;
  width: 100%;
  color: #54595d;
  font-size: 0.5em;
  line-height: 2.25;
  font-weight: bold;
  text-align: center;
}

.client-nojs .flow-nojs {
  display: block;
}
.client-nojs .flow-js {
  display: none;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.client-js .flow-action-view {
  /*
		Fallback elements

		Fallback elements are invisible when JavaScript is enabled. They only exist when JavaScript does not run.

		Markup:
		<div class="flow-ui-fallback-element"></div>

		Styleguide X.
		*/
}
.client-js .flow-action-view .flow-ui-load-overlay {
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
}
.client-js .flow-action-view .flow-component {
  position: relative;
  opacity: 0.5;
}
.client-js .flow-action-view .flow-component-ready {
  opacity: 1;
  transition: opacity 0.5s;
}
.client-js .flow-action-view .flow-ui-fallback-element {
  visibility: hidden;
  height: 0;
}
.client-js .flow-action-view .flow-nojs {
  display: none;
}
.client-js .flow-action-view .flow-js {
  display: block;
}
.flow-ui-loading {
  display: none;
  text-align: center;
}
.flow-load-more.flow-api-inprogress .flow-ui-loading {
  display: block;
}
.flow-ui-loading .mw-ui-icon {
  display: inline-block;
  font-size: 2em;
  -webkit-animation: spin infinite 2s linear;
  -ms-animation: spin infinite 2s linear;
  animation: spin infinite 2s linear;
}
.mw-body #bodyContent .flow-api-inprogress {
  /* stylelint-disable-line selector-max-id */
  opacity: 0.5;
  cursor: wait;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.5;
  }
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-form-collapsible.flow-form-collapsible-collapsed {
  display: none;
}
.flow-form-actions {
  position: relative;
  margin-top: 8px;
}
.flow-form-actions button.mw-ui-button,
.flow-form-actions a.mw-ui-button {
  float: right;
  margin-left: 0.25em;
}
.flow-anon-warning {
  position: relative;
}
.flow-anon-warning-desktop {
  display: none;
  position: absolute;
  right: -15em;
  width: 15em;
}
@media all and (min-width: 768px) {
  .flow-anon-warning-mobile {
    display: none;
  }
  .flow-anon-warning-desktop {
    display: block;
  }
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-terms-of-use {
  display: block;
  clear: both;
  height: 3.6em;
  vertical-align: middle;
  color: #54595d;
  font-size: 0.75em;
  line-height: 1.4;
  text-align: left;
  direction: ltr;
}
@media all and (min-width: 768px) {
  .flow-terms-of-use {
    clear: none;
  }
}

/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
.flow-topic-titlebar {
  position: relative;
  padding: 0.5em 0;
  background-color: #eaecf0;
  border-radius: 2px;
  outline: 0;
}
.flow-topic-titlebar .flow-menu {
  top: 2.5em;
}
.mw-content-ltr .flow-topic-titlebar .flow-topic-titlebar-container,
.mw-content-ltr .flow-topic-titlebar .flow-edit-title-form {
  /* @noflip */
  padding-right: 3em;
  /* @noflip */
  padding-left: 1em;
}
.mw-content-rtl .flow-topic-titlebar .flow-topic-titlebar-container,
.mw-content-rtl .flow-topic-titlebar .flow-edit-title-form {
  /* @noflip */
  padding-right: 1em;
  /* @noflip */
  padding-left: 3em;
}
.flow-topic-titlebar .flow-topic-summary,
.flow-topic-titlebar .flow-ui-editTopicSummaryWidget {
  padding-left: 1em;
  padding-right: 1em;
}
.mw-body .flow-topic-title {
  padding: 0;
  border-bottom: 0;
  font-family: sans-serif;
  font-weight: bold;
  word-break: break-word;
  word-wrap: break-word;
  overflow: visible;
}
.mw-body .flow-topic-title .mw-ui-icon {
  vertical-align: bottom;
}
.mw-body .mw-content-ltr .flow-topic-title {
  /* @noflip */
  margin: 0 2.5em 0.15em 0;
}
.mw-body .mw-content-ltr .flow-topic-title .mw-ui-icon {
  /* @noflip */
  margin-left: -0.33em;
}
.mw-body .mw-content-ltr .flow-topic-title .mw-ui-icon.mw-ui-icon-before::before {
  /* @noflip */
  float: left;
  /* @noflip */
  margin-right: 0;
}
.mw-body .mw-content-rtl .flow-topic-title {
  /* @noflip */
  margin: 0 0 0.15em 2.5em;
}
.mw-body .mw-content-rtl .flow-topic-title .mw-ui-icon {
  /* @noflip */
  margin-right: -0.33em;
}
.mw-body .mw-content-rtl .flow-topic-title .mw-ui-icon.mw-ui-icon-before::before {
  /* @noflip */
  float: right;
  /* @noflip */
  margin-left: 0;
}
.flow-moderated-topic-title {
  margin-bottom: 0.33em;
  color: #54595d;
  font-weight: bold;
}
.mw-body h2.flow-topic-title {
  font-size: 1.5em;
}
.flow-notification-tooltip-topicsub {
  width: 15em;
}
.flow-notification-tooltip-icon .mw-ui-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flow-notification-tooltip-icon .mw-ui-icon.mw-ui-icon-star {
  min-width: 32px;
  width: 32px;
  max-width: 32px;
  min-height: 32px;
  font-size: 32px;
  line-height: 1;
}
.flow-notification-tooltip-title {
  font-size: 1em;
}
.flow-undo {
  float: right;
}
.flow-topic-title-activate-edit .flow-topic-title {
  display: none;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-topic-meta {
  color: #54595d;
  clear: both;
  direction: ltr;
}
.mw-content-ltr .flow-topic-meta {
  /* @noflip */
  text-align: left;
}
.mw-content-rtl .flow-topic-meta {
  /* @noflip */
  text-align: right;
}
.flow-topic-meta a.expand-collapse-posts-link:not( :hover ) {
  color: #54595d;
}

/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* Use value that results in exact pixels to avoid scrollbar flicker. T178685 */
form.flow-post {
  margin-left: 1em;
}
.flow-post {
  position: relative;
  color: #202122;
  word-wrap: break-word;
}
.flow-post.flow-post-highlight-newer .flow-post-content {
  margin-left: -1.7em;
  padding-left: 1.48571429em;
}
.flow-post .flow-post.flow-post-highlight-newer > .flow-post-main .flow-post-content {
  margin-left: -0.9em;
  padding-left: 0.6857142899999999em;
}
.flow-post .flow-post .flow-post.flow-post-highlight-newer > .flow-post-main .flow-post-content {
  margin-left: -0.9em;
  padding-left: 0.6857142899999999em;
}
.flow-post .flow-post-content {
  word-break: break-word;
  overflow: auto;
  max-height: 2000px;
}
.flow-post .flow-author {
  font-size: 0.875em;
  line-height: 1.2;
  display: inline-block;
  color: #202122;
  word-wrap: break-word;
}
.flow-post .flow-author .mw-userlink {
  font-weight: bold;
}
.flow-post .flow-author .mw-usertoollinks {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.flow-post .flow-author:hover .mw-usertoollinks {
  opacity: 1;
}
.mw-content-ltr .flow-post {
  /* @noflip */
  margin: 0.5em 0 0 0.75em;
}
.mw-content-ltr .flow-post .flow-replies {
  /* @noflip */
  margin-left: 1.5em;
  /* @noflip */
  padding-left: 0.5em;
  /* @noflip */
  border-left: 1px solid #c8ccd1;
}
.mw-content-ltr .flow-post.flow-post-max-depth .flow-replies {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  border-left-width: 0;
}
.mw-content-ltr .flow-post.flow-post-max-depth .flow-replies .flow-post-max-depth {
  /* @noflip */
  margin-left: 0;
}
.mw-content-ltr .flow-post .flow-post-main {
  /* @noflip */
  margin-left: 0.1em;
}
.mw-content-ltr .flow-post.flow-post-highlighted > .flow-post-main {
  /* @noflip */
  /* @noflip */
  padding-left: 0.25em;
  /* @noflip */
  border-left: solid 0.25em #00af89;
}
.mw-content-ltr .flow-post.flow-post-highlight-newer .flow-post-content {
  /* @noflip */
  border-left: solid 0.21428571em #0645ad;
}
.mw-content-rtl .flow-post {
  /* @noflip */
  margin: 0.5em 0.75em 0 0;
}
.mw-content-rtl .flow-post .flow-replies {
  /* @noflip */
  margin-right: 1em;
  /* @noflip */
  padding-right: 0.5em;
  /* @noflip */
  border-right: 1px solid #c8ccd1;
}
.mw-content-rtl .flow-post.flow-post-max-depth .flow-replies {
  /* @noflip */
  margin-right: 0;
  /* @noflip */
  padding-right: 0;
  /* @noflip */
  border-right-width: 0;
}
.mw-content-rtl .flow-post.flow-post-max-depth .flow-replies .flow-post-max-depth {
  /* @noflip */
  margin-right: 0;
}
.mw-content-rtl .flow-post .flow-post-main {
  /* @noflip */
  margin-right: 0.1em;
}
.mw-content-rtl .flow-post.flow-post-highlighted > .flow-post-main {
  /* @noflip */
  /* @noflip */
  padding-right: 0.25em;
  /* @noflip */
  border-right: solid 0.25em #00af89;
}
.mw-content-rtl .flow-post.flow-post-highlight-newer .flow-post-content {
  /* @noflip */
  border-right: solid 0.21428571em #0645ad;
}
.flow-post-meta {
  color: #72777d;
  font-size: 0.875em;
}
.mw-content-ltr .flow-post-meta {
  /* @noflip */
  text-align: right;
}
.mw-content-rtl .flow-post-meta {
  /* @noflip */
  text-align: left;
}
.mw-content-ltr .flow-post-meta-actions {
  /* @noflip */
  float: left;
}
.mw-content-rtl .flow-post-meta-actions {
  /* @noflip */
  float: right;
}
.flow-post-meta-actions a::after {
  content: '\2022';
  padding: 0 8px;
  text-decoration: none;
  display: inline-block;
  color: #72777d;
}
.flow-post-meta-actions a:last-child::after {
  content: '';
}
@media all and (min-width: 768px) {
  .flow-post {
    padding: 0;
    /* left margin provided by highlighting zone */
  }
  .mw-content-ltr .flow-post {
    /* @noflip */
    margin: 1em 0 0 1em;
  }
  .mw-content-ltr .flow-replies .flow-post {
    /* @noflip */
    margin-left: 1.5em;
  }
  .mw-content-rtl .flow-post {
    /* @noflip */
    margin: 1em 1em 0 0;
  }
  .mw-content-rtl .flow-replies .flow-post {
    /* @noflip */
    margin-right: 1.5em;
  }
  .flow-post .flow-author {
    line-height: inherit;
    font-size: inherit;
  }
  .flow-post.flow-post-highlight-newer > .flow-post-main .flow-post-content {
    margin-left: -2.3em;
    padding-left: 2.08571429em;
  }
  .flow-post .flow-post.flow-post-highlight-newer > .flow-post-main .flow-post-content {
    margin-left: -1.7em;
    padding-left: 1.48571429em;
  }
  .flow-post .flow-post .flow-post.flow-post-highlight-newer > .flow-post-main .flow-post-content {
    margin-left: -1.7em;
    padding-left: 1.48571429em;
  }
}
@media all and (min-width: 982px) {
  .flow-post.flow-post-highlight-newer > .flow-post-main .flow-post-content {
    margin-left: -2.8em;
    padding-left: 2.58571429em;
  }
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.flow-topic-summary-container .flow-topic-summary,
.flow-topic-summary-container .flow-ui-editTopicSummaryWidget {
  border-top: 1px solid #c8ccd1;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.flow-topic-summary-container .flow-topic-summary .flow-topic-summary-author,
.flow-topic-summary-container .flow-ui-editTopicSummaryWidget .flow-topic-summary-author {
  font-weight: bold;
  color: #54595d;
}
.flow-topic-summary-container .flow-topic-summary .flow-topic-summary-content p:last-of-type,
.flow-topic-summary-container .flow-ui-editTopicSummaryWidget .flow-topic-summary-content p:last-of-type {
  margin-bottom: 0;
}

/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable indentation */
.flow-watch-link {
  position: absolute;
  top: 0;
}
.flow-watch-link.flow-board-watch-link {
  font-size: 1.5em;
  top: -1.75em;
  right: auto;
}
.flow-watch-link.flow-board-watch-link a {
  float: right;
}
.flow-watch-link a {
  display: inline-block;
  padding: 0.5em;
}
.flow-watch-link a.mw-ui-quiet .flow-unwatch {
  display: none;
}
.flow-watch-link a.mw-ui-quiet .flow-watch {
  display: inline-block;
}
.flow-watch-link a .flow-watch {
  display: none;
}
.flow-watch-link a .flow-unwatch:hover {
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4);
}
.flow-watch-link .flow-unwatch.mw-ui-icon-unStar-progressive {
  opacity: 1;
}
.mw-content-ltr .flow-watch-link {
  /* @noflip */
  right: 0;
}
.mw-content-rtl .flow-watch-link {
  /* @noflip */
  left: 0;
}
.flow-topic-watchlist a {
  font-size: 1.8em;
}
@media all and (min-width: 768px) {
  .flow-topic-watchlist a {
    font-size: inherit;
  }
}
.content {
  position: relative;
}
