@font-face {
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./materialdesignicons-webfont.woff2") format("woff2");
}

:root {
  --xf-page: #2d3238;
  --xf-panel: #383c42;
  --xf-control: #42464d;
  --xf-submit: rgba(72, 77, 86, 0.9);
  --xf-footer: #212428;
  --xf-border: rgba(255, 255, 255, 0.12);
  --xf-text: #ffffff;
  --xf-text-muted: #bcc0c7;
  --xf-nav-text: rgba(255, 255, 255, 0.7);
  --xf-link: #2196f3;
  --xf-link-hover: #73bdf7;
  --xf-error: #c84448;
  --xf-error-bg: #fde9e9;
  --xf-shadow: 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px rgba(0, 0, 0, 0.2);
  --xf-font: "Segoe UI", "Helvetica Neue", Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans",
    "Droid Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  color-scheme: dark;
  background: var(--xf-page);
  color: var(--xf-text);
  font-family: var(--xf-font);
  font-size: 15px;
  line-height: 1.4;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: var(--xf-page);
  color: var(--xf-text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  overflow-y: scroll !important;
}

html.is-locked,
body.is-locked {
  overflow: hidden !important;
  overscroll-behavior: none;
}

a {
  color: var(--xf-link);
  text-decoration: none;
}

a:hover {
  color: var(--xf-link-hover);
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--xf-link-hover);
  outline-offset: 2px;
}

.menu :focus-visible,
.offCanvasMenu-content :focus-visible {
  outline-offset: -2px;
}

.mdi-glyph {
  display: inline-block;
  flex: 0 0 auto;
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.u-skipLink {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--xf-link);
  color: #fff;
  transform: translateY(-160%);
}

.u-skipLink:focus {
  color: #fff;
  transform: translateY(0);
}

.uix_pageWrapper--fixed,
.p-pageWrapper {
  min-height: 100vh;
}

.p-pageWrapper {
  display: flex;
  flex-direction: column;
  border-top: 0;
  background: var(--xf-page);
}

.p-header {
  display: none;
  height: 0;
  flex-basis: 0;
}

.p-header-inner {
  width: min(1200px, calc(100% - 40px));
  height: 30px;
  margin-inline: auto;
}

.p-navSticky {
  position: sticky;
  z-index: 100;
  top: 0;
  flex: 0 0 94px;
  height: 94px;
  border-bottom: 3px solid var(--xf-panel);
}

.p-nav {
  height: 50px;
  background: var(--xf-page);
  color: var(--xf-nav-text);
}

.p-nav-inner {
  display: flex;
  width: min(1200px, calc(100% - 20px));
  height: 50px;
  margin-inline: auto;
  align-items: stretch;
}

.p-nav-menuTrigger,
.p-nav-smallLogo {
  display: none;
}

.p-nav-scroller {
  display: block;
  min-width: 0;
}

