@import url(no-strap.css);
@import url(root.css);
body {
  background: url(../images/bg.jpg) no-repeat, #0d343c;
  background-size: cover;
  background-position: 0 70px;
  color: #fff;
  overflow-x: hidden;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1eaedb;
}

.form-text {
  color: #fff;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  width: 100%;
  background-color: #154d56;
  padding: 15px;
  border-bottom: 4px solid #04be96;
  background-image: url(../images/nav_bg.jpg);
}

.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.header {
  height: 400px;
  display: flex;
  align-items: center;
}

.header-countdowns {
}

.header .brand {
  width: 400px;
  display: block;
}

.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  padding-right: 1.5rem !important;
  transition: ease-in 0.45s;
}

.navbar-nav li a:hover {
  color: #04be96 !important;
}

.main {
  background-color: #00242b;
  padding: 0.5rem;
}

.sidebar .partial-login {
  background-color: #0e464e;
  padding: 20px;
  position: relative;
  color: #ccc;
}

.partial-login p.title {
  color: white;
}

.sidebar .partial-login .account-type {
  position: absolute;
  top: -2px;
  right: -1px;
}

.sidebar .partial-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .partial-login ul.info li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2f5e72;
  padding: 3px 0;
}

.sidebar .partial-login .fa {
  width: 22px;
  color: #2f5e72;
}

.sidebar .partial-login .logout {
  color: #ca5b5b;
}

.sidebar .partial-login ul.services {
  margin: 15px 0;
}

