@charset "UTF-8";
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1320px;
    min-width: 1320px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* Títulos */
h1, h2 {
  color: #f49232; /* Laranja da logo */
  font-weight: 600;
  text-transform: uppercase;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

/* Card do formulário */
.card {
  background-color: #1a1a1a; /* Mesmo fundo da tabela */
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.form-label {
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 500;
}

.form-control {
  background-color: #222222;
  border: 2px solid #19604c; /* Verde escuro da logo */
  color: #e0e0e0;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
}

.form-control:focus {
  border-color: #f49232; /* Laranja no focus */
  -webkit-box-shadow: 0 0 5px rgba(244, 146, 50, 0.5);
  box-shadow: 0 0 5px rgba(244, 146, 50, 0.5);
  background-color: #222222;
  color: #e0e0e0;
}

/* Botão */
.btn-primary {
  background-color: #19604c; /* Verde escuro */
  border: none;
  color: #f49232; /* Laranja para texto */
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #f49232; /* Laranja no hover */
  color: #19604c; /* Verde escuro para texto */
}

/* Alertas */
.alert {
  border-radius: 5px;
  font-size: 14px;
  padding: 12px;
}

.alert-success {
  background-color: rgba(25, 96, 76, 0.2); /* Verde escuro com transparência */
  color: #e0e0e0;
  border: 1px solid #19604c;
}

.alert-warning {
  background-color: rgba(244, 146, 50, 0.2); /* Laranja com transparência */
  color: #e0e0e0;
  border: 1px solid #f49232;
}

.alert-danger {
  background-color: rgba(139, 0, 0, 0.2); /* Vermelho escuro */
  color: #e0e0e0;
  border: 1px solid #8b0000;
}

/* Lista de partidas processadas */
.list-group {
  background-color: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
}

.list-group-item {
  background-color: #1a1a1a;
  border: none;
  border-bottom: 1px solid #2c2c2c;
  color: #e0e0e0;
  font-size: 14px;
  padding: 12px 15px;
}

.list-group-item:last-child {
  border-bottom: none;
}

.list-group-item:hover {
  background-color: #2a2a2a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.badge {
  background-color: #19604c; /* Verde escuro */
  color: #ffffff; /* Laranja */
  font-size: 14px;
  padding: 5px 10px;
}

/* Responsividade */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  .form-control, .btn-primary, .list-group-item {
    font-size: 12px;
  }
  .card {
    padding: 15px;
  }
}
.title-1 {
  font-size: 3.4rem;
  color: #fff;
}

header {
  border-top: 5px solid transparent; /* Define a largura da borda */
  -o-border-image: linear-gradient(90deg, rgb(7, 111, 55) 0%, rgb(208, 202, 11) 61%);
  border-image: -webkit-gradient(linear, left top, right top, from(rgb(7, 111, 55)), color-stop(61%, rgb(208, 202, 11)));
  border-image: linear-gradient(90deg, rgb(7, 111, 55) 0%, rgb(208, 202, 11) 61%);
  border-image-slice: 1;
}
header .logo {
  width: 160px;
  display: table;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  header .logo {
    width: 150px;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #000;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  background: #000;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

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

a:hover {
  text-decoration: none !important;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.page-index {
  padding: 0 0 70px 0;
}

footer {
  background: #0a0a0a;
  padding: 50px 0;
  border-top: 5px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(7, 111, 55) 0%, rgb(208, 202, 11) 61%);
  border-image: -webkit-gradient(linear, left top, right top, from(rgb(7, 111, 55)), color-stop(61%, rgb(208, 202, 11)));
  border-image: linear-gradient(90deg, rgb(7, 111, 55) 0%, rgb(208, 202, 11) 61%);
  border-image-slice: 1;
  background-image: url("../../assets/images/bg-1.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30%;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 50px 0 100px 0;
    background-size: 50%;
    background-position: center bottom;
  }
}
footer .discord {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  color: #dadfda;
  text-align: center;
}
footer .discord img {
  width: 130px;
  margin-top: 10px;
}

.banner-logitech {
  margin-bottom: 70px;
}
.banner-logitech img {
  width: 100%;
}

.cop {
  font-size: 14px;
  color: #737373;
  text-align: center;
  line-height: 22px;
  margin-top: 40px;
}

.highlight {
  background-color: #ffff99;
}

.filter {
  text-align: center;
  margin: 20px 0;
}

.tabela-ranking {
  padding: 25px 0 50px 0;
  overflow-x: hidden;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  min-width: 800px;
  background-color: #1a1a1a; /* Cinza escuro para contrastar com fundo preto */
  overflow-x: auto;
}

th {
  background-color: #19604c; /* Verde escuro da logo */
  color: #ffffff; /* Laranja da logo para texto */
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

td {
  padding: 8px 15px;
  text-align: center;
  border-bottom: 1px solid #2c2c2c;
  color: #e0e0e0; /* Texto claro para legibilidade */
}

tr:nth-child(even) {
  background-color: #222222; /* Variação sutil no fundo */
}

tr:hover {
  background-color: #2a2a2a;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.highlight {
  background-color: #f49232; /* Laranja da logo para destaque */
  color: #286736; /* Verde escuro para contraste */
  font-weight: bold;
}

/* Barra de rolagem personalizada */
.table-container::-webkit-scrollbar {
  height: 12px;
}

.table-container::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0 0 2px 2px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #f49232;
  border-radius: 2px;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #e07b20;
}

/* Media query para dispositivos menores */
@media screen and (max-width: 768px) {
  table {
    font-size: 13px;
  }
  th, td {
    padding: 8px 10px;
  }
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 991px) {
  .filter {
    margin: 30px 0 10px 0;
  }
}

label[for=order_by] {
  color: #e0e0e0; /* Texto claro para legibilidade no fundo preto */
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

select[name=order_by] {
  background-color: #1a1a1a; /* Mesmo fundo da tabela */
  color: #e0e0e0; /* Texto claro */
  border: 2px solid #19604c; /* Borda com verde escuro da logo */
  border-radius: 5px;
  padding: 8px 17px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove estilo padrão do select */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23f49232" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Seta personalizada */
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 30px; /* Espaço para a seta */
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  select[name=order_by] {
    margin-top: 5px;
  }
}

select[name=order_by]:hover {
  border-color: #f49232; /* Laranja da logo no hover */
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

select[name=order_by]:focus {
  border-color: #f49232;
  -webkit-box-shadow: 0 0 5px rgba(244, 146, 50, 0.5);
  box-shadow: 0 0 5px rgba(244, 146, 50, 0.5); /* Efeito sutil no focus */
}

option {
  background-color: #1a1a1a; /* Fundo das opções */
  color: #e0e0e0; /* Texto das opções */
}

/* Responsividade */
@media screen and (max-width: 768px) {
  .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }
  select[name=order_by] {
    width: 100%;
    font-size: 14px;
  }
  label[for=order_by] {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  tr:not(:first-child) td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #1a1a1a;
  }
  tr:nth-child(even) td:nth-child(2) {
    background-color: #222222;
  }
  /* Quando o scroll horizontal for feito, muda o fundo */
  .scroll-ativo th:nth-child(2),
  .scroll-ativo td:nth-child(2) {
    background: white; /* Ou a cor que preferir para destacar */
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
}
/* Mantém a coluna fixa */