@import url(no-strap.css);
@import url(root.css);
body {
  background: url(../images/bg.jpg) no-repeat top center rgb(10, 10, 10);
  font-size: 1rem;
  color: #fff;
}

body::after {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(360deg, rgb(10 10 10) 33%, rgba(0, 0, 0, 0) 63%);
  bottom: -160px;
  content: "";
}

a {
  color: #d89175;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}

a:hover {
  color: #f8b296;
}

.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 {
  background-color: #000000a3;
  border-bottom: 1px solid #ffffff1c;
  padding: 0;
}

.navbar-toggler {
  padding: 15px 25px;
  position: relative;
  z-index: 10;
}

.navbar-toggler > i {
  width: 35px;
  height: 3px;
  display: block;
  margin: 5px 0;
  background-color: #ff3f0a;
}

.header {
  height: 400px;
  display: flex;
  align-items: center;
}

.header .container {
  height: 400px;
  position: absolute;
}

.container-brand {
  height: 400px;
  position: relative;
}

.header .brand {
  width: 400px;
  display: block;
  position: absolute;
  right: 0;
  top: 25px;
}

.navbar .navbar-nav li.nav-item {
  line-height: 65px;
  padding: 0 5px;
}

.navbar .navbar-nav li.nav-item:hover {
  animation: navGradient 0.2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.navbar .navbar-nav {
  gap: 15px;
}

.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}

.navbar-nav li a:hover {
  color: #f4aa8d !important;
  text-shadow: 0 0 10px #cd5736;
}

@keyframes navGradient {
  10% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 10%
    );
  }
  20% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 20%
    );
  }
  30% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 30%
    );
  }
  40% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 40%
    );
  }
  50% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 50%
    );
  }
  60% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 60%
    );
  }
  70% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 70%
    );
  }
  80% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 80%
    );
  }
  90% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 90%
    );
  }
  100% {
    background: linear-gradient(
      360deg,
      rgba(244, 170, 141, 0.568) 0%,
      rgba(244, 170, 141, 0) 100%
    );
  }
}

.main .main-container {
  background-color: transparent;
}

.sidebar .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.sidebar .more-link {
  background: #ff8e6e;
  color: #8c0000;
  text-transform: uppercase;
  padding: 5px;
  float: right;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.6rem;
  position: relative;
}

.sidebar .more-link:before {
  content: "\A";
  border-style: solid;
  border-width: 0 15px 25px 0;
  border-color: transparent #ff8e6e transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.sidebar .more-link:hover {
  text-decoration: none;
}

.sidebar .partial-login {
  background-color: #060606;
  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 .forgot-password {
  margin-top: 10px;
}

.sidebar .partial-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .partial-login ul.account-info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #060606;
  padding: 3px 0;
}

.sidebar .partial-login .fa {
  width: 22px;
  color: #f4aa8d;
  text-shadow: 0 0 10px #8b3614;
}

.sidebar .partial-login .logout {
  color: #ca5b5b;
}

.sidebar .partial-login ul.services {
  margin: 15px 0;
}

.sidebar .servers .server {
  background: #060606;
  margin-bottom: 2px;
  height: 50px;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.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 {
  background-size: cover;
  position: relative;
}

.sidebar .tops-rankings::before {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.2;
  pointer-events: none;
  background: url(../images/bg-top-players.png) top center/cover no-repeat;
  content: "";
  left: 0;
}

.sidebar .tops-rankings .title {
  padding: 10px;
  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;
  border-radius: 50%;
}

.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: #ff4d4d;
  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 #999999;
  color: #999999;
  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;
}

.sidebar .events-container .events-header {
  background-size: cover;
  height: 100px;
  position: relative;
}

.events-header > div .title {
  margin: 0;
  font-size: 2rem;
}

.events-header > div {
  padding: 15px;
}

.events-container .events-header::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: url(../images/events.png) no-repeat center top;
  opacity: 0.2;
  content: "";
  pointer-events: none;
}

.events-container .events-content {
  background-color: #171717;
  padding: 10px;
}

.events-container .events-header .description {
  font-size: 0.8rem;
}