.sidebar .servers .server {
  background: #073f4c;
  margin-bottom: 2px;
  height: 50px;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.status-badge .text-danger {
  color: #fff !important;
}

.sidebar .servers .server .status {
  margin-left: 10px;
  margin-top: -25px;
}

.sidebar .servers .server .total {
  background: url(../images/bg-total-on.png) no-repeat, #005861;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: bold;
}

.sidebar .servers .server .total .fa {
  margin-left: 10px;
}

.sidebar .tops-rankings {
  margin-right: 10px;
  margin-bottom: 10px;
  background: url(../images/bg-top-players.png) no-repeat;
  background-size: cover;
  padding: 10px 20px;
}

.sidebar .tops-rankings .title {
  display: flex;
  justify-content: space-between;
}

.sidebar .tops-rankings .title a {
  color: #fff;
}

.sidebar .tops-rankings .top-ranking-single .top-ranking,
.sidebar .tops-rankings .top-ranking-group .top-ranking-frequency {
  padding: 20px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar .tops-rankings .frequency {
  margin-top: 10px;
  margin-bottom: -10px;
  text-align: center;
}

.sidebar .tops-rankings .frequency .btn-sm {
  padding: 0.05rem 0.25rem;
}

.sidebar .tops-rankings .top-ranking .top-1 {
  margin-bottom: 20px;
}

.sidebar .tops-rankings .top-ranking .image {
  position: relative;
}

.sidebar .tops-rankings .top-ranking .image .avatar {
  border: 2px solid #f6be65;
  box-shadow: 0 0 20px 1px #ffdc6d;
  width: 100px;
  height: 100px;
}

.sidebar .tops-rankings .top-ranking .image .class {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -10px;
  right: -10px;
}

.sidebar .tops-rankings .top-ranking .name {
  color: #f0dc2e;
  margin-top: 20px;
  font-size: 1.2rem;
}

.sidebar .tops-rankings .top-ranking .score {
  color: #74afc2;
  margin-bottom: 10px;
  font-weight: bold;
}

.sidebar .tops-rankings .top-ranking .table-n {
  display: table;
  width: 100%;
}

.sidebar .tops-rankings .top-ranking .top-n {
  display: table-row;
}

.sidebar .tops-rankings .top-ranking .top-n div {
  display: table-cell;
  padding: 3px;
  border-bottom: 2px solid #6494a3;
  color: #6494a3;
  vertical-align: middle;
}

.sidebar .tops-rankings .top-ranking .top-n.top-2 div {
  color: #a9a9a9;
  border-color: #a9a9a9;
}

.sidebar .tops-rankings .top-ranking .top-n.top-3 div {
  color: #8b6060;
  border-color: #8b6060;
}

.sidebar .tops-rankings .top-ranking .top-n img {
  width: 30px;
}

/* side-block */

.sidebar .side-block {
  background: #073f4c;
}

.sidebar .side-block:not(:last-child) {
  margin-bottom: 0.5rem;
}

.side-b-title {
  background: #06323b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.sidebar .side-b-title h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 10px;
}

.sidebar .side-b-content {
  padding: 10px;
}

.sidebar .team ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .team ul li {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team ul .online,
.team ul .offline {
  border: 1px solid #15e095;
  color: #15e095;
  font-size: 0.8rem;
  padding: 5px 10px;
}

.team ul .offline {
  border-color: red;
  color: red;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  font-size: 0.9rem;
  margin: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.styled-checkbox:hover + label:before {
  border: 1px solid #2a737d;
}
.styled-checkbox:focus + label:before {
  border: 1px solid #2a737d;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-checkbox:checked + label:before {
  background: #0e464e;
  border: 1px solid #2a737d;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #c2bebe;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}
.styled-radio {
  position: absolute;
  opacity: 0;
}
.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
}
.styled-radio + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.styled-radio:hover + label:before {
  border: 1px solid #de740d;
}
.styled-radio:focus + label:before {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-radio:checked + label:before {
  background: #de740d;
  border: 1px solid #de740d;
}
.styled-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-radio:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #c2bebe;
}
.styled-radio:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

.slider-container {
  width: 100%;
}

.slider-container .sy-pager {
  margin-top: -32px;
  z-index: 10;
  position: relative;
  padding-left: 7px;
  padding-bottom: 7px;
  text-align: right;
}

.slider-container .sy-pager li {
  margin: 0 0.5em 0 0;
  width: 1.5em;
  height: 1.5em;
}

.slider-container .sy-pager a {
  border-radius: 0;
  background: #ccc;
  color: #ccc;
}

.slider-container .sy-pager li.sy-active a {
  background: #1b82a2;
  color: #1b82a2 !important;
}

.page-container {
  padding: 20px;
  background: url(../images/bg-title-page.png) repeat-x;
}

.page-container > nav {
  padding-top: 15px;
}

.page-title {
  display: flex;
  justify-content: space-between;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ffffff21;
  margin-bottom: 20px;
}

.page-title h1 {
  color: #ffea8b;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
}

.page-title h2 {
  color: #04be96;
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 25px;
  text-align: center;
}

.posts {
  margin-bottom: 10px;
}

.posts .post {
  display: flex;
  background: #0b363d url(../images/bg-post.png) no-repeat;
}

.posts .post .cover {
  width: 120px;
  margin-right: 10px;
  border-right: 1px solid #15515d81;
}

.posts .post .cover img {
  width: 100%;
  height: 100%;
}

.posts .post .preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.posts .post .title a {
  color: #c7c9c9;
}

.posts .post .body {
  margin-top: 5px;
  color: #68a6b9;
  font-size: 0.8rem;
}

.posts .post .info {
  display: flex;
  margin-top: 5px;
  font-size: 0.8rem;
}

.posts .post .info div {
  margin-right: 10px;
  color: #68a6b9;
}

.posts .post .info div span {
  color: #fff;
}

h1.title {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
  font-size: 2rem;
}

h2.title {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.breadcrumb {
  background: transparent;
  justify-content: center;
  padding: 0;
}

.breadcrumb .active {
  color: #fff;
}

.table .thead-dark th {
  background-color: #125763;
  border-color: #00242b;
}

.table tr td {
  padding: 7px;
}

.table-sm td {
  background-color: #0c3035;
  border-color: #00242b;
}

.bg-orange {
  background: rgb(0, 103, 121);
  color: #fff;
}

.captcha img {
  border-radius: 5px;
}

/* .btn {
  border-radius: 0;
} */

.partial-login form .form-group:nth-of-type(1) {
  margin-bottom: 10px;
}

input[type]::placeholder {
  color: #ffffff56;
}

.form-group input[name="username"],
.form-group input[name="password"],
input[type="text"],
input[type="email"],
input[type="file"],
input[type="password"],
textarea,
select {
  background-color: #00242b !important;
  border: solid 1px #066d81 !important;
  padding: 5px;
  color: #fff !important;
}

select option {
  background-color: #00242b !important;
  color: #fff !important;
}

.form-group input[name="username"]:focus,
input[name="password"]:focus {
  color: #36bbca;
}

.form-group input[name="username"]::placeholder,
.form-group input[name="password"]::placeholder {
  color: #a0cfd4;
}

input.login-submit {
  background-color: #295c6b;
  padding: 5px;
}

.captcha .form-control {
  width: 200px;
  margin-top: 10px;
}

.required {
  color: red;
}

.card {
  background: #0e464e;
}

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

.p0 {
  padding: 0;
}

.gens {
  background: url(../images/gens.png) no-repeat;
  height: 250px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

.gens .duprian,
.gens .venert {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gens .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.gens .name-color {
  font-size: 1.6rem;
  color: #759abb;
  margin-top: -10px;
}

.gens .duprian .name-color {
  color: #b2af8d;
}

.gens .data {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
}

.gens .scores {
  margin-left: -20px;
}

.gens .image {
  z-index: 1;
}

.gens .venert .scores .record,
.gens .duprian .scores .record {
  background: #22373d;
  color: #759abb;
  padding: 2px 15px;
  text-align: center;
}

.gens .venert .scores .members,
.gens .duprian .scores .members {
  background-color: #759abb;
  color: #22373d;
  padding: 2px 15px;
  text-align: center;
}

.gens .duprian .scores .record {
  background: #282616;
  color: #959370;
}

.gens .duprian .scores .members {
  background-color: #959370;
  color: #282616;
}

.castle-siege {
  background: url(../images/cs.png) no-repeat;
  height: 250px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.castle-siege .title {
  width: 50%;
  padding: 50px;
}

.castle-siege .title .t1 {
  font-size: 2.5rem;
}

.castle-siege .title .t2 {
  margin-top: -10px;
}

.t2 h1 {
  color: #fff;
}

.castle-siege .owner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffe16e;
}

.castle-siege .owner .text {
  text-align: center;
  padding: 0 10px;
}

.castle-siege .owner .name {
  background: #000;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.8rem;
}

.castle-siege .crown {
  height: 90px;
  margin-top: -30px;
}

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

.list-group-item.active {
  background-color: #0d4750;
  border-color: #0d4750;
}

.list-group-item:hover {
  background-color: #0d4750;
  color: #fff;
}

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

.preloader {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
}
.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2c539e;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #86b800;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f5811e;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#morpheus-popup-container {
  color: #000;
  font-size: 16px;
  font-family: gisha;
}

#morpheus-popup-container .morpheus-popup-content {
  background-color: #fff;
}

#morpheus-popup-container .morpheus-popup-message {
  padding: 0 10px;
}

.morpheus-popup-btn {
  color: #fff !important;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #de740d !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 9px 0 !important;
}

#morpheus-popup-cancel {
  background: #991919 !important;
  color: #fff !important;
}

footer {
  max-width: 1110px;
  height: 125px;
  color: #fff;
  display: flex;
  margin: 15px auto;
  position: relative;
}

footer a {
  color: #fff;
}

footer .container {
  padding: 10px;
  display: flex;
  align-items: center;
  background: url(../images/footer_img.png) no-repeat;
}

footer .logo {
  margin-right: 60px;
}

.social-icons {
  max-width: 260px;
  width: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.icons-social-link {
  width: 152px;
  height: 31px;
  margin-left: 5px;
  display: block;
}

.icons-social-link > a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.icons-social-link > a:nth-of-type(1) {
  background: url(../images/icon-socias.png) no-repeat;
}

.icons-social-link > a:nth-of-type(2) {
  background: url(../images/icon-socias.png) no-repeat;
  background-position: -41px 0;
  border-radius: 0;
}

.icons-social-link > a:nth-of-type(3) {
  background: url(../images/icon-socias.png) no-repeat;
  background-position: -82px 0;
  border-radius: 0;
}

.icons-social-link > a:nth-of-type(4) {
  background: url(../images/icon-socias.png) no-repeat;
  background-position: -122px 0;
  border-radius: 0;
}

.icons-social-link > a:nth-of-type(2):hover {
  background-position: -41px 0;
}

.icons-social-link > a:nth-of-type(3):hover {
  background-position: -82px 0;
}

.icons-social-link > a:nth-of-type(4):hover {
  background-position: -122px 0;
}

.icons-social-link > a:hover {
  background: url(../images/icon-socias-h.png) no-repeat;
}

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

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

.rankings .rank {
  width: 51px;
  height: 36px;
  position: relative;
  margin: -5px;
}

.rankings .rank .r {
  font-size: 0.9rem;
  color: #fff;
  text-shadow: 0 -1px #828282;
  position: absolute;
  left: 8px;
  top: 7px;
  font-weight: bold;
}

.rankings .table a {
  color: #fff;
}

.rankings tr {
  position: relative;
}

.rankings td:first-child:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 35px;
  z-index: -100;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
}

.rankings td {
  z-index: 100;
  position: relative;
  background-color: transparent !important;
}

.rankings tr.class-dk td:first-child:before {
  background: url("../images/ranking/dk.png");
}

.rankings tr.class-dw td:first-child:before {
  background: url("../images/ranking/dw.png");
}

.rankings tr.class-fe td:first-child:before {
  background: url("../images/ranking/elf.png");
}

.rankings tr.class-dl td:first-child:before {
  background: url("../images/ranking/dl.png");
}

.rankings tr.class-mg td:first-child:before {
  background: url("../images/ranking/mg.png");
}

.rankings tr.class-su td:first-child:before {
  background: url("../images/ranking/sum.png");
}

.rankings tr.class-sy td:first-child:before {
  background: url("../images/ranking/sm.png");
}

.rankings tr.class-rf td:first-child:before {
  background: url("../images/ranking/rf.png");
}

.rankings tr.class-gl td:first-child:before {
  background: url("../images/ranking/gl.png");
}

.rankings tr.class-rw td:first-child:before {
  background: url("../images/ranking/rw.png");
}

.rankings tr.class-gc td:first-child:before {
  background: url("../images/ranking/gc.png");
}

.characters {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.characters .character {
  width: 17.9%;
  text-align: center;
  padding-bottom: 20px;
}

.characters .character:nth-child(5n) {
  margin-right: 0;
}

.characters .character:last-child {
  margin-right: 0;
}

.characters .character.active {
  border-bottom: 3px solid #28a745;
}

.events {
}

.events .event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.events .event .name {
  display: flex;
  align-items: center;
}

.events .event .name label {
  margin: 0;
  margin-right: 5px;
}

.events .event .bg-success {
  padding: 0 3px;
}

.webshop-offer {
  background: #0c3035;
  padding: 20px;
}

.webshop-offer .title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.webshop-offer .title i {
  font-size: 50px;
  margin-right: 20px;
}

.webshop-offer .webshop-offer-products {
  display: flex;
  flex-wrap: wrap;
}

.webshop-offer .webshop-offer-products .webshop-offer-product {
  width: 20%;
  border: 1px solid #416974;
  background: #101f25;
  padding: 10px;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .name a {
  color: #a97fde;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .image {
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .image img {
  max-height: 90%;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .price {
  text-align: center;
  margin: 5px;
}

.offline {
  color: red;
}

.online {
  color: green;
}

.item {
  margin-bottom: 10px;
}

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

.item .image img {
  max-height: 90%;
  max-width: 90%;
}

.item .card-header .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-item.disabled .page-link {
  color: #fff;
  background-color: #4f5e61;
  border-color: #0c3b42;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #0b3135;
  border: 1px solid #0d4750;
}

.page-link:hover {
  color: #fff;
  background-color: #0d4750;
  border-color: #0d4750;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #0d4750;
  border-color: #0d4750;
}

.checkbox {
  margin-bottom: 5px;
}

.alert {
  padding: 10px;
  line-height: 1rem;
}

.vote-down {
  color: red;
}

.vote-up {
  color: green;
}

.guide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vote-container a {
  margin: 5px;
}

.market-sell {
  display: flex;
}

.morpheus-warehouse {
  margin-right: 10px;
}

.market-item {
  flex: 1;
}

.last-poll .poll {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.trackers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trackers li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.workshop-inventory-container,
.workshop {
  display: flex;
}

.morpheus-inventory {
  margin-right: 10px;
}

.workshop-item {
  flex: 1;
}

.market-offer {
  background: #0c3035;
  padding: 20px;
}

.market-item {
  display: flex;
  align-items: center;
  background: #002d36;
  margin-top: 5px;
  padding: 5px;
}

.market-item .image {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background: #33646e;
}

.market-item .image img {
  max-height: 100%;
}

@media (min-width: 500px) and (max-width: 576px) {
  body {
    background-position: 0 46px;
  }

  .header {
    height: 200px;
  }

  .header.header-countdowns {
    height: 400px;
  }

  .header.header-countdowns .countdowns {
    position: unset;
    margin: 0 auto;
  }

  .header .brand {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .header .brand img {
    max-width: 90%;
  }

  footer {
    height: auto;
    margin: 0;
  }

  footer .container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  footer .container .logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .social-icons {
    left: 0;
    margin: 10px auto;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }

  .server-info {
    margin-top: 10px;
  }

  .castle-siege {
    flex-direction: column;
    height: auto;
  }

  .castle-siege .title {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .webshop-offer .webshop-offer-products .webshop-offer-product {
    width: 50%;
  }
}

@media (max-width: 768px) {
  body {
    background-position: 0 46px;
  }

  .header {
    height: 200px;
  }

  .header .brand {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .header .brand img {
    max-width: 90%;
  }

  footer {
    height: auto;
    margin: 0;
  }

  footer .container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  footer .container .logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .team,
  .last-poll,
  .register,
  .tops-rankings,
  .events-container {
    margin-left: 10px;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }
  .server-info {
    margin-top: 10px;
  }

  .castle-siege {
    flex-direction: column;
    height: auto;
  }

  .castle-siege .title {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .webshop-offer .webshop-offer-products .webshop-offer-product {
    width: 50%;
  }

  .sidebar .team,
  .tops-rankings {
    margin-right: 10px !important;
  }
}

@media (max-width: 992px) {
  body {
    background-position: 0 46px;
  }

  .header {
    height: 200px;
  }

  .header .brand {
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .header .brand img {
    max-width: 90%;
  }

  footer {
    height: auto;
    margin: 0;
  }

  footer .container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  footer .container .logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }

  .team,
  .register,
  .tops-rankings {
    margin-left: 10px;
  }
  .castle-siege .title {
    padding: 30px;
  }

  .sidebar .team,
  .tops-rankings {
    margin-right: 0;
  }
}

.sy-slides-wrap {
  height: 276px !important;
}

.sy-slide > img {
  width: 100%;
  max-height: 276px;
  height: 100%;
}

.webshop-offer,
.market-offer,
.server-info,
.posts,
.main-container .content {
  border-top: 4px solid #04be96;
}

.btn-outline-success:hover {
  background: #04be96;
}

.countdowns {
  position: absolute;
  max-width: 330px;
  width: 100%;
  right: 0;
  bottom: 70px;
}

.countdowns .countdown {
  background: #0e464e !important;
  border-radius: 0 !important;
  border: 1px solid #4391a8 !important;
  padding: 5px;
}

.countdown .countdown-title {
  color: #fff !important;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 7px 0;
}

.countdowns .countdown .countdown-timer {
  display: flex;
  gap: 0.5rem;
}

.countdowns .countdown .countdown-timer > div {
  background: #295c6b !important;
  border-radius: 0 !important;
  flex: 1;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 0.8rem;
}

.countdowns .countdown .countdown-timer > div span {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}

#slides-modal .modal-header {
  background-color: #154d56;
  border-radius: 0;
  border-bottom: 0;
}

#slides-modal .modal-header .close {
  color: #fff;
}

#slides-modal .modal-content {
  border-radius: 0;
}

#slides-modal .modal-dialog {
  max-width: 800px;
  pointer-events: all;
}

#slides-modal .modal-body {
  padding: 0;
}

#slides-modal .modal-footer {
  background-color: #154d56;
  border-top: 0;
  border-radius: 0;
}

#slides-modal .slides-control {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 77px;
}

#slides-modal .slides-control a {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #202020;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 5px;
}

#slides-modal .slides-control a:hover,
#slides-modal .slides-control a.active {
  border-color: #154d56;
}

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

.streamers__container {
  display: flex;
}

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

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

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

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

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

.streamers__streamer-thumb {
  position: relative;
}

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

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

.account-market {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.account-market .account {
  width: 300px;
  border-radius: 5px;
  background-color: #28a745;
  color: #fff;
}
.account-market .account:hover {
  text-decoration: none;
  color: #fff;
}
.account-market .account:nth-child(n + 4) {
  margin-right: 0;
  color: #fff;
}
.account-market .account .name {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.account-market .account ul {
  margin-left: 15px;
}
.account-market .account .price {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.account-market .account .price span {
  border-radius: 50px;
  font-weight: 700;
  padding: 2px 10px;
  font-size: 1rem;
  background: #ffc107;
  color: #28a745;
}
.account-market .account-characters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-top: 1px solid #f5f7f1;
  padding: 5px;
}
.account-market .account-character {
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #f5f7f1;
}
.account-market .account-character img {
  max-width: 100%;
  max-height: 100%;
}

.credit-shop .winner {
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.credit-shop .winner .number {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
}
.raffle .raffle-price {
  border: none;
  padding: 10px;
  background: var(--green-500);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.raffle .description {
  margin-bottom: 10px;
}
.raffle .rewards {
  margin-bottom: 20px;
}
.raffle .numbers {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1rem !important;
}

.raffle .numbers .number {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  border: none;
}

.raffle .numbers .number::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 25px;
  width: 30px;
  height: 30px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.9) 10%,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 50%;
  opacity: 0.8;
}

.raffle .numbers .number.allowed {
  background: radial-gradient(
    circle at 30% 30%,
    #058d86 10%,
    #033f3c 50%,
    #021f1d 100%
  );
  border-radius: 50%;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5),
    /* Sombra externa */ inset -5px -5px 10px rgba(0, 0, 0, 0.3),
    /* Sombra interna para profundidade */ inset 5px 5px 10px
      rgba(255, 255, 255, 0.2); /* Destaque interno */
  position: relative;
  border-radius: 50% !important;
}
.raffle .numbers .number.allowed.active,
.raffle .numbers .number.allowed:hover {
  background: #1eaedb;
  color: #000;
  text-decoration: none;
}
.raffle .numbers .number.my {
  border-radius: 50%;
  background-color: #1a3b39;
  color: #ffffff7d;
  cursor: not-allowed;
}

.lootbox .lootbox-description {
  margin-bottom: 20px;
}
.lootbox .lootbox-wheel {
  text-align: center;
  margin-top: 30px;
}
.lootbox .lootbox-price {
  border: 2px solid #000;
  padding: 10px;
  background: #6fa6eb;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.lootbox .lootbox-actions {
  margin-top: 10px;
}
.lootbox .lootbox-items {
  margin-top: 10px;
}
.lootbox .lootbox-items .item {
  width: 101px;
  margin: 0;
  padding: 4px 5px 5px;
  float: left;
}
.lootbox .lootbox-items .item.active {
  border: 2px solid #000;
  margin: -2px;
  border-radius: 5px;
}
.lootbox .lootbox-items .item .name {
  font-size: 11px;
  text-align: center;
  margin-bottom: 4px;
}
.lootbox .lootbox-items .item .image {
  height: 70px;
  background-color: #b7b5b5;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lootbox .lootbox-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}

.list-characters {
  display: flex;
  gap: 0.5rem;
}

.list-characters .character {
  height: 100%;
}

.list-characters .character.active {
  outline: 2px solid var(--green-200);
  border-radius: 5px;
}

.list-characters .character .character-avatar img {
  width: 135px;
  height: 100px;
  object-fit: cover;
}
/* AccoubtNarket */
.account-item {
}

/* Packages */
.package {
  max-width: 236px;
  height: 100%;
}

.package .description {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Guides */
.guide-description div,
.guide-description p,
.guide-description h1,
.guide-description h2,
.guide-description h3,
.guide-description h4,
.guide-description h5,
.guide-description h6,
.guide-description font {
  color: #fff !important;
}

/* Opinion Container fixed */
.opinions-container {
  max-width: 70px;
  height: auto;
  position: fixed;
  bottom: 140px;
  left: 180px;
  right: 0;
  border-radius: 5px;
  padding: 10px;
  background: #033038;
  border: 1px solid #075968;
  z-index: 9999;
}

.opinions-container div {
  flex-direction: column;
}

/* Video */
.video {
  max-width: 235.33px;
  width: 100%;
  overflow: hidden;
}

.video-description {
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Auction */
.auction-item {
  max-width: 229px;
}

/* Lootboxes */

.lootbox__items {
  display: block;
  margin-top: 1rem;
}

.lootbox__item {
  flex: 1;
  width: 180px;
  max-width: 180px;
}

.lootbox__item .lootbox__item-image img {
  max-width: 100px;
  height: 100px;
  max-height: 100%;
}

.lootbox__title {
  background-color: #ffffff18;
  padding: 10px;
  border-radius: 10px;
}

/* Characters Panel */
.characters-services h3,
.accounts-service h3,
.market h3,
.character-profile h3 {
  padding: 10px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1.2rem;
  margin: 9px 0;
}

.characters-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.83rem;
}

/* SweetAlert Pop up */
div:where(.swal2-container) div:where(.swal2-popup) {
  background: #082a2f !important;
  color: #ffffff !important;
}

/* Captcha */
.refresh {
  color: #fff;
}

/* HelpDesk */
.helpdesk-messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.helpdesk-messages li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

/*  Market Offers */

.marketOffers li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketOffers li .item-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.marketOffers li .item-info img {
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 3px;
}

.marketOffers li .item-details p {
  font-size: 0.88rem;
}

.marketOffers li .item-details span {
  font-size: 0.7rem;
}

@media screen and (max-width: 992px) {
  .marketOffers:not(.webshop-offer .marketOffers) li {
    flex-direction: column;
  }

  .marketOffers:not(.webshop-offer .marketOffers) li > div {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .marketOffers:not(.webshop-offer .marketOffers) li > div .btn {
    width: 100%;
    display: block;
  }
}

/* Hall Fame */

.top-players .nav-pills {
  justify-content: center;
}

.top-players .nav-pills .nav-link.active,
.top-players .nav-pills .nav-link,
.top-players .nav-pills .show > .nav-link {
  font-size: 0.8rem;
  padding: 5px 15px;
}
/* 
.top-players .card {
  max-width: 320px;
  min-width: 242px;
  width: 100%;
} */

.top-players table {
  margin-bottom: 0;
}

.top-players h4 {
  font-size: 1.09rem;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

/* Content Animation */
.tab-pane.fade {
  transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Eventos */
.events-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1e;
}

.events-event:not(:last-child) {
  margin-bottom: 7px;
}

.events-event-name {
  font-size: 0.9rem;
  color: rgba(var(--bs-light-rgb), 0.8);
  display: inline-flex;
}
/* Profile Character */

.profile-market .product img {
  max-width: 50px;
  min-width: 50px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* Message */
.notifications-container {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #0e464e;
  border: 1px solid #115a65;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgb(0 36 43 / 43%);
  width: 300px;
  z-index: 1;
}

.notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #115a65;
  color: #fff;
}

.notifications-header-title {
  font-weight: bold;
  font-size: 15px;
}

.notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notifications-item {
  padding: 10px;
  border-bottom: 1px solid #115a65;
}

.notifications-item-link {
  text-decoration: none;
  color: #333;
}

.notifications-item-link:hover {
  background-color: #f5f5f5;
}

.notifications-item-link-read {
  font-weight: normal;
  color: #666;
}

.notifications-item-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.notifications-item-title {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.notifications-item-subtitle {
  font-size: 12px;
  color: rgb(175, 175, 175);
}

.notifications-footer {
  padding-top: 10px;
  border-top: 1px solid #115a65;
  padding: 10px;
}

.notifications-footer-action {
  text-decoration: none;
}

.notifications-footer-action:hover {
  text-decoration: underline;
}
