.root--vOdfp {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.root--oL6tv {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
}
.top--NRXQO {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-left--Mp2S2,
.top-right--Sxmax {
  flex-grow: 1;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom--e1bRc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: flex-end;
  height: 100%;
  padding-left: 30px;
  overflow: hidden;
}

.username--RP2vV {
  font-size: 20px;
  margin: 0 0 7px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info--Rtl6G {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
}

.icon--n69QW {
  position: absolute;
  margin-left: -32px;
}

.tags--bq_nA {
  margin: 0;
  padding: 0;
  width: 100%;
}

.tags--bq_nA td[colspan="2"]::before {
  display: block;
  content: "";
  height: 1px;
  background: #383838;
  margin: 5px 0 13px;
}

.tagType--fQK9x {
  white-space: nowrap;
  vertical-align: top;
  line-height: 33px;
  padding-right: 8px;
  font-size: 12px;
}

.tagType--fQK9x::first-letter {
  text-transform: uppercase;
}

.tagType--fQK9x::after {
  display: inline;
  content: ":";
}

.lastSeen--IiTJp {
  font-size: 12px;
  color: #cfcfcf;
}

@media screen and (min-width: 600px) {
  .root--oL6tv {
    flex-direction: row;
  }
  .info--Rtl6G {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 0;
  }

  .tags--bq_nA {
    width: 50%;
  }

  .username--RP2vV {
    margin: 20px 0 18px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .root--oL6tv {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .info--Rtl6G {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .top--NRXQO {
    width: 100%;
  }

  .bottom--e1bRc {
    height: auto;
    align-items: center;
    padding-left: 0;
  }

  .top-left--Mp2S2,
  .top-right--Sxmax {
    width: 50px;
  }

  .tags--bq_nA {
    width: 100%;
  }

  .username--RP2vV {
    max-width: calc(100% - 40px);
    margin: 20px 0;
  }

  .lastSeen--IiTJp {
    margin-bottom: 10px;
  }
}

.root--mvMpT {
  position: relative;
  height: 100%;
  width: 100%;
}

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

.error-screen--Vaprl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.66);
}

.username--_HnY8 {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  color: #d21131;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.icon--gqYHJ {
  font-size: 50px;
  color: #d21131;
  margin: 20px;
  animation: heartbeat--XCIdJ 1s infinite;
}

.play-button--OlX87 {
  font-size: 100px;
  line-height: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: none;
  transform: translate(-50%, -50%);
  background: none;
  outline: none;
  color: var(--secondary);
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.75));
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-button--OlX87:hover {
  color: var(--secondary-light);
  transform: translate(-50%, -50%) scale(1.05);
}

.capture--ZPA_w {
  font-size: 21px;
}

@keyframes heartbeat--XCIdJ {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.root--OFjco {
  transition: opacity 0.2s ease-in;
  position: relative;
  z-index: 1;
}

.root--b2N3K {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.spin--LjsNI {
  text-align: center;
  animation: spin--LjsNI 0.9s linear infinite;
  color: var(--secondary);
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.4));
}

@keyframes spin--LjsNI {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer--z6i2A {
  display: none;
}

@media screen and (min-width: 600px) {
  .footer--z6i2A {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }
}

.button--UY0hB {
  right: 10px;
  bottom: 10px;
  padding: 0 20px;
  height: 36px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  background-color: var(--secondary);
  color: var(--secondary-text);
  transition: background-color 0.1s ease-in-out;
}

.button--UY0hB:hover {
  background-color: var(--secondary-light);
  color: var(--secondary-text);
}

.back--p69vW {
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}

.similar--pMzRt {
  margin-top: 20px;
}

.button--AuNuH {
  right: 10px;
  bottom: 10px;
  padding: 0 20px;
  height: 36px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background-color: var(--secondary);
  color: var(--secondary-text);
  transition: background-color 0.1s ease-in-out;
}

.button--AuNuH:hover {
  background-color: var(--secondary-light);
  color: var(--secondary-text);
}


/*# sourceMappingURL=model.1b766d61517c727a5ed4.css.map*/