/*
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖          Dark Theme          ‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖

‖‖‖‖‖‖‖‖‖‖    by viral-templates.net    ‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖

⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜
⁜⁜⁜                                           ⁜⁜⁜
⁜⁜⁜              Lista Ordenada               ⁜⁜⁜
⁜⁜⁜                                           ⁜⁜⁜
⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜

‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
⁜  - BACKGROUND 
⁜  - MENU DE NAVEGAÇÃO
⁜  - CONTAINER
⁜  - LOGO
⁜  - ASIDEBAR
⁜  - SECTIONS
⁜  - TITLES
⁜  - PAINEL DE LOGIN
⁜  - CONFIGURAÇÕES
⁜  - EVENTOS
⁜  - EQUIPE
⁜  - SLIDE
⁜  - NOVIDADES
⁜  - SPOTLIGHT
⁜  - TOP PLAYERS
⁜  - TOP GUILDS
⁜  - CHAOS CASTLE
⁜  - FOOTER
⁜  - ELEMENTOS
*/

/*‖‖‖‖‖ BACKGROUND ‖‖‖‖‖*/
body.dark {
  background: url(../imagens/bg-2.png) no-repeat, #15161f;
  font-weight: 400;
  color: #fff;
}

.toggle-switch {
  margin-right: 50px;
}

.dark .container.main,
.dark .container.main .col-md-12,
.dark .container.main .slide,
.dark .footer {
  border-color: #64688b;
  background: #15161f !important;
}

.dark .body-footer {
  background: #212331;
}

.dark ul.list-info li:nth-of-type(1) {
  background: linear-gradient(
    18deg,
    rgba(247, 214, 160, 0.49763655462184875) 0%,
    rgba(21, 22, 31, 1) 65%
  );
}

.dark ul.list-info li:nth-of-type(2) {
  background: linear-gradient(
    18deg,
    rgba(231, 231, 231, 0.49763655462184875) 0%,
    rgba(21, 22, 31, 1) 65%
  );
}

.dark ul.list-info li:nth-of-type(3) {
  background: linear-gradient(
    18deg,
    rgba(240, 215, 198, 0.49763655462184875) 0%,
    rgba(21, 22, 31, 1) 65%
  );
}

.dark .asidebar div,
.dark .asidebar div:last-child,
.dark .container.main .col-md-12,
.dark .container.main .spotlight,
.dark .container.main .slide,
.dark .container.main .spotlight > div,
.dark .navbar .dropdown-menu {
  box-shadow: 0 5px 30px #0e1014 !important;
}

.dark ul.list-info li {
  border-bottom: 1px solid #212331;
}

.dark hr {
  background-color: #212331;
}

.dark ul.u-list li:after {
  background: #212331 !important;
}

.dark ul.u-list li p:before {
  background: #64688b;
}

.dark .post-data {
  background-color: #1a1b27;
  border-color: #212331;
  color: #fff;
}

.dark .event-list li span {
  background: #1a1b27;
  color: #a0a4c7;
}

.dark .title-small {
  color: #a0a4c7;
}

.dark .cs-wrap img {
  border-color: #3f435e;
}

.dark .navbar {
  background: rgb(40, 43, 59) !important;
}

.dark .navbar a {
  color: #c2c4d1 !important;
}

.dark .navbar .dropdown-menu {
  background: #212331;
}

.dark .navbar .dropdown-menu .dropdown-item:hover {
  background: #3f435e;
}

.dark .rgst-button {
  background: #3f435e;
}

.dark .painel-user > input {
  background: #3f435e;
  text-indent: 20px;
}

.dark .painel-user > input::placeholder {
  color: #c1c4df;
}

.dark .footer-form div a {
  color: #a0a4c7;
}

.dark .enter-button {
  background: #3f435e;
}

.dark .painel-user > input:focus {
  color: #dfdfe2;
}

/* Logo is controlled dynamically via JS in index.tpl.php */
.dark .logo-brand {
  background: transparent !important;
}
