html,
body {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

html {
  font-size: 10px; }

body {
  margin: 0;
  background: #12171c;
  color: #cdcdcd;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  overflow: hidden; }

* {
  margin: 0;
  padding: 0; }

#root {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  #root > * {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0; }

.component-wrap {
  position: relative;
  flex: 1;
  display: flex;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4); }

.scroll-view {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0; }

.slide-enter {
  transform: translateX(100%);
  opacity: 0; }
  .slide-enter.slide-enter-active {
    transform: translateX(0%);
    opacity: 1;
    transition: 0.3s ease-out; }

.slide-exit {
  transform: translateX(0%); }
  .slide-exit.slide-exit-active {
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.3s ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }

.slide-enter .scroll-view,
.slide-exit .scroll-view {
  pointer-events: none;
  overflow: hidden !important; }

.slide-enter .scrollbar-wrap,
.slide-exit .scrollbar-wrap {
  opacity: 0; }

.reverse .slide-enter {
  transform: translateX(-100%); }
  .reverse .slide-enter.slide-enter-active {
    transform: translateX(0%); }

.reverse .slide-exit {
  transform: translateX(0%); }
  .reverse .slide-exit.slide-exit-active {
    transform: translateX(100%); }

.app-status {
  text-align: center;
  padding: 0.2rem 0.4rem 0rem; }

.braytech-spinner {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  opacity: 0.5;
  pointer-events: none; }
  .braytech-spinner.mini {
    width: 1.5rem;
    height: 1.5rem; }
  .braytech-spinner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fff; }
    .braytech-spinner svg [class*='__a'] {
      -webkit-animation: spinner_bits_a 3s linear infinite;
              animation: spinner_bits_a 3s linear infinite; }
    .braytech-spinner svg [class*='__b'] {
      -webkit-animation: spinner_bits_b 3s linear infinite;
              animation: spinner_bits_b 3s linear infinite; }
    .braytech-spinner svg [class*='__c'] {
      -webkit-animation: spinner_bits_c 3s linear infinite;
              animation: spinner_bits_c 3s linear infinite; }
    .braytech-spinner svg [class*='__d'] {
      -webkit-animation: spinner_bits_d 3s linear infinite;
              animation: spinner_bits_d 3s linear infinite; }
    .braytech-spinner svg [class*='__e'] {
      -webkit-animation: spinner_bits_e 3s linear infinite;
              animation: spinner_bits_e 3s linear infinite; }
    .braytech-spinner svg [class*='__f'] {
      -webkit-animation: spinner_bits_f 3s linear infinite;
              animation: spinner_bits_f 3s linear infinite; }
    .braytech-spinner svg:last-child [class*='__a'] {
      -webkit-animation: spinner_bits_a 1.5s linear infinite;
              animation: spinner_bits_a 1.5s linear infinite; }
    .braytech-spinner svg:last-child [class*='__b'] {
      -webkit-animation: spinner_bits_b 1.5s linear infinite;
              animation: spinner_bits_b 1.5s linear infinite; }
    .braytech-spinner svg:last-child [class*='__c'] {
      -webkit-animation: spinner_bits_c 1.5s linear infinite;
              animation: spinner_bits_c 1.5s linear infinite; }
    .braytech-spinner svg:last-child [class*='__d'] {
      -webkit-animation: spinner_bits_d 1.5s linear infinite;
              animation: spinner_bits_d 1.5s linear infinite; }
    .braytech-spinner svg:last-child [class*='__e'] {
      -webkit-animation: spinner_bits_e 1.5s linear infinite;
              animation: spinner_bits_e 1.5s linear infinite; }
    .braytech-spinner svg:last-child [class*='__f'] {
      -webkit-animation: spinner_bits_f 1.5s linear infinite;
              animation: spinner_bits_f 1.5s linear infinite; }

