/* ========== base styles ========== */
html,
body {
  color: #343a40;
  background: #f1f1f1;
  font-size: 14px;
}
a {
  color: #337ab7;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}

.g-recaptcha div:first-child {
  margin: auto;
}

/* ========== main styles ========== */
.background {
  background-position: center bottom, center top;
  background-repeat: repeat-x, no-repeat;
  background-image: url('/images/bricks_top.png'), url('/images/background.jpg');
  height: 900px;
}
.bg_left {
  position: fixed;
  top: 72px;
  left: calc(50% - 952px);
  height: 1000px;
  max-height: 1000px;
  z-index: 888;
  transition: 0.5s ease;
}
.bg_right {
  position: fixed;
  top: 72px;
  right: calc(50% - 952px);
  height: 1000px;
  max-height: 1000px;
  z-index: 888;
  transition: 0.5s ease;
}
@media (max-width: 1900px) {
  .bg_left:hover {
    left: 0;
    height: 100vh;
  }
  .bg_right:hover {
    right: 0;
    height: 100vh;
  }
}
.header {
  max-width: 1904px;
  box-shadow: 0 4px 8px 0 rgb(213 213 213), 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.page {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #00000057;
  padding-top: 100px;
  max-width: 1048px;
}
#menu-sidebar .nav-link {
  color: #747b81;
}
#menu-sidebar .nav-item.active .nav-link {
  color: #323538;
  font-weight: 600;
}
/* #menu-sidebar .nav-item.active .nav-link:hover , */
/* #menu-sidebar .nav-link:hover { color: #ffffff; background-color: #02a6ff; } */
#menu-sidebar .nav-link svg {
  margin-right: 5px;
}
#language::after {
  display: none;
}
@media (max-width: 992px) {
  .page {
    padding-top: 72px;
  }
}
.menu-main {
  height: 72px;
  background-color: #ffffff;
}
/* .menu-main .logo { width: 150px; }	 */
/* @media (min-width:400px) */
/* { */
/* .menu-main .logo { width: 200px; } */
/* } *//* Genel logo boyutu - Masaüstü */.logo img {    height: 75px;    width: auto;}/* Mobil cihazlar için (768px ve altı) */@media (max-width: 768px) {    .logo img {        height: 50px; /* İstersen burayı küçültebilirsin */    }}

