@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@300;400;700&display=swap");

@font-face {
  font-family: trajan;
  src: url("../fonts/Trajan Pro Regular.ttf");
}

/* ====================== */
/* Reset */
/* ===================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* iframe home trailer */
.iframe-custom-container {
  width: auto;
  height: 350px;
}

.iframe-custom-iframe {
  width: 100% !important;
  height: 100% !important;
}

.click-through {
  pointer-events: none;
}

/* ====================== */
/* Defaults */
/* ====================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  scrollbar-width: auto;
  scrollbar-color: #9fb6e1 #030303;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

*::-webkit-scrollbar-track {
  background: #03030352;
}

*::-webkit-scrollbar-thumb {
  background-color: #9fb6e1;
  border-radius: 3px;
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

body {
  background-color: rgba(1, 0, 10, 1);
  /* background-color: rgba(8, 12, 23, 1); */
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

body.homepage .section {
  margin-bottom: 40px;
}

body.homepage .section-contact {
  margin-bottom: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.inline-block {
  display: inline-block;
}

@media only screen and (min-width: 468px) {
  .pr-10-md {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 468px) {
  .pl-10-md {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 468px) {
  .pr-5-md {
    padding-right: 5px;
  }
}

@media only screen and (min-width: 468px) {
  .pl-5-md {
    padding-left: 5px;
  }
}

@media only screen and (min-width: 468px) {
  .pr-7-md {
    padding-right: 7.5px;
  }
}

@media only screen and (min-width: 468px) {
  .pl-7-md {
    padding-left: 7.5px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-20-on-sm {
  margin-bottom: 20px;
}

@media only screen and (min-width: 468px) {
  .mb-20-on-sm {
    margin-bottom: 0;
  }
}

.mb-10-on-sm {
  margin-bottom: 10px;
}

@media only screen and (min-width: 468px) {
  .mb-10-on-sm {
    margin-bottom: 0;
  }
}

.mb-15-on-sm {
  margin-bottom: 15px;
}

@media only screen and (min-width: 468px) {
  .mb-15-on-sm {
    margin-bottom: 0;
  }
}

/* ====================== */
/* = LAYOUT */
/* ====================== */
/* Containers */
.container {
  width: 100%;
  max-width: 1282px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 468px) {
  .col-one-half-md {
    width: 50%;
    float: left;
  }

  .col-one-third-md {
    width: 33.33%;
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .col-one-fourth-lg {
    width: 25%;
    float: left;
  }

  .col-two-fourth-lg {
    float: left;
    width: 50%;
  }

  .col-two-fourth-lg.lr-gutter {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    float: left;
  }

  .col-one-half-lg {
    width: 50%;
    float: left;
  }

  .col-one-third-lg {
    width: 33.33%;
    float: left;
  }
}

@media only screen and (min-width: 952px) {
  .col-one-fourth-lg-2 {
    width: 25%;
    float: left;
  }

  .col-two-fourth-lg-2.lr-gutter {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    float: left;
  }

  .col-two-fourth-lg-2.lr-gutter2 {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
  }

  .col-one-half-lg-2 {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 1255px) {
  .col-one-fourth-exlg {
    width: 25%;
    float: left;
  }

  .col-two-fourth-exlg {
    width: 50%;
    float: left;
  }

  .col-two-fourth-exlg.lr-gutter {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    float: left;
  }

  .col-two-fourth-lg-2.lr-gutter2 {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
  }

  .col-two-fourth-lg-2.lr-gutter3 {
    width: calc(70%);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
  }

  .col-one-half-exlg {
    width: 50%;
    float: left;
  }
}

.btn {
  padding: 5px 30px;
  cursor: pointer;
}

.btn-primary {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.btn-download {
  background: url("../images/btn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 30px;
  font-size: 10px;
  line-height: 22px;
  opacity: 0.8;
}

.btn-download:hover {
  opacity: 1;
}

@media only screen and (min-width: 1099px) {
  .btn-download {
    width: 190px;
    height: 50px;
    line-height: 38px;
    font-size: 13px;
  }
}

.dual-btn {
  margin-left: 50px;
  display: inline-block;
}

.dual-btn span {
  display: inline-block;
  position: relative;
}

.dual-btn>span:first-child {
  margin-right: 20px;
  padding-right: 20px;
  height: 100%;
  display: inline-block;
}

.dual-btn>span:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #555b74;
  margin-left: 20px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 3px;
}

.scroll-btn {
  display: block;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  margin-top: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 1099px) {
  .scroll-btn {
    margin-top: 70px;
  }
}

.scroll-btn img {
  vertical-align: middle;
  margin-right: 20px;
}

.btn-arrow-right {
  color: #e4f2ff;
  font-size: 11px;
  text-decoration: none;
  padding: 0;
}

.btn-arrow-right img {
  margin-left: 5px;
  vertical-align: middle;
}

.btn-bg {
  background: #0e1123;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #0e1123), color-stop(75%, #252b4b), color-stop(96%, #393e69));
  background: -o-linear-gradient(top, #0e1123 13%, #252b4b 75%, #393e69 96%);
  background: linear-gradient(180deg, #0e1123 13%, #252b4b 75%, #393e69 96%);
  outline: none;
  border: none;
}

.g-border {
  max-width: 250px;
  padding: 0;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#555fab), to(#232745));
  background: -o-linear-gradient(bottom, #555fab, #232745);
  background: linear-gradient(to top, #555fab, #232745);
  padding: 1px;
  display: inline-block;
}

.dwn-btn {
  border: 1px solid #21253c;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-left: 70px;
  background-color: #0b0e21;
}

.dwn-btn img {
  position: absolute;
  left: 20px;
  top: 20px;
}

.dwn-btn p {
  font-size: 11px;
}

.dwn-btn span.dwn-size {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 32px;
}

input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"].css-checkbox+label.css-label {
  padding-left: 22px;
  height: 14px;
  display: inline-block;
  /* line-height: 1.8; */
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 11px;
  /* vertical-align: middle; */
  cursor: pointer;
}

input[type="checkbox"].css-checkbox:checked+label.css-label {
  background-position: 0 -16px;
}

label.css-label {
  background-image: url(../images/csscheckbox_25c68cea905658aa397c192548f75f50.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 1px;
}

.table {
  color: #fff;
  position: relative;
}

.table .more {
  font-size: 11px;
  color: #9cc0ff;
  text-decoration: none;
}

.table .more img {
  vertical-align: middle;
}

.table .table-head {
  padding: 20px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center, center center;
  background-size: 50%, cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/players-head-bg.png), -webkit-gradient(linear, left bottom, left top, from(#0e1224), to(#0c0f1f));
  background-image: url(../images/players-head-bg.png), -o-linear-gradient(bottom, #0e1224 0%, #0c0f1f 100%);
  background-image: url(../images/players-head-bg.png), linear-gradient(0deg, #0e1224 0%, #0c0f1f 100%);
}

.table .table-head span.more img {
  vertical-align: middle;
}

.table .table-body {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #0d1022), color-stop(87%, #0c1020), to(#0b0f1e));
  background-image: -o-linear-gradient(left, #0d1022 1%, #0c1020 87%, #0b0f1e 100%);
  background-image: linear-gradient(90deg, #0d1022 1%, #0c1020 87%, #0b0f1e 100%);
  padding: 20px;
  min-height: 362px;
}

.table .expand {
  height: 320px;
  overflow: hidden;
}

.table .toggled {
  height: 480px;
}

.table .table-body .table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  /* margin-bottom: 25px; */
  text-decoration: none;
  color: inherit;
  padding: 7px 20px;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 12px;
  border-bottom: 1px solid #6b74ad00;
}

.table .table-body .table-data:hover {
  background-color: #090b19;
  border-bottom: 1px solid #6b74ad;
}

.table .table-body .table-data img {
  position: absolute;
  left: 18px;
  top: 10px;
  /*width: 14px;*/
  height: auto;
}

.table .table-body .table-data span.username {
  margin-right: auto;
  margin-left: 30px;
}

.table .table-body .table-data span.points {
  color: #848ca8;
  font-size: 10px;
  font-weight: 400;
}

/* big table */
.table .table-body .table-data span.rank-big {
  width: 45px;
}

.table .table-body .table-data span.user-big {
  width: 110px;
}

.table .table-body .table-data span.level-big {
  width: 65px;
}

.table .table-body .table-data span.guild-big {
  width: 70px;
}

.table .table-body .table-data span.empire-big {
  width: 70px;
}

.table .table-body .table-data span.playtime-big {
  width: 53px;
}

.table .table-body .table-data img.empire {
  position: relative;
  left: 0;
  top: 0;
  width: 15px;
  height: 10px;
}

.table .table-body .table-data span.points>span:first-child {
  font-size: 11px;
  color: #7efaff;
}

.table .more-button {
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:not(.homepage) .table .table-body {
  min-height: initial;
}

body:not(.homepage) .table .expand {
  height: 352px;
  overflow: hidden;
}

body:not(.homepage) .table .toggled {
  height: 480px;
}

.statistics {
  background-color: #0c1020;
  background-image: url("../images/tables/stat-bg.jpg");
  background-position: top center;
  background-size: cover;
  color: #fff;
  min-height: 429px;
}

.statistics .stat-top-icon {
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.statistics .stat-table-body {
  position: relative;
}

.statistics .stats .stat-table-body:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 75%;
  background: #1a1d2f;
}

.statistics .state-heading {
  font-size: 20px;
  color: #d8deff;
  text-transform: uppercase;
  padding: 40px;
  padding-right: 0;
  font-family: "trajan", sans-serif;
  font-weight: 700;
  padding-left: 20px;
}

@media only screen and (min-width: 952px) {
  .statistics .state-heading {
    padding: 40px;
  }
}

.statistics .discus .state-heading {
  text-align: left;
  padding-right: 0;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .statistics .discus .state-heading {
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 952px) {
  .statistics .discus .state-heading {
    padding-right: 40px;
  }
}

.statistics .state-table-row {
  padding-left: 50px;
  position: relative;
  /* margin: 30px 0; */
  border-bottom: 1px solid #1a1d2f;
  padding: 20px 0 20px 50px;
}

@media only screen and (min-width: 952px) {
  .statistics .state-table-row {
    padding: 20px 0 20px 70px;
  }
}

.statistics .state-table-row p {
  line-height: 1.2;
}

.statistics .state-table-row p.figure {
  font-size: 14px;
  color: #fff;
}

.statistics .state-table-row p.type {
  font-size: 11px;
  color: #8c91b0;
}

.statistics .state-table-row img {
  position: absolute;
  left: 10px;
  top: 19px;
}

@media only screen and (min-width: 952px) {
  .statistics .state-table-row img {
    left: 30px;
  }
}

.statistics .discus .state-table-row {
  padding-right: 90px;
  position: relative;
  /* margin: 30px 0; */
  border-bottom: 1px solid #1a1d2f;
  padding: 20px 20px 20px 70px;
}

@media only screen and (min-width: 768px) {
  .statistics .discus .state-table-row {
    padding: 20px 70px 20px 0px;
  }
}

@media only screen and (min-width: 952px) {
  .statistics .discus .state-table-row {
    padding: 20px 90px 20px 0px;
  }
}

.statistics .discus .state-table-row p {
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .statistics .discus .state-table-row p {
    text-align: right;
  }
}

.statistics .discus .state-table-row p.figure {
  font-size: 14px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .statistics .discus .state-table-row p.figure {
    text-align: right;
  }
}

.statistics .discus .state-table-row p.type {
  font-size: 11px;
  color: #8c91b0;
}

.statistics .discus .state-table-row img {
  position: absolute;
  left: initial;
  top: 19px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  left: 15px;
}

@media only screen and (min-width: 768px) {
  .statistics .discus .state-table-row img {
    left: unset;
    right: 15px;
  }
}

@media only screen and (min-width: 952px) {
  .statistics .discus .state-table-row img {
    right: 30px;
  }
}

.user-panel .table-head .logout {
  font-size: 11px;
}

.user-panel .table-body {
  padding: 0;
  min-height: initial;
}

.user-panel .table-body .head {
  background-color: #0c0e17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.user-panel .table-body .head .welcome p {
  font-size: 11px;
}

.user-panel .table-body .head .points {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-panel .table-body .content {
  padding: 20px 20px 20px 20px;
}

.user-panel .table-body .table-data {
  border-bottom: 1px solid #21253c;
}

.user-panel .state-table-row {
  padding-left: 50px;
  position: relative;
  /* margin: 30px 0; */
  border-bottom: 1px solid #1a1d2f;
  padding: 20px 0 20px 50px;
}

@media only screen and (min-width: 952px) {
  .user-panel .state-table-row {
    padding: 20px 0 20px 70px;
  }
}

.user-panel .state-table-row p {
  line-height: 1.2;
}

.user-panel .state-table-row p.figure {
  font-size: 14px;
  color: #fff;
}

.user-panel .state-table-row p.type {
  font-size: 11px;
  color: #8c91b0;
}

.user-panel .state-table-row img {
  position: absolute;
  left: 10px;
  top: 19px;
}

@media only screen and (min-width: 952px) {
  .user-panel .state-table-row img {
    left: 30px;
  }
}

/* ====================== */
/* = HEADER */
/* ====================== */
/*#header {
height: calc(100vw / 2.2);
padding-top: 10vw;
padding-left: 10vw;
background: url("../images/head-bg-new.jpg");
background-size: cover;
background-repeat: no-repeat;
min-height: 500px;
background-position: 60% center;
}*/

/* HERO */

.header-hero {
  width: 100%;
  max-width: 355px;
}

@media only screen and (min-width: 320px) {
  .header-hero {
    top: 142px;
  }
}

@media only screen and (min-width: 768px) {
  .header-hero {
    max-width: 500px;
    padding-top: 20px;
    top: 353px;
    left: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-hero {
    padding: 0;
    top: 435px;
    left: 100px;
  }
}

.header-hero .header-info {
  margin-bottom: 70px;
}

@media only screen and (min-width: 620px) {
  .header-hero .header-info {
    margin-bottom: 0;
  }
}

.header-hero .l-s,
.header-hero .r-s {
  padding-left: 60px;
  position: relative;
}

@media only screen and (min-width: 620px) {

  .header-hero .l-s,
  .header-hero .r-s {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 1099px) {

  .header-hero .l-s,
  .header-hero .r-s {
    padding-left: 80px;
  }
}

.header-hero .stats-img {
  position: absolute;
  width: 50px;
  left: 0;
  top: 26px;
}

@media only screen and (min-width: 620px) {
  .header-hero .stats-img {
    top: 23px;
  }
}

@media only screen and (min-width: 1099px) {
  .header-hero .stats-img {
    left: -25px;
    top: 7px;
    width: 80px;
  }
}

.header-hero .stats-info {
  padding-top: 30px;
  color: #fff;
}

.header-hero .stats-info span.duration {
  color: #555b74;
}

.header-hero .stats-info.players {
  color: #b7d1ff;
}

.header-hero .stats-info.players>span:last-child {
  color: #fff;
}

.header-hero .stats-info.offline {
  color: #b7f1ff;
}

.header-hero .stats-info.offline>span:last-child {
  color: #fff;
}

.header-hero .stats-info>span:first-child {
  display: block;
}

@media only screen and (min-width: 620px) {
  .header-hero .cta-group {
    margin-top: 60px;
  }
}

.content-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), to(rgb(1, 0, 10)));
  background: -o-linear-gradient(rgba(0, 0, 255, 0), rgb(1, 0, 10) 100%);
  background: linear-gradient(rgba(0, 0, 255, 0), rgb(1, 0, 10) 100%);
  z-index: 1;
}

.content-video {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: -1;
  right: 0;
  top: -50px;
  height: 1080px;
}

/* Alles unter 1500px Breite */
@media only screen and (max-width: 1500px) {
  .content-video {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Alles über 1920px Breite */
@media only screen and (min-width: 1950px) {
  .content-video {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* Alles über 2600px Breite */
@media only screen and (min-width: 2600px) {
  .content-video {
    top: -400px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-video-overlay {
    height: 2000px;
    bottom: -1820px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), color-stop(40%, rgb(1, 0, 10)), to(rgb(1, 0, 10)));
    background: -o-linear-gradient(rgba(0, 0, 255, 0), rgb(1, 0, 10) 40%, rgb(1, 0, 10) 100%);
    background: linear-gradient(rgba(0, 0, 255, 0), rgb(1, 0, 10) 40%, rgb(1, 0, 10) 100%);
  }
}

/* Is in .content-video*/
#header {
  height: 650px;
}

/*

@media only screen and (max-width: 1920px) {
.header-video {
width: 100%;
height: 1080px;
}
}*/

/* .header-video {
width: 100%;
position: relative;
z-index: -1;
top: 405px;
left: 50%;
transform: translate(-50%, -50%);
visibility: visible;
opacity: 1;
height: auto;
display: none;
} */

@media only screen and (min-width: 320px) {

  /* #header video {
  top: 287px;
  left: -30%;
  } */
  .section-news .last-news {
    padding: 18px 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* #header video {
  top: 330px;
  left: 77%;
  } */
}

@media only screen and (min-width: 1024px) {

  /* #header video {
  top: 405px;
  left: 56%;
  } */
  .section-news .last-news {
    padding: 40px 50px;
  }
}

@media only screen and (min-width: 1440px) {

  /* #header video {
  top: 447px;
  left: 50%;
  } */
  .section-news .last-news {
    padding: 40px 50px;
  }
}

/* Add other header parts here... */
/* ====================== */
/* = MAIN */
/* ====================== */
#main {
  /*background: url("../images/content-bg.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#main .main-inner {
  position: relative;
}

/* ====================== */
/* = FOOTER */
/* ====================== */
#footer {
  background: url(../images/footer-bg.png), linear-gradient(to top, rgb(6 10 18) 42%, rgba(12, 15, 32, 1) 43%, rgba(12, 15, 32, 1) 90%, rgba(1, 0, 10, 1) 100%), url(../images/footer-content-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom, center 100%;
}

@media only screen and (max-width: 1160px) {
  #footer {
    background: url(../images/footer-bg.png), linear-gradient(to top, rgba(12, 15, 32, 1) 95%, rgba(1, 0, 10, 1) 100%), url(../images/footer-content-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom, center 100%;
    padding-top: 20px;
  }
}

#footer .footer-top {
  padding: 0px;
}

.header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-top .site-logo {
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.header-top .site-logo-normal2 {
  margin-top: 414px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 1160px) {
  .header-top .site-logo {
    z-index: 999999;
    margin-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
  }
}

.header-top .site-nav {
  /*background-color: rgba(0, 0, 0, 0.89);*/
  /*  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;*/
  width: 100% !important;
  height: 350px !important;
}

.header-top .site-nav.open {
  padding: 35px 10px 20px;
}

@media only screen and (min-width: 1160px) {
  .header-top .site-nav {
    background-color: transparent;
    position: relative;
    padding: 0;
  }
}

.header-top .header-main-nav {
  list-style-type: none;
  width: 100% !important;
  /*margin-top: 1px;*/
  /*padding: 35px 10px 20px;*/
  background-color: rgba(0, 0, 0, 0.89);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*height: 350px!important;*/
}

@media only screen and (min-width: 1160px) {
  .header-top .header-main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }
}

.header-top .header-main-nav li {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1160px) {
  .header-top .header-main-nav li {
    float: left;
    margin-right: 80px;
  }
}

.header-top .header-main-nav li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1160px) {
  .header-top .header-main-nav li:nth-child(3) {
    margin-right: auto;
    margin-left: 50px;
  }

  .header-top .header-main-nav li:nth-child(2) {
    margin-left: 50px;
  }
}

.header-top .header-main-nav li>div.language-picker select {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-indent: -9999999999999999px;
  /* background-image: url(../images/icons/flag.png); */
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size: contain;*/
  width: 45px;
}

.language-picker {
  border-style: solid;
  border-width: 2px;
  border-color: #292e44;
  border-radius: 50%;
  padding: 4px;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  margin-top: 50px;
}

@media only screen and (max-width: 952px) {

  .top_guild_show,
  .top_player_show {
    display: none;
  }
}

.header-top .header-main-nav li>div.language-picker select option {
  color: #000;
}

.header-top .header-main-nav li a {
  text-decoration: none;
  display: inline-block;
  color: #b9c0d3;
  border-top: 2px solid transparent;
  font-size: 14px;
  font-weight: 400;
}

.language-picker__form {
  margin-top: -4px;
}

@media only screen and (min-width: 1160px) {
  .header-top .header-main-nav li a {
    padding: 50px 0 0;
  }
}

.header-top .header-main-nav li a:hover,
.header-top .header-main-nav li a.active {
  border-top: 2px solid #769cff;
  color: #a8c0ff;
  background: url(../images/shadow.png);
  background-position: 0px 2px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}

/*=== navbar__btn ===*/
.menu-icon {
  width: 90px;
  display: inline-block;
  height: 14px;
  z-index: 100;
  position: absolute;
  vertical-align: middle;
  right: 20px;
  top: 35px;
}

@media only screen and (min-width: 1160px) {
  .menu-icon {
    display: none;
  }
}

.menu-icon {
  text-decoration: none !important;
}

.menu-icon:hover {
  text-decoration: none !important;
}

.menu-icon__title {
  vertical-align: top;
  position: relative;
  top: -4px;
  left: 13px;
  color: #fff;
}

.menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.menu-icon__middle {
  position: absolute;
  top: 6px;
  right: 0;
  width: 19px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.menu-icon--close-x {
  color: #fff;
}

.menu-icon--close-x::before {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: #fff;
}

.menu-icon--close-x::after {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background-color: #fff;
}

.menu-icon--close-x .menu-icon__title {
  color: #fff;
}

.menu-icon--close-x .menu-icon__middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.section-news .slider .slide {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-news .slider .slide p {
  position: absolute;
  bottom: 45px;
  left: 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

@media only screen and (min-width: 979px) {
  .section-news .slider .slide p {
    font-size: 30px;
  }
}

.section-news .slider-pagination {
  top: 30px;
  right: 30px;
}

.section-news .slider-pagination ul {
  list-style-type: none;
}

.section-news .slider-pagination ul li {
  float: left;
  margin-left: 10px;
  width: 26px;
  height: 26px;
  background: #0d1022;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.section-news .last-news {
  height: 350px;
  overflow: hidden;
  padding: 40px 50px;
  background-color: #121630;
}

@media only screen and (min-width: 320px) {
  .section-news .last-news {
    padding: 18px 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .section-news .last-news {
    padding: 40px 50px;
  }
}

.section-news .last-news .heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 8px;
}

.section-news .last-news .heading img {
  display: inline-block;
  margin-left: 10px;
}

.section-news .last-news p,
.section-news .last-news span,
.section-news .last-news div,
.section-news .last-news a {
  color: #fff;
}

.section-news .last-news ul {
  padding: 0;
  border: none;
  background-color: transparent;
  list-style-type: none;
  margin-top: 40px;
}

@media only screen and (min-width: 979px) {
  .section-news .last-news ul {
    border-bottom: 1px solid #21253c;
    float: right;
    margin-top: 0;
  }
}

.section-news .last-news ul li {
  float: left;
  background-color: transparent;
  border: none;
}

.section-news .last-news ul li a {
  color: #61657d;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 12px;
}

.section-news .last-news ul li a.current {
  color: #b7d1ff;
  border-bottom: 1px solid #a8b6e7;
}

.section-news .last-news ul li a:focus {
  outline: none;
}

.section-news .last-news ul li:last-child a {
  padding-right: 0;
}

.section-news .last-news .news-container {
  overflow-y: auto;
  height: calc(100% - 0px) !important;
  padding: 1em 0;
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px) !important;
}

.section-news .last-news .news-container>a {
  display: inline-block;
  padding: 12px 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-news .last-news .news-container>a:hover {
  background-color: #11142c;
}

.section-news .last-news .news-container>a span.cat {
  font-size: 10px;
  text-transform: uppercase;
}

.section-news .last-news .news-container>a span.news {
  font-size: 12px;
  margin-right: auto;
  margin-left: 10px;
}

.section-news .last-news .news-container>a span.time {
  font-size: 11px;
  font-weight: 400;
  color: #61657d;
}

.section-news .last-news .news-container .update span.cat {
  color: #9cc0ff;
}

.section-news .last-news .news-container .event span.cat {
  color: #7efaff;
}

.section-news .last-news .news-container .preview span.cat {
  color: #fb7272;
}

.main-panel .ui-tabs-panel {
  padding: 0;
}

.main-panel .tabs-header {
  border-bottom: 1px solid #21253c;
}

.main-panel .tabs {
  overflow: hidden;
  padding: 20px 20px;
  background-image: url("../images/main-panel-background.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: 100% auto;
  border: none;
  min-height: 0px;
  background-color: #21253c;
}

.main-panel .tabs .heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.main-panel .tabs .heading img {
  display: inline-block;
  margin-left: 10px;
}

.main-panel .tabs p,
.main-panel .tabs span,
.main-panel .tabs div,
.main-panel .tabs a {
  color: #fff;
}

.main-panel .tabs ul {
  padding: 0;
  border: none;
  background-color: transparent;
  list-style-type: none;
  margin-top: 40px;
  float: none;
}

@media only screen and (min-width: 1125px) {
  .main-panel .tabs ul {
    float: right;
    margin-top: 0;
  }
}

.main-panel .tabs ul li {
  float: left;
  background-color: transparent;
  border: none;
}

.main-panel .tabs ul li:after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 22px;
  background: #61657d;
}

.main-panel .tabs ul li:last-child:after {
  display: none;
}

.main-panel .tabs ul li a {
  color: #61657d;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 12px;
  padding: 6px 25px 20px !important;
}

.main-panel .tabs ul li:last-child a {
  padding-right: 0 !important;
}

.main-panel .tabs ul li.ui-tabs-active a {
  color: #b7d1ff;
  border-bottom: 2px solid #a8b6e7;
}

.main-panel .tabs ul li a:focus {
  outline: none;
}

.main-panel .tabs ul li:last-child a {
  padding-right: 0;
}

.main-panel .tabs-container .panel-heading {
  text-align: center;
}

.main-panel .tabs-container .panel-heading h2 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
  display: inline-block;
  position: relative;
}

.main-panel .tabs-container .panel-heading h2 .left-line {
  margin-right: 20px;
  /* width: 160px; */
  position: absolute;
  left: -120%;
  top: 50%;
}

.main-panel .tabs-container .panel-heading h2 .right-line {
  margin-left: 20px;
  /* width: 160px; */
  position: absolute;
  right: -120%;
  top: 50%;
}

.tabs-container .system-requirements {
  padding: 20px;
  background-color: #0b0e21;
}

.tabs-container .system-requirements .heading {
  font-size: 12px;
  color: #fff;
}

.tabs-container .system-requirements .heading-alt {
  color: #7bd458;
}

.tabs-container .system-requirements p {
  font-size: 12px;
  color: #6c7293;
  line-height: 1.2;
  margin-bottom: 20px;
}

.tabs-container .system-requirements span {
  font-size: 12px;
  color: #3f4357;
  display: block;
}

.section-contact [class^="col"] {
  text-align: center;
}

.contact-card_row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-card {
  z-index: 0;
  position: relative;
  padding-left: 200px;
  padding-top: 40px;
  min-height: 181px;
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 20px;
  display: block;
  width: 30%;
}

@media only screen and (min-width: 320px) {
  .contact-card {
    padding-left: 157px;
    /*margin-bottom: 30px;*/
    padding-right: 34px;
  }
}

@media only screen and (min-width: 425px) {
  .contact-card {
    padding-left: 214px;
    /*margin-bottom: 30px;*/
    padding-right: 67px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-card {
    padding-left: 200px;
    /*margin-bottom: 30px;*/
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1255px) {
  .contact-card {
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.contact-card img.card-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  max-width: initial;
  display: none;
}

@media only screen and (min-width: 530px) {
  .contact-card img.card-img {
    display: inline-block;
  }
}

.contact-card.join {
  /*background-image: url("../images/contact/card-1-bg.png");*/
  background-position-x: 60%;
}

.contact-card.join img {
  opacity: 0.8;
}

.contact-card.join img:hover {
  opacity: 1;
}

.contact-card.join img.card-img {
  left: -50px;
}

.contact-card.follow {
  /*background-image: url("../images/contact/card-2-bg.png");*/
}

.contact-card.follow img.card-img {
  top: -20px;
}

.contact-card.follow img {
  opacity: 0.8;
}

.contact-card.follow img:hover {
  opacity: 1;
}

.contact-card.join2 {
  /*background-image: url("../images/contact/card-3-bg.png");*/
}

.contact-card.join2 img {
  opacity: 0.8;
}

.contact-card.join2 img:hover {
  opacity: 1;
}

.contact-card .btn-primary.btn-small {
  background-image: none;
  padding: 5px 10px;
  color: #fff;
  background: #283157;
  font-size: 11px;
  width: initial;
  height: initial;
  line-height: 1.2;
  border-radius: 5px;
}

.contact-card .info {
  position: relative;
  z-index: 3;
  text-align: left;
}

.contact-card .info p {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 530px) {
  .contact-card .info p {
    font-size: 26px;
  }
}

.form-add-coins {
  text-align: center;
  background: #0e1123;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #0e1123), color-stop(75%, #252b4b), color-stop(96%, #393e69));
  background: -o-linear-gradient(top, #0e1123 13%, #252b4b 75%, #393e69 96%);
  background: linear-gradient(180deg, #0e1123 13%, #252b4b 75%, #393e69 96%);
  border: 1px solid #21253c;
  padding: 15px;
}

.form-add-coins .form-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.form-add-coins input[type="checkbox"],
.form-add-coins label {
  font-size: 11px;
  color: #737896;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.form-add-coins input[type="submit"] {
  background-color: #000;
  font-size: 11px;
  padding: 3px 15px;
  outline: none;
  border: none;
  color: #fff;
  margin-top: 15px;
}

.info-text p {
  font-size: 12px;
  text-align: center;
}

.info-text p.info-heading {
  color: #acb3dd;
  margin-bottom: 30px;
}

.info-text p.info {
  color: #777c9b;
}

.accordion h3,
.accordion .ui-accordion-header {
  background: #222740;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 12px;
  color: #fff0d8;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.accordion .ui-state-active .ui-icon,
.accordion .ui-button:active .ui-icon,
.accordion .ui-icon,
.accordion .ui-widget-content .ui-icon {
  background-image: url(../images/accordion-plus.png);
  background-position: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.accordion .ui-accordion-content {
  background: transparent;
  padding: 0;
  border: none;
}

.form-forgot-password .input-group {
  margin-left: 15%;
  margin-right: 15%;
}

.form-create-account .input-group {
  text-align: center;
  margin-bottom: 10px;
}

.form-create-account .input-group.last {
  margin-bottom: 30px;
}

.loginmodal-container.form-create-account .input-group {
  margin: 0;
}

.loginmodal-container.form-create-account .input-group .btn_one {
  margin-bottom: 20px;
  margin-top: 9px;
}

/*.form-create-account input:not([type="submit"]) {
font-size: 12px;
color: #6b6f85;
padding: 15px;
background: #0a0d1c;
border: 1px solid #21253c;
max-width: 260px;
width: 100%;
}*/

.form-create-account .btn-container {
  margin-top: 30px;
}

.settings-form fieldset {
  margin-bottom: 15px;
  border: 1px solid #9fa4c3;
  background: #0a0b19;
  /* border-radius: 5px; */
  padding: 5px 20px 10px;
  width: 100%;
}

.settings-form fieldset legend {
  color: #9fa4c3;
  font-size: 12px;
  margin-left: 20px;
}

.settings-form fieldset input {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 12px;
  width: 100%;
  color: #fff;
}

.settings-form .error-container {
  font-size: 12px;
  position: relative;
  padding: 10px 20px;
  color: #ce4d4d !important;
  border: 1px solid #752f2f;
  background: #0a0b19;
  margin: 25px 0;
}

.settings-form .error-container:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #220c0c4d;
}

.settings-form .success-container {
  font-size: 12px;
  position: relative;
  padding: 10px 20px;
  color: #59ce4d !important;
  border: 1px solid rgb(61, 175, 48);
  background: #0a190d;
  margin: 25px 0;
}

.settings-form .success-container:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0d220c4d;
}

.footer-top .footer-main-nav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}

@media only screen and (min-width: 1160px) {
  .footer-top .footer-main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    padding-left: 0;
    padding-top: 50px;
  }
}

.footer-top .footer-main-nav li {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1160px) {
  .footer-top .footer-main-nav li {
    float: left;
    margin-right: 80px;
  }
}

.footer-top .footer-main-nav li:last-child {
  margin-right: 0;
}

.footer-top .footer-main-nav li>div.language-picker select {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-indent: -9999999999999999px;
  background-image: url(../images/flag.png);
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size: contain;*/
  max-width: 45px;
}

.footer-top .footer-main-nav li>div.language-picker option {
  color: #000;
}

.footer-top .footer-main-nav li a {
  text-decoration: none;
  display: inline-block;
  color: #b9c0d3;
  border-top: 2px solid transparent;
  font-size: 14px;
  font-weight: 400;
}

.footer-top .footer-main-nav li a:hover,
.footer-top .footer-main-nav li a.active {
  color: #a8c0ff;
  display: inline-block;
}

.footer-bottom {
  color: #fff;
  padding: 30px 0;
}

.footer-bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 997px) {
  .footer-bottom .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-bottom .row>* {
  margin-bottom: 20px;
}

@media only screen and (min-width: 997px) {
  .footer-bottom .row>* {
    margin-bottom: 0;
  }
}

.footer-bottom .copyright p {
  text-align: center;
  font-size: 12px;
}

@media only screen and (min-width: 997px) {
  .footer-bottom .copyright p {
    text-align: left;
  }
}

.footer-bottom .copyright p a {
  color: #90a8f8;
  text-decoration: none;
}

.footer-bottom .copyright p span {
  color: #61657d;
}

.footer-bottom .footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .footer-center a {
  font-size: 12px;
  color: #61657d;
  text-decoration: none;
}

.footer-bottom .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

@media only screen and (min-width: 997px) {
  .footer-bottom .footer-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-bottom .footer-info span {
  margin-right: 10px;
  color: #61657d;
}

/* ====================== */
/* = COMPONENTS */
/* ====================== */
/* Reusable elements will go here. e.g., ".social", ".clearfix" */
.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.no-pads {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alt-color {
  color: #a4bdff;
}

.alt-color.arrow-down,
.arrow-down {
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  padding-right: 15px;
}

.flex-hide-on-small {
  display: none;
}

.btn-arrow {
  display: none;
}

@media only screen and (min-width: 1160px) {
  .flex-hide-on-small {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .btn-arrow {
    display: block;
  }
}

.flex-show {
  /*display: -webkit-box !important;*/
  /*display: -ms-flexbox !important;*/
  /*display: flex !important;*/
}

.color-white {
  color: #fff !important;
}

.color-head {
  color: #8c91b0 !important;
}

.color-alt {
  color: #7bd458 !important;
}

.color-blue {
  color: #a5cbff !important;
}

.color-red {
  color: #fa6767 !important;
}

.color-yellow {
  color: #fac667 !important;
}

/* The popup form - hidden by default */
.loginmodal-popup {
  display: none;
  border: 1px solid #212547;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}

@media only screen and (min-width: 1160px) {
  .loginmodal-popup {
    left: 64%;
    top: 78px;
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 1440px) {
  .loginmodal-popup {
    left: 66%;
    top: 78px;
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 1792px) {
  .loginmodal-popup {
    left: 63%;
    top: 78px;
    transform: translate(0, 0);
  }
}

/* Add styles to the form container */
.loginmodal-container {
  max-width: 300px;
  padding: 25px;
  background-color: #0d1129;
  font-size: 11px;
}

.loginmodal-container input[type="text"],
.loginmodal-container input[type="password"] {
  width: 100%;
  margin-bottom: 10px;
}

/* Add a red background color to the cancel button */
.loginmodal-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.loginmodal-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.loginmodal-container label.css-label {
  color: white;
}

.loginmodal-container .footer {
  background-color: #0a0d21;
  padding: 10px 15px 10px 15px;
}

.loginmodal-container .footer span {
  color: #44485d;
}

.loginmodal-container .footer a {
  color: #8d92ad;
}

.black-overlay {
  background-color: black;
  background-image: none;
  opacity: 0.7;
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.g-recaptcha {
  text-align: center;
  display: inline-block;
}

.checkbox_input-label {
  color: #9fb6e1;
  font-weight: bold;
}

.btn_one,
.download_btn {
  width: 200px;
  height: 40px;
  background-color: #21253c;
  border: 1px solid #203b5d;
  border-radius: 7px;
  color: #9fb6e1 !important;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 5px;
}

.btn_one:hover,
.download_btn:hover {
  background-color: #4f5988;
}

.btn_one:active,
.download_btn:active {
  background-color: #151826;
}

.download_btn {
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7px;
  box-sizing: border-box;
}

.download_btn .btn_one-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  color: #9fb6e1 !important;
}

.download_btn .host-icon {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 20px;
}

.download_btn .download-icon {
  height: 100%;
  filter: invert(52%) sepia(47%) saturate(270%) hue-rotate(179deg) brightness(96%) contrast(95%);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.textbox_input,
.textbox_input-invalid {
  width: 100%;
  height: 39px;
  background: #0a0d1c;
  border-radius: 1px;
  border-color: #21253c;
  border-style: solid;
  color: #9fb6e1;
  padding: 2px 14px 0px 14px;
  font-size: 14px !important;
}

.textbox_input:hover,
.textbox_input-invalid:hover {
  border-color: #272b44;
}

.textbox_input:focus,
.textbox_input-invalid:focus {
  outline: none;
  border-color: #2d314c;
}

.textbox_input:-ms-input-placeholder,
.textbox_input-invalid:-ms-input-placeholder {
  color: #757575;
}

.textbox_input::placeholder,
.textbox_input-invalid::placeholder {
  color: #757575;
}

.textbox_input::selection,
.textbox_input-invalid::selection {
  background-color: #21253c;
}

.textbox_input-invalid {
  background: #1c0a0a;
  border-color: #3c2121;
  color: #b79795;
}

.textbox_input-invalid:hover {
  border-color: #422525;
}

.textbox_input-invalid:focus {
  border-color: #563333;
}

.textbox_input-invalid:-ms-input-placeholder {
  color: #816e6e;
}

.textbox_input-invalid::placeholder {
  color: #816e6e;
}

.textbox_input-invalid::selection {
  background-color: #3c2121;
}

.checkbox_input {
  position: absolute;
  display: none;
}

.checkbox_input+.checkbox_input-text {
  position: relative;
  display: inline-block;
  padding: 6px 10px 6px 25px;
  cursor: pointer;
  color: #f3f3f4;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
}

.checkbox_input+.checkbox_input-text:before {
  width: 15px;
  height: 15px;
  background-color: #21253c;
  border: 1px solid #203b5d;
  border-radius: 4px;
  color: #9fb6e1;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -7.5px 0 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.checkbox_input:checked+.checkbox_input-text:before {
  background-color: #9fb6e1;
  border: 1px solid #9abdff;
}

.small-banner-container {
  z-index: 99999999;
  width: 300px;
  height: auto;
  position: fixed;
  right: -200px;
  top: 300px;
  background-color: rgba(255, 0, 0, 0);
  opacity: 0.6;
  transition: right 0.3s, opacity 0.3s;
}

.small-banner-container:hover {
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .small-banner-container {
    visibility: collapse;
  }
}

.small-banner {
  border-style: solid;
  border-radius: 5px;
  border-color: #9fb6e1;
  border-width: 2px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.small-banner-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 6px;
  left: 2px;
  background: linear-gradient(to bottom, transparent 65%, rgb(12, 0, 122) 100%);
  /*rgba(32, 59, 93, 1)*/
}

.small-banner-discord-icon {
  position: absolute;
  width: auto;
  height: 20px;
  left: 68px;
  bottom: 15px;
  filter: invert(79%) sepia(10%) saturate(1436%) hue-rotate(188deg) brightness(91%) contrast(94%) drop-shadow(2px 1px 0px #000000);
}

.small-banner-text {
  position: absolute;
  color: #9fb6e1;
  bottom: 15px;
  left: 108px;
  filter: drop-shadow(2px 1px 0px #000000);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .discord-container .only-text-discord-icon {
    visibility: collapse;
  }

  .discord-container .only-text-discord-text {
    visibility: collapse;
  }
}

@media screen and (max-width: 768px) {
  .discord-container .only-text-discord-icon {
    width: auto;
    height: 20px;
    margin-right: 10px;
    -webkit-filter: invert(79%) sepia(10%) saturate(1436%) hue-rotate(188deg) brightness(91%) contrast(94%) drop-shadow(2px 1px 0px #000000);
    filter: invert(79%) sepia(10%) saturate(1436%) hue-rotate(188deg) brightness(91%) contrast(94%) drop-shadow(2px 1px 0px #000000);
  }

  .discord-container .only-text-discord-text {
    color: #9fb6e1;
    -webkit-filter: drop-shadow(2px 2px 0px #000000);
    filter: drop-shadow(2px 2px 0px #000000);
    font-weight: bold;
    cursor: pointer;
  }

  .only-text-discord-icon,
  .only-text-discord-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

/* New news content */
.news-overlay {
  visibility: collapse;
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.456);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.news-container {
  font-family: sans-serif, "Open Sans";
  color: #a1bff7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  /* width: 53.12rem; */
  /* height: 90vh; */
  /* background-color: #0c1021; */
  /* box-shadow: 0 0 1.25rem 0.65rem black; */
  /* background-image: url("../images/main-panel-background.jpg"); */
  background-repeat: repeat;
  background-size: cover;
  overflow: auto;
}

.news-container.column-container.editor {
  height: 100%;
}

@media screen and (max-width: 900px) {
  .news-container {
    max-width: 95vw;
    max-height: 95vh;
  }
}

.news-container strong {
  font-weight: bold;
}

.news-container em {
  font-style: italic;
}

.news-header {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  filter: drop-shadow(0px 12px 5px #000000);
  background-color: #111e3996;
  opacity: 80%;
  padding: 0.93rem;
}

.news-header .news-explain-text {
  padding: 0;
  margin: 0;
  color: #7788a7;
  font-weight: bold;
  font-size: 0.6rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-header .news-type {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 0.8rem;
}

.news-header .news-date {
  padding: 0;
  margin: 0;
  color: #7788a7;
  font-weight: bold;
  font-size: 0.65rem;
}

.news-header .news-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.18rem;
}

.news-header .close-button {
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  font-size: 3rem;
}

.news-content {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.93rem;
  overflow: auto;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  font-weight: bold;
}

.news-content p {
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  line-height: initial;
  border: 0;
  vertical-align: baseline;
  font-size: 1.125rem;
}

.news-content li {
  font-family: sans-serif;
  padding: 0;
  margin: 6px;
}

.news-content ul,
.news-content ol {
  margin-left: 35px;
}

.news-content img {
  max-width: 100%;
}

/* News Editor */
input[type="datetime-local"] {
  width: 160px;
  color: #9fb6e1;
  background-color: transparent;
  border: none;
  font-weight: bold;
  color-scheme: dark;
}

input[type="datetime-local"]:focus {
  outline: none;
}

.editor.news-container {
  max-width: 100%;
  max-height: none;
  box-shadow: none;
  overflow: visible;
}

.editor .news-header .news-type {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.editor .news-header .news-type:hover {
  color: #afc7f3;
}

.editor .news-header .news-is-active {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  margin: 10px;
  padding: 2px;
  border-radius: 5px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  background-color: rgb(142, 102, 0);
  color: #ffffff;
}

.editor .news-header .news-is-active:hover {
  background-color: rgb(184, 136, 15);
}

.editor .news-header .news-is-active.active {
  background-color: rgb(25, 150, 52);
}

.editor .news-header .news-is-active:hover.active {
  background-color: rgb(40, 182, 71);
}

.editor .news-header .news-date {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #9fb6e1;
  font-size: 0.8rem;
}

.editor .news-header .news-date:hover {
  color: #afc7f3;
}

.editor-textbox {
  width: 100%;
  height: auto;
  background: #0a0d1c00;
  border-style: none;
  border-radius: 2px;
  color: #9fb6e1;
  padding: 0;
  margin: 0;
  font-size: 1.18rem;
  font-weight: bold;
}

.editor-textbox:hover {
  border-color: #272b44;
}

.editor-textbox:focus {
  outline: none;
}

.editor-textbox:-ms-input-placeholder {
  color: #e19f9fbf;
}

.editor-textbox::placeholder {
  color: #e19f9fbf;
}

.editor-textbox::selection {
  background-color: #21253c;
}

.dropdown_div {
  position: relative;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  max-width: 100%;
  max-height: 23.5rem;
  top: 0;
  left: 0;
  background-color: #7788a700;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: auto;
  padding: 0.1rem 0.3rem;
  margin: 0.3rem;
  border-radius: 0.3rem;
}

.dropdown_div .dropdown_div-item {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  color: #7788a7;
  padding: 0 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
}

.dropdown_div .dropdown_div-item:hover {
  color: #9fb6e1;
}

.dropdown_div .dropdown_div-item-inactive:hover {
  color: #e19f9f;
}

.dropdown_div .dropdown_div-item-inactive {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  color: #a77777;
  padding: 0 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
}

.dropdown_div-show {
  display: -ms-flexbox;
  display: flex;
}

#tinyMceEditor,
.mce-tinymce,
.mce-stack-layout,
.mce-edit-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  z-index: 9999999999 !important;
}

#tinyMceEditor iframe,
.mce-tinymce iframe,
.mce-stack-layout iframe,
.mce-edit-area iframe {
  -ms-flex: 1;
  flex: 1;
}

.column-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.content-container {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-color: #141d2d74;
  background-image: url("../images/main-panel-background.jpg");
  background-size: cover;
}

.rank_table {
  width: 100%;
  margin-top: 1.5rem;
}

.rank_table_header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #171b3600;
}

.rank_table_header .rank-header__item {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #9fb6e1 !important;
  padding: 0.2rem;
}

.rank_table_data,
.rank-header__item {
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  text-align: center;
}

.rank_table_data.small,
.rank-header__item.small {
  max-width: 3rem;
}

.rank_table_row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5px 0;
  background: #141d2d2f;
}

.rank_table_row:nth-of-type(odd) {
  background: #1924392f;
}

.rank_table_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #9fb6e1 !important;
}

.rank_table_data a {
  color: #9fb6e1 !important;
}

.rank_table_data .language-flag {
  margin-top: 3px;
  margin-right: 5px;
  height: 10px;
}

.rank_table_data .crown {
  position: absolute;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1rem;
  height: 1rem;
}

.rank-race-empire-container {
  position: relative;
  width: 2.12rem;
}

.rank-race-empire-container .race {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.rank-race-empire-container .empire-flag {
  position: absolute;
  right: 1px;
  bottom: 5px;
  width: 50%;
}

.discord-container {
  display: flex;
  justify-content: center;
}

.header_container {
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #9fb6e1;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}

.header_container .logo-container {
  position: relative;
  height: auto;
}

.header_container .player-stats-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: rgba(255, 99, 71, 0);
}

.header_container .player-stats-container .stats-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.header_container .player-stats-container .stats-container.right-margin {
  margin-right: 50px;
}

.header_container .player-stats-container .stats-container .mouse-scroll-icon {
  width: 35px;
}

.header_container .player-stats-container a {
  color: #9fb6e1;
}

.header_container .player-stats-container span {
  color: #6b82ac;
}


.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer-inside {
  margin-top: 5px;
  display: flex;
  align-items: center;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999999999999999; /* Sit on top */
  padding: 75px 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: #000;
}

/* Modal Content */
.modal-content {
  background-color: #090d1c;
  color:#fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 100%;
  overflow: scroll;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.text-center{
  text-align: center;
}


.password-group {
  display: flex;
  flex-direction: row;
}

.password-group > .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #21253c;
  padding: .275rem .6rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
  height: 39px;
  width: 39px;
  line-height: 29px;
  -webkit-box-shadow: 0 0 1px 0 rgba(34, 36, 38, .1);
  box-shadow: 0 0 1px 0 rgba(34, 36, 38, .1);
  color:#fff!important;
  margin-left: 3px;
  background: #0a0d1c!important;
}

.password-group > .btn > i{
  color: #fff;
}

.d-flex{
  display: flex!important;
}

.justify-content-center{
  justify-content: center!important;
}

.pagination {
  display: inline-block;
}

.pagination a,.pagination strong{
  padding: 10px;
  float: left;
  border: 1px dashed;
  font-size:14px;
  font-family: 'Arial';
  color:#e0d4d4;
  margin: 10px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e0f5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e2e3e5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4edda;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
