@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,700&display=swap");
@import url(helperss.css);
@import url(loot-boxes.min.css);
@import url(roott.css);
*,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: 0;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

body {
  color: rgb(240, 240, 240) !important;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background-color: var(--background-body-gray);
  height: 100vh;
  text-rendering: optimizeLegibility;
}

hr {
  background-color: rgb(162 162 162);
}

a,
a.nav-link {
  color: white;
  text-decoration: none;
  position: relative;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover:not(a.btn) {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}

.offcanvas a.nav-link {
  margin: 3px 0;
}

.wrap {
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(var(--wrap-page-color), 1);
}

/* Header */
header {
  background: url(../images/header_img.png) no-repeat;
  background-size: 100%;
  height: 300px;
}

.logo-header {
  max-width: max-content;
  padding-top: 0px;
  padding-left: 130px;
}

.logo-header img {
  max-width: 330px;
}

/* Navbar */
.main-navbar {
  padding: 0;
  background: var(--nav-gradient-gray);
  position: relative;
  border-bottom: 1px solid var(--vermelho-5);
}

.main-navbar a.nav-link {
  font-size: 0.8rem;
  padding: 0 29.8px !important;
  font-weight: 600;
  position: relative;
}

.nav-link:focus, .nav-link:hover {
   color: #fff;
}

.main-navbar a.nav-link:not(.dropdown)::before {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--border-red-right-navba-link);
  box-shadow: inset -1px 0 3px rgb(123 22 22);
  content: "";
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}

.main-navbar nav a.nav-link:hover,
.main-navbar nav a.nav-link.active:not(.offcanvas a.nav-link.active) {
  background: var(--nav-gradient-link-hover);
  box-shadow: inset -1px 1px 1px rgba(199, 199, 199, 099);
}

.main-navbar .navbar-collapse .navbar-nav .nav-item a.nav-link:hover::after,
.main-navbar .navbar-collapse .navbar-nav .nav-item a.nav-link.active::after {
  width: 50%;
  height: 100%;
  display: block;
  background-color: #fff;
  filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45px;
  content: "";
  mix-blend-mode: color-dodge;
}

.main-navbar .navbar-collapse,
.main-navbar .navbar-collapse .navbar-nav,
.main-navbar .navbar-collapse .navbar-nav .nav-item {
  height: 100%;
}

.main-navbar .navbar-collapse .navbar-nav .nav-item a.nav-link {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}

.main-navbar .navbar-collapse .navbar-nav .nav-item:not(.dropdown) {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-navbar .navbar-collapse .navbar-nav {
  align-items: center;
}

.main-navbar .navbar-toggler span {
  width: 35px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 3px 0;
}

/* Small Logo Mobile menu */
.main-navbar .navbar-brand img {
  max-width: 70px;
}

/* Contents - Slide */
.slider-container {
  max-height: 258px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.sy-box,
.sy-box div {
  max-height: inherit !important;
}

.slider-container .sy-pager,
.slider-container .sy-controls li.sy-prev,
.slider-container .sy-controls li.sy-next {
  /* display: none; */
}

/* Contents - Title */

.content {
  max-width: 698px;
}
.content .title-content h5 {
  font-weight: 650;
  color: var(--title-gray-color);
  font-size: 1.1rem;
}

.content .title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--divider-bottom-light-gray);
}

/* Contents - Posts */
.posts .post {
  position: relative;
  padding: 0.9rem;
  font-size: 0.8rem;
  color: var(--text-dark-gray);
}

.posts .post:not(:last-child)::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--divider-bottom-light-gray);
  content: "";
}

/* Contents -  Page Titles */
.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-color: rgba(33, 33, 33, 1) !important;
}

.page-title h1 {
  max-width: 414px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 650;
  color: var(--title-gray-color);
}

/* Contents -  Hall Fame */
.as_block {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}

.as_block::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 9%,
    rgb(12 12 12) 100%,
    rgba(0, 0, 0, 0.774) 100%,
    rgba(0, 0, 0, 0) 0%
  );
  z-index: 1;
  content: "";
}

.hall_player {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 2;
}

.hall-pic {
  margin-left: 15px;
  padding: 3px;
  background-color: rgba(255, 0, 0, 0.774);
  border-radius: 4px;
  width: max-content;
}

.hall_title {
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.781);
}

.hall-pic img {
  width: 150px;
  height: 150px;
}

.hall_name {
  text-align: center;
  max-width: 315px;
  padding: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(255, 0, 0, 0.774);
}

.hall_name h2 {
  font-size: 2.5rem;
}

.login-panel {
  border-radius: 5px;
}