.p-nav-list,
.p-sectionLinks-list {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-nav-list > li {
  display: flex;
  height: 50px;
}

.p-navEl {
  position: relative;
  display: flex;
  height: 50px;
  align-items: stretch;
}

.p-navEl--logo {
  width: 160px;
}

.p-navEl-link--logo {
  display: flex;
  width: 160px;
  height: 50px;
  align-items: center;
  padding: 0;
}

.p-navEl-link--logo img {
  display: block;
  width: 140px;
  height: auto;
  max-height: 35px;
  margin-right: 10px;
  object-fit: contain;
}

.p-navEl-link--splitMenu {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 4px;
  padding: 16px 2px 16px 16px;
  color: var(--xf-nav-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
}

.p-navEl-link--support {
  padding-right: 16px;
}

.p-navEl-link--verified {
  padding-right: 16px;
  color: #f3c84d;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 800;
}

.p-navEl-link--verified > .mdi-glyph {
  color: #f6cf5a;
}

.p-navEl-link--verified:hover,
.p-navEl-link--verified:hover > .mdi-glyph,
.p-navEl--active .p-navEl-link--verified,
.p-navEl--active .p-navEl-link--verified > .mdi-glyph {
  color: #ffe082;
}

.p-navEl-link--splitMenu > .mdi-glyph {
  width: 18px;
  color: var(--xf-nav-text);
  font-size: 18px;
  text-align: center;
}

.p-navEl-link--splitMenu:hover,
.p-navEl-link--splitMenu:hover > .mdi-glyph {
  color: #fff;
}

.p-navEl-splitTrigger {
  display: grid;
  width: 25.66px;
  height: 47px;
  align-self: center;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--xf-nav-text);
  cursor: pointer;
}

.p-navEl-splitTrigger .mdi-glyph {
  font-size: 15px;
  transition: transform 0.16s ease;
}

.p-navEl-splitTrigger:hover,
.p-navEl-splitTrigger[aria-expanded="true"] {
  color: #fff;
}

.p-navEl-splitTrigger[aria-expanded="true"] .mdi-glyph {
  transform: rotate(180deg);
}

/* Old RAMP4U active Forums tab. */
.p-navEl--active {
  background: var(--xf-control);
}

.p-navEl--active .p-navEl-link--splitMenu,
.p-navEl--active .p-navEl-link--splitMenu > .mdi-glyph,
.p-navEl--active .p-navEl-splitTrigger,
.p-navEl--active .p-navEl-link--splitMenu:hover,
.p-navEl--active .p-navEl-link--splitMenu:hover > .mdi-glyph,
.p-navEl--active .p-navEl-splitTrigger:hover,
.p-navEl--active .p-navEl-splitTrigger[aria-expanded="true"] {
  color: #8bc34a;
}

.p-nav-opposite {
  display: flex;
  margin-left: auto;
  align-items: stretch;
}

.p-navgroup {
  display: flex;
  align-items: center;
}

.p-navgroup-link--register {
  display: flex;
  min-height: 41.2px;
  align-items: center;
  gap: 5px;
  padding: 8px;
  border-radius: 4px 4px 0 0;
  color: var(--xf-nav-text);
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
}

.p-navgroup-link--register .mdi-glyph {
  font-size: 18px;
}

.p-navgroup-link--register:hover {
  color: #fff;
}

.p-navgroup-link--register.is-current {
  color: #fff;
  box-shadow: 0 -2px var(--xf-link) inset;
}

.menu[hidden],
.offCanvasMenu[hidden] {
  display: none;
}

.menu--nav {
  position: absolute;
  z-index: 60;
  top: 47px;
  left: 8px;
  min-width: 175px;
  overflow: hidden;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  background: var(--xf-panel);
  box-shadow: var(--xf-shadow);
}

.menu--nav a {
  display: block;
  padding: 10px 13px;
  border-bottom: 1px solid var(--xf-border);
  color: var(--xf-nav-text);
  font-size: 14px;
}

.menu--nav a:last-child {
  border-bottom: 0;
}

.menu--nav a:hover {
  background: var(--xf-control);
  color: #fff;
}

.p-sectionLinks {
  position: relative;
  z-index: 30;
  height: 41px;
  border-bottom: 1px solid var(--xf-border);
  background: var(--xf-control);
  color: var(--xf-text-muted);
}

.p-sectionLinks-inner {
  display: flex;
  width: min(1200px, calc(100% - 20px));
  height: 40px;
  margin-inline: auto;
  align-items: center;
}

.p-sectionLinks-list {
  height: auto;
  align-items: center;
}

.p-sectionLinks .p-navEl-link {
  display: block;
  padding: 2px 8px;
  color: var(--xf-text-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
}

.p-sectionLinks .p-navEl-link:hover {
  color: #fff;
}

.p-body-header {
  flex: 0 0 61.6px;
  height: 61.6px;
  padding-top: 15px;
  color: var(--xf-text-muted);
}

.pageContent,
.p-body-inner {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.p-body-header .pageContent {
  height: 46.6px;
}

.uix_headerInner {
  height: 41.6px;
  margin: 5px 5px 5px 0;
}

.p-title {
  height: 36.6px;
}

.p-title h1 {
  margin: 0 0 3px;
  color: var(--xf-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
}

.p-body {
  display: flex;
  min-height: 420px;
  flex: 1 0 auto;
}

.p-body-inner {
  display: flex;
  padding: 20px 0;
}

.uix_contentWrapper,
.p-body-main,
.p-body-content,
.p-body-pageContent,
.blocks {
  width: 100%;
}

.blockMessage {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
  padding: 15px;
  border: 0;
  border-left: 2px solid var(--xf-error);
  border-radius: 4px;
  box-shadow: var(--xf-shadow);
  font-size: 15px;
  line-height: 21px;
}

.blockMessage[hidden] {
  display: none !important;
}

.blockMessage--error {
  background: var(--xf-error-bg);
  color: var(--xf-error);
}

.blockMessage.is-login-error {
  min-height: 0;
  padding: 15px;
  border-left-width: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.input.is-invalid {
  border-color: var(--xf-error);
  box-shadow: 0 0 0 1px var(--xf-error);
}

.input:disabled,
.button:disabled,
.iconic--hideShow:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.input:disabled {
  background: #25292d;
  color: var(--xf-text-muted);
}

.blockMessage--info {
  border-left-color: var(--xf-link);
  background: var(--xf-panel);
  color: var(--xf-text);
}

.blockMessage--info .blockMessage-icon {
  color: var(--xf-link);
}

.blockMessage-icon {
  width: 24px;
  font-size: 24px;
  line-height: 33.6px;
  text-align: center;
}

.block {
  width: 100%;
  margin: 0;
}

.block-container {
  overflow: visible;
  border: 0;
  border-radius: 4px;
  background: var(--xf-panel);
  box-shadow: var(--xf-shadow);
}

.formRow {
  position: relative;
  display: grid;
  width: 100%;
  height: 51px;
  grid-template-columns: 33% 67%;
  margin: 0;
}

.formRow--input:first-child {
  height: 65px;
}

.formRow--input:nth-child(2) {
  height: 86px;
}

.formRow > dt,
.formRow > dd {
  min-width: 0;
  margin: 0;
  border: 0;
}

.formRow > dt {
  padding: 22px 15px 15px;
  border-right: 1px solid var(--xf-border);
  background: var(--xf-control);
  text-align: right;
}

.formRow > dd {
  padding: 15px;
}

.formRow-label {
  color: var(--xf-text);
  font-size: 15px;
  line-height: 21px;
}

.formRow:not(.formRow--input):not(.formSubmitRow) > dt {
  padding: 15px;
}

.input {
  display: block;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  outline: 0;
  background: var(--xf-control);
  color: var(--xf-text);
  font-family: var(--xf-font);
  font-size: 15px;
  line-height: 21px;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.input:focus {
  border-color: var(--xf-border);
  background: var(--xf-panel);
  box-shadow: none;
}

.inputGroup {
  display: flex;
  width: 100%;
  height: 35px;
}

.inputGroup .input {
  min-width: 0;
  flex: 1 1 auto;
  border-radius: 4px 0 0 4px;
}

.inputGroup-text {
  display: flex;
  width: 78px;
  height: 35px;
  flex: 0 0 78px;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid var(--xf-border);
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background: var(--xf-control);
}

.iconic--hideShow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--xf-text);
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
}

.iconic--hideShow .mdi-glyph {
  color: var(--xf-text-muted);
  font-size: 16.5px;
}

.formRow-explain {
  display: block;
  height: 21px;
  font-size: 15px;
  line-height: 21px;
}

.iconic--checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--xf-text);
  cursor: pointer;
  user-select: none;
}

.iconic--checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.iconic--checkbox .checkboxBox {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1px solid #737980;
  border-radius: 2px;
  background: #292d31;
}

.iconic--checkbox input:checked + .checkboxBox {
  border-color: var(--xf-link);
  background: var(--xf-link);
}

.iconic--checkbox input:checked + .checkboxBox::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.iconic--checkbox input:focus-visible + .checkboxBox {
  outline: 2px solid var(--xf-link-hover);
  outline-offset: 2px;
}

.formSubmitRow {
  display: block;
  height: 56px;
  border-radius: 0 0 3px 3px;
  background: transparent;
}

.formSubmitRow > dt {
  display: none;
}

.formSubmitRow > dd {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0;
  border: 0;
}

.formSubmitRow-main {
  position: relative;
  width: 100%;
  height: 56px;
}

.formSubmitRow-bar {
  position: absolute;
  inset: 0;
  border-top: 1px solid var(--xf-border);
  border-radius: 0 0 3px 3px;
  background: var(--xf-submit);
}

.formSubmitRow-controls {
  position: relative;
  display: flex;
  height: 56px;
  align-items: center;
  margin: 0 15px;
  padding: 10px 0 10px 33%;
}

.button--primary {
  display: inline-flex;
  width: 140px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: var(--xf-link);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.button--primary .mdi-glyph {
  font-size: 18px;
}

.button--primary:hover {
  background: #0c7cd5;
  color: #fff;
}

.block-outer--after {
  margin-top: 15px;
}

.block-outer-middle {
  height: 21px;
  text-align: center;
  line-height: 21px;
}

.passwordRecoveryOverlay {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 11, 13, 0.72);
}

.passwordRecoveryOverlay[hidden] {
  display: none;
}

.passwordRecoveryDialog {
  width: min(460px, 100%);
  overflow: hidden;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  background: var(--xf-panel);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.55);
  color: var(--xf-text);
}

.passwordRecoveryHeader {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--xf-border);
  background: #30343a;
}