@-webkit-keyframes spinner_bits_a {
  0% {
    opacity: 1; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes spinner_bits_a {
  0% {
    opacity: 1; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes spinner_bits_b {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes spinner_bits_b {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 1; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes spinner_bits_c {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 1; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes spinner_bits_c {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 1; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes spinner_bits_d {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 1; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes spinner_bits_d {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 1; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes spinner_bits_e {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 1; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes spinner_bits_e {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 1; }
  83.33333% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes spinner_bits_f {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spinner_bits_f {
  0% {
    opacity: 0; }
  16.66667% {
    opacity: 0; }
  33.33333% {
    opacity: 0; }
  50% {
    opacity: 0; }
  66.66667% {
    opacity: 0; }
  83.33333% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.svg-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  height: 1em;
  fill: #fff; }
  .svg-icon span {
    display: block;
    font-size: 0.95em; }

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

@-webkit-keyframes spin {
  0% {
    transform: rotateZ(0deg); }
  50% {
    transform: rotateZ(180deg); }
  100% {
    transform: rotateZ(360deg); } }

@keyframes spin {
  0% {
    transform: rotateZ(0deg); }
  50% {
    transform: rotateZ(180deg); }
  100% {
    transform: rotateZ(360deg); } }

.list-header {
  --title-offset: 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(3.7rem * var(--title-offset));
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
  text-transform: uppercase;
  background: #0d1114;
  border-bottom: 3px solid #12171c;
  display: flex; }
  .list-header .list-name {
    flex: 1; }
  .list-header .list-action {
    display: flex;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.15s ease-out; }
    .list-header .list-action .caret-icon {
      font-size: 2.2rem;
      display: flex;
      height: 1.5rem;
      align-items: center;
      margin: 0 -0.4rem; }
    .list-header .list-action:hover {
      opacity: 1; }

.list-item {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 0.5rem;
  background: #1d2227;
  transition: 0.15s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 0.4rem 0.4rem;
  cursor: pointer;
  font-size: 1.4rem; }
  .list-item .item-icon {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 0.4rem; }
    .list-item .item-icon img {
      width: 100%; }
  .list-item .item-info {
    position: relative;
    flex: 1;
    min-width: 0;
    color: #cdcdcd;
    padding: 0.4rem;
    transition: color 0.15s ease-out; }
  .list-item .item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .list-item .item-description {
    display: flex;
    opacity: 0.5;
    justify-content: space-between;
    word-break: break-word; }
    .list-item .item-description.expiration {
      color: #d6604b !important;
      opacity: 0.8;
      font-style: italic; }
  .list-item .item-status {
    text-align: right;
    margin-left: 0.8rem; }
  .list-item .item-overlay {
    pointer-events: none;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem; }
    .list-item .item-overlay:before, .list-item .item-overlay:after {
      content: '';
      position: absolute;
      opacity: 0;
      transition: 0.2s ease-out; }
    .list-item .item-overlay:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.4); }
    .list-item .item-overlay:after {
      display: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.4); }
  .list-item.default .item-icon:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #c9c9c9; }
  .list-item.default.rarity-6 .item-icon {
    background: #ceae33; }
  .list-item.default.rarity-5 .item-icon {
    background: #522f65; }
  .list-item.default.rarity-4 .item-icon {
    background: #5076a3; }
  .list-item.default.rarity-3 .item-icon {
    background: #366f42; }
  .list-item.default.rarity-2 .item-icon {
    background: #c5bcb5; }
  .list-item.detail {
    position: -webkit-sticky;
    position: sticky;
    top: calc(3.7rem + 1px);
    cursor: initial; }
  .list-item.active, .list-item.selected {
    background: #353c42;
    border: 1px solid rgba(255, 255, 255, 0.4); }
  .list-item.active .item-overlay:before, .list-item.active .item-overlay:after {
    opacity: 1; }
  .list-item.active .item-overlay:after {
    top: -0.3rem;
    left: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    transition-delay: 0.1s;
    transition-duration: 0.25s; }
  .list-item.disabled {
    cursor: inherit; }
  .list-item.locked {
    cursor: inherit;
    opacity: 0.3; }
  .list-item.tracked > .item-icon:before,
  .list-item.tracked .item-header .item-icon:before {
    border-color: #bdfc7f !important; }
  .list-item.unlocked {
    border-color: #82c0b6; }
  .list-item.completed {
    opacity: 1;
    border-color: #b39d5e; }
    .list-item.completed .item-info,
    .list-item.completed .item-description {
      color: #b39d5e; }
    .list-item.completed .item-info:after {
      display: none; }

.list-detail {
  flex: 1;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  color: rgba(205, 205, 205, 0.5);
  background: #1d2227;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 0.4rem 0.4rem; }

.item-progression .progression-body,
.item-objective .objective-progress {
  position: relative;
  flex: 1;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1.4rem; }
  .item-progression .progression-body .progress-bar,
  .item-objective .objective-progress .progress-bar {
    position: absolute;
    height: 100%;
    background: rgba(93, 165, 105, 0.9);
    transition: 0.35s ease-out; }
  .item-progression .progression-body .progress-description,
  .item-progression .progression-body .progress-value,
  .item-objective .objective-progress .progress-description,
  .item-objective .objective-progress .progress-value {
    position: relative;
    padding: 0.2rem 0.4rem; }
  .item-progression .progression-body .progress-value,
  .item-objective .objective-progress .progress-value {
    align-self: center; }
  .item-progression .progression-body .progress-description,
  .item-objective .objective-progress .progress-description {
    flex: 1; }
    .item-progression .progression-body .progress-description .svg-icon,
    .item-objective .objective-progress .progress-description .svg-icon {
      font-size: 1em;
      margin: -0.2em 0 0;
      padding-right: 0.1rem;
      fill: #cdcdcd; }

.item-progression {
  color: #dedddc; }
  .item-progression .progression-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem; }
    .item-progression .progression-header.bonus {
      color: #13e2ee; }
  .item-progression .progression-body .progress-bar {
    background: rgba(51, 113, 119, 0.9); }
  .item-progression + .item-progression {
    margin-top: 0.8rem; }

.item-objective {
  display: flex;
  margin-top: 0.4rem;
  align-items: flex-start;
  color: #dedddc; }
  .item-objective .objective-checkbox {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(0, 0, 0, 0.3);
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem; }
  .item-objective.complete {
    opacity: 0.8; }
    .item-objective.complete .objective-checkbox {
      opacity: 0.8; }
      .item-objective.complete .objective-checkbox:before {
        content: '';
        position: absolute;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        background: #5da569; }
    .item-objective.complete .objective-progress .progress-bar {
      display: none; }
  .item-objective.over-complete .objective-checkbox:before {
    background: #b39d5e; }
  .item-objective.over-complete .objective-progress .progress-bar {
    background: rgba(179, 157, 94, 0.7); }

.reward-item {
  display: flex;
  align-items: center; }
  .reward-item .item-icon {
    width: 28px;
    height: 28px;
    background: none !important; }
    .reward-item .item-icon:before {
      display: none; }
  .reward-item .item-info {
    padding: 0.4rem; }
  .reward-item + .reward-item {
    margin-top: 0.4rem; }
  .reward-item.free {
    background: rgba(63, 67, 69, 0.9); }
    .reward-item.free.locked, .reward-item.free.claimed {
      background: rgba(63, 67, 69, 0.2); }
  .reward-item.premium {
    background: rgba(0, 142, 143, 0.9); }
    .reward-item.premium.locked, .reward-item.premium.claimed {
      background: rgba(0, 142, 143, 0.2); }
  .reward-item.locked .item-icon img, .reward-item.claimed .item-icon img {
    opacity: 0.2; }
  .reward-item.locked .item-info, .reward-item.claimed .item-info {
    opacity: 0.5; }
  .reward-item.claimed .item-icon {
    position: relative; }
    .reward-item.claimed .item-icon:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      background: url(assets/icons/01a3-00007598_season.png) center no-repeat;
      background-size: contain;
      width: 50%;
      height: 50%; }

.activity-modifiers {
  display: flex;
  margin: 0 -0.2rem;
  flex-wrap: wrap; }

.activity-modifier {
  padding: 0 0.2rem 0.2rem; }
  .activity-modifier img {
    height: 9vw;
    max-width: none; }

.activity-challenges {
  border-top: 2px solid #bab16c;
  background: rgba(66, 61, 36, 0.5);
  margin-top: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
  margin-bottom: -1rem;
  color: #dedddc; }
  .activity-challenges .challenges-header {
    color: #e8d862;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-weight: 500; }
  .activity-challenges .challenge {
    position: relative;
    padding-left: 2.5rem;
    padding-bottom: 0.8rem; }
    .activity-challenges .challenge:before {
      position: absolute;
      content: '';
      width: 2.6rem;
      height: 2.6rem;
      background: url(assets/01a3-00007844.png) center no-repeat;
      background-size: contain;
      left: -0.3rem;
      top: -0.6rem; }
    .activity-challenges .challenge + .challenge {
      margin-top: 2.4rem; }
      .activity-challenges .challenge + .challenge:after {
        content: '';
        position: absolute;
        border-top: 2px solid #bab16c;
        top: -1.8rem;
        left: -1.6rem;
        right: -1.6rem;
        opacity: 0.3; }
  .activity-challenges .challenge-description {
    margin-bottom: 0.8rem; }
  .activity-challenges .challenge-rewards {
    margin: 0.8rem -0.4rem 0; }

.activity-component {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .activity-component img {
    max-width: 100%; }
  .activity-component .activity-wrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0.4rem;
    display: flex;
    flex: 1;
    flex-direction: column; }
  .activity-component .activity-header {
    display: flex;
    background: #1d2227;
    flex: 0 0; }
  .activity-component .activity-icon {
    flex: 0 0 6rem;
    padding: 0.5rem;
    min-height: 6rem;
    position: relative;
    background: rgba(0, 0, 0, 0.3) center no-repeat;
    background-size: 80%; }
    .activity-component .activity-icon img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      max-width: calc(100% - 1.5rem);
      max-height: calc(100% - 1.5rem); }
  .activity-component .activity-banner {
    height: 0;
    padding-bottom: 56.25%;
    background: #0b0d0e; }
  .activity-component .activity-title {
    flex: 1;
    padding: 1.2rem 1.5rem;
    color: rgba(245, 245, 245, 0.75);
    text-transform: uppercase;
    font-weight: 500; }
    .activity-component .activity-title .activity-name {
      font-size: 1.8rem; }
    .activity-component .activity-title .activity-type {
      font-size: 1.5rem;
      opacity: 0.5;
      text-transform: initial;
      font-weight: 400; }
  .activity-component .activity-body {
    flex: 1;
    font-size: 1.4rem;
    background: #1d2227 top center no-repeat;
    background-size: 85% auto;
    min-height: 10rem; }
    .activity-component .activity-body > * {
      padding: 1.2rem 1.5rem 0.4rem; }
  .activity-component .activity-mission-name {
    font-size: 1.8rem;
    font-weight: 500;
    color: #cdcdcd;
    margin-bottom: 1rem; }
  .activity-component .activity-location {
    font-size: 1.6rem;
    font-weight: 500;
    color: #c7c0a5;
    margin-bottom: 0.5rem; }
  .activity-component .activity-description {
    line-height: 2rem;
    color: #9c9d9d; }
  .activity-component .activity-power {
    color: #e8d862;
    margin-top: 0.5rem; }
    .activity-component .activity-power .svg-icon {
      fill: #e8d862; }
  .activity-component .activity-modifiers {
    padding: 0.3rem 0rem; }
  .activity-component .activity-info {
    padding: 1.5rem; }
  .activity-component .activity-challenges {
    margin: 0; }
  .activity-component .activity-transitory {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.5rem;
    padding-bottom: 1.2rem; }
    .activity-component .activity-transitory .transitory-header {
      display: flex;
      text-transform: uppercase;
      margin-bottom: 0.8rem;
      font-weight: 500; }
      .activity-component .activity-transitory .transitory-header .name {
        flex: 1; }
      .activity-component .activity-transitory .transitory-header .value {
        opacity: 0.6; }
    .activity-component .activity-transitory .transitory-teams {
      display: flex;
      margin: 0 -0.2rem;
      font-size: 1.2rem; }
    .activity-component .activity-transitory .transitory-team {
      flex: 1; }
      .activity-component .activity-transitory .transitory-team .team-header {
        display: flex;
        padding: 0.4rem 0.6rem;
        background: rgba(0, 0, 0, 0.3);
        margin: 0 0.1rem 0.1rem;
        line-height: 1.8rem; }
        .activity-component .activity-transitory .transitory-team .team-header .header-name {
          flex: 1; }
        .activity-component .activity-transitory .transitory-team .team-header .header-score {
          text-align: right; }
      .activity-component .activity-transitory .transitory-team .team-members {
        display: flex;
        flex-direction: column; }
      .activity-component .activity-transitory .transitory-team .team-member {
        position: relative;
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0.2rem;
        background: rgba(0, 0, 0, 0.3);
        margin: 0.1rem;
        min-height: 1.8rem; }
        .activity-component .activity-transitory .transitory-team .team-member .member-emblem {
          flex: 0 0 1.8rem;
          height: 1.8rem;
          background: rgba(255, 255, 255, 0.25); }
        .activity-component .activity-transitory .transitory-team .team-member .member-name {
          flex: 1;
          padding-left: 0.4rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .activity-component .activity-transitory .transitory-team .team-member.is-leader:before {
          content: '';
          position: absolute;
          top: 0.1rem;
          left: 0.1rem;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 9px 0 0;
          border-color: #cdd400 transparent transparent transparent; }
        .activity-component .activity-transitory .transitory-team .team-member.is-empty {
          position: relative;
          background: none !important; }
          .activity-component .activity-transitory .transitory-team .team-member.is-empty:before {
            content: '';
            position: absolute;
            top: 0.1rem;
            left: 0.1rem;
            right: 0.1rem;
            bottom: 0.1rem;
            border: 1px solid rgba(255, 255, 255, 0.1); }
          .activity-component .activity-transitory .transitory-team .team-member.is-empty .member-corner {
            position: absolute;
            width: 5px;
            height: 5px;
            border: 1px solid rgba(255, 255, 255, 0.2); }
            .activity-component .activity-transitory .transitory-team .team-member.is-empty .member-corner.tl {
              left: 0.1rem;
              top: 0.1rem;
              border-right: none;
              border-bottom: none; }
            .activity-component .activity-transitory .transitory-team .team-member.is-empty .member-corner.tr {
              right: 0.1rem;
              top: 0.1rem;
              border-left: none;
              border-bottom: none; }
            .activity-component .activity-transitory .transitory-team .team-member.is-empty .member-corner.bl {
              left: 0.1rem;
              bottom: 0.1rem;
              border-top: none;
              border-right: none; }
            .activity-component .activity-transitory .transitory-team .team-member.is-empty .member-corner.br {
              right: 0.1rem;
              bottom: 0.1rem;
              border-top: none;
              border-left: none; }
          .activity-component .activity-transitory .transitory-team .team-member.is-empty .member-emblem {
            display: none; }
    .activity-component .activity-transitory.teams .transitory-team.team-1 .team-member {
      background: #5883be; }
    .activity-component .activity-transitory.teams .transitory-team.team-2 .team-member {
      background: #be362a; }
    .activity-component .activity-transitory.single .transitory-teams {
      flex-direction: column; }
    .activity-component .activity-transitory.single .transitory-team .team-members {
      flex-direction: row;
      flex-wrap: wrap; }
    .activity-component .activity-transitory.single .transitory-team .team-member {
      flex: 0 0 calc(50% - 0.6rem); }

.activity-component.offline .activity-icon, .activity-component.in-orbit .activity-icon {
  background-image: url(assets/activity_icons/01e3-00000278.png); }
  .activity-component.offline .activity-icon img, .activity-component.in-orbit .activity-icon img {
    display: none; }

.activity-component.pvp .activity-header {
  background: #6f2520; }

.activity-component.rumble .activity-icon {
  background-image: url(assets/activity_icons/pvp/01a3-00006770.png); }
  .activity-component.rumble .activity-icon img {
    display: none; }

.activity-component.clash .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00001182.png); }
  .activity-component.clash .activity-icon img {
    display: none; }

.activity-component.control .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00001381.png); }
  .activity-component.control .activity-icon img {
    display: none; }

.activity-component.breakthrough .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00000888.png); }
  .activity-component.breakthrough .activity-icon img {
    display: none; }

.activity-component.countdown .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00001447.png); }
  .activity-component.countdown .activity-icon img {
    display: none; }

.activity-component.lockdown .activity-icon {
  background-image: url(assets/activity_icons/pvp/0560-00001756.png); }
  .activity-component.lockdown .activity-icon img {
    display: none; }

.activity-component.showdown .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00000354.png); }
  .activity-component.showdown .activity-icon img {
    display: none; }

.activity-component.survival .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00001369.png); }
  .activity-component.survival .activity-icon img {
    display: none; }

.activity-component.mayhem .activity-icon {
  background-image: url(assets/activity_icons/pvp/01a3-00006757.png); }
  .activity-component.mayhem .activity-icon img {
    display: none; }

.activity-component.scorched .activity-icon {
  background-image: url(assets/activity_icons/pvp/0560-00001761.png); }
  .activity-component.scorched .activity-icon img {
    display: none; }

.activity-component.supremacy .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00001411.png); }
  .activity-component.supremacy .activity-icon img {
    display: none; }

.activity-component.elimination .activity-icon {
  background-image: url(assets/activity_icons/pvp/01a3-00003756.png); }
  .activity-component.elimination .activity-icon img {
    display: none; }

.activity-component.trials .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00001354.png); }
  .activity-component.trials .activity-icon img {
    display: none; }

.activity-component.iron-banner .activity-icon {
  background-image: url(assets/activity_icons/pvp/0560-00001750.png); }
  .activity-component.iron-banner .activity-icon img {
    display: none; }

.activity-component.doubles .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00000392.png); }
  .activity-component.doubles .activity-icon img {
    display: none; }

.activity-component.crimson-doubles .activity-icon {
  background-image: url(assets/activity_icons/pvp/01e3-00000384.png); }
  .activity-component.crimson-doubles .activity-icon img {
    display: none; }

.activity-component.gambit .activity-header, .activity-component.gambit-prime .activity-header {
  background: #204239; }

.activity-component.gambit .activity-icon {
  background-image: url(assets/activity_icons/pvp/01a3-00000715.png); }
  .activity-component.gambit .activity-icon img {
    display: none; }

.activity-component.gambit-prime .activity-icon {
  background-image: url(assets/activity_icons/pvp/01a3-00000719.png); }
  .activity-component.gambit-prime .activity-icon img {
    display: none; }

.activity-component.reckoning .activity-header {
  background: #204239; }

.activity-component.reckoning .activity-icon {
  background-image: url(assets/activity_icons/01a3-00003428.png); }
  .activity-component.reckoning .activity-icon img {
    display: none; }

.activity-component.strike .activity-header {
  background: #24323e; }

.activity-component.raid .activity-header {
  background: #273944; }

.activity-component.adventure .activity-header {
  background: #6d3312; }

.activity-component.adventure .activity-icon {
  background-image: url(assets/activity_icons/01a3-00001062.png); }
  .activity-component.adventure .activity-icon img {
    display: none; }

.activity-component.adventure .activity-body {
  position: relative; }
  .activity-component.adventure .activity-body > * {
    position: relative; }
  .activity-component.adventure .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/01a3-00001798.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.story.heroic .activity-header {
  background: #233039; }

.activity-component.quest .activity-header, .activity-component.quest-legacy .activity-header {
  background: #111633; }

.activity-component.quest .activity-icon, .activity-component.quest-legacy .activity-icon {
  background-image: url(assets/activity_icons/02af-00004746.png); }
  .activity-component.quest .activity-icon img, .activity-component.quest-legacy .activity-icon img {
    display: none; }

.activity-component.quest .activity-body, .activity-component.quest-legacy .activity-body {
  position: relative; }
  .activity-component.quest .activity-body > *, .activity-component.quest-legacy .activity-body > * {
    position: relative; }
  .activity-component.quest .activity-body:before, .activity-component.quest-legacy .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002317.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.solstice .activity-header {
  background: #111633; }

.activity-component.solstice .activity-icon {
  background-image: url(assets/activity_icons/02af-00004769.png); }
  .activity-component.solstice .activity-icon img {
    display: none; }

.activity-component.solstice .activity-body {
  position: relative; }
  .activity-component.solstice .activity-body > * {
    position: relative; }
  .activity-component.solstice .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002350.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.destiny .activity-header {
  background: #111633; }

.activity-component.destiny .activity-icon {
  background-image: url(assets/activity_icons/0590-00002285.png); }
  .activity-component.destiny .activity-icon img {
    display: none; }

.activity-component.destiny .activity-body {
  position: relative; }
  .activity-component.destiny .activity-body > * {
    position: relative; }
  .activity-component.destiny .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002288.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.subclass-quest .activity-header {
  background: #54192b; }

.activity-component.flashpoint .activity-header {
  background: #114155; }

.activity-component.red-war .activity-header {
  background: #491113; }

.activity-component.red-war .activity-icon {
  background-image: url(assets/activity_icons/01a3-00001054.png); }
  .activity-component.red-war .activity-icon img {
    display: none; }

.activity-component.red-war .activity-body {
  position: relative; }
  .activity-component.red-war .activity-body > * {
    position: relative; }
  .activity-component.red-war .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002592.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.osiris .activity-header {
  background: #494e21; }

.activity-component.osiris .activity-icon {
  background-image: url(assets/activity_icons/01a3-00007504.png); }
  .activity-component.osiris .activity-icon img {
    display: none; }

.activity-component.osiris .activity-body {
  position: relative; }
  .activity-component.osiris .activity-body > * {
    position: relative; }
  .activity-component.osiris .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002696.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.warmind .activity-header {
  background: #274443; }

.activity-component.warmind .activity-icon {
  background-image: url(assets/activity_icons/01a3-00007547.png); }
  .activity-component.warmind .activity-icon img {
    display: none; }

.activity-component.warmind .activity-body {
  position: relative; }
  .activity-component.warmind .activity-body > * {
    position: relative; }
  .activity-component.warmind .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002761.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.forsaken .activity-header {
  background: #24151f; }

.activity-component.forsaken .activity-icon {
  background-image: url(assets/activity_icons/01a3-00007572.png); }
  .activity-component.forsaken .activity-icon img {
    display: none; }

.activity-component.forsaken .activity-body {
  position: relative; }
  .activity-component.forsaken .activity-body > * {
    position: relative; }
  .activity-component.forsaken .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002375.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.black-armory .activity-header {
  background: #2d2226; }

.activity-component.black-armory .activity-icon {
  background-image: url(assets/activity_icons/0560-00001700.png); }
  .activity-component.black-armory .activity-icon img {
    display: none; }

.activity-component.black-armory .activity-body {
  position: relative; }
  .activity-component.black-armory .activity-body > * {
    position: relative; }
  .activity-component.black-armory .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002413.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.forge .activity-header {
  background: #2d2226; }

.activity-component.forge .activity-icon {
  background-image: url(assets/activity_icons/01e3-00000531.png); }
  .activity-component.forge .activity-icon img {
    display: none; }

.activity-component.forge .activity-body {
  position: relative; }
  .activity-component.forge .activity-body > * {
    position: relative; }
  .activity-component.forge .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002444.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.menagerie .activity-header {
  background: #2b1d17; }

.activity-component.menagerie .activity-icon {
  background-image: url(assets/activity_icons/01a3-00000856.png); }
  .activity-component.menagerie .activity-icon img {
    display: none; }

.activity-component.menagerie .activity-body {
  position: relative; }
  .activity-component.menagerie .activity-body > * {
    position: relative; }
  .activity-component.menagerie .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002474.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.tribute-hall .activity-header {
  background: #2b1d17; }

.activity-component.tribute-hall .activity-icon {
  background-image: url(assets/activity_icons/01a3-00003400.png); }
  .activity-component.tribute-hall .activity-icon img {
    display: none; }

.activity-component.tribute-hall .activity-body {
  position: relative; }
  .activity-component.tribute-hall .activity-body > * {
    position: relative; }
  .activity-component.tribute-hall .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002474.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.shadowkeep .activity-header {
  background: #3a0a0a; }

.activity-component.shadowkeep .activity-icon {
  background-image: url(assets/activity_icons/01a3-00002748.png); }
  .activity-component.shadowkeep .activity-icon img {
    display: none; }

.activity-component.shadowkeep .activity-body {
  position: relative; }
  .activity-component.shadowkeep .activity-body > * {
    position: relative; }
  .activity-component.shadowkeep .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002558.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.vex-offensive .activity-header {
  background: #054f50; }

.activity-component.vex-offensive .activity-icon {
  background-image: url(assets/activity_icons/01a3-00002722.png); }
  .activity-component.vex-offensive .activity-icon img {
    display: none; }

.activity-component.vex-offensive .activity-body {
  position: relative; }
  .activity-component.vex-offensive .activity-body > * {
    position: relative; }
  .activity-component.vex-offensive .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/01a3-00002723.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.dungeon .activity-header {
  background: #5d4f45; }

.activity-component.dungeon .activity-icon {
  background-image: url(assets/activity_icons/0590-00002860.png); }
  .activity-component.dungeon .activity-icon img {
    display: none; }

.activity-component.dungeon .activity-body {
  position: relative; }
  .activity-component.dungeon .activity-body > * {
    position: relative; }
  .activity-component.dungeon .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002862.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.sundial .activity-header {
  background: #054f50; }

.activity-component.sundial .activity-icon {
  background-image: url(assets/activity_icons/01a3-00002722_2.png); }
  .activity-component.sundial .activity-icon img {
    display: none; }

.activity-component.sundial .activity-body {
  position: relative; }
  .activity-component.sundial .activity-body > * {
    position: relative; }
  .activity-component.sundial .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0590-00002528_2.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.activity-component.sundial-spire .activity-header {
  background: #494e21; }

.activity-component.sundial-spire .activity-icon {
  background-image: url(assets/activity_icons/0709-00004980.png); }
  .activity-component.sundial-spire .activity-icon img {
    display: none; }

.activity-component.sundial-spire .activity-body {
  position: relative; }
  .activity-component.sundial-spire .activity-body > * {
    position: relative; }
  .activity-component.sundial-spire .activity-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/activity_backgrounds/0709-00004984.png) top center no-repeat;
    background-size: 90% auto;
    opacity: 0.05; }

.guide-section.chalice {
  padding: 0.5rem; }
  .guide-section.chalice .rune-slots {
    display: flex;
    flex-direction: column; }
  .guide-section.chalice .rune-slot .slot-name {
    font-weight: 500;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.2rem; }
  .guide-section.chalice .rune-slot .slot-list {
    display: flex;
    flex-direction: column; }
  .guide-section.chalice .rune-slot .slot-item {
    display: flex;
    align-items: center; }
    .guide-section.chalice .rune-slot .slot-item .item-name {
      display: block;
      padding-left: 0.4rem; }
  .guide-section.chalice .rune-slot + .rune-slot {
    margin-top: 0.8rem; }
  .guide-section.chalice .rune-sections {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.3rem;
    margin-right: -0.8rem; }
  .guide-section.chalice .rune-section {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    margin-top: 1rem; }
    .guide-section.chalice .rune-section .rune-header {
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0.4rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      padding-bottom: 0.2rem;
      margin-right: 0.8rem; }
    .guide-section.chalice .rune-section.armor {
      flex: 0 0 50%; }
    .guide-section.chalice .rune-section.weapons {
      flex: 0 0 100%; }
  .guide-section.chalice .rune-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.25rem;
    padding-right: 1.1rem; }
    .guide-section.chalice .rune-list .slot-item {
      cursor: pointer; }
  .guide-section.chalice .slot-item {
    position: relative;
    margin: 0.25rem; }
    .guide-section.chalice .slot-item img {
      display: block;
      width: 100%;
      height: 100%; }
    .guide-section.chalice .slot-item .item-name {
      display: none; }
    .guide-section.chalice .slot-item .icon-wrap {
      border: 1px solid #9e9e9e;
      background: transparent;
      width: 30px;
      height: 30px; }
      .guide-section.chalice .slot-item .icon-wrap:before, .guide-section.chalice .slot-item .icon-wrap:after {
        content: '';
        position: absolute;
        opacity: 0;
        transition: 0.35s ease-out; }
      .guide-section.chalice .slot-item .icon-wrap:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid rgba(255, 255, 255, 0.9); }
      .guide-section.chalice .slot-item .icon-wrap:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid rgba(255, 255, 255, 0.3); }
    .guide-section.chalice .slot-item .item-status {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 18px;
      height: 18px; }
      .guide-section.chalice .slot-item .item-status:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 18px 18px;
        border-color: transparent transparent transparent transparent; }
      .guide-section.chalice .slot-item .item-status:after {
        position: absolute;
        content: '';
        background: none center no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        bottom: 1px;
        right: 0px; }
    .guide-section.chalice .slot-item.disabled {
      pointer-events: none; }
    .guide-section.chalice .slot-item.active .icon-wrap:before, .guide-section.chalice .slot-item.active .icon-wrap:after {
      opacity: 1; }
    .guide-section.chalice .slot-item.active .icon-wrap:before {
      background: rgba(255, 255, 255, 0.1); }
    .guide-section.chalice .slot-item.active .icon-wrap:after {
      top: -0.3rem;
      left: -0.3rem;
      right: -0.3rem;
      bottom: -0.3rem;
      transition-delay: 0.1s;
      transition-duration: 0.2s; }
    .guide-section.chalice .slot-item.selected .item-status:before {
      border-color: transparent transparent #8ecacb transparent; }
    .guide-section.chalice .slot-item.selected .item-status:after {
      background-image: url(assets/icons/01a3-00007598.png); }
  .guide-section.chalice .icon-masterwork {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(assets/item_icons/0593-00004532.png) center no-repeat;
    background-size: contain; }
    .guide-section.chalice .icon-masterwork:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: none center no-repeat;
      background-size: contain; }
    .guide-section.chalice .icon-masterwork.arc:before {
      background-image: url(assets/item_icons/0594-00006227.png); }
    .guide-section.chalice .icon-masterwork.solar:before {
      background-image: url(assets/item_icons/0594-00006248.png); }
    .guide-section.chalice .icon-masterwork.void:before {
      background-image: url(assets/item_icons/0594-00006270.png); }
    .guide-section.chalice .icon-masterwork.handling:before {
      background-image: url(assets/item_icons/0594-00007007.png); }
    .guide-section.chalice .icon-masterwork.reload:before {
      background-image: url(assets/item_icons/0594-00007080.png); }
    .guide-section.chalice .icon-masterwork.range:before {
      background-image: url(assets/item_icons/0594-00006972.png); }
    .guide-section.chalice .icon-masterwork.stability:before {
      background-image: url(assets/item_icons/0594-00006905.png); }

.guide-section.wish {
  padding: 0.8rem; }
  .guide-section.wish .wish-item {
    justify-content: center; }
    .guide-section.wish .wish-item .item-header {
      padding: 0 0.4rem; }
      .guide-section.wish .wish-item .item-header .item-name {
        font-weight: 500;
        margin-bottom: 0.4rem; }
      .guide-section.wish .wish-item .item-header .item-description {
        opacity: 0.6; }
    .guide-section.wish .wish-item .item-nodes {
      display: flex;
      flex-wrap: wrap;
      padding: 0.4rem 0; }
    .guide-section.wish .wish-item .item-node {
      position: relative;
      flex: 0 0 20%;
      display: flex;
      justify-content: center; }
      .guide-section.wish .wish-item .item-node .node-icon {
        position: relative;
        flex: 1;
        max-width: 8rem;
        margin: 0.4rem; }
        .guide-section.wish .wish-item .item-node .node-icon:before {
          content: '';
          display: block;
          width: 100%;
          padding-bottom: 100%;
          border-radius: 4em;
          background: #000 url(assets/03ab-00001990.png) 0rem 0rem;
          background-size: auto 400%;
          border: 1px solid rgba(255, 255, 255, 0.3); }
        .guide-section.wish .wish-item .item-node .node-icon.node-0:before {
          background-image: none; }
        .guide-section.wish .wish-item .item-node .node-icon.node-1:before {
          background-position: 0rem 0rem; }
        .guide-section.wish .wish-item .item-node .node-icon.node-2:before {
          background-position: -100% -125%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-3:before {
          background-position: -200% 150%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-4:before {
          background-position: -300% 25%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-5:before {
          background-position: 0rem 300%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-6:before {
          background-position: -100% -225%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-7:before {
          background-position: -200% -350%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-8:before {
          background-position: -300% -75%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-9:before {
          background-position: 0rem 200%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-10:before {
          background-position: -100% -325%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-11:before {
          background-position: -200% -50%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-12:before {
          background-position: -300% -175%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-13:before {
          background-position: 0rem 100%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-14:before {
          background-position: -100% -25%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-15:before {
          background-position: -200% -150%; }
        .guide-section.wish .wish-item .item-node .node-icon.node-16:before {
          background-position: -300% -275%; }
    .guide-section.wish .wish-item + .wish-item {
      margin-top: 0.8rem; }

.list-item.guide {
  z-index: 1; }
  .list-item.guide .item-info {
    flex-direction: column;
    justify-content: center;
    display: flex; }

.guide-actions {
  padding: 0.4rem 1.2rem;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 5rem;
  z-index: 1; }
  .guide-actions .action-button {
    position: relative;
    border: 1px solid #9e9e9e;
    background: transparent;
    cursor: pointer;
    margin: 0 0.2rem;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    opacity: 0.6;
    transition: 0.25s ease-out; }
    .guide-actions .action-button .logout-icon {
      transform: translateY(1px); }
    .guide-actions .action-button:before, .guide-actions .action-button:after {
      content: '';
      position: absolute;
      opacity: 0;
      transition: 0.35s ease-out; }
    .guide-actions .action-button:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.9); }
    .guide-actions .action-button:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.3); }
    .guide-actions .action-button.disabled {
      pointer-events: none;
      opacity: 0.2; }
    .guide-actions .action-button.active {
      opacity: 1; }
      .guide-actions .action-button.active:before, .guide-actions .action-button.active:after {
        opacity: 1; }
      .guide-actions .action-button.active:before {
        background: rgba(255, 255, 255, 0.1); }
      .guide-actions .action-button.active:after {
        top: -0.3rem;
        left: -0.3rem;
        right: -0.3rem;
        bottom: -0.3rem;
        transition-delay: 0.1s;
        transition-duration: 0.2s; }

.guide-section {
  position: relative;
  overflow: hidden; }

.guide-info,
.guide-section {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #1d2227;
  margin: 0.4rem;
  display: flex;
  font-size: 1.4rem;
  flex-direction: column; }

.guide-info {
  padding: 1rem; }

.lore-component {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .lore-component .list-item {
    align-items: center; }
    .lore-component .list-item.detail:after {
      content: '';
      position: absolute;
      bottom: -0.6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      left: -0.1rem;
      right: -0.1rem;
      height: 0.4rem;
      background: #11171c; }
  .lore-component .item-description {
    margin-top: 0.2rem; }
  .lore-component .list-detail .lore-subtitle {
    margin-bottom: 1rem; }

.list-item.pursuit {
  display: flex;
  padding: 0.5rem;
  background: #1d2227;
  cursor: pointer;
  flex-direction: column;
  font-size: 1.4rem;
  color: #cdcdcd; }
  .list-item.pursuit .item-header {
    display: flex;
    flex: 1; }
    .list-item.pursuit .item-header > .item-icon {
      position: relative;
      width: 48px;
      height: 48px; }
      .list-item.pursuit .item-header > .item-icon img {
        width: 100%; }
    .list-item.pursuit .item-header > .item-info {
      position: relative;
      flex: 1;
      min-width: 0; }
      .list-item.pursuit .item-header > .item-info > .item-name {
        font-size: 1.6rem;
        margin-bottom: 0.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500; }
      .list-item.pursuit .item-header > .item-info .item-subtitle {
        display: flex;
        opacity: 0.5;
        justify-content: space-between; }
    .list-item.pursuit .item-header .item-rewards {
      margin-top: 0.6rem; }
  .list-item.pursuit .item-progress {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .list-item.pursuit .item-progress .progress-bar {
      height: 100%;
      background: #79ba85; }
  .list-item.pursuit .item-objectives {
    margin-top: 0.8rem; }
  .list-item.pursuit .item-objective.no-bar .objective-progress {
    background: none; }
  .list-item.pursuit .item-quantity {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.2rem 0.4rem;
    background: #c9c9c9;
    color: #000; }
  .list-item.pursuit .item-tracked {
    position: absolute;
    right: 0.4rem;
    top: -0.5rem;
    width: 3em;
    height: 3.6em;
    font-size: 0.7rem;
    background: url(assets/0560-00002145.png) center no-repeat;
    background-size: contain; }
    .list-item.pursuit .item-tracked:before {
      content: '';
      position: absolute;
      width: 2.4em;
      height: 2.4em;
      background: url(assets/0560-00002144.png) center no-repeat;
      background-size: contain;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      margin-top: -0.4em; }
  .list-item.pursuit .item-detail {
    margin: 0.4rem -0.5rem 0;
    padding: 0.8rem 0.8rem 0.4rem;
    border-top: 2px solid rgba(255, 255, 255, 0.15); }
    .list-item.pursuit .item-detail + .item-detail {
      margin-top: 0.6rem; }
  .list-item.pursuit .item-description.source {
    font-style: italic; }
  .list-item.pursuit .item-description.expiration {
    margin-top: 1rem; }
  .list-item.pursuit .item-subheader {
    padding: 0.8rem 0rem;
    color: #5da569;
    font-weight: 500;
    text-transform: uppercase; }
  .list-item.pursuit .item-icon-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.8em;
    height: 1.8em;
    font-size: 1.5rem; }
    .list-item.pursuit .item-icon-status:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 1.8em 1.8em;
      border-color: transparent transparent transparent transparent; }
    .list-item.pursuit .item-icon-status:after {
      position: absolute;
      content: '';
      background: none center no-repeat;
      background-size: contain;
      width: 1em;
      height: 1em;
      bottom: 0.1em;
      right: 0.1em; }
  .list-item.pursuit .activity-modifiers {
    padding: 0.6rem 0.2rem 0; }
  .list-item.pursuit .activity-challenges {
    margin: 1rem -0.8rem -1rem;
    padding: 1.2rem 0.8rem 0.4rem; }
  .list-item.pursuit .activity-phase {
    display: flex;
    margin: 0.8rem 0rem 1rem -0.4rem; }
    .list-item.pursuit .activity-phase .item-progress {
      position: relative;
      flex: 1;
      margin: 0 0.1rem;
      height: 1.4rem; }
  .list-item.pursuit.detail {
    position: static; }
  .list-item.pursuit.single {
    cursor: initial;
    pointer-events: none; }
  .list-item.pursuit.step .item-header > .item-icon {
    width: 40px;
    height: 40px; }
  .list-item.pursuit.step .item-header > .item-info {
    padding: 0.2rem 0.4rem; }
    .list-item.pursuit.step .item-header > .item-info > .item-name {
      white-space: initial; }
  .list-item.pursuit.bounty-complete .item-header .item-icon .item-progress, .list-item.pursuit.bounty-expired .item-header .item-icon .item-progress {
    display: none; }
  .list-item.pursuit.bounty-complete .item-icon-status:before {
    border-color: transparent transparent #c19954 transparent; }
  .list-item.pursuit.bounty-complete .item-icon-status:after {
    background-image: url(assets/icons/01a3-00007592.png); }
  .list-item.pursuit.bounty-expired .item-icon-status {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto; }
    .list-item.pursuit.bounty-expired .item-icon-status:before {
      transform: rotateZ(180deg);
      border-color: transparent transparent #c66464 transparent; }
    .list-item.pursuit.bounty-expired .item-icon-status:after {
      right: auto;
      left: 0.11em;
      bottom: auto;
      top: 0.1em;
      width: 0.85em;
      height: 0.85em;
      background-image: url(assets/icons/01a3-00007597.png); }
  .list-item.pursuit.rank.detail.rank-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 3.8rem;
    z-index: 1; }
  .list-item.pursuit.rank-complete {
    opacity: 0.6; }
  .list-item.pursuit.checklist .item-icon {
    display: none; }
  .list-item.pursuit.checklist.step .item-header > .item-info > .item-name {
    font-weight: normal; }
  .list-item.pursuit.artifact {
    cursor: initial; }
  .list-item.pursuit.active {
    background: #292e32; }
  .list-item.pursuit.disabled {
    opacity: 0.3;
    cursor: initial;
    pointer-events: none; }
  .list-item.pursuit + .pursuit-item {
    margin-top: 0.3rem; }

.list-item.pursuit.default .item-icon:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #c9c9c9; }

.list-item.pursuit.default.masterwork .item-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(assets/item_icons/01a3-00007631.png) center no-repeat;
  background-size: contain; }

.list-item.pursuit.default.rarity-6 .item-icon {
  background: #ceae33; }

.list-item.pursuit.default.rarity-5 .item-icon {
  background: #522f65; }

.list-item.pursuit.default.rarity-4 .item-icon {
  background: #5076a3; }

.list-item.pursuit.default.rarity-3 .item-icon {
  background: #366f42; }

.list-item.pursuit.default.rarity-2 .item-icon {
  background: #c5bcb5; }

.list-item.pursuit.season-rewards {
  padding: 0.2rem 0.8rem 0.8rem; }
  .list-item.pursuit.season-rewards .list-header {
    margin: 0.4rem -0.5rem 0;
    border: none; }

.list-item.pursuit.season-rewards .item-subheader,
.list-item.pursuit .item-detail.season-rewards .item-subheader {
  color: inherit;
  text-transform: initial;
  font-weight: 400;
  padding: 0.8rem 0rem 0.6rem;
  border-bottom: 2px solid rgba(205, 205, 205, 0.4);
  margin-bottom: 0.8rem; }

.list-item.pursuit.season-rewards .reward-item,
.list-item.pursuit .item-detail.season-rewards .reward-item {
  padding: 0.4rem 0.8rem; }
  .list-item.pursuit.season-rewards .reward-item + .reward-item,
  .list-item.pursuit .item-detail.season-rewards .reward-item + .reward-item {
    margin-top: 0; }

.list-item.pursuit .item-detail.season-rewards {
  padding: 0;
  border-top: 0;
  margin: 0; }
  .list-item.pursuit .item-detail.season-rewards .item-subheader {
    border: none;
    margin: 0; }
  .list-item.pursuit .item-detail.season-rewards .reward-item {
    padding: 0.4rem; }

.list-item.pursuit.challenge .item-header > .item-icon, .list-item.pursuit.type-7 .item-header > .item-icon {
  background: url(assets/activity_icons/02af-00007811.png) center no-repeat;
  background-size: auto 100%; }
  .list-item.pursuit.challenge .item-header > .item-icon img, .list-item.pursuit.type-7 .item-header > .item-icon img {
    display: none; }
  .list-item.pursuit.challenge .item-header > .item-icon:before, .list-item.pursuit.type-7 .item-header > .item-icon:before {
    display: none; }
  .list-item.pursuit.challenge .item-header > .item-icon .item-progress, .list-item.pursuit.type-7 .item-header > .item-icon .item-progress {
    display: none; }

.list-item.pursuit.hash-937240304 .item-header > .item-icon {
  background: url(assets/activity_icons/01a3-00001054.png) center no-repeat;
  background-size: auto 100%; }
  .list-item.pursuit.hash-937240304 .item-header > .item-icon img {
    display: none; }
  .list-item.pursuit.hash-937240304 .item-header > .item-icon:before {
    display: none; }
  .list-item.pursuit.hash-937240304 .item-header > .item-icon .item-progress {
    display: none; }

.list-item.pursuit.hash-937240304.questline {
  background: rgba(73, 17, 19, 0.8); }
  .list-item.pursuit.hash-937240304.questline.active, .list-item.pursuit.hash-937240304.questline.selected {
    background: rgba(94, 22, 24, 0.8); }

.list-item.pursuit.hash-1728500716 .item-header > .item-icon {
  background: url(assets/activity_icons/01a3-00007504.png) center no-repeat;
  background-size: auto 100%; }
  .list-item.pursuit.hash-1728500716 .item-header > .item-icon img {
    display: none; }
  .list-item.pursuit.hash-1728500716 .item-header > .item-icon:before {
    display: none; }
  .list-item.pursuit.hash-1728500716 .item-header > .item-icon .item-progress {
    display: none; }

.list-item.pursuit.hash-1728500716.questline {
  background: rgba(73, 78, 33, 0.8); }
  .list-item.pursuit.hash-1728500716.questline.active, .list-item.pursuit.hash-1728500716.questline.selected {
    background: rgba(90, 96, 41, 0.8); }

.list-item.pursuit.hash-4122447487 .item-header > .item-icon {
  background: url(assets/activity_icons/01a3-00007547.png) center no-repeat;
  background-size: auto 100%; }
  .list-item.pursuit.hash-4122447487 .item-header > .item-icon img {
    display: none; }
  .list-item.pursuit.hash-4122447487 .item-header > .item-icon:before {
    display: none; }
  .list-item.pursuit.hash-4122447487 .item-header > .item-icon .item-progress {
    display: none; }

.list-item.pursuit.hash-4122447487.questline {
  background: rgba(39, 68, 67, 0.8); }
  .list-item.pursuit.hash-4122447487.questline.active, .list-item.pursuit.hash-4122447487.questline.selected {
    background: rgba(48, 84, 83, 0.8); }

.list-item.pursuit.hash-592351739 .item-header > .item-icon, .list-item.pursuit.hash-3650902673 .item-header > .item-icon {
  background: url(assets/activity_icons/01a3-00007572.png) center no-repeat;
  background-size: auto 100%; }
  .list-item.pursuit.hash-592351739 .item-header > .item-icon img, .list-item.pursuit.hash-3650902673 .item-header > .item-icon img {
    display: none; }
  .list-item.pursuit.hash-592351739 .item-header > .item-icon:before, .list-item.pursuit.hash-3650902673 .item-header > .item-icon:before {
    display: none; }
  .list-item.pursuit.hash-592351739 .item-header > .item-icon .item-progress, .list-item.pursuit.hash-3650902673 .item-header > .item-icon .item-progress {
    display: none; }

.list-item.pursuit.hash-592351739.questline, .list-item.pursuit.hash-3650902673.questline {
  background: rgba(36, 21, 31, 0.8); }
  .list-item.pursuit.hash-592351739.questline.active, .list-item.pursuit.hash-592351739.questline.selected, .list-item.pursuit.hash-3650902673.questline.active, .list-item.pursuit.hash-3650902673.questline.selected {
    background: rgba(52, 30, 45, 0.8); }

.list-item.pursuit.hash-2178015352 .item-header > .item-icon, .list-item.pursuit.hash-4039893890 .item-header > .item-icon {
  background: url(assets/activity_icons/01a3-00002748.png) center no-repeat;
  background-size: auto 100%; }
  .list-item.pursuit.hash-2178015352 .item-header > .item-icon img, .list-item.pursuit.hash-4039893890 .item-header > .item-icon img {
    display: none; }
  .list-item.pursuit.hash-2178015352 .item-header > .item-icon:before, .list-item.pursuit.hash-4039893890 .item-header > .item-icon:before {
    display: none; }
  .list-item.pursuit.hash-2178015352 .item-header > .item-icon .item-progress, .list-item.pursuit.hash-4039893890 .item-header > .item-icon .item-progress {
    display: none; }

.list-item.pursuit.hash-2178015352.questline, .list-item.pursuit.hash-4039893890.questline {
  background: rgba(58, 10, 10, 0.8); }
  .list-item.pursuit.hash-2178015352.questline.active, .list-item.pursuit.hash-2178015352.questline.selected, .list-item.pursuit.hash-4039893890.questline.active, .list-item.pursuit.hash-4039893890.questline.selected {
    background: rgba(80, 14, 14, 0.8); }

.list-item.triumph {
  flex: 1;
  flex-direction: column; }
  .list-item.triumph.detail {
    position: static; }
  .list-item.triumph .item-header {
    display: flex;
    align-items: center; }
  .list-item.triumph .item-detail {
    margin: 0.4rem -0.5rem 0;
    padding: 0.8rem 1rem 0.4rem;
    border-top: 2px solid rgba(255, 255, 255, 0.15); }
  .list-item.triumph .item-info {
    justify-content: center;
    display: flex;
    flex-direction: column; }
    .list-item.triumph .item-info .item-name {
      font-weight: 500; }
  .list-item.triumph .item-tracked {
    position: absolute;
    right: 0.4rem;
    top: -0.5rem;
    width: 3em;
    height: 3.6em;
    font-size: 0.7rem;
    background: url(assets/0560-00002145.png) center no-repeat;
    background-size: contain; }
    .list-item.triumph .item-tracked:before {
      content: '';
      position: absolute;
      width: 2.4em;
      height: 2.4em;
      background: url(assets/0560-00002144.png) center no-repeat;
      background-size: contain;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      margin-top: -0.4em; }
  .list-item.triumph.unlocked .item-info:after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 0;
    top: 0.2rem;
    background: url(assets/01a3-00002811.png) center no-repeat;
    background-size: contain; }
  .list-item.triumph.disabled {
    pointer-events: none; }
  .list-item.triumph.hidden {
    opacity: 0.3; }

.triumph-group {
  display: flex;
  background: #1d2227;
  padding: 0.6rem 0.5rem 0.4rem;
  flex-wrap: wrap; }
  .triumph-group.seal .triumph-group-item {
    flex: 0 0 14.28571%;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3)); }
    .triumph-group.seal .triumph-group-item .icon-wrap:before, .triumph-group.seal .triumph-group-item .icon-wrap:after {
      border-bottom-left-radius: 4rem;
      border-bottom-right-radius: 4rem; }
    .triumph-group.seal .triumph-group-item.hidden {
      opacity: 0.3; }
  .triumph-group.badge .triumph-group-item {
    flex: 0 0 25%; }
    .triumph-group.badge .triumph-group-item img {
      max-height: 100%; }
    .triumph-group.badge .triumph-group-item.complete-full .icon-wrap:before {
      opacity: 1;
      border-color: #caad5a; }
  .triumph-group.triumph {
    justify-content: center; }
    .triumph-group.triumph .triumph-group-item {
      flex: 0 0 25%; }
      .triumph-group.triumph .triumph-group-item .icon-wrap {
        display: flex;
        width: 20vw;
        height: 20vw; }
        .triumph-group.triumph .triumph-group-item .icon-wrap:before, .triumph-group.triumph .triumph-group-item .icon-wrap:after {
          border-radius: 20rem; }
        .triumph-group.triumph .triumph-group-item .icon-wrap img {
          margin: auto; }
    .triumph-group.triumph img {
      max-height: 95%; }

.triumph-group-item {
  flex: 1;
  transition: 0.25s ease-out;
  margin-top: 0.4rem;
  cursor: pointer;
  text-align: center; }
  .triumph-group-item img {
    opacity: 0.4;
    max-height: 95%;
    display: block; }
  .triumph-group-item .icon-wrap {
    height: 14vw;
    position: relative;
    display: inline-block;
    margin: auto; }
    .triumph-group-item .icon-wrap:before, .triumph-group-item .icon-wrap:after {
      content: '';
      position: absolute;
      opacity: 0;
      transition: 0.35s ease-out; }
    .triumph-group-item .icon-wrap:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.9); }
    .triumph-group-item .icon-wrap:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0.3); }
  .triumph-group-item.active .icon-wrap:before, .triumph-group-item.active .icon-wrap:after {
    opacity: 1; }
  .triumph-group-item.active .icon-wrap:after {
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    transition-delay: 0.1s;
    transition-duration: 0.2s; }
  .triumph-group-item.complete img {
    opacity: 1; }

.triumphs-component .triumph-list .list-header {
  border-bottom: none; }

.triumphs-component .list-item .item-description {
  margin-top: 0.4rem; }
  .triumphs-component .list-item .item-description.score {
    color: #cdcdcd;
    margin-top: 0.8rem;
    margin-bottom: 0; }
  .triumphs-component .list-item .item-description.expiration {
    margin-top: 0.6rem;
    margin-bottom: 0; }

.triumphs-component .list-category {
  display: flex;
  margin: 0 0.2rem 0.4rem; }
  .triumphs-component .list-category .list-item {
    margin: 0 0.2rem;
    flex-direction: column;
    flex: 1;
    align-items: center; }
    .triumphs-component .list-category .list-item .item-icon {
      width: 40px;
      height: 40px;
      margin: 0; }
    .triumphs-component .list-category .list-item .item-info {
      display: none;
      padding: 0 0.4rem; }

.tab {
  padding: 0.2rem 0 0.6rem;
  background: #12171c;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  z-index: 10; }

.tab-title {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.tab-item {
  position: relative;
  padding: 0.2rem 0 1.2rem;
  width: 4.2rem;
  text-align: center;
  cursor: pointer;
  color: rgba(205, 205, 205, 0.5);
  transition: 0.15s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .tab-item .tab-icon {
    width: 28px;
    height: 28px;
    background: none center no-repeat;
    background-size: contain;
    margin: 0.4rem 0.8rem;
    opacity: 0.4;
    transition: 0.15s ease-out; }
    .tab-item .tab-icon.activity {
      background-image: url(assets/0597-00001460.png); }
    .tab-item .tab-icon.guides {
      background-image: url(assets/01a3-00001007.png);
      background-size: auto 120%;
      transform: translateY(2px); }
    .tab-item .tab-icon.milestones {
      width: 38px;
      background-image: url(assets/01a3-00005009.png); }
    .tab-item .tab-icon.pursuits {
      background-image: url(assets/0597-00002462.png); }
    .tab-item .tab-icon.vendors {
      background-image: url(assets/0597-00003751.png); }
    .tab-item .tab-icon.lore {
      background-image: url(assets/0597-00000965.png); }
    .tab-item .tab-icon.triumphs {
      background-image: url(assets/0597-00001511.png); }
  .tab-item .tab-name {
    position: absolute;
    padding: 0rem 0.6rem;
    bottom: -0.2rem;
    opacity: 0;
    transition: 0.15s ease-out; }
  .tab-item.active, .tab-item.hover {
    color: inherit; }
    .tab-item.active .tab-icon, .tab-item.hover .tab-icon {
      opacity: 1; }
  .tab-item.active .tab-name {
    opacity: 1; }

.loader {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.loader-status {
  font-size: 1.4rem;
  margin-top: 2rem;
  opacity: 0.8; }

.config-init {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 320px;
  max-width: 100%;
  margin: auto;
  line-height: 2rem; }
  .config-init p {
    text-align: center;
    font-size: 1.4rem;
    padding: 0.8rem 2rem; }
  .config-init a {
    color: rgba(255, 206, 31, 0.75);
    text-decoration: none;
    transition: 0.15s ease-out; }
    .config-init a:hover {
      color: #ffce1f; }

.config-info {
  display: flex;
  justify-content: center;
  padding: 0.4rem 0.2rem;
  z-index: 9999; }

.config-button,
.config-select .config-option {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem 1.2rem;
  margin: 0 0.2rem;
  cursor: pointer;
  color: rgba(205, 205, 205, 0.5);
  transition: 0.15s ease-out; }
  .config-button .svg-icon,
  .config-select .config-option .svg-icon {
    fill: rgba(205, 205, 205, 0.5);
    transition: 0.15s ease-out; }
  .config-button.active, .config-button.selected,
  .config-select .config-option.active,
  .config-select .config-option.selected {
    color: inherit;
    background: #292e32; }
    .config-button.active .svg-icon, .config-button.selected .svg-icon,
    .config-select .config-option.active .svg-icon,
    .config-select .config-option.selected .svg-icon {
      fill: #cdcdcd; }
  .config-button.disabled,
  .config-select .config-option.disabled {
    pointer-events: none;
    opacity: 0.3; }

.config-button {
  white-space: nowrap;
  overflow: hidden; }

.config-select {
  position: relative;
  display: flex;
  flex: 1; }
  .config-select:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .config-select .config-options {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    transform: translateY(100%);
    background: #11171c;
    padding-bottom: 0.2rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-out; }
    .config-select .config-options .config-option {
      z-index: 10;
      margin-top: 0.4rem; }
  .config-select .config-option {
    display: flex;
    flex: 1;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10; }
    .config-select .config-option .svg-icon {
      margin-right: 0.4rem;
      margin-left: -0.6rem; }
      .config-select .config-option .svg-icon path {
        fill: inherit; }
  .config-select.open:before,
  .config-select.open .config-options {
    pointer-events: initial; }
  .config-select.open .config-options {
    opacity: 1; }