.events-container .events-event {
  padding: 5px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.events-container .event .bg-success {
  color: #fff;
}

.events-container .event .events-event-time {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0 3px;
}

.events-container .event .events-event-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.events-event-name .form-check {
  min-height: auto;
}

.events-container .events .events-event:nth-child(2n) {
  background: rgb(41, 41, 41);
}

.sidebar .register {
  background: #060606;
  padding: 20px;
  margin-right: 10px;
  text-align: center;
}

.sidebar .register .fa {
  font-size: 60px;
}

.sidebar .register p {
  color: #ff8e6e;
  text-shadow: 0 0 10px #c92a00;
}

.sidebar .register .description {
  font-size: 0.8rem;
  color: #cacaca;
}

.sidebar .team {
  background: #060606;
  padding: 20px;
  margin-right: 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 #c92a00;
}
.styled-checkbox:focus + label:before {
  border: 1px solid #c92a00;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-checkbox:checked + label:before {
  background: #060606;
  border: 1px solid #c92a00;
}
.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);
}

.carousel-indicators {
  justify-content: flex-end;
  margin-right: 0;
}

.carousel-indicators [data-bs-target] {
  border-radius: 0;
  background: #ccc;
  color: #ccc;
  margin: 0 0.5em 0 0;
  width: 1.5em;
  height: 1.5em;
  border-top: 0;
  border-bottom: 0;
}

.sy-slide > img {
  object-fit: cover;
}

.carousel-indicators [data-bs-target].active {
  background: #b20000;
  color: #b20000 !important;
}

.page-container {
  background: #131313;
  min-height: 1520px;
  position: relative;
}

.page-title {
  display: flex;
  justify-content: center;
  background-color: #060606;
  padding: 15px;
}

.page-title h1 {
  color: #ffea8b;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
}

.page-title h2 {
  color: #c92a00;
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 25px;
  text-align: center;
}

.posts {
  margin-bottom: 10px;
  background-color: #060606;
}

.posts .post {
  display: flex;
  border-bottom: 1px solid #ffffff09;
  position: relative;
}

.posts .post::before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  pointer-events: none;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 82%,
    rgba(0, 0, 0, 0) 93%
  );
  z-index: 2;
  content: "";
}

.posts .post .cover {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.posts .post .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts .post .preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  align-self: center;
  position: relative;
  z-index: 3;
}

.posts .post .title a {
  color: #c7c9c9;
  font-size: 1.2rem;
}

.posts .post .body {
  margin-top: 5px;
  color: #797979;
  font-size: 0.8rem;
}

.posts .post .info {
  display: flex;
  margin-top: 5px;
  font-size: 0.8rem;
}

.posts .post .info div {
  margin-right: 10px;
  color: #ab745e;
}

.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: #101010;
  padding: 15px;
}

.breadcrumb .active {
  color: #fff;
}

.table .thead-dark th {
  background-color: #191919;
  border-color: #333333;
  font-weight: normal;
  padding: 10px 15px;
}

.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;
}

.form-group .form-control,
.form-control {
  color: #fff;
  background-color: #202020;
  border: none;
  padding: 10px;
}

.form-group .form-control:focus,
.form-control:focus {
  color: #999999;
  background-color: #000;
}

.form-group .form-control::placeholder,
.form-group .form-control::placeholder,
.form-control::placeholder {
  color: #ffffff;
}

input.login-submit {
  background-color: #885a48;
  padding: 10px;
  border: none;
}

.captcha .form-control {
  width: 200px;
  margin-top: 10px;
}

.required {
  color: red;
}

.card {
  background: #060606;
}

.card .card-header {
  font-weight: bold;
  text-align: center;
}

.p0 {
  padding: 0;
}

.gens {
  height: 250px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

.gens::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/gens.png) no-repeat;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  content: "";
}

.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: #ff2626;
  margin-top: -10px;
}

.gens .duprian .name-color {
  color: #ff9326;
}

.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: #333333;
  color: #ff4d4d;
  padding: 2px 15px;
  text-align: center;
}

.gens .venert .scores .members,
.gens .duprian .scores .members {
  background-color: #ff4d4d;
  color: #333333;
  padding: 2px 15px;
  text-align: center;
}

.gens .duprian .scores .record {
  background: #333333;
  color: #ffdc73;
}