.passwordRecoveryHeader h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.passwordRecoveryClose {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--xf-text-muted);
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
}

.passwordRecoveryClose:hover {
  color: #ffffff;
}

.passwordRecoveryBody {
  padding: 18px 16px 20px;
}

.passwordRecoveryBody p {
  margin: 0 0 15px;
  color: var(--xf-text-muted);
}

.passwordRecoveryBody label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.passwordRecoveryBody .input {
  width: 100%;
}

.passwordRecoveryResult {
  margin-top: 14px;
  padding: 11px 12px;
  border-left: 3px solid var(--xf-link);
  background: #292f34;
  color: var(--xf-text);
  line-height: 20px;
}

.passwordRecoveryResult.is-error {
  border-left-color: var(--xf-error);
  background: var(--xf-error-bg);
  color: var(--xf-error);
}

.passwordRecoveryActions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid var(--xf-border);
  background: var(--xf-submit);
}

.passwordRecoveryCancel {
  height: 36px;
  padding: 0 15px;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  background: #383d43;
  color: var(--xf-text);
  cursor: pointer;
}

.p-footer {
  flex: 0 0 auto;
  min-height: 0;
  color: #e6e7ea;
  font-size: 13px;
  line-height: 18.2px;
}

.p-footer-inner {
  padding: 16px 0;
  background: var(--xf-footer);
}

