.video {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

@media (min-width: 300px) {
  .right-nav {
    position: fixed;
    left: 96%;
    top: 39%;
    display: flex;
    flex-direction: column;
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .right-nav {
    position: fixed;
    left: 96%;
    top: 39%;
    display: flex;
    flex-direction: column;
    visibility: visible;
  }
}

.servers {
  width: 178px;
  height: 178px;
  display: inline-block;
  transition: all .3s ease-in;
}

.servers .server-msg {
  visibility: hidden;
}

.servers:hover .server-msg {
  visibility: visible;
}

.servers:hover {
  transform: scale(1.03);
}

@media (min-width: 300px) {
  .menu-bottom {
    position: fixed;
    margin: 0;
    width: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.74));
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .menu-bottom {
    position: fixed;
    margin: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.74));
    height: 150px;
  }
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #9779c3;
  text-shadow: 0px 0px 20px #9779c3;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #9779c3;
  text-shadow: 0px 0px 20px #9779c3;
}

.feature {
  width: 120px;
  margin-right: 25px;
  margin-left: 25px;
  transition: all .3s ease-in;
}

.feature:hover {
  transform: scale(1.08);
}

@media (min-width: 300px) {
  .content {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1200px) {
  .content {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1600px) {
  .content {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (min-width: 1920px) {
  .content {
    margin-left: 15%;
    margin-right: 15%;
  }
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@media (min-width: 300px) {
  .p {
    width: 100%;
    margin-top: 19px;
    font-family: Philosopher, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000;
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .p {
    width: 100%;
    margin-top: 19px;
    font-family: Philosopher, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000;
    font-size: 18px;
    text-align: right;
  }
}

.h {
  font-family: Philosopher, sans-serif;
  font-size: 38px;
  color: rgb(165, 129, 223);
  font-weight: 700;
  letter-spacing: -1.0px;
}

.a-news {
  text-decoration: none;
  color: #5e4325;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: rgb(23,26,28);
  font-weight: 700;
  margin-top: 9px;
}

.p3 {
  margin-right: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: rgb(149,149,149);
  font-weight: 400;
}

.p1 {
  font-size: 18px;
  font-family: Philosopher, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p6 {
  font-size: 20px;
  font-family: Philosopher, sans-serif;
}

.h3 {
  font-family: Philosopher, sans-serif;
  color: rgb(143, 88, 224);
  font-size: 29px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.circle-2 {
  height: 140px;
  background: rgba(0,0,0,0);
  border-radius: 122px;
  width: 140px;
  margin-top: -10px;
  border: 1px solid rgba(170,130,70,0.81);
  margin-left: -130px;
}

.imgcontent-1 {
  height: 120px;
  background: url("../../assets/img/over3.gif") center / auto no-repeat, #000000;
  border-radius: 122px;
  width: 120px;
  margin-left: 10px;
}

.imgcontent-2 {
  height: 120px;
  background: url("../../assets/img/over1.gif") center / auto no-repeat, #000000;
  border-radius: 122px;
  width: 120px;
  margin-left: 10px;
}

.imgcontent-3 {
  height: 120px;
  background: url("../../assets/img/slide2.gif") center / auto no-repeat, #000000;
  border-radius: 122px;
  width: 120px;
  margin-left: 10px;
}

.imgcontent-4 {
  height: 120px;
  background: url("../../assets/img/over4.gif") center / auto no-repeat, #000000;
  border-radius: 122px;
  width: 120px;
  margin-left: 10px;
}

@media (min-width: 300px) {
  .content-body {
    width: 100%;
    background: rgba(255,255,255,0.74);
    border-radius: 6px;
    padding: 45px;
    display: inline-block;
    align-content: center;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .content-body {
    width: 100%;
    background: rgba(255,255,255,0.74);
    border-radius: 6px;
    padding: 45px;
    display: inline-block;
    align-content: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.content-body-1 {
  width: 100%;
  background: rgba(255,255,255,0.74);
  border-radius: 6px;
  padding: 45px;
  display: inline-block;
  align-content: center;
  align-items: center;
  margin-right: 0px;
}

.new-tag {
  color: rgb(255,255,255);
  margin-right: 9px;
  background: #dd30d6;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
}

.title-new {
  width: 100%;
  padding-bottom: 21px;
  border-bottom: 3px solid rgb(89,72,52);
}

.news-body {
  padding-top: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(40,29,23,0.25);
  transition: all .3s ease-in;
}

a:hover {
  color: #936e38;
  text-decoration: none;
}

.news-body:hover {
  background-color: #eaeaea;
  padding-left: 35px;
}

@media (min-width: 300px) {
  #community-button {
    width: 520px;
    height: 122px;
    border-radius: 67px;
    border-style: none;
    background: rgba(255, 255, 255, 0.111);
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  #community-button {
    width: 520px;
    height: 132px;
    border-radius: 67px;
    border-style: none;
    background: rgba(255, 255, 255, 0.111);
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#community-button:hover {
  background-color: rgba(120, 73, 215, 0.641);
}

.footer-link {
  color: rgb(79,79,79);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin: 25px;
}

@media (min-width: 300px) {
  #button1 {
    margin-top: 41px;
    width: 0px;
    height: 72px;
    font-family: Philosopher, sans-serif;
    font-size: 0px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: rgb(255,255,255);
    backdrop-filter: blur(9px);
    padding-bottom: 0px;
    padding-right: 0px;
    background: linear-gradient(rgb(117, 63, 172) 36%, rgb(112, 6, 218) 89%), rgb(117, 63, 172);
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    box-shadow: 0px 7px 12px rgba(0,0,0,0.3);
    border-style: none;
    border-top-style: solid;
    border-top-color: rgb(171,143,68);
    border-bottom-style: solid;
    border-bottom-color: rgb(195,164,85);
  }
}

@media (min-width: 1200px) {
  #button1 {
    margin-top: 41px;
    width: 290px;
    height: 72px;
    font-family: Philosopher, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    color: rgb(255,255,255);
    backdrop-filter: blur(9px);
    padding-bottom: 8px;
    padding-right: 50px;
    background: linear-gradient(rgb(117, 63, 172) 36%, rgb(112, 6, 218) 89%), rgb(117, 63, 172);
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 50px;
    box-shadow: 0px 7px 12px rgba(0,0,0,0.3);
    border-style: none;
    border-top-style: solid;
    border-top-color: rgb(171,143,68);
    border-bottom-style: solid;
    border-bottom-color: rgb(195,164,85);
    transition: all .5s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 300px) {
  .features {
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .features {
    margin-top: 60px;
    display: flex;
    grid-template-columns: auto;
    justify-content: center;
  }
}

@media (min-width: 300px) {
  .h1 {
    color: rgb(255,255,255);
    font-family: Philosopher, sans-serif;
    font-weight: 700;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
    margin-top: 46px;
    font-size: 55px;
    letter-spacing: -2px;
  }
}

@media (min-width: 300px) {
  .logo {
    width: 333px;
  }
}

@media (min-width: 1200px) {
  .logo {
    width: 453px;
  }
}

@media (min-width: 300px) {
  .h2 {
    font-family: Philosopher, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    width: 100%;
    line-height: 56px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .h2 {
    font-family: Philosopher, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    width: 100%;
    line-height: 56px;
    text-align: right;
  }
}

@media (min-width: 300px) {
  .content-div {
    margin-top: 102px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .content-div {
    margin-top: 102px;
    display: flex;
  }
}

@media (min-width: 300px) {
  #features {
    height: 100%;
    background: url("../../assets/img/bg.png") top / auto no-repeat, rgba(255,255,255,0);
    margin-top: -28px;
    padding-bottom: 85px;
  }
}

@media (min-width: 1200px) {
  #features {
    height: 100%;
    background: url("../../assets/img/bg.png") top / auto no-repeat, rgba(255,255,255,0);
    margin-top: -28px;
    padding-bottom: 55px;
  }
  #features2 {
    height: 100%;
    background: url("../../assets/img/bg2.png") top / auto no-repeat;
    padding-bottom: 105px;
  }
}

@media (min-width: 300px) {
  #button3 {
    width: 90%;
    height: 75px;
    border-radius: 92px;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 25px;
    font-family: Philosopher, sans-serif;
    border-style: none;
    background: linear-gradient(rgb(117, 63, 172) 36%, rgb(112, 6, 218) 89%), rgb(117, 63, 172);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  #button3 {
    width: 30%;
    height: 75px;
    border-radius: 92px;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 25px;
    font-family: Philosopher, sans-serif;
    border-style: none;
    background: linear-gradient(rgb(117, 63, 172) 36%, rgb(112, 6, 218) 89%), rgb(117, 63, 172);
    color: rgb(255, 255, 255);
    transition: all .4s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 300px) {
  .news-content {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .news-content {
    display: flex;
  }
}

.cm-body {
  width: 100%;
  margin-right: 40px;
}

@media (min-width: 300px) {
  .forum-body {
    width: 100%;
    margin-right: 0px;
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .forum-body {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 300px) {
  #footer-links {
    padding-top: 31px;
    border-top: 1px solid rgba(33,37,41,0.42);
    margin-top: 45px;
    display: grid;
    line-height: 0;
  }
}

@media (min-width: 1200px) {
  #footer-links {
    padding-top: 31px;
    border-top: 1px solid rgba(33,37,41,0.42);
    margin-top: 45px;
    display: flex;
    justify-content: center;
    line-height: 0;
  }
}

@media (min-width: 300px) {
  #community-heading {
    font-size: 40px;
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  #community-heading {
    font-size: 45px;
    padding-top: 140px;
  }
}

#login {
  color: #9779c3;
  font-size: 18px;
  font-family: Philosopher, sans-serif;
}

#login:hover {
  color: #9779c3;
  text-shadow: 0px 0px 20px #9779c3;
}

@media (min-width: 300px) {
  #footer {
    background: #121212;
    padding-top: 75px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  #footer {
    background: #121212;
    padding-top: 75px;
    padding-bottom: 112px;
  }
}

#button1:hover {
  margin-top: 16px;
  filter: brightness(140%);
}

#button2 {
  border-radius: 32px;
  background: rgba(126,102,40,0.1);
  font-size: 18px;
  font-family: Philosopher, sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 35px;
  padding-left: 35px;
  color: rgb(126,102,40);
  border-style: solid;
  border-color: rgb(125,102,43);
  transition: all .4s ease-in;
}

#button2:hover {
  background: rgba(126,102,40);
  color: #ffffff;
}

#plus-icon {
  font-size: 44px;
  color: #5e4325;
}

#plus-icon:hover {
  color: #b38147;
}

#button3:hover {
  background: #ffffff;
  color: #171a1c;
  border: 1px solid #9a7549 ;
}

.nav-item {
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  margin-right: 50px;
  margin-left: 50px;
}

.link-nav-right:hover {
  filter: brightness(290%);
}

@media (min-width: 300px) {
  .wiki-content {
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .wiki-content {
    margin-left: 32%;
    margin-right: 4%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1366px) {
  .wiki-content {
    margin-left: 28.5%;
    margin-right: 4.5%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .wiki-content {
    margin-left: 28.5%;
    margin-right: 8%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1920px) {
  .wiki-content {
    margin-left: 25%;
    margin-right: 8%;
    height: 100%;
    padding-bottom: 90px;
  }
}

.title-icon {
  margin-top: -5px;
  margin-right: 21px;
}

@media (min-width: 300px) {
  .title-icon-wiki {
    margin-top: -5px;
    margin-right: 21px;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

@media (min-width: 1200px) {
  .title-icon-wiki {
    margin-top: 1px;
    margin-right: 21px;
    visibility: visible;
    width: 17px;
    height: 28px;
  }
}

#list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.topic-wiki {
  margin-top: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
  padding: 50px;
  margin-bottom: 40px;
}

.wiki-topic {
  display: none; 
}

.wiki-topic.active {
  display: block; 
}

@media (min-width: 300px) {
  .wiki-topic {
    padding-top: 210px;
  }
}

@media (min-width: 1200px) {
  .wiki-topic {
    padding-top: 130px;
  }
}

@media (min-width: 1600px) {
  .wiki-topic {
    padding-top: 180px;
  }
}

@media (min-width: 1920px) {
  .wiki-topic {
    padding-top: 222px;
  }
}

.h7 {
  color: rgb(255,255,255);
  font-family: Philosopher, sans-serif;
  font-weight: 800;
  font-size: 31px;
}

@media (min-width: 300px) {
  .wiki-title {
    width: 0%;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .wiki-title {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    visibility: visible;
  }
}

img {
  vertical-align: middle;
  border-style: none;
}

@media (min-width: 300px) {
  .img2 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .img2 {
    width: auto;
  }
}

.wiki-link {
  width: 100%;
  display: flex;
  color: rgb(255,255,255);
  font-family: Philosopher, sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-right: 68px;
  line-break: initial;
  transition: all .4s ease-in;
}

@media (min-width: 300px) {
  .wiki-links {
    width: 100%;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .wiki-links {
    width: 100%;
    display: grid;
  }
}

@media (min-width: 300px) {
  .wiki-menu {
    position: fixed;
    top: 71px;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 0px;
    background: rgba(1,1,1,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    height: 100px;
    overflow-x: scroll;
    scrollbar-width: thin;
  }
}

@media (min-width: 1200px) {
  .wiki-menu {
    position: fixed;
    top: 20%;
    left: 4%;
    width: 300px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    background: rgba(1,1,1,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    height: 510px;
    overflow-x: initial;
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}

@media (min-width: 1600px) {
  .wiki-menu {
    position: absolute;
    top: 22%;
    left: 8%;
    width: 300px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    background: rgba(1,1,1,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    height: 510px;
    overflow-x: initial;
    overflow-y: scroll;
    scrollbar-width: none;
  }
}

.wiki-link:hover {
  color: #7e5dc6;
  padding-left: 20px;
}

.page {
  height: 100%;
  width: 100%;
  margin-top: -72px;
}

@media (min-width: 300px) {
  .download-btn {
    display: initial;
    justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .download-btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}

.list-title {
  font-size: 23px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(255,255,255,0.3);
  border: none;
  border-top: rgba(0,0,0,0.74) solid 1px;
  border-radius: 0px;
}

.list-item {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(255,255,255,0.5);
  border: none;
}

@media (min-width: 300px) {
  .requirement-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto;
  }
}

@media (min-width: 1200px) {
  .requirement-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media (min-width: 300px) {
  .page-body {
    height: 100%;
    padding-top: 124px;
    padding-bottom: 115px;
  }
}

@media (min-width: 1200px) {
  .page-body {
    height: 100%;
    padding-top: 184px;
    padding-bottom: 115px;
  }
}

@media (min-width: 300px) {
  .page-body2 {
    margin-top: 34px;
    padding: 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
  }
}

@media (min-width: 1200px) {
  .page-body2 {
    margin-top: 34px;
    padding: 60px;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
  }
}

.input {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  height: auto;
  width: auto;
  background: #171a1c;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  outline: none;
  text-decoration: none;
  color: #d6b88b;
  transition: all .3s ease-in;
}

.input:hover {
  background: #594834;
  color: rgb(255,254,252);
}

.p8 {
  font-size: 20px;
  color: rgba(232,237,242,0.78);
  font-family: Philosopher, sans-serif;
  line-height: 22px;
  margin-top: 15px;
}

.right-nav-link {
  margin-bottom: 20px;
}

::-webkit-scrollbar {
  width: 6px; 
}

::-webkit-scrollbar-track {
  background: #000000; 
}

::-webkit-scrollbar-thumb {
  background-color: #8a6024; 
  border-radius: 12px;
  border: 1px solid #000000; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6e4e1a;
}
.spoiler {
  display: none;
}
.spoiler2 {
  display: none;
}

.show {
  display: none;
}
.show2 {
  display: none;
}
.hide:target + .show {
  display: inline;
}
.hide:target + .show2 {
  display: inline;
}
.hide:target {
  display: none;
}

.hide:target ~ .spoiler {
  display: inline;
}

/* Just for prettiness, not actually needed */

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #FFFFFF;
}

.btn {
  padding: 12px 100px;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #F5F5F5;
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-linear-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #BBBBBB;
  border: 0;
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #A2A2A2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.forum-post {
  padding: 20px;
  border: 1px solid #000;
}

.spoiler-content {
  padding: 15px;
}


.spoiler-container {
  margin: 10px 0;
  width: 300px; 
}

.spoiler-btn {
  padding: 5px 10px;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #F5F5F5;
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #BBBBBB;
  border: 0;
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #A2A2A2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.spoiler-btn:hover {
  background-color: #333;
}

.spoiler-content {
  padding:15px 20px;
  width: 500px;
  line-height: 20px;
  font-size: 15px;
  text-align: left;
  background-color: transparent;
  display: none;  
  border-radius: 5px;
  line-height: 1.8;
}
.red
{
  color: #333333;
}
body {
  font-size: 20px;
  font-family: Philosopher, sans-serif;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
}
th, td {
  padding: 10px;
  text-align: center;
}
th {
  background-color: #f2f2f2;
}
.comentario {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
@media (max-width: 600px) {
  table {
      width: 100%;
  }
  thead {
      display: none;
  }
  tr {
      display: block;
      margin-bottom: 10px;
      border: 1px solid #ccc;
  }
  td {
      display: flex;
      justify-content: space-between;
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 10px;
  }
  td:before {
      content: attr(data-label);
      font-weight: bold;
  }
}
.responsive-img {
  max-width: 100%; 
  height: auto;    
  display: block;  
  margin: 0 auto;  
}

/* STREAMERS ONLINE */

#balloon {
  position: fixed;
  bottom: 10px;
  right: 0px;
  background: #292929;
  color: rgb(89, 2, 166);
  padding: 15px;
  z-index: 1000;
  width: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  transform: translateX(0); 
}

#balloon.hidden {
  transform: translateX(1435px);
}

#balloon h4 {
  margin: 0 0 10px 0;
  font-size: 12px;
  text-align: center;
}

.streamer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.streamer-item {
  position: relative;
  width: 180px;
  height: 100px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.streamer-item iframe {
  width: 100%;
  height: 100%;
}

.streamer-avatar {
  position: absolute;
  top: 69px;
  left: 2px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgb(0, 0, 0);
  background-color: white;
}

.streamer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toggle-button {
  position: fixed;
  bottom: 140px;
  right: 10px;
  background-color: #6441a4;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  z-index: 1001;
  background: url(../img/streamers/botaozin.jpg);
}

.toggle-button:hover {
  transform: scale(1.1);
}

.toggle-button.hidden {
  transform: translateY(10px);
}