@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  cursor: url("../images/cursor/custom.gif"), url("../images/cursor/custom.cur"), default;
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  margin-left: 30px;
	float: left;
	height: 300px;
	width: 5px;
	background: #101119;
	overflow-y: scroll;
	margin-bottom: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 5px;
	background-color: #101119;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #CC2843; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff; 
}

#particles-js {
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
/* Garantir que apenas o body tenha scroll - remover scroll de todos os containers */
body.has-sidebar main,
body.has-sidebar .container,
body.has-sidebar .container-page,
body.has-sidebar .content,
body.has-sidebar .area__block,
body.has-sidebar .areaBlock,
body.has-sidebar .allServer,
body.has-sidebar .allServerBlock,
body.has-sidebar .tabs,
body.has-sidebar .tabs-content,
body.has-sidebar .history-content,
body.has-sidebar .area,
body.has-sidebar .redeem-container,
body.has-sidebar .redeem-card {
  overflow-y: visible !important;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}
/* Remover qualquer scroll interno de elementos filhos */
body.has-sidebar *:not(.sidebar):not(html):not(body) {
  overflow-y: visible !important;
}
body.has-sidebar .sidebar {
  overflow-y: auto !important; /* Sidebar pode ter scroll próprio */
}
/* Garantir que sidebar seja visível */
body.has-sidebar .sidebar {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body {
  width: 100%;
  background-color: #101119;
  font-family: 'Montserrat-Regular', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  min-height: 100vh;
}
main {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.tableBlock-td a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(0, 26, 255);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
h1, h2, h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
table {
  width: 100%;
  margin-bottom: 30px;
  background: #181926;
}
table td {
  border-collapse: collapse;
  padding: 10px 35px;
}
table tbody tr:nth-child(odd) {
  background: #151622;
}
img {
  max-width: 100%;
}
caption {
  margin-bottom: 15px;
}
select {
  background: #0d0d15;
  min-width: 150px;
  border: 1px solid #2d2f39;
  color: #fff;
  margin-bottom: 15px;
  padding: 6px 40px 6px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/icons/arrow-d.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}
input, textarea {
  background: none;
  border: 1px solid #2d2f39;
  color: #ffffff;
  padding: 10px 15px;
  position: relative;
  font-size: 13px;
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Montserrat-Regular', sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
}
input:focus, textarea:focus {
  border: 1px solid #a1a2a7;
}
input:hover, textarea:hover {
  border: 1px solid #a7a1a3;
  transform: scale(1.004);
  text-shadow: 2px 2px 3px #000000;
}
textarea {
  min-height: 150px;
}
button, .button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right bottom, from(#CC2843), to(#d11b3a));
  background: linear-gradient(to right bottom, #CC2843, #d11b3a);
  border: none;
  color: #142922;
  font-size: 13px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px -3px rgba(204, 40, 67, 0.2);
  box-shadow: 0px 10px 10px -3px rgba(204, 40, 67, 0.2);
  position: relative;
  padding: 11px 30px;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat-Regular', sans-serif;
}
button, .button2 {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transition: all 0.3s ease;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right bottom, from(#CC2843), to(#CC2843));
  background: linear-gradient(to right bottom, #CC2843, #CC2843);
  border: none;
  color: #142922;
  font-size: 13px;
  border-radius: 5px;
  position: relative;
  padding: 11px 30px;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat-Regular', sans-serif;
}

.button2:hover {
  color: rgba(180, 182, 179, 0.9);
  transform: scale(1.3);
}

button:hover, .button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
button, .button-red {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right bottom, from(#d32941), to(#ce1a32));
  background: linear-gradient(to right bottom, #d32941, #c21b31);
  border: none;
  color: #142922;
  font-size: 13px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px -3px rgba(17, 195, 177, 0.2);
  box-shadow: 0px 10px 10px -3px rgba(17, 195, 177, 0.2);
  position: relative;
  padding: 11px 30px;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat-Regular', sans-serif;
}
button, .button-green {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right bottom, from(#5C872A), to(#5C872A));
  background: linear-gradient(to right bottom, #5C872A, #5C872A);
  border: none;
  color: #142922;
  font-size: 13px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px -3px rgba(17, 195, 177, 0.2);
  box-shadow: 0px 10px 10px -3px rgba(17, 195, 177, 0.2);
  position: relative;
  padding: 11px 30px;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat-Regular', sans-serif;
}
.button {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
.button-yellow {
  color: #142922;
  font-weight: 700;
  background: linear-gradient(135deg, #feb202 0%, #ffb400 50%, #ce713a 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}
.button-yellow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}
.button-yellow:hover {
  background: linear-gradient(135deg, #ffb400 0%, #feb202 50%, #ffb400 100%);
  box-shadow: 0 6px 20px rgba(255, 180, 0, 0.5);
  transform: translateY(-2px);
}
.button-yellow:hover::before {
  left: 100%;
}
.button-yellow:active {
  transform: translateY(0);
}
.not-bg {
  background: rgba(21, 23, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  letter-spacing: 0.3px;
}
.not-bg:hover {
  background: rgba(21, 23, 34, 0.8);
  border-color: rgba(204, 40, 67, 0.4);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #9395a5;
}
::-moz-placeholder {
  color: #9395a5;
}
:-moz-placeholder {
  color: #9395a5;
}
:-ms-input-placeholder {
  color: #9395a5;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-s-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-c-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bright:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.topLauncher {
  background: linear-gradient(135deg, rgba(204, 40, 67, 0.15) 0%, rgba(16, 17, 25, 0.95) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  border-bottom: 1px solid rgba(204, 40, 67, 0.2);
  position: relative;
  z-index: 999;
}
.topLauncher .container > div {
  height: 30px;
  color: #142922;
  font-size: 12px;
}
.topLauncher .container > div span {
  font-weight: 800;
  color: #ffd632;
  padding: 0px 4px;
}
.closebtn {
  background: url(../images/icons/close-icon-dark.png) no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}
.closebtn:hover {
  background: url(../images/icons/close-icon-light.png) no-repeat;
}
.icon {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon:after {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.icon:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.icon span {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  background: #d32941;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(211, 41, 65, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(211, 41, 65, 0.5);
}
.top-download-icon {
  background-color: #7A1818;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 5px;
}
.top-download-icon:after {
  background-image: url(../images/icons/download-icon-white.png);
}
.topPanel {
  background: rgba(16, 17, 25, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
/* Header com sidebar - esconde o header completo quando há sidebar */
body:has(.sidebar) .topPanel,
body.has-sidebar .topPanel {
  display: none;
}
/* Esconde topLauncher quando há sidebar */
body:has(.sidebar) .topLauncher,
body.has-sidebar .topLauncher {
  display: none;
}
/* Esconde footer quando há sidebar (usuário logado) */
body:has(.sidebar) footer,
body.has-sidebar footer {
  display: none !important;
}
.topPanel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(204, 40, 67, 0.05) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.topPanel > * {
  position: relative;
  z-index: 1;
}
.topPanel.topPanel-fixed {
  background: rgba(16, 17, 25, 0.98);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(204, 40, 67, 0.2);
}
.topPanel.topPanel-fixed .fon-icon {
  background-color: rgba(255, 255, 255, 0.07);
}
.topPanel.topPanel-fixed .profileBlock {
  background: rgba(29, 31, 44, 0.8);
}
.topPanelBlock {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
/* Ajuste do header quando há sidebar */
body:has(.sidebar) .topPanelBlock,
body.has-sidebar .topPanelBlock {
  padding-left: 20px;
  justify-content: flex-start;
  gap: 20px;
}
/* Esconde menuButton quando há sidebar */
body:has(.sidebar) .menuButton,
body.has-sidebar .menuButton {
  display: none;
}
/* Ajuste do menu quando há sidebar */
body:has(.sidebar) .topPanel__block,
body.has-sidebar .topPanel__block {
  flex: 1;
  justify-content: flex-end;
}
.topPanel__logo {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.topPanel__logo a {
  display: block;
  transition: transform 0.3s ease;
}
.topPanel__logo a:hover {
  transform: scale(1.05);
}
.topPanel__logo img {
  max-height: 50px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.topPanel__block {
  display: flex;
  align-items: center;
  gap: 0;
}
.profile-not-logged {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 20px;
}
.profile-not-logged .button {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.3px;
}
.profile-not-logged .button:first-child {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
.profile-not-logged .button:first-child:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.profile-not-logged .button:last-child {
  background: linear-gradient(135deg, #CC2843 0%, #d11b3a 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.3);
}
.profile-not-logged .button:last-child:hover {
  box-shadow: 0 6px 20px rgba(204, 40, 67, 0.4);
  transform: translateY(-2px);
}
.search-button {
  margin-left: 10px;
}
.search-button:after {
  background-image: url(../images/icons/search-icon.png);
}
.fon-icon {
  background-color: #1d1f2c;
  border-radius: 7px;
  height: 35px;
  width: 35px;
}
.menu {
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.menu li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 12px 18px;
  display: block;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
  letter-spacing: 0.3px;
}
.menu li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(90deg, transparent, #CC2843, transparent);
  border-radius: 2px;
}
.menu li a:hover {
  color: #fff;
  background: rgba(204, 40, 67, 0.1);
}
.menu li a:hover:after {
  width: 60%;
}
.menu li.active a {
  color: #fff;
  background: rgba(204, 40, 67, 0.15);
}
.menu li.active a:after {
  width: 60%;
}
.menu li.launcher a {
  background: linear-gradient(135deg, #CC2843 0%, #d11b3a 100%);
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu li.launcher a:hover {
  background: linear-gradient(135deg, #d11b3a 0%, #CC2843 100%);
  box-shadow: 0 6px 20px rgba(204, 40, 67, 0.4);
  transform: translateY(-2px);
}
.menu li.launcher a:after {
  display: none;
}
.menu li.launcher a span {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  margin-left: 6px;
  position: static;
  display: inline-block;
  box-shadow: none;
}
.menu li span {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  background: #5C872A;
  padding: 3px 5px;
  border-radius: 5px 5px 5px 0px;
  position: absolute;
  right: -30%;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 255, 64, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(62, 233, 20, 0.5);
  color: #fff;
}
.profileBlock {
  margin-left: 20px;
  background: rgba(29, 31, 44, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  position: relative;
  padding: 8px 12px 8px 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.profileBlock:hover {
  background: rgba(29, 31, 44, 0.8);
  border-color: rgba(204, 40, 67, 0.3);
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.15);
}
.profileBlock img {
  border-radius: 8px;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border: 2px solid rgba(204, 40, 67, 0.3);
  transition: all 0.3s ease;
}
.profileBlock:hover img {
  border-color: rgba(204, 40, 67, 0.6);
}
.profileBlock span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  max-width: 150px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.profileBlock:after {
  content: "";
  background: url(../images/icons/arrow-d.png) no-repeat;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  opacity: 0.3;
}
/*.profile-not-logged {
  margin-left: 40px;
}
*/
.friendsBlock {
  position: relative;
  padding: 0px 10px;
  margin: 0px 16px;
}
.friendsBlock .icon {
  margin: 6px;
}
.friendsBlock .icon:after {
  opacity: 0.3;
}
.friendsBlock:after {
  content: "";
  position: absolute;
  background: #30313d;
  right: 0;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 1px;
}
.friendsBlock:before {
  content: "";
  position: absolute;
  background: #30313d;
  left: 0;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 1px;
}
.member-icon:after {
  background-image: url(../images/icons/member-icon.png);
  background-size: 14px 14px;
}
.message-icon:after {
  background-image: url(../images/icons/message-icon.png);
}
.icon-active:after {
  opacity: 1 !important;
}
.plus-icon:after {
  background-image: url(../images/icons/plus-icon.png);
}
.area-icon:after {
  background-image: url(../images/icons/members-icon.png);
}
.area-icon:after {
  background-image: url(../images/icons/members-icon.png);
}
.nice-icon {
  background: -webkit-gradient(linear, left top, right bottom, from(#CC2843), to(#7A1818));
  background: linear-gradient(to right bottom, #CC2843, #7A1818);
  border-radius: 7px;
  height: 35px;
  width: 35px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(195, 17, 17, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(195, 17, 17, 0.3);
}
.download-icon {
  border-radius: 7px;
  height: 64px;
  width: 64px;
}
.download-icon:after {
  background-image: url(../images/zumbi_loader.gif);
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transition: all 0.3s ease;
  
}
.download-icon:hover {
  transform: scale(1.1);
}
.sub-menu {
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}
.sub-menu:before {
  content: '';
  position: absolute;
  right: 20px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.9);
}
.sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 25px;
}
.sub-menu li a:hover {
  background-color: #141418;
}
.sub-menu li a b {
  color: #ffb400;
  padding-left: 4px;
  padding-right: 5px;
}
.sub-menu-top:before {
  right: 10px;
  top: -20px;
}
.main-item:focus ~ .sub-menu, .main-item:active ~ .sub-menu, .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon-yellow {
  background: #ffb400;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 180, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(255, 180, 0, 0.4);
}
.settings {
  margin-top: 5px;
}
.settings a {
  border-top: 1px solid #19191c;
  background-image: url(../images/icons/setting-icon.png);
  background-position: left 25px center;
  background-repeat: no-repeat;
  padding: 15px 25px 15px 45px !important;
}
.logout a {
  border-top: 1px solid #19191c;
  background-image: url(../images/icons/logout-icon.png);
  background-position: left 25px center;
  background-repeat: no-repeat;
  padding: 15px 25px 15px 45px !important;
}
.search-icon-dark:after {
  background-image: url(../images/icons/search-icon-dark.png);
}
.menuButton {
  cursor: pointer;
}
.searchBlock {
  background: #0d0d15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 15px;
}
.searchBlock.active {
  opacity: 1;
  visibility: visible;
}
.search-row {
  margin-bottom: 20px;
}
.promoBanner {
  background: url(../images/banner/banner-promo.jpg) center no-repeat;
 /*outline: 2px dashed rgba(255, 255, 255, 0.1);
  outline-offset: -12px;
 */
  margin-top: 80px;
}
.promoBannerBlock {
  height: 400px;
  text-transform: uppercase;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.NewsBanner {
  background: url(../images/banner/news-banner.png) center no-repeat;
 /*outline: 2px dashed rgba(255, 255, 255, 0.1);
  outline-offset: -12px;
 */
  margin-top: 80px;
}
.NewsBannerBlock {
  height: 150px;
  text-transform: uppercase;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.newest-icon:after {
  background-image: url(../images/icons/newest-icon.png);
}
.container-block {
  padding: 50px 0px;
}
.title {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  box-sizing: border-box;
}
.title__block {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
}
.title__block i {
  margin-right: 20px;
}
.title__block span {
  font-size: 16px;
  font-weight: 400;
  color: #9395a5;
  display: inline-block;
  border-left: 1px solid #2d2f39;
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
  bottom: -4px;
}
.title__block a {
  color: #9395a5;
}
.light-bg {
  background: #151722;
}
.dark-bg {
  background: #101119;
}
/* Seção de notícias no index usa todo o espaço disponível */
body.page-index .dark-bg .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
body.page-index .dark-bg .container-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
body.page-index .dark-bg .slick-carousel {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
body.page-index .dark-bg .slick-carousel .slick-list {
  margin: 0;
  padding: 0 60px;
  overflow: hidden;
  position: relative;
}
body.page-index .dark-bg .slick-carousel .slick-list::before,
body.page-index .dark-bg .slick-carousel .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 5;
  pointer-events: none;
}
body.page-index .dark-bg .slick-carousel .slick-list::before {
  left: 0;
  background: linear-gradient(to right, #101119 0%, transparent 100%);
}
body.page-index .dark-bg .slick-carousel .slick-list::after {
  right: 0;
  background: linear-gradient(to left, #101119 0%, transparent 100%);
}
body.page-index .dark-bg .slick-carousel .slick-track {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: stretch;
}
body.page-index .dark-bg .slick-carousel .slick-slide {
  padding: 0 14px;
  height: auto;
  display: flex;
  box-sizing: border-box;
}
body.page-index .dark-bg .slick-carousel .slick-slide > div {
  height: 100%;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
body.page-index .dark-bg .slick-carousel .servers__block {
  margin: 13px 0;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1;
  box-sizing: border-box;
}
body.page-index .dark-bg .slick-carousel .slick-slide > div > div {
  display: flex;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
body.page-index .dark-bg .slick-prev {
  left: 15px;
  z-index: 20;
  background-color: rgba(16, 17, 25, 0.8);
  border-radius: 5px;
}
body.page-index .dark-bg .slick-next {
  right: 15px;
  z-index: 20;
  background-color: rgba(16, 17, 25, 0.8);
  border-radius: 5px;
}
body.page-index .dark-bg .title {
  text-align: left;
  justify-content: flex-start;
}
/* Header usa todo o espaço disponível */
.topPanel .container {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
.topLauncher .container {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
/* Página de Resgate - Design Moderno */
.redeem-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.redeem-card {
  background: rgba(21, 23, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.redeem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(204, 40, 67, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.redeem-card > * {
  position: relative;
  z-index: 1;
}
.redeem-header {
  text-align: center;
  margin-bottom: 20px;
}
.redeem-header h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.redeem-points {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.redeem-points strong {
  color: #ffb400;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(255, 180, 0, 0.5);
  letter-spacing: 0.5px;
}
.redeem-form {
  margin: 15px 0 40px 0;
  position: relative;
  z-index: 10;
}
.redeem-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}
.redeem-select-wrapper {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}
.redeem-image-container {
  text-align: center;
  margin: 20px 0;
  padding: 20px;
  background: rgba(16, 17, 25, 0.4);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 160px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.redeem-image-container img {
  max-width: 100%;
  max-height: 180px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
  transition: all 0.3s ease;
}
.redeem-image-container:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 30px rgba(204, 40, 67, 0.4));
}
.redeem-button-wrapper {
  text-align: center;
  margin: 20px 0;
}
.redeem-info {
  margin-top: 20px;
  padding: 18px 20px;
  background: rgba(92, 161, 255, 0.1);
  border-left: 3px solid #5ca1ff;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.redeem-info strong {
  color: #fff;
  font-weight: 600;
}
.redeem-info a {
  color: #ffb400;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.redeem-info a:hover {
  color: #ffd700;
  text-decoration: underline;
}
.redeem-warning {
  margin-top: 15px;
  padding: 15px 18px;
  background: rgba(204, 40, 67, 0.1);
  border-left: 3px solid #CC2843;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.5;
}
.redeem-warning strong {
  color: #fff;
  font-weight: 600;
}
.redeem-warning a {
  color: #5ca1ff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.redeem-warning a:hover {
  color: #7bb3ff;
  text-decoration: underline;
}
/* Melhorias no nice-select para a página de resgate */
.redeem-select-wrapper .nice-select {
  background: rgba(21, 23, 34, 0.8);
  border: 2px solid rgba(45, 47, 57, 0.6);
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
}
.redeem-select-wrapper .nice-select:hover {
  border-color: rgba(204, 40, 67, 0.4);
  background: rgba(21, 23, 34, 0.9);
}
.redeem-select-wrapper .nice-select.open {
  border-color: rgba(204, 40, 67, 0.6);
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.2);
}
.redeem-select-wrapper .nice-select {
  position: relative !important;
  z-index: 100 !important;
}
.redeem-select-wrapper .nice-select .list {
  background: #151722 !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 1000 !important;
  position: absolute !important;
}
.redeem-select-wrapper .nice-select.open .list {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.redeem-info {
  position: relative !important;
  z-index: 1 !important;
}
.redeem-select-wrapper .nice-select .list::-webkit-scrollbar {
  width: 8px;
}
.redeem-select-wrapper .nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.redeem-select-wrapper .nice-select .list::-webkit-scrollbar-thumb {
  background: rgba(204, 40, 67, 0.6);
  border-radius: 4px;
}
.redeem-select-wrapper .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: rgba(204, 40, 67, 0.8);
}
.redeem-select-wrapper .nice-select .list:before {
  border-bottom-color: #151722 !important;
}
.redeem-select-wrapper .nice-select .option {
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}
.redeem-select-wrapper .nice-select .option:hover,
.redeem-select-wrapper .nice-select .option.focus {
  background: rgba(204, 40, 67, 0.15);
  color: #fff;
}
.redeem-select-wrapper .nice-select .option.selected {
  background: rgba(204, 40, 67, 0.2);
  color: #fff;
  font-weight: 600;
}
.redeem-select-wrapper .nice-select .optgroup-header {
  color: #ffb400;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 20px 8px;
  background: rgba(255, 180, 0, 0.1);
}
.redeem-form #resultado {
  margin: 15px 0;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.redeem-form #resultado img {
  display: block;
  margin: 0 auto;
}
.redeem-form #resultado.success {
  background: rgba(92, 161, 255, 0.15);
  border-left: 3px solid #5ca1ff;
  color: rgba(255, 255, 255, 0.9);
}
.redeem-form #resultado.error {
  background: rgba(204, 40, 67, 0.15);
  border-left: 3px solid #CC2843;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .redeem-card {
    padding: 25px 20px;
  }
  .redeem-header h2 {
    font-size: 24px;
  }
  .redeem-points strong {
    font-size: 20px;
  }
  .redeem-image-container {
    padding: 20px;
    min-height: 150px;
  }
  .redeem-select-wrapper .nice-select {
    max-width: 100%;
  }
}
/* Página de Inventário - Design Moderno */
.inventory-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(21, 23, 34, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.inventory-controls.market-controls-only,
.inventory-controls:not(:has(.inventory-switches)) {
  justify-content: flex-end;
}
.inventory-controls.market-controls-only .inventory-search {
  max-width: 600px;
}
.inventory-switches {
  display: flex;
  gap: 12px;
}
.inventory-switch {
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(21, 23, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.inventory-switch:hover {
  background: rgba(21, 23, 34, 0.8);
  border-color: rgba(204, 40, 67, 0.3);
  color: #fff;
}
.inventory-switch.active {
  background: linear-gradient(135deg, rgba(204, 40, 67, 0.3) 0%, rgba(204, 40, 67, 0.15) 100%);
  border-color: rgba(204, 40, 67, 0.5);
  color: #fff;
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.2);
}
.inventory-search {
  flex: 0 0 auto;
  max-width: 500px;
  position: relative;
}
.inventory-controls:has(.inventory-search:only-child) .inventory-search {
  flex: 0 0 auto;
}
.inventory-search .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  pointer-events: none;
  z-index: 1;
  transition: color 0.3s ease;
}
.inventory-search input {
  width: 100%;
  padding: 12px 18px 12px 48px;
  border: 2px solid rgba(45, 47, 57, 0.6);
  border-radius: 10px;
  background: rgba(21, 23, 34, 0.8);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.inventory-search input:focus {
  outline: none;
  border-color: rgba(204, 40, 67, 0.6);
  background: rgba(21, 23, 34, 0.9);
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.2);
}
.inventory-search input:focus ~ .search-icon,
.inventory-search:hover .search-icon {
  color: #CC2843;
}
.inventory-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.inventory-container {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.inventario-card,
.item-card {
  background: rgba(21, 23, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.inventario-card::before,
.item-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 0%, rgba(204, 40, 67, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.inventario-card > *,
.item-card > * {
  position: relative;
  z-index: 1;
}
.inventario-card:hover,
.item-card:hover {
  border-color: rgba(204, 40, 67, 0.4);
  box-shadow: 0 8px 30px rgba(204, 40, 67, 0.3);
  transform: translateY(-4px);
}
.inventario-card img,
.item-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 12px;
  border-radius: 12px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.3));
}
.inventario-card:hover img,
.item-card:hover img {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 25px rgba(204, 40, 67, 0.4));
}
.inventario-card .item-name,
.item-card .item-name {
  font-weight: 600;
  font-size: 15px;
  margin: 8px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inventario-card .item-quantity,
.item-card .item-quantity {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(204, 40, 67, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(204, 40, 67, 0.4);
  z-index: 2;
}
.inventario-card .sell-button,
.item-card .sell-button {
  width: 100%;
  margin-top: auto;
  background: linear-gradient(135deg, #CC2843 0%, #7A1818 100%);
  border: none;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.3);
  position: relative;
  overflow: hidden;
}
.inventario-card .sell-button::before,
.item-card .sell-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.inventario-card .sell-button:hover::before,
.item-card .sell-button:hover::before {
  left: 100%;
}
.inventario-card .sell-button:hover,
.item-card .sell-button:hover {
  background: linear-gradient(135deg, #E03A46 0%, #8A1F1F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 40, 67, 0.4);
}
.inventario-card .sell-button svg,
.item-card .sell-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
/* Sidebar Responsiva */
@media (max-width: 1200px) {
  .content.has-sidebar {
    padding-right: 30px;
  }
  .footer-container.has-sidebar {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sidebar.active {
    transform: translateX(0);
  }
  body:has(.sidebar) .topPanel,
  body.has-sidebar .topPanel {
    padding-left: 0 !important;
  }
  body:has(.sidebar) .topPanel .container,
  body.has-sidebar .topPanel .container {
    padding-left: 0;
  }
  .content.has-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-container.has-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inventory-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .inventory-switches {
    width: 100%;
    justify-content: center;
  }
  .inventory-search {
    max-width: 100%;
  }
  .inventory-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .inventory-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .inventario-card,
  .item-card {
    padding: 12px;
  }
  .inventario-card img,
  .item-card img {
    height: 120px;
  }
}
@media (max-width: 576px) {
  .inventory-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .inventario-card,
  .item-card {
    padding: 10px;
  }
  .inventario-card img,
  .item-card img {
    height: 100px;
  }
  .inventory-controls {
    padding: 15px;
  }
  .inventory-switch {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .inventory-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .inventario-card img,
  .item-card img {
    height: 140px;
  }
}
/* Footer - Design Moderno */
.dark-blaze-bg {
  background: #0F1923;
}
.dark-discord-bg {
  background: #202225;
}
.dark-vs-bg {
  background-image: url(../images/zh/Background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dark-zombie-hunters-bg {
  background: #202225;
}
.tabs-content {
  display: none;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.tabs-content.active {
  display: block;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.tabs-blocks li {
  margin: 5px 10px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs-blocks li.active {
  opacity: 1;
}
.servers__block {
  display: block;
  width: 281px;
  height: 215px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  border: 2px solid rgba(23, 222, 203, 0);
  margin: 0 auto;
  margin: 13px auto;
  transition: transform .2s;
}
.servers__block.beta-test {
  border: 3px solid #c61031;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(198, 16, 49, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(198, 16, 49, 0.3);
}
.servers__block.opening {
  border: 3px solid #2fa64b;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(47, 166, 75, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(47, 166, 75, 0.3);
}
.servers__block-topitem {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.servers__block-topitem img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  opacity: 0.5;
  filter: brightness(0.6);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.servers__block:hover .servers__block-topitem img {
  opacity: 1;
  filter: brightness(1);
}
.servers__block-topitem:after {
  content: "";
  position: absolute;
  background: url(../images/shadow.png) no-repeat;
  width: 277px;
  height: 215px;
  left: 0px;
  bottom: 0px;
  border-radius: 0px 0px 10px 10px;
}
.servers__block-topitem .serverName {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 25px;
  color: #9395a5;
  font-size: 12px;
  z-index: 2;
}
.servers__block-topitem .serverName p {
  font-size: 16px;
  margin-bottom: 9px;
  color: #fff;
}
.servers__block-bottomitem {
  background: #07070a;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 3;
  border-radius: 10px;
}
.servers__block-bottomitem .serverName {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 25px;
  color: #9395a5;
  font-size: 12px;
  z-index: 2;
}
.servers__block-bottomitem .serverName p {
  font-size: 16px;
  margin-bottom: 9px;
  color: #fff;
}
.servers__block-bottomitem .serverMore {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: 25px;
  left: 0px;
}
.servers__block:hover {
  -webkit-box-shadow: 0px 20px 35px -20px black;
  box-shadow: 0px 20px 35px -20px black;
  transform: scale(1.1);
}
.servers__block:hover .servers__block-topitem {
  opacity: 1;
}
.servers__block:hover .servers__block-bottomitem {
  opacity: 1;
}

.servers__block:hover.premium {
  border: 2px solid rgba(23, 222, 203, 0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(23, 222, 203, 0);
  box-shadow: 0px 0px 10px 0px rgba(23, 222, 203, 0);
}
.servers__block:hover.premium:before {
  opacity: 0;
}

.premium {
  border: 2px solid rgba(255, 185, 4, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(235, 231, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(235, 231, 0, 0.2);
}
.premium:before {
  content: "";
  position: absolute;
  background: url(../images/premium-img.png) no-repeat;
  width: 162px;
  height: 166px;
  left: -35px;
  top: -48px;
  z-index: 2;
  opacity: 1;
}

.top-rank {
  border: 2px solid rgba(8, 223, 36, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(8, 223, 36, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(8, 223, 36, 0.2);
}
.top-rank:before {
  content: "";
  position: absolute;
  background: url(../images/top-rank-img.png) no-repeat;
  width: 162px;
  height: 166px;
  left: -35px;
  top: -48px;
  z-index: 2;
  opacity: 1;
}

.servers__block:hover.news {
  border: 2px solid rgba(23, 222, 203, 0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(23, 222, 203, 0);
  box-shadow: 0px 0px 10px 0px rgba(23, 222, 203, 0);
}
.servers__block:hover.news:before {
  opacity: 0;
}
.news {
  border: 2px solid rgba(222, 23, 50, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(90, 6, 6, 0.2);
}
.news:before {
  content: "";
  position: absolute;
 /*background: url(../images/news-img.png) no-repeat;
 */
  width: 162px;
  height: 166px;
  left: -35px;
  top: -48px;
  z-index: 2;
  opacity: 1;
}
.serverInfo {
  position: relative;
  margin: 0px -6px;
  padding-top: 10px;
}
.serverInfo span {
  display: block;
  background: #1d1f2c;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 10px;
  margin: 6px;
  color: #fff;
}
.color-purple {
  color: #a655f1;
}
.color-blue {
  color: #6a5fff;
}
.color-orange {
  color: #ea6a37;
}
.color-green {
  color: #29a950;
}
.red-bg {
  background: #c5083c !important;
}
.green-bg {
  background: #1a6d35 !important;
}
.blue-bg {
  background: #0f63b1 !important;
}
.dark-blue-bg {
  background: #2f17c1 !important;
}
.live {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live span {
  color: #ff0042;
  position: relative;
  padding: 0px 6px 0px 4px;
}
.live span:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #ff0042;
  border-radius: 50%;
}
.star-icon {
  width: 24px;
  height: 28px;
  bottom: -8px;
  left: 0px;
  margin-left: -5px;
  margin-top: -15px;
}
.star-icon:after {
  background-image: url(../images/icons/star-icon.png);
}
.servers {
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
}
.serverList {
  background: #151722;
  border-radius: 10px;
  margin-bottom: 20px;

  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transition: all 0.3s ease;
}

.serverList__img {
  width: 155px;
}
.serverList__img img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.serverList__block {
  position: relative;
  padding: 20px;
  width: calc(100% - 155px);
}
.serverList__block-info p {
  font-size: 18px;
  margin-bottom: 7px;
}
.serverList:hover{
  background: rgba(2, 87, 204, 0.02);
  border-color: rgba(255, 180, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateX(3px);
  cursor: pointer;
}

.icon-text span {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  right: calc(100% + 20px);
  top: 0px;
  width: auto;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: normal;
  text-transform: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-text:hover span {
  opacity: 1;
}
.l-star-icon {
  width: 45px;
  height: 44px;
  margin-top: -20px;
  bottom: -10px;
  margin-right: -10px;
}
.l-star-icon:after {
  background: url(../images/icons/star-list-icon.png);
}
.l-premium-icon {
  width: 44px;
  height: 42px;
  margin-top: -20px;
  bottom: -10px;
}
.l-premium-icon:after {
  background: url(../images/icons/premium-list-icon.png);
}
.flagBlock {
  margin-left: 15px;
}
.flagBlock img {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.sch {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #a3a3a3;
  font-size: 11px;
}
.sch span {
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comments-icon {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  opacity: 0.5;
  bottom: -1px;
}
.comments-icon:after {
  background-image: url(../images/icons/comment-list-icon.png);
}
.like-icon {
  width: 11px;
  height: 10px;
  margin-right: 4px;
  opacity: 0.5;
}
.like-icon:after {
  background-image: url(../images/icons/like-list-icon.png);
}

.server-more {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 15px;
  border: 1px solid #1c1d25;
  margin-top: 15px;
}
.server-more:hover {
  border: 1px solid #525567;
}
.tabs {
  margin-bottom: 50px;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.tabs:last-child {
  margin-bottom: 0px;
}
.upcoming-icon:after {
  background-image: url(../images/icons/upcoming-icon.png);
}
.premium-icon:after {
  background-image: url(../images/icons/premium-icon.png);
}
.news-icon:after {
  background-image: url(../images/icons/premium-icon.png);
}
.slick-arrow {
  width: 30px;
  height: 85px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0px;
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
.slick-arrow:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}
.slick-prev {
  background: url(../images/slick-prev.png) no-repeat;
  left: -40px;
}
.slick-next {
  background: url(../images/slick-next.png) no-repeat;
  right: -45px;
}
.launcher-block {
  padding: 90px 0px;
  background: url(../images/fon-bg.png) center bottom no-repeat;
}
.launcher-block p {
  line-height: 1.6;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
}
.nice-icon-big {
  width: 47px;
  height: 47px;
}
.download-icon-big {
  width: 90px;
  height: 90px;
}
.launcher-icon:after {
  background-image: url(../images/icons/launcher-icon.png);
}
.l-info {
  padding-right: 30px;
}
.launcherDownloadBlock {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.button-launcher {
  background: url(../images/button-download-blood.png) no-repeat;
  width: 209px;
  height: 97px;
  line-height: 95px;
  padding: 0px;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  margin-right: 30px;
}

.download {
  display: block;
  color: #73747a;
  font-size: 12px;
  padding: 5px 20px 5px 25px;
}
.download:hover {
  color: #fff;
}
.download.download-windows {
  background: url(../images/icons/window-icon.png) left no-repeat;
  border-right: 1px solid #2d3039;
  margin-right: 20px;
}
.download.download-mac {
  background: url(../images/icons/mac-icon.png) left no-repeat;
}
.l-img {
  text-align: right;
}
.l-img img {
  -webkit-box-shadow: 30px 20px 70px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 30px 20px 70px 0px rgba(0, 0, 0, 0.5);
}
.forum-icon:after {
  background-image: url(../images/icons/forum-icon.png);
}
.forum__block {
  padding: 20px 0px;
  border-bottom: 1px solid #1e1f27;
}
.forum__block-img {
  margin-right: 20px;
}
.forum__block-img img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.forum__block-info {
  width: calc(100% - 56px);
}
.forum__block-info .forum-title {
  color: #fff;
  font-size: 13px;
}
.forum__block-info .forum-title:hover {
  color: #26dbcf;
  text-decoration: underline;
}
.forum__block-infoBlock {
  margin-top: 10px;
}
.forum__block-infoBlock span {
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
}
.forum__block-infoBlock a {
  color: #a3a3a3;
}
.forum-author {
  padding-right: 15px;
  border-right: 1px solid #282930;
}
.forum-date {
  padding: 0px 15px;
}
.forumStat {
  padding: 50px 0px 40px 0px;
}
.forumStat__block {
  text-align: center;
  padding: 0px 50px;
  border-right: 1px solid #282930;
}
.forumStat__block:last-child {
  border-right: none;
}
.forumStat__block p {
  font-size: 24px;
  margin-bottom: 10px;
}
.forumStat__block span {
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
}
.stat-icon {
  height: 22px;
  width: 22px;
  bottom: -2px;
  margin-right: 8px;
}
.members-icon:after {
  background-image: url(../images/icons/member-icon.png);
}
.topics-icon:after {
  background-image: url(../images/icons/topic-icon.png);
}
.replies-icon:after {
  background-image: url(../images/icons/replies-icon.png);
}
.latest-icon:after {
  background-image: url(../images/icons/latest-icon.png);
}
.reviews__block {
  margin-bottom: 30px;
}
.reviews__block-left {
  width: 36px;
  text-align: center;
}
.reviews__block-left img {
  height: 36px;
  width: 36px;
  border-radius: 10px;
  display: block;
  margin-bottom: 7px;
}
.reviews__block-right {
  background: #151722;
  border-radius: 0px 10px 10px 10px;
  width: calc(100% - 57px);
  padding: 20px 20px 25px 20px;
  position: relative;
  color: #a3a3a3;
}
.reviews__block-right-date {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  font-weight: 400;
}
.reviews__block-right-info {
  margin-bottom: 10px;
}
.reviews__block-right-info .reviews-author:hover {
  color: #26dbcf;
  text-decoration: underline;
}
.reviews__block-right-info .reviews-title {
  color: #26dbcf;
}
.reviews__block-right-info .reviews-title:hover {
  color: #fff;
  text-decoration: underline;
}
.reviews__block-right-text {
  font-size: 13px;
  line-height: 1.5;
}
.likes {
  width: 36px;
  height: 34px;
  display: inline-block;
  cursor: pointer;
}
.like {
  background: url(../images/icons/like-icon.png) center no-repeat;
}
.dislike {
  background: url(../images/icons/dislike-icon.png) center no-repeat;
}
.views {
  background: url(../images/icons/views-icon.png) center no-repeat;
}
.index-icon {
  width: 16px;
  height: 16px;
  bottom: -1px;
  margin-right: 4px;
}
.index-icon:after {
  background-image: url(../images/icons/servers-icon.png);
}
/* Ícones para sidebar - ajuste de tamanho */
.area__menu .index-icon,
.area__menu .discord-icon,
.area__menu .download-icon {
  width: 34px;
  height: 34px;
  margin-right: 0;
  bottom: 0;
  opacity: 0.3;
}
.area__menu li a:hover .index-icon,
.area__menu li a:hover .discord-icon,
.area__menu li a:hover .download-icon,
.area__menu li.active a .index-icon,
.area__menu li.active a .discord-icon,
.area__menu li.active a .download-icon {
  opacity: 1;
}

.chars-icon {
  width: 16px;
  height: 16px;
  bottom: -1px;
  margin-right: 4px;
}
.chars-icon:after {
  background-image: url(../images/icons/members-icon.png);
}

.graph-u-icon {
  width: 16px;
  height: 16px;
  bottom: -1px;
  margin-right: 4px;
}
.graph-u-icon:after {
  background-image: url(../images/icons/up_graph.png);
}

footer {
  background: rgba(16, 17, 25, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  margin-top: 60px;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(204, 40, 67, 0.05) 100%);
  pointer-events: none;
  z-index: 0;
}
footer > * {
  position: relative;
  z-index: 1;
}
footer p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
footer p a {
  transition: all 0.3s ease;
  display: inline-block;
}
footer p a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
footer p img {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}
footer p a:hover img {
  filter: drop-shadow(0 4px 15px rgba(204, 40, 67, 0.4));
}
.footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
/* Footer com sidebar - ajuste de padding */
.footer-container.has-sidebar {
  margin-left: 280px;
  padding-right: 40px;
  padding-left: 40px;
  transition: margin-left 0.3s ease, padding 0.3s ease;
  box-sizing: border-box;
  width: calc(100% - 280px);
  max-width: 100%;
}
.footer__top {
  padding: 60px 0px 50px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.copy {
  font-size: 15px;
  margin-bottom: 20px;
}
.col-p {
  padding-left: 0px;
  padding-right: 0px;
}
.index {
  padding-top: 20px;
}
.index__block {
  text-align: left;
  padding-right: 0;
  padding: 20px;
  background: rgba(21, 23, 34, 0.4);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.index__block:hover {
  background: rgba(21, 23, 34, 0.6);
  border-color: rgba(204, 40, 67, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.index__block p {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.index__block p .icon {
  filter: drop-shadow(0 0 10px rgba(204, 40, 67, 0.5));
}
.index__block span {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
.index__stat {
  padding: 5px 0px 5px 30px;
  border-left: 1px solid #282930;
}
.f-menu-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 12px;
}
.f-menu-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #CC2843 0%, transparent 100%);
}
.f-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-menu li {
  margin-bottom: 12px;
}
.f-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 8px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding-left: 0;
}
.f-menu li a::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #CC2843;
  transition: width 0.3s ease;
}
.f-menu li a:hover {
  color: #fff;
  padding-left: 25px;
}
.f-menu li a:hover::before {
  width: 15px;
}
.f-menu_1,
.f-menu_2,
.f-menu_3 {
  padding-left: 0;
}
.lang {
  border: none;
  padding: 10px 30px 10px 0px;
}
.lang:before {
  display: none;
}
.lang:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang .list {
  left: 0px;
  right: auto;
  top: auto;
  bottom: calc(100% + 20px);
}
.langBlock {
  position: relative;
}
.sub-menu-bottom {
  right: auto;
  top: auto;
  left: 0px;
  bottom: calc(100% + 20px);
  background: rgba(21, 23, 34, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  min-width: 150px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.sub-menu-bottom:before {
  right: auto;
  top: auto;
  left: 10px;
  bottom: -10px;
  border-top: 10px solid rgba(21, 23, 34, 0.95);
  border-bottom: none;
}
.sub-menu-bottom li a {
  padding: 12px 30px;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}
.sub-menu-bottom li a:hover {
  background: rgba(204, 40, 67, 0.1);
  color: #fff;
  padding-left: 35px;
}
.sub-menu-bottom li a img {
  margin-right: 5px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.main-item-bottom {
  padding: 10px 30px 10px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-right: 0;
  background: rgba(21, 23, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.9);
}
.main-item-bottom:hover {
  background: rgba(21, 23, 34, 0.8);
  border-color: rgba(204, 40, 67, 0.3);
  color: #fff;
}
.main-item-bottom img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 2px solid rgba(204, 40, 67, 0.3);
  padding: 2px;
  transition: all 0.3s ease;
}
.main-item-bottom:hover img {
  border-color: rgba(204, 40, 67, 0.6);
}
.main-item-bottom:after {
  content: "";
  background: url(../images/icons/arrow-d.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  width: 9px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.footer__bottom {
  padding: 35px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_bottom-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_bottom-right {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
}
.socBlock a {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 5px 11px;
  opacity: 0.3;
}
.socBlock a:hover {
  opacity: 1;
}
.socBlock .fb {
  background: url(../images/icons/soc-icons-sprite.png) left top no-repeat;
}
.socBlock .inst {
  background: url(../images/icons/soc-icons-sprite.png) left -39px top no-repeat;
}
.socBlock .yt {
  width: 19px;
  background: url(../images/icons/soc-icons-sprite.png) left -78px top no-repeat;
}
.socBlock .tw {
  background: url(../images/icons/soc-icons-sprite.png) left -120px top no-repeat;
}
.socBlock .gl {
  background: url(../images/icons/soc-icons-sprite.png) left -158px top no-repeat;
}
.payments img {
  display: block;
}
.payments a {
  margin-left: 20px;
  display: block;
  opacity: 0.6;
}
.payments a:hover {
  opacity: 1;
}
.toTop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0;
  height: 0;
  pointer-events: none;
}
.btn {
  position: fixed;
  display: block;
  top: 7px;
  left: 10px;
  z-index: 12;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.btn span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px 0px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 5px;
}
.btn.active {
  left: 270px;
  top: 20px;
}
.btn.active span {
  background: white;
}
.btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -8px;
}
.btn.active span:nth-child(2) {
  display: none;
}
.btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_div {
  max-width: 480px;
  width: 100%;
  min-height: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -240px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 50px 60px 50px 60px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_login {
  max-width: 790px;
  margin-left: -395px;
  background-color: #151722;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.4);
  padding: 0px;
}
.modal_messages {
  max-width: 790px;
  margin-left: -395px;
  background-color: #151722;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.4);
  padding: 0px;
}
.modal_div .modal_close {
  width: 12px;
  height: 12px;
  background: url(../images/icons/close-icon-light.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  display: block;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal_div .modal_close:hover {
  opacity: 0.9;
}
#overlay {
  z-index: 998;
  position: fixed;
  background-color: rgba(15, 13, 11, 0.8);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.loginBlock {
  background: url(../images/modal-bg.gif) bottom right no-repeat;
  border-radius: 10px;
}
.loginBlock h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
.loginBlock > div {
  width: 50%;
  padding: 50px;
}
.loginBlock__left {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.loginBlock__left > div {
  width: 100%;
}
.loginBlock__right > div {
  width: 100%;
  text-align: center;
}
.loginBlock__right > div h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
}
.loginBlock__right > div p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1.5;
}
.loginSoc a {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 8px;
}
.loginSoc a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}
.loginSoc .login-fb {
  background: url(../images/icons/soc-big-icon.png) left top no-repeat;
}
.loginSoc .login-tw {
  background: url(../images/icons/soc-big-icon.png) left -63px top no-repeat;
}
.loginSoc .login-gl {
  background: url(../images/icons/soc-big-icon.png) left -126px top no-repeat;
}
.loginSoc .login-wd {
  background: url(../images/icons/soc-big-icon.png) left -189px top no-repeat;
}
.modal-form p {
  font-size: 18px;
}
.formGroup {
  margin: 8px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  position: relative;
}
.formGroup p {
  margin-bottom: 10px;
  font-size: 14px;
}
.formGroup input {
  width: 100%;
  padding: 10px 35px 10px 15px;
}
.formGroup:hover:before {
  opacity: 1;
}
.formGroup:active:before {
  opacity: 1;
}
.formGroup:focus:before {
  opacity: 1;
}
.login-group {
  position: relative;
}
.login-group input {
  padding: 10px 15px 10px 40px;
}
.login-group:before {
  content: "";
  position: absolute;
  background: url(../images/icons/member-icon.png) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  opacity: 0.4;
}
.password-group {
  position: relative;
}
.password-group input {
  padding: 10px 15px 10px 40px;
}
.password-group:before {
  content: "";
  position: absolute;
  background: url(../images/icons/password-icon.png) no-repeat;
  width: 14px;
  height: 16px;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.4;
}
.container-check {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-check a {
  color: #26dbcf;
  text-decoration: underline;
}
.container-check a:hover {
  text-decoration: none;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  background: rgba(30, 31, 45, 0.6);
  border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark {
  background: -webkit-gradient(linear, left top, right bottom, from(#0eca93), to(#11c3b2));
  background: linear-gradient(to right bottom, #0eca93, #11c3b2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(17, 195, 178, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(17, 195, 178, 0.4);
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.checkmark-text {
  color: #9395a5;
  font-weight: 400;
  font-size: 13px;
}
.container-check input:checked ~ .checkmark-text {
  color: #fff;
}
.container-check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #142922;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formGroup-button {
  padding-top: 10px;
  padding-bottom: 17px;
}
.formGroup-button button, .formGroup-button .button {
  margin: 15px 20px;
}
.forgot {
  text-align: right;
}
.forgot a {
  color: #26dbcf;
  font-weight: 400;
  font-size: 13px;
}
.forgot a:hover {
  color: #fff;
}
.content {
  margin-top: 80px;
  padding: 35px 0px;
  text-align: left; /* Alinhamento padrão à esquerda */
}

/* Centralização apenas para index e download */
body.page-index .content,
body.page-download .content {
  text-align: center;
}
.breadcrumbs {
  display: none !important;
}
.breadcrumbs span {
  display: inline-block;
  padding: 5px 35px;
}
.breadcrumbs a {
  display: inline-block;
  color: #9395a5;
  font-size: 13px;
  position: relative;
  padding: 5px 35px;
}
.breadcrumbs a:first-child {
  padding: 5px 35px 5px 0px;
}
.breadcrumbs a:hover {
  color: #CC2843;
}
.breadcrumbs a:after {
  content: "";
  position: absolute;
  background: url(../images/icons/arrow-r-grey.png) no-repeat;
  width: 7px;
  height: 10px;
  right: 0px;
  top: 50%;
  margin-top: -5px;
  opacity: 0.4;
}
.block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1e1f27;
}
.block:last-child {
  border-bottom: none;
}
.h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.plan__block {
  width: 100%;
  max-width: 580px;
  height: 150px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  padding-left: 180px;
  padding-right: 40px;
  position: relative;
  font-size: 24px;
  font-weight: 300;
}
.plan__block:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 17px;
  left: 45px;
  margin-top: -7px;
  top: 50%;
}
.plan__block p {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}
.plan__block span {
  font-weight: 600;
}
.plan__block .button {
  font-weight: 700;
  padding: 15px 30px;
}
.plan__block.free {
  background: url(../images/button-free.png) top left no-repeat;
}
.plan__block.free p {
  color: #10c6a3;
}
.plan__block.free.active {
  border: 2px solid #0a8973;
}
.plan__block.free.active:before {
  background: url(../images/icons/check-green.png) no-repeat;
}
.plan__block.premium {
  background: url(../images/button-premium.png) top left no-repeat;
}
.plan__block.premium p {
  color: #ffb400;
  text-shadow: 0px 0px 10px rgba(255, 180, 0, 0.4);
}
.plan__block.premium .button {
  background: -webkit-gradient(linear, left top, right bottom, from(#ffb400), to(#cd6f3b));
  background: linear-gradient(to right bottom, #ffb400, #cd6f3b);
  -webkit-box-shadow: 0px 10px 10px -3px rgba(251, 174, 5, 0.2);
  box-shadow: 0px 10px 10px -3px rgba(251, 174, 5, 0.2);
}
.plan__block.premium.active {
  border: 2px solid #cd6f3b;
}
.plan__block.premium.active:before {
  background: url(../images/icons/check-yellow.png) no-repeat;
}
.success-in {
  border: 1px solid #628b28;
  background: url(../images/icons/success-icon.png) right 15px center no-repeat;
  background-color: #161e0d;
}
.success-in:hover {
  border: 1px solid #628b28;
}
.success-in:active {
  border: 1px solid #628b28;
}
.success-in:focus {
  border: 1px solid #628b28;
}
.error-in {
  border: 1px solid #961d31;
  background: url(../images/icons/error-icon.png) right 15px center no-repeat;
  background-color: #281315;
}
.error-in:hover {
  border: 1px solid #961d31;
}
.error-in:active {
  border: 1px solid #961d31;
}
.error-in:focus {
  border: 1px solid #961d31;
}
.info-block {
  background: url(../images/icons/info-icon.png) left 18px center no-repeat;
  background-color: rgba(92, 161, 255, 0.15);
  border-left: 3px solid #5ca1ff;
  color: #6ba3e8;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 25px 20px 55px;
  margin-bottom: 0;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(92, 161, 255, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}
.info-block:hover {
  background-color: rgba(92, 161, 255, 0.2);
  box-shadow: 0 6px 20px rgba(92, 161, 255, 0.15);
}
.info-block-green {
  background-color: rgba(47, 166, 75, 0.15) !important;
  border-left-color: #2fa64b !important;
  color: #4ade80 !important;
  background-image: url(../images/icons/check-green-icon.png) !important;
}
.info-block-green:hover {
  background-color: rgba(47, 166, 75, 0.2) !important;
  box-shadow: 0 6px 20px rgba(47, 166, 75, 0.15) !important;
}
.datepicker-here {
  background: url(../images/icons/date-icon-pr.png) right 15px center no-repeat;
}
.datepicker-here:hover {
  background: url(../images/icons/date-icon.png) right 15px center no-repeat;
}
.datepicker-here:focus {
  background: url(../images/icons/date-icon.png) right 15px center no-repeat;
}
.datepicker-here:active {
  background: url(../images/icons/date-icon.png) right 15px center no-repeat;
}
.ch-button {
  display: block;
  position: relative;
  padding: 12px 30px 12px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ch-text {
  color: #9395a5;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.ch-bg:after {
  content: "";
  position: absolute;
  background: #1c1d2c;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ch-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ch-checkmark {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 12px;
  height: 16px;
  width: 16px;
  background: #161722;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.ch-button input:checked ~ .ch-checkmark {
  background: -webkit-gradient(linear, left top, right bottom, from(#6EA232), to(#7adf07));
  background: linear-gradient(to right bottom, #6EA232, #7adf07);
}
.ch-button input:checked ~ .ch-bg:after {
  background: #49494d;
}
.ch-button input:checked ~ .ch-text {
  color: #ffffff;
  font-weight: 600;
}
.ch-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ch-button input:checked ~ .ch-checkmark:after {
  display: block;
}
.ch-button .ch-checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #142922;
}
.row-check {
  margin-left: -3px;
  margin-right: -3px;
}
.col-check {
  padding: 3px;
}
.sort-select {
  padding: 10px 35px;
  margin-left: 20px;
}
.select {
  padding: 12px 20px 12px 15px;
  color: #9395a5;
}
.select .list {
  min-width: 100%;
}
.select:hover {
  border: 1px solid #a1a2a7;
}
.row-container {
  padding-left: 15px;
  padding-right: 15px;
}
.ch-check .ch-checkmark {
  border-radius: 2px;
}
.ch-check .ch-checkmark:after {
  background: none;
  border-radius: 0px;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #142922;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formGroup-block {
  margin-bottom: 0px;
}
.dropBlock {
  background: #181926;
  border-radius: 4px;
  padding: 25px 25px;
  text-align: center;
}
.dropBlock p {
  margin-bottom: 0px;
  color: #9395a5;
  line-height: 1.4;
}
.dropBlock p span {
  color: #fff;
}
.dropzone-60 {
  width: 468px;
  height: 63px;
}
.dropzone-215 {
  width: 281px;
  height: 215px;
}
.dropzone-200 {
  width: 315px;
  height: 200px;
}
.dz-button {
  font-size: 0px !important;
}
.dropzone-yt {
  background: url(../images/icons/yt-icon.png) center no-repeat;
  background-color: #1c1d2c;
}
.buttons {
  position: relative;
  left: -8px;
}
.buttons button, .buttons .button {
  margin: 8px;
}
.profile-icon:after {
  background-image: url(../images/icons/member-icon.png);
  background-size: 14px 14px;
}
.plus-icon-yellow {
  width: 16px;
  height: 16px;
}
.plus-icon-yellow:after {
  background-image: url(../images/icons/plus-icon-yellow.png);
}
.plus-icon-blue {
  width: 16px;
  height: 16px;
}
.plus-icon-blue:after {
  background-image: url(../images/icons/plus-icon-blue.png);
}
.server-icon-menu {
  width: 14px;
  height: 13px;
}
.server-icon-menu:after {
  background-image: url(../images/icons/server-icon-menu.png);
}
.key-icon {
  width: 16px;
  height: 15px;
}
.key-icon:after {
  background-image: url(../images/icons/key-icon.png);
}
.password-icon {
  width: 16px;
  height: 15px;
}
.password-icon:after {
  background-image: url(../images/icons/password-icon.png);
}
.stat-icon-menu {
  width: 12px;
  height: 12px;
}
.stat-icon-menu:after {
  background-image: url(../images/icons/stat-icon.png);
}
.promo-icon {
  width: 14px;
  height: 13px;
}
.promo-icon:after {
  background-image: url(../images/icons/promo-icon.png);
}
.vote-icon {
  width: 14px;
  height: 12px;
}
.vote-icon:after {
  background-image: url(../images/icons/vote-icon.png);
}
.setting-icon-menu {
  width: 14px;
  height: 14px;
}
.setting-icon-menu:after {
  background-image: url(../images/icons/setting-icon-menu.png);
}
.arrow-d-icon {
  width: 9px;
  height: 6px;
}
.arrow-d-icon:after {
  background-image: url(../images/icons/arrow-d.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.profile-icon {
  width: 14px;
  height: 14px;
}
.area {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
/* Conteúdo principal com margem para a sidebar */
.content.has-sidebar {
  margin-left: 280px;
  margin-top: 0;
  padding-right: 40px;
  padding-left: 20px;
  transition: margin-left 0.3s ease, padding 0.3s ease;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
  width: calc(100% - 280px);
  max-width: 100%;
}
/* Sidebar Profissional - Fixa na lateral esquerda */
.sidebar {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 280px !important;
  height: 100vh !important;
  min-height: 100vh !important;
  background: rgba(16, 17, 25, 0.98) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.4);
  z-index: 9999 !important;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
  visibility: visible !important;
  opacity: 1 !important;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@supports (height: 100dvh) {
  .sidebar {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
}
/* Logo integrado na sidebar */
.sidebar-logo {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 10;
}
.sidebar-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar-logo-link:hover {
  transform: translateX(2px);
}
.sidebar-logo-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(204, 40, 67, 0.1);
  border: 2px solid rgba(204, 40, 67, 0.3);
  border-radius: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.sidebar-logo-link:hover .sidebar-logo-icon {
  background: rgba(204, 40, 67, 0.2);
  border-color: rgba(204, 40, 67, 0.5);
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.3);
}
.sidebar-logo-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(204, 40, 67, 0.4));
}
.sidebar-logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.sidebar-logo-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sidebar-logo-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Divisor visual no menu */
.left_menu li.menu-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 12px 20px;
  padding: 0;
  border: none;
  list-style: none;
  pointer-events: none;
}
.left_menu li.menu-divider a {
  display: none;
}
/* Badge para itens do menu */
.left_menu li a .badge {
  background: rgba(204, 40, 67, 0.6);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  margin-left: auto;
  text-transform: uppercase;
}
/* Badge especial para Download */
.badge-download {
  background: linear-gradient(135deg, #CC2843 0%, #d11b3a 100%) !important;
  color: #fff !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(204, 40, 67, 0.4);
  animation: pulseGlow 2s ease-in-out infinite;
  margin-left: auto;
}
@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(204, 40, 67, 0.4);
  }
  50% {
    box-shadow: 0 2px 12px rgba(204, 40, 67, 0.7);
  }
}
/* Item de Download destacado */
.download-menu-item a.download-link {
  background: linear-gradient(135deg, rgba(204, 40, 67, 0.08) 0%, rgba(209, 27, 58, 0.05) 100%);
  border: 1px solid rgba(204, 40, 67, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
.download-menu-item a.download-link * {
  cursor: pointer !important;
  pointer-events: none;
}
.download-menu-item a.download-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(204, 40, 67, 0.1), transparent);
  transition: left 0.5s ease;
}
.download-menu-item a.download-link:hover::after {
  left: 100%;
}
.download-menu-item a.download-link:hover {
  background: linear-gradient(135deg, rgba(204, 40, 67, 0.15) 0%, rgba(209, 27, 58, 0.1) 100%);
  border-color: rgba(204, 40, 67, 0.4);
  transform: translateX(4px);
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.2);
}
.download-menu-item.active a.download-link {
  background: linear-gradient(135deg, rgba(204, 40, 67, 0.2) 0%, rgba(209, 27, 58, 0.15) 100%);
  border-color: rgba(204, 40, 67, 0.5);
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.3);
}
.download-menu-item a.download-link::before {
  background: linear-gradient(180deg, #CC2843 0%, #d11b3a 100%);
}
.download-menu-item .download-icon {
  opacity: 1 !important;
  filter: brightness(1.2);
}
/* Botões Flutuantes Discord e WhatsApp */
.floating-buttons {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.floating-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50%;
  z-index: 0;
}
.floating-btn img,
.floating-btn i,
.floating-btn svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.floating-btn i {
  font-size: 32px;
  color: #fff;
  filter: none;
}
.floating-btn svg {
  filter: none;
  color: #fff;
}
.floating-btn-discord {
  background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
}
.floating-btn-discord:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px rgba(88, 101, 242, 0.5);
}
.floating-btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}
.floating-btn-whatsapp:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}
.floating-btn-whatsapp svg {
  color: #fff !important;
  filter: none !important;
  width: 32px;
  height: 32px;
}
.floating-btn-instagram {
  background: linear-gradient(135deg, #F58529 0%, #DD2A7B 50%, #8134AF 100%);
}
.floating-btn-instagram:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px rgba(221, 42, 123, 0.5);
}
.floating-btn-instagram svg {
  color: #fff !important;
  filter: none !important;
  width: 32px;
  height: 32px;
}
/* Responsivo para botões flutuantes */
@media (max-width: 768px) {
  .floating-buttons {
    right: 20px;
    bottom: 20px;
  }
  .floating-btn {
    width: 50px;
    height: 50px;
  }
  .floating-btn img,
  .floating-btn i,
  .floating-btn svg {
    width: 26px;
    height: 26px;
  }
  .floating-btn i {
    font-size: 26px;
  }
}
/* Perfil na sidebar */
.sidebar-profile {
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.sidebar-profile-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar-profile .balance-info {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sidebar-profile .balance-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 0;
  justify-content: center;
}
.sidebar-profile .balance-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.sidebar-profile .balance-item i {
  font-size: 0.9em;
}
/* Seção do usuário - minimalista e profissional */
.sidebar-user-section {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.sidebar-user-main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  padding: 8px 0;
}
.sidebar-user-avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
.sidebar-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar-user-name {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
}
/* Botão de sair minimalista */
.sidebar-logout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.sidebar-logout-btn i {
  font-size: 14px;
}
.sidebar-logout-btn:hover {
  background: rgba(204, 40, 67, 0.2);
  border-color: rgba(204, 40, 67, 0.4);
  color: #CC2843;
}
.sidebar-logout-btn:active {
  transform: scale(0.95);
}
.sidebar-profile-not-logged {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-profile-not-logged .button {
  width: 100%;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
}
.sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(204, 40, 67, 0.05) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.sidebar > * {
  position: relative;
  z-index: 1;
}
/* Scrollbar personalizada para sidebar */
.sidebar::-webkit-scrollbar {
  width: 6px;
}
.sidebar::-webkit-scrollbar-track {
  background: rgba(16, 17, 25, 0.5);
}
.sidebar::-webkit-scrollbar-thumb {
  background: rgba(204, 40, 67, 0.5);
  border-radius: 3px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(204, 40, 67, 0.7);
}
.area__menu {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  align-self: flex-start;
  flex-shrink: 0;
  z-index: 1;
  max-height: none;
  overflow: visible;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.area__menu {
  flex: 1;
  padding: 10px 0;
}
.area__menu ul {
  padding: 0 12px;
  width: 100%;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
}
.area__menu li {
  border-bottom: none;
  margin-bottom: 0;
  list-style: none;
}
.area__menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.area__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  margin: 4px 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer !important;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  gap: 12px;
  min-height: 44px;
  box-sizing: border-box;
}
.area__menu li a * {
  cursor: pointer !important;
  pointer-events: none;
}
.area__menu li a span {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}
.area__menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #CC2843 0%, #d11b3a 100%);
  border-radius: 0 3px 3px 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.area__menu li a:hover {
  background: rgba(204, 40, 67, 0.15);
  color: #fff;
  transform: translateX(4px);
}
.area__menu li a:hover::before {
  height: 60%;
}
.area__menu li.active a {
  background: linear-gradient(135deg, rgba(204, 40, 67, 0.25) 0%, rgba(204, 40, 67, 0.15) 100%);
  color: #fff;
  border-left: 3px solid #CC2843;
  box-shadow: 0 4px 15px rgba(204, 40, 67, 0.2);
}
.area__menu li.active a::before {
  height: 70%;
}
.area__menu li a:hover .icon {
  opacity: 1;
}
.area__menu li a .icon {
  opacity: 0.3;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  flex-shrink: 0;
  box-sizing: border-box;
}
/* Ícones Font Awesome no menu */
.area__menu li a .fas,
.area__menu li a .far {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0.3;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.area__menu li a:hover .fas,
.area__menu li a:hover .far,
.area__menu li.active a .fas,
.area__menu li.active a .far {
  opacity: 1;
  color: #fff;
}
.area__menu li:last-child {
  border-bottom: none;
}
.area__menu li.active a {
  background: #1d1f2c;
  color: #fff;
}
.area__menu li.active a .icon {
  opacity: 1;
}
.area__block {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}
.area__block > * {
  max-width: 100%;
  box-sizing: border-box;
}
.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.panel-menu {
  padding: 0px !important;
}
.deposit-menu a {
  text-shadow: 0px 0px 10px rgba(36, 31, 20, 0.8);
  color: #ffb400 !important;
}
.deposit-menu a .icon {
  opacity: 1 !important;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 180, 0, 0.5));
  filter: drop-shadow(0px 0px 10px rgba(255, 180, 0, 0.5));
}
.add a .icon {
  opacity: 1 !important;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(17, 196, 172, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(17, 196, 172, 0.3));
}
.panel-menu li {
  border-top: 1px solid #101119;
  border-bottom: none;
}
.panel-menu li a {
  padding: 15px 20px 15px 60px;
  background: #14151f;
}
.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0eca90), to(#11c2b6));
  background: linear-gradient(to right, #0eca90, #11c2b6);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  padding: 3px 0px;
}

.text-href {
  color: #b7b7b4;
  text-shadow: 0px 0px 10px 0px rgba(20, 2, 184, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transition: all 0.3s ease;

}
.text-href:hover {
  color: #b7b7b4;
  text-shadow: 0px 0px 10px 0px rgba(20, 2, 184, 0.5);
  text-decoration: underline;
  transform: scale(1.04);
}

.areaBlock {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 35px;
  background: rgba(21, 23, 34, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.areaBlock:hover {
  border-color: rgba(204, 40, 67, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.areaBlockProfile {
  padding: 35px 30px;
  margin-bottom: 0;
  background: linear-gradient(135deg, rgba(21, 23, 34, 0.8) 0%, rgba(29, 31, 44, 0.6) 100%);
  border: 1px solid rgba(204, 40, 67, 0.2);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .areaBlockProfile {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .areaBlockProfile__info {
    width: 100%;
  }
  .areaBlockProfile__deposit {
    width: 100%;
    justify-content: space-between;
  }
}
.areaBlockProfile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(204, 40, 67, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(23, 222, 203, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.areaBlockProfile > * {
  position: relative;
  z-index: 1;
}
.areaBlockProfile__info-ava {
  width: 80px;
  height: 80px;
  background: url(../images/icons/ava-bg.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 25px;
  border: 3px solid rgba(204, 40, 67, 0.4);
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.3);
  transition: all 0.3s ease;
}
.areaBlockProfile__info-ava:hover {
  border-color: rgba(204, 40, 67, 0.7);
  box-shadow: 0 6px 30px rgba(204, 40, 67, 0.5);
  transform: scale(1.05);
}
.areaBlockProfile__info-ava img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.areaBlockProfile__info-text {
  flex: 1;
  min-width: 0;
}
.areaBlockProfile__info-text p {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  word-break: break-word;
}
.areaBlockProfile__info-text span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}
.areaBlockProfile__deposit {
  background: linear-gradient(135deg, rgba(255, 180, 0, 0.15) 0%, rgba(255, 180, 0, 0.05) 100%);
  border: 1px solid rgba(255, 180, 0, 0.3);
  border-radius: 12px;
  padding: 12px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.1);
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.deposit {
  color: #ffb400;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(255, 180, 0, 0.6);
  padding: 0;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.deposit .icon {
  margin-right: 10px;
}
.deposit-icon {
  width: 22px;
  height: 20px;
}
.deposit-icon:after {
  background-image: url(../images/icons/money-icon.png);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 180, 0, 0.7));
  filter: drop-shadow(0px 0px 10px rgba(255, 180, 0, 0.7));
}
.tableBlock {
  border-radius: 5px;
  background: #181926;
  padding: 20px 0px;
  margin-bottom: 30px;
}

.tableBlock-thead {
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
}
.tableBlock-td {
  padding: 10px 35px;
  width: 50%;
}

.tableBlock-tbody .tableBlock-row:nth-child(odd) {
  background: #151622;
}
.tableBlock-tbody .tableBlock-row-draft:nth-child(odd) {
  /*background: rgba(255, 182, 4, 0.5);*/
  background: -webkit-gradient(linear, left top, right bottom, from(#dfad0c), to(#ccc90d));
  background: linear-gradient(to left bottom, #dfad0c, #ccc90d);
}

.tableBlock-tbody .tableBlock-td {
  color: #fff;
  font-size: 16px;
}
.tableBlock-tbody .tableBlock-td:first-child {
  color: #9395a5;
}
.info-block-alert {
  color: #db495e;
  border-left: 2px solid #f55067;
  background: url(../images/icons/info-icon-red.png) left 14px center no-repeat;
  background-color: rgba(245, 80, 103, 0.15);
}
.formGroup .formIcon {
  position: absolute;
  right: 15px;
  bottom: 14px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formGroup:hover .formIcon {
  opacity: 0.8;
}
.left_menu.fixed {
  position: fixed;
  top: 100px;
}
.addServer {
  border: 2px dashed #2d3042;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.addServer img {
  opacity: 0.3;
}
.addServer p {
  margin-top: 15px;
  color: #46495e;
  line-height: 1.4;
}
.checks[type="checkbox"] {
  width: 50px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #14151f;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  left: 0px;
  border: none;
  padding: 0px;
  border: 2px solid #20212a;
  margin-left: 20px;
}
.checks[type="checkbox"]::before {
  content: 'Off';
  position: absolute;
  width: 24px;
  height: 14px;
  line-height: 14px;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  background: #d92d5e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #20212a;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(217, 45, 94, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(217, 45, 94, 0.5);
}
.checks:checked[type="checkbox"]::before {
  content: "On";
  left: 25px;
  background: #33b929;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 185, 41, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(51, 185, 41, 0.5);
}
.rank {
  padding: 30px;
  background: #181926;
  border-radius: 5px;
  margin-bottom: 35px;
  position: relative;
}
.rank__title {
  border-bottom: 1px solid #242531;
  position: relative;
  padding-right: 70px;
}
.rank__title > div {
  margin-bottom: 20px;
}
.rank__title-left img {
  display: block;
  width: 100px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 3px;
  margin-right: 22px;
}
.rank__title-left-item p {
  font-size: 24px;
  margin-bottom: 8px;
}
.rank__title-left-item span {
  font-size: 14px;
}
.rank__title-center {
  text-align: center;
}
.rank__title-center-votes {
  margin-right: 50px;
}
.rank__title-center-votes p {
  font-size: 24px;
  margin-bottom: 8px;
}
.rank__title-center-votes span {
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
}
.rank__title-center-rank {
  width: 68px;
  height: 62px;
  background: url(../images/rank-img.png) no-repeat;
  padding-top: 14px;
}
.rank__title-center-rank p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.rank__title-center-rank span {
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 400;
}
.rank__title-right {
  text-align: right;
}
.rank__title-right-statusButtons {
  background: #14151f;
  border-radius: 4px;
  padding: 4px 12px;
  color: #fff;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.rank__title-right-status {
  font-size: 11px;
}
.rank__block-left {
  width: 35%;
  padding: 15px 0px 20px 0px;
}
.rank__block-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 0px;
}
.rank__block-left-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
}
.rank__block-left-item span img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.rank__block-left-item span a {
  color: #26dbcf;
  text-decoration: underline;
}
.rank__block-left-item span a:hover {
  text-decoration: none;
}
.rank__block-right {
  width: 58%;
  padding: 20px 60px;
}
.rank__block-right-rates {
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
}
.rank__block-right-rates span {
  color: #fff;
  font-weight: 600;
}
.link-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.link-icon:after {
  background-image: url(../images/icons/link-icon.png);
}
.discord-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.discord-icon:after {
  background-image: url(../images/icons/discord-icon.png);
}
/* Ícone WhatsApp - usando Font Awesome */
.area__menu .whatsapp-icon-fa {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0.3;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}
.area__menu li a:hover .whatsapp-icon-fa,
.area__menu li.active a .whatsapp-icon-fa {
  opacity: 1;
  color: #25D366;
}
/* Ícone Download para menu - usando GIF zumbi_loader */
.area__menu .download-icon {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-color: transparent;
}
.area__menu .download-icon:after {
  background-image: url(../images/zumbi_loader.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.rank__options {
  position: absolute;
  right: 0px;
  width: 34px;
  height: 34px;
  top: 45%;
  margin-top: -17px;
  background: #1d1f2c;
  border-radius: 8px;
}
.options {
  width: 34px;
  height: 34px;
}
.options span {
  display: block;
  background: #cacacd;
  width: 2px;
  height: 2px;
  margin: 2px;
}
.options-menu {
  right: -30px;
  min-width: 200px;
}
.options-menu:before {
  right: 37px;
}
.server-on {
  color: #33b929;
}
.server-off {
  color: #be2b55;
}
.votes-icon {
  width: 20px;
  height: 17px;
  margin-right: 6px;
}
.votes-icon:after {
  background-image: url(../images/icons/vote-big-icon.png);
}
.votes-icon-down {
  width: 20px;
  height: 17px;
  margin-right: 6px;
}
.votes-icon-down:after {
  background-image: url(../images/icons/dislike-icon.png);
}

.views-icon {
  width: 20px;
  height: 17px;
}
.views-icon:after {
  background-image: url(../images/icons/views-icon.png);
}

.off-icon {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.off-icon:after {
  background-image: url(../images/icons/error-icon.png);
}
.check-green-icon {
  width: 12px;
  height: 9px;
  margin-right: 6px;
}
.check-green-icon:after {
  background-image: url(../images/icons/check-green-icon.png);
}
.premium__info {
  background: linear-gradient(135deg, rgba(255, 180, 0, 0.15) 0%, rgba(255, 180, 0, 0.05) 100%);
  border: 2px solid rgba(255, 180, 0, 0.4);
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 4px 20px rgba(255, 180, 0, 0.2);
  margin: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.premium__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 180, 0, 0.2) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.premium__info > * {
  position: relative;
  z-index: 1;
}
.premium__info:hover {
  border-color: rgba(255, 180, 0, 0.6);
  box-shadow: 0 6px 30px rgba(255, 180, 0, 0.3);
  transform: translateY(-2px);
}
.premium__info-text {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.premium__info-text b {
  font-weight: 700;
  color: #ffb400;
  text-shadow: 0 0 15px rgba(255, 180, 0, 0.6);
  font-size: 20px;
}
.premium__info-text span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
}
.premium__info-text .icon {
  margin-right: 12px;
  filter: drop-shadow(0 0 10px rgba(255, 180, 0, 0.6));
}
.voteBanners {
  position: relative;
  padding-bottom: 50px;
}
.voteButton {
  cursor: pointer;
  border: 2px solid #242531;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.voteButton .show-hide {
  display: none;
}
.voteButton.active .show-vote {
  display: none;
}
.voteButton.active .show-hide {
  display: inline-block;
}
.voteBlock__banner {
  margin-bottom: 15px;
}
.voteBlock__banner p {
  margin-bottom: 8px;
}
.voteBlock__banner-block {
  background: #1c1d2c;
  border: 2px dashed #32343f;
  padding: 25px 35px;
}
.voteBlock .code-block {
  border: 1px solid #333442;
  padding: 10px 15px;
  border-radius: 5px;
  color: #9395a5;
  font-size: 13px;
  line-height: 1.3;
  margin: 10px;
}
.corner img {
  width: 190px;
  height: 120px;
}
.corner .code-block {
  width: calc(100% - 190px - 20px);
  min-height: 100px;
}
.cornerButton img {
  width: 88px;
  height: 31px;
}
.cornerButton .code-block {
  width: calc(100% - 88px - 30px - 20px);
}
.cornerBig img {
  width: 468px;
  height: 60px;
}
.cornerBig .code-block {
  width: calc(100% - 468px - 20px);
}
.info-block-green {
  color: #15a998;
  border-left: 2px solid #14d3b9;
  background: url(../images/icons/info-icon-green.png) left 14px center no-repeat;
  background-color: rgba(20, 211, 185, 0.2);
}
.icon-premium-yellow-menu {
  width: 36px;
  height: 19px;
  margin-right: 5px;
}
.icon-premium-yellow-menu:after {
  background-image: url(../images/icons/premium-icon.png);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
  filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
}

.icon-inventario-menu {
  width: 36px;
  height: 19px;
  margin-right: 5px;
}
.icon-inventario-menu:after {
  background-image: url(../images/icons/blocks-icon.png);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
  filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
}

.icon-mercado-negro-menu {
  width: 36px;
  height: 19px;
  margin-right: 5px;
}
.icon-mercado-negro-menu:after {
  background-image: url(../images/icons/promo-icon.png);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
  filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
}

.icon-premium-yellow {
  width: 56px;
  height: 52px;
  margin-right: 10px;
}
.icon-premium-yellow:after {
  background-image: url(../images/icons/premium-icon-yellow.png);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
  filter: drop-shadow(0px 0px 10px rgba(255, 138, 0, 0.5));
}
.text-premium {
  color: #ffb400;
  text-shadow: 0px 0px 10px 0px rgba(255, 138, 0, 0.5);
}
.advertising {
  margin-bottom: 30px;
}
.advertising__block {
  width: 100%;
  max-width: 429px;
  text-align: center;
  padding: 130px 20px 60px 20px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 7px;
}
.advertising__block.advertising-free {
  background: url(../images/adr-bg-free.png) center top no-repeat;
}
.advertising__block.advertising-premium {
  background: url(../images/adr-bg-premium.png) center top no-repeat;
}
.advertising__block-title {
  font-size: 36px;
  margin-bottom: 40px;
}
.advertising__block-price {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}
.advertising__block-list {
  margin-bottom: 25px;
}
.advertising__block-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #a3a3a3;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 15px 0px;
}
.advertising__block-list p i {
  margin-right: 10px;
}
.adr {
  margin-bottom: 30px;
}
.adr__block {
  border-radius: 7px;
  padding: 25px 30px;
  margin-bottom: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.adr__block.adr-green {
  border: 2px solid #11a27b;
  background-image: url(../images/adr-bg_1.png);
}
.adr__block.adr-blue {
  border: 2px solid #1a8db3;
  background-image: url(../images/adr-bg_2.png);
}
.adr__block.adr-yellow {
  border: 2px solid #d9924c;
  background-image: url(../images/adr-bg_3.png);
}
.adr__block-left-img {
  margin-right: 20px;
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.adr__block-left-text p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.adr__block-left-text span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 300;
}
.buy-serivce {
  display: inline-block;
  font-size: 13px;
  border: 2px solid #404147;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}
.buy-serivce:hover {
  background: rgba(255, 255, 255, 0.1);
}
.formBlock {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 2px solid #1c1d25;
  border-radius: 7px;
  padding: 45px 65px;
  width: 100%;
  max-width: 510px;
}
.formBlock h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}
.allServerBlock {
  width: calc(100% - 280px - 30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.allServerSort {
  width: 280px;
  border: 2px solid #1d1f2c;
  border-radius: 5px;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.filter__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}
.filter__block {
  margin-bottom: 20px;
}
.filter__block p {
  font-size: 18px;
  margin-bottom: 16px;
}
.filter__block-item {
  margin: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter__block-item span {
  color: #9395a5;
  font-size: 13px;
  font-weight: 400;
}
.filter__block button, .filter__block .button {
  width: 100%;
}
.filter__block:last-child {
  margin-bottom: 0px;
}
.allServer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}
.allServer.active .allServerBlock {
  width: 100%;
}
.allServer.active .allServerSort {
  width: 0px;
  padding: 0px;
  border: 0px;
  font-size: 0px;
}
.allServer.active .tabs-blocks {
  margin-right: 120px;
}
.sortButton.active .hideButton {
  display: none;
}
.sortButton.active .filterButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hideButton {
  color: #9395a5;
  font-size: 13px;
}
.hide-icon {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.hide-icon:after {
  background-image: url(../images/icons/hide-icon.png);
}
.all-server-icon:after {
  background-image: url(../images/icons/all-server-icon.png);
}
.filterButton {
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #2d2f39;
  padding: 10px 15px;
  display: none;
  position: absolute;
  min-width: 85px;
  right: 0px;
  margin-top: -24px;
}
.sort-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.sort-icon:after {
  background-image: url(../images/icons/sort-icon.png);
}
.paginations {
  width: 100%;
  padding-top: 20px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  color: #9395a5;
  font-size: 13px;
}
.pagination li a:hover {
  color: #26dbcf;
  text-decoration: underline;
}
.pagination li span {
  color: #9395a5;
  padding: 11px 9px;
}
.number {
  display: inline-block;
  padding: 11px 9px;
  border-radius: 4px;
}
.number.active {
  background-color: #181926;
  color: #fff;
}
.prev-pag {
  margin-right: 25px;
}
.next-pag {
  margin-left: 25px;
}
.prev-icon {
  width: 7px;
  height: 10px;
  margin-right: 5px;
}
.prev-icon:after {
  background-image: url(../images/icons/arrow-l-grey.png);
  opacity: 0.4;
}
.next-icon {
  width: 7px;
  height: 10px;
  margin-left: 5px;
}
.next-icon:after {
  background-image: url(../images/icons/arrow-r-grey.png);
  opacity: 0.4;
}
.toPage {
  color: #9395a5;
  font-size: 13px;
}
.toPage input {
  width: 60px;
  text-align: center;
  border-radius: 14px;
  margin: 15px;
}
.toPage span {
  display: block;
  cursor: pointer;
}
.arrow-r-dark-icon:after {
  background-image: url(../images/icons/arrow-r-dark.png);
}
.check-icon {
  width: 11px;
  height: 8px;
  margin-right: 5px;
}
.check-icon:after {
  background-image: url(../images/icons/check-icon.png);
}
.plus-icon-white {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  bottom: -1px;
}
.plus-icon-white:after {
  background-image: url(../images/icons/plus-icon-white.png);
}
.message-icon-b {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  bottom: -1px;
}
.message-icon-b:after {
  background-image: url(../images/icons/message-icon.png);
}
.title__buttons {
  position: relative;
  margin-right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.title__buttons button, .title__buttons .button {
  padding: 12px 20px;
  margin: 0;
  font-size: 14px;
}
.event-icon:after {
  background-image: url(../images/icons/event-icon.png);
}
.eventBlock {
  margin-bottom: 50px;
}
.event {
  background: #151722;
  border-radius: 7px;
  padding: 5px 50px;
  position: relative;
  height: 100%;
}
.event-col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cld-main {
  width: 100%;
}
.cld-main a {
  color: #333;
  font-weight: bold;
}
.cld-datetime {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 0px;
  border-bottom: 1px solid #2d2f39;
  margin-bottom: 20px;
  font-size: 18px;
}
.cld-datetime .today {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 50px;
  margin: auto;
  text-align: center;
}
.cld-nav {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #2c2e38;
  border-radius: 50%;
  position: absolute;
  top: 20px;
}
.cld-nav svg {
  display: none;
}
.cld-nav:hover {
  cursor: pointer;
}
.cld-nav:hover svg {
  fill: #666;
}
.cld-rwd {
  left: 0;
  background: url(../images/icons/arrow-l-grey.png) center no-repeat;
}
.cld-fwd {
  right: 0;
  background: url(../images/icons/arrow-r-grey.png) center no-repeat;
}
.cld-labels, .cld-days {
  padding-left: 0;
}
.cld-label, .cld-day {
  display: inline-block;
  width: 14.28%;
  text-align: center;
  font-size: 12px;
}
.cld-label {
  color: #4b4d54;
  padding: 14px 0px;
}
.cld-day.today .cld-number {
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  padding: 16px 0px;
}
.cld-day.disableDay {
  opacity: 0.5;
}
.cld-day.nextMonth, .cld-day.prevMonth {
  opacity: 0;
}
.cld-number {
  position: relative;
  padding: 16px 0px;
  margin-bottom: 0px;
}
.cld-title {
  position: absolute;
  z-index: 5;
  display: none;
  top: 30px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  display: none;
}
.cld-number:hover .cld-title {
  display: block;
}
.cld-title::before {
  content: '';
  position: absolute;
  top: -7.5px;
  left: 7.5px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ccc;
}
.cld-number.eventday {
  display: block;
  border-radius: 5px;
}
.cld-day {
  border-radius: 5px;
}
.cld-day.today {
  border: 2px solid #eb3f41;
}
.cld-number.eventday {
  background-color: #f0304d;
}
.eventInfo__block {
  margin: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}
.eventInfo__block span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  margin-right: 4px;
}
.eventInfo__beta span {
  background: #46cb59;
}
.eventInfo__opening span {
  background: #f0304d;
}
@media (max-width: 1300px) {
  .forumStat__block {
      padding: 15px 30px;
 }
  .topPanel__logo {
      max-width: 100px;
 }
  .menu {
      margin-left: 10px;
 }
  .menu li {
      padding: 5px 8px;
 }
  .profileBlock {
      margin-left: 30px;
 }
  .profileBlock span {
      max-width: 70px;
 }
  .plan {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
 }
  .plan__block {
      margin: 10px;
 }
  /* Centralização apenas para index e download */
  body:not(.page-index):not(.page-download) .areaBlockProfile {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
 }
  body:not(.page-index):not(.page-download) .areaBlockProfile__info {
      margin-bottom: 25px;
 }
  .cornerBig .code-block {
      width: 100%;
 }
  .rank__options {
      top: 20px;
 }
  .advertising {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
 }
  .sch {
      bottom: 7px;
 }
}
@media (max-width: 992px) {
  .promoBanner {
      margin-top: 45px;
 }
  .menu {
      margin-top: 50px;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      position: relative;
      z-index: 5;
      overflow-y: auto;
      height: 100%;
      width: 100%;
 }
  .menu li {
      display: block;
      padding: 20px 0px;
 }
  .menu li a {
      font-size: 22px;
 }
  .menu li.launcher a {
      margin-left: 30px;
 }
  .topPanel {
      height: 45px;
      padding: 10px 0px;
 }
  .content {
      margin-top: 45px;
 }
  .friendsBlock, .addBlock {
      position: relative;
      z-index: 5;
 }
  .friendsBlock {
      left: -25px;
 }
  .friendsBlock:before {
      display: none;
 }
  .friendsBlock:after {
      display: none;
 }
  .friendsBlock .icon {
      margin: 0px 6px;
 }
  .topPanel__block {
      position: fixed;
      padding: 80px 40px;
      top: 0;
      left: -320px;
      width: 320px;
      height: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      z-index: 10;
 }
  .topPanel__block:after {
      content: "";
      background: rgba(0, 0, 0, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 3;
 }
  .topPanel__block.active {
      left: 0px;
 }
  .searchBlock {
      margin-top: 45px;
 }
  .search-button {
      left: 60px;
      margin-left: 0px;
      top: 4px;
      position: fixed;
 }
  .topPanel__logo {
      display: none;
 }
  .l-img {
      text-align: center;
 }
  .launcherDownloadBlock {
      position: relative;
      padding-top: 20px;
 }
  .l-info {
      padding-bottom: 30px;
 }
  .forumStat__block {
      border-right: none;
 }
  .f-menu {
      padding-left: 10px !important;
      margin-bottom: 30px;
 }
  .footer_bottom-left, .footer_bottom-right, .payments {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
 }
  .footer_bottom-left {
      padding-bottom: 20px;
 }
  .topLauncher {
      display: none;
 }
  .profileBlock {
      position: fixed;
      top: 5px;
      right: 10px;
      z-index: 1;
 }
  .profileBlock span {
      max-width: 150px;
 }
  .btn {
      display: block;
 }
  .profile-not-logged {
      position: fixed;
      top: 5px;
      right: 10px;
 }
  .rank__title {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 30px;
 }
  .rank__block-left, .rank__block-right {
      width: 100%;
      padding: 20px 20px;
 }
  .premium__info {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
 }
  .premium__info-text {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 15px;
 }
  .premium__info span {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
 }
  .code-block {
      width: 100% !important;
 }
  .voteBlock__banner-block {
      padding: 15px 15px;
 }
  .adr__block {
      background-size: cover;
 }
  .buy-serivce {
      position: absolute;
      right: 10px;
      bottom: 10px;
 }
  .allServerSort {
      position: fixed;
      right: -280px;
      background-color: #101119;
      height: calc(100% - 200px);
      z-index: 10;
      padding: 0px;
 }
  .filter {
      height: 100%;
      overflow-y: auto;
      padding: 15px;
      padding-bottom: 100px;
 }
  .allServerBlock {
      width: 100%;
 }
  .filterButton {
      position: fixed;
      right: -1px;
      min-width: auto;
      width: 40px;
      height: 60px;
      padding: 0px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background-color: #101119;
      border: none;
      border-left: 2px solid #1d1f2c;
      border-top: 2px solid #1d1f2c;
      border-bottom: 2px solid #1d1f2c;
      margin-top: 100px !important;
 }
  .filterButton i {
      margin-right: 0px;
 }
  .sortButton.active .filterButton {
      right: 277px;
 }
  .allServer.active .allServerSort {
      right: 0px;
      width: 280px;
      padding: 0px;
      border: 2px solid #1d1f2c;
      font-size: 13px;
 }
}
@media (max-width: 768px) {
  .title__block {
      padding-bottom: 20px;
 }
  .slick-prev {
      left: 10px;
 }
  .slick-next {
      right: 10px;
 }
  .toTop {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
 }
  .title__sort {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
 }
  .modal_login {
      max-width: 100%;
      left: 0px;
      margin-left: 0px;
 }
  .modal_messages{
      max-width: 100%;
      left: 0px;
      margin-left: 0px;
 }
  .loginBlock > div {
      width: 100%;
      padding: 20px;
 }
  .sidebar {
    width: 260px;
  }
  .content.has-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-container.has-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .area__menu {
      margin-bottom: 0;
      position: relative !important;
      top: 0 !important;
 }
  .area__menu, .area__menu ul {
      width: 100%;
 }
  .area__block {
      width: 100%;
 }
  .left_menu {
      position: relative !important;
      top: 0 !important;
 }
  .paginations {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
 }
  .pagination {
      margin: 15px 15px;
 }
}
@media (max-width: 575px) {
  .container-block {
      padding: 30px 10px;
 }
  .title__block {
      font-size: 20px;
 }
  .title__block span {
      padding-left: 10px;
      margin-left: 10px;
 }
  .button-launcher {
      margin-bottom: 30px;
 }
  .reviews__block-right-info {
      padding-right: 60px;
 }
  .footer-container {
      padding: 0px 15px;
 }
  .index {
      padding-bottom: 20px;
 }
  .footer__top {
      padding: 50px 0px 0px 0px;
 }
  .payments a {
      margin: 10px 10px 10px 10px;
 }
  .langBlock {
      padding: 20px 0px;
 }
  .serverInfo {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
 }
  .serverList__img {
      margin: 0 auto;
 }
  .serverList__block {
      width: 100%;
 }
  .serverList__block .live {
      position: relative;
      top: auto;
      right: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 15px;
 }
  .serverList__block .sch {
      padding-top: 15px;
      position: relative;
      bottom: auto;
      right: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
 }
}

.container-page {
  padding: 0px 0px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
}
.content {
  margin-top: 80px;
  padding: 40px 0px;
  text-align: left;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  box-sizing: border-box;
  position: relative;
}
/* Conteúdo sem margem superior quando há sidebar */
body:has(.sidebar) .content,
body.has-sidebar .content {
  margin-top: 0;
}
.dropzone {
  width: 100% !important;
}
@media (max-width: 575px) {
  .plan__block-choose {
    display: none;
  }
  .breadcrumbs {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* Centralização apenas para index e download */
  body:not(.page-index):not(.page-download) .areaBlockProfile__info, 
  body:not(.page-index):not(.page-download) .areaBlockProfile__deposit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .deposit {
    padding: 15px 20px;
  }
  .formBlock {
    padding: 15px 15px;
  }
  .event {
    padding: 5px 10px;
  }
}
@media (max-width: 370px) {
  .rank {
      padding: 30px 5px;
 }
  .profileBlock span {
      max-width: 110px;
 }
}
/*# sourceMappingURL=style.css.map */

.launcher-eg {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transition: all 0.3s ease;
}

.launcher-eg:hover {
  transform: scale(1.1);
}

#div_non_chars_created {
  display: none
}

.news-content {
  position: relative;
  background:rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(68, 71, 90, 0.2);
  box-sizing: border-box;
}
.news-inside {
  margin: 25px;
  color: #9395a5;
}
.news-inside a {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transition: all 0.3s ease;
  color: #0257CC;
}

.news-inside a:hover {
  color: rgb(151, 6, 6);
  transform: scale(1.1);
}

.news-inside .like-right {
  color: #ffffff;
  position: absolute;
  right: 15px;
}

/* SweetAlert2 Dark Theme Custom Styles - Baseado no layout de resgate */
.swal2-popup-custom {
  background: rgba(21, 23, 34, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #fff !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.swal2-popup-custom::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: 
    radial-gradient(circle at 20% 30%, rgba(204, 40, 67, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 180, 0, 0.08) 0%, transparent 50%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.swal2-popup-custom > * {
  position: relative !important;
  z-index: 1 !important;
}

.swal2-title-custom {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  padding: 25px 30px 10px 30px !important;
}

.swal2-content-custom {
  color: #fff !important;
  padding: 0 30px 10px 30px !important;
}

.swal2-content-custom .swal2-html-container {
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-confirm-button-custom {
  background: linear-gradient(135deg, #feb202 0%, #ffb400 50%, #ce713a 100%) !important;
  color: #142922 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 15px rgba(255, 180, 0, 0.4) !important;
  position: relative !important;
  overflow: hidden !important;
}

.swal2-confirm-button-custom::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  transition: left 0.5s !important;
}

.swal2-confirm-button-custom:hover {
  background: linear-gradient(135deg, #ffb400 0%, #feb202 50%, #ffb400 100%) !important;
  box-shadow: 0 6px 20px rgba(255, 180, 0, 0.5) !important;
  transform: translateY(-2px) !important;
}

.swal2-confirm-button-custom:hover::before {
  left: 100% !important;
}

.swal2-confirm-button-custom:active {
  transform: translateY(0) !important;
}

.swal2-cancel-button-custom {
  background: rgba(21, 23, 34, 0.8) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 2px solid rgba(45, 47, 57, 0.6) !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.swal2-cancel-button-custom:hover {
  background: rgba(21, 23, 34, 0.95) !important;
  border-color: rgba(204, 40, 67, 0.4) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

/* Estilos para inputs dentro do SweetAlert2 - Baseado no layout de resgate */
.swal2-popup-custom .swal2-input,
.swal2-popup-custom input[type="text"],
.swal2-popup-custom input[type="number"] {
  background: rgba(21, 23, 34, 0.8) !important;
  border: 2px solid rgba(45, 47, 57, 0.6) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 10px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* Sobrescrever estilos de autofill do navegador */
.swal2-popup-custom .swal2-input:-webkit-autofill,
.swal2-popup-custom input[type="text"]:-webkit-autofill,
.swal2-popup-custom input[type="number"]:-webkit-autofill,
.swal2-popup-custom .swal2-input:-webkit-autofill:hover,
.swal2-popup-custom input[type="text"]:-webkit-autofill:hover,
.swal2-popup-custom input[type="number"]:-webkit-autofill:hover,
.swal2-popup-custom .swal2-input:-webkit-autofill:focus,
.swal2-popup-custom input[type="text"]:-webkit-autofill:focus,
.swal2-popup-custom input[type="number"]:-webkit-autofill:focus,
.swal2-popup-custom .swal2-input:-webkit-autofill:active,
.swal2-popup-custom input[type="text"]:-webkit-autofill:active,
.swal2-popup-custom input[type="number"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(21, 23, 34, 0.8) inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(21, 23, 34, 0.8) !important;
  background: rgba(21, 23, 34, 0.8) !important;
  border: 2px solid rgba(45, 47, 57, 0.6) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* Para Firefox */
.swal2-popup-custom .swal2-input:-moz-autofill,
.swal2-popup-custom input[type="text"]:-moz-autofill,
.swal2-popup-custom input[type="number"]:-moz-autofill {
  background-color: rgba(21, 23, 34, 0.8) !important;
  background: rgba(21, 23, 34, 0.8) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 2px solid rgba(45, 47, 57, 0.6) !important;
}

.swal2-popup-custom .swal2-input:focus,
.swal2-popup-custom input[type="text"]:focus,
.swal2-popup-custom input[type="number"]:focus {
  border-color: rgba(204, 40, 67, 0.6) !important;
  background: rgba(21, 23, 34, 0.95) !important;
  outline: none !important;
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.2) !important;
}

.swal2-popup-custom .swal2-input:hover,
.swal2-popup-custom input[type="text"]:hover,
.swal2-popup-custom input[type="number"]:hover {
  border-color: rgba(204, 40, 67, 0.4) !important;
  background: rgba(21, 23, 34, 0.9) !important;
}

.swal2-popup-custom .swal2-input::placeholder,
.swal2-popup-custom input[type="text"]::placeholder,
.swal2-popup-custom input[type="number"]::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Estilos para select dentro do SweetAlert2 */
.swal2-popup-custom select,
.swal2-popup-custom .swal2-select {
  background: rgba(21, 23, 34, 0.8) !important;
  border: 2px solid rgba(45, 47, 57, 0.6) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 10px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.swal2-popup-custom select:focus,
.swal2-popup-custom .swal2-select:focus {
  border-color: rgba(204, 40, 67, 0.6) !important;
  background: rgba(21, 23, 34, 0.95) !important;
  outline: none !important;
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.2) !important;
}

.swal2-popup-custom select:hover,
.swal2-popup-custom .swal2-select:hover {
  border-color: rgba(204, 40, 67, 0.4) !important;
  background: rgba(21, 23, 34, 0.9) !important;
}

/* Estilos para Choices.js dentro do SweetAlert2 - Baseado no layout de resgate */
.swal2-popup-custom .choices {
  margin-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Garantir que o select original usado pelo Choices.js tenha a mesma largura */
.swal2-popup-custom #currencyType {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.swal2-popup-custom .choices__inner {
  background: rgba(21, 23, 34, 0.8) !important;
  border: 2px solid rgba(45, 47, 57, 0.6) !important;
  border-radius: 10px !important;
  padding: 12px 18px !important;
  min-height: 48px !important;
  height: 48px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.swal2-popup-custom .choices__list--single {
  padding: 0 !important;
}

.swal2-popup-custom .choices__list--single .choices__item {
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.5 !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.swal2-popup-custom .choices.is-focused .choices__inner,
.swal2-popup-custom .choices.is-open .choices__inner {
  border-color: rgba(204, 40, 67, 0.6) !important;
  background: rgba(21, 23, 34, 0.95) !important;
  box-shadow: 0 4px 20px rgba(204, 40, 67, 0.2) !important;
}

.swal2-popup-custom .choices:hover .choices__inner {
  border-color: rgba(204, 40, 67, 0.4) !important;
  background: rgba(21, 23, 34, 0.9) !important;
}

.swal2-popup-custom .choices__list--dropdown {
  background: rgba(21, 23, 34, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  margin-top: 8px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.swal2-popup-custom .choices__list--dropdown .choices__item {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 12px 20px !important;
  transition: all 0.2s ease !important;
}

.swal2-popup-custom .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(204, 40, 67, 0.15) !important;
  color: #fff !important;
}

.swal2-popup-custom .choices__list--dropdown .choices__item--selectable.is-highlighted.is-focused {
  background: rgba(204, 40, 67, 0.25) !important;
}

.swal2-popup-custom .choices__list--dropdown .choices__item--selectable.selected {
  background: rgba(204, 40, 67, 0.2) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.swal2-popup-custom .choices__input {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
}

.swal2-popup-custom .choices__button {
  filter: invert(1) !important;
  opacity: 0.5 !important;
  transition: opacity 0.2s ease !important;
}

.swal2-popup-custom .choices__button:hover {
  opacity: 1 !important;
}

/* Estilos para o formulário de venda dentro do SweetAlert2 */
.swal-sale-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* Garantir que todos os campos tenham a mesma altura, largura e alinhamento */
.swal-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  align-items: stretch !important;
}

.swal-form-group > *:not(label) {
  height: 48px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}


.swal-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  text-align: left;
}

/* Overlay escuro */
.swal2-backdrop-show {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Ajustes nos botões do SweetAlert2 */
.swal2-popup-custom .swal2-actions {
  padding: 16px 30px 25px 30px !important;
  margin: 0 !important;
  gap: 12px !important;
}

.swal2-popup-custom .swal2-actions button {
  margin: 0 !important;
  flex: 1 !important;
}

/* Garantir que o select nativo tenha a mesma altura */
.swal2-popup-custom select.swal2-input {
  height: 48px !important;
  padding: 12px 18px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  padding-right: 45px !important;
}


