@import url(keyframes.css);
@import url(twitch_api_style.css);
@import url(root.css);
@import url(fonts.css);

* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

/*/ padding para containers /*/
.p-10 {
  padding: 10px !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #044f94;
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ce916033;
  border-radius: 1px;
}

ul {
  list-style: none;
}

body {
  width: 100%;
  min-height: 261vh;
  margin: 0 auto;
  padding: 0;
  background: url(https://i.imgur.com/Bf06wf1.jpeg) center bottom no-repeat,
    url(https://i.imgur.com/B79ZJI3.jpeg) center top no-repeat;
  background-color: #050302;
  background-size: 100%;
  font-family: Open Sans, Candara, Arial, sans-serif;
  font-size: 14px;
  color: #ffffffc7;
  font-family: "Open Sans", sans-serif;
  cursor: url(../images/elementos/cursorpng.png), auto;
  position: relative;
}

.breadcrumb {
  background-color: #181825;
  border-radius: 0;
}

/*/ Navegação /*/
.navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  border-bottom: 1px solid #ce540026;
  background-color: rgb(14 8 5 / 66%);
  padding: 0;
}

.nav-container {
  min-width: 1350px !important;
  max-width: max-content;
}

.navbar .navbar-nav {
  margin-top: 2px;
}

.navbar .navbar-nav li {
  margin: 0 8px;
  position: relative;
}

.navbar .navbar-nav li::before {
  content: "";
}

.navbar .navbar-nav li:hover::before {
  width: 0%;
  height: 1px;
  background-color: rgb(98, 102, 151);
  position: absolute;
  left: 0;
  bottom: 0;
  animation: lineAnimation 0.5s forwards linear;
}

.dropdown-menu {
  background: rgb(30, 30, 42);
  background: linear-gradient(
    180deg,
    rgba(30, 30, 42, 0.8435749299719888) 0%,
    rgba(138, 138, 149, 1) 100%
  );
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

@keyframes lineAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.navbar .navbar-nav li .nav-link {
  color: #ffb506c7;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 12px;
  display: block;
  height: 88px;
  line-height: 88px;
  position: relative;
}

.navbar .navbar-nav li a:hover {
  background: linear-gradient(to bottom, #3c1600 0%, rgb(68 42 24));
}

a {
  color: #fff;
  cursor: url(../images/elementos/cursorpng2.png), auto;
}

button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(https://i.imgur.com/po8m0XG.png) no-repeat;
  background-repeat: no-repeat;
  height: 89px;
  width: 198px;
  /* margin-top: 13px; */
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

input,
textarea {
  color: #fff;
    border: 1px solid #742300;
    background: #1a0700;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    font-size: 15px;
    min-width: 170px;
    font-family: Open Sans, Candara, Arial, sans-serif;
}

button:hover {
  cursor: url(../images/elementos/cursorpng2.png), auto;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #e9d885cf;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/*/ Container /*/
.container {
  min-width: 1200px;
  max-width: 1200px;
  position: relative;
}

/*/ botão padrão /*/
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(https://i.imgur.com/hR18IoC.png) no-repeat transparent;
  height: 74px;
    width: 195px;
    padding-top: 27px;
    padding-left: 15px;
    margin-top: 13px;
    border: none;
    color: #fff;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 18px;
  cursor: url(../images/elementos/cursorpng2.png), auto;
}

.button:hover {
  filter: brightness(120%);
  color: #fff;
}

/*/ Área do usuario - nav /*/
.topPanel-wrapper_right {
  margin-top: -13px;
}

/*/ Header /*/
.header {
  height: 750px;
}

input[type="checkbox"] {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
}

.mx-content {
  max-width: max-content !important;
  width: max-content;
}

/*/ Logo Header /*/
.logo {
  width: max-content;
  position: absolute;
  top: 190px;
  left: 625px;
  right: 0;
  margin: 0 auto;
  transition: all 0.1s linear;
}

.logo:hover {
  filter: brightness(130%);
}

/*/ Botões +  Online/*/
.headerBlock {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.header-info-container {
  display: inline-block;
  width: 350px;
  background: rgb(0 0 0 / 60%);
  backdrop-filter: blur(5px);
  margin: 0px;
  padding: 20px;
  overflow: auto;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  text-shadow: 1px 1px 4px #000000;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.h-button {
  width: 350px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 32px;
  padding-left: 127px;
  margin-top: 2px;
  line-height: 20px;
}

.h-button p {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 22px 0 0px 0;
    text-shadow: 0px 0px 10px #ff5f00;
    letter-spacing: 2px;
}

.h-button span {
  font-family: "Candara", sans-serif;
}

.h-button.register {
  background: url(https://i.imgur.com/Ef4LgY1.png) no-repeat;
}

.h-button.download {
  background: url(https://i.imgur.com/Ef4LgY1.png) no-repeat;
}

.h-button.register,
.h-button.download {
  color: #fff !important;
}

.h-button.register:hover,
.h-button.download:hover {
  filter: brightness(130%);
}

/*/ Online /*/
.radial {
  display: flex;
}

.radial-stat {
position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(40 30 18 / 38%);
    width: 153px;
    height: 153px;
    border-radius: 50%;
}

.circle-online {
  height: 135px;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 2;
    background: rgb(4 2 0 / 70%);
    border-radius: 50%;
}

.circle-online:after {
  content: "";
    position: absolute;
    top: -87px;
    left: -46px;
    height: 247px;
    width: 220px;
    background: url(https://i.imgur.com/qsVNZmt.png) no-repeat;
}

.serverInfo {
  position: absolute;
  width: 124px;
  height: 124px;
  padding-top: 29px;
}

.serverInfo span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 5px auto 10px auto;
  line-height: 14px;
}
.serverInfo__online {
  color: #a2ff00;
  font-size: 14px;
}

.serverInfo__name {
  font-size: 14px;
  color: #fff;
}

/*/ Animações /*/
.small-light {
  position: absolute;
  /*  background: url(../images/elementos/small-light.png) center no-repeat;*/
  width: 465px;
  height: 163px;
  left: -40px;
  top: 174px;
  animation-name: small-light;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}

/*sparks*/

.sparks2 {
  position: absolute;
  width: 1200px;
  margin-left: 200px;
  top: 600px;
  z-index: 1;
}
.sparks2 > div {
  position: absolute;
  z-index: 1;
}
.sparks2 .spark_11 {
  background: url(../images/elementos/spark_11.png) no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 1s;
}

.sparks2 .spark_22 {
  background: url(../images/elementos/spark_22.png) no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  transform: scale(0.6);
  animation: spark-1 4s linear infinite;
  animation-delay: 2s;
}
.sparks2 .spark_33 {
  background: url(../images/elementos/spark_33.png) no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  transform: scale(0.6);
  animation: spark-3 4s linear infinite;
  animation-delay: 2s;
}

.sparks2 .spark-big2 {
  background: url(../images/elementos/spark_44.png) no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  transform: scale(0.6);
  animation: spark-5 4s linear infinite;
}

.sparks2 .spark_55 {
  animation-delay: 2s;
  right: 40px;
}

/*end sparks*/
.ani.stone {
  transform-origin: center center;
}
.ani.stone.on {
  opacity: 1;
}
.stone {
  display: table;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ani {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
.ani.s1 {
  top: 300px;
  left: -230px;
  width: 234px;
  height: 369px;
  background: url(../images/elementos/s1.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s infinite;
}
.ani.s2 {
  top: 100px;
  left: 1000px;
  width: 195px;
  height: 265px;
  background: url(../images/elementos/s2.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 500ms infinite;
}
.ani.s3 {
  top: 300px;
  left: 750px;
  width: 64px;
  height: 146px;
  background: url(../images/elementos/s3.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s 500ms infinite;
}
.ani.s4 {
  top: 345px;
  left: 300px;
  width: 144px;
  height: 261px;
  background: url(../images/elementos/s4.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

/*/ News e Slide /*/

/*/ Noticias /*/
/*news*/
.events-block {
  display: flex;
  flex-direction: column;
  background: url("https://i.imgur.com/qDvD4YF.png") no-repeat;
  padding: 35px 0px 40px 0px;
  width: 590px;
  position: relative;
  z-index: 1;
}

.events-block:before {
  content: "";
  position: absolute;
  left: 230px;
  top: -27px;
  width: 134px;
  height: 124px;
  background: url("../images/elementos/news-icon.png") no-repeat;
}

.news-content-top {
  max-width: none;
  height: calc(360px - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

.news-top-title {
  position: relative;
  display: flex;
  padding: 0px 40px;
  font-family: "Candara";
}

.news-top-title span.active {
  color: #ffce9a;
    font-weight: 700;
    text-shadow: 0px 0px 7px rgb(215 107 0 / 85%);
}

.news-top-title span {
  display: block;
  color: #c163ed;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 10px 0px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}

.news-top-title span:hover {
  color: #3f5a99;
  text-shadow: 0px 0px 7px rgb(215 107 0 / 85%);
  cursor: pointer;
}

.pointer {
  cursor: pointer !important;
}

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
}

.pp {
  color: #3f5a99;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 5px 0px 0px;
}

/*1news*/
.newsContent {
  transition: 0.3s;
  padding-right: 110px;
}

.newsContent:hover {
  background-color: #1c0e0ac4;
    box-shadow: 0px 0px 10px 5px rgb(46 27 13 / 45%);
    transition: 0.4s;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.newsContent:hover .newsContent_info-text a,
.newsContent:hover .newsContent_info-link {
  color: #fff;
}

.newsContent:hover .newsContent_info {
  width: 340px;
  margin-left: -20px;
  transition: all 0.3s ease;
}

.newsContent_img img {
  display: block;
  padding-left: 15px;
  margin-left: 40px;
  
}

.newsContent_info span {
  color: #e9d885;
}

.newsContent:hover .newsContent_info span {
  color: #98b2f0;
}

.newsContent_info {
  position: relative;
  width: 340px;
  transition: all 0.3s ease;
  font-weight: bold;
}

.newsContent_info-link {
  font-size: 14px;
  color: #ffffffc8;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsContent_info-text {
  font-size: 13px;
  color: #909fc7;
}

.newsContent:hover .newsContent_info-text {
  color: #e0b1f6;
}

.newsContent_info-text a {
  color: #fff;
}

.blue-a {
  position: absolute;
  top: 8px;
  right: -80px;
  background: url("https://i.imgur.com/wFfac1G.jpeg") no-repeat;
  width: 60px;
  height: 25px;
  padding-top: 5px;
  padding-left: 7px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  color: #dfbc60;
  font-size: 12px;
  display: none;
}

.blue-a:hover {
  opacity: 100 !important;
  color: #dfbc60;
}

.newsContent:hover .blue-a {
  display: inline-block;
  opacity: 0.4;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*end 1 news/
/*end news*/

/*/ Slider /*/
.swiper-slider.swiper-container {
  position: relative;
  width: 590px;
  height: 380px;
  margin: 0;
  overflow:hidden;
}

.swiper-slider .swiper-slide {
  position: relative;
  height: 330px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset inset 0 -10px 40px 40px #382214b3;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.newsPagination {
  position: absolute;
  left: 225px;
  bottom: 10px;
  width: 120px;
  height: 35px;
  z-index: 11;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: inherit !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: inherit !important;
}

.swiper-slider .swiper-pagination {
  color: #5887ff;
  font-size: 15px;
}

.swiper-slider .swiper-button-next,
.swiper-slider .swiper-button-prev {
  width: 20px;
  height: 20px;
  background: none;
  background-color: #0d0f1a;
  margin-top: -10px;
  text-align: center;
  line-height: 1.4;
  color: #c0d107;
}

.swiper-slider .swiper-button-prev {
  background-image: url(../images/elementos/prev-p.png);
}

.swiper-slider .swiper-button-next {
  background-image: url(../images/elementos/next-p.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/*/ Widget Informações  + Top 10 Players /*/
.container-widget {
  width: 100%;
  max-height: 550px;
  display: flex;
  align-items: ;
}

.container-widget .widget-group {
  max-width: 810px;
  width: 100%;
}

.container-widget .block-widget:nth-child(1) {
  background: url(https://i.imgur.com/zDFeqC8.png) no-repeat #140c0c;
}

.container-widget .block-widget:nth-child(2) {
  background: url(https://i.imgur.com/0FstyDE.png) no-repeat #140c0c;
  overflow: hidden;
}

.block-widget {
  max-width: 400px;
  width: 100%;
  height: 450px;
  box-shadow: 0px 0px 30px 0px rgb(135 57 1 / 40%);
  font-family: "Candara";
}

.widget-group .block-widget .block-widget-title {
  max-width: 95%;
  font-family: "Candara";
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 25px auto;
  text-shadow: 0px 0px 7px rgb(215 107 0 / 85%);
}

.widget-group .block-widget .block-widget-title::before,
.widget-group .block-widget .block-widget-title::after {
  width: 30px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}

.widget-group .block-widget .block-widget-title::before {
  margin-right: 15px;
  content: url(https://i.imgur.com/viH0GXg.png);
}

.widget-group .block-widget .block-widget-title::after {
  margin-left: 15px;
  content: url(https://i.imgur.com/viH0GXg.png);
  transform: scale(-1);
}

/*/ Battle Roayle/*/
.table-top3 {
  margin-top: 80px;
  counter-reset: top3;
}

.table-top3 thead tr {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Candara";
}

.table-top3 tbody tr {
  counter-increment: top3;
}

.table-top3 tbody tr::before {
  content: counter(top3) ".";
  width: 15px;
  margin-right: 22px;
  font-size: 20px;
  font-family: "Candara";
}

.table-top3 tbody tr td {
  font-size: 20px;
  font-family: "Candara";
}

.table-top3 tbody tr:nth-child(1)::before,
.table-top3 tbody tr:nth-child(1) td:nth-child(1) {
  color: rgb(205, 184, 134);
  text-shadow: 0 0 15px rgb(187, 162, 105), 0 0 15px rgb(187, 162, 105);
}

.table-top3 tbody tr:nth-child(2)::before,
.table-top3 tbody tr:nth-child(2) td:nth-child(1) {
  color: rgb(180, 180, 180);
  text-shadow: 0 0 15px rgb(180, 180, 180), 0 0 15px rgb(180, 180, 180);
}

.table-top3 tbody tr:nth-child(3)::before,
.table-top3 tbody tr:nth-child(3) td:nth-child(1) {
  color: rgb(228, 138, 116);
  text-shadow: 0 0 15px rgb(228, 138, 116), 0 0 15px rgb(228, 138, 116);
}

/*/ Global title widget /*/
.block-widget-title {
  max-width: 85%;
  font-family: "Candara";
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 25px auto;
}

/*/ Castle siege /*/
.list-i {
  margin: auto;
  padding: 0 55px;
}

ul.list-i li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  margin: 7px 0;
  border-radius: 0px;
  transition: all 0.2s ease;
  text-shadow: 0px 0px 7px rgb(215 107 0 / 85%);

  line-height: 28px;
}

ul.list-i li:hover {
  color: #fff;
    background: #461b0dc4;
    transition: all 0.2s ease;
    padding: 0 8px;
    border-radius: 4px;
    margin: 0px -20px 0px -20px;
    padding: 5px 5px;
}

ul.list-i li span:nth-child(1)::before {
  width: 30px;
  height: 26px;
  content: url(https://i.imgur.com/viH0GXg.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.slider-events {
  max-width: 290px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

/*/ King e Battle /*/
.events-groups {
  width: max-content;
  height: 100%;
  margin-left: 10px;
}

.events-groups .evt-block {
  width: 380px;
  height: 225px;
  box-shadow: 0px 0px 30px 0px rgb(135 57 1 / 40%);
}

#kingOfGodz {
  background: url(https://i.imgur.com/K0DfLIG.png) no-repeat center;
}

#kingOfGodz > div .ajs {
  width: 110px;
  text-align: center;
  margin-top: 50px;
}

#kingOfGodz .ajs:nth-child(1) {
  margin-left: 10px;
}

#battleRoyale {
  background: url(https://i.imgur.com/smxzu6z.png) no-repeat;
}

.kingGuild {
  position: relative;
}

.kingGuild::before {
  width: 100px;
  height: 1002px;
  position: absolute;
  left: -4px;
  top: -8px;
  margin: 0 auto;
  background: url(../images/elementos/border_photo.png) no-repeat;
  content: "";
}

.events-groups .kingGuild img {
  border-radius: 50%;
}

/*/ Castle siege /*/
.castle-siege {
  width: 100%;
  height: 450px;
  background: url(https://i.imgur.com/6j2JYl3.png) no-repeat;
  box-shadow: 0px 0px 30px 0px rgb(106 54 29 / 40%);
}

.castle-siege .castle-siege-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.castle-siege .castle-siege-content .cs-result {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cs-owner,
#cs-master {
  width: 287px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  top: 125px;
}

#cs-owner {
  margin-left: 153px;
}

#cs-master {
  margin-right: 153px;
}

#cs-owner a,
#cs-master a {
  color: #fff;
}

#cs-owner a:hover,
#cs-master a:hover {
  color: inherit;
}

.cs-guild {
  position: relative;
  top: 108px;
  overflow: hidden;
  display: flex;
}

.cs-guild img {
  width: 106px;
  height: 106px;
  border-radius: 0;
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
  /* padding: 0px 12px; */
  z-index: 1;
  position: relative;
}

ul.list-i span {
  float: right;
  color: #ffffffc8;
}

.top10 {
  counter-reset: countplayers;
}

.top10 li {
  counter-increment: countplayers;
}

.top10 li::before {
  width: 20px;
  content: counter(countplayers) ".";
}

.top-title {
  color: #e9d885;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}

.top-block .top-number {
  width: 20px;
}

.top-block span {
  display: block;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block span {
  display: block;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-title.top-hall {
  padding: 0 20px;
}

.top-title-hall .top-block span {
  display: block;
}

.top-block .top-lvl {
  width: 80px;
}

.top-block span {
  display: block;
}

.top-block span {
  display: block;
}

.top-list {
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #ffffffc7;
}

.top-list:hover {
  background-color: #240f04c4;
  box-shadow: 0px 8px 10px -3px rgb(0 0 0 / 45%);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.discussions-content-top {
  z-index: 1;
  position: relative;
}

.slider-events {
  position: relative;
}

.event-timers {
  width: inherit;
  height: calc(70% + 10px);
  position: relative;
  font-weight: 600;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px 10px 0;
}

.event-timers .event {
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #b0b2b62b;
}

.event-timers .event:hover {
  color: #fff !important;
  background: #36364bc4;
  transition: all 0.3s ease;
  padding: 15px 5px;
}

.event-timers p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.event-timers .event .name {
  color: #fff;
  font-weight: bold;
}

.event-timers .event .time {
  color: #e9d885;
}

.swiper-pagination {
  width: max-content !important;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
  z-index: 10;
}

.swiper-pagination-bullet {
  padding: 5.5px;
  background-color: #facf8c94;
  margin: 0 3px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  padding: 7px;
}

/*/ Rankings Home Page /*/

.slider-home {
  position: relative;
  width: 1200px;
  margin: 30px 0;
  min-height: 370px;
  overflow: hidden;
}

.slider-ranks {
  padding: 0 20px !important;
}

.slider-ranks .top-list {
  padding: 0 20px;
}

.block-players {
  padding: 0px 35px 35px 35px;
  margin-top: 22px;
  background: url(https://i.imgur.com/wj3V0BE.png) no-repeat;
}

.block-players .block-widget-title {
  line-height: 35px;
  margin-bottom: 20px;
}

.col-xs-4 {
  width: 33.33333333%;
}

/*/ Rodapé /*/
.toTop-fon {
  display: flex;
  justify-content: center;
  height: 42px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.toTop {
  background: url(https://i.imgur.com/BNFk1Uq.png) no-repeat;
  width: 80px;
  height: 93px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
}

.toTop:hover {
  box-shadow: inset 0px 0px 10px 0px rgb(88 24 10);
  filter: drop-shadow(0px 0px 5px #521100);
  width: 78px;
  height: 90px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 100;
}

.footer-end {
  margin-top: 265px;
}

/*/ Páginas /*/

.page-main {
  max-width: 1200px;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}

.page-container {
  width: 810px;
  padding: 10px;
  margin-left: 10px;
  min-height: 1356px;
  background: #080200a8;
  z-index: 1;
  box-shadow: 0px 0px 50px 0px rgb(44 11 3);
  position: relative;
}

.page-container:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -5px;
  height: 32px;
  width: 822px;
  background: url(../images/elementos/page-bottom-fon.png) center bottom
    no-repeat;
}

.page-container:after {
  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: auto;
  height: 128px;
  width: 769px;
  background: url(../images/elementos/page-top-fon.png) center top no-repeat;
}

.page-title {
  font-family: "Open Sans";
  font-weight: 700;
  padding-top: 49px;
  padding-bottom: 30px;
  color: #d2d8e9;
  font-size: 27px;
  text-align: center;
}

.page-title h2 {
  font-family: "BeaufortforLOL-Bold";
  text-transform: uppercase;
  position: relative;
  top: 70px;
}

/*/ Table /*/

.rankings-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.rankings-table tr:first-child td {
  color: #f7f7f7;
  border-bottom: 3px solid #4e2603;
}

.rankings-table tr td {
  border-bottom: 1px solid #352825;
  padding: 10px;
  font-size: 18px;
  vertical-align: middle !important;
  text-align: center;
}

table.rankings-table thead {
  text-align: center;
}

.table.rankings-table .thead-dark th,
.table .thead-dark th,
.table td,
.table th {
  background-color: transparent;
  border: none;
}

.table tr:first-child td {
  font-weight: bold;
}

table.rankings-table thead th {
  border: none;
}

.rankings-table-place {
  color: #666;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.rankings_menu {
  width: 100%;
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}

.rankings_menu a {
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 5px 0px;
  margin: 2px;
  background-image: linear-gradient(to bottom, #0c0300, #3a1e10);
  border-bottom: 1px #c46c17 solid;
  border-radius: 2px;
  color: #fff;
}

.rankings .nav-tabs {
  width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
  border: none;
}

.rankings .nav-tabs .nav-link {
  border: none;
}

.thead-dark {
  text-align: center !important;
}

.rankings .nav-tabs .nav-link.active {
  background-image: linear-gradient(to bottom, #260e02, #5c331c);
    box-shadow: 0 0 7px #583218;
}

.rankings .nav-tabs .nav-item a {
  background-image: linear-gradient(to bottom, #260e02, #5c331c);
  color: #fff;
  margin: 0 5px;
}

.rankings .nav-tabs .nav-item a:hover {
  background-image: linear-gradient(to bottom, #211d26, #5b6bad);
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
}

.rankings_menu a.active {
  background-image: linear-gradient(to bottom, #160900, #54260f);
    box-shadow: 0px 1px 0px #af452f;
}

.rankings-class-image {
  width: 30px;
  height: auto;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.table-bordered {
  border: 1px solid #18110f !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #200901 !important;
    background: #100502;
  padding: 5px;
  text-align: center;
}

.table-hover > tbody > tr:hover td {
  background-color: rgb(12 3 1 / 87%) !important;
  color: #fff !important;
}

/*/ Aside bar /*/
.asidebar {
  max-width: 380px;
  min-width: 380px;
}

/*/ Blocos /*/

.widget-fon-discussions {
  width: 380px;
  position: relative;
  padding: 35px 35px 35px 35px;
  background: url(https://i.imgur.com/DZFgNHt.png) center top no-repeat, url(https://i.imgur.com/kRcwDjh.png) center bottom no-repeat, url(https://i.imgur.com/1b6dp22.png) center repeat-y
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: -25px;
  margin-bottom: 0px;
  font-size: 19px;
  color: inherit;
  text-align: center;
}

.panel-body .panel-title {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid#3f5a99;
  margin-bottom: 20px !important;
  font-weight: bold;
  padding: 10px 0px !important;
}

.panel-body {
  padding: 15px;
}

.block-usercp {
  width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}

.block-usercp ul li {
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  transition: 0.5s;
}

.block-usercp ul li:hover {
  animation: textslide 0.3s forwards linear;
}

@keyframes textslide {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 10px;
  }
}

.block-usercp ul li img {
  position: relative;
  padding-right: 10px;
}

.form-control {
  border: 1px solid #705954;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.button-login {
  min-width: auto;
  width: 198px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: url(https://i.imgur.com/zoD9WML.png) no-repeat transparent;
  outline: none;
  border: none;
  color: #fff;
  cursor: url(../images/elementos/cursorpng2.png), auto;
}

/*/ Serviços info /*/

ul.info li {
  padding: 5px 0;
}

ul.info li i {
  padding-right: 4px;
}

.widget-fon-discussions .top-block .top10 .top-name {
  min-width: 120px;
  max-width: 120px;
}

.widget-fon-discussions .top-block .top10.guilds .top-name {
  min-width: 150px;
  max-width: 150px;
}

.widget-fon-discussions .top-block .top10.guilds .top-Res {
  text-align: right;
  width: 70px;
}

.top-guilds .top-block .top-title .top-name {
  width: 195px;
}

.widget-fon-discussions.fast-menu-widget {
  background: url(https://i.imgur.com/S23KjfC.png) no-repeat bottom !important;
}

.fast-menu-widget .block-widget-title {
  line-height: 27px;
  margin-bottom: 5px;
}

/*/ Menu rápido /*/
.fast-menu {
  height: 276px;
}

.fast-menu li.top-title {
  text-align: center;
  margin-left: 30px;
  font-size: 16px;
  color: #3f5a99;
  margin-bottom: 7px;
}

.background-template {
  background: url(../images/elementos/fon-top-block-bm.jpg) top no-repeat,
    url(../images/elementos/fon-bottom-block-bm.jpg) bottom no-repeat,
    url(../img/fon-center-block-bm.jpg) repeat-y;
  width: 345px;
  border-radius: 8px;
  height: 222px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(67 84 128 / 40%);
  border-radius: 8px;
}

.background-template-left {
  float: left;
}

.background-template-right {
  float: left;
}

/*/ Página Eventos /*/
.events-page .events .event {
  padding: 10px 0;
  border-bottom: 1px solid #262a32;
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
}

.events-page .events .event .time {
  padding: 7px;
}

.events-page .events .event .name {
  color: #fff;
}

.events-page .events .event .name .switch-slider {
  background-color: #ffffff;
}

.events-page .events .event .name .switch-slider:before {
  background-color: #8d8d8d;
  filter: drop-shadow(0 0 10px #11123a);
}

.events-page .events .event .name input:checked + .switch-slider {
  background-color: #3eb638;
}

.events-page .events .event .name input:checked + .switch-slider::before {
  background-color: #032e00;
}

.bg-success {
  background-color: #08080e !important;
  padding: 0 5px;
  color: #77d479 !important;
  text-shadow: 0 0 10px #77d479;
  border: 1px solid #424262 !important;
}

.bg-dark {
  background-color: #0802016b !important;
}

.card {
  background: url(https://i.imgur.com/DUVoFHh.jpeg);
  box-shadow: inset 0 1px 1px #51566e, inset 0 -15px 35px #040407;
  border: 1px solid #202231;
}
.card .image {
  justify-content: center!Important;
  align-items: center!Important;
}

.item .image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .card-header {
  font-weight: bold;
  text-align: center;
}

.card-dark {
  box-shadow: inset 0 0px 5px #481808, inset 0 -5px 30px #240700;
    border: 1px solid #312020;
}

.card-dark,
.card-alert,
.card-primary,
.card-warning {
  padding: 15px;
  mix-blend-mode: screen;
}

.styled-radio {
  width: 15px;
  height: 15px;
}

.card-dark.active {
  background-color: #1f1f36;
}

.card-alert {
  box-shadow: inset 0 1px 1px #6e5151, inset 0 -15px 35px #070404;
  border: 1px solid #312020;
  background-color: #290808;
}

.card-warning {
  box-shadow: inset 0 1px 1px #6e6451, inset 0 -15px 35px #070604;
  border: 1px solid #312a20;
  background-color: #292008;
}

.card-primary {
  box-shadow: inset 0 1px 1px #51556e, inset 0 -15px 35px #040507;
  border: 1px solid #202531;
  background-color: #081129;
  text-align: center;
}

.card-dark h3 {
  padding-bottom: 15px;
}

.card.card-dark {
  background-color: #07080c;
  padding: 0;
}

.card.card-dark .card-header {
  background-color: #010102;
  padding: 0;
  line-height: 55px;
  font-size: 1.09rem;
  height: 55px;
}

.card.card-dark img:hover {
  transform: scale(1.1);
}

.gateways .card-dark {
  color: #3a3a3a;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.gateways .card-dark .card-header {
  background-color: #d4d4d4;
}

.bank-accounts .bank span {
  color: #dfbc60;
}

a.card-dark:hover {
  background-color: #0c0e18;
  padding-left: 25px;
  padding-right: 25px;
  transform: scaleX(1.1);
}

.mx-100 {
  max-width: 100% !important;
}

/*/ Rifas /*/
.card-dark.number {
  text-align: center;
  width: 50px;
}

.card-dark.number.active {
  background-color: #a18538;
  filter: drop-shadow(0 0 15px #a18538);
}

.card-dark.disable {
  background-color: #5e5e5e;
  cursor: not-allowed;
}

/*/ Conquistas -  Quests /*/
.achievements .card.card-dark:hover {
  transform: scaleY(1.1) !important;
  filter: drop-shadow(0 0 10px rgb(13, 14, 22));
  margin: 15px 0;
}

/*/ Modal login /*/

.modal_window {
  width: 400px;
    background: url(https://i.imgur.com/zDFeqC8.png) no-repeat #000000;
    padding: 90px 60px 40px 60px;
    z-index: 101;
    position: fixed;
    top: 175.5px !important;
    cursor: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bottom-modal::before {
  content: "";
  position: absolute;
  width: 432px;
  height: 32px;
  bottom: -15px;
  left: -6px;
  background: url(../images/elementos/fon-modal-bottom.png) top no-repeat;
}

.top-modal::after {
  content: "";
    position: absolute;
    width: 134px;
    height: 124px;
    top: -55px;
    left: 140px;
    background: url(https://i.imgur.com/ZrcdwK6.png) top no-repeat;
}

.modal_window h3 {
  margin: -60px 0px 5px 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.modal_form {
  text-align: center;
  box-sizing: border-box;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}

.formGroup-name {
  display: block;
    padding-bottom: 10px;
    color: #ffb075;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
  width: 100%;
  box-sizing: border-box;
}

.formGroup-button {
  margin-top: 40px;
  text-align: center;
}

.close-modalx {
  position: absolute;
  top: -70px;
  right: 0;
  margin: auto;
  font-size: 1.3rem;
  color: #d61f2e;
  font-family: "Arial Black";
  cursor: pointer;
}

close-modalx:hover {
  color: #fff;
}

/*/ Rank Class /*/
.rank-class a img:hover {
  filter: brightness(135%);
}

.sweep {
  height: 55px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.sweep:hover {
  transform: scale(1.1);
}

.sweep::before {
  background-color: #fff;
  width: 7px;
  height: 300px;
  position: absolute;
  top: -250px;
  z-index: 10;
  left: -30px;
  transform: rotate(20deg);
  filter: blur(5px);
  content: "";
  border-radius: 50%;
}

.sweep:hover::before {
  animation: sweep 1.3s forwards linear;
}

@keyframes sweep {
  0% {
    left: -30px;
  }
  100% {
    left: 300px;
  }
}

/*/ Galeria screens/*/
.screens-container,
.videos-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 50px;
}

.screens-container .screen-c,
.videos-container .videos-c {
  position: relative;
}

.screens-container .screen-c img,
.videos-container .videos-c img {
  max-width: 222px;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 414px) {
  .screens-container .screen-c img,
  .videos-container .videos-c img {
    max-width: 150px;
  }
}

.screens-container .screen-c img:hover,
.videos-container .videos-c img:hover {
  transform: scale(1.1);
}

.lightbox .btn-close {
  padding: 0;
}

/*/ Charme /*/
.fixedInfoBlock {
  position: fixed;
  right: 0;
  top: 35%;
  margin-top: -135px;
  z-index: 9;
}

.fixedInfoBlock-close {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding-top: 13px;
  background: #58261273;
  position: absolute;
  top: 0px;
  right: 35px;
  margin-left: -12px;
  cursor: pointer;
  transition: 0.3s;
}

.fixedInfoBlock-close:hover {
  background: url(../images/elementos/page-content-center.jpg) repeat-y;
  opacity: 0.8;
}

.fixedInfoBlock-close span:nth-child(1) {
  transform: rotate(45deg);
}

.fixedInfoBlock .modalBlock .event-b:hover img {
  filter: drop-shadow(0px 0px 10px #934516);
}

.fixedInfoBlock .modalBlock a img {
  transition: 0.3s;
}

.fixedInfoBlock-close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.fixedInfoBlock-close span {
  width: 10px;
  height: 1px;
  display: block;
  background: #afb9d2;
  margin: 0 auto;
  position: relative;
}

.fixedInfoBlock .modalBlock {
  position: fixed;
  right: 0;
  background: transparent;
  width: 114px;
  padding: 69px 8px;
  border-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: 0.3s;
  margin-right: 0px;
}

.fixedInfoBlock .modalBlock a {
  color: #b8b8bb;
  font-size: 13px;
  display: block;
  margin-bottom: 18px;
}

.fixedInfoBlock-close.active {
  border: 1px solid rgb(169 154 154 / 0%);
  border-radius: 87%;
  width: 83px;
  height: 107px;
  z-index: 1;
  position: absolute;
  right: -40px;
  top: 90px;
  padding-right: 35px;
  transition: 0.3s;
  display: flex;
  background: #0e0502;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}

.fixedInfoBlock-close.active i {
  display: block;
  background: url(../images/elementos/arrow-v.png) no-repeat;
  width: 29px;
  height: 28px;
  transform: rotate(181deg);
}

.fixedInfoBlock .modalBlock.active {
  right: -110px;
}

.fixedInfoBlock-close.active span {
  display: none;
}

/*/ Downloads /*/
.panel-downloads {
  box-shadow: 0 0 60px rgb(0 0 0 / 30%);
}

.panel-downloads table td {
  text-align: center;
  border: none;
}

.panel-downloads table tbody td {
  border-top: none !important;
}

.download-description {
  font-size: 11px;
  position: relative;
  top: -7px;
  color: #777;
}

.panel-downloads table td .btn-primary {
  height: 20px;
  border-radius: 0;
  line-height: 9px;
  font-size: 0.7rem;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #060302, #311200);
    border: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #4c1700;
    box-shadow: 0 0 10px #5e220a;
}

.btn-primary:hover {
  filter: brightness(115%);
  cursor: url(../images/elementos/cursorpng.png), auto;
}

table thead td {
  color: #34fab6;
  border-bottom: 2px solid #783d1a;
}

.godzdowns a img:hover {
  transform: scale(1.1);
}

/*/ Linguagens /*/
.language {
  width: 133px;
  height: 42px;
  background: url(../images/elementos/lang_model.png) no-repeat bottom;
  margin-left: 20px;
  position: relative;
}

.language-content {
  text-align: center;
  margin: auto;
}

.language .language-content a.langs {
  position: relative;
  top: -15px;
}

.language .languages-list {
  width: max-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: rgb(30 30 42 / 66%);
  display: none;
  transition: all 0.7s linear;
}

.language .languages-list .f-dropdown-item:nth-child(3) {
  display: none;
}

.language .languages-list::before {
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  margin: auto;
  right: 0;
  content: "";
}

/*/ Loja de Moedas /*/
.loja-godz {
  padding: 10px;
}

.header-page {
  width: 100%;
  height: 350px;
}

.header-loja.header-page {
  background: url(../images/elementos/header_loja.png) no-repeat;
}

.cards {
  width: 100%;
}

.cards a .packBox {
  width: 256px;
  height: 308px;
  position: relative;
  margin: 3px;
}

.packBoxheader {
  width: max-content;
  position: relative;
  top: 5px;
  margin: auto;
  font-size: 1.3rem;
  font-weight: bold;
  color: #c6b061;
  text-shadow: 0 2px 1px rgb(64 56 30 / 53%);
  padding: 5px;
  font-family: "BeaufortforLOL-Bold";
  text-transform: uppercase;
}

.packBoxfooter {
  width: max-content;
  position: absolute;
  left: -60px;
  bottom: 50px;
  margin: auto;
  right: 0;
  font-size: 1.1rem;
  font-weight: 550;
  color: #dac722;
  font-family: "BeaufortforLOL-Bold";
}

/*/ Cateoria de valores /*/
#lowPrice {
  background: url(../images/elementos/pack_1.png) no-repeat;
}

#mediumPrice {
  background: url(../images/elementos/pack_2.png) no-repeat;
}

#largePrice {
  background: url(../images/elementos/pack_3.png) no-repeat;
}

.sweep2 {
  overflow: hidden;
  position: relative;
}

.sweep2::before {
  width: 35px;
  height: 600px;
  position: absolute;
  top: -50px;
  left: -150px;
  background-color: #fff;
  transform: rotate(20deg);
  filter: blur(7px);
  opacity: 0.7;
  content: "";
}

.sweep2:hover::before {
  animation: sweep2 0.5s forwards linear;
}

.sweep2:hover {
  filter: brightness(115%);
  transform: translateY(-7px);
}

@keyframes sweep2 {
  0% {
    left: -130px;
  }
  100% {
    left: 400px;
  }
}

/*/ Market página /*/
.market-page {
  background: url(../images/page/header_market_bg.png) no-repeat top #0c0c14;
}

.market-content a .box-market {
  position: relative;
  box-shadow: -1px 2px 3px #0c0c14cc;
  padding: 0;
  margin-top: 20px;
  transition: all 0.5s linear;
  border-radius: 10px !important;
}

.market-content a .box-market:hover {
  transform: translateY(-15px);
  background: rgba(19, 19, 29, 0.171);
  background: linear-gradient(
    0deg,
    rgba(19, 19, 29, 0.171) 0%,
    rgba(19, 19, 29, 0.171) 100%
  );
  filter: brightness(135%);

  box-shadow: -3px 5px 10px #0c0c14cc;
}

.market-content a .box-market::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(19, 19, 29);
  background: linear-gradient(
    0deg,
    rgba(19, 19, 29, 1) 0%,
    rgba(19, 19, 29, 0) 100%
  );
  content: "";
}

.market-content a .box-market .market-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  text-transform: uppercase;
  color: #a18538;
  font-size: 1.3rem;
  font-weight: 550;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: #10101f;
}

pre {
  color: #fff !important;
}

/*/ Market Items /*/

.market-search {
  position: relative;
  top: 100px;
}

.categorys-items {
  display: flex;
  flex-flow: row wrap;
  max-width: 510px;
  min-width: 510px;
  height: auto;
  padding: 5px;
  justify-content: center;
  box-sizing: border-box;
  background-color: #12121b;
  border: 1px solid #222231;
  position: absolute;
  z-index: 10;
  box-shadow: 0 10px 25px #010102;
}

.hidden {
  display: none;
}

.flexbox {
  display: flex;
}

.categorys-items a {
  width: 155px;
}

.simple-btn {
  min-width: 100px;
  padding: 10px;
}

.card-market {
  max-width: 263px;
}

.card-item .card .card-body {
  display: flex;
  align-items: center;
  max-height: 100px;
  padding: 7px;
}

.card-market .card .card-body .card-warning {
  width: 100%;
  align-self: flex-end;
}

.card-market > div {
  min-height: 307px;
  max-height: 307px;
  margin-bottom: 5px;
}

.card-item .card .card-header {
  font-size: 0.9rem;
}

/*/ Vendedor /*/
.market-seller {
  width: max-content;
  margin: auto;
}

/*/ botão hamburguer/*/
.hamb-btn {
  width: 50px;
  height: 50px;
  background-color: #29293d;
  box-shadow: inset 0 0 15px #090916af;
  border: 1px solid #29293d;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.hamb-btn span {
  display: block;
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 3px;
}

.hamb-btn:hover {
  filter: brightness(115%);
}

/*/ Alertas morpheus /*/
#morpheus-popup-container .morpheus-popup-alert {
}

/*/ Modal Morpheus /*/
#morpheus-popup-container .morpheus-popup-content {
  height: 200px;
  background-color: #13131d;
  box-shadow: inset 0 0 15px rgba(17, 19, 44, 0.555);
  border: 0;
  padding: 30px;
}

.morpheus-popup-message {
  margin-top: 50px;
}

.paghiper {
  background-color: #0c0e18;
  padding: 30px;
}

.paghiper .url {
  color: #12141d;
}

.paghiper .info {
  color: orange;
}

.paghiper .help {
  margin-left: 30px;
}

.title {
  text-align: center;
  padding: 30px;
  background-color: #202231;
}

/*/ Modal boostrap/*/
.modal-header {
  border-bottom: 1px solid #1d202f;
}

.modal-dialog {
  max-width: 700px;
  transform: scale(0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal-content {
}

.modal-body img {
  max-width: 100%;
}

.show {
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal-backdrop {
  background-color: transparent;
}

/*/ Modal Eventos /*/
.gatilho {
  width: 150px;
  height: 150px;
  position: fixed;
  left: 0;
  top: 50%;
  animation: wiggle 0.8s infinite linear;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*/ Página de Patentes /*/
.page-patentes {
  background: url(../images/patentes/header_patentes.png) no-repeat #03030a;
  padding: 5px;
}

.header-patentes {
  height: 350px;
}

.patentes-content .box-p {
  width: 100%;
  height: 199px;
  background: url(../images/patentes/bg_p.png) no-repeat center;
  margin: 55px 0;
  transition: all 70ms linear;
  position: relative;
}

.patente-name {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.base {
  display: none;
}

.box-p:hover .base {
  display: flex;
  text-align: center;
  align-items: center;
}

.box-p:hover .patente-name {
  display: block;
}

.keyLeft {
  animation: left 0.5s forwards linear;
}

@keyframes left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.keyRight {
  animation: right 0.5s forwards linear;
}

@keyframes right {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.keytop {
  animation: top 0.5s forwards linear;
}

@keyframes top {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
    font-size: 1.2rem;
  }
}

/*/ Beginner Base /*/

.base_beginner {
  width: 315px;
  background: url(../images/patentes/base_beginner.png) no-repeat;
}

/*/ Trainee Base /*/

.base_trainee {
  width: 315px;
  background: url(../images/patentes/base_trainee.png) no-repeat;
}

/*/ Master Base /*/

.base_master {
  width: 315px;
  background: url(../images/patentes/base_master.png) no-repeat;
}

/*/ Elite Base /*/

.base_elite {
  width: 315px;
  background: url(../images/patentes/base_elite.png) no-repeat;
}

.base_elite,
.base_master,
.base_trainee,
.base_beginner {
  height: 208px;
}

/*/ Supreme Base /*/

.base_supreme {
  width: 315px;
  height: 234px;
  background: url(../images/patentes/base_supreme.png) no-repeat;
}

/*/ Legened Base /*/

.base_legend {
  width: 315px;
  background: url(../images/patentes/base_legend.png) no-repeat;
}

/*/ Imortal Base /*/

.base_imortal {
  width: 315px;
  background: url(../images/patentes/base_imortal.png) no-repeat;
}

/*/ god Base /*/

.base_god {
  width: 315px;
  height: 327px;
  background: url(../images/patentes/base_god.png) no-repeat;
}

#god {
  position: relative;
}

#god::before {
  width: 362px;
  height: 351px;
  position: absolute;
  left: -105px;
  right: 0;
  top: -96px;
  background: url(../images/patentes/star_god.png) no-repeat;
  z-index: -1;
  content: "";
  animation: stargod 4s infinite linear;
}

@keyframes stargod {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.base_legend,
.base_imortal,
.base_god {
  min-height: 327px;
  max-width: 327px;
}

/*/ Páginas de Guias /*/
.drop_categpry {
  padding: 10px;
  height: 50px;
  line-height: 27px;
  cursor: pointer;
}

.drop_categpry i {
  color: #a18538;
}

.drop_categpry:hover i {
  animation: upndown 1s infinite linear;
}

#guides-list {
  display: none;
}

@keyframes upndown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.guide {
  padding: 10px;
  background-color: #0802016b;
  box-shadow: inset 0 0px 5px #481808, inset 0 -5px 30px #240700;
  border: 1px solid #312020;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

/*/ Paginação /*/

.paginator {
  display: flex;
  flex-direction: column;
}

.pagination {
  align-self: flex-end;
}

.pagination li {
  box-shadow: inset 0 1px 1px #51566e, inset 0 -15px 35px #040407;
  border: 1px solid #202231;
  padding: 10px;
  margin: 0 5px;
}

.pagination li.active {
  box-shadow: inset 0 1px 1px rgb(33, 33, 54), inset 0 -15px 35px #1d1d41;
  border: 1px solid #202231;
}

/*/ Página de promoção /*/
.promotion {
  background: url(../images/promo/bg_promo.png) no-repeat center top #070919;
  background-size: 150%;
}

.promotion-container .box {
  margin: 10px 0;
  transition: 0.5s;
  position: relative;
}

.promotion-container .box:hover {
  transform: translateY(-15px);
  animation: superbrush 0.7s forwards linear;
}

@keyframes superbrush {
  0% {
    filter: 0 0 0 rgb(53, 30, 109);
  }

  100% {
    filter: 0 0 35px rgb(53, 30, 109);
  }
}

.promotion-container .box img:hover {
  filter: brightness(135%);
}

.promotion .header-page {
  height: 670px;
}

.boxinfo {
  font-family: "Arial";
  background-color: rgba(0, 0, 0, 0.795);
  position: absolute;
  top: -175px;
  z-index: 10;
  display: none;
}

.boxinfo .title-info {
  background-color: #a00000;
  border-radius: 0;
  color: #fff;
}

.boxinfo p {
  color: #4bbd76;
}

/*/ Titulo de todas as páginas /*/
.page-title {
  min-width: 450px;
  max-width: 450px;
  min-height: 121px;
  margin: 40px auto;
}

.page-title.title-info {
  background: url(../images/page/page_info.png) no-repeat center;
}

.page-title.title-events {
  background: url(../images/page/page_events.png) no-repeat center;
}

.page-title.title-rank {
  background: url(../images/page/page_rank.png) no-repeat center;
}

.page-title.title-guides {
  background: url(../images/page/page_guias.png) no-repeat center;
}

.page-title.title-register {
  background: url(../images/page/page_register.png) no-repeat center;
}

.page-title.title-vip {
  background: url(../images/page/page_vip.png) no-repeat center;
}

.page-title.title-vip-en {
  background: url(../images/page/page_vip_en.png) no-repeat center;
}

/*/ Box pages /*/
.page-box {
  max-width: 245px;
  min-height: 230px;
  border-radius: 0;
  display: flex;
}

.page-box:hover {
  filter: brightness(125%);
  cursor: url(../images/elementos/cursorpng2.png), auto;
}

.page-box-title {
  text-align: center;
  font-family: "Open Sans";
  max-width: max-content;
  margin: 0 auto 30px auto;
}

.page-box-title p {
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.page-box-title span {
  font-size: 0.9rem;
  color: #72729b;
}

.todown {
  transition: 0.7s;
  position: relative;
  top: 0;
}

.page-box:hover .todown {
  top: 10px;
}

.page-box.config {
  background: url("../images/elementos/info_box_01.png") no-repeat;
}

.page-box.commands {
  background: url("../images/elementos/info_box_02.png") no-repeat;
}

.page-box.chaos-machine {
  background: url("../images/elementos/info_box_03.png") no-repeat;
}

/*/ Informações Estatisticas /*/
.stts {
  max-width: 760px;
  margin: auto;
  border-top: 1px solid #25253a;
}

.stts > div {
  margin-top: 25px;
  text-align: center;
}

.stts > div:hover .todown {
  top: 10px;
  filter: drop-shadow(0 0 35px rgb(160, 160, 226));
}

.stts > div p {
  font-weight: 800;
  font-family: "Open Sans";
  font-size: 1.1rem;
  color: #fff;
}

.stts > div span {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #99613f;
}

/*/ Informações patentes /*/
.text-grid {
  max-width: 755px;
  margin-top: 136px;
  display: flex;
  align-items: center;
}

.text-grid .text-l {
  max-width: 400px;
  margin-right: 80px;
}

.text-grid h2 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  color: #aa956c;
}

.items-center {
  display: flex;
  justify-content: center;
}

.btn-l {
  width: 180px;
  height: 41px;
  background-color: #29293b;
  display: block;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.content-l #god::before {
  left: -81px;
}

/*/ animção de levitação /*/

.levitar {
  position: relative;
  max-width: max-content;
  transform: translateY(0px);
  animation: levitar 3s infinite ease-in-out;
  transition: all 50ms linear;
  -webkit-mask-image: url(../images/elementos/god_patent.png);
}

.levitar img {
  object-fit: cover;
}

.levitar::before {
  width: 30px;
  height: 600px;
  background-color: #fff;
  filter: blur(10px);
  position: absolute;
  left: -100px;
  top: -200px;
  transform: rotate(-35deg);
  content: "";
}

.levitar:hover::before {
  animation: sweepMask 1s forwards linear;
}

@keyframes sweepMask {
  0% {
    left: -100px;
  }
  100% {
    left: 400px;
  }
}

@keyframes levitar {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*/ Conteúdos /*/

.content-page {
  margin: 50px 0;
}
.content-page > div {
  display: none;
}

.content-page .content-title {
  text-align: center;
  margin: 3rem;
}

.content-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
}

.table-gz {
  border-spacing: 15px;
}

.table-gz tbody tr td {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #8c1800;
  text-align: center;
  font-size: 0.8rem;
}

.table-gz thead tr th {
  padding: 10px;
  border: 1px solid #8c1800;
  text-align: center;
}

.table-gz tbody tr:nth-child(odd) {
  background-color: #120803;
}

.tab-active {
  display: block !important;
  transition: 0.5s;
}

/*/ Panel do Usuário /*/
.content-services {
  width: 100%;
}
/*/ Removendo header da página /*/

#panel-user.page-container:after {
  background: none;
}

#panel-user.page-container {
  background: #0c0401cf;
}

.aside-panel {
  max-width: 200px !important;
  display: flex;
  flex-direction: column;
  background-color: #131321;
}

.aside-panel .fa {
  text-align: center;
  width: 46px;
}

/*/ Perfil /*/
.profile {
  padding: 20px;
  display: flex;
  flex-flow: column;
}

.profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #16192c;
  image-rendering: pixelated;
  margin-right: 15px;
}

.account-info {
  height: 178px;
  background: url(../images/elementos/dwbg.png) no-repeat right #131321;
  border-radius: 7px;
  border: 1px solid #1d1d31;
}

/* Lista de serviços do painel  */
.aside-panel-list {
  padding: 0;
  display: none;
}

.list-itens {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #140702;
  border-radius: 0;
}

.list-itens a {
  border-bottom: 1px solid #3a1200;
  color: #fff;
  border-radius: 0;
  padding: 1rem;
}

.list-itens a:hover {
  background-color: #240e02;
}

/*/ Badge notificação  menssagens /*/
.badge-msg {
  position: absolute;
  top: 35%;
  right: 15px;
  animation: weggly 0.5s infinite ease-in-out;
}

.ba {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #301200;
  background-color: #0e0601;
}

.ba.col {
  max-width: max-content;
}

.cta {
  margin-bottom: 0.5rem;
}

/*/ Wallet user /*/

.wallet {
  max-width: max-content;
  min-width: max-content;
}

.hide_balance {
  display: none;
}

/*/ Modal panel /*/
.l-modal {
  display: block;
}

.pr-indication {
  background: url(../images/elementos/godz-coins.png) no-repeat center right #0e0601;
}
/*/ Tooltip /*/
[data-tooltip-i] {
  display: none;
}

/*/ Lootbox /*/
.page-container.lootbox::before,
.page-container.lootbox::after {
  background: transparent;
}

/*/ Custom Vip Package /*/

/*  Vip Classic */
.viptype1 {
  background: url(../images/elementos/viptype1.png) no-repeat !important;
}
/*  Vip Godz */
.viptype2 {
  background: url(../images/elementos/viptype2.png) no-repeat !important;
}

/*/ Correção da pop upm doas pacotes /*/
.morpheus-popup-container {
  position: fixed;
  z-index: 9999999 !important;
  padding: 0px !important;
  margin: 0px !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 500px auto !important;
}

.morpheus-popup-content .morpheus-popup-confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 400px;
}

/*/ Titlos em imagems traduzidas /*/
.title-info-en {
  background: url(../images/page/page_info_en.png) no-repeat center;
}

.title-events-en {
  background: url(../images/page/page_events_en.png) no-repeat center;
}

.title-guides-en {
  background: url(../images/page/page_guias_en.png) no-repeat center;
}

.title-register-en {
  background: url(../images/page/page_register_en.png) no-repeat center;
}

/*/ Pagina de Promoção /*/

.page-promo-w {
  min-width: 1450px;
}

.page-promo {
  margin: auto;
  background: url(../images/promo/bg_promo.png) no-repeat #050512;
  background-size: 100%;
}

.pack {
  width: 244px;
  min-height: 310px;
  transition: 0.7s;
  margin: 10px;
}

.pack:hover {
  transform: translateY(-15px);
}

.title-pack {
  font-family: "BeaufortforLOL-Bold";
  color: #ffda62;
  text-transform: uppercase;
  text-shadow: 0 0 20px #63522bb7, 0 0 20px #63522bb7;
}

.pack-content {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}

.pack-content a {
  font-family: "BeaufortforLOL-Bold";
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 0rem;
  display: block;
  width: 100%;
  height: 50px;
}

.gcoins:nth-child(1) {
  background: url(../images/promo/oferta_1.png) no-repeat;
}

.gcoins:nth-child(2) {
  background: url(../images/promo/oferta_2.png) no-repeat;
}

.gcoins:nth-child(3) {
  background: url(../images/promo/oferta_3.png) no-repeat;
}

.gcoins:nth-child(4) {
  background: url(../images/promo/oferta_4.png) no-repeat;
}

.gcoins:nth-child(5) {
  background: url(../images/promo/oferta_5.png) no-repeat;
  min-height: 400px;
}

.gcoins:nth-child(6) {
  background: url(../images/promo/oferta_6.png) no-repeat;
  min-height: 400px;
}

.gcoins:nth-child(7) {
  background: url(../images/promo/oferta_7.png) no-repeat;
  min-height: 400px;
}

.gcoins:nth-child(5),
.gcoins:nth-child(6),
.gcoins:nth-child(7) {
  min-height: 400px;
}

.gcoins:nth-child(5) a,
.gcoins:nth-child(6) a,
.gcoins:nth-child(7) a {
  position: absolute;
  bottom: 30px;
}

.pvip:nth-child(1) {
  background: url(../images/promo/oferta_godz_1.png) no-repeat;
}

.pvip:nth-child(2) {
  background: url(../images/promo/oferta_godz_2.png) no-repeat;
}

.pvip:nth-child(3) {
  background: url(../images/promo/oferta_godz_3.png) no-repeat;
}

.header-space {
  height: 650px;
}

.page-promo::before,
.page-promo::after {
  background: unset;
  content: "";
}

.divider {
  min-width: 100%;
  height: 35px;
  background: url(../images/promo/divider.png) repeat-x;
  margin: 35px 0;
}

.btn-promo {
  padding: 0;
  line-height: 70px;
  background: url(../images/promo/btn_theme_promo.png) no-repeat;
}

.common-pack {
  background: unset;
}


/*/ Lootboxes /*/
.summary_user {
  width: max-content;
}

.text-lilac {
  color: rgb(104 104 255);
}

.summary_user .summary_user_content {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.summary_user .summary_user_content .user_profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.summary_user .summary_user_content .user_name {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.2rem;
}

.summary_user .summary_user_content .user_picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid;
}

.summary_user .summary_user_content .user_balance {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}

.summary_user .summary_user_content .user_balance .coin_box,
.summary_user .summary_user_content .user_balance .coin_box2 {
  max-width: 200px;
  padding: 10px;
  position: relative;
  z-index: 10;
  font-size: 1rem;
  font-weight: 500;
}

.summary_user .summary_user_content .user_balance .coin_box span:nth-child(1) {
  font-weight: 700;
  font-style: italic;
}

.summary_user .summary_user_content .user_balance .coin_box::before,
.summary_user .summary_user_content .user_balance .coin_box2::before {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  transform: skewX(-10deg);
  content: "";
}

.coin_box::before {
  background: linear-gradient(
    180deg,
    rgba(24, 22, 4, 0) 10%,
    rgb(196, 171, 62) 200%
  );
  border: 2px solid #c4ab3e;
}

.coin_box2::before {
  background: linear-gradient(
    180deg,
    rgba(24, 22, 4, 0) 10%,
    rgb(62, 196, 107) 200%
  );
  border: 2px solid #3ec46b;
}

.coin_box:hover::before,
.coin_box2:hover::before {
  filter: brightness(150%);
}

.coin_box span {
  position: relative;
  z-index: 10;
}

.box-img {
  animation: boxfloat 2s infinite ease-in-out;
}

@keyframes boxfloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-page {
  overflow: hidden;
}

#slides-modal img {
  border: 3px solid #fff;
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.651);
  max-width: 100%;
  object-fit: cover;
}

.loots .loots_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.loots .loots_content a .loot {
  max-width: 270px;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.loots .loots_content a {
  flex: 1 0 0;
}

.loots .loots_content a .loot:hover {
  transform: translateY(-10px);
  filter: brightness(135%);
}

.loots .loots_content a .loot img {
  max-width: 100%;
}

.loot_name {
  text-transform: uppercase;
  font-weight: bold;
}

.showcase {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.showcase p {
  font-size: 1rem;
  color: #a1a1a1;
  text-transform: none;
}

/*/ Road map/*/



/*/ Market /*/

.row-market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* margin-right: -15px; */
    margin-left: -15px;
}

.market-bg {
  height: 185px;
  position: relative;
  z-index: 10;
}
.market-items {
  height: 185px;
  background: url(../images/elementos/market-offer-bg.png) no-repeat center;
  position: relative;
  z-index: 10;
}

.market-items::before {
  left: 30px;
  background: rgb(16, 6, 4);
  background: linear-gradient(
    90deg,
    rgba(16, 6, 4, 1) 0%,
    rgba(16, 6, 4, 0) 100%
  );
}

.market-items::after {
  right: 30px;
  background: rgb(16, 6, 4);
  background: linear-gradient(
    90deg,
    rgba(16, 6, 4, 0) 0%,
    rgba(16, 6, 4, 1) 100%
  );
}


.market-items .market-items-content {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 100%;

  padding-bottom: 24px;
  justify-content: center;
}

.market-items .market-items-content .market-item {
  max-width: 214px;
  text-align: center;
  max-height: 125px;
  height: 100%;
  display: flex;
  background-color: #10193a;
  box-shadow: inset 0 0 25px 7px rgb(4 7 14 / 90%);
  flex-direction: column;
  border: 2px solid #191943;
}

.market-items .market-items-content .market-item .item-desc .image {
  max-height: 100%;
}

.market-items .market-items-content .market-item .item-desc .name-item .normal {
  color: yellow;
  text-shadow: 0 0 14px yellow;
  font-size: 0.8rem;
  position:absolute;
  top: 75px;
  left:0;
  right:0;
  margin: auto;
  z-index: 25;
}

.market-items .market-items-content .market-item .item-desc .name-item::after {
    width: 100%;
    height: 50px;
    position:absolute;
    left:0;
    bottom:0;
    background: rgb(14,14,14);
background: linear-gradient(360deg, rgba(14,14,14,1) 0%, rgba(14,14,14,0) 100%);
content: "";
z-index: 10;
}

.item-desc .excellent {
      font-size: 0.8rem;
  right:0;
  margin: auto;
  z-index: 20;
}

.market-items .market-items-content .market-item .item-desc .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.market-page {
  height: 100%;
  background: #100606;
}

.market-page::before,
.market-page::after {
  width: 0%;
  height: 0%;
  content: "";
}


.morpheus-inventory .morpheus-inventory-equipments .item-mapping  a img {
    max-width: 100%;
}

.streamers {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    display: none;
    right: 0;
    flex-direction: row-reverse;
}

.streamers__container {
    display: flex;
}

.streamers__online {
    display: flex;
    padding: 10px;
    background: #192156 !important;
}

.streamers__title {
    background: #192156 !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-transform: uppercase;
    border: 1px solid #f1e0c6;
}

.streamers__streamer {
    margin-right: 10px;
    position: relative;
    border: 2px solid #f1e0c6;
}

.streamers__streamer:hover {
    border-color: #fff;
}

.streamers__streamer-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #192156 !important;
    padding: 2px;
    text-align: center;
    z-index: 2;
}

.streamers__streamer-thumb {
    position: relative;
}

.streamers__streamer-thumb-user {
    position: absolute;
    bottom: 0;
    left: 0;
}

.streamers__streamer:last-child {
    margin-right: 0;
}

/* Shop customs */
.shoptitle {
    text-align: center;
    padding: 10px;
    background-color: #3a3841;
}

.list-group-item {
  background-color: #202231;
  color: #fff;
}

.list-group-item.active {
  background-color: #332b91;
  border-color: #332b91;
}

.list-group-item:hover {
  background-color: #332b91;
  color: #fff;
}

.nav-tabs {
  border-bottom: 1px solid #0b3135;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #332b91;
  border-color: #0c4850;
}

/* Paginator */
.page-link {
    position: relative!Important;
    display: block!Important;
    padding: 0.5rem 0.75rem!Important;
    margin-left: -1px!Important;
    line-height: 1.25!Important;
    color: #fff!Important;
    background-color: #332b91!Important;
    border: 1px solid #332b91!Important;
}