.menu-main .profile {
  margin-left: 15px;
  margin-top: 2px;
  font-size: 11.4px;
  line-height: 14px;
  color: #2f2f2f;
}
.menu-main .profile .info {
  display: inline-block;
}
.menu-main .profile .avatar {
  width: 40px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.menu-main .profile .avatar img {
  width: 30px;
  border-radius: 50%;
}

.puzzle {
  background-color: #02a6ff;
  border: 0px;
  width: 10px;
  height: 8px;
  position: absolute;
  margin-left: -15px;
  margin-top: 6px;
  border-right: 0px;
  border-radius: 10px;
  z-index: 1;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.no-border-top {
  border-top: none !important;
}

.mr5px {
  margin-right: 5px;
}
.w40px {
  width: 40px;
}
.w110px {
  width: 110px;
}
.h200px {
  height: 200px;
}
.h55px {
  height: 55px;
}
.resize-none {
  resize: none;
}

.btn-aaa:hover .puzzle {
  background-color: #0086ef;
}

.icon-v {
  width: 16px;
  height: 16px;
  margin: 2px 5px 2px 2px;
  background-image: url('/l2servers/assets/images/icon-v.svg');
}
.icon-x {
  width: 16px;
  height: 16px;
  margin: 2px 5px 2px 2px;
  background-image: url('/l2servers/assets/images/icon-x.svg');
}
.icon-i {
  width: 16px;
  height: 16px;
  margin: 2px 5px 2px 2px;
  background-image: url('/images/icon-i.svg');
}

.icon-status-v {
  width: 16px;
  height: 16px;
  margin: 0px 5px -2px 5px;
  background-image: url('/l2servers/assets/images/icon-v.svg');
}
.icon-status-x {
  width: 16px;
  height: 16px;
  margin: 0px 5px -2px 5px;
  background-image: url('/l2servers/assets/images/icon-x.svg');
}

.star {
  color: #ff0000;
}

/* ========== page top10 ========== */
.page-top10-block {
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.page-top10-block .list-group a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-top10-block .card-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-top10-block .list-group-item {
  padding: 1px 5px 4px 5px; /* background-color: #edf1f4; */
}
.page-top10-block .list-group-item.gray {
  background-color: #f6f6f6;
}
.page-top10-block .list-group-item .star_left {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.page-top10-block .list-group-item .star_right {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.page-top10-block .list-group-item.news {
  padding: 1px 10px;
  color: #404040;
}
.page-top10-block .list-group-item.news .news-data {
  float: right;
  font-size: 13px;
}
.page-top10-block .list-group-item .server-title {
  font-size: 12px;
  color: #404040;
  text-transform: uppercase;
}
.page-top10-block .list-group-item.vip .server-title {
  font-weight: 700;
}
.page-top10-block .list-group-item.vip {
  background-color: #dcd2ef;
}
.page-top10-block .list-group-item.vip:hover {
  background-color: #cdb3ff;
}
.page-top10-block .list-group-item .server-index {
  font-size: 10px;
  width: 12px;
  display: inline-block;
  text-align: center;
  color: #878787;
}
.page-top10-block .list-group-item.text-1 .server-index,
.page-top10-block .list-group-item.text-4 .server-index,
.page-top10-block .list-group-item.text-7 .server-index,
.page-top10-block .list-group-item.text-10 .server-index,
.page-top10-block .list-group-item.text-2 .server-index,
.page-top10-block .list-group-item.text-5 .server-index,
.page-top10-block .list-group-item.text-8 .server-index,
.page-top10-block .list-group-item.text-11 .server-index,
.page-top10-block .list-group-item.text-3 .server-index,
.page-top10-block .list-group-item.text-6 .server-index,
.page-top10-block .list-group-item.text-9 .server-index,
.page-top10-block .list-group-item.text-12 .server-index {
  display: none;
}
/* .page-top10-block .list-group-item.text-1, .page-top10-block .list-group-item.text-4, .page-top10-block .list-group-item.text-7, .page-top10-block .list-group-item.text-10, */
/* .page-top10-block .list-group-item.text-2, .page-top10-block .list-group-item.text-5, .page-top10-block .list-group-item.text-8, .page-top10-block .list-group-item.text-11, */
/* .page-top10-block .list-group-item.text-3, .page-top10-block .list-group-item.text-6, .page-top10-block .list-group-item.text-9, .page-top10-block .list-group-item.text-12 { padding: 1px 10px; } */
.page-top10-block .text-1 .server-title,
.page-top10-block .text-4 .server-title,
.page-top10-block .text-7 .server-title,
.page-top10-block .text-10 .server-title,
.page-top10-block .text-2 .server-title,
.page-top10-block .text-5 .server-title,
.page-top10-block .text-8 .server-title,
.page-top10-block .text-11 .server-title,
.page-top10-block .text-3 .server-title,
.page-top10-block .text-6 .server-title,
.page-top10-block .text-9 .server-title,
.page-top10-block .text-12 .server-title {
  font-size: 11px;
  font-weight: 700;
  color: #404040;
}
.page-top10-block .server-title.extra {
  max-width: 240px;
  font-size: 11px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-top10-block .list-group-item.extra {
  padding: 5px 5px 0px 5px;
}
.page-top10-block .text-1,
.page-top10-block .text-4,
.page-top10-block .text-7,
.page-top10-block .text-10 {
  background-color: #d4edda;
  border-left: solid 17px #d4edda;
}
.page-top10-block .text-2,
.page-top10-block .text-5,
.page-top10-block .text-8,
.page-top10-block .text-11 {
  background-color: #fff3cd;
  border-left: solid 17px #fff3cd;
}
.page-top10-block .text-3,
.page-top10-block .text-6,
.page-top10-block .text-9,
.page-top10-block .text-12 {
  background-color: #cce5ff;
  border-left: solid 17px #cce5ff;
}
.page-top10-block .text-1 .server-title,
.page-top10-block .text-4 .server-title,
.page-top10-block .text-7 .server-title,
.page-top10-block .text-10 .server-title {
  color: #155724;
  font-weight: 600;
}
.page-top10-block .text-2 .server-title,
.page-top10-block .text-5 .server-title,
.page-top10-block .text-8 .server-title,
.page-top10-block .text-11 .server-title {
  color: #856404;
  font-weight: 600;
}
.page-top10-block .text-3 .server-title,
.page-top10-block .text-6 .server-title,
.page-top10-block .text-9 .server-title,
.page-top10-block .text-12 .server-title {
  color: #004085;
  font-weight: 600;
}
.page-top10-block .text-1 a,
.page-top10-block .text-4 a,
.page-top10-block .text-7 a,
.page-top10-block .text-10 a,
.page-top10-block .text-2 a,
.page-top10-block .text-5 a,
.page-top10-block .text-8 a,
.page-top10-block .text-11 a,
.page-top10-block .text-3 a,
.page-top10-block .text-6 a,
.page-top10-block .text-9 a,
.page-top10-block .text-12 a {
  font-weight: 600;
  color: #ffffff;
}
.page-top10-block .list-group-item img {
  width: 13px;
  height: 13px;
  margin-top: -4px;
  margin-left: 5px;
  margin-right: 5px;
}
.page-top10-block .card-header {
  padding: 6px 10px;
}
.page-top10-icon13 {
  color: #545454;
  width: 13px;
  height: 13px;
  float: left;
  margin-right: 10px;
}
.page-top10-icon18 {
  color: #545454;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}
.page-top10-icon24 {
  color: #545454;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}

/* ========== page top10 ========== */
.page-newserver-block {
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.page-newserver-block .date-picker {
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.page-newserver-block .xdsoft_datetimepicker {
  background: #fff;
  border: none;
}
.page-newserver-block #full_description {
  min-height: 150px;
}

/* ========== MAIN PAGE BY FERIS ========== */
.text-light {
  color: #545454 !important;
  font-weight: 700;
  font-size: 14px;
}
.bg-dark {
  background-color: #e5e5e5 !important;
}

/* ========== page list ========== */
.block-adlist {
  padding: 10px !important;
  border: 2px solid #d9c67a;
  max-width: 720px;
  border-radius: 10px;
  background-image: url('/l2servers/assets/images/720х200-1.jpg');
}
.block-adlist .block-title {
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  color: #95833a;
}
.block-adlist a:hover.block-title {
  color: #ff0300;
}
.block-adlist .block-tags {
  margin-top: -5px;
}
.block-adlist .block-image {
  width: 100px;
  padding-left: 19px;
  padding-bottom: 4px;
}
.block-adlist .block-image img {
  width: 80px;
  height: 80px;
  border-radius: 7px;
}
.block-adlist .badge-main {
  background: #b19c58 !important;
}
.block-adlist a.badge:hover {
  background: #000000 !important;
}
.block-adlist .block-description span {
  color: #95833a;
  max-width: 510px;
  font-size: 13px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-adlist .sign {
  background: #e98600;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 6px;
  padding-left: 2px;
}
.block-adlist .sign-sm {
  color: #95833a;
}
.block-adlist .sign-big {
  color: #95833a;
  margin-top: 25px;
}
.block-adlist .btn-vote {
  background: #95833a;
  color: #ffffff;
  font-weight: 700;
}

.block-adlist.first {
  border: 2px solid #d9c67a;
}
.block-adlist.first .badge-main {
  background: #b19c58 !important;
}
.block-adlist.first .block-title {
  color: #95833a;
}
.block-adlist.first .block-description span {
  color: #95833a;
}
.block-adlist.first .sign-big {
  color: #95833a;
}

.block-adlist.order {
  padding-top: 3px !important;
}

.filters .filter-label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
}
.filters .form-check-input {
  cursor: pointer;
}
.filters .form-check-label {
  color: #747b81;
  cursor: pointer;
}
.filters .label-count {
  color: #747b81;
  padding-right: 23px;
}
.filters .form-check {
  padding-left: 1.7rem;
  cursor: pointer;
  transition: 0.2s ease;
}
/* .filters .form-check:hover { background-color: #02a6ff; } */
/* .filters .form-check:hover .form-check-label { color: #ffffff; } */
/* .filters .form-check:hover .label-count { color: #ffffff; } */

/* ========== page newserver ========== */
.page-newserver-block .card-header {
  padding: 6px 10px;
}

.page-serverinfo-preview {
  border: 1px solid #cfd3d5;
  width: 100%;
  height: 252px;
  margin-bottom: 6px;
  background: url('/images/loading_preview.gif') no-repeat center center;
  background-size: contain;
}
.page-serverinfo-preview img {
  width: 100%;
  height: 250px;
}
.page-serverinfo-table td {
  padding: 5px;
  border: 1px solid #cfd3d5;
}
.page-serverinfo .table td.Online {
  color: #28a745;
}
.page-serverinfo .table td.Offline {
  color: red;
}
.page-serverinfo-icon18 {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}
.page-serverinfo #myTab {
  border: none;
}
.page-serverinfo .nav-item {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.page-serverinfo .nav-item a {
  color: #797979;
}
.page-serverinfo .nav-item a:hover {
  color: #495057;
}

/* ========== block-seo ========== */
.block-seo p {
  font-size: 14px;
}

/* ========== block-advertising ========== */

/* ========== block-server ========== */
.block-server {
  padding: 10px;
  border: 2px solid #d1d1d1;
  max-width: 720px;
  border-radius: 10px;
  background: #f8f8f8; /* margin-top: -1px; */
}
.block-server .bottom-line {
  color: #999999;
  border-top: 1px solid #dbdcdc;
  padding-top: 9px;
  padding-bottom: 9px;
}
.block-server .server-tags {
  margin-top: -5px;
}
/* .block-server.vip { background: #eaf1ff; border: 2px solid #c1d7e8; } */
.block-server.vip {
  border: 2px solid #005ba2;
  border-radius: 10px;
  background-image: url('/l2servers/assets/images/bglightpremium1.png');
}
.block-server.vip .bottom-line {
  color: #337ab7;
  border-top: 1px solid #c1d7e8;
}
.block-server .sign {
  border: #dbdcdc;
  background-color: #ffffff;
  font-weight: 600;
  width: 50px;
}
.block-server .bottom-link {
  color: #999999;
}
.block-server a:hover.bottom-link {
  color: #636363;
}
.block-server.vip .sign {
  background-color: #337ab7;
  border-right: solid 1px #005298;
  border-bottom: solid 1px #005298;
  color: #ffffff;
}
.block-server.vip .bottom-link {
  color: #337ab7;
}
.block-server.vip a:hover.bottom-link {
  color: #0056b3;
}
.block-server .server-image {
  padding-left: 19px;
  padding-top: 4px;
}
.block-server .server-image-big img {
  display: none;
  width: 100%;
  margin: 10px 0;
}
.block-server .server-image img {
  width: 80px;
  height: 80px;
  border-radius: 7px;
}
.block-server.simple .server-image {
  display: none;
}
.block-server.simple.top5 .server-image {
  display: none;
}
.block-server .sss-button {
  margin: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-color: #689bc7;
  cursor: pointer;
  display: inline-block;
}

.block-server.vip2 .server-image,
.block-server.vip3 .server-image,
.block-server.vip4 .server-image {
  display: none;
}
.block-server.vip2 .server-image-big img {
  display: block;
  max-height: 90px;
}
.block-server.vip3 .server-image-big img {
  display: block;
  max-height: 300px;
}
.block-server.vip4 .server-image-big img {
  display: block;
  max-height: 500px;
}

#menu-top .btn-add-server {
  color: #fff;
  background-color: #0aca02;
  border: 0px;
  text-transform: uppercase;
  border-radius: 14px;
  font-weight: 700;
  font-size: 12px;
}

#menu-top .btn-add-server:hover {
  background-color: #08aa00;
}

#menu-top .btn-aaa {
  color: #fff;
  background-color: #02a6ff;
  border: 0px;
  text-transform: uppercase;
  border-radius: 14px;
  font-weight: 700;
  font-size: 12px;
}

#menu-top .btn-aaa:hover {
  background-color: #0086ef;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 70%);
  font-size: 13px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(0 0 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #98999a;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0 0 0 / 90%);
}

.block-server .btn-vote {
  color: #787679;
  background-color: #ffffff;
  border-color: #dae0e5;
  border-radius: 0px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.block-server .btn-vote:hover {
  background-color: #e2e6ea;
}

.block-server.vip .btn-vote {
  background-color: #337ab7;
  border-right: solid 1px #005298;
  border-bottom: solid 1px #005298;
  color: #ffffff;
}

.block-server.vip .btn-vote:hover {
  background-color: #e20000;
}

/* .block-server .label-blink { white-space: nowrap; font-size: 13px; -webkit-animation: blink 1.5s linear infinite; animation: blink 1.5s linear infinite; } */
.block-server .label-static {
  white-space: nowrap;
  font-size: 13px;
}

/* .block-server.vip .label-blink { font-weight: 600; -webkit-animation: blink 0.5s linear infinite; animation: blink 0.5s linear infinite; vertical-align: middle; } */
.block-server.vip .label-static {
  white-space: nowrap;
  font-size: 13px;
  vertical-align: middle;
}

.block-server.simple .server-title {
  font-size: 17px;
  font-weight: 400;
  color: #343a40;
  vertical-align: middle;
  text-transform: uppercase;
}
.block-server.vip .server-title {
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
}

.block-server.simple .server-place {
  font-weight: 700;
  vertical-align: middle;
  color: #999999;
  font-size: 11px; /* background-color: #999999; */
  border: 1px solid #666666;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 1px;
}
.block-server.simple .server-place:empty {
  opacity: 0;
}
.block-server.vip .server-place {
  font-weight: 700;
  vertical-align: middle;
  color: #337ab7;
  font-size: 11px; /* background-color: #337ab7; */
  border: 1px solid #005ba2;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 1px;
}
.block-server.vip .server-place:empty {
  opacity: 0;
}
.block-server .server-place.server-additional {
  margin-top: 0px;
  margin-bottom: 5px;
  min-height: 12px;
}
.block-server .server-place.server-additional:empty {
  display: none !important;
}
.block-server .server-additional-block {
  margin-top: 0px;
  margin-bottom: 5px;
}

/* .block-server.vip .server-description { font-size: 12px; word-break: break-all; text-overflow: ellipsis; max-height: 36px; overflow: hidden; line-clamp: 2; } */
.block-server .server-description {
  font-size: 13px; /* word-break: break-all; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-server.simple .server-description {
  display: none;
  padding-top: 5px;
}

@-webkit-keyframes blink {
  30% {
    opacity: 0.2;
  }
  60% {
    opacity: 1;
  }
}
@keyframes blink {
  30% {
    opacity: 0.2;
  }
  60% {
    opacity: 1;
  }
}

.block-server .sss-button:hover {
  background-color: #337ab7;
}

.block-server .sss-button.sss-1 {
  background-image: url('/images/sss1.svg');
  background-size: 9px;
  background-position: center 5px;
}
.block-server .sss-button.sss-2 {
  background-image: url('/images/sss2.svg');
  background-size: 19px;
  background-position: center 4px;
}
.block-server .sss-button.sss-3 {
  background-image: url('/images/sss3.svg');
  background-size: 16px;
  background-position: center 4px;
}

.block-server .votes,
.page-serverinfo-table .votes {
  display: inline-block;
  min-width: 44px;
  text-align: center;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  font-family: Segoe UI;
  background-color: #337ab7;
  border-right: solid 1px #005298;
  border-bottom: solid 1px #005298;
  color: #ffffff;
  padding-right: 5px;
  /* border-radius: 5px; */
}

.block-server .like,
.page-serverinfo-table .like {
  display: block;
  float: left;
  height: 20px;
  width: 24px;
  background-color: #343a40;
  background-image: url('/images/like.svg');
  background-repeat: no-repeat;
  background-position: 5px 3px;
  background-size: 13px;
  margin-right: 5px;
}

.block-server.simple .sss-buttons {
  display: none;
}

/* @media (max-width: 768px) */
/* { */
/* .block-server { max-width: 490px; } */
/* .block-adlist { max-width: 490px; } */
/* .block-server .server-image img { width: 100%; height: initial; } */
/* } */

/* ========== page-profile ========== */
.page-profile .server-link {
  color: #747b81;
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
}
.page-profile .server-link:hover {
  color: #000000;
  background-color: #dbebf8;
}
.page-profile .server-date {
  font-size: 13px;
  text-align: center;
}
.page-profile .server-title a {
  word-break: break-all;
}
.page-profile .show-all {
  cursor: pointer;
}
.page-profile table th {
  border-top: 0px;
}
.page-profile table tbody {
  border-top: 0px;
}

/* ========== badges ========== */
.badge {
  font-size: 9px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  padding: 3px 5px 4px 5px;
  vertical-align: middle;
  background: #000000;
}
.badge:hover {
  color: #ffffff;
}
a.badge:hover {
  background: #000000;
}
.badge.badge-main {
  background: #337ab7;
}
.badge.badge-green {
  background: #218838;
}
.badge.badge-danger {
  background: #ff0000;
  color: #ffffff;
  font-size: 9.5px;
  top: -0.7em;
  right: -0.3em;
}
.block-server.simple .badge.badge-main {
  background: #999999;
}
.block-server.simple a.badge:hover {
  background: #000000;
}
.badge.version-c1 {
  background: #333333;
}
.badge.version-c2 {
  background: #333333;
}
.badge.version-c3 {
  background: #333333;
}
.badge.version-c4 {
  background: #333333;
}
.badge.version-c5 {
  background: #333333;
}
.badge.version-interlude {
  background: #ef5400;
}
.badge.version-kamael {
  background: #8c0000;
}
.badge.version-hellbound {
  background: #c90000;
}
.badge.version-gracia-part-1 {
  background: #3d938d;
}
.badge.version-gracia-part-2 {
  background: #3d938d;
}
.badge.version-gracia-final {
  background: #008f65;
}
.badge.version-gracia-epilogue {
  background: #466a9b;
}
.badge.version-freya {
  background: #00aeff;
}
.badge.version-highfive {
  background: #a349ff;
}
.badge.version-goddess-of-destruction {
  background: #ff005a;
}
.badge.version-ertheia {
  background: #06d3f8;
}
.badge.version-helios {
  background: #dab114;
}
.badge.version-grand-crusade {
  background: #000972;
}
.badge.version-infinite-odyssey {
  background: #0aa42d;
}
.badge.version-fafurion {
  background: #3c5f72;
}
.badge.version-classic-10 {
  background: #813c0e;
}
.badge.version-classic-15 {
  background: #314507;
}
.badge.version-classic-20 {
  background: #f87600;
}
.badge.version-classic-25 {
  background: #6000c2;
}
.badge.version-homunculus {
  background: #7289da;
}
.badge.platform-pts {
  background: #fa0202;
}
.badge.platform-java {
  background: #fd1b7a;
}
.badge.type-normal {
  background: #2e6701;
}
.badge.type-gve {
  background: #1800c9;
}
.badge.type-multiskill {
  background: #d13700;
}
.badge.type-stacksub {
  background: #0a99e0;
}
.badge.type-pvp {
  background: #ff0000;
}
.badge.type-rvr {
  background: #ff0000;
}
.badge.type-multicraft {
  background: #ff0000;
}
.badge.type-multiprofa {
  background: #ff0000;
}

/* ========== flags ========== */
.flag {
  width: 16px;
  height: 11px;
  background: url('/l2servers/assets/images/flags.png') no-repeat;
  margin-top: 6px;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0 -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0 -154px;
}
.flag.flag-tr {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0 -165px;
}
.flag.flag-vn {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}
.flag.flag-unknown {
  background-position: -192px -165px;
}

/* .sidebar */
/* { */
/* background-color: #edf1f4; */
/* } */

.sidebar .nav-link {
  transition: 0.2s ease;
  padding: 5px;
}

.filters .dropdown-menu .nav-link {
  padding: 0px 10px;
}

.filters .dropdown-menu .nav-link:hover {
  background-color: #e9ecef;
}

.pl15px {
  padding-left: 15px;
}

.banner-link {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-break: break-word;
}

.banner-link-image {
  text-align: center;
}

.feedback-message {
  min-height: 100px;
}

.ally-crest {
  width: 8px;
  height: 12px;
}

.clan-crest {
  width: 16px;
  height: 12px;
}

.page-services-block {
  background: hsla(0, 0%, 100%, 0.9);
  flex-basis: 400px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  transition: 0.2s ease;
  cursor: pointer;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 30px;
  color: #000000;
  border: 2px solid #d1d1d1;
  border-radius: 7px;
}

.page-services-block .services-icon {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  align-self: flex-start;
  text-align: center;
  border-radius: 100px;
  position: relative;
}

.page-services-block .services-icon svg {
  z-index: 2;
  position: relative;
  color: #fff;
  transition: 0.25s ease;
  font-size: 24px;
}

.page-services-block .services-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform, border-radius;
  transition: 0.4s ease;
  z-index: 1;
  border-radius: 100%;
  transform-origin: 0 center;
  opacity: 0.7;
}

.page-services-block .services-body {
  flex: 1 1;
  position: relative;
  z-index: 2;
}
.page-services-block:hover {
  color: #ffffff;
}
.page-services-block:hover .services-effect {
  transform: translateX(-100%) scale(27);
}

.page-services-block .background-red {
  background-color: rgb(236, 85, 77);
}
.page-services-block .background-pink {
  background-color: rgb(245, 99, 170);
}
.page-services-block .background-blue {
  background-color: rgb(1, 108, 211);
}
.page-services-block .background-orange {
  background-color: rgb(250, 155, 79);
}
.page-services-block .background-green {
  background-color: rgb(124, 179, 66);
}
.page-services-block .background-purple {
  background-color: #8c4ccb;
}
.page-services-block .background-brown {
  background-color: #795548;
}
.page-services-block .background-cyan {
  background-color: rgb(89, 176, 200);
}

.menu-effect {
  position: relative;
  /* transition: .2s ease; */
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.99;
}

.menu-effect:hover.dropdown-toggle {
  background-color: initial;
}

/* #menu-main .nav-link:hover, */
/* #menu-main .dropdown-item:hover */
/* { */
/* color: #ffffff; */
/* transition-delay: .5s; */
/* } */

/* #menu-main .nav-link:hover:after */
/* { */
/* background-color: #05a5fd; */
/* transition-delay: .5s; */
/* } */

.menu-effect:before,
.menu-effect:after {
  content: '';
  position: absolute;
  transition: inherit;
  z-index: -1;
}

.menu-effect:hover,
.menu-effect:hover .form-check-label,
.menu-effect:hover .label-count {
  color: #ffffff !important;
  transition-delay: 0.5s;
}

.menu-effect:hover:before {
  transition-delay: 0s;
}

.menu-effect:hover:after {
  background: #05a5fd;
  transition-delay: 0.35s;
}

.menu-effect:before,
.menu-effect:after {
  top: 0;
  width: 0;
  height: 100%;
}

.menu-effect:before {
  right: 0;
  border: 1px solid #05a5fd;
  border-left: 0;
  border-right: 0;
}

.menu-effect:after {
  left: 0;
}

.menu-effect:hover:before,
.menu-effect:hover:after {
  width: 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#spinner svg,
svg.spinner {
  animation-name: rotation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.w100px {
  width: 100px;
}

.va-1px {
  vertical-align: -1px;
}
.va-2px {
  vertical-align: -2px;
}

.va-3px {
  vertical-align: -3px;
}

.va-12px {
  vertical-align: -12px;
}

.ml10px {
  margin-left: 10px;
}

.mr7px {
  margin-right: 7px;
}

.mt10px {
  margin-top: 10px;
}

.mt50px {
  margin-top: 50px;
}

.mt-7px {
  margin-top: -7px;
}

.dis-reason,
.del-reason {
  cursor: pointer;
}

.dis-reason:hover,
.del-reason:hover {
  color: #0000ff;
  font-weight: bold;
}

.streams-block {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-2000px);
  height: 100vh;
  padding: 50px;
  z-index: -100;
}

.block-server.ga {
  border: 0px;
  background: rgba(0, 0, 0, 0);
}

.your-ip-menu {
  color: #c54344;
  /* font-weight: 700; */
  margin: 0 0 5px 5px;
}

.your-ip-menu svg {
  margin-right: 5px;
}

.width50px {
  width: 50px;
}
.height100px {
  height: 100px;
}

.sidebar-menu {
  /* padding: 10px; */
  margin-bottom: 15px;
}

.form-check input[type='checkbox'] {
  margin: 0;
  visibility: hidden;
  left: 1px;
  top: 1px;
}
.form-check label:before,
.form-check label:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #747b81;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 3px;
  transition: all 0.25s;
}
.form-check label:after {
  height: 6px;
  width: 8px;
  border-radius: 0 0 0 4px;
  border: 2px solid #747b81;
  border-top: none;
  border-right: none;
  opacity: 0;
  transform: rotate(-45deg);
  top: 12px;
  left: 6px;
}
.form-check input[type='checkbox']:checked + label {
  font-weight: 600;
}
.form-check input[type='checkbox']:checked + label:after {
  opacity: 1;
  top: 7px;
}
.dropdown-menu.filters {
  max-height: 270px;
  overflow-x: auto;
}

img {
  vertical-align: middle;
  border-style: none;
  border-radius: 10px;
}

.page-newserver-block .table tr.gray td {
  background-color: #00c3ff0f;
}

.page-serverinfo .server-vote-border {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  min-width: 66px;
  height: 26px;
  line-height: 20px;
  display: inline-block;
  background: #e7e7e7;
  padding-top: 2px;
  margin-top: -2px;
}
.page-serverinfo .server-vote-text {
  color: #495057;
  float: right;
  margin-left: 5px;
  margin-right: 3px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 700;
}
.page-serverinfo .server-vote-image {
  background: #ffc107;
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-serverinfo .server-vote-image svg {
  margin-left: 5px;
  margin-bottom: 7px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.banner_image {
  border-radius: 0px;
}

.page_side_image {
  display: none;
}

@media (min-width: 1064px) {
  .page_content {
    max-width: 768px;
    flex: 0 0 100%;
  }
  .page_side_image {
    display: block;
    max-width: 140px;
    padding: 0;
    padding-top: 57px;
  }
}

.page-serverinfo .title {
  background: #f1f1f1;
  border: 1px solid #343a4000;
  border-radius: 8px; /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 0 20px 0 rgba(0,0,0,.06); */
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-serverinfo .info-icon {
  width: 32px;
  color: #404040;
}
.page-serverinfo .info-text {
  color: #404040;
  font-weight: 500;
}
.page-serverinfo .table {
  font-size: 13px;
}
.page-serverinfo .table td {
  padding: 5px 20px 8px 20px;
}
.page-serverinfo .badge {
  padding: 2px 6px 4px 6px;
  border-radius: 4px;
  font-size: 11px;
}
.page-serverinfo .info-x {
  font-size: 12px;
}
.page-serverinfo .icon-x {
  margin-right: 0;
}
.page-serverinfo .icon-v {
  margin-right: 0;
}
.page-serverinfo .font-12 {
  font-size: 12px;
}

.page-serverinfo .block {
  background: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 8px; /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 0 20px 0 rgba(0,0,0,.06); */
}
.page-serverinfo .btn {
  font-weight: 700;
  width: 100%;
  line-height: normal;
  padding: 0.7rem 1.75rem;
  border-radius: 6px; /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 0 20px 0 rgba(0,0,0,.06); */
}
.page-serverinfo .btn-warning {
  color: #212529;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.page-serverinfo .btn-success {
  color: #ffffff;
}

.page-serverinfo.news a {
  font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background-color: #e7e7e7;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f1f1f1;
}

.page-serverinfo .table-border {
  background: #f1f1f1;
  border: 1px solid #343a4000;
  border-radius: 8px;
  padding: 3px 3px 0px 3px; /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 0 20px 0 rgba(0,0,0,.06); */
  margin-bottom: 15px;
}
.page-serverinfo .table .no-border td {
  border: none;
}

.seo-title {
  /* background: #f1f1f1; */
  border: 1px solid #343a4000;
  border-radius: 8px;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 0 20px 0 rgba(0,0,0,.06); */
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-left: 9px;
  margin-right: 9px;
  max-width: 720px;
}

.dark-body .seo-title {
  /* background: #2a2d2f;  */
  color: #cfd5da;
  /* border: 1px solid #343a40; */
}

.pricingTable {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f1f1f1;
  border-radius: 10px 10px 50% 50%;
  transition: all 0.5s ease 0s;
}

.pricingTable:hover .pricingTable-header {
  background: #ff9624;
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.pricingTable .price-value {
  font-size: 35px;
  color: #ff9624;
  transition: all 0.5s ease 0s;
}

.pricingTable .month {
  display: block;
  font-size: 14px;
  color: #cad0de;
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: #fff;
}

.pricingTable .heading {
  font-size: 24px;
  color: #ff9624;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricingTable .pricing-content ul li {
  line-height: 30px;
  color: #a7a8aa;
}

.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: #ffa442;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ffa442;
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
  color: #4b64ff;
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
  background: #4b64ff;
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #4b64ff;
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: #ff4b4b;
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
  background: #ff4b4b;
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ff4b4b;
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
  color: #28a745;
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
  background: #28a745;
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #40c952;
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 20px;
  }
}

.footer-menu {
  background-color: #f1f1f1;
}

.footer-menu a {
  color: #6d767e;
}

.footer-menu a:hover {
  color: #444;
  font-weight: 500;
}

.footer-menu .footer-line {
  height: 55px;
}

.block-server .bottom-link.bump-green {
  color: #00a227;
}
.block-server .bottom-link.bump-green:hover {
  color: #00cc27;
}
.block-server .bottom-link.bump-red {
  color: #b80000;
}
.block-server .bottom-link.bump-red:hover {
  color: #ff0000;
}

.dark-body .pricingTable {
  background: #2a2d2f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.dark-body .pricingTable-header {
  background: #343738;
}

.tarif-alert {
  border-radius: 10px;
  box-shadow: 0 0 10px #ababab;
}

.navbar-light .navbar-toggler-icon {
  color: rgba(0, 0, 0, 0.5);
  background-image: none;
}
.navbar-light .navbar-toggler {
  border: none;
}

/* html, body.dark-body { color: #a7a7a7; background: #202020 url("https://l2top.org/images/123_dark.jpg") center -60px; } */
html,
body.dark-body {
  color: #a7a7a7;
  background: #232729;
}
.dark-body a {
  color: #e7e7e7;
}
.dark-body .header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.dark-body .page {
  background-color: initial;
}
.dark-body .menu-main {
  background-color: #25292b;
}
.dark-body .menu-main .profile {
  color: #b9b9b9;
}
.dark-body .page-top10-block {
  border: 2px solid #343a40;
  border-radius: 7px;
  padding-bottom: 3px !important;
  background-color: #232729;
}
.dark-body .page-top10-block .list-group-item {
  background-color: #232729;
}
.dark-body .page-top10-block .list-group-item.gray {
  background-color: #292d2f;
}
.dark-body .page-top10-block .list-group-item .server-title {
  color: #a7a7a7;
}
.dark-body .page-top10-block .list-group-item.vip .server-title {
  color: #d3d3d3;
}
.dark-body .page-top10-block .list-group-item.vip {
  background-color: #830c36;
}
.dark-body .page-top10-block .list-group-item.vip:hover {
  background-color: #c20045;
}
.dark-body .page-top10-block .text-1 .server-title,
.dark-body .page-top10-block .text-4 .server-title,
.dark-body .page-top10-block .text-7 .server-title,
.dark-body .page-top10-block .text-10 .server-title,
.dark-body .page-top10-block .text-2 .server-title,
.dark-body .page-top10-block .text-5 .server-title,
.dark-body .page-top10-block .text-8 .server-title,
.dark-body .page-top10-block .text-11 .server-title,
.dark-body .page-top10-block .text-3 .server-title,
.dark-body .page-top10-block .text-6 .server-title,
.dark-body .page-top10-block .text-9 .server-title,
.dark-body .page-top10-block .text-12 .server-title {
  color: #d3d3d3;
}
.dark-body .page-top10-block .text-1,
.dark-body .page-top10-block .text-4,
.dark-body .page-top10-block .text-7,
.dark-body .page-top10-block .text-10 {
  background-color: #155724a1 !important;
  border-left: solid 17px #ebd7ff00;
}
.dark-body .page-top10-block .text-2,
.dark-body .page-top10-block .text-5,
.dark-body .page-top10-block .text-8,
.dark-body .page-top10-block .text-11 {
  background-color: #856404a1 !important;
  border-left: solid 17px #ffd7d800;
}
.dark-body .page-top10-block .text-3,
.dark-body .page-top10-block .text-6,
.dark-body .page-top10-block .text-9,
.dark-body .page-top10-block .text-12 {
  background-color: #004085a1 !important;
  border-left: solid 17px #cbefff00;
}
.dark-body .page-top10-icon13 {
  color: #bdbdbd;
}
.dark-body .page-top10-icon18 {
  color: #bdbdbd;
}
.dark-body .page-top10-icon24 {
  color: #bdbdbd;
}
.dark-body .block-adlist {
  border: 2px solid #5e552d;
  background: #33332a;
  background-image: url('/l2servers/assets/images/720х200.png');
}
.dark-body .block-adlist .badge-main {
  background: #e986001a !important;
}
.dark-body .block-adlist.first .badge-main {
  background: #ef54001a !important;
}
.dark-body .block-server {
  border: 2px solid #31383a;
  background: #272c2e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.dark-body .block-server .bottom-line {
  border-top: 1px solid #31383a;
}
.dark-body .block-server a:hover.bottom-link {
  color: #dddddd;
}
.dark-body .block-server.vip {
  background: #1a3645;
  border: 2px solid #104764;
  background-image: url('/l2servers/assets/images/bgdarkpremium1.png');
}
.dark-body .block-server.vip .bottom-line {
  color: #bfbfbf;
  border-top: 1px solid #104764;
}
.dark-body .block-server.vip .bottom-link {
  color: #999999;
}
.dark-body .block-server.vip .bottom-link:hover {
  color: #dddddd;
}
.dark-body #menu-top .btn-add-server {
  background-color: #ef5400;
}
.dark-body #menu-top .btn-add-server:hover {
  background-color: #c34400;
}
.dark-body .block-server.simple .server-title {
  color: #bbbbbb;
}
.dark-body .block-server.simple .server-title:hover {
  color: #dddddd;
}
.dark-body .block-server.vip .server-title {
  color: #03a6ff;
}
.dark-body .block-server.vip .server-title:hover {
  color: #97daff;
}
.dark-body .block-server.simple .server-description {
  color: #959595;
}
.dark-body .page-profile .server-link:hover {
  color: #ababab;
  background-color: initial;
}
.dark-body .badge {
  font-size: 9px;
  color: #d8d8d8;
  border: 0px solid #646c71;
}
.dark-body .badge.badge-danger {
  color: #ffffff;
  font-size: 9.5px;
  border: none;
}
.dark-body .badge.badge-main {
  background: #005d8e;
}
.dark-body .badge.badge-main:hover {
  background: #000000;
}
.dark-body .block-server.simple .badge.badge-main {
  background: #1a4457;
}
.dark-body .block-server.simple .badge.badge-main:hover {
  background: #000000;
}
.dark-body .badge.version-c1 {
  background: #3333336b;
}
.dark-body .badge.version-c2 {
  background: #3333336b;
}
.dark-body .badge.version-c3 {
  background: #3333336b;
}
.dark-body .badge.version-c4 {
  background: #3333336b;
}
.dark-body .badge.version-c5 {
  background: #3333336b;
}
.dark-body .badge.version-interlude {
  background: #ef54006b;
}
.dark-body .badge.version-kamael {
  background: #8c00006b;
}
.dark-body .badge.version-hellbound {
  background: #c900006b;
}
.dark-body .badge.version-gracia-part-1 {
  background: #3d938d6b;
}
.dark-body .badge.version-gracia-part-2 {
  background: #3d938d6b;
}
.dark-body .badge.version-gracia-final {
  background: #008f656b;
}
.dark-body .badge.version-gracia-epilogue {
  background: #466a9b6b;
}
.dark-body .badge.version-freya {
  background: #00aeff6b;
}
.dark-body .badge.version-highfive {
  background: #a349ff6b;
}
.dark-body .badge.version-goddess-of-destruction {
  background: #ff005a6b;
}
.dark-body .badge.version-ertheia {
  background: #06d3f86b;
}
.dark-body .badge.version-helios {
  background: #dab1146b;
}
.dark-body .badge.version-grand-crusade {
  background: #0009726b;
}
.dark-body .badge.version-infinite-odyssey {
  background: #0aa42d6b;
}
.dark-body .badge.version-fafurion {
  background: #3c5f726b;
}
.dark-body .badge.version-classic-10 {
  background: #813c0e6b;
}
.dark-body .badge.version-classic-15 {
  background: #3145076b;
}
.dark-body .badge.version-classic-20 {
  background: #f876006b;
}
.dark-body .badge.version-classic-25 {
  background: #6000c26b;
}
.dark-body .badge.version-homunculus {
  background: #7289da6b;
}
.dark-body .badge.platform-pts {
  background: #fa02026b;
}
.dark-body .badge.platform-java {
  background: #fd1b7a6b;
}
.dark-body .badge.type-normal {
  background: #2e67016b;
}
.dark-body .badge.type-gve {
  background: #1800c96b;
}
.dark-body .badge.type-multiskill {
  background: #d137006b;
}
.dark-body .badge.type-stacksub {
  background: #0a99e06b;
}
.dark-body .badge.type-pvp {
  background: #ff00006b;
}
.dark-body .badge.type-rvr {
  background: #ff00006b;
}
.dark-body .badge.type-multicraft {
  background: #ff00006b;
}
.dark-body .badge.type-multiprofa {
  background: #ff00006b;
}
.dark-body .page-services-block {
  background: hsl(200deg 7.5% 15.69%);
  color: #bdbdbd;
  border: 2px solid #404040;
}
.dark-body .navbar-light .navbar-nav .nav-link {
  color: #a3afb8;
}
.dark-body .navbar-light .navbar-nav .active > .nav-link,
.dark-body .navbar-light .navbar-nav .nav-link.active,
.dark-body .navbar-light .navbar-nav .nav-link.show,
.dark-body .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255 255 255 / 100%);
}
.dark-body .navbar-light .navbar-nav .nav-link:focus,
.dark-body .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 255 255 / 80%);
}
.dark-body .text-light {
  color: #bdbdbd !important;
}
.dark-body .bg-dark {
  background-color: #2f343a !important;
}
.dark-body .table {
  color: #a7a789;
}
.dark-body .table td,
.dark-body .table th {
  border-top: 1px solid #343434;
}
.dark-body .form-control {
  color: #dbdbdb;
  background-color: #242424;
}
.dark-body .page-newserver-block {
  background: #2a2d2f;
  border: 1px solid #343a40;
}
.dark-body .page-newserver-block .date-picker {
  background: #00000000;
  border: 1px solid #00000000;
}
.dark-body .alert-danger {
  color: #a38487;
  background-color: #44171c;
  border-color: #543538;
}
.dark-body .dropdown-menu {
  background-color: #25292b;
}
.dark-body .custom-select {
  color: #6c757d;
  background-color: #25292b;
}
.dark-body .custom-select.is-valid,
.dark-body .was-validated .custom-select:valid,
.dark-body .custom-select.is-invalid,
.dark-body .was-validated .custom-select:invalid {
  color: #dbdbdb;
  background-color: #25292b;
}
.dark-body .custom-file-label {
  color: #6c757d;
  background-color: #25292b;
}
.dark-body .custom-file-label::after {
  color: #6c757d;
  background-color: #25292b;
}
.dark-body .btn-add-server:focus,
.dark-body .btn-aaa:focus,
.dark-body .btn-add-server:active,
.dark-body .btn-aaa:active {
  box-shadow: none !important;
}
.dark-body .block-server.simple .server-place {
  font-size: 11px;
  font-weight: 400;
  vertical-align: middle;
  background-color: #343434;
  color: #a4a4a4;
  border: 1px solid #646c71;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
}
.dark-body .block-server.vip .server-place {
  font-size: 11px;
  vertical-align: middle;
  background-color: #212b2f00;
  color: #dddddd;
  border: 1px solid #104764;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 1px;
}
.dark-body .page-top10-block .list-group-item .server-index {
  color: #878787;
}
.dark-body .page-top10-block .list-group-item.news {
  padding: 1px 10px;
  color: #a7a7a7;
}
.dark-body .banner-link {
  color: #7b7b7b;
  background-color: #1f1f1f;
  border: 1px solid #343a40;
}
.dark-body .nav-tabs {
  border-bottom: 1px solid #7a7a7a;
}
.dark-body .page-serverinfo .badge {
  padding: 2px 6px 4px 6px;
  border-radius: 4px;
  font-size: 11px;
  border: none;
  color: #e7e7e7;
}
.dark-body .page-serverinfo .block {
  background: #2a2d2f;
  border: 1px solid #343a40;
}
.dark-body .page-serverinfo .title {
  background: #2a2d2f;
  color: #cfd5da;
  border: 1px solid #343a40;
}
.dark-body .page-serverinfo .info-icon {
  color: #a7a7a7;
}
.dark-body .page-serverinfo .info-text {
  color: #a7a7a7;
}
.dark-body .page-serverinfo .table-border {
  background: #2a2d2f;
  border: 1px solid #343a40;
  border-radius: 8px;
  padding: 3px 3px 0px 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 20px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
}
.dark-body .page-serverinfo .table {
  background: #2a2d2f;
  box-shadow: none;
  color: #e7e7e7;
}
.dark-body .nav-tabs .nav-item.show .nav-link,
.dark-body .nav-tabs .nav-link {
  background-color: #ff000000;
  border: 1px solid #343a40;
}
.dark-body .nav-tabs .nav-item.show .nav-link,
.dark-body .nav-tabs .nav-link.active,
.dark-body .nav-tabs .nav-link:hover {
  color: #c9c9c9;
  background-color: #2a2d2f;
  border: 1px solid #343a40;
}
.dark-body .page-serverinfo .server-vote-text {
  color: #e7e7e7;
}
.dark-body .page-serverinfo .server-vote-border {
  border: 1px solid #343a40;
  background: #393c3d;
}
.dark-body .alert-info {
  color: #d1ecf1;
  background-color: #0c5460;
  border-color: #195a65;
}

.dark-body .tarif-alert {
  color: #ffffff;
  background-color: #af392d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.dark-body .navbar-light .navbar-toggler-icon {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-nav .nav-link svg {
  margin-top: -4px;
}
.lumus {
  color: #ffd43b !important;
  cursor: pointer;
}
.lumus svg {
  margin-top: 8px;
}
.mobile .lumus svg {
  margin-top: 0px;
}
.lumus:hover {
  color: #fab005 !important;
}
.nox {
  color: #74c0fc !important;
  cursor: pointer;
}
.nox svg {
  margin-top: 10px;
}
.mobile .nox svg {
  margin-top: 0px;
}
.nox:hover {
  color: rgb(20 110 190) !important;
}
.nobrtop {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dark-body .block-adlist .badge {
  font-size: 10px;
  color: #ffc107;
  border: 0px solid #646c71;
}

.dark-body .block-adlist.first .block-title {
  color: #ffd43b;
}
.dark-body .block-adlist.first .sign-big {
  color: #ffd43b;
}
.dark-body .block-adlist .block-title {
  color: #ffd43b;
}
/* .dark-body .block-adlist.first .block-description span { color: #a7a7a7; } */
/* .dark-body .block-adlist .block-description span { color: #a7a7a7; } */
.dark-body .block-adlist .sign-big {
  color: #ffd43b;
}
.dark-body .block-adlist .sign-sm {
  color: #ffd43b;
}
.dark-body .block-adlist .btn-vote {
  background: #ffd43b;
  color: #000000;
  font-weight: 700;
}
.dark-body .footer-menu {
  background-color: #2b2d2f !important;
}
.dark-body .footer-menu hr {
  border-top: 1px solid #45412b;
}
.dark-body .footer-menu h3 {
  color: #c2c2c2;
}
.dark-body .footer-menu a {
  color: #878787;
}
.dark-body .footer-menu a svg {
  color: #337ab7;
}
.dark-body .footer-menu a:hover {
  color: #d6b53a;
}
.dark-body .footer-menu a:hover svg {
  color: #d6b53a;
}

.dark-body .block-server .bottom-link.bump-green {
  color: #00ff3d;
}
.dark-body .block-server .bottom-link.bump-green:hover {
  color: #00cc27;
}
.dark-body .block-server .bottom-link.bump-red {
  color: #b80000;
}
.dark-body .block-server .bottom-link.bump-red:hover {
  color: #ff0000;
}

.bump-alert a {
  color: #337ab7;
}
.bump-alert a:hover {
  color: #0056b3;
}
a.bump-msg {
  color: #337ab7;
}
a.bump-msg:hover {
  color: #0056b3;
}

/* Premium server styles */
.premium-server {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 15px;
}

.premium-server:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.premium-badge {
  margin-top: 5px;
}

.premium-badge .badge {
  font-size: 0.9rem;
  padding: 5px 10px;
}

/* Plan-specific styling */
.premium-server.premium-plan {
  border: 2px solid #007bff !important;
}

.premium-server.silver-plan {
  border: 2px solid #6c757d !important;
}

.premium-server.gold-plan {
  border: 2px solid #ffc107 !important;
}

.premium-server.platinum-plan {
  border: 2px solid #343a40 !important;
}

/* Server details styling */
.server-name {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.server-name a {
  color: inherit;
  text-decoration: none;
}

.server-name a:hover {
  text-decoration: underline;
}

.server-short-description {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}

.server-details {
  margin-bottom: 15px;
}

.server-votes {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}

.server-votes h4 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}

.server-votes p {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Banner container styling */
.premium-banner {
  margin-bottom: 15px;
  text-align: center;
}

/* Premium server preview in management panel */
.server-preview {
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Custom badge styling */
.badge-premium {
  background-color: #007bff;
  color: white;
}

.badge-silver {
  background-color: #6c757d;
  color: white;
}

.badge-gold {
  background-color: #ffc107;
  color: black;
}

.badge-platinum {
  background-color: #343a40;
  color: white;
}

/* Hover effects for action buttons */
.premium-server .btn {
  transition: all 0.3s ease;
}

.premium-server .btn:hover {
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .premium-server {
    padding: 10px;
  }

  .server-name {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }

  .server-short-description {
    margin-bottom: 10px;
  }

  .server-votes h4 {
    font-size: 1.5rem;
  }

  .server-votes p {
    font-size: 0.8rem;
  }
}
