@charset "UTF-8";
/*!
Fork Awesome 1.1.7
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "ForkAwesome";
  src: url(/packs/media/fonts/forkawesome-webfont-e182ad6d.eot);
  src: url(/packs/media/fonts/forkawesome-webfont-e182ad6d.eot?#iefix&v=1.1.7) format("embedded-opentype"), url(/packs/media/fonts/forkawesome-webfont-7c20758e.woff2) format("woff2"), url(/packs/media/fonts/forkawesome-webfont-2dfb5f36.woff) format("woff"), url(/packs/media/fonts/forkawesome-webfont-ee4d8bfd.ttf) format("truetype"), url(/packs/media/fonts/forkawesome-webfont-86541105.svg#forkawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-sync:before,
.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video:before,
.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-e:before {
  content: "";
}

.fa-globe-w:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-community:before,
.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus-g:before,
.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-utensils:before,
.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-pound:before,
.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-down:before,
.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-up:before,
.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-down:before,
.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-up:before,
.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-down:before,
.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-up:before,
.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-utensil-spoon:before,
.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-heading:before,
.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-closed-captioning:before,
.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-gem:before,
.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-square:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo-v:before,
.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-mastodon-alt:before {
  content: "";
}

.fa-fork-circle:before,
.fa-fork-awesome:before {
  content: "";
}

.fa-peertube:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-friendica:before {
  content: "";
}

.fa-gnu-social:before {
  content: "";
}

.fa-liberapay-square:before {
  content: "";
}

.fa-liberapay:before {
  content: "";
}

.fa-ssb:before,
.fa-scuttlebutt:before {
  content: "";
}

.fa-hubzilla:before {
  content: "";
}

.fa-social-home:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discord-alt:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-snowdrift:before {
  content: "";
}

.fa-activitypub:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-shaarli:before {
  content: "";
}

.fa-shaarli-o:before {
  content: "";
}

.fa-cut-key:before,
.fa-key-modern:before {
  content: "";
}

.fa-xmpp:before {
  content: "";
}

.fa-archive-org:before {
  content: "";
}

.fa-freedombox:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-mastodon-square:before {
  content: "";
}

.fa-tipeee:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-dogmazic:before {
  content: "";
}

.fa-zotero:before {
  content: "";
}

.fa-nodejs:before {
  content: "";
}

.fa-nextcloud:before {
  content: "";
}

.fa-nextcloud-square:before {
  content: "";
}

.fa-hackaday:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-signalapp:before {
  content: "";
}

.fa-gnupg:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-ffmpeg:before {
  content: "";
}

.fa-joplin:before {
  content: "";
}

.fa-syncthing:before {
  content: "";
}

.fa-inkscape:before {
  content: "";
}

.fa-matrix-org:before {
  content: "";
}

.fa-pixelfed:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-dev-to:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-jirafeau:before {
  content: "";
}

.fa-emby:before {
  content: "";
}

.fa-wikidata:before {
  content: "";
}

.fa-gimp:before {
  content: "";
}

.fa-c:before {
  content: "";
}

.fa-digitalocean:before {
  content: "";
}

.fa-att:before {
  content: "";
}

.fa-gitea:before {
  content: "";
}

.fa-file-epub:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-archlinux:before {
  content: "";
}

.fa-pleroma:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-hackster:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-f-droid:before {
  content: "";
}

.fa-biometric:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* roboto-cyrillic-ext-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-cyrillic-ext-300-italic-b15813de.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* roboto-cyrillic-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-cyrillic-300-italic-bf529688.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* roboto-greek-ext-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-greek-ext-300-italic-5239a090.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* roboto-greek-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-greek-300-italic-dfda325d.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+0370-03FF;
}
/* roboto-vietnamese-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-vietnamese-300-italic-a1235b5a.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* roboto-latin-ext-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-latin-ext-300-italic-58406e93.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* roboto-latin-300-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-latin-300-italic-c64e7e35.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-italic-a6629198.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* roboto-cyrillic-ext-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-cyrillic-ext-300-normal-e326e566.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* roboto-cyrillic-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-cyrillic-300-normal-db335832.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* roboto-greek-ext-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-greek-ext-300-normal-a7a18ee9.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* roboto-greek-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-greek-300-normal-a78490a0.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+0370-03FF;
}
/* roboto-vietnamese-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-vietnamese-300-normal-54344cce.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* roboto-latin-ext-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-latin-ext-300-normal-08f685c3.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* roboto-latin-300-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/packs/media/files/roboto-latin-300-normal-37a7069d.woff2) format("woff2"), url(/packs/media/files/roboto-all-300-normal-858c8bde.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* roboto-cyrillic-ext-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-cyrillic-ext-400-italic-c30985e0.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* roboto-cyrillic-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-cyrillic-400-italic-7270d0db.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* roboto-greek-ext-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-greek-ext-400-italic-26c1478a.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* roboto-greek-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-greek-400-italic-aeaac920.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+0370-03FF;
}
/* roboto-vietnamese-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-vietnamese-400-italic-d8e5b781.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* roboto-latin-ext-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-latin-ext-400-italic-5ed4cf18.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* roboto-latin-400-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-latin-400-italic-d022bc70.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-italic-63782d14.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* roboto-cyrillic-ext-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-cyrillic-ext-400-normal-dd55ea0a.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* roboto-cyrillic-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-cyrillic-400-normal-3605d18d.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* roboto-greek-ext-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-greek-ext-400-normal-bc7ace6e.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* roboto-greek-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-greek-400-normal-352cc77a.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+0370-03FF;
}
/* roboto-vietnamese-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-vietnamese-400-normal-52cebac0.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* roboto-latin-ext-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-latin-ext-400-normal-dcc07bcf.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* roboto-latin-400-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/packs/media/files/roboto-latin-400-normal-176f8f5b.woff2) format("woff2"), url(/packs/media/files/roboto-all-400-normal-b5a0a0df.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* roboto-cyrillic-ext-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-cyrillic-ext-700-italic-5726f004.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* roboto-cyrillic-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-cyrillic-700-italic-bb6e5f0a.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* roboto-greek-ext-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-greek-ext-700-italic-b6f495c7.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* roboto-greek-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-greek-700-italic-7f0fd074.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+0370-03FF;
}
/* roboto-vietnamese-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-vietnamese-700-italic-6cf4f16f.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* roboto-latin-ext-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-latin-ext-700-italic-e5e79ed8.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* roboto-latin-700-italic*/
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-latin-700-italic-7d8125ff.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-italic-7307c825.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* roboto-cyrillic-ext-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-cyrillic-ext-700-normal-2498ca11.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* roboto-cyrillic-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-cyrillic-700-normal-f48bb1c8.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* roboto-greek-ext-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-greek-ext-700-normal-8078dce7.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* roboto-greek-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-greek-700-normal-7ef7522d.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+0370-03FF;
}
/* roboto-vietnamese-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-vietnamese-700-normal-cfedd72c.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* roboto-latin-ext-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-latin-ext-700-normal-41611a53.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* roboto-latin-700-normal*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/packs/media/files/roboto-latin-700-normal-c18ee39f.woff2) format("woff2"), url(/packs/media/files/roboto-all-700-normal-b1ea34cb.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* montserrat-cyrillic-ext-800-italic*/
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-cyrillic-ext-800-italic-2a0c7fb3.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-italic-262e3ce4.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* montserrat-cyrillic-800-italic*/
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-cyrillic-800-italic-4afb01c5.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-italic-262e3ce4.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* montserrat-vietnamese-800-italic*/
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-vietnamese-800-italic-d4d75a26.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-italic-262e3ce4.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* montserrat-latin-ext-800-italic*/
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-latin-ext-800-italic-b68066f9.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-italic-262e3ce4.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* montserrat-latin-800-italic*/
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-latin-800-italic-bf45bfa1.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-italic-262e3ce4.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* montserrat-cyrillic-ext-800-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-cyrillic-ext-800-normal-2436d0e6.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-normal-e9a0a72b.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* montserrat-cyrillic-800-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-cyrillic-800-normal-82be5a20.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-normal-e9a0a72b.woff) format("woff");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* montserrat-vietnamese-800-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-vietnamese-800-normal-018e1fc8.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-normal-e9a0a72b.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* montserrat-latin-ext-800-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-latin-ext-800-normal-379dea8e.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-normal-e9a0a72b.woff) format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* montserrat-latin-800-normal*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/packs/media/files/montserrat-latin-800-normal-db9a3e0b.woff2) format("woff2"), url(/packs/media/files/montserrat-all-800-normal-e9a0a72b.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@charset "UTF-8";
/*
# CSS VARIABLE NAMING CONVENTIONS

Primary variables are fully-formed CSS properties.
Form: --{primary-name}
Examples:
  --brand-color
  --accent-color
  --primary-text-color

Meta-variables are combined to make primary variables.
Form: --{primary-name}_{property}
Examples:
  --brand-color_h   (int, hue)
  --brand-color_s   (percent, saturation)
  --brand-color_l   (percent, lightness)
  --brand-color_hsl (csv of the 3 variables above)

Modifiers are variations of primary variables made by modifying their meta-values.
Form: --{primary-name}--{modifier}
Examples:
  --brand-color--faint
  --brand-color--hicontrast
  --primary-text-color--faint
*/
body,
.site-preview {
  --brand-color: hsl(var(--brand-color_hsl));
  --accent-color: hsl(var(--accent-color_hsl));
  --primary-text-color: hsl(var(--primary-text-color_hsl));
  --background-color: hsl(var(--background-color_hsl));
  --warning-color: hsla(var(--warning-color_hsl));
  --brand-color_hsl: var(--brand-color_h), var(--brand-color_s), var(--brand-color_l);
  --accent-color_hsl: var(--accent-color_h), var(--accent-color_s), var(--accent-color_l);
  --primary-text-color_hsl: var(--primary-text-color_h), var(--primary-text-color_s), var(--primary-text-color_l);
  --background-color_hsl: var(--background-color_h), var(--background-color_s), var(--background-color_l);
  --warning-color_hsl: var(--warning-color_h), var(--warning-color_s), var(--warning-color_l);
  --accent-color_h: calc(var(--brand-color_h) - 15);
  --accent-color_s: 86%;
  --accent-color_l: 44%;
  --brand-color--faint: hsla(var(--brand-color_hsl), 0.1);
  --brand-color--med: hsla(var(--brand-color_hsl), 0.2);
  --accent-color--faint: hsla(var(--accent-color_hsl), 0.15);
  --accent-color--med: hsla(var(--accent-color_hsl), 0.25);
  --accent-color--bright: hsl(
    var(--accent-color_h),
    var(--accent-color_s),
    calc(var(--accent-color_l) + 3%)
  );
  --primary-text-color--faint: hsla(var(--primary-text-color_hsl), 0.6);
  --warning-color--faint: hsla(var(--warning-color_hsl), 0.5);
}

.theme-mode-light {
  --foreground-color: #fff;
  --highlight-text-color: hsl(
    var(--brand-color_h),
    var(--brand-color_s),
    calc(var(--brand-color_l) - 8%)
  );
  --vignette-color: transparent;
  --primary-text-color_h: 0;
  --primary-text-color_s: 0%;
  --primary-text-color_l: 0%;
  --background-color_h: 0;
  --background-color_s: 0%;
  --background-color_l: 94.9%;
  --warning-color_h: 0;
  --warning-color_s: 100%;
  --warning-color_l: 66%;
  --brand-color--hicontrast: hsl(
    var(--brand-color_h),
    var(--brand-color_s),
    calc(var(--brand-color_l) - 12%)
  );
}

.theme-mode-dark {
  --foreground-color: #222;
  --highlight-text-color: hsl(
    var(--brand-color_h),
    var(--brand-color_s),
    calc(var(--brand-color_l) + 8%)
  );
  --vignette-color: #000;
  --primary-text-color_h: 0;
  --primary-text-color_s: 0%;
  --primary-text-color_l: 100%;
  --background-color_h: 0;
  --background-color_s: 0%;
  --background-color_l: 20%;
  --warning-color_h: 0;
  --warning-color_s: 100%;
  --warning-color_l: 66%;
  --brand-color--hicontrast: hsl(
    var(--brand-color_h),
    var(--brand-color_s),
    calc(var(--brand-color_l) + 12%)
  );
}

/* stylelint-disable-next-line value-keyword-case -- locale filenames */
@font-face {
  font-family: "OpenDyslexic";
  src: url(/packs/media/fonts/OpenDyslexic/OpenDyslexic-Regular-904b03b8ee84dff60d49a0bce49be7a1.woff2) format("woff2");
}
@font-face {
  font-family: "OpenDyslexic";
  font-weight: bold;
  src: url(/packs/media/fonts/OpenDyslexic/OpenDyslexic-Bold-b10b526264214d354893f70d866bbbed.woff2) format("woff2");
}
@font-face {
  font-family: "OpenDyslexic";
  font-weight: bold;
  font-style: italic;
  src: url(/packs/media/fonts/OpenDyslexic/OpenDyslexic-Bold-Italic-d7e13c040d08e47707e28a48f13f4db3.woff2) format("woff2");
}
@font-face {
  font-family: "OpenDyslexic";
  font-style: italic;
  src: url(/packs/media/fonts/OpenDyslexic/OpenDyslexic-Italic-83bf4ce46d74c07c8c8d1a9176c7dcbd.woff2) format("woff2");
}
@font-face {
  font-family: "soapbox";
  src: url(/packs/media/fonts/soapbox/soapbox-e7423f4541aa70ae7c7b9444d119b340.eot);
  src: url(/packs/media/fonts/soapbox/soapbox-e7423f4541aa70ae7c7b9444d119b340.eot#iefix) format("embedded-opentype"), url(/packs/media/fonts/soapbox/soapbox-9a1d0e128f973006bbe05274428e1aaf.ttf) format("truetype"), url(/packs/media/fonts/soapbox/soapbox-6c60ad5cd9afe3d620a4aca0f14f44a1.woff) format("woff"), url(/packs/media/fonts/soapbox/soapbox-f8434d22de3795981854cf4d209adc44.svg#soapbox) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-fediverse::before {
  font-family: "soapbox";
  content: "";
}

.fa-spinster::before {
  font-family: "soapbox";
  content: "";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: var(--primary-text-color);
  background-color: var(--background-color);
}
body.system-font {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body.app-body {
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}
body.app-body.with-modals--active {
  overflow-y: hidden;
}
body.lighter {
  background: var(--brand-color--med);
}
body.with-modals {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.with-modals--active {
  overflow-y: hidden;
  margin-right: 13px;
}
body.player {
  text-align: center;
}
body.embed {
  background: var(--brand-color--faint);
  margin: 0;
  padding-bottom: 0;
}
body.embed .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.admin {
  background: var(--brand-color--med);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
}
body.error {
  position: absolute;
  text-align: center;
  color: var(--primary-text-color--faint);
  background: var(--brand-color--med);
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.error .dialog {
  vertical-align: middle;
  margin: 20px;
}
body.error .dialog__illustration img {
  display: block;
  max-width: 470px;
  width: 100%;
  height: auto;
  margin-top: -120px;
}
body.error .dialog h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.app-body {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.app-holder, .app-holder > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  outline: 0 !important;
}

.visuallyhidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  font-size: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

::-moz-selection {
  background-color: var(--highlight-text-color);
  color: #fff;
}

::selection {
  background-color: var(--highlight-text-color);
  color: #fff;
}

noscript {
  text-align: center;
}
noscript img {
  width: 200px;
  opacity: 0.5;
  -webkit-animation: flicker 4s infinite;
          animation: flicker 4s infinite;
}
noscript div {
  font-size: 14px;
  margin: 30px auto;
  color: var(--primary-text-color--faint);
  max-width: 400px;
}
noscript div a {
  color: var(--highlight-text-color);
  text-decoration: underline;
}
noscript div a:hover {
  text-decoration: none;
}

.floating-link {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 201;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.logo-container {
  margin: 100px auto 50px;
}
@media screen and (max-width: 500px) {
  .logo-container {
    margin: 40px auto 0;
  }
}
.logo-container h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-container h1 img {
  height: 42px;
  margin-right: 10px;
}
.logo-container h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-text-color);
  text-decoration: none;
  outline: 0;
  padding: 12px 16px;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
}

.compose-standalone .compose-form {
  width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  margin-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 400px) {
  .compose-standalone .compose-form {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }
}

.account-header {
  width: 400px;
  margin: 0 auto;
  display: flex;
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 20px 0;
  padding-bottom: 0;
  margin-bottom: -30px;
  margin-top: 40px;
}
@media screen and (max-width: 440px) {
  .account-header {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 20px;
    padding-bottom: 0;
  }
}
.account-header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.account-header .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  border-radius: 4px;
}
.account-header .name {
  flex: 1 1 auto;
  color: var(--primary-text-color--faint);
  width: calc(100% - 88px);
}
.account-header .name .username {
  display: block;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-header .logout-link {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-left: 8px;
}

.public-layout .footer {
  display: flex;
  padding: 40px 0;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .public-layout .footer {
    padding: 40px 20px;
  }
}
.public-layout .footer .footer-container {
  display: flex;
  width: 960px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .public-layout .footer .footer-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .public-layout .footer .footer-container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.public-layout .footer h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--primary-text-color--faint);
  font-size: 1.6rem;
  line-height: 1.5;
}
.public-layout .footer h4 a {
  color: inherit;
  text-decoration: none;
}
.public-layout .footer .copyright {
  margin-right: auto;
}
.public-layout .footer .copyright span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}
.public-layout .footer ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.public-layout .footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 4px;
  margin-left: 10px;
}
.public-layout .footer ul li a:hover, .public-layout .footer ul li a:active, .public-layout .footer ul li a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .public-layout .footer .copyright {
    margin: 0 auto auto;
    text-align: center;
  }
  .public-layout .footer ul {
    margin: 0 auto 20px;
  }
}

code {
  font-family: var(--font-monospace), monospace;
  font-weight: 400;
}

.form-container {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
}

.simple_form .input {
  margin-bottom: 8px;
  overflow: hidden;
}
.simple_form .input.hidden {
  margin: 0;
}
.simple_form .input.radio_buttons .radio {
  margin-bottom: 15px;
}
.simple_form .input.radio_buttons .radio:last-child {
  margin-bottom: 0;
}
.simple_form .input.radio_buttons .radio > label {
  position: relative;
  padding-left: 28px;
}
.simple_form .input.radio_buttons .radio > label input {
  position: absolute;
  top: -2px;
  left: 0;
}
.simple_form .input.boolean {
  position: relative;
}
.simple_form .input.boolean .label_input > label {
  font-family: inherit;
  font-size: 14px;
  padding-top: 5px;
  color: var(--primary-text-color);
  display: block;
  width: auto;
}
.simple_form .input.boolean .label_input,
.simple_form .input.boolean .hint {
  padding-left: 28px;
}
.simple_form .input.boolean .label_input__wrapper {
  position: static;
}
.simple_form .input.boolean input[type=checkbox] {
  position: absolute;
  top: 3px;
  left: 0;
}
.simple_form .input.boolean label a {
  color: var(--highlight-text-color);
  text-decoration: underline;
}
.simple_form .input.boolean label a:hover, .simple_form .input.boolean label a:active, .simple_form .input.boolean label a:focus {
  text-decoration: none;
}
.simple_form .row {
  display: flex;
  margin: 0 -5px;
}
.simple_form .row .input {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 50%;
  padding: 0 5px;
}
.simple_form .hint {
  color: var(--primary-text-color--faint);
}
.simple_form .hint a {
  color: var(--highlight-text-color);
}
.simple_form .hint code {
  border-radius: 3px;
  padding: 0.2em 0.4em;
  background: var(--background-color);
}
.simple_form span.hint {
  display: block;
  font-size: 12px;
}
.simple_form p.hint {
  margin-bottom: 15px;
  color: var(--primary-text-color--faint);
}
.simple_form p.hint.subtle-hint {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
.simple_form .card {
  margin-bottom: 15px;
}
.simple_form strong {
  font-weight: 500;
}
.simple_form strong:lang(ja) {
  font-weight: 700;
}
.simple_form strong:lang(ko) {
  font-weight: 700;
}
.simple_form strong:lang(zh-CN) {
  font-weight: 700;
}
.simple_form strong:lang(zh-HK) {
  font-weight: 700;
}
.simple_form strong:lang(zh-TW) {
  font-weight: 700;
}
.simple_form .input.with_floating_label .label_input {
  display: flex;
}
.simple_form .input.with_floating_label .label_input > label {
  font-family: inherit;
  font-size: 14px;
  color: var(--primary-text-color);
  font-weight: 500;
  min-width: 150px;
  flex: 0 0 auto;
}
.simple_form .input.with_floating_label .label_input input,
.simple_form .input.with_floating_label .label_input select {
  flex: 1 1 auto;
}
.simple_form .input.with_floating_label.select .hint {
  margin-top: 6px;
  margin-left: 150px;
}
.simple_form .input.with_label .label_input > label {
  font-family: inherit;
  font-size: 14px;
  color: var(--primary-text-color);
  display: block;
  word-wrap: break-word;
  font-weight: 500;
}
.simple_form .input.with_label ul {
  flex: 390px;
}
.simple_form .input.font_icon_picker {
  width: 52px;
}
.simple_form .input.with_block_label {
  max-width: none;
}
.simple_form .input.with_block_label > label {
  font-family: inherit;
  font-size: 16px;
  color: var(--primary-text-color);
  display: block;
  font-weight: 500;
  padding-top: 5px;
}
.simple_form .input.with_block_label .hint {
  margin-bottom: 15px;
}
.simple_form .input.with_block_label ul {
  -moz-columns: 2;
       columns: 2;
}
.simple_form .required abbr {
  text-decoration: none;
  color: #e87487;
}
.simple_form .fields-group {
  margin-bottom: 25px;
}
.simple_form .fields-group .input:last-child {
  margin-bottom: 0;
}
.simple_form .fields-row {
  display: flex;
  margin: 0 -10px;
  padding-top: 5px;
  margin-bottom: 25px;
}
.simple_form .fields-row .input {
  max-width: none;
}
.simple_form .fields-row__column {
  box-sizing: border-box;
  padding: 0 10px;
  flex: 1 1 auto;
  min-height: 1px;
}
.simple_form .fields-row__column-6 {
  max-width: 50%;
}
.simple_form .fields-row .fields-group:last-child,
.simple_form .fields-row .fields-row__column.fields-group {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .simple_form .fields-row {
    display: block;
    margin-bottom: 0;
  }
  .simple_form .fields-row__column {
    max-width: none;
  }
  .simple_form .fields-row .fields-group:last-child,
.simple_form .fields-row .fields-row__column.fields-group,
.simple_form .fields-row .fields-row__column {
    margin-bottom: 25px;
  }
}
.simple_form .input.radio_buttons .radio label {
  margin-bottom: 5px;
  font-family: inherit;
  font-size: 14px;
  color: var(--primary-text-color);
  display: block;
  width: auto;
}
.simple_form .check_boxes .checkbox label {
  font-family: inherit;
  font-size: 14px;
  color: var(--primary-text-color);
  display: inline-block;
  width: auto;
  position: relative;
  padding-top: 5px;
  padding-left: 25px;
  flex: 1 1 auto;
}
.simple_form .check_boxes .checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
}
.simple_form fieldset[disabled] input[type=text],
.simple_form fieldset[disabled] input[type=number],
.simple_form fieldset[disabled] input[type=email],
.simple_form fieldset[disabled] input[type=password],
.simple_form fieldset[disabled] textarea {
  color: var(--primary-text-color--faint);
  border-color: var(--primary-text-color--faint);
}
.simple_form input[type=text],
.simple_form input[type=number],
.simple_form input[type=email],
.simple_form input[type=password],
.simple_form textarea,
.simple_form .rfipbtn {
  box-sizing: border-box;
  font-size: 16px;
  color: var(--primary-text-color);
  display: block;
  width: 100%;
  outline: 0;
  font-family: inherit;
  resize: vertical;
  background: var(--background-color);
  border: 1px solid var(--highlight-text-color);
  border-radius: 4px;
  padding: 10px;
  transition: 0.2s;
}
.simple_form input[type=text]:invalid,
.simple_form input[type=number]:invalid,
.simple_form input[type=email]:invalid,
.simple_form input[type=password]:invalid,
.simple_form textarea:invalid,
.simple_form .rfipbtn:invalid {
  box-shadow: none;
}
.simple_form input[type=text]:focus:invalid:not(:-moz-placeholder-shown), .simple_form input[type=number]:focus:invalid:not(:-moz-placeholder-shown), .simple_form input[type=email]:focus:invalid:not(:-moz-placeholder-shown), .simple_form input[type=password]:focus:invalid:not(:-moz-placeholder-shown), .simple_form textarea:focus:invalid:not(:-moz-placeholder-shown), .simple_form .rfipbtn:focus:invalid:not(:-moz-placeholder-shown) {
  border-color: #e87487;
}
.simple_form input[type=text]:focus:invalid:not(:-ms-input-placeholder), .simple_form input[type=number]:focus:invalid:not(:-ms-input-placeholder), .simple_form input[type=email]:focus:invalid:not(:-ms-input-placeholder), .simple_form input[type=password]:focus:invalid:not(:-ms-input-placeholder), .simple_form textarea:focus:invalid:not(:-ms-input-placeholder), .simple_form .rfipbtn:focus:invalid:not(:-ms-input-placeholder) {
  border-color: #e87487;
}
.simple_form input[type=text]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=number]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=email]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=password]:focus:invalid:not(:placeholder-shown),
.simple_form textarea:focus:invalid:not(:placeholder-shown),
.simple_form .rfipbtn:focus:invalid:not(:placeholder-shown) {
  border-color: #e87487;
}
.simple_form input[type=text]:required:valid,
.simple_form input[type=number]:required:valid,
.simple_form input[type=email]:required:valid,
.simple_form input[type=password]:required:valid,
.simple_form textarea:required:valid,
.simple_form .rfipbtn:required:valid {
  border-color: #79bd9a;
}
.simple_form input[type=text]:active, .simple_form input[type=text]:focus,
.simple_form input[type=number]:active,
.simple_form input[type=number]:focus,
.simple_form input[type=email]:active,
.simple_form input[type=email]:focus,
.simple_form input[type=password]:active,
.simple_form input[type=password]:focus,
.simple_form textarea:active,
.simple_form textarea:focus,
.simple_form .rfipbtn:active,
.simple_form .rfipbtn:focus {
  border-color: var(--brand-color--hicontrast);
}
.simple_form .rfip {
  width: 100%;
  margin: 0;
}
.simple_form input[type=text][disabled],
.simple_form input[type=number][disabled],
.simple_form input[type=email][disabled],
.simple_form input[type=password][disabled],
.simple_form textarea[disabled] {
  color: var(--primary-text-color--faint);
  border-color: var(--primary-text-color--faint);
}
.simple_form .input.field_with_errors label {
  color: #e87487;
}
.simple_form .input.field_with_errors input[type=text],
.simple_form .input.field_with_errors input[type=number],
.simple_form .input.field_with_errors input[type=email],
.simple_form .input.field_with_errors input[type=password],
.simple_form .input.field_with_errors textarea,
.simple_form .input.field_with_errors select {
  border-color: #e87487;
}
.simple_form .input.field_with_errors .error {
  display: block;
  font-weight: 500;
  color: #e87487;
  margin-top: 4px;
}
.simple_form .input.disabled {
  opacity: 0.5;
}
.simple_form .actions {
  margin-top: 30px;
  display: flex;
}
.simple_form .actions.actions--top {
  margin-top: 0;
  margin-bottom: 30px;
}
.simple_form button,
.simple_form .button,
.simple_form .block-button,
.simple_form .color-swatch {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: var(--brand-color);
  color: #fff;
  font-size: 18px;
  line-height: inherit;
  height: auto;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  outline: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.simple_form button:last-child,
.simple_form .button:last-child,
.simple_form .block-button:last-child,
.simple_form .color-swatch:last-child {
  margin-right: 0;
}
.simple_form button:hover, .simple_form button:active, .simple_form button:focus,
.simple_form .button:hover,
.simple_form .button:active,
.simple_form .button:focus,
.simple_form .block-button:hover,
.simple_form .block-button:active,
.simple_form .block-button:focus,
.simple_form .color-swatch:hover,
.simple_form .color-swatch:active,
.simple_form .color-swatch:focus {
  background-color: var(--brand-color--hicontrast);
}
.simple_form button.negative,
.simple_form .button.negative,
.simple_form .block-button.negative,
.simple_form .color-swatch.negative {
  background: #df405a;
}
.simple_form button.negative:hover,
.simple_form .button.negative:hover,
.simple_form .block-button.negative:hover,
.simple_form .color-swatch.negative:hover {
  background-color: #e3566d;
}
.simple_form button.negative:active, .simple_form button.negative:focus,
.simple_form .button.negative:active,
.simple_form .button.negative:focus,
.simple_form .block-button.negative:active,
.simple_form .block-button.negative:focus,
.simple_form .color-swatch.negative:active,
.simple_form .color-swatch.negative:focus {
  background-color: #db2a47;
}
.simple_form button.accordion__toggle,
.simple_form .button.accordion__toggle,
.simple_form .block-button.accordion__toggle,
.simple_form .color-swatch.accordion__toggle {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--primary-text-color--faint);
  font-size: 18px;
  line-height: inherit;
  height: auto;
  padding: 0 10px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  outline: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.simple_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 16px;
  color: var(--primary-text-color);
  background: var(--background-color);
  display: block;
  width: 100%;
  outline: 0;
  font-family: inherit;
  resize: vertical;
  border: 1px solid var(--highlight-text-color);
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 30px;
  height: 41px;
  position: relative;
  margin-top: 8px;
  cursor: pointer;
}
.simple_form .select-wrapper {
  display: flex;
  align-items: center;
}
.simple_form .select-wrapper::after {
  display: flex;
  align-items: center;
  font-family: "ForkAwesome";
  content: "";
  position: absolute;
  right: 12px;
  height: calc(100% - 8px);
  padding-left: 12px;
  pointer-events: none;
  margin-top: 8px;
}
.simple_form .label_input__color {
  display: inline-flex;
  font-size: 14px;
}
.simple_form .label_input__color .color-swatch {
  width: 32px;
  height: 16px;
  margin-left: 12px;
}
.simple_form .label_input__font_icon_picker {
  font-size: 14px;
}
.simple_form .label_input__font_icon_picker .font-icon-button {
  padding: 9px;
  border: 1px solid var(--highlight-text-color);
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}
.simple_form .label_input__font_icon_picker .font-icon-button .fa {
  font-size: 18px;
  color: var(--primary-text-color);
}
.simple_form .label_input__wrapper {
  position: relative;
}
.simple_form .label_input__append {
  position: absolute;
  right: 3px;
  top: 1px;
  padding: 10px;
  padding-bottom: 9px;
  font-size: 16px;
  color: var(--primary-text-color);
  font-family: inherit;
  pointer-events: none;
  cursor: default;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
}
.simple_form .label_input__append::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  width: 5px;
  background-image: linear-gradient(to right, hsla(var(--background-color_hsl), 0), var(--background-color));
}
.simple_form__overlay-area {
  position: relative;
}
.simple_form__overlay-area__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background-color);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 4px;
}
.simple_form__overlay-area__overlay__content {
  text-align: center;
}
.simple_form__overlay-area__overlay__content.rich-formatting,
.simple_form__overlay-area__overlay__content.rich-formatting p {
  color: var(--primary-text-color);
}
.simple_form h2 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 14px;
  font-weight: bold;
}