.gens .duprian .scores .members {
  background-color: #ffdc73;
  color: #333333;
}

.castle-siege {
  height: 250px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.castle-siege::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/cs.png) no-repeat;
  opacity: 0.2;
  left: 0;
  pointer-events: none;
  content: "";
}

.castle-siege .title {
  width: 50%;
  padding: 50px;
}

.castle-siege .title .t1 {
  font-size: 2.5rem;
}

.castle-siege .title .t2 {
  width: 100%;
  margin-top: -10px;
}

.t2 h1 {
  color: #fff;
}

.t2 {
  text-align: center;
}

.t2 span {
  color: #f4aa8d;
}

.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: #222222;
  color: #fff;
}

.list-group-item.active {
  background-color: #666666;
  border-color: #666666;
}

.nav-tabs {
  border-bottom: 1px solid #222222;
}

.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: #ff9999;
  -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: #ff2626;
  -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) td {
  background-color: #000 !important;
}

.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 img {
  height: 100%;
}

.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;
}

.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 .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 {
  margin: 10px 0;
  background: #060606;
  padding: 10px;
}

.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 #151515;
  background: #000000;
  padding: 10px;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.webshop-offer-product:hover {
  transform: scale(1.033);
  background: #00000080;
  box-shadow: 0 5px 15px #000;
}

.webshop-offer .webshop-offer-products .webshop-offer-product .name a {
  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 .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: #660000;
  border-color: #b20000;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #660000;
  border: 1px solid #666666;
}

.page-link:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.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;
}

.vote-container a {
  margin: 5px;
}

.market-sell {
  display: flex;
}

.morpheus-warehouse {
  margin-right: 10px;
}

.market-item {
  flex: 1;
}

.last-poll {
  background: #060606;
  padding: 20px;
}

.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,
.server-info {
  background: #060606;
  padding: 20px;
}

.server-info p {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.server-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.server-info ul li {
  margin-bottom: 5px;
  background: #141313;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}

.server-info ul li .info {
  padding: 5px 10px;
}

.server-info ul li .text {
  width: 35%;
  background: #1d1d1d;
  padding: 5px;
  position: relative;
  text-align: center;
  color: rgb(252, 175, 147);
  text-shadow: 0 0 10px #ff3f0a;
  height: 34px;
}

.server-info ul li .text:before {
  content: "\A";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 5px;
  border-right: 12px solid #1d1d1d;
  left: -12px;
}
.market-item {
  display: flex;
  align-items: center;
  background: #666666;
  margin-top: 5px;
  padding: 5px;
}

.market-item .image {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background: #c92a00;
}

.market-item .image img {
  max-height: 100%;
}

@media (min-width: 500px) and (max-width: 576px) {
  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;
  }

  .social-icons {
    left: 0;
    margin: 10px auto;
  }

  .team,
  .servers,
  .last-poll,
  .register,
  .tops-rankings,
  .events-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .partial-login {
    margin-left: 10px;
    margin-right: 10px;
  }

  .servers {
    padding-top: 10px;
    margin-left: 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;
  }

  .sidebar .servers {
    padding-top: 10px;
    margin-left: 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;
  }

  .sidebar .servers {
    padding-top: 10px;
    margin-left: 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%;
}

.aside-block,
.section-block {
  position: relative;
}

.aside-block::before,
.section-block::before,
.page-container::before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff8e6e;
  filter: drop-shadow(0 0 10px #ff3f0a);
  box-shadow: 0 0 10px #ff3f0a;
  content: "";
  z-index: 10;
}

.countdowns {
  left: 15px;
  bottom: 30px;
  position: absolute;
}

.countdowns .countdown {
  background: #060606c5;
  border-radius: 0;
  border: 1px solid rgb(26, 26, 26);
  padding: 0 10px 10px 10px;
}

.countdowns .countdown .countdown-title {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.082);
}

.countdowns .countdown .countdown-timer {
  display: flex;
  gap: 1rem;
}

.countdowns .countdown .countdown-timer > div {
  width: 80px;
  height: 70px;
  text-align: center;
  background: #c92c009a;
  border: 1px solid orangered;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8rem;
}

.countdowns .countdown .countdown-timer > div span {
  font-size: 1.2rem;
  font-weight: bold;
}

#slides-modal .modal-header {
  background-color: #737373;
  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: #737373;
  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: #737373;
}