.p-footer .pageContent {
  height: auto;
}

.p-footer-row {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.p-footer-row + .p-footer-row {
  margin-top: 10px;
}

.p-footer-links,
.p-footer-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.p-footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.p-footer-links a:hover {
  color: #fff;
}

.p-footer-meta {
  justify-content: flex-end;
}

.p-footer-copyright {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  white-space: nowrap;
}

.languageChooser {
  position: relative;
  display: inline-block;
}

.languageChooser > button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 6px;
  border: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 18.2px;
  cursor: pointer;
}

.languageChooser > button:hover {
  color: #fff;
}

.languageChooser > button .mdi-glyph {
  font-size: 13px;
}

.menu--language {
  position: absolute;
  z-index: 60;
  bottom: 39px;
  left: 0;
  width: 210px;
  overflow: hidden;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  background: var(--xf-panel);
  box-shadow: var(--xf-shadow);
}

.menu--language strong,
.menu--language button {
  display: flex;
  width: 100%;
  padding: 10px 12px;
}

.menu--language strong {
  border-bottom: 1px solid var(--xf-border);
}

.menu--language button {
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: var(--xf-nav-text);
  cursor: pointer;
}

.offCanvasMenu-backdrop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.25);
}

.offCanvasMenu-content {
  position: fixed;
  z-index: 1001;
  inset: 0 auto 0 0;
  width: min(280px, 85vw);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  border-right: 1px solid var(--xf-border);
  background: var(--xf-panel);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.28);
}

.offCanvasMenu-header {
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid var(--xf-border);
  background: var(--xf-page);
}

.offCanvasMenu-header > span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.offCanvasMenu-header button {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--xf-nav-text);
  font-size: 28px;
  cursor: pointer;
}

.offCanvasMenu-list a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid var(--xf-border);
  color: var(--xf-nav-text);
  font-weight: 600;
}

.offCanvasMenu-list a:hover {
  background: var(--xf-control);
  color: #fff;
}

.offCanvasMenu-list a.is-active,
.offCanvasMenu-list a.is-active:hover {
  color: #8bc34a;
}