.hall_guild {
  background: url(../images/bg_is_guild.png) no-repeat top center;
  background-size: 100%;
}

/*  */
.bg-class-id-0,
.bg-class-id-1,
.bg-class-id-2,
.bg-class-id-3 {
  background: url(../images/classes/dw.png) no-repeat top center;
}

.bg-class-id-16,
.bg-class-id-17,
.bg-class-id-18,
.bg-class-id-19 {
  background: url(../images/classes/dk.png) no-repeat top center;
}

.bg-class-id-32,
.bg-class-id-33,
.bg-class-id-34,
.bg-class-id-35 {
  background: url(../images/classes/fe.png) no-repeat top center;
}

.bg-class-id-48,
.bg-class-id-50 {
  background: url(../images/classes/mg.png) no-repeat top center;
}

.bg-class-id-64,
.bg-class-id-65,
.bg-class-id-66 {
  background: url(../images/classes/dl.png) no-repeat top center;
}

.bg-class-id-80,
.bg-class-id-81,
.bg-class-id-82,
.bg-class-id-83 {
  background: url(../images/classes/su.png) no-repeat top center;
}

.bg-class-id-96,
.bg-class-id-97,
.bg-class-id-98 {
  background: url(../images/classes/rf.png) no-repeat top center;
}

.bg-class-id-112,
.bg-class-id-113,
.bg-class-id-114 {
  background: url(../images/classes/gro.png) no-repeat top center;
}

.bg-class-id-127,
.bg-class-id-128,
.bg-class-id-129,
.bg-class-id-130,
.bg-class-id-131 {
  background: url(../images/classes/rw.png) no-repeat top center;
}

