@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  margin: 0px;
  padding: 0px;
  background: #0f0b05; /* url("images/bg.png") no-repeat center top  */
  color: #302705;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
}

a {
  color: #1f1409;
  font-weight: 525
}

a:hover {
  color: #A56C32;
}

* {
  box-sizing: border-box;
}

b {
  font-weight: 525
}

.menu-top-status {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* margin-top: -30px; */
  /* align-items: center; */
  /* gap: 8px; */
}

#wrapper {
  width: calc(100vw - 17px);
}

.logo {
  display: block;
  margin: 50px auto 0px auto;
  /* height: 100%; */
}

@media only screen and (max-width: 1150px) {
  #wrapper {
    width: 1150px;
  }
}

header {
  display: block;
  width: 1168px;
  height: 169px;
  background-image: url("images/header-menu/navbar_sprite.png");
  /* width: 1150px; */
  margin: auto;
  /* padding: 20px 0 0 0; */
  filter: drop-shadow(0 2px 5px #000);
}
.header-menu-1, .header-menu-2, .header-menu-3, .header-menu-4, .header-menu-5 {
  height: 169px;
  display: block;
  float: left;
}
header a:hover p{
  opacity: 1;
  visibility: visible;
}
.header-menu-1 p, .header-menu-3 p, .header-menu-4 p, .header-menu-5 p {
  height: 169px;
  display: block;
  float: left;
  background-image: url("images/header-menu/navbar_sprite.png");
  background-position-y: -169px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;

  transition: opacity ease-in-out .2s, visibility ease-in-out .2s;
}
.header-menu-1 p{
  width: 100%;
  background-position-x: 0;
}
.header-menu-3 p{
  width: 100%;
  background-position-x: -488px;
}
.header-menu-4 p{
  width: 100%;
  background-position-x: -707px;
}
.header-menu-5 p{
  width: 100%;
  background-position-x: -878px;
}
.header-menu-1:hover p, .header-menu-3:hover p, .header-menu-4:hover p, .header-menu-5:hover p {
  visibility: visible;
  opacity: 1;
}
.header-menu-1 {
  display: block;
  width: 297px;
  height: 169px;
  transition: 0.25s;
}

.header-menu-1:hover {
}

.header-menu-2 {
  display: block;
  width: 191px;
  height: 169px;
  transition: 0.25s;
}

.header-menu-3 {
  display: block;
  width: 219px;
  height: 169px;
  transition: 0.25s;
}

.header-menu-3:hover {
}

.header-menu-4 {
  display: block;
  width: 171px;
  height: 169px;
  transition: 0.25s;
}

.header-menu-4:hover {
}

.header-menu-5 {
  display: block;
  width: 290px;
  height: 169px;
  transition: 0.25s;
}

.header-menu-5:hover {
}

.content-wrapper {
  width: 1150px;
  /* width: 1266px; */
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.sidebar {
  width: 240px;
  margin-top: -20px;
}

.content {
  width: 630px;
  filter: drop-shadow(0 2px 12px #0009);
}
@-moz-document url-prefix() {
  .content {
    filter: none !important;
  }
}

.content-pattern {
  position: relative;
  z-index: 1;
  background-image: url("images/content/content-pattern.png");
  margin-top: -4px;
  padding: 20px 40px 30px 40px;
}

.special-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.menu-box {
  margin-bottom: 10px;
  font-size: 14px;
  /* color: #998881; */
  filter: drop-shadow(0 2px 12px #0009);
}

.menu-box-info {
  padding: 10px 34px;
}

.menu-box-top {
  width: 228px;
  height: 95px;
  padding-top: 2px;
  background-image: url("images/menu_box/menu-box-top.png");
  display: flex;
  align-items: start;
  justify-content: center;
}

.menu-box-content {
  width: 228px;
  background-image: url("images/menu_box/menu-box-pattern.png");
}

.menu-box-item-background {
  width: 217px;
  height: 21px;
  padding: 0 0 4px 10px;
  /* margin-bottom: 6px; */
  /* padding: 0 32px; */
  /* padding-left: 36px;
  padding-right: -16px; */
  /* margin-left: 3px; */
  /* margin: 0 24px; */
  /* padding: 6px 10px; */
  /* margin-left: 16px; */
  background-image: url("images/menu_box/menu-box-item.png");
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position-x: center;
  /* transition: 0.25s; */
}

.menu-box-item-background a {
  padding-left: 32px;
}

/* .menu-box-item-background:hover {
  background-image: url("images/menu_box/menu-box-item-hover.png");
  background-position-y: auto;
} */

.menu-box-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  text-decoration: none;
  transition: 0.25s;
  font-weight: 600;
}

.menu-box-item img {
  margin-right: 10px;
}

.menu-box-item:hover {
  transform: translateX(5px);
}

.menu-box-bottom {
  width: 228px;
  height: 47px;
  background-image: url("images/menu_box/menu-box-bottom.png");
}

.top-players-item {
  display: flex;
  align-items: center;
  padding: 6px 10px 5px 25px;
}

.top-players-item:nth-child(odd) {
  background: url("images/menu_box/menu-box-pattern-2.png");
}

.top-players-item:nth-child(even) {
  background: url("images/menu_box/menu-box-pattern.png");
}

.top-players-item .info {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-left: 2px;
  font-size: 14px;
}

.top-players-item .info a {
  text-decoration: none;
  /* color: #ccbd91; */
  transition: 0.5s;
}

/* .top-players-item .info a:hover {
  color: #fff;
} */

.top-players-item .small {
  font-size: 12px;
  font-weight: normal;
}

.login-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.login-form-input {
  width: 172px;
  height: 30px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  /* border-radius: 4px; */
  /* border: 1px solid #2b2317; */
  background-image: url("images/login/input.png");
  /* background: #1e1000; */
  /* border: 0; */
  color: #4c2e0f;
  outline: none;
}

.login-form-input::placeholder {
  color: #4c2e0f;
}

/* Buttons */
.buttons-wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.buttons-wrapper-no-margin {
  display: flex;
  align-items: center;
}

.button {
  width: 135px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url("images/buttons/button.png");
  cursor: pointer;
  transition: .2s;
}

.button:hover {
  filter: brightness(1.2) contrast(1.2);
  box-shadow: 0 0 5px #0007;
}

.button-login {
  display: block;
  width: 172px;
  height: 30px;
  border: 0;
  background: transparent;
  background-image: url("images/buttons/login.png");
  cursor: pointer;
  transition: 0.2s;
}

.button-login:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 5px #0007;
}

.button-register {
  display: block;
  width: 172px;
  height: 30px;
  border: 0;
  background-image: url("images/buttons/register.png");
  cursor: pointer;
  transition: 0.2s;
}

.button-register:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 5px #0007;
}

.button-logout {
  display: block;
  width: 172px;
  height: 30px;
  border: 0;
  background: transparent;
  background-image: url("images/buttons/logout.png");
  cursor: pointer;
  transition: 0.2s;
}

.button-logout:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 5px #0007;
}

