/* -----------------------------------------------------------------------------
// PvPtv
------------------------------------------------------------------------------*/
html,
body {
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  color: silver;
  background-color: black;
  scrollbar-width: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.fullheight {
  height: 100%;
}

.welcome-example {
  width: 100%;
}
.welcome-example-bis {
  width: 100%;
}

.twitch-pod {
  width: 100%;
}

.center-link {
  display: table;
  margin: auto;
}
.sticky-pic-thrall {
  position: absolute;
  right: 0px;
  bottom: -135px;
  padding-top: 100px;
  z-index: 100;
}

.sticky-pic-quest {
  position: absolute;
  bottom: 210px;
  left: 42.5%;
  visibility: visible;
  opacity: 1;
  transition: transform 400ms ease-in-out, opacity 800ms ease-in-out;
  transform: translate(0, 0);
}

.default {
  cursor: pointer;
  position: absolute;
  right: -300px;
  bottom: 200px;
  z-index: 100;
  transform: translate(0, 0);
  /* transition: transform 850ms */
}

.support {
  padding-top: 100px;
}

.support:hover > .sticky-pic-quest {
  visibility: hidden;
  opacity: 0;
  transition: transform 400ms ease-in-out, visibility 0s 400ms, opacity 400ms ease-in-out;
  transform: translate(-100px, 0);
}

.support:hover > .default {
  transform: translate(-361px, 0);
  transition: transform 850ms;
}

.default:hover {
  transform: translate(-361px, 0);
  /* transition: transform 0ms !important; */
}

.default:hover > .subtext {
  text-decoration: underline;
}

.default:active {
  transform: scale(0.95);
}

.subtext {
  margin-top: 0.5rem;
}

.text-center {
  text-align: center;
}

.text {
  font-size: 15px;
}

a {
  color: currentColor;
  text-decoration: none;
}

::-webkit-scrollbar {
  border-radius: 12px;
  width: 1px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  width: 1px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.goapp-app-info {
  background-color: black;
  color: white;
}

.goapp-shell-menu-button {
  z-index: 15;
}

.hApp,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
.app-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.app-title {
  font-size: 30px;
  letter-spacing: 6px;
  color: white;
}

.h1,
h1 {
  font-size: 26px;
  letter-spacing: 4px;
  color: white;
}

h2,
.h2 {
  font-size: 20px;
  letter-spacing: 2px;
  color: white;
}

.header-separator,
h1,
h2,
.h2 {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
}
.h3 {
  padding-bottom: 4px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: white;
}

.h2-nav {
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.08);
  color: white;
}

h3,
.h3 {
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
}

.hApp {
  font-size: 32px;
  letter-spacing: 6px;
}

.h1 {
  font-size: 38px;
  letter-spacing: 7px;
}

.h2 {
  font-size: 26px;
  letter-spacing: 4px;
}

.h3 {
  font-size: 15px;
  letter-spacing: 3px;
}

.h4 {
  font-size: 13px;
  letter-spacing: 3px;
}

.app-title {
  height: 108px;
}

.app-title-offset {
  margin-top: 108px;
}

.vspace-content {
  height: calc(100% - 108px - 18px);
  margin-bottom: 18px;
  overflow-y: hidden;
}

.fill {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.fit {
  width: -moz-fit-content;
  width: fit-content;
}

.hspace-out {
  margin-left: 36px;
  margin-right: 36px;
  width: calc(100% - 36px - 36px);
}

@media (max-width: 500px) {
  .hspace-out {
    margin-left: 18px;
    margin-right: 18px;
    width: calc(100% - 18px - 18px);
  }
}

.hspace-in {
  padding-left: 24px;
  padding-right: 24px;
}

.vspace-out {
  margin-top: 18px;
  margin-bottom: 12px;
  height: calc(100% - 18px - 12px);
}

.vspace-top {
  margin-top: 18px;
}

.vspace-bottom {
  margin-bottom: 12px;
}

.vspace-stretch {
  height: 100%;
}

.center {
  margin: auto;
}

.focus {
  color: white !important;
}

.error {
  color: #f06372 !important;
}

.glow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}

.stream-offline {
  margin-left: 2.5rem;
}

.offlineLink {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  color: #999999 !important;
}

.hide {
  display: none !important;
}

.disabled {
  color: dimgray !important;
  pointer-events: none !important;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.icon-circle svg {
  border-radius: 50%;
}

.alt svg {
  border-radius: 50%;
  border: solid 0.1rem;
}

.meta svg {
  border-radius: 50%;
  border: dashed 0.1rem;
}

.icon-circle-mobile {
  display: none;
}

.icon-circle-desktop svg {
  border-radius: 50%;
}


@media (max-width: 1042px) {
  /* .icon-circle-class-selected svg {
    width: 50% !important;
    height: 50% !important;
  } */
  /* .icon-circle-mobile {
    width: 75px !important;
    height: 75px !important;
    min-width: 75px !important;
    min-height: 75px !important;
    display: block !important;
  } */
  .icon-circle-desktop {
    display: none !important;
  }
}
.no-overflow {
  overflow: hidden;
}

input {
  color: currentColor;
}

input[type="range"] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  background: transparent;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: currentColor;
  border-radius: 12px;
  border: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

input[type="range"]:hover::-webkit-slider-runnable-track {
  background: white;
}

input[type="range"]:hover::-webkit-slider-thumb {
  background: white;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: currentColor;
  border-radius: 12px;
  border: none;
}

input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

input[type="range"]:hover::-moz-range-track {
  background: white;
}

input[type="range"]:hover::-moz-range-thumb {
  background: white;
}

.background-overlay {
  background-color: rgba(0, 0, 0, 0.94);
}

.right {
  margin-left: auto;
}

/*------------------------------------------------------------------------------
** Animations
------------------------------------------------------------------------------*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-6px);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-6px);
  }
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/*------------------------------------------------------------------------------
** menu
------------------------------------------------------------------------------*/
.menu-hamburger-background {
  background: linear-gradient(#2e343a, rgba(0, 0, 0, 0.9));
}

.menu .separator:first-of-type {
  margin-top: 18px;
}

.menu .separator {
  margin-top: 30px;
}

.menu .separator:last-of-type {
  margin-top: 16px;
}

/* -----------------------------------------------------------------------------
// Page
------------------------------------------------------------------------------*/
.page-title {
  max-width: 540px;
}

.separator:first-of-type,
.reference .Documentation-overviewHeader {
  margin-top: 42px;
}

.separator:last-of-type {
  margin-top: 84px;
}

.separator,
.markdown h2,
.markdown h3,
.reference h2 {
  margin-top: 42px;
}

.markdown h2:first-of-type {
  margin-top: 0;
}

.questions {
  display: grid;
  grid-auto-flow: column;
}

/* -----------------------------------------------------------------------------
// Stream
------------------------------------------------------------------------------*/
.stream {
  position: fixed;
  top: 0;
  left: 0;
}

.stream-player,
.stream-shell {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.stream-update {
  position: relative;
  /* z-index: 10; */
}

/* -----------------------------------------------------------------------------
// Nav
------------------------------------------------------------------------------*/
.nav {
  position: relative;
  z-index: 200;
}

.nav-content {
  height: calc(100% - 215px);
}

.nav-content-homepage {
  height: 100%;
}

.nav-streams {
  height: calc(100% - 120px - 24px - 18px);
  overflow-y: scroll;
}

.nav-streams-class-selected {
  height: calc(100% - 50px);
  overflow-y: scroll;
}

.nav-streams-stack {
  min-height: 100%;
  overflow: hidden;
}

.nav-support {
  margin-top: 43px;
}

.nav-support-home {
  margin-top: 150px;
  /* margin-bottom: 18px; */
}

.view-mobile {
  display: none;
}

.header-page {
  display: none;
}

@media (max-width: 1042px) {
  .nav-content {
    /* height: calc(100% - 170px) !important; */
    height: 85% !important;
  }
  .nav-streams-class-selected {
    height: calc(100% - 164px) !important;
    /* height: 85% !important; */
  }
  .nav-support {
    margin-top: 49px;
  }
  .nav-support-home {
    margin-top: 10px;
  }
  .view-mobile {
    display: block !important;
  }
  .view-desktop {
    display: none !important;
  }
  .header-page {
    display: block !important;
  }
  .spaced-on-mobile {
    margin-left: 0.5rem;
  }
}

@media (max-width: 600px) {
  .nav-content {
    /* height: calc(100% - 170px) !important; */
    height: 85% !important;
  }
  .nav-streams-class-selected {
    /* height: calc(100% - 164px) !important; */
    height: calc(100% - 126px) !important;
    /* height: 85% !important; */
  }
  .nav-support {
    margin-top: 40px;
  }
  .nav-support-home {
    margin-top: 40px;
  }
  .view-mobile {
    display: block !important;
  }
  .view-desktop {
    display: none !important;
  }
  .header-page {
    display: block !important;
  }
}

.dropdown-container {
  display: initial;
  animation: fade-in 0.5s;


  position: fixed;
  flex-shrink: 0;
  flex-basis: 270px;
  overflow: hidden;
  top: 10%;
  left: 280px;
  background: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: silver;
  padding: 1rem;
}

.dropdown {
  letter-spacing: 1px;
}

/* -----------------------------------------------------------------------------
// Index
------------------------------------------------------------------------------*/
.index .separator:first-of-type {
  margin-top: 18px;
}

.index .separator {
  margin-top: 24px;
}

.index .separator:last-of-type {
  margin-top: 16px;
}

.index .h2 {
  margin-top: 18px;
}

.index-link {
  display: block;
  padding: 3.5px 0;
  cursor: pointer;
  transition: 0.1s all;
  color: currentColor;
}

.index-link:hover {
  color: white;
  transform: scale(1.1);
}

.index-link:active {
  color: white;
  transform: scale(0.98);
}




/* -----------------------------------------------------------------------------
// Link
------------------------------------------------------------------------------*/
.link {
  display: block;
  padding: 3px 0;
  cursor: pointer;
  transition: 0.1s all;
  color: currentColor;
}

.link:hover {
  color: white;
  transform: scale(1.1);
}

.linkDescription {
  display: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.link:active {
  color: white;
  transform: scale(0.98);
}

.link-icon {
  margin-right: 12px;
}

.help-icon {
  display: flex;
  align-items: center;
}

.help-icon p {
  margin-left: 1rem;
}

.help-icon svg {
  border-radius: 50%;
}

.alt-border svg {
  border: solid 0.1rem;
}

.border svg {
  border: dashed 0.1rem;
}

.link-update {
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  transform-origin: bottom;
}

.link-update .link-icon {
  margin-right: 3px;
}


.link .link-icon .link-icon:hover .linkDescription,
.linkDescription:hover {
  display: initial;
  animation: fade-in 0.5s;
}

.unresponsive {
  pointer-events: none;
}

.space-label {
  margin-right: 1rem;
}

.stream-label-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem;
}

@media (max-width: 1042px) {
  .stream-label-style {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.1rem;
  }
}

/* -----------------------------------------------------------------------------
// Youtube
------------------------------------------------------------------------------*/
.youtube::after {

  background: linear-gradient(
    rgba(0, 0, 0, 0.438)
    transparent,
    transparent,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.438)
  );
  overflow: hidden;
  position: fixed;
  height: 100vh;
  left: 281px;
  width: calc(100vw - 281px);
}

.youtube-video {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; */
  position: fixed;
  z-index: 1;
  height: 100vh;
  left: 281px;
  width: -webkit-calc(100vw - 281px);
  width: calc(100vw - 281px);
}

.youtube-video iframe {
  position: fixed;
  height: 100vh;
  left: 281px;
  width: calc(100vw - 281px);
}

@media (max-width: 1042px) {
  .youtube-video iframe {
    position: fixed;
    left: 0;
    top: 50px;
    height: 75vh;
    width: 100vw;
  }
}

/* @media (min-aspect-ratio: 16/9) {
  .youtube-video iframe {
    height: 56.25vw;
    }
} */

/* @media (max-aspect-ratio: 16/9) {
  .youtube-video iframe {
    width: 177.78vh;
    }
} */

.youtube-noplay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
}

.youtube-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}

.youtube-left-space {
  margin: 6px;
  width: calc(102px - 6px - 12px - 18px - 12px);
}

.youtube-volume {
  width: 102px;
  margin: 6px;
}

@media (max-width: 500px) {
  .youtube-left-space,
  .youtube-back,
  .youtube-volume {
    display: none;
  }
}

/* -----------------------------------------------------------------------------
// Control
------------------------------------------------------------------------------*/
.control {
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 12px;
  margin: 6px;
  outline: none;
  background-color: transparent;
  color: currentColor;
  cursor: pointer;
  transition: 0.1s all;
}

.control:hover {
  color: white;
  transform: scale(1.15);
}

.control:active {
  color: white;
  transform: scale(0.98);
}

.control-main {
  padding: 24px;
}

/* -----------------------------------------------------------------------------
// Loader
------------------------------------------------------------------------------*/
.loader .icon {
  border: 2px solid silver;
  border-radius: 50%;
}

.loader .icon.active {
  border-top: 2px solid white;
  animation: spin 0.55s linear infinite;
}

.loader p {
  padding: 0;
  margin: 3px 0 6px;
  white-space: pre;
}

.evoker {
  color: #33937F;
}
.druid {
  color: #FF7C0A;
}
.demon_hunter {
  color: #A330C9;
}
.death_knight {
  color: #C41E3A;
}
.hunter {
  color: #AAD372;
}
.mage {
  color: #3FC7EB;
}
.monk {
  color: #00FF98;
}
.paladin {
  color: #F48CBA;
}
.priest {
  color: #FFFFFF;
}
.rogue {
  color: #FFF468;
}
.shaman {
  color: #0070DD;
}
.warlock {
  color: #8788EE;
}
.warrior {
  color: #C69B6D;
}

.page-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(#2e343a, #1c1d1f);
}

/* -----------------------------------------------------------------------------
// Info
------------------------------------------------------------------------------*/
.info {
  position: relative;
  z-index: 100;
  margin-top: 10%;
}

.info-title {
  position: absolute;
  right: 0;
  bottom: 25%;
  transform: translateX(500px);
  opacity: 0;
}

/* .info-title:hover {
} */

.info-title-hide {
  transform: translateX(500px);
  opacity: 0;
}

.info-title-show {
  transition: 1s all;
  transform: translateX(0);
  opacity: 100%;
}

.info-title .h1 {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

.info-title-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 18px;
}

.info-links {
  margin-top: 3px;
}

.info-card {
  position: absolute;
  top: 6%;
  left: 3%;
  max-width: 480px;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
  transition: 2s all ease-out;
  opacity: 0;
}

@media (max-width: 480px) {
  .info-card {
    left: 0;
  }
}

.info-card-show {
  opacity: 1;
  transform: translateY(0);
}

/* -----------------------------------------------------------------------------
// Info Link
------------------------------------------------------------------------------*/
.infolink {
  padding: 3px;
  margin: 0 3px;
  display: block;
  color: currentColor;
  cursor: pointer;
  transition: 0.1s all;
}

.infolink:hover {
  color: white;
  transform: scale(1.1);
}

.infolink:active {
  color: white;
  transform: scale(0.98);
}