.telegramSupportLink,
.telegramSupportLink > .mdi-glyph {
  color: #2aabee;
}

.telegramSupportLink:hover,
.telegramSupportLink:hover > .mdi-glyph {
  color: #55c2f3;
}

.templateToast {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  max-width: min(410px, calc(100vw - 40px));
  padding: 12px 16px;
  border: 1px solid rgba(33, 150, 243, 0.42);
  border-radius: 4px;
  background: #252a30;
  box-shadow: var(--xf-shadow);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.templateToast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .p-header,
  .p-nav-scroller,
  .p-sectionLinks {
    display: none;
  }

  .p-nav-inner,
  .pageContent,
  .p-body-inner {
    width: calc(100% - 20px);
  }

  .p-navSticky {
    flex-basis: 53px;
    height: 53px;
  }

  .p-nav-menuTrigger {
    display: flex;
    width: 40px;
    height: 33.6px;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
    padding: 0 8px;
    border: 0;
    background: transparent;
    color: var(--xf-nav-text);
    cursor: pointer;
  }

  .p-nav-menuTrigger .mdi-glyph {
    font-size: 24px;
  }

  .p-nav-smallLogo {
    display: flex;
    width: 28px;
    height: 50px;
    align-items: center;
  }

  .p-nav-smallLogo img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .p-navgroup-link--register {
    width: 40px;
    height: 41.6px;
    min-height: 0;
    justify-content: center;
    padding: 4px 8px;
  }

  .p-navgroup-linkText {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .blockMessage,
  .block-container {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 0;
  }

  .has-no-js .p-nav-menuTrigger {
    display: none;
  }

  .has-no-js .p-nav-scroller {
    display: block;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }

  .has-no-js .p-nav-list {
    width: max-content;
  }
}

@media (max-width: 540px) {
  .formRow {
    display: block;
    height: auto;
  }

  .formRow > dt,
  .formRow > dd {
    display: block;
    width: 100%;
    border-bottom: 0;
  }

  .formRow > dt {
    height: auto;
    padding: 7.5px 15px 0;
    border-right: 0;
    background: transparent;
    text-align: left;
  }

  .formRow > dd {
    padding: 7.5px 15px 15px;
  }

  .formRow--input:first-child,
  .formRow--input:nth-child(2) {
    height: auto;
  }

  .input,
  .inputGroup,
  .inputGroup-text {
    height: 36.4px;
  }

  .input {
    font-size: 16px;
    line-height: 22.4px;
  }

  .formRow:not(.formRow--input):not(.formSubmitRow) {
    height: 51px;
  }

  .formRow:not(.formRow--input):not(.formSubmitRow) > dt {
    display: none;
  }

  .formRow:not(.formRow--input):not(.formSubmitRow) > dd {
    display: flex;
    height: 51px;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid var(--xf-border);
  }

  .formSubmitRow {
    display: block;
    height: 56px;
  }

  .formSubmitRow > dd {
    display: block;
    height: 56px;
    padding: 0;
  }

  .formSubmitRow > dt {
    display: none;
  }

  .formSubmitRow-controls {
    justify-content: center;
    margin: 0 15px;
    padding: 10px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Shared wide-screen navigation rail */
.has-global-rail {
  --uix-global-rail-width: 210px;
  --uix-global-rail-top: 94px;
}

.has-global-rail.has-compact-global-rail {
  --uix-global-rail-top: 53px;
}

.uixForumRail {
  position: fixed;
  z-index: 80;
  top: var(--uix-global-rail-top);
  bottom: 0;
  left: 0;
  width: var(--uix-global-rail-width);
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  background: #292e35;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.12);
}

.uixForumRail-nav {
  padding: 20px 0;
}

.uixForumRail-link {
  position: relative;
  display: grid;
  min-height: 40px;
  padding: 0 15px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  color: #c4c8ce;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.uixForumRail-link > .mdi-glyph:first-child {
  color: #aeb4bc;
  font-size: 20px;
}

.uixForumRail-link:hover {
  border-radius: 0 8px 8px 0;
  background: #30363f;
  color: #fff;
}

.uixForumRail-link.is-active {
  border-radius: 0 8px 8px 0;
  background: #343a45;
  color: #fff;
  box-shadow: inset 3px 0 var(--xf-accent, #8bc34a);
}

.uixForumRail-link.is-active > .mdi-glyph:first-child,
.uixForumRail-link--accent > .mdi-glyph:first-child {
  color: var(--xf-accent, #8bc34a);
}

.uixForumRail-link:first-child {
  min-height: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.uixForumRail-chevron {
  color: #949aa3;
  font-size: 15px;
}

.p-navEl--headerAd {
  display: none;
}

@media (min-width: 1201px) {
  html body.has-global-rail .p-pageWrapper > main {
    width: calc(100% - var(--uix-global-rail-width));
    margin-right: 0;
    margin-left: var(--uix-global-rail-width);
    box-sizing: border-box;
  }

  html body.has-global-rail .p-pageWrapper > .p-body-header,
  html body.has-global-rail .p-pageWrapper > .p-body,
  html body.has-global-rail .p-pageWrapper > .p-footer {
    width: auto;
    margin-left: var(--uix-global-rail-width);
  }

  html body.has-global-rail .p-nav-list > li:not(.p-navEl--logo):not(.p-navEl--headerAd) {
    display: none;
  }

  html body.has-global-rail .p-navEl--headerAd {
    display: flex;
    min-width: 0;
    margin-left: clamp(45px, 19vw, 250px);
    align-items: center;
  }

  html body.has-global-rail .p-navEl--headerAd a {
    display: inline-flex;
    max-width: 350px;
    overflow: hidden;
    align-items: center;
    gap: 5px;
    color: #c4c8ce;
    font-size: 12px;
    font-weight: 600;
    line-height: 53px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html body.has-global-rail .p-navEl-headerAdLead {
    color: #9ccc65;
  }

  html body.has-global-rail .p-navEl-headerAdDivider {
    color: #788173;
  }

  html body.has-global-rail .p-navEl--headerAd a:hover {
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .uixForumRail {
    display: none;
  }
}

@media (max-width: 640px) {
  .p-footer-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .p-footer-meta {
    width: 100%;
    justify-content: space-between;
  }
}

body.has-login-gate {
  overflow: hidden;
}

.loginGateOverlay {
  position: fixed;
  z-index: 320;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 11, 13, 0.72);
}

.loginGateOverlay[hidden] {
  display: none;
}

.loginGateDialog {
  width: min(460px, 100%);
  overflow: hidden;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  background: var(--xf-panel);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.55);
  color: var(--xf-text);
}

.loginGateHeader {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--xf-border);
  background: #30343a;
}

.loginGateHeader h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.loginGateClose {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--xf-text-muted);
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
}

.loginGateClose:hover {
  color: #ffffff;
}

.loginGateBody {
  padding: 18px 16px 8px;
}

.loginGateBody .blockMessage {
  margin: 0;
}

.loginGateActions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 16px;
}

.loginGateActions .button {
  min-width: 96px;
  text-decoration: none;
}

.loginGateActions .button--primary {
  width: auto;
  min-width: 118px;
  padding: 0 16px;
}

.loginGateActions .button:not(.button--primary) {
  display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--xf-border);
  border-radius: 4px;
  background: #383d43;
  color: var(--xf-text);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

[data-login-gate] {
  cursor: pointer;
}
.uixForumRail-link--verified {
  color: #f3c84d;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 800;
}
.uixForumRail-link--verified > .mdi-glyph:first-child {
  color: #f6cf5a;
}
.uixForumRail-link--verified:hover,
.uixForumRail-link--verified.is-active {
  color: #ffe082;
}
.uixForumRail-link--verified.is-active {
  box-shadow: inset 3px 0 #f3c84d;
}
.uixForumRail-link--verified.is-active > .mdi-glyph:first-child {
  color: #f6cf5a;
}
.offCanvasMenu-verified {
  color: #f3c84d;
  letter-spacing: 0.04em;
  font-weight: 800;
}
.offCanvasMenu-verified > .mdi-glyph {
  color: #f6cf5a;
}

.message-userExtras .pairs.pairs--justified.pairs--telegram{align-items:center}.postbitTelegram{display:inline-flex;align-items:center;justify-content:center;color:#2aabee;font-size:16px;line-height:1;text-decoration:none}.postbitTelegram:hover{color:#55c2f3}