.button-download {
  display: block;
  width: 172px;
  height: 30px;
  border: 0;
  background: transparent;
  background-image: url("images/buttons/download.png");
  cursor: pointer;
  transition: 0.2s;
}

.button-download:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 5px #0007;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw - 17px);
  height: 94px;
  /* margin-top: -260px; */
  padding: 24px 0;
  background-image: url("images/background/background-bottom.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  color: #cccc8f;
}

@media only screen and (max-width: 1150px) {
  footer {
    width: 1150px;
    /* background-position: center; */
  }
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.my-5 {
  margin: 5px 0 0 0;
}

.mr-5 {
  margin-right: 5px;
}

/* News */
.NewsHeadlineBackground {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  /* height: 46px; */
  margin-bottom: 10px;
  background: url("images/content/content-post-header.png");
  background-position: bottom;
  background-repeat: no-repeat;
  font-size: 12px;
  padding-bottom: 20px;
}

.NewsHeadTitle {
  /* color: #66baff; */
  font-weight: bold;
  font-size: 16px;
}

/* Table */
table {
  width: 100%;
  font-size: 14px;
}

.table-title {
  background-image: url(images/tablehead.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: transparent !important;
    color: var(--table-th-text);
    text-shadow: 0 1px 2px var(--table-shadow);
    font-weight: bold;

  padding: 6px 8px 6px 8px;


  border-spacing: 0;
  border-collapse: separate;
  /* border: 1px solid var(--table-border); */
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: inherit;
  border-image: url(images/tborder.png) 4 4 0 4 repeat;
  border-image-width: 4px 4px 0 4px;
  box-shadow: 0 2px 7px var(--table-shadow);
  border-radius: 3px;

}

.table-row-header {
  padding: 6px 8px 6px 8px;
  color: #f2f2f2;
  font-weight: bold;
}

.table-title-white {
  padding: 6px 8px 6px 8px;
  font-weight: bold;
}

.static-table {
  padding: 12px 10px 12px 10px;
  margin-bottom: 20px;
  background-color: #e5e0a7;
  border-spacing: 0;
  border-collapse: separate;
  /* border: 1px solid var(--table-border); */
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: inherit;
  border-image: url(images/tborder.png) 0 4 4 4 repeat;
  border-image-width: 0 4px 4px 4px;
  box-shadow: 0 2px 7px var(--table-shadow);
  border-radius: 3px;
}

.static-table-label {
  padding-right: 10px;
  white-space: nowrap;
}

.static-table-content {
  width: 100%;
}

.static-table-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.table-rows {
  background: #aea880;
}

.table-rows tr:nth-child(odd) {
  background: #aea880;
}

.table-rows tr:nth-child(even) {
  background: #8e8b62;
}

.table-rows .static-table-label {
  padding-left: 5px;
  font-weight: bold;
}

.table-rows .static-table-content {
  padding-left: 5px;
}