.block-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 24px;
}

.qr-code {
  flex: 0 0 auto;
  background: var(--foreground-color);
  padding: 4px;
  margin: 0 10px 20px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.qr-code svg {
  display: block;
  margin: 0;
}

.simple_form .warning {
  box-sizing: border-box;
  background: rgba(223, 64, 90, 0.5);
  color: var(--primary-text-color);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}
.simple_form .warning a {
  color: var(--primary-text-color);
  text-decoration: underline;
}
.simple_form .warning a:hover, .simple_form .warning a:focus, .simple_form .warning a:active {
  text-decoration: none;
}
.simple_form .warning strong {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.simple_form .warning strong:lang(ja) {
  font-weight: 700;
}
.simple_form .warning strong:lang(ko) {
  font-weight: 700;
}
.simple_form .warning strong:lang(zh-CN) {
  font-weight: 700;
}
.simple_form .warning strong:lang(zh-HK) {
  font-weight: 700;
}
.simple_form .warning strong:lang(zh-TW) {
  font-weight: 700;
}
.simple_form .warning strong .fa {
  font-weight: 400;
}

.columns-area form.simple_form {
  padding: 15px;
}

.captcha {
  background-color: #fff;
  border-radius: 4px;
}
.captcha img {
  display: table;
  margin: 0 auto;
}
.captcha input[type=text] {
  border-radius: 0 0 4px 4px;
}

.authtokens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}

.authtoken__app-name {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.authtoken__valid-until {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.authtoken__revoke {
  margin-top: 10px;
}

.file-picker img {
  max-width: 100px;
  max-height: 100px;
}

.code-editor textarea {
  font-family: monospace;
  white-space: pre;
}
.code-editor--invalid textarea {
  border-color: #df405a !important;
  color: #df405a;
}
.code-editor .input {
  margin-bottom: 0;
}
.code-editor .hint {
  margin-top: 10px;
}

.input .row > .fa-times-circle {
  position: absolute;
  right: 7px;
  cursor: pointer;
  color: #df405a;
  transform: translateY(9px);
}

.site-preview {
  border-radius: 4px;
  overflow: hidden;
  height: 164px;
  border: 1px solid;
  margin-bottom: 40px;
  background: var(--background-color);
}
.site-preview * {
  z-index: 0;
}
.site-preview a {
  cursor: default;
}
.site-preview .ui {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
}
.site-preview .page {
  align-items: center;
  justify-content: center;
  height: 100%;
}

.input.with_label.toggle .label_input {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.input.with_label.toggle .label_input .theme-toggle {
  margin-left: 10px;
}

.actions.add-row {
  margin: 10px 0 0;
}
.actions.add-row .button {
  border: 0;
  background: transparent;
}
.actions.add-row .button:hover {
  color: var(--primary-text-color);
}

.card > a {
  display: block;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 415px) {
  .card > a {
    box-shadow: none;
  }
}
.card > a:hover .card__bar, .card > a:active .card__bar, .card > a:focus .card__bar {
  background: var(--foreground-color);
}
.card__img {
  height: 130px;
  position: relative;
  background: var(--background-color);
  border-radius: 4px 4px 0 0;
}
.card__img .still-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 600px) {
  .card__img {
    height: 200px;
  }
}
@media screen and (max-width: 415px) {
  .card__img {
    display: none;
  }
}
.card__bar {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--brand-color--faint);
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 415px) {
  .card__bar {
    border-radius: 0;
  }
}
.card__bar .avatar {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding-top: 2px;
}
.card__bar .avatar .still-image {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  border-radius: 4px;
  background: var(--background-color);
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.card__bar .display-name {
  margin-left: 15px;
  text-align: left;
}
.card__bar .display-name strong {
  font-size: 15px;
  color: var(--primary-text-color);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__bar .display-name span {
  display: block;
  font-size: 14px;
  color: var(--primary-text-color--faint);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__bar .display-name bdi,
.card__bar .display-name span.verified-icon {
  display: inline-block;
}

.pagination {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
}
.pagination a,
.pagination .current,
.pagination .newer,
.pagination .older,
.pagination .page,
.pagination .gap {
  font-size: 14px;
  color: var(--primary-text-color);
  font-weight: 500;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
}
.pagination .current {
  background: var(--foreground-color);
  border-radius: 100px;
  color: var(--primary-text-color);
  cursor: default;
  margin: 0 10px;
}
.pagination .gap {
  cursor: default;
}
.pagination .older,
.pagination .newer {
  text-transform: uppercase;
  color: var(--primary-text-color--faint);
}
.pagination .older {
  float: left;
  padding-left: 0;
}
.pagination .older .fa {
  display: inline-block;
  margin-right: 5px;
}
.pagination .newer {
  float: right;
  padding-right: 0;
}
.pagination .newer .fa {
  display: inline-block;
  margin-left: 5px;
}
.pagination .disabled {
  cursor: default;
  color: var(--primary-text-color);
}
@media screen and (max-width: 700px) {
  .pagination {
    padding: 30px 20px;
  }
  .pagination .page {
    display: none;
  }
  .pagination .newer,
.pagination .older {
    display: inline-block;
  }
}

.account {
  padding: 10px;
  position: relative;
}
.account:not(:last-of-type) {
  border-bottom: 1px solid var(--brand-color--med);
}
.account.compact {
  padding: 0;
  border-bottom: 0;
}
.account.compact .account__avatar-wrapper {
  margin-left: 0;
}
.account .account__display-name {
  flex: 1 1 auto;
  display: block;
  color: var(--primary-text-color--faint);
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
}

.account__wrapper {
  display: flex;
}

.account__avatar-wrapper {
  float: left;
  margin-right: 12px;
}

.account__avatar {
  border-radius: 50%;
  background: transparent no-repeat;
  background-position: 50%;
  background-clip: padding-box;
  position: relative;
  background-color: var(--brand-color--faint);
}
.account__avatar-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.account__avatar-composite {
  border-radius: 50%;
  background: transparent no-repeat;
  background-position: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.account__avatar-composite > div {
  border-radius: 50%;
  background: transparent no-repeat;
  background-position: 50%;
  background-clip: padding-box;
  float: left;
  position: relative;
  box-sizing: border-box;
}

a .account__avatar {
  cursor: pointer;
}

.account__avatar-overlay {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
.account__avatar-overlay-base {
  border-radius: 50%;
  background: transparent no-repeat;
  background-position: 50%;
  background-clip: padding-box;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
.account__avatar-overlay-overlay {
  border-radius: 50%;
  background: transparent no-repeat;
  background-position: 50%;
  background-clip: padding-box;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.account__avatar-overlay-overlay.still-image {
  position: absolute;
}

.account__relationship {
  height: auto;
  padding: 0 0 0 5px;
  position: relative;
}
.account__relationship .dismiss-account-btn {
  display: block;
  margin-bottom: 5px;
}

.account__reciprocal_follow_message {
  padding: 0 5px;
  color: var(--primary-text-color--faint);
  text-align: center;
}

.account__disclaimer {
  padding: 10px;
  border-top: 1px solid var(--brand-color--med);
  color: var(--primary-text-color);
}
.account__disclaimer strong {
  font-weight: 500;
}
.account__disclaimer strong:lang(ja) {
  font-weight: 700;
}
.account__disclaimer strong:lang(ko) {
  font-weight: 700;
}
.account__disclaimer strong:lang(zh-CN) {
  font-weight: 700;
}
.account__disclaimer strong:lang(zh-HK) {
  font-weight: 700;
}
.account__disclaimer strong:lang(zh-TW) {
  font-weight: 700;
}
.account__disclaimer a {
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
}
.account__disclaimer a:hover, .account__disclaimer a:focus, .account__disclaimer a:active {
  text-decoration: none;
}

.account__action-bar {
  border-top: 1px solid var(--brand-color--med);
  border-bottom: 1px solid var(--brand-color--med);
  line-height: 36px;
  overflow: hidden;
  flex: 0 0 auto;
  display: flex;
}

.account__action-bar-dropdown {
  padding: 10px;
}
.account__action-bar-dropdown .icon-button {
  vertical-align: middle;
}
.account__action-bar-dropdown .dropdown--active .dropdown__content.dropdown__right {
  left: 6px;
  right: initial;
}
.account__action-bar-dropdown .dropdown--active::after {
  bottom: initial;
  margin-left: 11px;
  margin-top: -7px;
  right: initial;
}

.account__action-bar-links {
  display: flex;
  flex: 1 1 auto;
  line-height: 18px;
  text-align: center;
}

.account__action-bar__tab {
  text-decoration: none;
  overflow: hidden;
  flex: 0 1 100%;
  border-right: 1px solid var(--brand-color--med);
  padding: 10px 0;
  border-bottom: 4px solid transparent;
}
.account__action-bar__tab.active {
  border-bottom: 4px solid var(--brand-color);
}
.account__action-bar__tab > span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--primary-text-color--faint);
}
.account__action-bar__tab strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-text-color);
}
.account__action-bar__tab strong:lang(ja) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(ko) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(zh-CN) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(zh-HK) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(zh-TW) {
  font-weight: 700;
}

.account-authorize {
  padding: 14px 10px;
}
.account-authorize .detailed-status__display-name {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.account-authorize__avatar {
  float: left;
  margin-right: 10px;
}

.account__avatar {
  width: 56px;
  height: 56px;
  background-size: cover;
}

.account-gallery__container {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 2px;
}

.account-gallery__item {
  border: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 2px;
}
.account-gallery__item a {
  background: var(--brand-color--faint);
}
.account-gallery__item__icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.account--panel {
  background: var(--brand-color--faint);
  border-top: 1px solid var(--brand-color--med);
  border-bottom: 1px solid var(--brand-color--med);
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

.account__section-headline {
  background: var(--foreground-color);
  width: 100%;
  display: flex;
}
.account__section-headline button,
.account__section-headline a {
  flex: none;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 600;
}
.account__section-headline button.active::before, .account__section-headline button.active::after,
.account__section-headline a.active::before,
.account__section-headline a.active::after {
  border-color: transparent transparent var(--foreground-color);
}

.account__moved-note {
  padding: 14px 10px;
  padding-bottom: 16px;
  background: var(--brand-color--faint);
  border-top: 1px solid var(--brand-color--med);
  border-bottom: 1px solid var(--brand-color--med);
}
.account__moved-note__message {
  position: relative;
  margin-left: 58px;
  color: var(--primary-text-color);
  padding: 8px 0;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 14px;
}
.account__moved-note__message > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account__moved-note__icon-wrapper {
  left: -26px;
  position: absolute;
}
.account__moved-note .detailed-status__display-avatar {
  position: relative;
}
.account__moved-note .detailed-status__display-name {
  margin-bottom: 0;
}

.relationship-tag {
  color: var(--primary-text-color);
  margin-bottom: 4px;
  display: block;
  vertical-align: top;
  background-color: var(--background-color);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 4px;
  border-radius: 4px;
  opacity: 0.7;
}
.relationship-tag:hover {
  opacity: 1;
}

button.icon-button i.fa-retweet {
  background: hsla(var(--primary-text-color_hsl), 0.4);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='209'><path d='M4.97 3.16c-.1.03-.17.1-.22.18L.8 8.24c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77L5.5 3.35c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.02-2.4.02H7.1l2.32 2.85.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='black' stroke-width='0'/><path d='M7.78 19.66c-.24.02-.44.25-.44.5v2.46h-.06c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v4.47c0 4.26-.56 3.62 3.65 3.62H8.5l-1.3-1.06c-.1-.08-.18-.2-.2-.3-.02-.17.06-.35.2-.45l1.33-1.1H7.28c-.44 0-.72-.3-.72-.7v-4.48c0-.44.28-.72.72-.72h.06v2.5c0 .38.54.63.82.38l4.9-3.93c.25-.18.25-.6 0-.78l-4.9-3.92c-.1-.1-.24-.14-.38-.12zm9.34 2.93c-.54-.02-1.3.02-2.4.02h-1.25l1.3 1.07c.1.07.18.2.2.33.02.16-.06.3-.2.4l-1.33 1.1h1.28c.42 0 .72.28.72.72v4.47c0 .42-.3.72-.72.72h-.1v-2.47c0-.3-.3-.53-.6-.47-.07 0-.14.05-.2.1l-4.9 3.93c-.26.18-.26.6 0 .78l4.9 3.92c.27.25.82 0 .8-.38v-2.5h.1c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.15.4-3.62-1.25-3.66zM10.34 38.66c-.24.02-.44.25-.43.5v2.47H7.3c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.47c0 3.66-.23 3.7 2.34 3.66l-1.34-1.1c-.1-.08-.18-.2-.2-.3 0-.17.07-.35.2-.45l1.96-1.6c-.03-.06-.04-.13-.04-.2v-4.48c0-.44.28-.72.72-.72H9.9v2.5c0 .36.5.6.8.38l4.93-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.08-.23-.13-.36-.12zm5.63 2.93l1.34 1.1c.1.07.18.2.2.33.02.16-.03.3-.16.4l-1.96 1.6c.02.07.06.13.06.22v4.47c0 .42-.3.72-.72.72h-2.66v-2.47c0-.3-.3-.53-.6-.47-.06.02-.12.05-.18.1l-4.94 3.93c-.24.18-.24.6 0 .78l4.94 3.92c.28.22.78-.02.78-.38v-2.5h2.66c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.66.34-3.7-2.4-3.66zM13.06 57.66c-.23.03-.4.26-.4.5v2.47H7.28c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.87l2.93-2.37v-2.5c0-.44.28-.72.72-.72h5.38v2.5c0 .36.5.6.78.38l4.94-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.1-.24-.14-.38-.12zm5.3 6.15l-2.92 2.4v2.52c0 .42-.3.72-.72.72h-5.4v-2.47c0-.3-.32-.53-.6-.47-.07.02-.13.05-.2.1L3.6 70.52c-.25.18-.25.6 0 .78l4.93 3.92c.28.22.78-.02.78-.38v-2.5h5.42c4.27 0 3.65.67 3.65-3.62v-4.47-.44zM19.25 78.8c-.1.03-.2.1-.28.17l-.9.9c-.44-.3-1.36-.25-3.35-.25H7.28c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v.7l2.93.3v-1c0-.44.28-.72.72-.72h7.44c.2 0 .37.08.5.2l-1.8 1.8c-.25.26-.08.76.27.8l6.27.7c.28.03.56-.25.53-.53l-.7-6.25c0-.27-.3-.48-.55-.44zm-17.2 6.1c-.2.07-.36.3-.33.54l.7 6.25c.02.36.58.55.83.27l.8-.8c.02 0 .04-.02.04 0 .46.24 1.37.17 3.18.17h7.44c4.27 0 3.65.67 3.65-3.62v-.75l-2.93-.3v1.05c0 .42-.3.72-.72.72H7.28c-.15 0-.3-.03-.4-.1L8.8 86.4c.3-.24.1-.8-.27-.84l-6.28-.65h-.2zM4.88 98.6c-1.33 0-1.34.48-1.3 2.3l1.14-1.37c.08-.1.22-.17.34-.2.16 0 .34.08.44.2l1.66 2.03c.04 0 .07-.03.12-.03h7.44c.34 0 .57.2.65.5h-2.43c-.34.05-.53.52-.3.78l3.92 4.95c.18.24.6.24.78 0l3.94-4.94c.22-.27-.02-.76-.37-.77H18.4c.02-3.9.6-3.4-3.66-3.4H7.28c-1.08 0-1.86-.04-2.4-.04zm.15 2.46c-.1.03-.2.1-.28.2l-3.94 4.9c-.2.28.03.77.4.78H3.6c-.02 3.94-.45 3.4 3.66 3.4h7.44c3.65 0 3.74.3 3.7-2.25l-1.1 1.34c-.1.1-.2.17-.32.2-.16 0-.34-.08-.44-.2l-1.65-2.03c-.06.02-.1.04-.18.04H7.28c-.35 0-.57-.2-.66-.5h2.44c.37 0 .63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.23-.47-.2zM4.88 117.6c-1.16 0-1.3.3-1.3 1.56l1.14-1.38c.08-.1.22-.14.34-.16.16 0 .34.04.44.16l2.22 2.75h7c.42 0 .72.28.72.72v.53h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-.53c0-4.2.72-3.63-3.66-3.63H7.28c-1.08 0-1.86-.03-2.4-.03zm.1 1.74c-.1.03-.17.1-.23.16L.8 124.44c-.2.28.03.77.4.78H3.6v.5c0 4.26-.55 3.62 3.66 3.62h7.44c1.03 0 1.74.02 2.28 0-.16.02-.34-.03-.44-.15l-2.22-2.76H7.28c-.44 0-.72-.3-.72-.72v-.5h2.5c.37.02.63-.5.4-.78L5.5 119.5c-.12-.15-.34-.22-.53-.16zm12.02 10c1.2-.02 1.4-.25 1.4-1.53l-1.1 1.36c-.07.1-.17.17-.3.18zM5.94 136.6l2.37 2.93h6.42c.42 0 .72.28.72.72v1.25h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.25c0-4.2.72-3.63-3.66-3.63H7.28c-.6 0-.92-.02-1.34-.03zm-1.72.06c-.4.08-.54.3-.6.75l.6-.74zm.84.93c-.12 0-.24.08-.3.18l-3.95 4.9c-.24.3 0 .83.4.82H3.6v1.22c0 4.26-.55 3.62 3.66 3.62h7.44c.63 0 .97.02 1.4.03l-2.37-2.93H7.28c-.44 0-.72-.3-.72-.72v-1.22h2.5c.4.04.67-.53.4-.8l-3.96-4.92c-.1-.13-.27-.2-.44-.2zm13.28 10.03l-.56.7c.36-.07.5-.3.56-.7zM17.13 155.6c-.55-.02-1.32.03-2.4.03h-8.2l2.38 2.9h5.82c.42 0 .72.28.72.72v1.97H12.9c-.32.06-.48.52-.28.78l3.94 4.94c.2.23.6.22.78-.03l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.97c0-3.15.4-3.62-1.25-3.66zm-12.1.28c-.1.02-.2.1-.28.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v1.96c0 4.26-.55 3.62 3.66 3.62h8.24l-2.36-2.9H7.28c-.44 0-.72-.3-.72-.72v-1.97h2.5c.37.02.63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.22-.47-.2zM5.13 174.5c-.15 0-.3.07-.38.2L.8 179.6c-.24.27 0 .82.4.8H3.6v2.32c0 4.26-.55 3.62 3.66 3.62h7.94l-2.35-2.9h-5.6c-.43 0-.7-.3-.7-.72v-2.3h2.5c.38.03.66-.54.4-.83l-3.97-4.9c-.1-.13-.23-.2-.38-.2zm12 .1c-.55-.02-1.32.03-2.4.03H6.83l2.35 2.9h5.52c.42 0 .72.28.72.72v2.34h-2.6c-.3.1-.43.53-.2.78l3.92 4.9c.18.24.6.24.78 0l3.94-4.9c.22-.3-.02-.78-.37-.8H18.4v-2.33c0-3.15.4-3.62-1.25-3.66zM4.97 193.16c-.1.03-.17.1-.22.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77l-3.96-4.9c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.03-2.4.03H7.1l2.32 2.84.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='black' stroke-width='0'/></svg>");
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='209'><path d='M4.97 3.16c-.1.03-.17.1-.22.18L.8 8.24c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77L5.5 3.35c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.02-2.4.02H7.1l2.32 2.85.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='black' stroke-width='0'/><path d='M7.78 19.66c-.24.02-.44.25-.44.5v2.46h-.06c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v4.47c0 4.26-.56 3.62 3.65 3.62H8.5l-1.3-1.06c-.1-.08-.18-.2-.2-.3-.02-.17.06-.35.2-.45l1.33-1.1H7.28c-.44 0-.72-.3-.72-.7v-4.48c0-.44.28-.72.72-.72h.06v2.5c0 .38.54.63.82.38l4.9-3.93c.25-.18.25-.6 0-.78l-4.9-3.92c-.1-.1-.24-.14-.38-.12zm9.34 2.93c-.54-.02-1.3.02-2.4.02h-1.25l1.3 1.07c.1.07.18.2.2.33.02.16-.06.3-.2.4l-1.33 1.1h1.28c.42 0 .72.28.72.72v4.47c0 .42-.3.72-.72.72h-.1v-2.47c0-.3-.3-.53-.6-.47-.07 0-.14.05-.2.1l-4.9 3.93c-.26.18-.26.6 0 .78l4.9 3.92c.27.25.82 0 .8-.38v-2.5h.1c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.15.4-3.62-1.25-3.66zM10.34 38.66c-.24.02-.44.25-.43.5v2.47H7.3c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.47c0 3.66-.23 3.7 2.34 3.66l-1.34-1.1c-.1-.08-.18-.2-.2-.3 0-.17.07-.35.2-.45l1.96-1.6c-.03-.06-.04-.13-.04-.2v-4.48c0-.44.28-.72.72-.72H9.9v2.5c0 .36.5.6.8.38l4.93-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.08-.23-.13-.36-.12zm5.63 2.93l1.34 1.1c.1.07.18.2.2.33.02.16-.03.3-.16.4l-1.96 1.6c.02.07.06.13.06.22v4.47c0 .42-.3.72-.72.72h-2.66v-2.47c0-.3-.3-.53-.6-.47-.06.02-.12.05-.18.1l-4.94 3.93c-.24.18-.24.6 0 .78l4.94 3.92c.28.22.78-.02.78-.38v-2.5h2.66c4.27 0 3.65.67 3.65-3.62v-4.47c0-3.66.34-3.7-2.4-3.66zM13.06 57.66c-.23.03-.4.26-.4.5v2.47H7.28c-1.08 0-1.86-.04-2.4-.04-1.64 0-1.25.43-1.25 3.65v4.87l2.93-2.37v-2.5c0-.44.28-.72.72-.72h5.38v2.5c0 .36.5.6.78.38l4.94-3.93c.24-.18.24-.6 0-.78l-4.94-3.92c-.1-.1-.24-.14-.38-.12zm5.3 6.15l-2.92 2.4v2.52c0 .42-.3.72-.72.72h-5.4v-2.47c0-.3-.32-.53-.6-.47-.07.02-.13.05-.2.1L3.6 70.52c-.25.18-.25.6 0 .78l4.93 3.92c.28.22.78-.02.78-.38v-2.5h5.42c4.27 0 3.65.67 3.65-3.62v-4.47-.44zM19.25 78.8c-.1.03-.2.1-.28.17l-.9.9c-.44-.3-1.36-.25-3.35-.25H7.28c-1.08 0-1.86-.03-2.4-.03-1.64 0-1.25.43-1.25 3.65v.7l2.93.3v-1c0-.44.28-.72.72-.72h7.44c.2 0 .37.08.5.2l-1.8 1.8c-.25.26-.08.76.27.8l6.27.7c.28.03.56-.25.53-.53l-.7-6.25c0-.27-.3-.48-.55-.44zm-17.2 6.1c-.2.07-.36.3-.33.54l.7 6.25c.02.36.58.55.83.27l.8-.8c.02 0 .04-.02.04 0 .46.24 1.37.17 3.18.17h7.44c4.27 0 3.65.67 3.65-3.62v-.75l-2.93-.3v1.05c0 .42-.3.72-.72.72H7.28c-.15 0-.3-.03-.4-.1L8.8 86.4c.3-.24.1-.8-.27-.84l-6.28-.65h-.2zM4.88 98.6c-1.33 0-1.34.48-1.3 2.3l1.14-1.37c.08-.1.22-.17.34-.2.16 0 .34.08.44.2l1.66 2.03c.04 0 .07-.03.12-.03h7.44c.34 0 .57.2.65.5h-2.43c-.34.05-.53.52-.3.78l3.92 4.95c.18.24.6.24.78 0l3.94-4.94c.22-.27-.02-.76-.37-.77H18.4c.02-3.9.6-3.4-3.66-3.4H7.28c-1.08 0-1.86-.04-2.4-.04zm.15 2.46c-.1.03-.2.1-.28.2l-3.94 4.9c-.2.28.03.77.4.78H3.6c-.02 3.94-.45 3.4 3.66 3.4h7.44c3.65 0 3.74.3 3.7-2.25l-1.1 1.34c-.1.1-.2.17-.32.2-.16 0-.34-.08-.44-.2l-1.65-2.03c-.06.02-.1.04-.18.04H7.28c-.35 0-.57-.2-.66-.5h2.44c.37 0 .63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.23-.47-.2zM4.88 117.6c-1.16 0-1.3.3-1.3 1.56l1.14-1.38c.08-.1.22-.14.34-.16.16 0 .34.04.44.16l2.22 2.75h7c.42 0 .72.28.72.72v.53h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-.53c0-4.2.72-3.63-3.66-3.63H7.28c-1.08 0-1.86-.03-2.4-.03zm.1 1.74c-.1.03-.17.1-.23.16L.8 124.44c-.2.28.03.77.4.78H3.6v.5c0 4.26-.55 3.62 3.66 3.62h7.44c1.03 0 1.74.02 2.28 0-.16.02-.34-.03-.44-.15l-2.22-2.76H7.28c-.44 0-.72-.3-.72-.72v-.5h2.5c.37.02.63-.5.4-.78L5.5 119.5c-.12-.15-.34-.22-.53-.16zm12.02 10c1.2-.02 1.4-.25 1.4-1.53l-1.1 1.36c-.07.1-.17.17-.3.18zM5.94 136.6l2.37 2.93h6.42c.42 0 .72.28.72.72v1.25h-2.6c-.3.1-.43.54-.2.78l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.25c0-4.2.72-3.63-3.66-3.63H7.28c-.6 0-.92-.02-1.34-.03zm-1.72.06c-.4.08-.54.3-.6.75l.6-.74zm.84.93c-.12 0-.24.08-.3.18l-3.95 4.9c-.24.3 0 .83.4.82H3.6v1.22c0 4.26-.55 3.62 3.66 3.62h7.44c.63 0 .97.02 1.4.03l-2.37-2.93H7.28c-.44 0-.72-.3-.72-.72v-1.22h2.5c.4.04.67-.53.4-.8l-3.96-4.92c-.1-.13-.27-.2-.44-.2zm13.28 10.03l-.56.7c.36-.07.5-.3.56-.7zM17.13 155.6c-.55-.02-1.32.03-2.4.03h-8.2l2.38 2.9h5.82c.42 0 .72.28.72.72v1.97H12.9c-.32.06-.48.52-.28.78l3.94 4.94c.2.23.6.22.78-.03l3.94-4.9c.22-.28-.02-.77-.37-.78H18.4v-1.97c0-3.15.4-3.62-1.25-3.66zm-12.1.28c-.1.02-.2.1-.28.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v1.96c0 4.26-.55 3.62 3.66 3.62h8.24l-2.36-2.9H7.28c-.44 0-.72-.3-.72-.72v-1.97h2.5c.37.02.63-.5.4-.78l-3.96-4.9c-.1-.15-.3-.22-.47-.2zM5.13 174.5c-.15 0-.3.07-.38.2L.8 179.6c-.24.27 0 .82.4.8H3.6v2.32c0 4.26-.55 3.62 3.66 3.62h7.94l-2.35-2.9h-5.6c-.43 0-.7-.3-.7-.72v-2.3h2.5c.38.03.66-.54.4-.83l-3.97-4.9c-.1-.13-.23-.2-.38-.2zm12 .1c-.55-.02-1.32.03-2.4.03H6.83l2.35 2.9h5.52c.42 0 .72.28.72.72v2.34h-2.6c-.3.1-.43.53-.2.78l3.92 4.9c.18.24.6.24.78 0l3.94-4.9c.22-.3-.02-.78-.37-.8H18.4v-2.33c0-3.15.4-3.62-1.25-3.66zM4.97 193.16c-.1.03-.17.1-.22.18l-3.94 4.9c-.2.3.03.78.4.8H3.6v2.68c0 4.26-.55 3.62 3.66 3.62h7.66l-2.3-2.84c-.03-.02-.03-.04-.05-.06H7.27c-.44 0-.72-.3-.72-.72v-2.7h2.5c.37.03.63-.48.4-.77l-3.96-4.9c-.12-.17-.34-.25-.53-.2zm12.16.43c-.55-.02-1.32.03-2.4.03H7.1l2.32 2.84.03.06h5.25c.42 0 .72.28.72.72v2.7h-2.5c-.36.02-.56.54-.3.8l3.92 4.9c.18.25.6.25.78 0l3.94-4.9c.26-.28 0-.83-.37-.8H18.4v-2.7c0-3.15.4-3.62-1.25-3.66z' fill='black' stroke-width='0'/></svg>");
}
button.icon-button:hover i.fa-retweet, button.icon-button:active i.fa-retweet, button.icon-button:focus i.fa-retweet {
  background: hsla(var(--primary-text-color_hsl), 0.6);
  transition: background-color 200ms ease-out;
}
button.icon-button.disabled i.fa-retweet {
  background: hsla(var(--primary-text-color_hsl), 0.2);
  cursor: default;
}
button.icon-button.active i.fa-retweet {
  background: var(--highlight-text-color);
}

.no-reduce-motion button.icon-button i.fa-retweet {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  height: 19px;
  transition: -webkit-mask-position 0.9s steps(10);
  transition: mask-position 0.9s steps(10);
  transition: mask-position 0.9s steps(10), -webkit-mask-position 0.9s steps(10);
  transition-duration: 0s;
  vertical-align: middle;
  width: 22px;
}
.no-reduce-motion button.icon-button i.fa-retweet::before {
  display: none !important;
}

.no-reduce-motion button.icon-button.active i.fa-retweet {
  transition-duration: 0.9s;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
}

.reduce-motion button.icon-button i.fa-retweet {
  transition: background-color 100ms ease-in;
}

.loading-indicator {
  color: var(--primary-text-color--faint);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-indicator span {
  display: block;
  float: left;
  transform: translateX(-50%);
  margin: 82px 0 0 50%;
  white-space: nowrap;
}

.loading-indicator__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  background-color: transparent;
  border: 0 solid hsla(var(--brand-color_hsl), 0.5);
  border-width: 6px;
  border-radius: 50%;
}

.no-reduce-motion .loading-indicator span {
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-reduce-motion .loading-indicator__figure {
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    width: 0;
    height: 0;
    background-color: hsla(var(--brand-color_hsl), 0.5);
  }
  29% {
    background-color: hsla(var(--brand-color_hsl), 0.5);
  }
  30% {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    width: 42px;
    height: 42px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@keyframes loader-figure {
  0% {
    width: 0;
    height: 0;
    background-color: hsla(var(--brand-color_hsl), 0.5);
  }
  29% {
    background-color: hsla(var(--brand-color_hsl), 0.5);
  }
  30% {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border-width: 21px;
    opacity: 1;
  }
  100% {
    width: 42px;
    height: 42px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes heartbeat {
  from {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.no-reduce-motion .pulse-loading {
  transform-origin: center center;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}

@keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
.no-reduce-motion .shake-bottom {
  transform-origin: 50% 100%;
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 2 both;
          animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 2 both;
}

.loading-bar {
  background-color: var(--highlight-text-color);
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.load-more {
  display: block;
  color: var(--primary-text-color);
  background-color: transparent;
  border: 0;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  text-decoration: none;
}
.load-more:hover {
  background: var(--brand-color--faint);
}

.load-gap {
  border-bottom: 1px solid var(--brand-color--med);
}

.regeneration-indicator {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-text-color);
  background: var(--accent-color--faint);
  cursor: default;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.regeneration-indicator > div {
  width: 100%;
  background: transparent;
  padding-top: 0;
}
.regeneration-indicator__label strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-text-color);
}
.regeneration-indicator__label span {
  font-size: 15px;
  font-weight: 400;
}

.icon-button {
  display: inline-block;
  padding: 0;
  color: hsla(var(--primary-text-color_hsl), 0.4);
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 100ms ease-in;
}
.icon-button i.fa {
  margin: 0;
}
.icon-button:hover, .icon-button:active, .icon-button:focus {
  color: hsla(var(--primary-text-color_hsl), 0.6);
  transition: color 200ms ease-out;
}
.icon-button.disabled {
  color: hsla(var(--primary-text-color_hsl), 0.2);
  cursor: default;
}
.icon-button.active {
  color: var(--highlight-text-color);
}
.icon-button::-moz-focus-inner {
  border: 0;
}
.icon-button::-moz-focus-inner, .icon-button:focus, .icon-button:active {
  outline: 0 !important;
}
.icon-button.inverted {
  color: var(--primary-text-color--faint);
}
.icon-button.inverted:hover, .icon-button.inverted:active, .icon-button.inverted:focus {
  color: var(--primary-text-color--faint);
}
.icon-button.inverted.disabled {
  color: var(--primary-text-color--faint);
}
.icon-button.inverted.active {
  color: var(--highlight-text-color);
}
.icon-button.inverted.active.disabled {
  color: var(--highlight-text-color);
}
.icon-button.overlayed {
  box-sizing: content-box;
  background: var(--foreground-color);
  color: var(--primary-text-color--faint);
  border-radius: 4px;
  padding: 2px;
}
.icon-button.overlayed:hover {
  background: var(--background-color);
}

.text-icon-button {
  color: var(--primary-text-color--faint);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  padding: 0 3px;
  line-height: 27px;
  outline: 0;
  transition: color 100ms ease-in;
}
.text-icon-button:hover, .text-icon-button:active, .text-icon-button:focus {
  color: var(--primary-text-color--faint);
  transition: color 200ms ease-out;
}
.text-icon-button.disabled {
  color: var(--primary-text-color--faint);
  cursor: default;
}
.text-icon-button.active {
  color: var(--highlight-text-color);
}
.text-icon-button::-moz-focus-inner {
  border: 0;
}
.text-icon-button::-moz-focus-inner, .text-icon-button:focus, .text-icon-button:active {
  outline: 0 !important;
}

.invisible {
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}
.invisible img,
.invisible svg {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.ellipsis::after {
  content: "…";
}

.timeline-compose-block {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--foreground-color);
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 20px;
}
.timeline-compose-block .emoji-picker-wrapper .emoji-picker-dropdown {
  top: 10px;
}
.timeline-compose-block .compose-form {
  flex: 1 1;
  padding: 0 0 0 20px !important;
  position: relative;
}
@media (max-width: 405px) {
  .timeline-compose-block .compose-form {
    padding: 0 !important;
  }
}
.timeline-compose-block .compose-form .compose-form__autosuggest-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 11px solid transparent;
  border-right: 12px solid var(--background-color);
  border-bottom: 11px solid transparent;
  border-left: 11px solid transparent;
  left: -22px;
  top: 13px;
}
.timeline-compose-block .compose-form .compose-form__autosuggest-wrapper .autosuggest-textarea__textarea {
  padding: 14px 32px 13px 10px !important;
}
@media (max-width: 405px) {
  .timeline-compose-block__avatar {
    display: none;
  }
}

.no-reduce-motion .spoiler-input {
  transition: height 0.4s ease, opacity 0.4s ease;
}

.emojione {
  font-family: "object-fit:contain", inherit;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -0.2ex 0.15em 0.2ex;
  width: 16px;
  height: 16px;
}
.emojione img {
  width: auto;
}

.status__relative-time,
.notification__relative_time {
  color: var(--primary-text-color--faint);
  float: right;
  font-size: 14px;
}

.domain {
  padding: 10px;
  border-bottom: 1px solid var(--brand-color--med);
}
.domain .domain__domain-name {
  flex: 1 1 auto;
  display: block;
  color: var(--primary-text-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.domain__wrapper {
  display: flex;
}

.muted .status__content p,
.muted .status__content a {
  color: var(--primary-text-color);
}
.muted .status__display-name strong {
  color: var(--primary-text-color);
}
.muted .status__avatar {
  opacity: 0.5;
}
.muted a.status__content__spoiler-link {
  background: var(--brand-color--med);
  color: var(--primary-text-color);
}
.muted a.status__content__spoiler-link:hover {
  background: var(--brand-color--faint);
  text-decoration: none;
}

.star-icon.active {
  color: #ca8f04;
}

.status__relative-time:hover,
.detailed-status__datetime:hover {
  text-decoration: underline;
}

.image-loader {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.image-loader .image-loader__preview-canvas {
  max-width: 100%;
  max-height: 80%;
  background: url(/packs/media/images/void-078405e67f7bb4878362b611606032ee.png) repeat;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
.image-loader .loading-bar {
  position: relative;
}
.image-loader.image-loader--amorphous .image-loader__preview-canvas {
  display: none;
}

.zoomable-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoomable-image img {
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}

.react-swipeable-view-container,
.react-swipeable-view-container .columns-area,
.react-swipeable-view-container .drawer,
.react-swipeable-view-container .column {
  height: 100%;
}

.react-swipeable-view-container > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ui {
  display: block;
  width: 100%;
  padding: 0 0 100px;
}
.ui .page {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui .page__top {
  display: flex;
  width: 100%;
  height: auto;
  z-index: 105;
  background: var(--foreground-color);
}
@media (min-width: 895px) {
  .ui .page__top {
    top: -290px;
    position: -webkit-sticky;
    position: sticky;
  }
}
.ui .page__columns {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.floating-action-button {
  z-index: 1000;
  display: none;
  position: fixed;
  bottom: 14px;
  right: 14px;
  width: 61px;
  height: 61px;
  background-color: var(--brand-color);
  border: 0;
  border-radius: 999px;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (max-width: 630px) {
  .floating-action-button {
    display: flex;
  }
}
.floating-action-button:hover, .floating-action-button:focus, .floating-action-button:active {
  background-color: var(--brand-color--hicontrast);
}
.floating-action-button i.fa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 360px) {
  .getting-started__wrapper,
.getting-started__trends {
    margin-bottom: 10px;
  }
}
.icon-with-badge {
  position: relative;
  height: 100%;
}
.icon-with-badge__badge {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  position: absolute;
  box-sizing: border-box;
  left: -10px;
  top: 3px;
  min-width: 16px;
  height: 16px;
  padding: 1px 3px 0;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background: var(--accent-color);
}
@media screen and (max-width: 895px) {
  .icon-with-badge__badge {
    top: 0;
  }
}

.slist--flex {
  display: flex;
  flex-direction: column;
}
.slist__append {
  flex: 1 1 auto;
  position: relative;
  min-height: 120px;
}

.setting-text {
  color: var(--primary-text-color--faint);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--brand-color);
  box-sizing: border-box;
  display: block;
  font-family: inherit;
  margin-bottom: 10px;
  padding: 7px 0;
  width: 100%;
}
.setting-text:focus, .setting-text:active {
  color: var(--primary-text-color);
  border-bottom-color: var(--highlight-text-color);
}
@media screen and (max-width: 600px) {
  .setting-text {
    font-size: 16px;
  }
}

.morefollows-indicator {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-text-color);
  background: var(--brand-color--med);
  cursor: default;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.morefollows-indicator > div {
  width: 100%;
  background: transparent;
  padding-top: 0;
}
.morefollows-indicator__label strong {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-text-color);
}

.text-btn {
  display: inline-block;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.account--panel__button,
.detailed-status__button {
  flex: 1 1 auto;
  text-align: center;
}

.emoji-button {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-left: 2px;
  width: 24px;
  outline: 0;
  cursor: pointer;
}
.emoji-button:active, .emoji-button:focus {
  outline: 0 !important;
}
.emoji-button img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8;
  display: block;
  margin: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
.emoji-button:hover img, .emoji-button:active img, .emoji-button:focus img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.dropdown--active .emoji-button img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.attachment-list {
  display: flex;
  font-size: 14px;
  border: 1px solid var(--brand-color--med);
  border-radius: 4px;
  margin-top: 14px;
  overflow: hidden;
}
.attachment-list__icon {
  flex: 0 0 auto;
  color: var(--primary-text-color);
  padding: 8px 18px;
  cursor: default;
  border-right: 1px solid var(--brand-color--med);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.attachment-list__icon .fa {
  display: block;
}
.attachment-list__list {
  list-style: none;
  padding: 4px 0;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}
.attachment-list__list li {
  display: block;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment-list__list a {
  text-decoration: none;
  color: var(--primary-text-color);
  font-weight: 500;
}
.attachment-list__list a:hover {
  text-decoration: underline;
}
.attachment-list.compact {
  border: 0;
  margin-top: 4px;
}
.attachment-list.compact .attachment-list__list {
  padding: 0;
  display: block;
}
.attachment-list.compact .fa {
  color: var(--primary-text-color);
}

.notification__filter-bar,
.account__section-headline {
  border-bottom: 1px solid var(--brand-color--faint);
  cursor: default;
  display: flex;
  flex-shrink: 0;
}
.notification__filter-bar button,
.account__section-headline button {
  border: 0;
  margin: 0;
}
.notification__filter-bar button,
.notification__filter-bar a,
.account__section-headline button,
.account__section-headline a {
  display: block;
  flex: 1 1 auto;
  color: var(--primary-text-color--faint);
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: transparent;
}
.notification__filter-bar button.active,
.notification__filter-bar a.active,
.account__section-headline button.active,
.account__section-headline a.active {
  color: var(--primary-text-color);
}
.notification__filter-bar button.active::before, .notification__filter-bar button.active::after,
.notification__filter-bar a.active::before,
.notification__filter-bar a.active::after,
.account__section-headline button.active::before,
.account__section-headline button.active::after,
.account__section-headline a.active::before,
.account__section-headline a.active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent var(--brand-color--faint);
}
.notification__filter-bar button.active::after,
.notification__filter-bar a.active::after,
.account__section-headline button.active::after,
.account__section-headline a.active::after {
  bottom: -1px;
  border-color: transparent transparent var(--foreground-color);
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.verified-icon {
  display: inline-block;
  margin: 0 4px 0 1px;
  vertical-align: top;
  position: relative;
  width: 15px;
  height: 15px;
}
.verified-icon::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #00a3ed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
.verified-icon::after {
  display: block;
  position: absolute;
  content: "";
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: 0.6em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
}

.icon-with-counter {
  position: relative;
  display: inline;
}
.icon-with-counter__counter {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  position: absolute;
  box-sizing: border-box;
  left: 8px;
  top: -12px;
  min-width: 16px;
  height: 16px;
  padding: 1px 3px 0;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background: var(--accent-color);
}

.poll {
  margin-top: 16px;
  font-size: 14px;
}
.poll li {
  margin-bottom: 10px;
  position: relative;
}
.poll__chart {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  background: hsla(var(--primary-text-color_hsl), 0.3);
}
.poll__chart.leading {
  background: hsla(var(--primary-text-color_hsl), 0.6);
}
.poll__text {
  position: relative;
  display: flex;
  padding: 6px 0;
  line-height: 18px;
  cursor: default;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  color: var(--primary-text-color--faint);
}
.poll__text input[type=radio],
.poll__text input[type=checkbox] {
  display: none;
}
.poll__text > span:last-child {
  flex: 1;
}
.poll__text .autossugest-input {
  flex: 1 1 auto;
}
.poll__text input[type=text] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: var(--primary-text-color);
  outline: 0;
  font-family: inherit;
  background: var(--foreground-color);
  border: 1px solid var(--foreground-color);
  border-radius: 4px;
  padding: 6px 10px;
}
.poll__text input[type=text]:focus {
  border-color: var(--highlight-text-color);
}
.poll__text.selectable {
  cursor: pointer;
}
.poll__text.editable {
  display: flex;
  align-items: center;
  overflow: visible;
}
.poll__text.editable .autosuggest-input {
  width: 100%;
}
.poll__input {
  display: inline-block;
  position: relative;
  border: 1px solid var(--brand-color);
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-right: 10px;
  top: -1px;
  border-radius: 50%;
  vertical-align: middle;
}
.poll__input.checkbox {
  border-radius: 4px;
}
.poll__input.active {
  border-color: #79bd9a;
  background: #79bd9a;
}
.poll__number {
  display: inline-block;
  width: 36px;
  font-weight: 700;
  padding: 0 10px;
  text-align: right;
}
.poll__footer {
  padding-top: 6px;
  padding-bottom: 5px;
  color: var(--primary-text-color);
}
.poll__link {
  display: inline;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--primary-text-color);
  text-decoration: underline;
  font-size: inherit;
}
.poll__link:hover {
  text-decoration: none;
}
.poll__link:active, .poll__link:focus {
  background-color: hsla(var(--primary-text-color_hsl), 0.1);
}
.poll .button {
  height: 36px;
  padding: 0 16px;
  margin-right: 10px;
  font-size: 14px;
}

.compose-form__poll-wrapper {
  border-top: 1px solid var(--foreground-color);
}
.compose-form__poll-wrapper ul {
  padding: 10px;
}
.compose-form__poll-wrapper .poll__footer {
  border-top: 1px solid var(--foreground-color);
  padding: 10px;
  margin: -5px 0 0 -5px;
}
.compose-form__poll-wrapper .poll__footer button,
.compose-form__poll-wrapper .poll__footer select {
  flex: 1 1 50%;
  margin: 5px 0 0 5px;
}
.compose-form__poll-wrapper .button.button-secondary {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  height: auto;
  line-height: inherit;
  color: var(--brand-color);
  border-color: var(--brand-color);
}
.compose-form__poll-wrapper li {
  display: flex;
  align-items: center;
}
.compose-form__poll-wrapper li .poll__text {
  flex: 0 0 auto;
  width: calc(100% - (23px + 6px));
  margin-right: 6px;
}
.compose-form__poll-wrapper select {
  box-sizing: border-box;
  font-size: 14px;
  color: var(--brand-color);
  display: inline-block;
  width: auto;
  outline: 0;
  font-family: inherit;
  background-color: var(--foreground-color);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: auto 16px;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  padding: 6px 10px;
  padding-right: 30px;
}
.compose-form__poll-wrapper .icon-button.disabled {
  color: var(--brand-color);
}

.muted .poll {
  color: var(--primary-text-color);
}
.muted .poll__chart {
  background: hsla(var(--brand-color_hsl), 0.2);
}
.muted .poll__chart.leading {
  background: hsla(var(--brand-color_hsl), 0.2);
}

.emoji-mart {
  font-size: 13px;
  display: inline-block;
  color: var(--primary-text-color);
}
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid var(--background-color);
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}

.emoji-mart-anchors {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  color: var(--primary-text-color--faint);
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
  cursor: pointer;
}
.emoji-mart-anchor:hover {
  color: var(--primary-text-color--faint);
}

.emoji-mart-anchor-selected {
  color: var(--highlight-text-color);
}
.emoji-mart-anchor-selected:hover {
  color: var(--highlight-text-color);
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: -1px;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--highlight-text-color);
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg {
  fill: currentColor;
  max-height: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  max-height: 35vh;
  padding: 0 6px 6px;
  background: var(--foreground-color);
  will-change: transform;
}
.emoji-mart-scroll::-webkit-scrollbar-track:hover, .emoji-mart-scroll::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.emoji-mart-search {
  padding: 10px;
  padding-right: 45px;
  background: var(--foreground-color);
}
.emoji-mart-search input {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-text-color);
  padding: 7px 9px;
  font-family: inherit;
  display: block;
  width: 100%;
  background: var(--background-color);
  border: 1px solid var(--brand-color--faint);
  border-radius: 9999px;
}
.emoji-mart-search input::-moz-focus-inner {
  border: 0;
}
.emoji-mart-search input::-moz-focus-inner, .emoji-mart-search input:focus, .emoji-mart-search input:active {
  outline: 0 !important;
}

.emoji-mart-category .emoji-mart-emoji {
  cursor: pointer;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
}
.emoji-mart-category .emoji-mart-emoji:hover::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--background-color_hsl), 0.7);
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background: var(--foreground-color);
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.emoji-mart-emoji .fa {
  font-size: 18px;
  width: 22px;
  height: 22px;
  text-align: center;
}
.emoji-mart-emoji span {
  width: 22px;
  height: 22px;
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: var(--primary-text-color--faint);
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover::before {
  content: none;
}

.emoji-mart-preview {
  display: none;
}

.emoji-picker-dropdown__menu {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--foreground-color);
  background: var(--foreground-color);
  position: absolute;
  margin-top: 5px;
  z-index: 20000;
}
.emoji-picker-dropdown__menu .emoji-mart-scroll {
  transition: opacity 200ms ease;
}
.emoji-picker-dropdown__menu.selecting .emoji-mart-scroll {
  opacity: 0.5;
}

.emoji-picker-dropdown__modifiers {
  position: absolute;
  top: 60px;
  right: 11px;
  cursor: pointer;
}

.emoji-picker-dropdown__modifiers__menu {
  position: absolute;
  z-index: 4;
  top: -4px;
  left: -8px;
  background: var(--foreground-color);
  border-radius: 4px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.emoji-picker-dropdown__modifiers__menu button {
  display: block;
  cursor: pointer;
  border: 0;
  padding: 4px 8px;
  background: transparent;
}
.emoji-picker-dropdown__modifiers__menu button:hover, .emoji-picker-dropdown__modifiers__menu button:focus, .emoji-picker-dropdown__modifiers__menu button:active {
  background: hsla(var(--background-color_hsl), 0.4);
}
.emoji-picker-dropdown__modifiers__menu .emoji-mart-emoji {
  height: 22px;
}

.emoji-mart-emoji span {
  background-repeat: no-repeat;
}

.public-layout .container {
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 415px) {
  .public-layout .container {
    padding: 0;
  }
}
.public-layout .content {
  display: block;
  margin: 40px 0;
  background: var(--foreground-color);
  border-radius: 6px;
}
@media screen and (max-width: 520px) {
  .public-layout .content {
    margin: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .public-layout .content {
    margin-top: 0;
  }
}
.public-layout .header {
  height: 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 14px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .public-layout .header {
    padding: 14px 20px;
  }
}
.public-layout .header .header-container {
  display: flex;
  width: 960px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
}
.public-layout .header .header-container > div {
  flex: 1 1 33.3%;
  min-height: 1px;
}
.public-layout .header .nav-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.public-layout .header .nav-center {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
}
.public-layout .header .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.public-layout .header .nav-right .simple_form.new_user {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.public-layout .header .nav-right .simple_form.new_user .fields-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  position: relative;
}
.public-layout .header .nav-right .simple_form.new_user .fields-group p.hint.subtle-hint {
  position: absolute;
  top: 30px;
  left: 160px;
  border-radius: 4px;
  background: var(--foreground-color);
  overflow: hidden;
}
.public-layout .header .nav-right .simple_form.new_user .fields-group p.hint.subtle-hint a {
  padding: 4px;
  background-color: var(--brand-color--med);
}
.public-layout .header .nav-right .simple_form.new_user .fields-group .input {
  margin-bottom: 0;
  margin-right: 10px;
}
.public-layout .header .nav-right .simple_form.new_user .fields-group .input input {
  min-width: 150px;
  font-size: 14px;
}
.public-layout .header .nav-right .simple_form.new_user .actions {
  display: flex;
  margin-top: 0;
}
.public-layout .header .nav-right .simple_form.new_user .actions .button {
  margin-bottom: 0 !important;
  line-height: 38px !important;
  border: 1px solid #333 !important;
  height: 38px !important;
  box-sizing: border-box !important;
  padding: 0 18px !important;
  text-transform: none !important;
}
.public-layout .header .brand {
  display: block;
}
.public-layout .header .brand img {
  display: block;
  height: 30px;
  width: auto;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 415px) {
  .public-layout .header .brand img {
    height: 20px;
  }
}
.public-layout .header .nav-link {
  display: flex;
  align-items: center;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-text-color);
  white-space: nowrap;
  text-align: center;
}
.public-layout .header .nav-link:hover, .public-layout .header .nav-link:focus, .public-layout .header .nav-link:active {
  text-decoration: underline;
  color: var(--primary-text-color);
}
.public-layout .header .nav-link--hollow {
  background-color: var(--brand-color--med);
}
.public-layout .header .nav-link--hollow:hover, .public-layout .header .nav-link--hollow:focus, .public-layout .header .nav-link--hollow:active {
  color: var(--brand-color);
}
@media screen and (max-width: 550px) {
  .public-layout .header .nav-link.optional {
    display: none;
  }
}
.public-layout .header .nav-button {
  background: var(--brand-color);
  color: #fff;
  margin: 8px;
  margin-left: 0;
  border-radius: 4px;
}
.public-layout .header .nav-button:hover, .public-layout .header .nav-button:focus, .public-layout .header .nav-button:active {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

.container {
  box-sizing: border-box;
  max-width: 1235px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1255px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.rich-formatting {
  font-family: var(--font-sans-serif), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary-text-color--faint);
  max-width: 600px;
  padding: 15px 30px;
}
.rich-formatting > :first-child {
  margin-top: 0.5em;
}
.rich-formatting a {
  color: var(--highlight-text-color);
  text-decoration: underline;
}
.rich-formatting p {
  margin: 1em 0;
}
.rich-formatting p,
.rich-formatting li {
  font-family: var(--font-sans-serif), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary-text-color--faint);
}
.rich-formatting p a,
.rich-formatting li a {
  color: var(--highlight-text-color);
  text-decoration: underline;
}
.rich-formatting strong,
.rich-formatting em,
.rich-formatting b {
  font-weight: bold;
  color: var(--primary-text-color);
}
.rich-formatting h1,
.rich-formatting h2,
.rich-formatting h3,
.rich-formatting h4,
.rich-formatting h5,
.rich-formatting h6 {
  font-family: var(--font-display), sans-serif;
  margin-top: 2em;
  margin-bottom: 1.25em;
  font-weight: 500;
  color: var(--primary-text-color--faint);
}
.rich-formatting hr + h1,
.rich-formatting hr + h2,
.rich-formatting hr + h3,
.rich-formatting hr + h4,
.rich-formatting hr + h5,
.rich-formatting hr + h6 {
  margin-top: 1.25em;
}
.rich-formatting h1 {
  font-size: 26px;
  line-height: 30px;
}
.rich-formatting h1 small {
  font-family: var(--font-sans-serif), sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.rich-formatting h2 {
  font-size: 22px;
  line-height: 26px;
}
.rich-formatting h3 {
  font-size: 18px;
  line-height: 24px;
}
.rich-formatting h4 {
  font-size: 16px;
  line-height: 24px;
}
.rich-formatting h5 {
  font-size: 14px;
  line-height: 24px;
}
.rich-formatting h6 {
  font-size: 12px;
  line-height: 24px;
}
.rich-formatting ul,
.rich-formatting ol {
  padding: 0 0 0 2em;
  margin: 0 0 0.85em;
}
.rich-formatting ul[type=a],
.rich-formatting ol[type=a] {
  list-style-type: lower-alpha;
}
.rich-formatting ul[type=i],
.rich-formatting ol[type=i] {
  list-style-type: lower-roman;
}
.rich-formatting ul {
  list-style: disc;
}
.rich-formatting ol {
  list-style: decimal;
}
.rich-formatting li > ol,
.rich-formatting li > ul {
  margin-top: 6px;
}
.rich-formatting li p {
  margin-top: 0;
}
.rich-formatting hr {
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 1px solid hsla(var(--background-color_hsl), 0.6);
  margin: 2em 0;
}
.rich-formatting hr.spacer {
  height: 1px;
  border: 0;
}
.rich-formatting pre {
  white-space: pre-wrap;
}

.public-layout {
  position: relative;
  background-color: var(--brand-color);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -106px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .public-layout .wave {
    display: none;
  }
  .public-layout .brand__tagline,
.public-layout .brand h1 {
    color: #fff;
  }
  .public-layout .header .nav-link {
    color: #fff;
  }
  .public-layout .header .nav-link:hover, .public-layout .header .nav-link:focus, .public-layout .header .nav-link:active {
    color: #fff;
    opacity: 0.9;
  }
  .public-layout .header .brand {
    -webkit-filter: brightness(0) invert(100%);
            filter: brightness(0) invert(100%);
  }
  .public-layout .header .nav-button {
    background: var(--accent-color);
    color: #fff;
    transition: 0.2s;
  }
  .public-layout .header .nav-button:hover, .public-layout .header .nav-button:focus, .public-layout .header .nav-button:active {
    background: var(--accent-color--bright);
  }
}

.app-holder > .public-layout {
  align-items: normal;
}

.landing {
  height: auto;
  min-height: 80vh;
}
@media (min-width: 767px) {
  .landing {
    min-height: 550px;
  }
}
.landing .landing-columns {
  display: flex;
  flex-direction: row;
  padding: 40px 0 20px;
}
.landing .landing-columns--left {
  margin-right: 80px;
}
.landing .landing-columns--right {
  margin-left: auto;
  width: 395px;
  background-color: var(--foreground-color);
  border-radius: 6px;
  height: 100%;
}
.landing .landing-columns--right .simple_form,
.landing .landing-columns--right .registrations-closed {
  padding: 20px;
  background-color: var(--brand-color--faint);
  border-radius: inherit;
}
.landing .landing-columns .registrations-closed {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
.landing .landing-columns .registrations-closed h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .landing .landing-columns {
    padding: 40px 20px 20px;
  }
  .landing .landing-columns--left {
    margin-right: 40px;
  }
  .landing .landing-columns--right {
    width: 425px;
  }
}
@media screen and (max-width: 767px) {
  .landing .landing-columns {
    height: auto;
    padding: 20px 10px 30px;
    flex-direction: column;
    align-items: center;
  }
  .landing .landing-columns--left {
    margin-right: 0;
  }
  .landing .landing-columns--right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.landing__brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.landing__brand .brand {
  margin-right: auto !important;
  line-height: normal;
}
.landing__brand img {
  height: 100px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .landing__brand img {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .landing__brand img {
    display: none;
  }
}
.landing__brand h1 {
  font-size: 40px;
}
.landing .directory {
  margin-top: 30px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.landing .simple_form .user_agreement .label_input > label {
  font-weight: 400;
  color: var(--primary-text-color--faint);
}
.landing .simple_form p.lead {
  color: var(--primary-text-color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.landing__grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  grid-gap: 30px;
}
@media screen and (max-width: 738px) {
  .landing__grid {
    grid-template-columns: minmax(0, 100%);
    grid-gap: 10px;
  }
  .landing__grid__column-login {
    grid-row: 1;
    display: flex;
    flex-direction: column;
  }
  .landing__grid__column-registration {
    grid-row: 2;
  }
  .landing__grid .directory {
    margin-top: 10px;
  }
}
@media screen and (max-width: 415px) {
  .landing__grid {
    grid-gap: 0;
  }
}

.brand {
  position: relative;
  text-decoration: none;
  margin-right: 15px;
}
.brand h1 {
  font-family: "Montserrat", Arial, sans-serif !important;
  color: var(--brand-color);
}

.brand__tagline {
  display: block;
  width: 470px;
  color: var(--primary-text-color);
  font-size: 30px;
  line-height: 1.4;
  margin-top: 25px;
  font-weight: 400;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .brand__tagline {
    width: 320px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .brand__tagline {
    width: 100%;
    font-size: 22px;
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  .hidden-sm {
    display: block;
  }

  .visible-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
.about-page {
  background: var(--brand-color--faint);
  border-radius: inherit;
}

.public-layout__top {
  position: relative;
  flex: 1;
}
.public-layout__top .header,
.public-layout__top .container {
  position: relative;
}
.public-layout__top .otp-form-overlay__container {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.public-layout__top .otp-form-overlay__container .otp-form-overlay__form {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 9999;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  padding: 20px;
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
}
.public-layout__top .otp-form-overlay__container .otp-form-overlay__form .simple_form {
  padding: 30px 50px 50px;
}
.public-layout__top .otp-form-overlay__container .otp-form-overlay__form .otp-form-overlay__close {
  align-self: flex-end;
}

.public-layout__top .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

h1.otp-login {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  padding: 10px 0;
}

body.rtl {
  direction: rtl;
}
body.rtl .column-header > button {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
body.rtl .column-link__icon,
body.rtl .column-header__icon {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .compose-form .compose-form__buttons-wrapper .character-counter__wrapper {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .navigation-bar__profile {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl .search__input {
  padding-right: 10px;
  padding-left: 30px;
}
body.rtl .search__icon .fa {
  right: auto;
  left: 10px;
}
body.rtl .column-header__buttons {
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: -15px;
}
body.rtl .column-inline-form .icon-button {
  margin-left: 0;
  margin-right: 5px;
}
body.rtl .column-header__links .text-btn {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .account__avatar-wrapper {
  float: right;
}
body.rtl .column-header__back-button {
  padding-left: 5px;
  padding-right: 0;
}
body.rtl .column-header__setting-arrows {
  float: left;
}
body.rtl .setting-toggle__label {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl .status__avatar {
  left: auto;
  right: 10px;
}
body.rtl .status {
  padding-left: 10px;
  padding-right: 68px;
}
body.rtl .status__info .status__display-name {
  padding-left: 25px;
  padding-right: 0;
}
body.rtl .status__prepend {
  margin-left: 0;
  margin-right: 68px;
}
body.rtl .status__prepend-icon-wrapper {
  left: auto;
  right: -26px;
}
body.rtl .account__avatar-overlay-overlay {
  right: auto;
  left: 0;
}
body.rtl .column-back-button--slim-button {
  right: auto;
  left: 0;
}
body.rtl .status__relative-time {
  float: left;
}
body.rtl .status__action-bar__counter {
  margin-right: 0;
  margin-left: 11px;
}
body.rtl .status__action-bar__counter .status__action-bar-button {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .status__action-bar-button {
  float: right;
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .status__action-bar-dropdown {
  float: right;
}
body.rtl .privacy-dropdown__dropdown {
  margin-left: 0;
  margin-right: 40px;
}
body.rtl .privacy-dropdown__option__icon {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .detailed-status__display-name .display-name {
  text-align: right;
}
body.rtl .detailed-status__display-avatar {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
body.rtl .detailed-status__favorites,
body.rtl .detailed-status__reblogs {
  margin-left: 0;
  margin-right: 6px;
}
body.rtl .fa-ul {
  margin-left: 0;
  margin-left: 2.14285714em;
}
body.rtl .fa-li {
  left: auto;
  right: -2.14285714em;
}
body.rtl .simple_form .check_boxes .checkbox label {
  padding-left: 0;
  padding-right: 25px;
}
body.rtl .simple_form .input.with_label.boolean label.checkbox {
  padding-left: 25px;
  padding-right: 0;
}
body.rtl .simple_form .check_boxes .checkbox input[type=checkbox],
body.rtl .simple_form .input.boolean input[type=checkbox] {
  left: auto;
  right: 0;
}
body.rtl .simple_form .input.radio_buttons .radio {
  left: auto;
  right: 0;
}
body.rtl .simple_form .input.radio_buttons .radio > label {
  padding-right: 28px;
  padding-left: 0;
}
body.rtl .simple_form .input-with-append .input input {
  padding-left: 142px;
  padding-right: 0;
}
body.rtl .simple_form .input.boolean label.checkbox {
  left: auto;
  right: 0;
}
body.rtl .simple_form .input.boolean .label_input,
body.rtl .simple_form .input.boolean .hint {
  padding-left: 0;
  padding-right: 28px;
}
body.rtl .simple_form .label_input__append {
  right: auto;
  left: 3px;
}
body.rtl .simple_form .label_input__append::after {
  right: auto;
  left: 0;
  background-image: linear-gradient(to left, hsla(var(--background-color_hsl), 0), var(--background-color));
}
body.rtl .simple_form select {
  background: var(--background-color) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='%23var(--brand-color--med)'/></svg>") no-repeat left 8px center/auto 16px;
}
body.rtl .table th,
body.rtl .table td {
  text-align: right;
}
body.rtl .filters .filter-subset {
  margin-right: 0;
  margin-left: 45px;
}
@media screen and (min-width: 631px) {
  body.rtl .column,
body.rtl .drawer {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.rtl .column:first-child,
body.rtl .drawer:first-child {
    padding-left: 5px;
    padding-right: 10px;
  }
  body.rtl .columns-area > div .column,
body.rtl .columns-area > div .drawer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
body.rtl .public-layout .header .nav-button {
  margin-left: 8px;
  margin-right: 0;
}
body.rtl .public-layout .public-account-header__tabs {
  margin-left: 0;
  margin-right: 20px;
}
body.rtl .card__bar .display-name {
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
}
body.rtl .fa-chevron-left::before {
  content: "";
}
body.rtl .fa-chevron-right::before {
  content: "";
}
body.rtl .column-back-button__icon {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .column-header__setting-arrows .column-header__setting-btn:last-child {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .simple_form .input.radio_buttons .radio > label input {
  left: auto;
  right: 0;
}

.emojione[title=":wavy_dash:"], .emojione[title=":waving_black_flag:"], .emojione[title=":water_buffalo:"], .emojione[title=":video_game:"], .emojione[title=":video_camera:"], .emojione[title=":vhs:"], .emojione[title=":turkey:"], .emojione[title=":tophat:"], .emojione[title=":top:"], .emojione[title=":tm:"], .emojione[title=":telephone_receiver:"], .emojione[title=":spider:"], .emojione[title=":speaking_head_in_silhouette:"], .emojione[title=":spades:"], .emojione[title=":soon:"], .emojione[title=":registered:"], .emojione[title=":on:"], .emojione[title=":musical_score:"], .emojione[title=":movie_camera:"], .emojione[title=":mortar_board:"], .emojione[title=":microphone:"], .emojione[title=":male-guard:"], .emojione[title=":lower_left_fountain_pen:"], .emojione[title=":lower_left_ballpoint_pen:"], .emojione[title=":kaaba:"], .emojione[title=":joystick:"], .emojione[title=":hole:"], .emojione[title=":hocho:"], .emojione[title=":heavy_plus_sign:"], .emojione[title=":heavy_multiplication_x:"], .emojione[title=":heavy_minus_sign:"], .emojione[title=":heavy_dollar_sign:"], .emojione[title=":heavy_division_sign:"], .emojione[title=":heavy_check_mark:"], .emojione[title=":guardsman:"], .emojione[title=":gorilla:"], .emojione[title=":fried_egg:"], .emojione[title=":film_projector:"], .emojione[title=":female-guard:"], .emojione[title=":end:"], .emojione[title=":electric_plug:"], .emojione[title=":eight_pointed_black_star:"], .emojione[title=":dark_sunglasses:"], .emojione[title=":currency_exchange:"], .emojione[title=":curly_loop:"], .emojione[title=":copyright:"], .emojione[title=":clubs:"], .emojione[title=":camera_with_flash:"], .emojione[title=":camera:"], .emojione[title=":busts_in_silhouette:"], .emojione[title=":bust_in_silhouette:"], .emojione[title=":bowling:"], .emojione[title=":bomb:"], .emojione[title=":black_small_square:"], .emojione[title=":black_nib:"], .emojione[title=":black_medium_square:"], .emojione[title=":black_medium_small_square:"], .emojione[title=":black_large_square:"], .emojione[title=":black_heart:"], .emojione[title=":black_circle:"], .emojione[title=":back:"], .emojione[title=":ant:"], .emojione[title=":8ball:"] {
  -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
          filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
  transform: scale(0.71);
}

.btngroup {
  display: flex;
  margin: 10px 0 15px;
}
.btngroup__btn {
  background-color: #fff;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #ccc;
  margin-left: -1px;
}
.btngroup__btn:first-of-type {
  border-radius: 4px 0 0 4px;
}
.btngroup__btn:last-of-type {
  border-radius: 0 4px 4px 0;
}
.btngroup__btn--active {
  background-color: var(--brand-color);
  color: var(--primary-text-color);
}

.sub {
  border: 1px solid hsla(var(--primary-text-color_hsl), 0.5);
  padding: 20px;
  position: relative;
  border-radius: 4px;
  /* Status indicator */
}
.sub__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.sub__amount {
  font-size: 2rem;
  line-height: normal;
  margin: 4px 0 12px;
}
.sub__billing {
  font-size: 14px;
}
.sub__button {
  margin-top: 20px;
}
.sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 13px;
  border-radius: 100%;
  background-color: transparent;
  height: 13px;
  width: 13px;
}
.sub--trialing::before, .sub--active::before {
  background-color: #0f0;
}
.sub--cancelling::before {
  background-color: #ff0;
}
.sub--incomplete::before, .sub--incomplete_expired::before, .sub--past_due::before, .sub--canceled::before, .sub--unpaid::before {
  background-color: #f00;
}

.subs .sub {
  border-radius: 0;
}
.subs .sub + .sub {
  border-top: 0;
}
.subs .sub:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.subs .sub:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dollarfield {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 15px 0;
}
.dollarfield__symbol {
  font-size: 40px;
  display: block;
  line-height: normal;
  margin-right: 6px;
  transform: translateY(-4px);
}
.dollarfield__price {
  font-size: 60px;
  background: transparent;
  border: 0;
  margin: 0;
  color: var(--primary-text-color);
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.dollarfield__price::-webkit-inner-spin-button, .dollarfield__price::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dollarfield__price:invalid {
  border: 0;
  box-shadow: none;
}

.payform__btn {
  margin: 10px 0;
}

body.admin p.whisper {
  max-width: 375px;
  margin: 30px 0;
  font-style: italic;
  font-size: 1.4rem;
  padding-left: 20px;
}
body.admin p.btnlabel {
  margin: 8px 0;
  font-weight: bold;
  font-size: 14px;
}
body.admin .actions {
  margin-top: 40px;
}

.funding-panel {
  margin-top: 15px;
}
.funding-panel strong {
  font-weight: bold;
}
.funding-panel__ratio {
  font-size: 14px;
  margin-bottom: 8px;
}
.funding-panel__description {
  margin-top: 14px;
  font-size: 15px;
}
.funding-panel .button {
  margin-top: 20px;
}
.funding-panel__reached {
  color: var(--brand-color);
}
.funding-panel .wtf-panel__content {
  box-sizing: border-box;
  padding: 15px;
}

.progress-bar {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background: var(--background-color);
  overflow: hidden;
}
.progress-bar__progress {
  height: 100%;
  background: var(--brand-color);
}

.dyslexic {
  font-family: "OpenDyslexic" !important;
  margin-bottom: 8px;
}

@media screen and (max-width: 650px) {
  body.dyslexic .column-header > button,
body.dyslexic .column-header > .btn {
    font-size: 11px;
  }
}
body.dyslexic .detailed-status__meta {
  font-size: 12px;
}

body.demetricator .user-panel .user-panel-stats-item__value,
body.demetricator .account__header__extra__links a > span:first-of-type,
body.demetricator .detailed-status__link,
body.demetricator .icon-with-badge__badge,
body.demetricator .icon-with-counter__counter,
body.demetricator .trends__item__count,
body.demetricator .sidebar-menu-profile__stats {
  display: none;
}
body.demetricator .account__header__bar {
  min-height: 50px;
}
@media (min-width: 895px) {
  body.demetricator .account__header__bar {
    height: 50px;
  }
}

.pane {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 0 0;
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 265px;
  height: 350px;
  max-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  z-index: 999;
  transition: 0.05s;
}
.pane--main {
  height: calc(100vh - 70px);
}
.pane--main .pane__header .pane__title {
  font-size: 16px;
}
.pane--minimized {
  height: 31px;
}
.pane__header {
  box-sizing: border-box;
  background: var(--brand-color);
  color: #fff;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  height: 31px;
}
.pane__header .account__avatar {
  margin-right: 7px;
}
.pane__header .pane__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
.pane__header .icon-button {
  color: #fff;
}
.pane__header .icon-button > div {
  height: auto !important;
  width: auto !important;
  margin-right: -6px;
}
.pane__header .pane__close {
  margin-left: auto;
}
.pane__header .icon-with-badge__badge {
  position: static;
  pointer-events: none;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.pane__content {
  background: var(--foreground-color);
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.pane__content .chat-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.pane .audio-toggle .react-toggle-thumb {
  height: 14px;
  width: 14px;
  border: 1px solid var(--brand-color--med);
}
.pane .audio-toggle .react-toggle {
  height: 16px;
  top: 4px;
}
.pane .audio-toggle .react-toggle-track {
  height: 16px;
  width: 34px;
  background-color: var(--accent-color);
}
.pane .audio-toggle .react-toggle-track-check {
  left: 4px;
  bottom: 4px;
}
.pane .react-toggle--checked .react-toggle-thumb {
  left: 19px;
}
.pane .audio-toggle .react-toggle-track-x {
  right: 4px;
  bottom: 4px;
}
.pane .fa {
  font-size: 14px;
}

.chat-messages {
  overflow-y: scroll;
  flex: 1;
}

.chat-message {
  margin: 14px 10px;
  display: flex;
}
.chat-message__bubble {
  font-size: 15px;
  padding: 4px 10px;
  max-width: 70%;
  border-radius: 10px;
  background-color: var(--background-color);
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: break-spaces;
  position: relative;
}
.chat-message__bubble a {
  color: var(--brand-color--hicontrast);
}
.chat-message__bubble:hover .chat-message__menu, .chat-message__bubble:focus .chat-message__menu, .chat-message__bubble:active .chat-message__menu {
  opacity: 1;
  pointer-events: all;
}
.chat-message--me .chat-message__bubble {
  margin-left: auto;
  background-color: hsla(var(--brand-color_hsl), 0.2);
}
.chat-message--pending .chat-message__bubble {
  opacity: 0.5;
}
.chat-message__menu {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--background-color);
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.chat-list {
  overflow-y: auto;
  flex: 1;
}
.chat-list__content {
  height: 100%;
}
.chat-list .empty-column-indicator {
  height: 100%;
  box-sizing: border-box;
  background: transparent;
  align-items: start;
}
.chat-list .account__display-name {
  position: relative;
}
.chat-list .account__display-name .display-name {
  display: flex;
}
.chat-list .account__display-name .display-name .hover-ref-wrapper {
  display: flex;
}
.chat-list .account__display-name .display-name bdi {
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-list .account__display-name .display-name .display-name__account {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  display: none;
}
.chat-list .icon-with-badge__badge {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}

.chat-box .upload-progress {
  padding: 0 10px;
  align-items: center;
  height: 25px;
}
.chat-box .upload-progress .fa {
  font-size: 22px;
}
.chat-box .upload-progress__message {
  font-size: 13px;
  flex: 1;
  align-items: center;
}
.chat-box .upload-progress__backdrop {
  margin-top: 2px;
}
.chat-box__attachment {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0 10px;
  height: 25px;
}
.chat-box__attachment .chat-box__remove-attachment {
  margin-left: auto;
}
.chat-box__attachment .chat-box__remove-attachment .icon-button > div {
  display: flex;
  align-items: center;
}
.chat-box__actions {
  background: var(--foreground-color);
  margin-top: auto;
  padding: 6px;
  position: relative;
}
.chat-box__actions .icon-button {
  color: var(--primary-text-color--faint);
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  width: auto;
  height: auto;
  background: transparent !important;
  border: 0;
  padding: 0;
  margin: 0;
}
.chat-box__actions .chat-box__send .icon-button {
  top: calc(50% - 9px);
}
.chat-box__actions textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 6px;
  padding-right: 25px;
  background: var(--background-color);
  border: 0;
  border-radius: 6px;
  color: var(--primary-text-color);
  font-size: 15px;
  overflow: hidden;
}

.ui--chatroom {
  padding-bottom: 0;
}
.ui--chatroom .columns-area__panels__main .columns-area {
  height: calc(100vh - 100px);
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 630px) {
  .ui--chatroom .columns-area__panels__main .columns-area {
    height: calc(100vh - 50px);
  }
}
.ui--chatroom .page .chat-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  border-radius: 0 0 10px 10px;
}
.ui--chatroom .page .chat-box__actions textarea {
  padding: 10px 40px 10px 10px;
}
@media (max-width: 630px) {
  .ui--chatroom .columns-area__panels__main .columns-area {
    padding: 0;
  }
  .ui--chatroom .columns-area__panels__main {
    padding: 0;
    max-width: none;
  }
  .ui--chatroom .columns-area--mobile .column {
    border-radius: 0;
  }
  .ui--chatroom .page .chat-box {
    border-radius: 0;
    border: 2px solid var(--foreground-color);
  }
  .ui--chatroom .page .chat-box__actions {
    padding: 0;
  }
  .ui--chatroom .page .chat-box__actions textarea {
    height: 4em;
    border-radius: 0;
  }
}

@media (max-width: 630px) {
  .chat-panes {
    display: none;
  }
}
@media (min-width: 630px) {
  .tabs-bar .tabs-bar__link--chats {
    display: none;
  }
}
.chatroom__header {
  display: flex;
  margin-left: auto;
  padding-right: 15px;
  overflow: hidden;
  text-decoration: none;
}
.chatroom__header .account__avatar {
  margin-right: 7px;
}
.chatroom__header .chatroom__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--primary-text-color);
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}

.chatroom__back {
  display: flex;
  align-items: center;
  background: var(--accent-color--faint);
}
.chatroom__back .column-back-button {
  background: transparent;
}

.chat__last-message {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat__last-message a {
  color: var(--highlight-text-color);
}

.chat-message__media {
  height: 120px;
}

.chat-message .media-gallery {
  height: 100% !important;
  margin: 4px 0 8px;
}
.chat-message .media-gallery .spoiler-button {
  display: none;
}
.chat-message .media-gallery .media-gallery__item:not(.media-gallery__item--image) {
  max-width: 100%;
  width: 120px !important;
  height: 100% !important;
}
.chat-message .media-gallery__preview {
  background-color: transparent;
}
.chat-message .media-gallery__item-thumbnail img, .chat-message .media-gallery__item-thumbnail .still-image img {
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}

.chat-messages__divider {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 0 2px;
  opacity: 0.8;
}

button {
  font-family: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.button {
  background-color: var(--brand-color);
  border: 10px none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0;
  line-height: 36px;
  overflow: hidden;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  transition: 0.2s;
}
.button:active, .button:focus, .button:hover {
  background-color: var(--brand-color--hicontrast);
}
.button--destructive {
  transition: none;
}
.button--destructive:active, .button--destructive:focus, .button--destructive:hover {
  background-color: #df405a;
  transition: none;
}
.button--small {
  font-size: 13px;
  height: auto;
  line-height: normal;
  padding: 4px 8px;
}
.button:disabled, .button.disabled {
  background-color: var(--brand-color--med);
  cursor: default;
}
.button::-moz-focus-inner {
  border: 0;
}
.button::-moz-focus-inner, .button:focus, .button:active {
  outline: 0 !important;
}
.button.button-alternative {
  color: #fff;
  background: var(--brand-color);
}
.button.button-alternative:active, .button.button-alternative:focus, .button.button-alternative:hover {
  background-color: var(--brand-color);
}
.button.button-alternative-2 {
  background: var(--accent-color);
}
.button.button-alternative-2:active, .button.button-alternative-2:focus, .button.button-alternative-2:hover {
  background-color: var(--accent-color--bright);
}
.button.button-secondary {
  color: var(--primary-text-color--faint);
  background: transparent;
  padding: 3px 15px;
  border: 1px solid var(--brand-color);
}
.button.button-secondary:active, .button.button-secondary:focus, .button.button-secondary:hover {
  border-color: var(--brand-color);
  color: var(--background-color);
}
.button.button-secondary:disabled {
  opacity: 0.5;
}
.button.button-secondary i.fa {
  margin-right: 0.5em;
}
.button.button--block {
  display: block;
  width: 100%;
}

button.standard-small,
a.button.standard-small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  font-weight: 700;
  height: 20px;
  padding: 5px 15px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  background: #607cf5;
}
button i.fa,
a.button i.fa {
  margin-right: 0.6em;
}

input[type=text].standard,
textarea.standard {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 4px;
  color: var(--brand-color);
  border-color: var(--primary-text-color--faint);
  background: var(--foreground-color);
}
input[type=text].standard::-webkit-input-placeholder,
textarea.standard::-webkit-input-placeholder {
  color: var(--primary-text-color--faint);
}
input[type=text].standard::-moz-placeholder,
textarea.standard::-moz-placeholder {
  color: var(--primary-text-color--faint);
}
input[type=text].standard:-ms-input-placeholder,
textarea.standard:-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
input[type=text].standard:-moz-placeholder,
textarea.standard:-moz-placeholder {
  color: var(--primary-text-color--faint);
}
input[type=text].standard:focus,
textarea.standard:focus {
  outline: none;
}

textarea.standard {
  resize: vertical;
}

.tabs-bar {
  display: flex;
  box-sizing: border-box;
  background: var(--brand-color);
  flex: 0 0 auto;
  overflow-y: auto;
  height: 50px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 895px) {
  .tabs-bar--collapsed {
    margin-top: -50px;
    transform: translateY(-50px);
  }
}
.tabs-bar__container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 375px) {
  .tabs-bar__container {
    padding: 0 10px;
  }
}
.tabs-bar__split {
  display: flex;
  width: auto;
}
.tabs-bar__split--left {
  margin-right: auto;
}
.tabs-bar__split--right {
  margin-left: auto;
  align-items: center;
}
.tabs-bar__search-container {
  display: block;
  width: 251px;
}
@media screen and (max-width: 895px) {
  .tabs-bar__search-container {
    display: none;
  }
}
.tabs-bar__profile {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 10px;
  height: 34px;
  width: 34px;
}
.tabs-bar__profile .account__avatar {
  width: 34px;
  height: 34px;
  background-size: cover;
}
.tabs-bar__profile .compose__action-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: -5px;
  bottom: 0;
}
.tabs-bar__profile .compose__action-bar i {
  display: none;
}
@media screen and (max-width: 895px) {
  .tabs-bar__profile .compose__action-bar {
    display: none;
  }
}
.tabs-bar__sidebar-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  opacity: 0;
}
@media (min-width: 895px) {
  .tabs-bar__sidebar-btn {
    display: none;
  }
}
.tabs-bar__page-name {
  display: block;
  margin-left: 18px;
  line-height: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 895px) {
  .tabs-bar__page-name {
    display: none;
  }
}
.tabs-bar__button-compose {
  display: block;
  height: 34px;
  margin-left: 20px;
  border-radius: 6px;
  background-color: var(--accent-color);
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s;
}
@media screen and (max-width: 450px) {
  .tabs-bar__button-compose {
    display: none;
  }
}
.tabs-bar__button-compose > span {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.tabs-bar__button-compose:hover {
  background-color: var(--accent-color--bright);
}
.tabs-bar__button {
  margin-left: 12px;
  height: 34px;
}
@media screen and (max-width: 450px) {
  .tabs-bar .theme-toggle {
    display: none;
  }
}
.tabs-bar .theme-toggle .setting-toggle {
  margin-left: 10px;
}
.tabs-bar .theme-toggle .setting-toggle .react-toggle-track {
  background-color: var(--foreground-color);
}
.tabs-bar .theme-toggle .setting-toggle .react-toggle--checked .react-toggle-track {
  background-color: var(--accent-color);
}
.tabs-bar .theme-toggle .setting-toggle .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: var(--accent-color--bright);
}

.tabs-bar__link {
  display: flex;
  flex: 1 1 auto;
  margin: 0 20px 0 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  align-items: center;
  padding-right: 4px;
  font-weight: bold;
  transition: 0.1s;
  outline: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 895px) {
  .tabs-bar__link {
    width: 36px;
    margin: 4px 4px 0 0;
    justify-content: center;
  }
  .tabs-bar__link > span {
    display: none;
  }
}
.tabs-bar__link > span {
  font-size: 15px;
  line-height: 50px;
  margin-left: 4px;
}
@media (min-width: 895px) {
  .tabs-bar__link--search {
    display: none;
  }
}
.tabs-bar__link i.fa {
  font-size: 14px;
  transform: translate(-1px, -1px);
  transition: 0.1s;
}
@media screen and (max-width: 895px) {
  .tabs-bar__link i.fa {
    font-size: 20px;
  }
}
.tabs-bar__link i.fa.fa-home {
  font-size: 18px;
  transform: translate(-1px, -2px);
}
@media screen and (max-width: 895px) {
  .tabs-bar__link i.fa.fa-home {
    font-size: 26px;
  }
}
@media screen and (min-width: 895px) {
  .tabs-bar__link .icon-with-counter__counter {
    left: 5px;
  }
}
.tabs-bar__link.optional {
  display: none;
}
@media screen and (max-width: 650px) {
  .tabs-bar__link.optional {
    display: flex;
    background-position: -992px 11px;
  }
}
.tabs-bar__link::before {
  content: "";
  display: block;
  background: var(--accent-color);
  position: absolute;
  transition: 0.2s;
  left: 0;
  bottom: auto;
  opacity: 0;
  height: 15px;
  border-radius: 999px;
  z-index: -1;
  width: calc(100% + 20px);
  margin-left: -12px;
}
@media screen and (max-width: 895px) {
  .tabs-bar__link::before {
    height: 0;
    border-radius: 3px 3px 0 0;
    bottom: 0;
  }
}
.tabs-bar__link.active::before, .tabs-bar__link:hover::before {
  height: 30px;
  opacity: 1;
}
@media screen and (max-width: 895px) {
  .tabs-bar__link.active::before, .tabs-bar__link:hover::before {
    height: 7px;
    width: 36px;
    margin: 0;
  }
}
.tabs-bar__link--logo {
  display: block;
  margin-right: 30px;
  border: 0;
  height: 40px;
  overflow: hidden;
  padding: 13px 0 0;
  box-sizing: border-box;
  -webkit-filter: brightness(0%) grayscale(100%) invert(100%);
          filter: brightness(0%) grayscale(100%) invert(100%);
}
.tabs-bar__link--logo span {
  display: none !important;
}
.tabs-bar__link--logo img {
  height: 100%;
}
.tabs-bar__link--logo:hover {
  border: 0 !important;
}
.tabs-bar__link--no-highlight, .tabs-bar__link--no-highlight:hover, .tabs-bar__link--no-highlight.active, .tabs-bar__link--no-highlight:active, .tabs-bar__link--no-highlight:focus {
  background: transparent !important;
  border-bottom-color: transparent !important;
}

.tabs-bar__split--left:hover .tabs-bar__link::before {
  height: 15px;
  opacity: 0;
}
@media screen and (max-width: 895px) {
  .tabs-bar__split--left:hover .tabs-bar__link::before {
    height: 0;
  }
}
.tabs-bar__split--left:hover .tabs-bar__link:hover::before {
  height: 30px;
  opacity: 1;
}
@media screen and (max-width: 895px) {
  .tabs-bar__split--left:hover .tabs-bar__link:hover::before {
    height: 7px;
  }
}

.dropdown-menu {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400;
  z-index: 9999;
  position: absolute;
  background: var(--background-color);
  border-radius: 6px;
  padding: 4px 0;
  color: var(--primary-text-color);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.dropdown-menu.left {
  transform-origin: 100% 50%;
}
.dropdown-menu.top {
  transform-origin: 50% 100%;
}
.dropdown-menu.bottom {
  transform-origin: 50% 0;
}
.dropdown-menu.right {
  transform-origin: 0 50%;
}
.dropdown-menu__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
}
.dropdown-menu__arrow.left {
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: var(--background-color);
}
.dropdown-menu__arrow.top {
  bottom: -5px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--background-color);
}
.dropdown-menu__arrow.bottom {
  top: -5px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--background-color);
}
.dropdown-menu__arrow.right {
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: var(--background-color);
}
.dropdown-menu ul {
  overflow: hidden;
  padding: 6px 0;
}
.dropdown-menu__item a {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  padding: 3px 10px 1px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--primary-text-color);
}
.dropdown-menu__item a:focus, .dropdown-menu__item a:hover, .dropdown-menu__item a:active {
  outline: 0;
  color: #fff;
  background: var(--brand-color) !important;
}
.dropdown-menu__separator {
  display: block;
  margin: 10px !important;
  height: 1px;
  background: var(--foreground-color);
}

.dropdown {
  display: inline-block;
}

.dropdown__content {
  display: none;
  position: absolute;
}

.dropdown--active .dropdown__content {
  display: block;
  line-height: 18px;
  max-width: 311px;
  right: 0;
  text-align: left;
  z-index: 9999;
}
.dropdown--active .dropdown__content > ul {
  list-style: none;
  background: var(--background-color);
  padding: 4px 0;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  min-width: 140px;
  position: relative;
}
.dropdown--active .dropdown__content.dropdown__right {
  right: 0;
}
.dropdown--active .dropdown__content.dropdown__left > ul {
  left: -98px;
}
.dropdown--active .dropdown__content > ul > li > a {
  font-size: 13px;
  line-height: 18px;
  display: block;
  padding: 4px 14px;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--background-color);
  color: var(--primary-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown--active .dropdown__content > ul > li > a:focus {
  outline: 0;
}
.dropdown--active .dropdown__content > ul > li > a:hover {
  background: var(--brand-color);
  color: var(--primary-text-color--faint);
}

.dropdown__icon {
  vertical-align: middle;
}

.modal-root {
  position: relative;
  transition: opacity 0.3s linear;
  will-change: opacity;
  z-index: 9999;
}

.modal-root__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

.modal-root__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: space-around;
  z-index: 9999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-root__modal {
  pointer-events: auto;
  display: flex;
  z-index: 9999;
  max-height: 100%;
  overflow-y: hidden;
}

.video-modal,
.audio-modal {
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
}

.media-modal {
  width: 100%;
  height: 100%;
  position: relative;
}
.media-modal .audio-player.detailed,
.media-modal .extended-video-player {
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-modal .extended-video-player {
  width: 100%;
  height: 100%;
}
.media-modal .extended-video-player video {
  max-width: 100%;
  max-height: 80%;
}

.media-modal__closer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.media-modal__navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  will-change: opacity;
}
.media-modal__navigation * {
  pointer-events: auto;
}
.media-modal__navigation.media-modal__navigation--hidden {
  opacity: 0;
}
.media-modal__navigation.media-modal__navigation--hidden * {
  pointer-events: none;
}

.media-modal__nav {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 24px;
  height: 20vmax;
  margin: auto 0;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .media-modal__nav {
    padding: 30px 2px;
  }
}
.media-modal__nav .fa {
  margin-right: 0;
}

.media-modal__nav--left {
  left: 0;
}

.media-modal__nav--right {
  right: 0;
}

.media-modal__pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  pointer-events: none;
}

.media-modal__meta {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  pointer-events: none;
}
.media-modal__meta--shifted {
  bottom: 62px;
}
.media-modal__meta a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.media-modal__meta a:hover, .media-modal__meta a:focus, .media-modal__meta a:active {
  text-decoration: underline;
}

.media-modal__page-dot {
  display: inline-block;
}

.media-modal__button {
  background-color: var(--primary-text-color);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin: 10px;
  padding: 0;
  border: 0;
  font-size: 0;
}

.media-modal__button--active {
  background-color: var(--highlight-text-color);
}

.media-modal__close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 100;
  color: #fff;
}

.onboarding-modal,
.error-modal,
.embed-modal {
  background: var(--background-color);
  color: var(--primary-text-color);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.embed-modal {
  max-width: 420px;
}

.error-modal__body {
  height: 80vh;
  width: 80vw;
  max-width: 520px;
  max-height: 420px;
  position: relative;
}
.error-modal__body > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.error-modal__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.onboarding-modal__paginator,
.error-modal__footer {
  flex: 0 0 auto;
  background: var(--background-color);
  display: flex;
  padding: 25px;
}
.onboarding-modal__paginator > div,
.error-modal__footer > div {
  min-width: 33px;
}
.onboarding-modal__paginator .onboarding-modal__nav,
.onboarding-modal__paginator .error-modal__nav,
.error-modal__footer .onboarding-modal__nav,
.error-modal__footer .error-modal__nav {
  color: var(--highlight-text-color);
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px;
  line-height: inherit;
  height: auto;
  margin: -10px;
  border-radius: 4px;
  background-color: transparent;
}
.onboarding-modal__paginator .onboarding-modal__nav:hover, .onboarding-modal__paginator .onboarding-modal__nav:focus, .onboarding-modal__paginator .onboarding-modal__nav:active,
.onboarding-modal__paginator .error-modal__nav:hover,
.onboarding-modal__paginator .error-modal__nav:focus,
.onboarding-modal__paginator .error-modal__nav:active,
.error-modal__footer .onboarding-modal__nav:hover,
.error-modal__footer .onboarding-modal__nav:focus,
.error-modal__footer .onboarding-modal__nav:active,
.error-modal__footer .error-modal__nav:hover,
.error-modal__footer .error-modal__nav:focus,
.error-modal__footer .error-modal__nav:active {
  color: var(--primary-text-color--faint);
  background-color: var(--background-color);
}
.onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next,
.error-modal__footer .error-modal__nav.onboarding-modal__done,
.error-modal__footer .error-modal__nav.onboarding-modal__next {
  color: var(--primary-text-color);
}
.onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done:hover, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done:focus, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done:active, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next:hover, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next:focus, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next:active,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done:hover,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done:focus,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done:active,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next:hover,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next:focus,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next:active,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done:hover,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done:focus,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done:active,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next:hover,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next:focus,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next:active,
.error-modal__footer .error-modal__nav.onboarding-modal__done:hover,
.error-modal__footer .error-modal__nav.onboarding-modal__done:focus,
.error-modal__footer .error-modal__nav.onboarding-modal__done:active,
.error-modal__footer .error-modal__nav.onboarding-modal__next:hover,
.error-modal__footer .error-modal__nav.onboarding-modal__next:focus,
.error-modal__footer .error-modal__nav.onboarding-modal__next:active {
  color: var(--primary-text-color);
}

.error-modal__footer {
  justify-content: center;
}

.display-case {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.display-case__label {
  font-weight: 500;
  color: var(--primary-text-color);
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.display-case__case {
  background: var(--brand-color--med);
  color: var(--primary-text-color--faint);
  font-weight: 500;
  padding: 10px;
  border-radius: 4px;
}

.onboard-sliders {
  display: inline-block;
  max-width: 30px;
  max-height: auto;
  margin-left: 10px;
}

.boost-modal,
.confirmation-modal,
.report-modal,
.actions-modal,
.mute-modal {
  position: relative;
  flex-direction: column;
  overflow: hidden;
  width: 480px;
  max-width: 90vw;
  border-radius: 4px;
  border: 1px solid var(--primary-text-color--faint);
  color: var(--primary-text-color--faint);
  background: var(--foreground-color);
}
.boost-modal .status__display-name,
.confirmation-modal .status__display-name,
.report-modal .status__display-name,
.actions-modal .status__display-name,
.mute-modal .status__display-name {
  display: block;
  max-width: 100%;
  padding-right: 25px;
}
.boost-modal .status__avatar,
.confirmation-modal .status__avatar,
.report-modal .status__avatar,
.actions-modal .status__avatar,
.mute-modal .status__avatar {
  height: 28px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 48px;
}
.boost-modal .status__content__spoiler-link,
.confirmation-modal .status__content__spoiler-link,
.report-modal .status__content__spoiler-link,
.actions-modal .status__content__spoiler-link,
.mute-modal .status__content__spoiler-link {
  color: var(--primary-text-color);
}

.actions-modal .status {
  background: var(--background-color);
  border-bottom-color: var(--background-color);
  padding-top: 10px;
  padding-bottom: 10px;
}
.actions-modal .dropdown-menu__separator {
  display: block;
  margin: 10px;
  height: 1px;
  background: var(--background-color);
}

.boost-modal__container {
  overflow-x: scroll;
  padding: 10px;
}
.boost-modal__container .status {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  border-bottom: 0;
}

.boost-modal__action-bar,
.confirmation-modal__action-bar,
.mute-modal__action-bar {
  display: flex;
  justify-content: space-between;
  background: var(--background-color);
  padding: 10px;
  line-height: 36px;
}
.boost-modal__action-bar > div,
.confirmation-modal__action-bar > div,
.mute-modal__action-bar > div {
  flex: 1 1 auto;
  text-align: right;
  color: var(--highlight-text-color);
  padding-right: 10px;
}
.boost-modal__action-bar .button,
.confirmation-modal__action-bar .button,
.mute-modal__action-bar .button {
  flex: 0 0 auto;
}

.boost-modal__status-header {
  font-size: 15px;
}

.boost-modal__status-time {
  float: right;
  font-size: 14px;
}

.mute-modal {
  line-height: 24px;
}

.mute-modal .react-toggle {
  vertical-align: middle;
}

.report-modal {
  width: 90vw;
  max-width: 700px;
}

.report-modal__container {
  display: flex;
  border-top: 1px solid var(--background-color);
}
@media screen and (max-width: 480px) {
  .report-modal__container {
    flex-wrap: wrap;
    overflow-y: auto;
  }
}

.report-modal__statuses,
.report-modal__comment {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .report-modal__statuses,
.report-modal__comment {
    width: 100%;
  }
}

.report-modal__statuses {
  flex: 1 1 auto;
  min-height: 20vh;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.report-modal__statuses .status__content a {
  color: var(--highlight-text-color);
}
.report-modal__statuses .status__content,
.report-modal__statuses .status__content p {
  color: var(--primary-text-color--faint);
}
@media screen and (max-width: 480px) {
  .report-modal__statuses {
    max-height: 10vh;
  }
}

.report-modal__comment {
  padding: 20px;
  border-right: 1px solid var(--background-color);
  max-width: 320px;
}
.report-modal__comment p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.report-modal__comment .setting-text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: var(--primary-text-color);
  background: var(--background-color);
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
  resize: vertical;
  outline: 0;
  border: 1px solid var(--background-color);
  border-radius: 4px;
  margin-bottom: 20px;
}
.report-modal__comment .setting-text:focus {
  border: 1px solid var(--background-color);
}
.report-modal__comment .setting-toggle {
  margin-top: 20px;
  margin-bottom: 24px;
}
.report-modal__comment .setting-toggle__label {
  color: var(--primary-text-color);
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .report-modal__comment {
    padding: 10px;
    max-width: 100%;
    order: 2;
  }
  .report-modal__comment .setting-toggle {
    margin-bottom: 4px;
  }
}

.actions-modal {
  width: calc(100% - 72px);
  margin: 35px;
}
.actions-modal .status {
  overflow-y: auto;
  max-height: 300px;
}
.actions-modal .actions-modal__item-label {
  font-weight: 500;
}
.actions-modal ul {
  overflow-y: auto;
  flex-shrink: 0;
  max-height: calc(100vh - 147px);
}
.actions-modal ul.with-status {
  max-height: calc(80vh - 75px);
}
.actions-modal ul li:empty {
  margin: 0;
}
.actions-modal ul li:not(:empty):first-of-type {
  margin: 10px 0 0;
}
.actions-modal ul li:not(:empty):last-of-type {
  margin: 0 0 10px;
}
.actions-modal ul li:not(:empty) a {
  display: flex;
  align-items: center;
  padding: 13px 10px 12px;
  color: var(--primary-text-color--faint);
  text-decoration: none;
}
.actions-modal ul li:not(:empty) a,
.actions-modal ul li:not(:empty) a button {
  transition: none;
}
.actions-modal ul li:not(:empty) a.active,
.actions-modal ul li:not(:empty) a.active button, .actions-modal ul li:not(:empty) a:hover,
.actions-modal ul li:not(:empty) a:hover button, .actions-modal ul li:not(:empty) a:active,
.actions-modal ul li:not(:empty) a:active button, .actions-modal ul li:not(:empty) a:focus,
.actions-modal ul li:not(:empty) a:focus button {
  background: var(--background-color);
  color: var(--highlight-text-color);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.actions-modal ul li:not(:empty) a button:first-child {
  margin-right: 10px;
}

.confirmation-modal__action-bar .confirmation-modal__secondary-button,
.confirmation-modal__action-bar .confirmation-modal__cancel-button,
.confirmation-modal__action-bar .mute-modal__cancel-button,
.mute-modal__action-bar .confirmation-modal__secondary-button,
.mute-modal__action-bar .confirmation-modal__cancel-button,
.mute-modal__action-bar .mute-modal__cancel-button {
  background-color: transparent;
  color: var(--highlight-text-color);
  font-size: 14px;
  font-weight: 500;
}
.confirmation-modal__action-bar .confirmation-modal__secondary-button:hover, .confirmation-modal__action-bar .confirmation-modal__secondary-button:focus, .confirmation-modal__action-bar .confirmation-modal__secondary-button:active,
.confirmation-modal__action-bar .confirmation-modal__cancel-button:hover,
.confirmation-modal__action-bar .confirmation-modal__cancel-button:focus,
.confirmation-modal__action-bar .confirmation-modal__cancel-button:active,
.confirmation-modal__action-bar .mute-modal__cancel-button:hover,
.confirmation-modal__action-bar .mute-modal__cancel-button:focus,
.confirmation-modal__action-bar .mute-modal__cancel-button:active,
.mute-modal__action-bar .confirmation-modal__secondary-button:hover,
.mute-modal__action-bar .confirmation-modal__secondary-button:focus,
.mute-modal__action-bar .confirmation-modal__secondary-button:active,
.mute-modal__action-bar .confirmation-modal__cancel-button:hover,
.mute-modal__action-bar .confirmation-modal__cancel-button:focus,
.mute-modal__action-bar .confirmation-modal__cancel-button:active,
.mute-modal__action-bar .mute-modal__cancel-button:hover,
.mute-modal__action-bar .mute-modal__cancel-button:focus,
.mute-modal__action-bar .mute-modal__cancel-button:active {
  color: var(--primary-text-color--faint);
}
.confirmation-modal__action-bar .confirmation-modal__secondary-button,
.mute-modal__action-bar .confirmation-modal__secondary-button {
  flex-shrink: 1;
}

.confirmation-modal__container,
.mute-modal__container,
.report-modal__target {
  padding: 30px;
  font-size: 16px;
  text-align: center;
}
.confirmation-modal__container strong,
.mute-modal__container strong,
.report-modal__target strong {
  font-weight: 500;
}
.confirmation-modal__container strong:lang(ja),
.mute-modal__container strong:lang(ja),
.report-modal__target strong:lang(ja) {
  font-weight: 700;
}
.confirmation-modal__container strong:lang(ko),
.mute-modal__container strong:lang(ko),
.report-modal__target strong:lang(ko) {
  font-weight: 700;
}
.confirmation-modal__container strong:lang(zh-CN),
.mute-modal__container strong:lang(zh-CN),
.report-modal__target strong:lang(zh-CN) {
  font-weight: 700;
}
.confirmation-modal__container strong:lang(zh-HK),
.mute-modal__container strong:lang(zh-HK),
.report-modal__target strong:lang(zh-HK) {
  font-weight: 700;
}
.confirmation-modal__container strong:lang(zh-TW),
.mute-modal__container strong:lang(zh-TW),
.report-modal__target strong:lang(zh-TW) {
  font-weight: 700;
}

.report-modal__target {
  padding: 20px;
}
.report-modal__target .media-modal__close {
  top: 19px;
  right: 15px;
}

.modal-layout {
  background: var(--brand-color--med) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 234.80078 31.757813" width="234.80078" height="31.757812"><path d="M19.599609 0c-1.05 0-2.10039.375-2.90039 1.125L0 16.925781v14.832031h234.80078V17.025391l-16.5-15.900391c-1.6-1.5-4.20078-1.5-5.80078 0l-13.80078 13.099609c-1.6 1.5-4.19883 1.5-5.79883 0L179.09961 1.125c-1.6-1.5-4.19883-1.5-5.79883 0L159.5 14.224609c-1.6 1.5-4.20078 1.5-5.80078 0L139.90039 1.125c-1.6-1.5-4.20078-1.5-5.80078 0l-13.79883 13.099609c-1.6 1.5-4.20078 1.5-5.80078 0L100.69922 1.125c-1.600001-1.5-4.198829-1.5-5.798829 0l-13.59961 13.099609c-1.6 1.5-4.200781 1.5-5.800781 0L61.699219 1.125c-1.6-1.5-4.198828-1.5-5.798828 0L42.099609 14.224609c-1.6 1.5-4.198828 1.5-5.798828 0L22.5 1.125C21.7.375 20.649609 0 19.599609 0z" fill="%23var(--background-color)"/></svg>') repeat-x bottom fixed;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .account-header {
    margin-top: 0;
  }
}
.compose-modal {
  overflow: hidden;
  background-color: var(--background-color);
  border-radius: 6px;
  flex-direction: column;
  width: 600px;
  margin: 10px 0;
}
.compose-modal__header {
  display: flex;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
  align-items: center;
  justify-content: center;
}
.compose-modal__header__title {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: var(--primary-text-color);
  text-align: center;
}
.compose-modal__close {
  position: absolute;
  right: 10px;
  color: #999;
}
.compose-modal__content {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 10px;
  overflow-y: hidden;
}
.compose-modal__content--scroll {
  display: block;
  overflow-y: auto;
}
.compose-modal__content .timeline-compose-block {
  background: transparent !important;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.compose-modal__content .timeline-compose-block .compose-form {
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.compose-modal__content .timeline-compose-block .compose-form .compose-form__autosuggest-wrapper .autosuggest-textarea__textarea {
  max-height: 160px !important;
}
.compose-modal__content .timeline-compose-block .compose-form .compose-form__autosuggest-wrapper::before {
  content: none !important;
}
.compose-modal__content .compose-form .compose-form__buttons-wrapper {
  padding: 10px 0;
}
@media screen and (max-width: 895px) {
  .compose-modal {
    margin: 0;
    border-radius: 0;
    height: 100vh;
    width: 100vw;
  }
}

.unauthorized-modal {
  width: 440px !important;
}
.unauthorized-modal__content {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.unauthorized-modal .unauthorized-modal-content__text {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
}
.unauthorized-modal .unauthorized-modal-content__button {
  width: 200px;
}
.unauthorized-modal__footer {
  display: flex;
  border-top: 1px solid #666;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.unauthorized-modal__footer > span {
  font-size: 14px;
  color: var(--primary-text-color--faint);
}
.unauthorized-modal__footer > span a {
  color: var(--brand-color) !important;
}
@media screen and (max-width: 895px) {
  .unauthorized-modal {
    height: 270px !important;
    width: 330px !important;
  }
}

.focal-point-modal {
  max-width: 80vw;
  max-height: 80vh;
  position: relative;
}

.embed-modal {
  max-width: 80vw;
  max-height: 80vh;
}
.embed-modal h4 {
  padding: 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.embed-modal .embed-modal__container {
  padding: 10px;
}
.embed-modal .embed-modal__container .hint {
  margin-bottom: 15px;
}
.embed-modal .embed-modal__container .embed-modal__html {
  outline: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  font-family: var(--font-monospace), monospace;
  background: var(--brand-color--med);
  color: var(--primary-text-color);
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
}
.embed-modal .embed-modal__container .embed-modal__html::-moz-focus-inner {
  border: 0;
}
.embed-modal .embed-modal__container .embed-modal__html::-moz-focus-inner, .embed-modal .embed-modal__container .embed-modal__html:focus, .embed-modal .embed-modal__container .embed-modal__html:active {
  outline: 0 !important;
}
.embed-modal .embed-modal__container .embed-modal__html:focus {
  background: var(--brand-color--faint);
}
@media screen and (max-width: 600px) {
  .embed-modal .embed-modal__container .embed-modal__html {
    font-size: 16px;
  }
}
.embed-modal .embed-modal__container .embed-modal__iframe {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 0;
}
.embed-modal .embed-modal__container .embed-modal__iframe iframe {
  width: 100%;
}

.modal-container--preloader {
  background: var(--brand-color--med);
}

.column-inline-form {
  padding: 7px 15px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--brand-color--faint);
}
.column-inline-form label {
  flex: 1 1 auto;
}
.column-inline-form label input {
  width: 100%;
  margin-bottom: 6px;
}
.column-inline-form label input:focus {
  outline: 0;
}
.column-inline-form .icon-button {
  flex: 0 0 auto;
  margin: 0 5px;
}

.confirmation-modal p {
  margin-bottom: 20px;
  text-align: left;
}
.confirmation-modal p strong {
  font-weight: bold;
}
.confirmation-modal p:last-child {
  margin-bottom: 0;
}

.account__header.inactive {
  opacity: 0.5;
}
.account__header.inactive .account__header__image,
.account__header.inactive .account__avatar {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.account__header__info {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.account__header__image {
  overflow: hidden;
  height: 350px;
  position: relative;
  background: var(--accent-color--faint);
}
@media screen and (max-width: 895px) {
  .account__header__image {
    height: 225px;
  }
}
.account__header__image--none {
  height: 125px;
}
.account__header__image img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.account__header__image .still-image {
  height: 100%;
}
.account__header__image .still-image--play-on-hover::before {
  content: "GIF";
  position: absolute;
  color: var(--primary-text-color);
  background: var(--foreground-color);
  top: 6px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.1s ease;
  line-height: 18px;
}
.account__header__bar {
  display: block;
  min-height: 74px;
  width: 100%;
  position: relative;
  background: var(--background-color);
}
@media (min-width: 895px) {
  .account__header__bar {
    height: 74px;
  }
}
.account__header__avatar {
  display: block;
  position: absolute;
  border: 5px solid var(--accent-color--faint);
  left: 0;
  top: -90px;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background-color: var(--foreground-color);
}
.account__header__avatar .account__avatar {
  width: 200px;
  height: 200px;
  background-size: 200px 200px;
}
.account__header__avatar .still-image--play-on-hover::before {
  content: "GIF";
  position: absolute;
  color: var(--primary-text-color);
  background: var(--foreground-color);
  bottom: 15%;
  left: 15%;
  padding: 1px 4px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.1s ease;
  line-height: 13px;
}
@media screen and (max-width: 895px) {
  .account__header__avatar {
    top: -45px;
    left: 10px;
    height: 90px;
    width: 90px;
  }
  .account__header__avatar .account__avatar {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
}
.account__header__extra {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin: 0 auto;
  padding-left: 310px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 895px) and (max-width: 1190px) {
  .account__header__extra {
    max-width: 900px;
    padding-left: 300px;
  }
}
@media screen and (max-width: 895px) {
  .account__header__extra {
    max-width: 900px;
    padding: 10px 10px 0;
    flex-direction: column-reverse;
    min-height: 50px;
  }
}
.account__header__extra__buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.account__header__extra__buttons .icon-button {
  border: 1px solid var(--brand-color--med);
  border-radius: 4px;
  box-sizing: content-box;
  padding: 2px;
}
.account__header__extra__buttons .icon-button > div {
  line-height: 31px !important;
}
.account__header__extra__buttons .button {
  margin-right: 10px;
}
.account__header__extra__links {
  display: flex;
  font-size: 14px;
  color: var(--primary-text-color--faint);
}
@media screen and (max-width: 895px) {
  .account__header__extra__links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.account__header__extra__links a {
  display: inline-block;
  text-decoration: none;
  padding: 16px 22px;
  text-align: center;
}
@media screen and (max-width: 1190px) {
  .account__header__extra__links a {
    padding: 16px;
  }
}
.account__header__extra__links a > span {
  display: block;
}
.account__header__extra__links a > span:first-of-type {
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
@media screen and (max-width: 895px) {
  .account__header__extra__links a > span:first-of-type {
    font-size: 16px;
    line-height: 20px;
  }
}
.account__header__extra__links a > span:last-of-type {
  color: var(--primary-text-color--faint);
  font-size: 12px;
  line-height: 14px;
  padding-top: 2px;
}
.account__header__extra__links a:hover, .account__header__extra__links a.active {
  border-bottom: 2px solid var(--primary-text-color);
}
.account__header__extra__links a.score {
  border-bottom: 0 !important;
}
@media screen and (max-width: 895px) {
  .account__header .account-mobile-container {
    display: block;
    background: var(--background-color);
    margin-top: 10px;
    position: relative;
    padding: 10px 10px 0;
  }
  .account__header .account-mobile-container--nonuser {
    padding: 10px 10px 15px;
  }
  .account__header .account-mobile-container.deactivated {
    margin-top: 50px;
  }
}

.account__header.deactivated .still-image img,
.account__header.deactivated .still-image canvas {
  display: none;
}
.account__header.deactivated .account__header__extra__links,
.account__header.deactivated .account__header__extra__buttons {
  display: none;
}

.account-timeline__header {
  display: block;
  width: 100%;
}

.account__header__content {
  color: var(--primary-text-color--faint);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
}
.account__header__content p {
  margin-bottom: 20px;
}
.account__header__content p:last-child {
  margin-bottom: 0;
}
.account__header__content a {
  color: inherit;
  text-decoration: underline;
}
.account__header__content a:hover {
  text-decoration: none;
}

.user-panel {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--foreground-color);
  display: flex;
  width: 265px;
  flex-direction: column;
  overflow: hidden;
}
.user-panel .user-panel__account__name {
  display: inline;
}
.user-panel .verified-icon {
  opacity: 1;
}
.user-panel,
.user-panel .user-panel__account__name,
.user-panel .user-panel__account__username {
  white-space: nowrap;
  color: var(--primary-text-color--faint);
}
.user-panel__header {
  display: block;
  height: 112px;
  width: 100%;
  background: var(--brand-color--faint);
}
.user-panel__header .still-image {
  height: 100%;
}
.user-panel__header img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.user-panel__profile {
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
  margin-top: -53px;
}
.user-panel__profile .account__avatar {
  display: block;
  width: 82px;
  height: 82px;
  border: 6px solid var(--foreground-color);
  background-size: cover;
}
.user-panel__meta {
  display: block;
  padding: 6px 20px 17px;
}
.user-panel__account a {
  text-decoration: none;
  color: var(--primary-text-color--faint);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-panel__account__name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: var(--primary-text-color--faint);
}
.user-panel__account:hover .user-panel__account__name {
  text-decoration: underline;
}
.user-panel__account__username {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-text-color--faint);
  text-decoration: none !important;
}
.user-panel__stats-block {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.user-panel .user-panel-stats-item {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: column;
}
.user-panel .user-panel-stats-item a {
  text-decoration: none;
  color: var(--primary-text-color--faint);
}
.user-panel .user-panel-stats-item a:hover {
  opacity: 0.8;
}
.user-panel .user-panel-stats-item__value {
  display: block;
  width: 100%;
  color: var(--primary-text-color--faint);
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
.user-panel .user-panel-stats-item__label {
  display: block;
  width: 100%;
  color: var(--primary-text-color--faint);
  font-size: 12px;
  line-height: 14px;
}

.compose-form__sensitive-button {
  padding: 10px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 500;
}
.compose-form__sensitive-button.active {
  color: var(--highlight-text-color);
}
.compose-form__sensitive-button input[type=checkbox] {
  display: none;
}
.compose-form__sensitive-button .checkbox {
  display: inline-block;
  position: relative;
  border: 1px solid var(--brand-color);
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-right: 10px;
  top: -1px;
  border-radius: 4px;
  vertical-align: middle;
}
.compose-form__sensitive-button .checkbox.active {
  border-color: var(--highlight-text-color);
  background: var(--highlight-text-color);
}
.compose-form .compose-form__warning {
  color: var(--primary-text-color);
  margin-bottom: 10px;
  background: var(--brand-color--faint);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
.compose-form .compose-form__warning strong {
  color: var(--primary-text-color);
  font-weight: 500;
}
.compose-form .compose-form__warning strong:lang(ja) {
  font-weight: 700;
}
.compose-form .compose-form__warning strong:lang(ko) {
  font-weight: 700;
}
.compose-form .compose-form__warning strong:lang(zh-CN) {
  font-weight: 700;
}
.compose-form .compose-form__warning strong:lang(zh-HK) {
  font-weight: 700;
}
.compose-form .compose-form__warning strong:lang(zh-TW) {
  font-weight: 700;
}
.compose-form .compose-form__warning a {
  color: var(--brand-color--hicontrast);
  font-weight: 500;
  text-decoration: underline;
}
.compose-form .compose-form__warning a:hover, .compose-form .compose-form__warning a:active, .compose-form .compose-form__warning a:focus {
  text-decoration: none;
}
.compose-form .emoji-picker-dropdown {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.compose-form .compose-form__autosuggest-wrapper {
  position: relative;
}
.compose-form .autosuggest-textarea,
.compose-form .autosuggest-input,
.compose-form .spoiler-input {
  position: relative;
}
.compose-form .spoiler-input {
  height: 0;
  transform-origin: bottom;
  opacity: 0;
}
.compose-form .spoiler-input.spoiler-input--visible {
  height: 36px;
  margin-bottom: 11px;
  opacity: 1;
}
.compose-form .autosuggest-textarea__textarea,
.compose-form .spoiler-input__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: var(--background-color);
  color: var(--primary-text-color);
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  resize: vertical;
  border: 0;
  outline: 0;
}
.compose-form .autosuggest-textarea__textarea:focus,
.compose-form .spoiler-input__input:focus {
  outline: 0;
}
@media screen and (max-width: 600px) {
  .compose-form .autosuggest-textarea__textarea,
.compose-form .spoiler-input__input {
    font-size: 16px;
  }
}
.compose-form .spoiler-input__input {
  border-radius: 4px;
}
.compose-form .autosuggest-textarea__textarea {
  min-height: 100px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0;
  padding-right: 32px;
  resize: none;
  scrollbar-color: initial;
  transition: 0.2s;
}
.compose-form .autosuggest-textarea__textarea::-webkit-scrollbar {
  all: unset;
}
@media screen and (max-width: 600px) {
  .compose-form .autosuggest-textarea__textarea {
    max-height: 100px !important;
    resize: vertical;
  }
}
.compose-form.condensed .autosuggest-textarea__textarea {
  min-height: 46px;
  border-radius: 5px;
}
.compose-form .emoji-picker-wrapper,
.compose-form .autosuggest-textarea__suggestions-wrapper {
  position: relative;
  height: 0;
}
.compose-form .autosuggest-textarea__suggestions {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  background: var(--background-color);
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  padding: 6px;
}
.compose-form .autosuggest-textarea__suggestions.autosuggest-textarea__suggestions--visible {
  display: block;
}
.compose-form .autosuggest-textarea__suggestions__item {
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.compose-form .autosuggest-textarea__suggestions__item:hover, .compose-form .autosuggest-textarea__suggestions__item:focus, .compose-form .autosuggest-textarea__suggestions__item:active, .compose-form .autosuggest-textarea__suggestions__item.selected {
  background: var(--brand-color--med);
}
.compose-form .autosuggest-account,
.compose-form .autosuggest-emoji {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  line-height: 18px;
  font-size: 14px;
}
.compose-form .autosuggest-account-icon,
.compose-form .autosuggest-emoji img {
  display: block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.compose-form .autosuggest-account .display-name__account {
  color: var(--primary-text-color--faint);
}
.compose-form .compose-form__modifiers {
  color: var(--primary-text-color);
  font-family: inherit;
  font-size: 14px;
  background: var(--background-color);
}
.compose-form .compose-form__modifiers .compose-form__upload-wrapper {
  overflow: hidden;
}
.compose-form .compose-form__modifiers .compose-form__uploads-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.compose-form .compose-form__modifiers .compose-form__uploads-wrapper.contains-media {
  padding: 5px;
  border-top: 1px solid var(--foreground-color);
}
.compose-form .compose-form__modifiers .compose-form__upload {
  flex: 1 1 0;
  min-width: 40%;
  margin: 5px;
}
.compose-form .compose-form__modifiers .compose-form__upload__actions {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.35) 80%, transparent);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button {
  flex: 0 1 auto;
  color: var(--primary-text-color--faint);
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  font-family: inherit;
}
.compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button:hover, .compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button:focus, .compose-form .compose-form__modifiers .compose-form__upload__actions .icon-button:active {
  color: var(--highlight-text-color);
}
.compose-form .compose-form__modifiers .compose-form__upload__actions.active {
  opacity: 1;
}
.compose-form .compose-form__modifiers .compose-form__upload-description {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.35) 80%, transparent);
  padding: 10px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.compose-form .compose-form__modifiers .compose-form__upload-description textarea {
  background: transparent;
  box-sizing: border-box;
  color: var(--primary-text-color--faint);
  border: 1px solid var(--primary-text-color--faint);
  outline: none;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.compose-form .compose-form__modifiers .compose-form__upload-description textarea:focus {
  color: #fff;
}
.compose-form .compose-form__modifiers .compose-form__upload-description textarea::-webkit-input-placeholder {
  color: var(--primary-text-color--faint);
}
.compose-form .compose-form__modifiers .compose-form__upload-description textarea::-moz-placeholder {
  color: var(--primary-text-color--faint);
}
.compose-form .compose-form__modifiers .compose-form__upload-description textarea:-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.compose-form .compose-form__modifiers .compose-form__upload-description textarea::placeholder {
  color: var(--primary-text-color--faint);
}
.compose-form .compose-form__modifiers .compose-form__upload-description.active {
  opacity: 1;
}
.compose-form .compose-form__modifiers .compose-form__upload-thumbnail {
  border-radius: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 140px;
  width: 100%;
  overflow: hidden;
}
.compose-form .compose-form__modifiers .compose-form__upload-thumbnail.video {
  background-image: url(/packs/media/images/video-placeholder-09cfb63ba4d0e57249cfbb40ec5abb51.png);
  background-size: cover;
}
.compose-form .compose-form__modifiers .compose-form__upload-thumbnail.audio {
  background-image: url(/packs/media/images/audio-placeholder-77fdb7f1e48f9af8b5a5f360e05cbee6.png);
  background-size: cover;
}
.compose-form .compose-form__buttons-wrapper {
  padding: 10px;
  background: var(--background-color);
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  border-radius: 0 0 5px 5px;
}
.compose-form .compose-form__buttons-wrapper .compose-form__buttons {
  display: flex;
}
.compose-form .compose-form__buttons-wrapper .compose-form__buttons > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compose-form .compose-form__buttons-wrapper .compose-form__buttons .compose-form__upload-button-icon {
  line-height: 27px;
}
.compose-form .compose-form__buttons-wrapper .compose-form__buttons .compose-form__sensitive-button {
  display: none;
}
.compose-form .compose-form__buttons-wrapper .compose-form__buttons .compose-form__sensitive-button.compose-form__sensitive-button--visible {
  display: block;
}
.compose-form .compose-form__buttons-wrapper .compose-form__buttons .compose-form__sensitive-button .compose-form__sensitive-button__icon {
  line-height: 27px;
}
.compose-form .compose-form__buttons-wrapper .icon-button {
  box-sizing: content-box;
  padding: 0 3px;
}
.compose-form .compose-form__buttons-wrapper .character-counter__wrapper {
  align-self: center;
  margin: 0 10px 0 auto;
}
.compose-form .compose-form__buttons-wrapper .character-counter__wrapper .character-counter {
  cursor: default;
  font-family: var(--font-sans-serif), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-text-color--faint);
}
.compose-form .compose-form__buttons-wrapper .character-counter__wrapper .character-counter.character-counter--over {
  color: #ff5050;
}
.compose-form .compose-form__publish {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  flex: 0 0 auto;
}
.compose-form .compose-form__publish .compose-form__publish-button-wrapper {
  overflow: hidden;
}

.upload-area {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}
.upload-area * {
  pointer-events: none;
}

.upload-area__drop {
  width: 320px;
  height: 160px;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding: 8px;
}

.upload-area__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px;
  background: var(--brand-color--med);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.upload-area__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-text-color--faint);
  font-size: 18px;
  font-weight: 500;
  border: 2px dashed var(--brand-color--med);
  border-radius: 4px;
}

.upload-progress {
  padding: 10px;
  color: var(--highlight-text-color);
  overflow: hidden;
  display: flex;
}
.upload-progress .fa {
  font-size: 34px;
  margin-right: 10px;
}
.upload-progress span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.upload-progess__message {
  flex: 1 1 auto;
}

.upload-progress__backdrop {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: var(--brand-color--med);
  position: relative;
  margin-top: 5px;
}

.upload-progress__tracker {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  background: var(--brand-color);
  border-radius: 6px;
}

.privacy-dropdown__dropdown {
  font-size: 14px;
  position: absolute;
  background: var(--foreground-color);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-left: 40px;
  overflow: hidden;
  z-index: 10000;
}
.privacy-dropdown__dropdown.top {
  transform-origin: 50% 100%;
}
.privacy-dropdown__dropdown.bottom {
  transform-origin: 50% 0;
}

.privacy-dropdown__option {
  color: var(--primary-text-color);
  padding: 10px;
  cursor: pointer;
  display: flex;
}
.privacy-dropdown__option:hover, .privacy-dropdown__option.active {
  background: var(--brand-color--med);
  color: var(--primary-text-color);
  outline: 0;
}
.privacy-dropdown__option:hover .privacy-dropdown__option__content, .privacy-dropdown__option.active .privacy-dropdown__option__content {
  color: var(--primary-text-color);
}
.privacy-dropdown__option:hover .privacy-dropdown__option__content strong, .privacy-dropdown__option.active .privacy-dropdown__option__content strong {
  color: var(--primary-text-color);
}
.privacy-dropdown__option.active:hover {
  background: hsla(var(--brand-color_hsl), 0.5);
}

.privacy-dropdown__option__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.privacy-dropdown__option__content {
  flex: 1 1 auto;
  color: var(--highlight-text-color);
}
.privacy-dropdown__option__content strong {
  font-weight: 500;
  display: block;
  color: var(--primary-text-color);
}
.privacy-dropdown__option__content strong:lang(ja) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(ko) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(zh-CN) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(zh-HK) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(zh-TW) {
  font-weight: 700;
}

.privacy-dropdown.active .privacy-dropdown__value {
  background: var(--foreground-color);
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
.privacy-dropdown.active .privacy-dropdown__value .icon-button {
  transition: none;
}
.privacy-dropdown.active .privacy-dropdown__value.active {
  background: var(--brand-color);
}
.privacy-dropdown.active .privacy-dropdown__value.active .icon-button {
  color: var(--primary-text-color);
}
.privacy-dropdown.active.top .privacy-dropdown__value {
  border-radius: 0 0 4px 4px;
}
.privacy-dropdown.active .privacy-dropdown__dropdown {
  display: block;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
}

.focal-point {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.focal-point.dragging {
  cursor: move;
}
.focal-point img {
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: auto;
}
.focal-point__reticle {
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url(/packs/media/images/reticle-2fc331737e1da6319855c434947b9116.png) no-repeat 0 0;
  border-radius: 50%;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.35);
}
.focal-point__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sidebar-menu {
  display: flex;
  position: fixed;
  flex-direction: column;
  width: 275px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--background-color);
  transform: translateX(-275px);
  transition: all 0.15s linear;
  z-index: 10001;
}
.sidebar-menu__root {
  display: none;
}
.sidebar-menu__wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: transparent;
  transition: background-color 0.2s linear;
  transition-delay: 0.1s;
}
.sidebar-menu__content {
  overflow-y: scroll;
  overflow: auto;
  height: 100%;
  width: 100%;
}
.sidebar-menu__section {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  border-top: 1px solid hsla(var(--primary-text-color_hsl), 0.15);
}
.sidebar-menu__section--borderless {
  margin: 0;
  border-top: 0;
}
@media (max-width: 400px) {
  .sidebar-menu {
    width: 90vw;
  }
}

.sidebar-menu__root--visible {
  display: block;
}
.sidebar-menu__root--visible .sidebar-menu {
  transform: translateX(0);
}
.sidebar-menu__root--visible .sidebar-menu__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}

.sidebar-menu-header {
  display: flex;
  height: 46px;
  padding: 12px 14px;
  border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.15);
  box-sizing: border-box;
  align-items: center;
}
.sidebar-menu-header__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-text-color);
}
.sidebar-menu-header__btn {
  margin-left: auto;
}

.sidebar-menu-profile {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 18px;
  box-sizing: border-box;
}
.sidebar-menu-profile__avatar {
  display: block;
  width: 56px;
  height: 56px;
}
.sidebar-menu-profile__name {
  display: block;
  margin-top: 10px;
}
.sidebar-menu-profile__name .display-name__account {
  display: block;
  margin-top: 2px;
  color: var(--primary-text-color--faint);
}
.sidebar-menu-profile__stats {
  display: flex;
  margin-top: 12px;
}

.sidebar-menu-profile-stat {
  display: flex;
  font-size: 14px;
  text-decoration: none;
}
.sidebar-menu-profile-stat:not(:first-of-type) {
  margin-left: 18px;
}
.sidebar-menu-profile-stat__value {
  display: flex;
  margin-right: 3px;
  font-weight: 700;
  color: var(--primary-text-color);
}
.sidebar-menu-profile-stat__label {
  display: flex;
  color: var(--primary-text-color--faint);
}
.sidebar-menu-profile-stat:hover {
  text-decoration: underline;
}

.sidebar-menu-item {
  display: flex;
  padding: 16px 18px;
  cursor: pointer;
  text-decoration: none;
  color: var(--primary-text-color--faint);
  font-size: 15px;
  font-weight: 400;
}
.sidebar-menu-item:hover {
  background-color: hsla(var(--brand-color_hsl), 0.1);
  color: var(--primary-text-color);
}
.sidebar-menu-item .fa {
  margin-right: 10px;
}
.sidebar-menu-item:hover__title {
  color: var(--primary-text-color);
}

.sidebar-menu .wtf-panel {
  box-shadow: none !important;
  margin: 0;
}

.hotkeys-modal {
  padding: 8px 0 0;
  overflow: hidden;
  background-color: var(--background-color);
  border-radius: 6px;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .hotkeys-modal {
    height: 90vh;
  }
}
.hotkeys-modal .compose-modal__content {
  background-color: var(--background-color);
  margin: 5px;
}
@media screen and (max-width: 960px) {
  .hotkeys-modal .compose-modal__content {
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 80px);
    -webkit-overflow-scrolling: touch;
  }
}
.hotkeys-modal table thead {
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 600;
}
.hotkeys-modal table tr {
  font-size: 12px;
}
.hotkeys-modal table td {
  padding: 0 10px 8px;
}
.hotkeys-modal table kbd {
  display: inline-block;
  padding: 2px 8px;
  background-color: var(--brand-color--med);
  border: 1px solid var(--brand-color--med);
  border-radius: 4px;
}

.emoji-react {
  display: inline-block;
  transition: 0.1s;
}
.emoji-react__emoji img {
  width: 20px;
  height: 20px;
  -webkit-filter: drop-shadow(2px 0 0 var(--foreground-color));
          filter: drop-shadow(2px 0 0 var(--foreground-color));
}
.emoji-react__count {
  display: none;
}
.emoji-react + .emoji-react {
  margin-right: -8px;
}

.emoji-react--reblogs {
  color: var(--primary-text-color--faint);
  text-decoration: none;
  vertical-align: middle;
  display: inline-flex;
}
.emoji-react--reblogs i.fa {
  color: var(--highlight-text-color);
  font-size: 20px;
  margin-right: 0.2em;
}

.emoji-reacts {
  display: inline-flex;
  flex-direction: row-reverse;
}

.status-interaction-bar {
  margin-right: auto;
  min-height: 20px;
}

.emoji-reacts-container {
  display: inline-flex;
  margin-right: 0.4em;
}
.emoji-reacts-container:hover .emoji-react {
  margin: 0;
}
.emoji-reacts-container:hover .emoji-react__count {
  display: inline;
}
.emoji-reacts-container:hover .emoji-reacts__count {
  display: none;
}

.emoji-reacts__count,
.emoji-react__count {
  font-size: 12px;
  font-weight: bold;
  transform: translateY(2px);
}

.emoji-react-selector {
  position: absolute;
  display: flex;
  background-color: var(--foreground-color);
  padding: 5px 8px;
  border-radius: 9999px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: 0.1s;
  z-index: 999;
}
.emoji-react-selector--visible {
  opacity: 1;
  pointer-events: all;
}
.emoji-react-selector__emoji {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.emoji-react-selector__emoji img {
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: 0.1s;
}
.emoji-react-selector__emoji:hover img {
  width: 36px;
  height: 36px;
  padding: 0;
}

.status__action-bar__counter--favourite {
  position: relative;
}
@media (max-width: 455px) {
  .status__action-bar__counter--favourite {
    position: static;
  }
}

.detailed-status__wrapper .emoji-react-selector {
  bottom: 40px;
  right: 10px;
}

.status .emoji-react-selector {
  bottom: 100%;
  left: -20px;
}
@media (max-width: 455px) {
  .status .emoji-react-selector {
    bottom: 31px;
    right: 10px;
    left: auto;
  }
}

.status__content {
  /* Inline code */
  /* Code block */
  /* Markdown images */
}
.status__content p strong,
.status__content li strong {
  font-weight: bold;
}
.status__content p em,
.status__content li em {
  font-style: italic;
}
.status__content ul,
.status__content ol {
  margin-left: 20px;
}
.status__content ul {
  list-style: disc outside none;
}
.status__content ol {
  list-style: decimal outside none;
}
.status__content blockquote {
  padding: 5px 0 5px 15px;
  border-left: 3px solid hsla(var(--primary-text-color_hsl), 0.4);
  color: var(--primary-text-color--faint);
}
.status__content code {
  font-family: "Roboto Mono", monospace;
  cursor: text;
}
.status__content p > code {
  padding: 2px 4px;
  background-color: var(--background-color);
  border-radius: 4px;
}
.status__content pre {
  line-height: 1.6em;
  overflow-x: auto;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 20px;
  word-break: break-all;
  background-color: var(--background-color);
}
.status__content img:not(.emojione) {
  width: 100%;
  height: 285.188px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  background: var(--background-color);
  border-radius: 4px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
}

.status__content > ul,
.status__content > ol {
  margin-bottom: 20px;
}

.status__content > blockquote {
  margin-bottom: 20px;
}

.status__content--with-action {
  cursor: pointer;
}

.status__content.status__content--collapsed {
  max-height: 300px;
}

.status__content__read-more-button {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: var(--highlight-text-color);
  border: 0;
  background: transparent;
  padding: 0;
  padding-top: 8px;
}
.status__content__read-more-button:hover, .status__content__read-more-button:active {
  text-decoration: underline;
}

.status__content__spoiler-link {
  display: inline-block;
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: var(--primary-text-color);
  font-weight: 700;
  font-size: 11px;
  padding: 0 6px;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.status__wrapper--filtered {
  color: var(--primary-text-color);
  border: 0;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  border-bottom: 1px solid var(--brand-color--med);
}

.status__prepend-icon-wrapper {
  left: -26px;
  position: absolute;
}

.status {
  padding: 8px 10px;
  padding-left: 68px;
  position: relative;
  min-height: 54px;
  border-bottom: 1px solid var(--brand-color--faint);
  cursor: default;
  opacity: 1;
  -webkit-animation: fade 150ms linear;
          animation: fade 150ms linear;
}
@supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
  .status {
    padding-right: 26px;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.status .video-player,
.status .audio-player {
  margin-top: 8px;
}
.status.status-direct:not(.read) {
  background: var(--brand-color--med);
  border-bottom-color: var(--brand-color--med);
}
.status.status-direct:not(.read) .status__content a {
  color: var(--brand-color--hicontrast);
}
.status.light .status__relative-time {
  color: var(--primary-text-color--faint);
}
.status.light .status__display-name {
  color: var(--primary-text-color--faint);
}
.status.light .display-name strong {
  color: var(--primary-text-color);
}
.status.light .display-name span {
  color: var(--primary-text-color--faint);
}
.status.light .status__content {
  color: var(--primary-text-color);
}
.status.light .status__content a {
  color: var(--highlight-text-color);
}
.status.light .status__content a.status__content__spoiler-link {
  color: var(--primary-text-color);
  background: var(--brand-color);
}
.status.light .status__content a.status__content__spoiler-link:hover {
  background: var(--brand-color);
}
.status__meta {
  font-size: 14px;
  color: var(--primary-text-color--faint);
}
.status__meta a {
  color: var(--brand-color);
  font-weight: bold;
  text-decoration: none;
}
.status__meta a:hover {
  text-decoration: underline;
}

.status__display-name {
  color: var(--primary-text-color--faint);
}

.status__info .status__display-name {
  display: block;
  max-width: 100%;
}

.status__info {
  font-size: 15px;
  z-index: 4;
}

.status__profile,
.detailed-status__profile {
  display: block;
  max-width: 100%;
}

.status__profile {
  padding-right: 25px;
}

.status-check-box {
  border-bottom: 1px solid var(--background-color);
  display: flex;
}
.status-check-box .status-check-box__status {
  margin: 10px 0 10px 10px;
  flex: 1;
}
.status-check-box .status-check-box__status .media-gallery {
  max-width: 250px;
}
.status-check-box .status-check-box__status .status__content {
  padding: 0;
  white-space: normal;
}
.status-check-box .status-check-box__status .video-player,
.status-check-box .status-check-box__status .audio-player {
  margin-top: 8px;
  max-width: 250px;
}
.status-check-box .status-check-box__status .media-gallery__item-thumbnail {
  cursor: default;
}

.status-check-box-toggle {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 10px;
}

.status__prepend {
  margin-left: 68px;
  color: var(--primary-text-color);
  padding: 8px 0;
  padding-bottom: 2px;
  font-size: 14px;
  position: relative;
}
.status__prepend .status__display-name strong {
  color: var(--primary-text-color);
}
.status__prepend > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status__action-bar {
  align-items: center;
  display: flex;
  margin-top: 25px;
  z-index: 4;
}
.status__action-bar__counter {
  display: inline-flex;
  margin-right: 22px;
  align-items: center;
}
.status__action-bar__counter .status__action-bar-button {
  margin-right: 4px;
}
.status__action-bar__counter__label {
  display: inline-block;
  width: 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--brand-color);
}

.status__action-bar-button {
  margin-right: 18px;
}

.status__action-bar-dropdown {
  height: 23.15px;
  width: 23.15px;
}

.status__avatar {
  height: 48px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 48px;
}

.status__expand {
  width: 68px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.status__content,
.reply-indicator__content {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
  color: var(--primary-text-color);
}
.status__content:focus,
.reply-indicator__content:focus {
  outline: 0;
}
.status__content.status__content--with-spoiler,
.reply-indicator__content.status__content--with-spoiler {
  white-space: normal;
}
.status__content.status__content--with-spoiler .status__content__text,
.reply-indicator__content.status__content--with-spoiler .status__content__text {
  white-space: pre-wrap;
}
.status__content .emojione,
.reply-indicator__content .emojione {
  width: 20px;
  height: 20px;
  margin: -3px 0 0;
}
.status__content p,
.reply-indicator__content p {
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.status__content p:last-child,
.reply-indicator__content p:last-child {
  margin-bottom: 2px;
}
.status__content a,
.reply-indicator__content a {
  color: var(--highlight-text-color);
  text-decoration: none;
}
.status__content a:hover,
.reply-indicator__content a:hover {
  text-decoration: underline;
}
.status__content a:hover .fa,
.reply-indicator__content a:hover .fa {
  color: var(--primary-text-color);
}
.status__content a.mention:hover,
.reply-indicator__content a.mention:hover {
  text-decoration: none;
}
.status__content a.mention:hover span,
.reply-indicator__content a.mention:hover span {
  text-decoration: underline;
}
.status__content a .fa,
.reply-indicator__content a .fa {
  color: var(--primary-text-color);
}
.status__content .status__content__spoiler-link,
.reply-indicator__content .status__content__spoiler-link {
  background: var(--brand-color--med);
  transition: 0.2s;
}
.status__content .status__content__spoiler-link:hover,
.reply-indicator__content .status__content__spoiler-link:hover {
  background: hsla(var(--brand-color_hsl), 0.5);
  text-decoration: none;
}
.status__content .status__content__spoiler-link::-moz-focus-inner,
.reply-indicator__content .status__content__spoiler-link::-moz-focus-inner {
  border: 0;
}
.status__content .status__content__spoiler-link::-moz-focus-inner, .status__content .status__content__spoiler-link:focus, .status__content .status__content__spoiler-link:active,
.reply-indicator__content .status__content__spoiler-link::-moz-focus-inner,
.reply-indicator__content .status__content__spoiler-link:focus,
.reply-indicator__content .status__content__spoiler-link:active {
  outline: 0 !important;
}
.status__content .status__content__text,
.reply-indicator__content .status__content__text {
  display: none;
}
.status__content .status__content__text.status__content__text--visible,
.reply-indicator__content .status__content__text.status__content__text--visible {
  display: block;
}

.focusable:focus {
  outline: 0;
  background: var(--brand-color--faint);
}
.focusable:focus .status.status-direct {
  background: var(--brand-color--med);
}
.focusable:focus .status.status-direct.muted {
  background: transparent;
}
.focusable:focus .detailed-status,
.focusable:focus .detailed-status__action-bar {
  background: var(--brand-color--med);
}

.status-card {
  display: flex;
  font-size: 14px;
  border: 1px solid var(--brand-color--med);
  border-radius: 4px;
  color: var(--primary-text-color);
  margin-top: 14px;
  text-decoration: none;
  overflow: hidden;
}
.status-card__actions {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-card__actions > div {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 12px 9px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-card__actions button,
.status-card__actions a {
  display: inline;
  color: var(--primary-text-color--faint);
  background: transparent;
  border: 0;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
}
.status-card__actions button:hover, .status-card__actions button:active, .status-card__actions button:focus,
.status-card__actions a:hover,
.status-card__actions a:active,
.status-card__actions a:focus {
  color: var(--primary-text-color);
}
.status-card__actions a {
  font-size: 19px;
  position: relative;
  bottom: -1px;
}

a.status-card {
  cursor: pointer;
}
a.status-card:hover {
  background: var(--brand-color--med);
}

.status-card-photo {
  cursor: zoom-in;
  display: block;
  text-decoration: none;
  width: 100%;
  height: auto;
  margin: 0;
}

.status-card-video iframe,
.status-card-audio iframe {
  width: 100%;
  height: 100%;
}

.status-card__title {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--primary-text-color--faint);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.status-card__content {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 14px 14px 14px 8px;
}

.status-card__description {
  color: var(--primary-text-color--faint);
}

.status-card__host {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status-card__image {
  flex: 0 0 100px;
  background: var(--brand-color--med);
  position: relative;
}
.status-card__image > .fa {
  font-size: 21px;
  position: absolute;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.status-card.horizontal {
  display: block;
}
.status-card.horizontal .status-card__image {
  width: 100%;
}
.status-card.horizontal .status-card__image-image {
  border-radius: 4px 4px 0 0;
}
.status-card.horizontal .status-card__title {
  white-space: inherit;
}

.status-card.compact {
  border-color: var(--brand-color--faint);
}
.status-card.compact.interactive {
  border: 0;
}
.status-card.compact .status-card__content {
  padding: 8px;
  padding-top: 10px;
}
.status-card.compact .status-card__title {
  white-space: nowrap;
}
.status-card.compact .status-card__image {
  flex: 0 0 60px;
}

a.status-card.compact:hover {
  background-color: var(--brand-color--faint);
}

.status-card__image-image {
  border-radius: 4px 0 0 4px;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.status__favicon {
  width: 16px;
  height: 16px;
  float: right;
  margin-right: 4px;
}
.status__favicon img {
  width: 100%;
  max-height: 100%;
}

.reply-indicator {
  border-radius: 4px;
  margin-bottom: 10px;
  background: var(--brand-color--faint);
  padding: 10px;
  min-height: 23px;
  overflow-y: auto;
  flex: 0 2 auto;
  max-height: 500px;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .reply-indicator {
    max-height: 220px;
  }
}
@media screen and (max-width: 320px) {
  .reply-indicator {
    max-height: 130px;
  }
}

.reply-indicator__header {
  margin-bottom: 5px;
  overflow: hidden;
}

.reply-indicator__cancel {
  float: right;
  line-height: 24px;
}

.reply-indicator__display-name {
  color: var(--primary-text-color);
  display: block;
  max-width: 100%;
  line-height: 24px;
  overflow: hidden;
  padding-right: 25px;
  text-decoration: none;
}
.reply-indicator__display-name .display-name__account {
  color: var(--primary-text-color--faint);
}

.reply-indicator__display-avatar {
  float: left;
  margin-right: 5px;
}

.reply-indicator__content {
  color: var(--primary-text-color);
  font-size: 14px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.reply-indicator__content a {
  color: var(--highlight-text-color);
}

.detailed-status__action-bar-dropdown {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.detailed-status {
  background: hsla(var(--brand-color_hsl), 0.03);
  padding: 14px 10px;
}
.detailed-status--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.detailed-status--flex .status__content,
.detailed-status--flex .detailed-status__meta {
  flex: 100%;
}
.detailed-status .status__content {
  font-size: 19px;
  line-height: 24px;
}
.detailed-status .status__content .emojione {
  width: 24px;
  height: 24px;
  margin: -1px 0 0;
}
.detailed-status .status__content .status__content__spoiler-link {
  line-height: 24px;
  margin: -1px 0 0;
}
.detailed-status .video-player,
.detailed-status .audio-player {
  margin-top: 8px;
}

.detailed-status__meta {
  margin-top: 15px;
  color: var(--primary-text-color--faint);
  font-size: 14px;
  line-height: 18px;
  display: flex;
}
.detailed-status__meta i {
  margin-right: 0.4em;
}

.detailed-status__action-bar {
  background: hsla(var(--brand-color_hsl), 0.03);
  border-top: 1px solid var(--brand-color--faint);
  border-bottom: 1px solid var(--brand-color--faint);
  display: flex;
  flex-direction: row;
}

.detailed-status__link {
  color: var(--primary-text-color--faint);
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
}

.detailed-status__button {
  padding: 10px 0;
}
.detailed-status__button .icon-button {
  display: inline-flex;
  align-items: center;
}
.detailed-status__button .icon-button .icon_button__text {
  font-size: 14px;
  padding-left: 3px;
  transform: translateY(-1px);
}

.detailed-status__wrapper {
  position: relative;
}

.detailed-status__application,
.detailed-status__datetime {
  color: inherit;
}

.detailed-status__display-name {
  color: var(--primary-text-color--faint);
  display: flex;
  line-height: 24px;
  margin-bottom: 15px;
  overflow: hidden;
}
.detailed-status__display-name strong,
.detailed-status__display-name span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detailed-status__display-name strong {
  font-size: 16px;
  color: var(--primary-text-color);
}
.detailed-status__display-name span.hover-ref-wrapper {
  display: inline;
}
.detailed-status__display-name .display-name__account {
  display: block;
  margin-top: -10px;
}

.detailed-status__display-avatar {
  float: left;
  margin-right: 10px;
}

.detailed-status .status__favicon {
  float: left;
  margin-right: 5px;
}

.list-editor {
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 420px) {
  .list-editor {
    width: 90%;
  }
}
.list-editor h4 {
  padding: 15px 0;
  background: var(--background-color);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.list-editor .drawer__inner {
  border-radius: 0 0 8px 8px;
}
.list-editor .drawer__inner.backdrop {
  width: calc(100% - 60px);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 8px;
}
.list-editor__accounts {
  background: var(--background-color);
  overflow-y: auto;
  max-height: 200px;
}
.list-editor .account__display-name:hover strong {
  text-decoration: none;
}
.list-editor .account__avatar {
  cursor: default;
}
.list-editor .search {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.list-editor .search > label {
  flex: 1 1;
}
.list-editor .search > .search__icon .fa {
  right: 102px !important;
}
.list-editor .search > .button {
  width: 80px;
  margin-left: 10px;
}

.list-adder {
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 420px) {
  .list-adder {
    width: 90%;
  }
}
.list-adder__account {
  background: var(--background-color);
  border-radius: 4px;
}
.list-adder__lists {
  background: var(--background-color);
}
.list-adder .list {
  padding: 4px;
  border-bottom: 1px solid var(--brand-color--med);
}
.list-adder .list__wrapper {
  display: flex;
}
.list-adder .list__wrapper .account__relationship {
  padding: 8px 5px 0;
}
.list-adder .list__display-name {
  flex: 1 1 auto;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
}

.new-list-form__btn,
.edit-list-form__btn {
  margin-left: 6px;
  width: 112px;
}
.new-list-form__input,
.edit-list-form__input {
  height: 36px;
}

.media-gallery {
  box-sizing: border-box;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--brand-color--faint);
}

.media-gallery__item {
  border: 0;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.media-gallery__item__icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
}

.media-gallery__item-thumbnail {
  cursor: zoom-in;
  display: block;
  text-decoration: none;
  color: var(--primary-text-color--faint);
  line-height: 0;
  position: relative;
  z-index: 1;
}
.media-gallery__item-thumbnail,
.media-gallery__item-thumbnail .still-image {
  height: 100%;
  width: 100%;
}
.media-gallery__item-thumbnail img,
.media-gallery__item-thumbnail .still-image img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.media-gallery__item-thumbnail .still-image--play-on-hover::before {
  content: "GIF";
  position: absolute;
  color: var(--primary-text-color);
  background: var(--foreground-color);
  bottom: 6px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.1s ease;
  line-height: 18px;
}

.status__wrapper .media-gallery__item-thumbnail img,
.status__wrapper .media-gallery__item-thumbnail .still-image img,
.detailed-status__wrapper .media-gallery__item-thumbnail img,
.detailed-status__wrapper .media-gallery__item-thumbnail .still-image img {
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}

.media-gallery__preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--background-color);
}
.media-gallery__preview .still-image--play-on-hover::before {
  content: "GIF";
  position: absolute;
  color: var(--primary-text-color);
  background: var(--foreground-color);
  bottom: 6px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.1s ease;
  line-height: 18px;
}
.media-gallery__preview--hidden {
  display: none;
}

.media-gallery__gifv {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.media-gallery__item-gifv-thumbnail {
  cursor: zoom-in;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
  transform: none;
  top: 0;
}

.media-gallery__item-thumbnail-label {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.media-gallery__gifv__label,
.media-gallery__filename__label,
.media-gallery__file-extension__label {
  display: block;
  position: absolute;
  color: var(--primary-text-color);
  background: rgba(0, 0, 0, 0.5);
  bottom: 6px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.1s ease;
  line-height: 18px;
}

.media-gallery__gifv.autoplay .media-gallery__gifv__label {
  display: none;
}
.media-gallery__gifv:hover .media-gallery__gifv__label {
  opacity: 1;
}

.notification-favourite .status.status-direct {
  background: transparent;
}
.notification-favourite .status.status-direct .icon-button.disabled {
  color: hsla(var(--brand-color_hsl), 0.2);
}

.notification__message {
  margin: 0 10px 0 68px;
  padding: 8px 0 0;
  cursor: default;
  color: var(--primary-text-color--faint);
  font-size: 15px;
  line-height: 22px;
  position: relative;
}
.notification__message .fa {
  color: var(--highlight-text-color);
}
.notification__message > span {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification__favourite-icon-wrapper {
  left: -26px;
  position: absolute;
}
.notification__favourite-icon-wrapper .star-icon {
  color: #ca8f04;
}

.notification__display-name {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.notification__display-name:hover {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.notification__relative_time {
  float: right;
}

.status__display-name,
.status__relative-time,
.detailed-status__display-name,
.detailed-status__datetime,
.detailed-status__application,
.account__display-name {
  text-decoration: none;
}

.status__display-name strong,
.account__display-name strong {
  color: var(--primary-text-color);
}

.muted .emojione {
  opacity: 0.5;
}

.status__display-name:hover strong,
.reply-indicator__display-name:hover strong,
.detailed-status__display-name:hover strong,
a.account__display-name:hover strong {
  text-decoration: underline;
}

.account__display-name strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.display-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.display-name__html {
  font-weight: 600;
  padding-right: 4px;
}

.display-name__account {
  font-size: 14px;
}

.column__wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}

.columns-area {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.columns-area__panels {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.columns-area__panels__pane {
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.columns-area__panels__pane--start {
  justify-content: flex-start;
}
.columns-area__panels__pane__inner {
  width: 265px;
  pointer-events: auto;
  height: 100%;
}
.columns-area__panels__main {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
}
@media screen and (max-width: 375px) {
  .columns-area__panels__main {
    padding: 0 10px;
  }
}
@media screen and (min-width: 895px) {
  .columns-area__panels__main {
    margin: 0 20px;
    padding: 0;
  }
}

.column {
  width: 350px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 631px) {
  .columns-area {
    padding: 0;
  }

  .column,
.drawer {
    flex: 0 0 auto;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .column:first-child,
.drawer:first-child {
    padding-left: 10px;
  }
  .column:last-child,
.drawer:last-child {
    padding-right: 10px;
  }

  .columns-area > div .column,
.columns-area > div .drawer {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.columns-area--mobile {
  display: block;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
.columns-area--mobile .column,
.columns-area--mobile .drawer {
  width: 100%;
  height: 100%;
  padding: 0;
}
.columns-area--mobile .autosuggest-textarea__textarea {
  font-size: 16px;
}
.columns-area--mobile .search__input {
  line-height: 18px;
  font-size: 16px;
  padding: 15px;
  padding-right: 30px;
  border-radius: 0;
  background-color: var(--foreground-color);
}
.columns-area--mobile .search__icon .fa {
  top: 15px;
}
@media screen and (min-width: 630px) {
  .columns-area--mobile .detailed-status {
    padding: 15px;
  }
  .columns-area--mobile .detailed-status .media-gallery,
.columns-area--mobile .detailed-status .video-player {
    margin-top: 15px;
  }
  .columns-area--mobile .account__header__bar {
    padding: 5px 10px;
  }
  .columns-area--mobile .navigation-bar,
.columns-area--mobile .compose-form {
    padding: 15px;
  }
  .columns-area--mobile .status {
    padding: 15px 15px 15px 78px;
    min-height: 50px;
  }
  .columns-area--mobile .status__avatar {
    left: 15px;
    top: 17px;
  }
  .columns-area--mobile .status__content {
    padding-top: 5px;
  }
  .columns-area--mobile .status__prepend {
    margin-left: 78px;
    padding-top: 15px;
  }
  .columns-area--mobile .status__prepend-icon-wrapper {
    left: -32px;
  }
  .columns-area--mobile .status .media-gallery,
.columns-area--mobile .status .video-player {
    margin-top: 10px;
  }
  .columns-area--mobile .account {
    padding: 15px 10px;
  }
  .columns-area--mobile .notification__message {
    margin-left: 78px;
    padding-top: 15px;
  }
  .columns-area--mobile .notification__favourite-icon-wrapper {
    left: -32px;
  }
  .columns-area--mobile .notification .status {
    padding-top: 8px;
  }
  .columns-area--mobile .notification .account {
    padding-top: 8px;
  }
  .columns-area--mobile .notification .account__avatar-wrapper {
    margin-left: 17px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 895px) {
  .columns-area__panels__pane--left {
    display: none;
  }
}
@media screen and (max-width: 1190px) {
  .columns-area__panels__pane--right {
    display: none;
  }
}
.column-back-button {
  background: var(--accent-color--faint);
  color: var(--highlight-text-color);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  text-align: unset;
  padding: 15px;
  margin: 0;
  z-index: 3;
  outline: 0;
}
.column-back-button:hover {
  text-decoration: underline;
}

.column-header__back-button {
  background: var(--brand-color--faint);
  border: 0;
  font-family: inherit;
  color: var(--highlight-text-color);
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 5px 0 0;
  z-index: 3;
}
.column-header__back-button:hover {
  text-decoration: underline;
}
.column-header__back-button:last-child {
  padding: 0 15px 0 0;
}

.column-back-button__icon {
  display: inline-block;
  margin-right: 5px;
}

.column-back-button--slim {
  position: relative;
}

.column-back-button--slim-button {
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 16px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: -49px;
}
@media screen and (max-width: 650px) {
  .column-back-button--slim-button {
    top: -35px;
    font-size: 14px;
    padding: 8px 15px;
  }
}

.column-link {
  background: var(--brand-color--med);
  color: var(--primary-text-color);
  display: block;
  font-size: 16px;
  padding: 15px;
  text-decoration: none;
}
.column-link:hover, .column-link:focus, .column-link:active {
  background: var(--brand-color--faint);
}
.column-link:focus {
  outline: 0;
}
.column-link--transparent {
  background: transparent;
  color: var(--background-color);
}
.column-link--transparent:hover, .column-link--transparent:focus, .column-link--transparent:active {
  background: transparent;
  color: var(--primary-text-color);
}
.column-link--transparent.active {
  color: var(--brand-color);
}

.column-link__icon {
  display: inline-block;
  margin-right: 5px;
}

.column-link__badge {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  background: var(--brand-color--med);
  padding: 4px 8px;
  margin: -6px 10px;
}

.column-subheading {
  background: var(--brand-color--med);
  color: var(--primary-text-color--faint);
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default;
}

.columns-area--mobile .column {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--foreground-color);
}

.column-header__wrapper {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}
.column-header__wrapper.active::before {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  pointer-events: none;
  height: 28px;
  z-index: 1;
  background: radial-gradient(ellipse, hsla(var(--brand-color_hsl), 0.23) 0%, hsla(var(--brand-color_hsl), 0) 60%);
}

.column-header {
  display: flex;
  font-size: 16px;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  outline: 0;
  overflow-x: auto;
}
.column-header > button, .column-header > .btn {
  margin: 0;
  border: 0;
  padding: 15px;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.column-header > button--sub, .column-header > .btn--sub {
  font-size: 14px;
  padding: 6px 10px;
}
.column-header > button.grouped, .column-header > .btn.grouped {
  margin: 6px;
  color: var(--primary-text-color--faint);
}
.column-header > button.active, .column-header > .btn.active {
  color: var(--primary-text-color);
}
.column-header > button.active::before, .column-header > .btn.active::before {
  height: 100%;
  opacity: 1;
}
.column-header > button::before, .column-header > .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: var(--accent-color--faint);
  border-radius: 10px;
  transition: 0.2s;
  opacity: 0;
}
@media screen and (max-width: 650px) {
  .column-header > button, .column-header > .btn {
    padding: 8px;
    font-size: 14px;
  }
  .column-header > button.grouped, .column-header > .btn.grouped {
    margin: 6px 2px 6px 6px;
  }
  .column-header > button.active, .column-header > .btn.active {
    border-radius: 5px;
  }
}
.column-header:hover .btn.grouped::before {
  height: 70% !important;
  opacity: 0 !important;
}
.column-header:hover .btn.grouped:hover::before {
  height: 100% !important;
  opacity: 1 !important;
}
.column-header:hover .btn.grouped:hover {
  color: var(--primary-text-color);
}
.column-header > .column-header__back-button {
  color: var(--highlight-text-color);
}
.column-header.active {
  box-shadow: 0 1px 0 hsla(var(--highlight-text-color_hsl), 0.3);
}
.column-header.active .column-header__icon {
  color: var(--highlight-text-color);
  text-shadow: 0 0 10px hsla(var(--highlight-text-color_hsl), 0.4);
}
.column-header:focus, .column-header:active {
  outline: 0;
}

.column-header__buttons {
  height: 48px;
  display: flex;
  margin-left: auto;
}

.column-header__links .text-btn {
  margin-right: 10px;
}

.column-header__button {
  cursor: pointer;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  color: var(--primary-text-color--faint);
  background: transparent;
}
.column-header__button:hover {
  color: hsla(var(--primary-text-color_hsl), 0.8);
}
.column-header__button.active {
  color: var(--primary-text-color);
  background: var(--accent-color--med);
}
.column-header__button.active:hover {
  color: var(--primary-text-color);
  background: var(--accent-color--med);
}

.column-header__collapsible {
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  color: var(--primary-text-color--faint);
  transition: max-height 150ms ease-in-out, opacity 300ms linear;
  opacity: 1;
}
.column-header__collapsible.collapsed {
  max-height: 0;
  opacity: 0.5;
}
.column-header__collapsible.animating {
  overflow-y: hidden;
}
.column-header__collapsible hr {
  height: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--brand-color--med);
  margin: 10px 0;
}

.column-header__collapsible-inner {
  background: var(--background-color);
  padding: 15px;
}

.column-header__setting-btn--link {
  text-decoration: none;
}
.column-header__setting-btn--link .fa {
  margin-left: 10px;
}
.column-header__setting-btn:hover {
  color: var(--primary-text-color--faint);
  text-decoration: underline;
}

.column-header__setting-arrows {
  float: right;
}
.column-header__setting-arrows .column-header__setting-btn {
  padding: 0 10px;
}
.column-header__setting-arrows .column-header__setting-btn:last-child {
  padding-right: 0;
}

.column-header__expansion {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.column-header__icon {
  display: inline-block;
  margin-right: 5px;
}

.column-settings__outer {
  background: var(--brand-color--med);
  padding: 15px;
}

.column-settings__section {
  color: var(--primary-text-color--faint);
  cursor: default;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.column-settings__hashtags .column-settings__row {
  margin-bottom: 15px;
}
.column-settings__hashtags .column-select__control {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  font-family: inherit;
  background: var(--background-color);
  color: var(--highlight-text-color);
  margin: 0;
  border-radius: 999px;
  border: 0;
  padding-left: 15px;
}
.column-settings__hashtags .column-select__control::-webkit-input-placeholder {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__control::-moz-placeholder {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__control:-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__control::placeholder {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__control:-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__control::-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__control::-moz-focus-inner {
  border: 0;
}
.column-settings__hashtags .column-select__control::-moz-focus-inner, .column-settings__hashtags .column-select__control:focus, .column-settings__hashtags .column-select__control:active {
  outline: 0 !important;
}
.column-settings__hashtags .column-select__placeholder {
  color: var(--primary-text-color);
  padding-left: 2px;
  font-size: 12px;
}
.column-settings__hashtags .column-select__value-container {
  padding-left: 6px;
}
.column-settings__hashtags .column-select__multi-value {
  background: var(--brand-color--med);
}
.column-settings__hashtags .column-select__multi-value__remove {
  cursor: pointer;
}
.column-settings__hashtags .column-select__multi-value__remove:hover, .column-settings__hashtags .column-select__multi-value__remove:active, .column-settings__hashtags .column-select__multi-value__remove:focus {
  background: var(--brand-color--med);
  color: var(--primary-text-color);
}
.column-settings__hashtags .column-select__multi-value__label, .column-settings__hashtags .column-select__input {
  color: var(--primary-text-color--faint);
}
.column-settings__hashtags .column-select__clear-indicator, .column-settings__hashtags .column-select__dropdown-indicator {
  cursor: pointer;
  transition: none;
  color: var(--primary-text-color);
}
.column-settings__hashtags .column-select__clear-indicator:hover, .column-settings__hashtags .column-select__clear-indicator:active, .column-settings__hashtags .column-select__clear-indicator:focus, .column-settings__hashtags .column-select__dropdown-indicator:hover, .column-settings__hashtags .column-select__dropdown-indicator:active, .column-settings__hashtags .column-select__dropdown-indicator:focus {
  color: var(--primary-text-color);
}
.column-settings__hashtags .column-select__indicator-separator {
  background-color: var(--brand-color--med);
}
.column-settings__hashtags .column-select__menu {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  background: var(--background-color);
  border-radius: 6px;
  padding: 8px 10px 17px;
  margin: 4px 0 0;
  color: var(--primary-text-color--faint);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  background: var(--background-color);
}
.column-settings__hashtags .column-select__menu h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 700;
  color: var(--primary-text-color);
}
.column-settings__hashtags .column-select__menu ul {
  margin: 6px 0;
}
.column-settings__hashtags .column-select__menu ul li {
  margin: 0 0 2px;
}
.column-settings__hashtags .column-select__menu ul li em {
  color: var(--brand-color);
}
.column-settings__hashtags .column-select__menu-list {
  padding: 6px;
}
.column-settings__hashtags .column-select__option {
  color: var(--primary-text-color);
  border-radius: 4px;
  font-size: 14px;
}
.column-settings__hashtags .column-select__option--is-focused, .column-settings__hashtags .column-select__option--is-selected {
  background: var(--background-color);
}

.column-settings__row .text-btn {
  margin-bottom: 15px;
}

.empty-column-indicator,
.error-column {
  color: var(--primary-text-color);
  background: var(--accent-color--med);
  text-align: center;
  padding: 40px;
  font-size: 15px;
  font-weight: 400;
  cursor: default;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
@supports (display: grid) {
  .empty-column-indicator,
.error-column {
    contain: strict;
  }
}
.empty-column-indicator > span,
.error-column > span {
  max-width: 400px;
}
.empty-column-indicator a,
.error-column a {
  color: var(--highlight-text-color);
  text-decoration: none;
}
.empty-column-indicator a:hover,
.error-column a:hover {
  text-decoration: underline;
}

.error-column {
  flex-direction: column;
}

.column-link--transparent .icon-with-badge__badge {
  border-color: var(--background-color);
}

.column__switch .audio-toggle {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 14px;
}
.column__switch .audio-toggle .react-toggle-track-check,
.column__switch .audio-toggle .react-toggle-track-x {
  height: 16px;
  color: white;
}

.timeline-filter-message {
  background-color: var(--brand-color--faint);
  color: var(--primary-text-color);
  padding: 15px 20px;
}
.timeline-filter-message .icon-button {
  margin-right: 8px;
}

.column--better .column__top {
  display: flex;
  align-items: center;
}
.column--better .column-header {
  margin-right: auto;
}
.column--better .column__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.column--better .column__menu,
.column--better .column__menu > div,
.column--better .column__menu button {
  height: 100%;
}
.column--better .column__menu button {
  padding: 0 15px;
}
.column--better .column__menu button > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.column--better .column-back-button--slim-button {
  position: relative;
  top: auto;
  right: auto;
}

@media screen and (min-width: 895px) {
  .search-page .search {
    display: none;
  }
}
.search {
  position: relative;
}

.search__input {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.9rem;
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  font-family: inherit;
  background: var(--background-color);
  color: var(--highlight-text-color);
  margin: 0;
  border-radius: 999px;
  border: 0;
  padding-left: 15px;
  display: block;
  padding: 7px 30px 6px 10px;
}
.search__input::-webkit-input-placeholder {
  color: var(--primary-text-color--faint);
}
.search__input::-moz-placeholder {
  color: var(--primary-text-color--faint);
}
.search__input:-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.search__input::placeholder {
  color: var(--primary-text-color--faint);
}
.search__input:-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.search__input::-ms-input-placeholder {
  color: var(--primary-text-color--faint);
}
.search__input::-moz-focus-inner {
  border: 0;
}
.search__input::-moz-focus-inner, .search__input:focus, .search__input:active {
  outline: 0 !important;
}

.search__icon::-moz-focus-inner {
  border: 0;
}
.search__icon::-moz-focus-inner, .search__icon:focus {
  outline: 0 !important;
}
.search__icon .fa {
  font-size: 16px;
  font-size: 1.6rem;
  cursor: default;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 18px;
  height: 18px;
  color: var(--primary-text-color--faint);
  opacity: 0;
  pointer-events: none;
}
.search__icon .fa.active {
  pointer-events: auto;
  opacity: 1;
}
.search__icon .fa-search.active {
  pointer-events: none;
}
.search__icon .fa-times-circle {
  font-size: 17px;
  font-size: 1.7rem;
  cursor: pointer;
  color: var(--highlight-text-color);
}
.search__icon .fa-times-circle:hover {
  color: var(--brand-color);
}

.search-results__header {
  color: var(--primary-text-color);
  background: var(--accent-color--med);
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  cursor: default;
}
.search-results__header .fa {
  display: inline-block;
  margin-right: 5px;
}

.search-results__section {
  margin-bottom: 5px;
}
.search-results__section h5 {
  background: var(--accent-color--faint);
  border-bottom: 1px solid var(--brand-color--faint);
  cursor: default;
  display: flex;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  color: var(--primary-text-color);
}
.search-results__section h5 .fa {
  display: inline-block;
  margin-right: 5px;
}
.search-results__section .account:last-child, .search-results__section > div:last-child .status {
  border-bottom: 0;
}

.search-results__hashtag {
  display: block;
  padding: 10px;
  color: var(--primary-text-color--faint);
  text-decoration: none;
}
.search-results__hashtag:hover, .search-results__hashtag:active, .search-results__hashtag:focus {
  color: var(--primary-text-color);
  text-decoration: underline;
}

.search-header {
  display: block;
  width: 100%;
}
.search-header__text-container {
  display: none;
  padding: 25px 0;
  background-color: var(--accent-color--med);
}
@media (min-width: 895px) {
  .search-header__text-container {
    display: block;
  }
}
.search-header__title-text {
  color: var(--primary-text-color);
  font-size: 27px;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1200px;
  margin: 0 auto;
}
.search-header__type-filters-tabs {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 895px) {
  .search-header__type-filters-tabs {
    max-width: 580px;
  }
}
@media (min-width: 895px) and (max-width: 1190px) {
  .search-header__title-text, .search-header__type-filters-tabs {
    max-width: 900px;
  }
}

.search-popout-container {
  width: 251px;
}
@media screen and (max-width: 650px) {
  .search-popout-container {
    width: 100%;
  }
}

.search-popout {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  background: var(--background-color);
  border-radius: 6px;
  padding: 8px 10px 17px;
  margin: 4px 0 0;
  color: var(--primary-text-color--faint);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.search-popout h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 700;
  color: var(--primary-text-color);
}
.search-popout ul {
  margin: 6px 0;
}
.search-popout ul li {
  margin: 0 0 2px;
}
.search-popout ul li em {
  color: var(--brand-color);
}

.react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: hsla(var(--brand-color_h), var(--brand-color_s), var(--brand-color_l), 0.35);
  transition: background-color 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: var(--brand-color--hicontrast);
}

.react-toggle--checked .react-toggle-track {
  background-color: var(--brand-color);
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: var(--brand-color--hicontrast);
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--brand-color--med);
  border-radius: 50%;
  background-color: var(--background-color);
  box-sizing: border-box;
  transition: all 0.25s ease;
  transition-property: border-color, left;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: var(--brand-color);
}

.getting-started__wrapper,
.getting-started,
.flex-spacer {
  background: var(--brand-color--med);
}

.getting-started__wrapper {
  flex: 0 0 auto;
}

.flex-spacer {
  flex: 1 1 auto;
}

.getting-started {
  overflow: auto;
}
.getting-started__footer {
  flex: 0 0 auto;
  padding: 10px;
  padding-top: 20px;
}
.getting-started__footer ul {
  margin-bottom: 10px;
}
.getting-started__footer ul li {
  display: inline;
}
.getting-started__footer ul li::after {
  content: " · ";
}
.getting-started__footer ul li:last-child::after {
  content: "";
}
.getting-started__footer p {
  color: hsla(var(--primary-text-color_hsl), 0.8);
  font-size: 13px;
  margin-bottom: 20px;
}
.getting-started__footer p a {
  color: hsla(var(--primary-text-color_hsl), 0.4);
  text-decoration: underline;
}
.getting-started__footer a {
  text-decoration: none;
  color: hsla(var(--primary-text-color_hsl), 0.4);
}
.getting-started__footer a:hover, .getting-started__footer a:focus, .getting-started__footer a:active {
  text-decoration: underline;
}
.getting-started__trends {
  background: var(--brand-color--med);
  flex: 0 1 auto;
}
@media screen and (max-height: 810px) {
  .getting-started__trends .trends__item:nth-child(3) {
    display: none;
  }
}
@media screen and (max-height: 720px) {
  .getting-started__trends .trends__item:nth-child(2) {
    display: none;
  }
}
@media screen and (max-height: 670px) {
  .getting-started__trends {
    display: none;
  }
}

.navigation-bar {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: default;
  color: var(--primary-text-color--faint);
}
.navigation-bar strong {
  color: var(--primary-text-color--faint);
}
.navigation-bar a {
  color: inherit;
}
.navigation-bar .permalink {
  text-decoration: none;
}
.navigation-bar .navigation-bar__actions {
  position: relative;
}
.navigation-bar .navigation-bar__actions .icon-button.close {
  position: absolute;
  pointer-events: none;
  transform: scale(0, 1) translate(-100%, 0);
  opacity: 0;
}
.navigation-bar .navigation-bar__actions .compose__action-bar .icon-button {
  pointer-events: auto;
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
}

.navigation-bar__profile {
  flex: 1 1 auto;
  margin-left: 8px;
  line-height: 20px;
  margin-top: -1px;
  overflow: hidden;
}

.navigation-bar__profile-account {
  display: block;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navigation-bar__profile-edit {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 630px) and (max-height: 400px) {
  .tabs-bar,
.search {
    will-change: margin-top;
    transition: margin-top 400ms 100ms;
  }

  .navigation-bar {
    will-change: padding-bottom;
    transition: padding-bottom 400ms 100ms;
  }

  .navigation-bar > a:first-child {
    will-change: margin-top, margin-left, margin-right, width;
    transition: margin-top 400ms 100ms, margin-left 400ms 500ms, margin-right 400ms 500ms;
  }
  .navigation-bar > .navigation-bar__profile-edit {
    will-change: margin-top;
    transition: margin-top 400ms 100ms;
  }
  .navigation-bar .navigation-bar__actions > .icon-button.close {
    will-change: opacity transform;
    transition: opacity 200ms 100ms, transform 400ms 100ms;
  }
  .navigation-bar .navigation-bar__actions > .compose__action-bar .icon-button {
    will-change: opacity transform;
    transition: opacity 200ms 300ms, transform 400ms 100ms;
  }

  .is-composing .tabs-bar,
.is-composing .search {
    margin-top: -50px;
  }
  .is-composing .navigation-bar {
    padding-bottom: 0;
  }
  .is-composing .navigation-bar > a:first-child {
    margin: -100px 10px 0 -50px;
  }
  .is-composing .navigation-bar .navigation-bar__profile {
    padding-top: 2px;
  }
  .is-composing .navigation-bar .navigation-bar__profile-edit {
    position: absolute;
    margin-top: -60px;
  }
  .is-composing .navigation-bar .navigation-bar__actions .icon-button.close {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    bottom: 5px;
  }
  .is-composing .navigation-bar .navigation-bar__actions .compose__action-bar .icon-button {
    pointer-events: none;
    opacity: 0;
    transform: scale(0, 1) translate(100%, 0);
  }
}
.promo-panel {
  margin-top: 10px;
  background-color: transparent !important;
  overflow: hidden;
}

.promo-panel-item {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 42px;
  line-height: 42px;
  color: var(--primary-text-color);
  border-bottom: 1px solid var(--brand-color--med);
  background: var(--foreground-color);
  text-decoration: none;
  font-size: 15px;
  padding: 0 20px;
}
.promo-panel-item:last-of-type {
  border-bottom: 0;
}
.promo-panel-item:hover {
  color: var(--primary-text-color--faint);
}
.promo-panel-item:hover span {
  text-decoration: underline;
}
.promo-panel-item__icon,
.promo-panel-item .icon-with-counter {
  margin-right: 12px;
}

.drawer {
  width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

.drawer__tab {
  display: block;
  flex: 1 1 auto;
  padding: 15px 5px 13px;
  color: var(--primary-text-color--faint);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.column,
.drawer {
  flex: 1 1 100%;
  overflow: hidden;
}

.drawer__pager {
  box-sizing: border-box;
  padding: 0;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  display: flex;
}

.drawer__inner {
  top: 0;
  left: 0;
  background: var(--foreground-color);
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.pseudo-drawer {
  background: var(--background-color);
  font-size: 13px;
  text-align: left;
}

.drawer__header {
  flex: 0 0 auto;
  font-size: 16px;
  background: var(--brand-color--med);
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.drawer__header a {
  transition: background 100ms ease-in;
}
.drawer__header a:hover {
  background: var(--background-color);
  transition: background 200ms ease-out;
}

.drawer__backdrop {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.still-image {
  position: relative;
  overflow: hidden;
}
.still-image img,
.still-image canvas {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover", inherit;
}
.still-image--play-on-hover img {
  position: absolute;
  visibility: hidden;
}
.still-image--play-on-hover:hover img {
  visibility: visible;
}
.still-image--play-on-hover:hover canvas {
  visibility: hidden;
}

.timeline-queue-header {
  display: block;
  width: 100%;
  max-height: 46px;
  position: relative;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: var(--brand-color--faint);
  transition: max-height 150ms ease;
  overflow: hidden;
  opacity: 1;
}
.timeline-queue-header.hidden {
  max-height: 0;
  opacity: 0;
}
.timeline-queue-header__btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  cursor: pointer;
  color: var(--primary-text-color);
}
.timeline-queue-header__btn span {
  height: 46px;
}

.badge {
  background-color: var(--brand-color);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  margin: 0 5px 5px 0;
}
.badge--patron {
  background-color: #8a2be2;
  color: #fff;
}
.badge--admin {
  background-color: #000;
  color: #fff;
}
.badge--moderator {
  background-color: #048ba8;
  color: #fff;
}
.badge--bot {
  margin-left: 5px;
  color: var(--primary-text-color);
  background-color: hsla(var(--primary-text-color_hsl), 0.1);
  border: 1px solid hsla(var(--primary-text-color_hsl), 0.5);
  text-transform: none;
  padding: 4px 6px;
  vertical-align: top;
  display: inline-block;
  line-height: 12px;
}

.theme-toggle .setting-toggle__label {
  margin-bottom: 0;
  vertical-align: middle;
}
.theme-toggle .setting-toggle .react-toggle {
  vertical-align: middle;
}
.theme-toggle .setting-toggle .react-toggle-track-check, .theme-toggle .setting-toggle .react-toggle-track-x {
  display: flex;
  align-items: center;
  height: 15px;
  color: #fff;
}

.trends__header {
  color: var(--primary-text-color);
  background: var(--brand-color--faint);
  border-bottom: 1px solid var(--brand-color--med);
  font-weight: 500;
  padding: 15px;
  font-size: 16px;
  cursor: default;
}
.trends__header .fa {
  display: inline-block;
  margin-right: 5px;
}
.trends__item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid var(--brand-color--med);
}
.trends__item:last-child {
  border-bottom: 0;
}
.trends__item__name {
  flex: 1 1 auto;
  color: var(--primary-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.trends__item__name strong {
  font-weight: bold;
}
.trends__item__name a {
  color: var(--primary-text-color--faint);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trends__item__name a:hover span, .trends__item__name a:focus span, .trends__item__name a:active span {
  text-decoration: underline;
}
.trends__item__current {
  flex: 0 0 auto;
  width: 100px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: var(--primary-text-color--faint);
}
.trends__item__sparkline {
  flex: 0 0 auto;
  width: 50px;
}
.trends__item__sparkline path {
  stroke: var(--highlight-text-color) !important;
}

.wtf-panel {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  border-radius: 10px;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
  background: var(--foreground-color);
}
.wtf-panel:first-child {
  margin-top: 0;
}
.wtf-panel:not(:last-of-type) {
  margin-bottom: 10px;
}
.wtf-panel .wtf-panel-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  padding: 15px 15px 0;
}
.wtf-panel .wtf-panel-header__icon {
  margin-right: 10px;
}
.wtf-panel .wtf-panel-header__label {
  flex: 1 1;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.wtf-panel__content {
  width: 100%;
  padding-top: 8px;
}
.wtf-panel__list {
  padding: 0 5px;
}
.wtf-panel__subtitle {
  display: block;
  padding: 0 15px;
  color: var(--primary-text-color--faint);
}
.wtf-panel__form {
  display: block;
  padding: 15px;
}
.wtf-panel__form.button {
  width: 100%;
}
.wtf-panel .wtf-panel-list-item {
  display: block;
  padding-bottom: 10px;
}
.wtf-panel .wtf-panel-list-item:not(:first-of-type) {
  margin-top: 12px;
}
.wtf-panel .wtf-panel-list-item:not(:last-of-type) {
  border-bottom: 1px solid var(--brand-color--med);
}
.wtf-panel .wtf-panel-list-item__content {
  display: flex;
  flex-direction: row;
  min-height: 46px;
  margin-left: 58px;
}
.wtf-panel .wtf-panel-list-item__account-block {
  display: flex;
  position: relative;
  align-items: baseline;
  padding-right: 10px;
}
.wtf-panel .wtf-panel-list-item__account-block__avatar {
  height: 46px;
  width: 46px;
  background-color: #f00;
  left: -58px;
  position: absolute;
}
.wtf-panel .wtf-panel-list-item__account-block__name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 6px;
}
.wtf-panel .wtf-panel-list-item__account-block__name__name {
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 2px;
  max-height: 32px;
  overflow: hidden;
}
.wtf-panel .wtf-panel-list-item__account-block__name__username {
  color: var(--highlight-text-color);
  font-size: 12px;
  line-height: 14px;
}
.wtf-panel .wtf-panel-list-item__follow-block {
  margin-left: auto;
  padding-top: 6px;
}
.wtf-panel .wtf-panel-list-item__follow-block__button {
  display: flex;
}
.wtf-panel .wtf-panel-list-item__follow-block__icon {
  color: var(--primary-text-color);
}

.media-panel {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  border-radius: 10px;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
  background: var(--foreground-color);
}
.media-panel:first-child {
  margin-top: 0;
}
.media-panel:not(:last-of-type) {
  margin-bottom: 10px;
}
.media-panel .media-panel-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  padding: 15px 15px 0;
}
.media-panel .media-panel-header__icon {
  margin-right: 10px;
}
.media-panel .media-panel-header__label {
  flex: 1 1;
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.media-panel__content {
  width: 100%;
  padding: 8px 0;
}
.media-panel__list {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.profile-info-panel {
  display: block;
  position: relative;
}
.profile-info-panel__content {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
@media (min-width: 895px) {
  .profile-info-panel__content {
    padding-top: 60px;
  }
}
.profile-info-panel .profile-info-panel-content {
  display: flex;
}
.profile-info-panel .profile-info-panel-content__badges {
  display: flex;
  margin: 5px 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile-info-panel .profile-info-panel-content__badges__join-date {
  display: block;
  margin-top: 5px;
}
.profile-info-panel .profile-info-panel-content__badges__join-date .fa {
  margin-right: 8px;
}
.profile-info-panel .profile-info-panel-content__badges__join-date span {
  color: var(--primary-text-color);
  font-size: 15px;
  line-height: 1.25;
}
.profile-info-panel .profile-info-panel-content__name {
  display: block;
}
.profile-info-panel .profile-info-panel-content__name .emojione {
  width: 22px;
  height: 22px;
}
.profile-info-panel .profile-info-panel-content__name h1 span:first-of-type {
  font-size: 20px !important;
  line-height: 1.25;
  color: var(--primary-text-color);
  font-weight: 600 !important;
  max-width: 260px;
}
.profile-info-panel .profile-info-panel-content__name h1 small {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-text-color--faint);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-info-panel .profile-info-panel-content__bio {
  display: block;
  flex: 1 1;
  color: var(--primary-text-color);
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.25;
}
.profile-info-panel .profile-info-panel-content__bio a {
  color: var(--highlight-text-color);
}
.profile-info-panel .profile-info-panel-content__fields {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--brand-color--med);
  padding: 10px 0;
  margin: 5px 0;
}
@media screen and (max-width: 895px) {
  .profile-info-panel .profile-info-panel-content__fields {
    border-bottom: 1px solid var(--brand-color--med);
  }
}
.profile-info-panel .profile-info-panel-content__fields a {
  color: var(--highlight-text-color);
}
.profile-info-panel .profile-info-panel-content__fields dl:first-child .verified {
  border-radius: 0 4px 0 0;
}
.profile-info-panel .profile-info-panel-content__fields .verified a {
  color: #79bd9a;
}
.profile-info-panel .profile-info-panel-content__fields__item {
  display: block;
  padding: 2px 0;
  margin: 2px 0;
  flex: 1 1;
}
.profile-info-panel .profile-info-panel-content__fields__item * {
  font-size: 15px;
  line-height: 24px;
}
.profile-info-panel .profile-info-panel-content__fields__item dt {
  min-width: 26px;
}
.profile-info-panel .profile-info-panel-content__fields__item dd {
  padding-left: 4px;
}
.profile-info-panel .profile-info-panel-content__deactivated {
  display: none;
}

.profile-info-panel.deactivated .profile-info-panel-content__name h1 small,
.profile-info-panel.deactivated .profile-info-panel-content__badges__join-date,
.profile-info-panel.deactivated .profile-info-panel-content__bio,
.profile-info-panel.deactivated .profile-info-panel-content__fields {
  display: none;
}
.profile-info-panel.deactivated .profile-info-panel__name-content {
  text-transform: uppercase;
}
.profile-info-panel.deactivated .profile-info-panel-content__deactivated {
  color: var(--primary-text-color--faint);
  display: block;
}
.profile-info-panel.deactivated .profile-info-panel__name-content::before {
  content: "[";
}
.profile-info-panel.deactivated .profile-info-panel__name-content::after {
  content: "]";
}

.setting-toggle {
  display: block;
  line-height: 24px;
}

.setting-toggle__label {
  color: var(--primary-text-color--faint);
  display: inline-block;
  margin-bottom: 14px;
  margin-left: 8px;
  vertical-align: middle;
}

.spoiler-button {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.spoiler-button--minified {
  display: block;
  left: 4px;
  top: 4px;
  width: auto;
  height: auto;
}
.spoiler-button--hidden {
  display: none;
}
.spoiler-button__overlay {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
}
.spoiler-button__overlay__label {
  display: inline-block;
  background: var(--accent-color--faint);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--primary-text-color);
  font-weight: 500;
  font-size: 14px;
}
.spoiler-button__overlay:hover .spoiler-button__overlay__label, .spoiler-button__overlay:focus .spoiler-button__overlay__label, .spoiler-button__overlay:active .spoiler-button__overlay__label {
  background: var(--accent-color--med);
}

.media-spoiler {
  background: var(--background-color);
  color: var(--primary-text-color--faint);
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.media-spoiler:hover, .media-spoiler:active, .media-spoiler:focus {
  padding: 0;
  color: var(--primary-text-color);
}

.media-spoiler__warning {
  display: block;
  font-size: 14px;
}

.media-spoiler__trigger {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.error-boundary > div {
  margin: auto;
}
.error-boundary > div span {
  display: block;
  text-align: center;
  color: var(--primary-text-color--faint);
}
.error-boundary > div a {
  display: block;
  margin: 15px auto;
  text-align: center;
  color: var(--brand-color);
}

.video-error-cover {
  align-items: center;
  background: var(--background-color);
  color: var(--primary-text-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 8px;
  position: relative;
  text-align: center;
  z-index: 100;
}

.status__video-player {
  background: var(--background-color);
  box-sizing: border-box;
  cursor: default;
  /* May not be needed */
  margin-top: 8px;
  overflow: hidden;
  position: relative;
}

.status__video-player-video {
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.status__video-player-expand,
.status__video-player-mute {
  color: var(--primary-text-color);
  opacity: 0.8;
  position: absolute;
  right: 4px;
  text-shadow: 0 1px 1px #000, 1px 0 1px #000;
}

.status__video-player-spoiler {
  display: none;
  color: var(--primary-text-color);
  left: 4px;
  position: absolute;
  text-shadow: 0 1px 1px #000, 1px 0 1px #000;
  top: 4px;
  z-index: 100;
}
.status__video-player-spoiler.status__video-player-spoiler--visible {
  display: block;
}

.status__video-player-expand {
  bottom: 4px;
  z-index: 100;
}

.status__video-player-mute {
  top: 4px;
  z-index: 5;
}

.detailed .video-player__volume__current,
.detailed .video-player__volume::before,
.fullscreen .video-player__volume__current,
.fullscreen .video-player__volume::before {
  bottom: 27px;
}
.detailed .video-player__volume__handle,
.fullscreen .video-player__volume__handle {
  bottom: 23px;
}

.video-player {
  overflow: hidden;
  position: relative;
  background: #000;
  max-width: 100%;
  border-radius: 4px;
}
.video-player:focus {
  outline: 0;
}
.video-player video {
  max-width: 100vw;
  max-height: 80vh;
  min-height: 120px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  z-index: 1;
}
.video-player.fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.video-player.fullscreen video {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.video-player.inline video {
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  position: relative;
}
.video-player__controls {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.45) 60%, transparent);
  padding: 0 15px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.video-player__controls.active {
  opacity: 1;
}
.video-player.inactive {
  min-height: 300px;
}
.video-player.inactive video,
.video-player.inactive .video-player__controls {
  visibility: hidden;
}
.video-player__spoiler {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border: 0;
  background: var(--background-color);
  color: var(--primary-text-color--faint);
  transition: none;
  pointer-events: none;
}
.video-player__spoiler.active {
  display: block;
  pointer-events: auto;
}
.video-player__spoiler.active:hover, .video-player__spoiler.active:active, .video-player__spoiler.active:focus {
  color: var(--primary-text-color);
}
.video-player__spoiler__title {
  display: block;
  font-size: 14px;
}
.video-player__spoiler__subtitle {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.video-player__buttons-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.video-player__buttons {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-player__buttons.left button {
  padding-left: 0;
}
.video-player__buttons.right button {
  padding-right: 0;
}
.video-player__buttons button {
  background: transparent;
  padding: 2px 10px;
  font-size: 16px;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
}
.video-player__buttons button:active, .video-player__buttons button:hover, .video-player__buttons button:focus {
  color: #fff;
}
.video-player__time-sep, .video-player__time-total, .video-player__time-current {
  font-size: 14px;
  font-weight: 500;
}
.video-player__time-current {
  color: #fff;
  margin-left: 60px;
}
.video-player__time-sep {
  display: inline-block;
  margin: 0 6px;
}
.video-player__time-sep, .video-player__time-total {
  color: #fff;
}
.video-player__volume {
  cursor: pointer;
  height: 24px;
  display: inline;
}
.video-player__volume::before {
  content: "";
  width: 50px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 4px;
  left: 70px;
  bottom: 20px;
}
.video-player__volume__current {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  left: 70px;
  bottom: 20px;
  background: var(--brand-color);
}
.video-player__volume__handle {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  bottom: 16px;
  left: 70px;
  transition: opacity 0.1s ease;
  background: var(--brand-color);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.video-player__link {
  padding: 2px 10px;
}
.video-player__link a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.video-player__link a:hover, .video-player__link a:active, .video-player__link a:focus {
  text-decoration: underline;
}
.video-player__seek {
  cursor: pointer;
  height: 24px;
  position: relative;
}
.video-player__seek::before {
  content: "";
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 4px;
  top: 10px;
}
.video-player__seek__progress, .video-player__seek__buffer {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  top: 10px;
  background: var(--brand-color);
}
.video-player__seek__buffer {
  background: rgba(255, 255, 255, 0.2);
}
.video-player__seek__handle {
  position: absolute;
  z-index: 3;
  opacity: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 6px;
  margin-left: -6px;
  transition: opacity 0.1s ease;
  background: var(--brand-color);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.video-player__seek__handle.active {
  opacity: 1;
}
.video-player__seek:hover .video-player__seek__handle {
  opacity: 1;
}
.video-player.detailed .video-player__buttons button, .video-player.fullscreen .video-player__buttons button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.media-spoiler-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
  border: 0;
  display: block;
}

.media-spoiler-video-play-icon {
  border-radius: 100px;
  color: var(--primary-text-color--faint);
  font-size: 36px;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.audio-error-cover {
  align-items: center;
  background: var(--background-color);
  color: var(--primary-text-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 8px;
  position: relative;
  text-align: center;
  z-index: 100;
}

.status__audio-player {
  background: var(--background-color);
  box-sizing: border-box;
  cursor: default;
  /* May not be needed */
  margin-top: 8px;
  overflow: hidden;
  position: relative;
}

.status__audio-player-audio {
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.status__audio-player-expand,
.status__audio-player-mute {
  color: var(--primary-text-color);
  opacity: 0.8;
  position: absolute;
  right: 4px;
  text-shadow: 0 1px 1px #000, 1px 0 1px #000;
}

.status__audio-player-expand {
  bottom: 4px;
  z-index: 100;
}

.status__audio-player-mute {
  top: 4px;
  z-index: 5;
}

.detailed .audio-player__volume__current,
.detailed .audio-player__volume::before,
.fullscreen .audio-player__volume__current,
.fullscreen .audio-player__volume::before {
  bottom: 27px;
}
.detailed .audio-player__volume__handle,
.fullscreen .audio-player__volume__handle {
  bottom: 23px;
}

.audio-player {
  overflow: hidden;
  position: relative;
  background: #000;
  max-width: 100%;
  border-radius: 4px;
  height: 57px;
}
.audio-player.warning_visible {
  height: 92px;
}
.audio-player:focus {
  outline: 0;
}
.audio-player audio {
  max-width: 100vw;
  max-height: 80vh;
  min-height: 120px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  z-index: 1;
}
.audio-player.fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.audio-player.fullscreen audio {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.audio-player.inline audio {
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  position: relative;
}
.audio-player__controls {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.45) 60%, transparent);
  padding: 0 15px;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.audio-player.inactive {
  min-height: 57px;
}
.audio-player.inactive audio,
.audio-player.inactive .audio-player__controls {
  visibility: hidden;
}
.audio-player__spoiler {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border: 0;
  background: var(--background-color);
  color: var(--primary-text-color--faint);
  transition: none;
  pointer-events: auto;
}
.audio-player__spoiler:hover, .audio-player__spoiler:active, .audio-player__spoiler:focus {
  color: var(--primary-text-color);
}
.audio-player__spoiler__title {
  display: block;
  font-size: 14px;
}
.audio-player__spoiler__subtitle {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.audio-player__buttons-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.audio-player__spoiler-warning {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: hsl(var(--brand-color_h), var(--brand-color_s), 20%);
  padding: 5px;
}
.audio-player__spoiler-warning__label {
  color: #fff;
}
.audio-player__spoiler-warning button {
  background: transparent;
  font-size: 16px;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 0;
  padding-right: 5px;
}
.audio-player__spoiler-warning button i {
  margin-right: 0;
}
.audio-player__spoiler-warning button:active, .audio-player__spoiler-warning button:hover, .audio-player__spoiler-warning button:focus {
  color: #fff;
}
.audio-player__buttons {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-player__buttons.left button {
  padding-left: 0;
}
.audio-player__buttons button {
  background: transparent;
  padding: 2px 10px;
  font-size: 16px;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
}
.audio-player__buttons button:active, .audio-player__buttons button:hover, .audio-player__buttons button:focus {
  color: #fff;
}
.audio-player__time-sep, .audio-player__time-total, .audio-player__time-current {
  font-size: 14px;
  font-weight: 500;
}
.audio-player__time-current {
  color: #fff;
  margin-left: 60px;
}
.audio-player__time-sep {
  display: inline-block;
  margin: 0 6px;
}
.audio-player__time-sep, .audio-player__time-total {
  color: #fff;
}
.audio-player__volume {
  cursor: pointer;
  height: 24px;
  display: inline;
}
.audio-player__volume::before {
  content: "";
  width: 50px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 4px;
  left: 85px;
  bottom: 20px;
}
.audio-player__volume__current {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  left: 85px;
  bottom: 20px;
  background: var(--brand-color);
}
.audio-player__volume__handle {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  bottom: 16px;
  left: 70px;
  transition: opacity 0.1s ease;
  background: var(--brand-color);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.audio-player__link {
  padding: 2px 10px;
}
.audio-player__link a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.audio-player__link a:hover, .audio-player__link a:active, .audio-player__link a:focus {
  text-decoration: underline;
}
.audio-player__seek {
  cursor: pointer;
  height: 24px;
  position: relative;
}
.audio-player__seek::before {
  content: "";
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 4px;
  top: 10px;
}
.audio-player__seek__progress, .audio-player__seek__buffer {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  top: 10px;
  background: var(--brand-color);
}
.audio-player__seek__buffer {
  background: rgba(255, 255, 255, 0.2);
}
.audio-player__seek__handle {
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 6px;
  margin-left: -6px;
  transition: opacity 0.1s ease;
  background: var(--brand-color);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.audio-player__seek:hover .audio-player__seek__handle {
  opacity: 1;
}
.audio-player.detailed {
  width: 100vmin;
  height: 80px;
}
@media screen and (max-width: 790px) {
  .audio-player.detailed {
    width: 80vmin;
  }
}
.audio-player.detailed .audio-player__buttons button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.media-spoiler-audio {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
  border: 0;
  display: block;
}

.media-spoiler-audio-play-icon {
  border-radius: 100px;
  color: var(--primary-text-color--faint);
  font-size: 36px;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.display-name__account {
  position: relative;
  cursor: pointer;
}

.display-name .profile-hover-card {
  white-space: normal;
}

.profile-hover-card {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  width: 320px;
  z-index: 200;
  top: 0;
  left: 0;
}
.profile-hover-card--visible {
  opacity: 1;
  pointer-events: all;
}
.profile-hover-card .profile-hover-card__container {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--foreground-color);
  position: relative;
  overflow: hidden;
}
.profile-hover-card .profile-hover-card__action-button {
  z-index: 999;
  position: absolute;
  right: 20px;
  top: 40px;
}
.profile-hover-card .user-panel {
  box-shadow: none;
  width: auto;
}
.profile-hover-card .user-panel .user-panel-stats-item a strong {
  text-decoration: none;
}
.profile-hover-card .user-panel__header {
  height: 96px;
}
.profile-hover-card .user-panel .user-panel-stats-item {
  margin-right: 10px;
}
.profile-hover-card .user-panel .user-panel-stats-item__label, .profile-hover-card .user-panel .user-panel-stats-item__value {
  display: inline;
  font-size: 15px;
}
.profile-hover-card .user-panel .user-panel-stats-item__value {
  margin-right: 5px;
}
.profile-hover-card .relationship-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.profile-hover-card .profile-hover-card__badges {
  display: flex;
  position: absolute;
  top: 110px;
  left: 120px;
}
.profile-hover-card .profile-hover-card__badges .badge {
  padding: 2px 4px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 11px;
  opacity: 1;
}
.profile-hover-card .profile-hover-card__bio {
  margin: 0 20px 20px;
  max-height: 4em;
}
.profile-hover-card .profile-hover-card__bio a {
  color: var(--highlight-text-color);
}
.profile-hover-card .profile-hover-card__bio::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, var(--foreground-color) 0%, var(--foreground-color), 80%, transparent);
}
.profile-hover-card[data-popper-reference-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}

.filter-settings-panel h1 {
  font-size: 18px;
  line-height: 1.25;
  color: var(--primary-text-color);
  font-weight: 400;
  margin: 20px auto;
}
.filter-settings-panel .item-list article {
  border-bottom: 1px solid var(--primary-text-color--faint);
}
.filter-settings-panel .item-list article:last-child {
  border-bottom: 0;
}
.filter-settings-panel .fields-group .two-col {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filter-settings-panel .fields-group .two-col div.input {
  width: 45%;
  margin-right: 20px;
}
.filter-settings-panel .fields-group .two-col div.input .label_input {
  width: 100%;
}
@media (max-width: 485px) {
  .filter-settings-panel .fields-group .two-col div.input {
    width: 100%;
    margin-right: 5px;
  }
  .filter-settings-panel .fields-group .two-col div.input .label_input {
    width: auto;
  }
}
.filter-settings-panel .filter__container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.filter-settings-panel .filter__container .filter__phrase,
.filter-settings-panel .filter__container .filter__contexts,
.filter-settings-panel .filter__container .filter__details {
  padding: 5px 0;
}
.filter-settings-panel .filter__container span.filter__list-label {
  padding-right: 5px;
  color: var(--primary-text-color--faint);
}
.filter-settings-panel .filter__container span.filter__list-value span {
  padding-right: 5px;
  text-transform: capitalize;
}
.filter-settings-panel .filter__container span.filter__list-value span::after {
  content: ",";
}
.filter-settings-panel .filter__container span.filter__list-value span:last-of-type::after {
  content: "";
}
.filter-settings-panel .filter__container .filter__delete {
  display: flex;
  margin: 10px;
  align-items: baseline;
  cursor: pointer;
  height: 20px;
}
.filter-settings-panel .filter__container .filter__delete span.filter__delete-label {
  color: var(--primary-text-color--faint);
  font-size: 14px;
  font-weight: 800;
}
.filter-settings-panel .filter__container .filter__delete .filter__delete-icon {
  background: none;
  color: var(--primary-text-color--faint);
  padding: 0 5px;
  margin: 0 auto;
  font-size: 16px;
}

.security-settings-panel {
  margin: 20px;
}
.security-settings-panel h1.security-settings-panel__setup-otp {
  font-size: 20px;
  line-height: 1.25;
  color: var(--primary-text-color);
  font-weight: 600;
}
.security-settings-panel h2.security-settings-panel__setup-otp {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-text-color--faint);
  font-weight: 400;
}
.security-settings-panel div {
  display: block;
  margin: 10px 0;
}
.security-settings-panel .security-warning {
  color: var(--primary-text-color);
  padding: 15px 20px;
  font-size: 14px;
  background-color: var(--warning-color--faint);
  margin: 20px auto;
  border-radius: 8px;
}
.security-settings-panel .backup_codes {
  margin: 20px;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 14px;
  background-color: var(--brand-color--faint);
  border-radius: 8px;
  text-align: center;
  position: relative;
  min-height: 125px;
}
.security-settings-panel .backup_codes .backup_code {
  margin: 5px auto;
}
.security-settings-panel .backup_codes .loading-indicator {
  position: absolute;
}
.security-settings-panel .security-settings-panel__setup-otp__buttons {
  margin: 20px;
  display: flex;
  justify-content: space-between;
}
.security-settings-panel .security-settings-panel__setup-otp__buttons .button {
  min-width: 182px;
}
.security-settings-panel div.confirm-key {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-text-color--faint);
  font-weight: 400;
  margin: 0 0 20px 20px;
}

form.otp-auth .error-box {
  width: 100%;
  text-align: center;
  color: #df405a;
}

.snackbar {
  font-size: 16px !important;
  padding: 10px 20px 10px 14px !important;
  z-index: 9999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snackbar::before {
  font-family: ForkAwesome;
  font-size: 20px;
  margin-right: 8px;
}
.snackbar--info {
  background-color: #19759e !important;
}
.snackbar--info::before {
  content: "";
}
.snackbar--success {
  background-color: #199e5a !important;
}
.snackbar--success::before {
  content: "";
}
.snackbar--error {
  background-color: #9e1919 !important;
}
.snackbar--error::before {
  content: "";
}
.snackbar .notification-bar-wrapper {
  transform: translateY(1px);
}

.explanation-box {
  margin: 5px 20px;
}

.accordion {
  color: var(--primary-text-color);
  padding: 15px 20px;
  font-size: 14px;
  background-color: var(--brand-color--faint);
  border-radius: 8px;
  margin: 0;
}
.accordion__title {
  font-weight: bold !important;
  font-size: 16px !important;
  background: transparent !important;
  color: var(--primary-text-color) !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
  text-align: left !important;
  display: flex !important;
  align-items: center;
  border: 0;
  width: 100%;
}
.accordion__title::after {
  content: "";
  display: block;
  font-family: ForkAwesome;
  font-size: 20px;
  padding-left: 10px;
  margin-left: auto;
}
.accordion__content {
  height: 0;
  overflow: hidden;
}
.accordion--expanded .accordion__title {
  margin-bottom: 10px !important;
}
.accordion--expanded .accordion__title::after {
  content: "";
}
.accordion--expanded .accordion__content {
  height: auto;
}
.accordion a {
  color: var(--brand-color--hicontrast);
  text-decoration: underline;
}
.accordion a:hover {
  text-decoration: none;
}

.columns-area .info_column_area {
  padding: 15px;
}
.columns-area .info_column_area .wtf-panel {
  border: 1px solid var(--brand-color--med);
}

.info__brand .brand h1 {
  color: var(--primary-text-color);
  font-size: 26px;
}
.info__brand .brand__tagline {
  font-size: 20px;
  line-height: 1.15;
  margin-top: 15px;
}

.dashcounters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin: 0 -5px 0;
  padding: 20px;
}

.dashcounter {
  box-sizing: border-box;
  flex: 0 0 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.dashcounter > a,
.dashcounter > div {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 20px;
  background: var(--accent-color--faint);
  border-radius: 4px;
  transition: 0.2s;
}
.dashcounter > a:hover {
  background: var(--accent-color--med);
  transform: translateY(-2px);
}
.dashcounter__num, .dashcounter__text {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--primary-text-color);
  margin-bottom: 10px;
}
.dashcounter__label {
  font-size: 14px;
  color: hsla(var(--primary-text-color_hsl), 0.6);
  text-align: center;
  font-weight: 500;
}

.dashwidgets {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0 20px 20px 20px;
}

.dashwidget {
  flex: 1;
  margin-bottom: 20px;
  padding: 0 5px;
}
.dashwidget h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: hsla(var(--primary-text-color_hsl), 0.6);
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--accent-color--med);
}

.unapproved-account {
  padding: 15px 20px;
  font-size: 14px;
  display: flex;
}
.unapproved-account__nickname {
  font-weight: bold;
}
.unapproved-account__actions {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 20px;
}
.unapproved-account__actions button.icon-button:nth-child(n+2) {
  padding-left: 10px;
}

.page--admin .slist .item-list article:nth-child(2n-1) .unapproved-account,
.page--admin .slist .item-list article:nth-child(2n-1) .logentry {
  background-color: hsla(var(--accent-color_hsl), 0.07);
}

@media screen and (max-width: 895px) {
  .page--admin .columns-area__panels {
    flex-direction: column;
    align-items: center;
  }
  .page--admin .columns-area__panels__pane--left {
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .page--admin .columns-area__panels__pane--left .columns-area__panels__pane__inner {
    width: auto;
  }
}
.page--admin blockquote.md {
  padding: 5px 0 5px 15px;
  border-left: 3px solid hsla(var(--primary-text-color_hsl), 0.4);
  color: var(--primary-text-color--faint);
}

.admin-report {
  padding: 15px;
  display: flex;
  border-bottom: 1px solid var(--brand-color--faint);
}
.admin-report__content {
  padding: 0 16px;
  flex: 1;
  overflow: hidden;
}
.admin-report__title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}
.admin-report__title a {
  color: var(--primary-text-color);
}
.admin-report__quote {
  font-size: 14px;
}
.admin-report__quote a {
  color: var(--brand-color--hicontrast);
}
.admin-report__quote .byline {
  font-size: 12px;
}
.admin-report__quote .byline a {
  color: var(--primary-text-color);
  text-decoration: none;
}
.admin-report__actions {
  margin-left: auto;
  display: flex;
}
.admin-report__actions .icon-button {
  padding-left: 10px;
}
.admin-report__actions .icon-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-report__statuses .accordion {
  padding: 10px;
  margin-bottom: 6px;
}
.admin-report__statuses .accordion__title {
  font-size: 12px !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
.admin-report__status-content {
  overflow: hidden;
}
.admin-report__status {
  display: flex;
  border-bottom: 1px solid var(--accent-color--med);
  padding: 10px 0;
}
.admin-report__status:last-child {
  border: 0;
}
.admin-report__status .status__content {
  flex: 1;
  padding: 0;
}
.admin-report__status-actions {
  padding: 3px 10px;
  margin-left: auto;
}

.logentry {
  padding: 15px;
}

.backup {
  padding: 15px;
  border-bottom: 1px solid var(--brand-color--faint);
}
.backup a {
  color: var(--brand-color--hicontrast);
}
.backup--pending {
  font-style: italic;
  color: var(--primary-text-color--faint);
}

.halloween,
.site-preview.halloween {
  --brand-color_h: 29.727272727272727;
  --brand-color_s: 100%;
  --brand-color_l: 43.13725490196079%;
  background-color: #904700;
  background-image: url(/packs/media/images/halloween/starfield-040a28898cdb8593433f977123fc7834.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.halloween::before, .halloween::after,
.halloween > .app-holder::before,
.halloween > .app-holder::after,
.site-preview.halloween::before,
.site-preview.halloween::after,
.site-preview.halloween > .app-holder::before,
.site-preview.halloween > .app-holder::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.halloween::before,
.site-preview.halloween::before {
  background-image: url(/packs/media/images/halloween/spiderweb-e6ab2f48f933aa7aaba07c384d42a877.svg);
}
.halloween::after,
.site-preview.halloween::after {
  z-index: -101;
  background: transparent url(/packs/media/images/halloween/twinkle-5b7fd7f068e8020138fb5cf71ca17d4b.svg) repeat top center;
  -webkit-animation: halloween-twinkle 200s linear infinite;
          animation: halloween-twinkle 200s linear infinite;
}
.halloween > .app-holder::before,
.site-preview.halloween > .app-holder::before {
  background-image: radial-gradient(circle, transparent 0%, transparent 60%, var(--vignette-color) 100%);
}
.halloween > .app-holder::after,
.site-preview.halloween > .app-holder::after {
  background: transparent url(/packs/media/images/halloween/clouds-428f515b1ef88e899bb9b43ed1c9bbb7.png) repeat top center;
  -webkit-animation: halloween-clouds 200s linear infinite;
          animation: halloween-clouds 200s linear infinite;
}
.halloween > .app-holder .ui .page__top::after,
.halloween > .app-holder .ui .page__columns::after,
.site-preview.halloween > .app-holder .ui .page__top::after,
.site-preview.halloween > .app-holder .ui .page__columns::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  right: 20px;
  background-image: url(/packs/media/images/halloween/spider-4260f34f4c77bce2713728934578cb8c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
  pointer-events: none;
}
.halloween > .app-holder .ui .page__columns::after,
.site-preview.halloween > .app-holder .ui .page__columns::after {
  position: fixed;
  top: 50px;
}
.halloween > .app-holder .ui .page__top::after,
.site-preview.halloween > .app-holder .ui .page__top::after {
  position: absolute;
  bottom: -100px;
}
.halloween > .app-holder .ui .page__top + .page__columns::after,
.site-preview.halloween > .app-holder .ui .page__top + .page__columns::after {
  display: none;
}
.halloween > .app-holder .getting-started__footer::before,
.site-preview.halloween > .app-holder .getting-started__footer::before {
  content: "";
  display: block;
  background-image: url(/packs/media/images/halloween/halloween-emblem-04580d924f5ab057d11bc64414cbd455.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.halloween > .app-holder .getting-started__footer,
.site-preview.halloween > .app-holder .getting-started__footer {
  color: #fff;
}
.halloween > .app-holder .getting-started__footer a,
.site-preview.halloween > .app-holder .getting-started__footer a {
  color: rgba(255, 255, 255, 0.4);
}
.halloween > .app-holder .getting-started__footer p,
.site-preview.halloween > .app-holder .getting-started__footer p {
  color: rgba(255, 255, 255, 0.8);
}
.halloween > .app-holder .profile-info-panel,
.site-preview.halloween > .app-holder .profile-info-panel {
  color: #fff;
}
.halloween > .app-holder .profile-info-panel-content__name h1 span:first-of-type,
.site-preview.halloween > .app-holder .profile-info-panel-content__name h1 span:first-of-type {
  color: rgba(255, 255, 255, 0.6);
}
.halloween > .app-holder .profile-info-panel-content__name h1 small,
.site-preview.halloween > .app-holder .profile-info-panel-content__name h1 small {
  color: #fff;
}
.halloween > .app-holder .profile-info-panel-content__bio,
.site-preview.halloween > .app-holder .profile-info-panel-content__bio {
  color: #fff;
}
.halloween > .app-holder .profile-info-panel-content__bio a, .halloween > .app-holder .profile-info-panel-content__fields a,
.site-preview.halloween > .app-holder .profile-info-panel-content__bio a,
.site-preview.halloween > .app-holder .profile-info-panel-content__fields a {
  color: hsl(var(--brand-color_h), var(--brand-color_s), calc(var(--brand-color_l) + 8%));
}

@-webkit-keyframes halloween-twinkle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes halloween-twinkle {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes halloween-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@keyframes halloween-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

/*# sourceMappingURL=styles-1a3dc9c3.chunk.css.map*/