body {
  background: url(../images/bg.jpg) no-repeat, #2c0503;
  background-size: cover;
  background-position: 0 70px;
  color: #fff;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1eaedb;
}

.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: #154d56;
  padding: 15px;
  border-bottom: 4px solid #04be96;
  background-image: url(../images/nav_bg.jpg);
}

.header {
  height: 400px;
  display: flex;
  align-items: center;
}

.header .brand {
  width: 400px;
  display: block;
  margin-left: 100px;
}

.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 .main-container {
  background-color: #00242b;
}

.sidebar .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.sidebar .more-link {
  background: #7fdf98;
  color: #007649;
  text-transform: uppercase;
  padding: 5px;
  float: right;
  font-weight: bold;
  margin-top: -10px;
  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 #7fdf98 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.sidebar .more-link:hover {
  text-decoration: none;
}

.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 .forgot-password {
  margin-top: 10px;
}

.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 {
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #5a5a5a;
  background: #484848;
  color: #ff3030;
}

.sidebar .partial-login ul.services {
  margin: 15px 0;
}

.sidebar .servers {
  margin: 10px 10px 6px 0;
}

.sidebar .servers .server {
  background: #073f4c;
  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 {
  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;
}

.sidebar .events-container {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar .events-container .events-header {
  background-size: cover;
  height: 200px;
  text-align: center;
}

.sidebar .events-container .events-header .title {
  color: #55b8d7;
  padding-top: 110px;
}

.sidebar .events-container .events-header .description {
  color: #55b8d7;
  font-size: 0.8rem;
}

.sidebar .events-container .event {
  background: #767676;
  color: #fbe6be;
  padding: 5px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.sidebar .events-container .event .bg-success {
  color: #fff;
}

.sidebar .events-container .event .time {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 0 3px;
}

.sidebar .events-container .event .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px;
}

.sidebar .events-container .event:nth-child(2n) {
  background: #363636;;
}

.sidebar .register {
  background: #073f4c;
  padding: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}

.sidebar .register .fa {
  font-size: 60px;
}

.sidebar .register p {
  color: #5bb5d1;
  margin-bottom: 0;
}

.sidebar .register .description {
  font-size: 0.8rem;
  color: #568c9d;
}

.sidebar .register .btn {
  margin-top: 20px;
  color: #fff;
  background: #446644;
}

.sidebar .team {
  background: transparent;
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 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;
  padding: 5px;
  color: #fff;
  border-bottom: solid 1px #5a5a5a;
  background: #2a2a2a;
}

.team ul .online,
.team ul .offline {
  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: transparent;
}

.page-container > nav {
  padding-top: 15px;
}

.page-title {
  display: flex;
  justify-content: space-between;
}

.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;
}

.page-container-home {
  padding: 10px;
}

.posts {
  margin-bottom: 10px;
}

.posts .post {
  display: flex;
  background: #0b363d url(../images/bg-post.png) no-repeat;
  padding: 15px;
}

.posts .post .cover {
  width: 89px;
  margin-right: 10px;
  border: 2px solid #1b82a2;
}

.posts .post .cover img {
  width: 85px;
  height: 85px;
}

.posts .post .preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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: #0e4650;
  border-color: #00242b;
}

.table-sm td {
  background-color: #0c3035;
  border-color: #00242b;
}

.bg-orange {
  background: #363636;
  border: solid 1px #5a5a5a;
  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 input[name="username"],
.form-group input[name="password"] {
  background-color: #00242b;
  border: solid 1px #066d81;
  padding: 5px;
}

.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;
  margin-left: 50px;
  margin-top: -40px;
}

.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;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0d4750;
  border-color: #0c4850;
}

.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 {
  height: 125px;
  color: #fff;
  margin: 100px 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");
}

.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 {
  margin: 10px 0;
  background: #0c3035;
  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 #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 {
  margin-right: 10px;
  background: #073f4c;
  padding: 20px;
  margin-bottom: 10px;
}

.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: #0c3035;
  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: #002d36;
  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: #33646e;
  padding: 5px;
  position: relative;
  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 #33646e;
  left: -12px;
}
.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 .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-slide > img {
  width: 100%;
  max-height: 276px;
  height: 100%;
}

.webshop-offer,
.market-offer,
.server-info,
.posts {
  border-top: 4px solid #04be96;
}

.btn-outline-success:hover {
  background: #04be96;
}