.bg-class-img {
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.form-login-panel {
  width: 300px;
}

.login-panel h5 {
  background: #eee;
  color: #333;
  padding: 8px;
  border-radius: 5px;
}

.login-input {
  background-color: #f5f5f5;
  border: none;
}

.btn-block {
  font-size: 0.875rem;
  padding: 10px;
}

.w-45 {
  width: 45%;
}

form hr {
  display: inline-block;
  width: 30%;
  border: 0;
  border-top: 1px solid #bbb;
}

form span {
  color: #bbb;
  font-size: 0.875rem;
  margin: 0 10px;
}

.text-decoration-underline {
  text-decoration: underline;
}

/* Asidebar */
.asidebar {
  max-width: 280px;
}

/* Perfil do personagem */
.character-img {
  padding: 30px;
  text-align: center;
  box-shadow: inset 0 0 50px #000000ad;
}

/* Statatus */
.character-status {
  width: 100%;
  height: 50px;
  margin-top: 7px;
}

.character-status.status-offline {
  background-color: rgb(160, 28, 28);
}

.character-status.status-online {
  background-color: rgb(28, 160, 35);
}

.character-status.status-offline,
.character-status.status-online {
  box-shadow: inset 0 0 20px #000000ad;
}

legend {
  width: 35%;
  font-size: 0.9rem;
  padding: 0 11px;
  margin: 0;
}

fieldset {
  width: 100%;
  box-shadow: inset 0 0 20px #000000ad;
}

/* Panel - Characters */
.characters {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.characters .character {
  position: relative;
}

/*==============================
     Webshops
==============================*/
.shops .item_shop .card {
  min-height: 256px;
  max-height: 256px;
}

.item_shop .card .badge-solds {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.shops .item_shop .image {
  margin: auto;
}

.shops .item_shop .image img {
  max-width: 150px;
  width: 100%;
  filter: drop-shadow(15px 3px 10px rgba(0, 0, 0, 0.459));
}

/* badge de quantidade */
.badge-quantity {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  padding: 2px 5px;
  font-size: 0.9rem;
  transform: translate(-50%, -75%);
  background-color: rgb(240, 27, 45);
  color: rgb(255, 255, 255);
}

.shops .item-desc .normal {
  color: var(--ciniza-3);
}
/* Market */

.market-img {
  margin: auto;
  padding: 10px 0;
}

.market-img img {
  height: 75px;
  filter: drop-shadow(15px 3px 10px rgba(0, 0, 0, 0.459));
}

/* Castle Siege */
.castle-siege {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 15;
  color: #fff;
}

.castle-siege::before {
  width: 100%;
  height: 100%;
  background: url(../images/siege01_bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  pointer-events: none;
  opacity: 0.99;
  z-index: -1;
  left: 0;
  content: "";
}

.castle-siege .siege_mark img {
  width: 90px;
  border-radius: 7px;
}

.castle-siege .siege_wrap {
  margin-top: 100px;
}

.castle-siege .cs_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 120px;
  text-align: center;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.774);
}

/** WAR **/
.war-deviasX {
  width: 100%;
  height: 235px;
  position: relative;
  z-index: 15;
  color: #fff;
}

.war-deviasX::before {
  width: 100%;
  height: 100%;
  background: url(../images/war01_bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  pointer-events: none;
  opacity: 0.99;
  z-index: -1;
  left: 0;
  content: "";
}

.war-deviasX .siege_mark2 img {
  width: 90px;
  border-radius: 7px;
}

.war-deviasX .siege_wrap2 {
  margin-top: 100px;
}

.war-deviasX .cs_title2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 120px;
  text-align: center;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.774);
}


/* Streamer */

.streamers__streamer {
  background: rgb(139, 12, 197) !important;
  display: block;
  width: 100%;
  height: 100px;
  border: 2px solid #763bb5;
}

.streamers__streamer-name {
  background-color: #763bb5;
}

.streamers__streamer-thumb {
  height: 100%;
  overflow: hidden;
}

.streamers__streamer-thumb img {
  width: 100%;
  object-fit: cover;
}

/* Modal */
/* Backdrop Styles */
.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998; /* Ensure it stays behind the modal */
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal.active {
  display: flex;
}

.modal-content {
  background: #000000;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 90%;
  max-width: 700px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.btn-twitch {
  bottom: 140px !important;
  background-color: #763bb5;
  border: 1px solid #763bb5;
  animation: glow 1s infinite;
}

.btn-twitch:hover {
  background-color: #643299;
  border: 1px solid #643299;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #fff;
    --bs-pagination-bg: #161616;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: #161616;
    --bs-pagination-border-radius: #fff;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #161616;
    --bs-pagination-hover-border-color: #161616;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #161616;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #e21111;
    --bs-pagination-active-border-color: #ff0000;
    --bs-pagination-disabled-color: #fff;
    --bs-pagination-disabled-bg: #2b2a2a;
    --bs-pagination-disabled-border-color: #2b2a2a;
    display: flex;
    padding-left: 0;
    list-style: none;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px #763bb5, 0 0 10px #321552, 0 0 15px #763bb5,
      0 0 20px #321552, 0 0 25px #51297c, 0 0 30px #763bb5, 0 0 35px #51297c,
      0 0 40px #763bb5;
  }
  50% {
    box-shadow: 0 0 15px #763bb5, 0 0 5px #51297c, 0 0 5px #321552,
      0 0 20px #51297c, 0 0 15px #763bb5, 0 0 20px #763bb5, 0 0 15px #51297c,
      0 0 20px #321552;
  }
  100% {
    box-shadow: 0 0 5px #51297c, 0 0 10px #763bb5, 0 0 15px #321552,
      0 0 20px #763bb5, 0 0 5px #51297c, 0 0 10px #763bb5, 0 0 15px #763bb5,
      0 0 7px #51297c;
  }
}

/* Streamers Plugin */
.streamers {
    width: 100%;
    position: unset;
}

.streamers .streamers__container {
    width: inherit;
}

.streamers .streamers__online {
    background: transparent;
}

.streamers__title {
    width: max-content;
    margin: 0 auto;
    background: transparent; 
    writing-mode: unset;
    text-orientation: unset; 
    color: #fff;
    display: block; 
    align-items: unset; 
    justify-content: unset;
    padding:0; 
    text-transform: uppercase;
    border: none; 
    font-weight: bold;
    font-size: 1.3rem;
    text-align:center;
}

.streamers .streamers__streamer {
    width: 180px;
    height: 150px;
}

.btn-streamer-open {
    position: fixed;
    right: 280px;
    font-size: 1.1rem;
    padding: 12px;
    top: 50%;
    z-index: 999;
}

.btn-streamer-open::before {
    content:"online";
    font-size:0;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #43cf43;
    position:absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    outline:3px solid #298529;
    animation: liveOn .7s infinite ease-in-out;
}


@keyframes liveOn {
    0% {
        filter: drop-shadow(0 0 0 green);
    } 50% {
        filter: drop-shadow(0 0 10px green);
    } 100% {
        filter: drop-shadow(0 0 0 green);
    }
}

@media screen and (min-width: 992px) and (max-width: 1700px) {
    .btn-streamer-open {
        right: 30px;
    }
}

@media screen and (max-width: 992px) {
   .btn-streamer-open {
        top: unset;
        bottom: 205px;
        right: 20px;
   }
}

/* Modal X Close Twitch Plugin*/

#gigaStreamers .btn-close {
    position: absolute;
    right:0;
    top: -7px;
}

/*Modal Content  - Twitch plugin*/
#gigaStreamers .modal-content {
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(7px);
}