/* Customs */

:root {
  --border-color-1: #ffffff15;
  --text-color-1: #de9173;
}

/* Reset */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

/* Bordas */
.border-color-1 {
  border-color: var(--border-color-1) !important;
}

.custom-th {
  border-color: #242424 !important; /* Define a cor da borda como cinza escuro (#343a40) */
}

.border-bottom-1 {
  border-bottom: 1px solid #242424;
}

.text-color-1 {
  color: var(--text-color-1) !important;
}

/* Tabelas */
.table thead th,
.table tbody tr td {
  border: 0;
}

.table tbody tr td {
  padding: 10px;
}

/* Divisor */
hr {
  border-top: 1px solid rgb(184 184 184 / 10%);
}

/* Navegação */
.dropdown-menu {
  background-color: #00000088;
  color: inherit;
}

.dropdown-menu .dropdown-item {
  color: inherit;
  line-height: 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: linear-gradient(
    277deg,
    rgba(244, 170, 141, 0.582) 0%,
    rgba(244, 170, 141, 0) 100%
  );
}

.navbar-collapse,
.navbar-nav {
  height: inherit;
}

/* Forms  */
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(73 73 73 / 57%);
}

/* Botões */
.btn-info:hover {
  color: #fff;
  background-color: #885a48;
  border-color: #de9173;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(166 109 87);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5c3b2e;
}

/* Botões padrões */
.btn {
  background: #885a48 !important;
  color: inherit;
  border: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(183 125 102);
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background: #b67860 !important;
  box-shadow: 0 0 10px #954a2c;
}

/* Backgrounds */
.bg-dark {
  background-color: #090909 !important;
}

/* Modal */

/* botão x fechar mnodal */
.close {
  text-shadow: none;
}

/* prefix colores */
.on,
.online {
  color: rgb(26, 194, 96);
  text-shadow: 0 0 10px rgb(14, 109, 53);
}

.off,
.offline {
  color: rgb(250, 84, 84);
  text-shadow: 0 0 10px rgb(109, 14, 14);
}
/* Ajustes */
.mx-content {
  width: max-content !important;
}

/* Rifas */
.raffle .raffle-price {
  border: none !important;
  padding: 10px;
  background: #101010;
  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;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 18px;
  color: #3b3b3b;
  border-radius: 50%;
  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%,
    #8d3b05 10%,
    #3f1b03 50%,
    #242424 100%
  );
  color: #fff;
  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: #db891e;
  color: #000;
  text-decoration: none;
}
.raffle .numbers .number.my {
  position: relative;
  border-radius: 50%;
  background-color: #464646;
  color: #ffffff7d;
  cursor: not-allowed;
}

/* Bootstrap custom */
.border-secondary {
  border-color: #202020 !important;
}

.player {
  background-color: #0000008a;
  border-bottom: 1px solid #ffffff17;
  padding: 10px;
}

/* Players */
.player-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;

  right: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.play-button,
.pause-button {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .header .brand {
    top: 0;
    right: unset;
  }
  .header .brand img {
    width: 60%;
    margin: auto;
    display: block;
  }

  .header .container {
    height: 100%;
  }

  .navbar .navbar-nav li.nav-item {
    line-height: 15px;
    padding: 0 5px;
  }

  .navbar-nav {
    padding: 0 25px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Widget Saques */
#ultimos-saques {
  width: 100%;
  height: 100%;
  position: relative;
  top: 25px;
  display: block;
}

#ultimos-saques::before {
  width: 100%;
  height: 250px;
  background-color: #00000031;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  filter: blur(30px);
  content: "";
}

#ultimos-saques > li {
  font-size: 0.89rem;
  text-shadow: 0 3px 3px #000;
  color: rgb(255, 60, 0);
}

#partialToggleSvG {
  width: 40px;
}

/* Message */
.notifications-container {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
    background-color: #050000;
    border: 1px solid #101010;
  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 #101010;
  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 #101010;
}

.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 #101010;
  padding: 10px;
}

.notifications-footer-action {
  text-decoration: none;
}

.notifications-footer-action:hover {
  text-decoration: underline;
}