﻿/* Platforms */
.trn-card-style {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.trn-card {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 8px;
  width: 100%;
}
.trn-card .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-card .trn-card-header.flex {
  display: flex;
}
.trn-card .trn-card-header.dark {
  background: #111111;
}
.trn-card .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-card .trn-card-tools {
  margin-left: auto;
}
.trn-card .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-card .trn-card-body {
  padding: 16px;
}
.trn-card .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-card .trn-card-pagination form {
  display: inline-block;
}
.trn-card .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-card .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-card .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-card .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-card .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.trn-alert {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 8px;
  width: 100%;
  padding: 16px;
}
.trn-alert .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-alert .trn-card-header.flex {
  display: flex;
}
.trn-alert .trn-card-header.dark {
  background: #111111;
}
.trn-alert .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-alert .trn-card-tools {
  margin-left: auto;
}
.trn-alert .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-alert .trn-card-body {
  padding: 16px;
}
.trn-alert .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-alert .trn-card-pagination form {
  display: inline-block;
}
.trn-alert .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-alert .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-alert .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-alert .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-alert .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.trn-alert.warning {
  background: #ff5722;
  box-shadow: 0 2px 2px 0 rgba(255, 87, 34, 0.14), 0 1px 5px 0 rgba(255, 87, 34, 0.12), 0 3px 1px -2px rgba(255, 87, 34, 0.2);
}
.trn-alert.error {
  background: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 1px 5px 0 rgba(244, 67, 54, 0.12), 0 3px 1px -2px rgba(244, 67, 54, 0.2);
}
.trn-alert.success {
  background: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 1px 5px 0 rgba(76, 175, 80, 0.12), 0 3px 1px -2px rgba(76, 175, 80, 0.2);
}
.trn-alert.info {
  background: #03a9f4;
  box-shadow: 0 2px 2px 0 rgba(3, 169, 244, 0.14), 0 1px 5px 0 rgba(3, 169, 244, 0.12), 0 3px 1px -2px rgba(3, 169, 244, 0.2);
}
.trn-profile-header-material.player-header {
  background-color: #1b1b1b;
  color: #f1f1f1;
  margin-bottom: 10px;
}
.trn-profile-header-material.player-header .player-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 8px;
}
.trn-profile-header-material.player-header .player-toolbar .player-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.trn-profile-header-material.player-header .player-toolbar .player-info .player-icon {
  position: relative;
  height: 40px;
  width: 40px;
}
.trn-profile-header-material.player-header .player-toolbar .player-info .player-icon img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.trn-profile-header-material.player-header .player-toolbar .player-info .player-icon .player-flag {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}
.trn-profile-header-material.player-header .player-toolbar .player-info .player-persona {
  margin-left: 16px;
}
.trn-profile-header-material.player-header .player-toolbar .player-info .player-persona .title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}
.trn-profile-header-material.player-header .player-toolbar .player-info .player-persona .sub-title {
  color: rgba(255, 255, 255, 0.54);
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.trn-profile-header-material.player-header .player-toolbar .player-buttons {
  display: flex;
  flex-direction: row;
}
.trn-profile-header-material.player-header .player-toolbar .player-buttons i {
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  background: none;
  border: none;
  margin: 0 2px;
  transition: background-color ease-in-out 0.1s;
  text-align: center;
}
.trn-profile-header-material.player-header .player-toolbar .player-buttons i:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
}
.trn-profile-header-material.player-header .player-banners {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 16px 8px;
}
.trn-profile-header-material.player-header .player-banners .player-banners-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trn-profile-header-material.player-header .player-banners .player-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 4px;
  height: 48px;
  margin-right: 8px;
}
.trn-profile-header-material.player-header .player-banners .player-banner .banner-icon {
  color: #f1f1f1;
  font-size: 24px;
  line-height: 24px;
  margin: 8px;
}
.trn-profile-header-material.player-header .player-banners .player-banner .banner-text {
  flex: 1;
  margin-left: 4px;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.trn-profile-header-material.player-header .player-banners .player-banner .banner-text .title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trn-profile-header-material.player-header .player-banners .player-banner .banner-text .sub-title {
  color: rgba(255, 255, 255, 0.54);
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trn-profile-header-material.player-header .player-banners .player-banner .banner-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  height: 32px;
  background: none;
  border: none;
  margin: 0 2px;
  transition: background-color ease-in-out 0.1s;
  text-align: center;
  padding: 0 16px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: white !important;
}
.trn-profile-header-material.player-header .player-banners .player-banner .banner-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
}
.trn-profile-header-material.player-header .player-banners .player-perspective {
  overflow: hidden;
  height: 48px;
  text-decoration: none;
}
.trn-profile-header-material.player-header .player-banners .player-perspective:hover {
  overflow: visible;
  z-index: 99;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  width: 172px;
  margin-bottom: 2px;
  margin-left: auto;
  z-index: 100;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option.active {
  order: 0;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option:first-of-type .sub-title,
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option:first-of-type .perspective-arrow {
  display: block;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option.competitive {
  background-color: #f44336;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option.casual {
  background-color: #009688;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option .perspective-icon {
  color: #f1f1f1;
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin: 12px;
  text-align: center;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option .perspective-arrow {
  display: none;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option-text {
  text-align: right;
  color: #f1f1f1;
  text-transform: uppercase;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option-text .title {
  font-size: 14px;
  line-height: 16px;
}
.trn-profile-header-material.player-header .player-banners .player-perspective .player-perspective-option-text .sub-title {
  display: none;
  color: rgba(241, 241, 241, 0.54);
  font-size: 12px;
  line-height: 14px;
}
.trn-profile-header-material.player-header .player-tabs {
  height: 40px;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  text-decoration: none;
}
.trn-profile-header-material.player-header .player-tabs .player-tab {
  box-sizing: border-box;
  display: block;
  height: 100%;
  flex: 1;
  border-bottom: 2px solid #111;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 16px;
  white-space: nowrap;
  color: white;
}
.trn-profile-header-material.player-header .player-tabs .player-tab:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
.trn-profile-header-material.player-header .player-tabs .player-tab.active {
  border-color: #62878f;
}
@media (max-width: 990px) {
  .trn-profile-header-material.player-header .player-banners .player-banner .banner-text {
    display: none;
  }
}
@media (max-width: 640px) {
  .trn-profile-header-material.player-header .player-banners {
    flex-direction: column;
    padding: 16px 8px 8px;
  }
  .trn-profile-header-material.player-header .player-banners .player-banners-content {
    flex-direction: column;
  }
  .trn-profile-header-material.player-header .player-banners .player-banner {
    margin: 8px 0 0 0;
  }
  .trn-profile-header-material.player-header .player-banners .player-banner:first-of-type {
    margin-top: 0;
  }
  .trn-profile-header-material.player-header .player-banners .player-banner .banner-text {
    display: block;
  }
  .trn-profile-header-material.player-header .player-banners .player-perspective {
    margin-top: 8px;
  }
}
.trn-hero-stats {
  display: flex;
  justify-content: space-between;
}
.trn-hero-stats .trn-hero-stat {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  margin-right: 8px;
  flex-direction: column;
  padding: 16px;
}
.trn-hero-stats .trn-hero-stat .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-hero-stats .trn-hero-stat .trn-card-header.flex {
  display: flex;
}
.trn-hero-stats .trn-hero-stat .trn-card-header.dark {
  background: #111111;
}
.trn-hero-stats .trn-hero-stat .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-hero-stats .trn-hero-stat .trn-card-tools {
  margin-left: auto;
}
.trn-hero-stats .trn-hero-stat .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-hero-stats .trn-hero-stat .trn-card-body {
  padding: 16px;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination form {
  display: inline-block;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-hero-stats .trn-hero-stat .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.trn-hero-stats .trn-hero-stat:last-child {
  margin-right: unset;
}
.trn-hero-stats .trn-hero-stat .name {
  font-size: 16px;
  color: #b3b3b3;
}
.trn-hero-stats .trn-hero-stat .value {
  font-size: 32px;
  line-height: 1;
}
.trn-hero-stats .trn-hero-stat .rank {
  font-size: 16px;
  color: #ededed;
}
.trn-hero-stats .trn-hero-stat .rank.top {
  color: green;
}
@media (max-width: 1200px) {
  .trn-hero-stats {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .trn-hero-stats .trn-hero-stat {
    width: calc(50% - 4px);
    margin-right: unset;
  }
}
.trn-stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4px;
}
.trn-stats .trn-stat {
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 8px;
  min-width: 75px;
  margin: 4px;
}
.trn-stats .trn-stat:last-child {
  margin-right: unset;
}
.trn-stats .trn-stat .name {
  font-size: 14px;
  color: #b3b3b3;
}
.trn-stats .trn-stat .value {
  font-size: 14px;
  font-weight: 500;
}
.trn-stats .trn-stat .rank {
  font-size: 12px;
  color: #b3b3b3;
  margin-top: 3px;
  width: 100%;
  font-weight: 500;
}
.trn-stats .trn-stat .rank.top {
  color: green;
}
.trn-stats .trn-stat .rank sup {
  top: -0.3em;
  font-size: 7px;
  text-transform: uppercase;
}
.trn-stats .trn-stat .trn-percentile-bar {
  width: 100%;
}
.trn-stats .trn-stat .percentile-bar {
  width: 100%;
}
@media (max-width: 1200px) {
  .trn-stats {
    justify-content: space-between;
  }
  .trn-stats .trn-hero-stat {
    width: calc(50% - 4px);
    margin-right: unset;
  }
}
.trn-well-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}
.trn-well-stats .trn-well-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  padding: 8px 8px;
  margin-right: 8px;
  margin-top: 8px;
  line-height: 1.25;
  justify-content: center;
  min-width: 125px;
  background: #111111;
}
.trn-well-stats .trn-well-stat .value {
  font-size: 14px;
}
.trn-well-stats .trn-well-stat .subline {
  font-size: 11px;
  color: #b3b3b3;
}
.trn-list-stats .trn-list-stat {
  border-top: 1px solid #17181a;
  position: relative;
  padding: unset;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  /*will-change: background;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  background-color: #242527;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
}
.trn-list-stats .trn-list-stat:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.trn-list-stats .trn-list-stat .details {
  display: flex;
  align-items: center;
  min-width: 150px;
  margin-left: 5px;
}
.trn-list-stats .trn-list-stat .details .icon {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}
.trn-list-stats .trn-list-stat .details .name-info {
  line-height: 1.1;
}
.trn-list-stats .trn-list-stat .details .name-info .name {
  line-height: 17px;
  font-size: 15px;
  display: block;
}
.trn-list-stats .trn-list-stat .details .name-info .subtitle {
  line-height: 17px;
  font-size: 14px;
  opacity: .54;
}
.trn-list-stats .trn-list-stat .stat-block {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .trn-list-stats .trn-list-stat .stat-block {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 660px) {
  .trn-list-stats .trn-list-stat .stat-block {
    width: 100%;
    margin-top: 8px;
    justify-content: flex-start;
  }
  .trn-list-stats .trn-list-stat .stat-block .values {
    margin-bottom: 8px;
  }
}
.trn-list-stats .trn-list-stat .stat-block .values {
  text-align: right;
  line-height: 1.1;
}
.trn-list-stats .trn-list-stat .stat-block .values .value {
  font-size: 1 8px;
  display: block;
}
.trn-list-stats .trn-list-stat .stat-block .values .subtitle {
  font-size: 11px;
  color: #b3b3b3;
}
.trn-list-stats .trn-list-stat .stat-block .values .rank {
  font-size: 11px;
  color: #b3b3b3;
}
.trn-list-stats .trn-list-stat .stat-block .values .rank sup {
  top: -0.3em;
  font-size: 7px;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  .trn-list-stats .trn-list-stat .details,
  .trn-list-stats .trn-list-stat .values {
    width: 18%;
  }
}
.trn-percentile-bar {
  height: 4px;
  width: 100%;
  max-width: 120px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 1px;
  position: relative;
  margin-top: 4px;
}
.trn-percentile-bar .progress {
  height: 100%;
  background: #62878f;
  border-radius: 1px;
}
.trn-bucket-stats {
  display: flex;
  flex-wrap: wrap;
}
.trn-bucket-stat {
  padding: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.trn-bucket-stat .name {
  font-size: 14px;
  color: #fff;
  opacity: .54;
  display: block;
  line-height: 1;
}
.trn-bucket-stat .value {
  font-size: 24px;
  line-height: 1.5;
}
.trn-bucket-stat .percentile-bar {
  display: flex;
  height: 4px;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
}
.trn-bucket-stat .percentile-bar > div {
  margin-right: 2px;
  height: 100%;
  background: #4caf50;
}
.trn-bucket-stat .percentile-bar > div:last-child {
  margin-right: unset;
}
.trn-bucket-stat .subvalue {
  font-size: 12px;
  line-height: 1;
  margin-top: .5em;
}
.trn-bucket-stat .subvalue .material-icons {
  font-size: 12px;
  vertical-align: middle;
}
.trn-bucket-stat .subvalue sup {
  font-size: 7px;
  top: -3px;
}
.trn-table-container table.trn-table {
  width: 100%;
  background: unset;
}
.trn-table-container table.trn-table thead {
  background: unset !important;
}
.trn-table-container table.trn-table thead tr {
  height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.trn-table-container table.trn-table thead tr th {
  padding: 0 16px;
  color: #b3b3b3;
  white-space: nowrap;
}
.trn-table-container table.trn-table thead tr th.right {
  text-align: right;
}
.trn-table-container table.trn-table tbody tr {
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background;
}
.trn-table-container table.trn-table tbody tr td {
  padding: 0 16px;
  height: 48px;
  font-size: 13px;
}
.trn-table-container table.trn-table tbody tr td.right {
  text-align: right;
}
.trn-table-container table.trn-table tbody tr:last-child {
  border-bottom: 0px;
}
.trn-table-container table.trn-table tbody tr:hover {
  background: #333;
}
.trn-leaderboard {
  display: flex;
}
.trn-leaderboard .content {
  flex-grow: 1;
}
.trn-leaderboard .aside {
  margin-left: 8px;
  width: 300px;
}
#recent-list {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
#recent-list .recent-player {
  display: flex;
  align-items: center;
  background-color: #242527;
  border-radius: 45px;
  padding: 0px 16px 0px 0px;
  margin-left: 7px;
  font-weight: 700;
  cursor: pointer;
  margin: 4px;
}
#recent-list .recent-player:hover {
  text-decoration: none;
}
#recent-list .recent-player img {
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.trn-search-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 250px;
  flex-direction: column;
}
.trn-search-area h1 {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.trn-search-area .search-container {
  display: inline-flex;
  align-items: center;
  color: black;
  max-width: 500px;
  width: 100%;
  position: relative;
}
.trn-search-area .search-container input {
  flex-grow: 1;
  outline: 0;
  border: 0;
  padding: 8px;
  font-size: 18px;
  height: 50px;
  color: #000;
  border-radius: 4px;
  border: 1px solid #aaa;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #fff;
}
.trn-search-area .search-container input:focus {
  border-color: #62878f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 1px #62878f;
}
.trn-search-area .search-container .auth-bnet {
  position: absolute;
  right: 48px;
  top: 14px;
}
.trn-search-area .search-container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.trn-search-area .search-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}
.trn-search-area .search-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}
.trn-search-area .search-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.trn-search-area .search-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.trn-search-area .search-container button {
  background: unset;
  border: unset;
  padding: unset;
  padding: 8px;
  line-height: 1;
  position: absolute;
  right: 0px;
  top: 4px;
  background: transparent;
  cursor: pointer;
}
.trn-search-area .search-container .material-icons {
  line-height: 1;
}
.trn-search-area .search-container.active input {
  border-bottom: transparent;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.trn-search-area .search-container.active .suggestion-list {
  visibility: visible;
  opacity: 1;
}
.trn-search-area .search-container .suggestion-list {
  user-select: none;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease, visibility 0s;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: 50px;
  width: 100%;
}
.trn-search-area .search-container .suggestion-list .suggestion-label {
  color: #9e9e9e;
  display: block;
  padding: 8px 8px 0 8px;
  cursor: default;
}
.trn-search-area .search-container .suggestion-list ul {
  list-style: none;
  padding: 8px 0;
  margin-bottom: 0;
}
.trn-search-area .search-container .suggestion-list ul li {
  list-style: none;
  font-size: 16px;
  height: 40px;
  position: relative;
}
.trn-search-area .search-container .suggestion-list ul li:hover {
  background-color: #f5f5f5;
}
.trn-search-area .search-container .suggestion-list ul li a {
  top: 0;
  height: 40px;
  position: absolute;
  display: block;
  text-decoration: none;
  color: #212121;
  padding: 6px 16px 6px 72px;
  line-height: 28px;
  width: 100%;
}
.trn-search-area .search-container .suggestion-list ul li a .ion {
  font-size: 24px;
  position: absolute;
  color: #9e9e9e;
  top: 8px;
  left: 24px;
}
.trn-article-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.trn-article-list .article-entry {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.trn-article-list .article-entry .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-article-list .article-entry .trn-card-header.flex {
  display: flex;
}
.trn-article-list .article-entry .trn-card-header.dark {
  background: #111111;
}
.trn-article-list .article-entry .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-article-list .article-entry .trn-card-tools {
  margin-left: auto;
}
.trn-article-list .article-entry .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-article-list .article-entry .trn-card-body {
  padding: 16px;
}
.trn-article-list .article-entry .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-article-list .article-entry .trn-card-pagination form {
  display: inline-block;
}
.trn-article-list .article-entry .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-article-list .article-entry .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-article-list .article-entry .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-article-list .article-entry .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-article-list .article-entry .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.trn-article-list .article-entry .img-wrapper img {
  height: 105px;
}
.trn-article-list .article-entry .article-details {
  display: flex;
  flex-direction: column;
  padding: 8px;
  overflow: hidden;
}
.trn-article-list .article-entry .article-details h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.trn-article-list .article-entry .article-details p {
  padding-top: 8px;
  color: #b3b3b3;
  font-style: italic;
  margin: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trn-article-list .article-entry .article-details .article-info {
  font-size: 12px;
}
.trn-article-list .article-entry .article-details .article-info .text {
  color: #b3b3b3;
}
.trn-article-list .article-entry .article-details .article-info .text .highlight {
  color: #62878f;
}
.trn-article-list .article-entry:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.trn-leaderboard-list {
  display: flex;
  justify-content: space-between;
}
.trn-leaderboard-small {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 8px;
  width: 100%;
  width: calc(33.33% - 6px);
}
.trn-leaderboard-small .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-leaderboard-small .trn-card-header.flex {
  display: flex;
}
.trn-leaderboard-small .trn-card-header.dark {
  background: #111111;
}
.trn-leaderboard-small .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-leaderboard-small .trn-card-tools {
  margin-left: auto;
}
.trn-leaderboard-small .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-leaderboard-small .trn-card-body {
  padding: 16px;
}
.trn-leaderboard-small .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-leaderboard-small .trn-card-pagination form {
  display: inline-block;
}
.trn-leaderboard-small .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-leaderboard-small .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-leaderboard-small .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-leaderboard-small .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-leaderboard-small .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.trn-leaderboard-small h2 {
  margin: 0;
  font-size: 18px;
  padding: 8px;
  color: #fff;
}
@media (max-width: 600px) {
  .trn-search-area .search-container {
    flex-wrap: wrap;
  }
  .trn-search-area .search-container .auth-bnet {
    order: 3;
    position: unset;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .trn-article-list .article-entry {
    flex-direction: column;
  }
  .trn-article-list .article-entry .img-wrapper img {
    height: unset;
    width: 100%;
  }
}
.trn-tool-button {
  background: #62878f;
  transition: background ease-in-out 0.1s;
  border-radius: 2px;
  margin: 0 0 0 8px;
  user-select: none;
  display: block;
  padding: 8px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.trn-tool-button .ion {
  margin-right: 4px;
}
.trn-tool-button:hover {
  background: #6f949c;
}
.trn-tool-button:active {
  background: #587980;
}
.trn-tool-button.small {
  padding: 5.33333333px;
}
.trn-profile-header {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
.trn-profile-header .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-profile-header .trn-card-header.flex {
  display: flex;
}
.trn-profile-header .trn-card-header.dark {
  background: #111111;
}
.trn-profile-header .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-profile-header .trn-card-tools {
  margin-left: auto;
}
.trn-profile-header .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-profile-header .trn-card-body {
  padding: 16px;
}
.trn-profile-header .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-profile-header .trn-card-pagination form {
  display: inline-block;
}
.trn-profile-header .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-profile-header .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-profile-header .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-profile-header .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-profile-header .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.trn-profile-header .trn-profile-header-content {
  display: flex;
  padding: 8px;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info {
  display: flex;
  width: 100%;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .content .name {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .content .flag {
  height: 16px;
  border-radius: unset;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .content .subtitle {
  color: #b3b3b3;
  font-size: 14px;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions {
  margin-left: auto;
  padding-top: 4px;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul li {
  float: right;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul li a {
  background: #62878f;
  transition: background ease-in-out 0.1s;
  border-radius: 2px;
  margin: 0 0 0 8px;
  user-select: none;
  display: block;
  padding: 8px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul li a .ion {
  margin-right: 4px;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul li a:hover {
  background: #6f949c;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul li a:active {
  background: #587980;
}
.trn-profile-header .trn-profile-header-content .trn-profile-info .actions ul li a.small {
  padding: 5.33333333px;
}
.trn-profile-header .trn-profile-navigation {
  background: #111111;
  display: flex;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-items,
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-items li,
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions li {
  user-select: none;
  transition: background ease-in-out 0.15s;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-items li a,
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions li a {
  min-width: 72px;
  height: 48px;
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #b3b3b3;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  line-height: 1.70;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-items li.active a,
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions li.active a {
  color: #fff;
  border-bottom-color: #fff;
  background: black;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-items li:hover,
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions li:hover {
  background: black;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions {
  margin-left: auto;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions li a {
  min-width: unset;
  color: #fff;
  padding: 8px 18px;
  font-size: 18px;
  transition: background ease-in-out 0.1s;
}
.trn-profile-header .trn-profile-navigation .trn-profile-navigation-actions li a .name {
  display: none;
}
body {
  /*background: @body-background !important;*/
  color: #ededed;
  font-size: 14px;
}
[data-trn-tooltip]:hover:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
  margin-left: 10px;
  margin-top: 6px;
  z-index: 500;
}
[data-trn-tooltip]:hover:after {
  display: block;
  white-space: nowrap;
  content: attr(data-trn-tooltip);
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 8px;
  border-radius: 2px;
  font-size: 12px;
  z-index: 500;
}