@charset "utf-8";

/* Responsive cleanup for Discord FlexiViewer */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  border: 0px solid DarkViolet;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, sans-serif;
  font-size: clamp(14px, 2vw + 0.5rem, 22px);
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  text-align: left;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  background-color: #3f1724;
  border: 0px solid #512936;
  border-radius: 10px;
  overflow: hidden;
}

.heading {
  background-color: #3f1724;
  padding: 3% 2% 0% 3%;
  border: 0px solid olive;
  border-radius: 12px 12px 0 0;
}

.name {
  background-color: #3f1724;
  color: #fff;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 2% 0;
  font-size: 130%;
  font-weight: 600;
  border: 0px solid Pink;
}

.location {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 80%;
  font-weight: 600;
}

.discord-icon {
  width: 8%;
  min-width: 24px;
  vertical-align: middle;
}

.channels {
  background-color: #3f1724;
  font-size: 110%;
  font-weight: 600;
  font-style: italic;
  padding: 1% 1% 3% 3%;
}

a.join {
  width: 100%;
  background-color: #512936;
  color: #60b1ce;
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  border: 0px solid #798081;
  border-radius: 0;
  text-align: center;
  display: block;
  padding: 0;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

a.join:hover {
  background-color: #6c3446;
  color: #60b1ce;
}

.info {
  background-color: transparent;
  border: 0px solid Lawngreen;
  padding: 0%;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.channel {
  background-color: #3f1724;
  font-weight: 600;
  font-style: italic;
  padding: 1% 1%;
}

.ico {
  position: relative;
  display: inline;
}

.userinfo {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}

.user {
  background-color: transparent;
  padding: 1% 1% 1% 0%;
}

.label-admin {
  margin-left: 5px;
  background-color: #049053;
  color: #fff;
  border-radius: 0.3em;
  padding: 0.3em;
  font-size: 60%;
  text-shadow: 1px 1px 0px #000000;
}

.label-bot {
  margin-left: 5px;
  background-color: #7289DA;
  color: #fff;
  border-radius: 0.3em;
  padding: 0.3em;
  font-size: 60%;
  text-shadow: 1px 1px 0px #000000;
}

img.mutedeaf {
  width: 5%;
  vertical-align: middle;
}

.label-game {
  color: #e66f1f;
  font-size: 60%;
  text-shadow: 1px 1px 0px #000000;
}

hr {
  width: 90%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #763240;
  margin: 1em 1em;
  padding: 0;
}

.crisp-edges {
  image-rendering: -webkit-optimize-contrast;
}

.moreusers {
  background-color: transparent;
  padding: 0% 0% 4% 0%;
  overflow: hidden;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox']:checked ~ div {
  transform: scaleY(1);
}

#toggle:checked ~ div.hidden {
  display: block;
  overflow: hidden;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}

label {
  border: 2px solid #808080;
  border-radius: 5px;
  background-color: #512936;
  color: #808080;
  cursor: pointer;
  padding: 2px 5px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}

label:hover {
  background-color: #6c3446;
  color: #ebebeb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.moreonline {
  margin-left: 1em;
  padding: 1% 6% 1% 4%;
  font-weight: 500;
}

div.hidden {
  display: none;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  padding: 2% 0 0 6%;
  overflow: hidden;
}

.main {
  min-height: 16em;
}

.face {
  max-width: 10%;
}

.face img {
  max-width: 100%;
  max-height: 100%;
}

.lh-sm {
  line-height: 1.2 !important;
}

.p-1 {
  padding: .25rem !important;
}

.ms-1 {
  margin-left: .25rem !important;
}

.ps-1 {
  padding-left: 3% !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

.ps-3 {
  padding-left: 6% !important;
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.avatar-link {
  position: relative;
  display: inline-block;
}

.avatar {
  background: rgba(15, 28, 63, 0.125);
  border-radius: 50%;
  border: solid 1px #fff !important;
  border-color: #3a3a3a !important;
  height: 1em;
  object-fit: cover;
  width: 1em;
}

.dnd {
  border: 0.12em solid #3F1724;
  border-radius: 50%;
  height: 0.55em;
  position: absolute;
  right: -0.1em;
  bottom: -0.05em;
  width: 0.55em;
  background-color: #f5444b;
  line-height: 0.1em;
  text-align: center;
}

.dnd:after {
  color: #000;
  content: ' \002D';
  position: absolute;
  right: 0.08em;
  top: 0.05em;
  font-size: clamp(10px, 1.2vw + 0.3rem, 18px);
}

.idle {
  border: 0.12em solid #3F1724;
  border-radius: 50%;
  height: 0.55em;
  position: absolute;
  right: -0.1em;
  bottom: -0.05em;
  width: 0.55em;
  background-color: #fda43f;
}

.online {
  border: 0.12em solid #3F1724;
  border-radius: 50%;
  height: 0.55em;
  position: absolute;
  right: -0.1em;
  bottom: -0.05em;
  width: 0.55em;
  background-color: #32a67c;
}

.voice {
  margin-left: 3%;
}

img.voice {
  width: 5%;
  vertical-align: middle;
}

.letter {
  position: relative;
  top: calc(50% - 60px);
  text-shadow: 0px 0px 3px white;
}

.letter:nth-child(1) {
  -webkit-animation: fade 4s infinite 200ms;
  animation: fade 4s infinite 200ms;
}

.letter:nth-child(2) {
  -webkit-animation: fade 4s infinite 400ms;
  animation: fade 4s infinite 400ms;
}

.letter:nth-child(3) {
  -webkit-animation: fade 4s infinite 600ms;
  animation: fade 4s infinite 600ms;
}

.letter:nth-child(4) {
  -webkit-animation: fade 4s infinite 800ms;
  animation: fade 4s infinite 800ms;
}

@-webkit-keyframes fade {
  50% {
    opacity: 0.02;
  }
}

@keyframes fade {
  50% {
    opacity: 0.02;
  }
}

@media (max-width: 600px) {
  .heading {
    padding: 4% 3% 2% 4%;
  }

  .channels,
  .channel,
  .user,
  .moreonline {
    padding-left: 3%;
    padding-right: 3%;
  }

  .name {
    font-size: 120%;
  }

  .discord-icon {
    width: 10%;
  }
}
