@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body,
html {
  font-family: 'Onest', sans-serif;
  -webkit-transition: all .5s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

body {
  margin: 0;
  height: 100vh;
  overflow-x: hidden;
  background-image: url(../images/c3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}

#bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: translate(-50%, -50%)
}

button {
  background: none;
  color: inherit;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit
}

a {
  color: #ffffff;
  text-decoration: none
}

button:focus,
a:focus {
  outline: none
}

input[type=text]:focus,
input[type=password]:focus {
  outline: none;
  border-color: #69533d
}

input[type=submit],
input[type=file] {
  outline: none;
  border: 0;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer
}

input[type=checkbox]:focus,
.form-control:focus {
  outline: none
}

h1 {
  font-size: 22px
}

.navbar {
  background: url(../images/navbar.jpeg) repeat-x;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 30;
  transition: all .3s ease-in-out
}

.navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/navbar_before.png) no-repeat;
  width: 404px;
  height: 73px;
  z-index: -1
}

.navbar::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/navbar_after.png) no-repeat;
  width: 448px;
  height: 73px;
  z-index: -1
}

.navbar.not-scrolled {
  opacity: .55
}

.navbar.not-scrolled::before {
  opacity: .55
}

.navbar.not-scrolled::after {
  opacity: .55
}

body>nav.not-scrolled>div.nav-menu>ul>li.active,
body>nav.not-scrolled>div.nav-menu>ul>li.active::after {
  opacity: .55
}

body>nav.not-scrolled>div.nav-logo>img {
  opacity: .55
}

.nav-logo img {
  height: 38px;
  width: 38px;
  margin-top: -10px;
  margin-right: 80px;
  cursor: pointer
}

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

.fix-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000
}

.hidden {
  display: none !important
}

.hamburger {
  display: none
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fbe8d4
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: -15px
}

.nav-links li {
  padding: 0 15px;
  position: relative
}

.nav-links li.active::after {
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/nav_li.png) no-repeat;
  width: 53px;
  height: 21px
}

.nav-links li.active a {
  color: #ffdeb9 !important
}

.nav-links a {
  text-decoration: none;
  color: #dac0a3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-transform: uppercase;
  transition: all .3s ease
}

.nav-links a:hover,
.nav-links a.active {
  color: #ffdeb9;
  text-shadow: 0 0 10px #502015
}

.language-dropdown {
  position: relative
}

.language-select {
  width: 73px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-image: linear-gradient(to right, #4e2f2f, #5c3a3a);
  align-self: center;
  margin-top: -15px;
  margin-left: 90px;
  color: #c5ac90;
  text-transform: uppercase;
  font-size: 14px
}

.languages {
  position: absolute;
  top: 100%;
  left: 0;
  width: 73px;
  background-color: #514231;
  border-radius: 4px;
  margin-left: 90px;
  display: none
}

.languages a {
  margin: 0 auto;
  line-height: 40px;
  float: left;
  color: #c5ac90;
  width: 100%;
  height: 40px;
  padding-left: 12px
}

.languages a:hover {
  background-color: #631818
}

.languages a i {
  margin-top: 9px
}

.flags {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px
}

.flag-en {
  background: url(../images/en.png) no-repeat
}

.flag-de {
  background: url(../images/de.png) no-repeat
}

.flag-tr {
  background: url(../images/tr.png) no-repeat
}

.flag-ro {
  background: url(../images/ro.png) no-repeat
}

.flag-es {
  background: url(../images/es.png) no-repeat
}

.flag-cz {
  background: url(../images/cz.png) no-repeat
}

.flag-fr {
  background: url(../images/fr.png) no-repeat
}

.flag-gr {
  background: url(../images/gr.png) no-repeat
}

.flag-hu {
  background: url(../images/hu.png) no-repeat
}

.flag-it {
  background: url(../images/it.png) no-repeat
}

.flag-pl {
  background: url(../images/pl.png) no-repeat
}

.flag-pt {
  background: url(../images/pt.png) no-repeat
}

.logo-box {
  width: 573px;
  height: 128px;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%)
}

.logo-box video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  animation: logo_ani_scale 3s infinite
}

.logo {
  background: url(../../images/logo.png) no-repeat center center;
  margin-top: -90px;
  width: 573px;
  height: 308px;
  background-size: contain;
  animation: logo_ani_scale 3s infinite
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 30
}

.top-content {
  display: flex;
  justify-content: ;
  align-items: center;
  padding: 0 0 30px 0;
  margin-top: 240px
}

.download {
  background: url(../images/button.jpeg) no-repeat center center;
  height: 61px;
  font-size: 22px;
  color: #dac0a3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  transition: .3s
}

.download:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

.statistics {
  width: 359px;
  padding: 10px 10px 10px 0;
  position: relative;
  overflow: hidden
}

.statistics .online-now {
  height: 60px;
  background-color: #3c2718;
  background-image: url(../images/online.png);
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #dac0a3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.statistics .online-now span {
  font-size: 24px;
  color: #b4503c
}

.statistics-list,
.statistics-list--forum {
  list-style: none;
  padding-left: 0
}

.statistics-list li,
.statistics-list--forum li {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #b4503c;
  background: rgba(0, 0, 0, 0.2);
  padding: 7px 10px;
  position: relative
}

.statistics-list li::before {
  content: '';
  background-image: url(../images/statistics-list.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 10px
}

.statistics-list--forum li .sub-text {
  font-size: 13px;
  color: #dac0a3;
  padding-left: 5px
}

.statistics-list li .sub-text {
  font-size: 14px;
  color: #dac0a3;
  padding-left: 5px
}

.statistics-list li:nth-child(even),
.statistics-list--forum li:nth-child(even) {
  background: none
}

.mid-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 270px;
  background-color: #1b1b1e;
  background-image: url(../images/news-bg.png);
  background-repeat: no-repeat
}

.slider {
  width: 673px;
  height: 264px;
  background-color: #3e2a1e;
  display: flex;
  overflow: hidden
}

.slider-wrapper {
  position: relative
}

.slide {
  min-width: 100%;
  transition: transform .5s ease
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  opacity: .5;
  transition: .3s
}

.slider-control:hover {
  opacity: 1
}

.slider-control.left {
  left: 35px
}

.slider-control.right {
  right: 35px
}

.slider-control i {
  color: #fbe8d4;
  font-size: 24px
}

.info-boxes {
  display: flex;
  flex-direction: column
}

.info-boxes .box {
  width: 168px;
  height: 88px;
  background-color: #50392f;
  cursor: pointer;
  transition: .3s
}

.info-boxes .box:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

.info-boxes .box.discord {
  background: url(../images/dc.jpeg) no-repeat center center
}

.info-boxes .box.forum {
  background: url(../images/forum.jpeg) no-repeat center center
}

.info-boxes .box.support {
  background: url(../images/support.jpeg) no-repeat center center
}

.info-boxes .box:last-child {
  margin-bottom: 0
}

.toplist {
  padding: 0 10px 0 10px;
  position: relative
}

.toplist .title,
.mid-dark .title {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b4946e;
  color: #dac0a3;
  font-size: 14px;
  padding-bottom: 0;
  padding-left: 300px;
  flex-wrap: wrap;
  position: center;
  z-index: 10
}

.mid-dark .title i {
  margin: 0 5px 0 5px
}

.mid-dark .title .btn {
  margin-left: auto
}

.kr.top5 {
  width: 33px;
  height: 39px;
  padding-right: 35px;
  background: url(../images/logo_small.png) no-repeat center center
}

.kr.download {
  background: url(../images/download.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 49px;
  height: 33px
}

.toplist .icons {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 30;
  display: flex;
  float: right;
  cursor: pointer
}

.toplist .icons .icon-player {
  width: 54px;
  height: 42px;
  background: url(../images/icon_player.png) no-repeat center center;
  transition: .3s
}

.toplist .icons .icon-player:hover,
.toplist .icons .icon-player.active {
  background: url(../images/icon_player_hover.png) no-repeat center center
}

.toplist .icons .icon-guild {
  width: 54px;
  height: 42px;
  background: url(../images/icon_guild.png) no-repeat center center;
  transition: .3s
}

.toplist .icons .icon-guild:hover,
.toplist .icons .icon-guild.active {
  background: url(../images/icon_guild_hover.png) no-repeat center center
}

.toplist .responsive-table {
  width: 100%;
  border-collapse: collapse;
  color: #e4b9aa;
  font-size: 12px
}

.empire-flag {
  display: block;
  width: 29px;
  height: 16px;
  margin: 0 auto
}

.empire-flag.jinno {
  background: url(../images/jinno.jpeg) no-repeat
}

.empire-flag.shinsoo {
  background: url(../images/shinsoo.jpeg) no-repeat
}

.empire-flag.chunjo {
  background: url(../images/chunjo.jpeg) no-repeat
}

.toplist .responsive-table thead tr {
  background: transparent !important;
  height: auto
}

.toplist .responsive-table th,
.toplist .responsive-table td {
  text-align: left;
  padding: 8px
}

.toplist .responsive-table tbody td {
  font-size: 13px;
  color: #dac0a3
}

.toplist .responsive-table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.25)
}

.toplist .responsive-table tr {
  height: 50px
}

.toplist .responsive-table th,
.toplist .responsive-table td {
  text-align: center;
  padding: 8px
}

.first {
  color: #e2c76a
}

.second {
  color: #c9c9c9
}

.third {
  color: #d6a26a
}

.jinno {
  color: #a3c6da !important
}

.chunjo {
  color: #cebe80 !important
}

.shinsoo {
  color: #cd6969 !important
}

.level {
  color: #98ff33
}

.align1 {
  color: #d5bc8f;
}

.align2 {
  color: #5c6eff
}

.align3 {
  color: #7373ff
}

.align4 {
  color: #9b9bff
}

.align5 {
  color: #fff
}

.align6 {
  color: #cf7500
}

.align7 {
  color: #eb5300
}

.align8 {
  color: #e30000
}

.align9 {
  color: #f00
}

.toplist .title::after,
.mid-dark .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -2.5px;
  width: 83px;
  height: 18px;
  /* background-image: url(../images/title.png), linear-gradient(to right, #3e2a1e, #3e2a1e); */
  background-repeat: no-repeat, repeat-x;
  background-size: auto 100%, calc(100% - widthOfYourImage) 100%;
  background-position: left bottom, right bottom
}

.main-content {
  display: flex;
  align-items: flex-start;
  width: 100%
}

.side-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 27px
}

.mid-wrapper {
  display: flex;
  background-color: #3e2a1e;
  min-width: 0;
  overflow: hidden;
  flex-flow: wrap
}

.side-light,
.side-dark {
  width: 333px;
  overflow: hidden;
  margin-bottom: 33px
}

.side-light .content-separator,
.side-dark .content-separator {
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 1px;
  background-image: url(../images/content-separator.png);
}

.side-light {
  background-color: #212121;
}

.side-light .content,
.side-dark .content {
  padding: 15px 10px 15px 10px;
  /* background: url(../images/content.png) no-repeat center center; */
  background-size: auto
}

.side-dark .content {
  padding: 20px 18px 15px 18px;
  background: none
}

.side-dark .current-event {
  width: 297px;
  height: 80px;
  background: no-repeat center center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 25px
}

.side-dark .current-event .event-name {
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 105px;
  min-height: 20px;
  margin: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #bf9b7f;
  line-height: 20px;
  text-align: center;
  padding: 0 7px;
  background-image: linear-gradient(to right, #402f21, #503a29);
  white-space: normal
}

.side-dark .current-event .event-date {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 105px;
  height: 20px;
  margin: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #bf9b7f;
  line-height: 20px;
  text-align: center;
  padding: 0 7px 0 7px;
  background-image: linear-gradient(to right, #57402d, #6d4f38)
}

.side-dark .event-list {
  list-style: none;
  padding: 0;
  font-size: 11px
}

.side-dark .event-list li {
  display: flex;
  align-items: center;
  padding: 10px
}

.side-dark .event-list li.alternate-background {
  background-color: rgba(0, 0, 0, 0.15)
}

.side-dark .event-name {
  flex-basis: 40%;
  text-align: left;
  color: #f1dcc5;
  margin-right: 10px
}

.side-dark .event-date {
  flex-basis: 30%;
  color: #cc4444;
  margin-right: 10px
}

.side-dark .event-button {
  flex-basis: 30%;
  display: inline-block;
  background-color: #752d20;
  color: #cca97e;
  font-size: 11px;
  border-radius: 4px;
  width: 52px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  text-decoration: none;
  padding: 0 5px
}

.kr.login {
  width: 55px;
  height: 37px;
  padding-right: 35px;
  background: url(../images/login.png) no-repeat center center
}

.kr.event {
  width: 43px;
  height: 37px;
  padding-right: 35px;
  background: url(../images/event.png) no-repeat center center
}

.side-wrapper .title {
  background: url(../images/title_bg.png) no-repeat center center, #1e1d1e;
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  color: #dac0a3;
  padding: 0 14px 0 0
}

.side-wrapper .side-dark .title {
  background: url(../images/title_bg.png) no-repeat center center, #2e2e30;
}

.side-wrapper .title span {
  margin-left: auto;
  font-size: 12px;
  color: #dac0a3
}

.side-wrapper .title span a {
  color: #bd9c66;
  font-weight: 700
}

.login-form {
  color: #dac0a3
}

button.language-select {
  border: 0
}

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

.login-form .form-label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px
}

.login-form input[type=text],
.login-form select,
.login-form textarea,
.login-form input[type=password] {
  width: 100%;
  height: 44px;
  background-color: #1a1818;
  color: #dac0a3;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #740202;
  box-shadow: 0 0 0 1px #69533d, inset 0 0 5px #4e3f2d
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.login-form input[type=checkbox] {
  accent-color: #774431
}

.checkbox-label {
  font-size: 14px;
  margin-left: 5px
}

.styled-checkbox,
.mid-dark input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #dec2a5;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color .3s ease
}

.styled-checkbox:checked,
.mid-dark input[type=checkbox]:checked {
  background-color: #774431
}

.styled-checkbox::after,
.mid-dark input[type=checkbox]::after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #d5bb9f;
  font-size: 11px;
  transition: transform .2s ease;
  opacity: 0
}

.styled-checkbox:checked::after,
.mid-dark input[type=checkbox]:checked::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1
}

.side-wrapper .ucp {
  list-style: none;
  padding: 0;
  font-size: 14px
}

.side-wrapper .ucp li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%
}

.side-wrapper .ucp li a {
  display: block;
  width: 100%
}

.side-wrapper .btn-ucp {
  border-radius: 7px;
  display: flex;
  align-items: center;
  text-align: left;
  color: #dac0a3;
  height: 42px;
  background: #562217;
  background: linear-gradient(90deg, rgba(86, 34, 23, 1) 0, rgba(102, 39, 27, 1) 100%);
  border: 1px solid #722c1e;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.side-wrapper .btn-ucp:hover,
.side-wrapper .btn-ucp.active {
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

.side-wrapper .btn-ucp .icon {
  min-width: 42px;
  text-align: center;
  margin-right: 10px;
  line-height: 42px;
  border-right: 1px solid #722c1e
}

.side-wrapper .btn-ucp .icon i {
  font-size: 16px;
  color: #923b29
}

.form-links {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.form-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700
}

.side-dark {
  background-color: #212121;
}

.mid-dark {
  width: 840px;
  background-color: #212221;
  color: #dac0a3;
  flex-grow: 1
}



.mid-dark.dl {
  background: url(../images/bg_dl.png) 0 0 no-repeat ##212221;
  background-size: cover !important;
  background-position: top right !important
}

.mid-dark .content {
  padding: 25px;
  color: #dac0a3;
  font-size: 14px
}

.mid-dark .basic {
  padding: 7px 19px
}

.mid-dark {
  position: relative
}

.mid-dark.news {
  padding-bottom: 50px
}

.mid-dark.news:before {
  content: '';
  width: 100%;
  height: 25%;
  max-height: 180px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent 60px, #3f3f3f);
}

.card {
  border: 1px solid #754d35;
  border-radius: 4px;
  background-color: #492f1f;
  margin-bottom: 1rem
}

.card-header {
  background-color: rgba(0, 0, 0, 0.2);
  padding: .5rem 1rem;
  border-bottom: 1px solid #754d35;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold
}

.card-footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding: .5rem 1rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold
}

.card-body {
  padding: 1rem
}

.mid-dark .form-group {
  margin-bottom: 15px
}

.mid-dark .form-group label {
  display: block;
  margin-bottom: 5px
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px
}

.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=date],
.form-row input[type=number],
.form-row input[type=tel],
.form-row input[type=url],
.form-row input[type=search],
.form-row select,
.form-row .btn,
.form-row button {
  margin: 0
}

.form-row .btn,
.form-row button {
  margin-left: 5px
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
.form-group .form-control,
select {
  width: 100%;
  background-color: #57412f;
  border: 1px solid #745740;
  box-shadow: inset 0 0 15px rgba(62, 42, 30, 0.6);
  padding: 8px 12px;
  border-radius: 4px;
  color: #dac0a3;
  transition: border-color .3s ease;
  margin-top: 5px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
.form-group .form-control:focus,
select:focus {
  border-color: #906d50
}

.form-group .form-text.text-muted {
  font-size: 11px;
  color: #dda17a;
  display: block;
  margin-top: 5px
}

.mid-dark table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  margin-bottom: 1rem;
  overflow-x: auto
}

.mid-dark table.ranking td,
.mid-dark table.ranking th {
  text-align: left
}

table.ranking .empire-flag {
  margin: 0
}

.mid-dark th,
.mid-dark td {
  text-align: center;
  padding: 12px
}

.mid-dark table thead th {
  background-color: #492f1f
}

.mid-dark tr {
  border-bottom: 1px solid #513828
}

.mid-dark tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.2)
}

.btn,
button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #cca97e;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  border: 0;
  cursor: pointer;
  background-color: #752d20;
  border: 1px solid #a24632;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 10px;
}

.btn.fa.fa-thumbs-up.emojimenutoggle {
  padding: 8px 12px
}

.btn-success {
  background-image: linear-gradient(to right, #31371f, #37401d);
  border: 1px solid #5b6538
}

.btn-danger {
  background-image: linear-gradient(to right, #3b1918, #421d1c);
  border: 1px solid #612828
}

.btn-warning {
  background-image: linear-gradient(to right, #4e3416, #553a1d);
  border: 1px solid #7d6244
}

.btn-info {
  background-image: linear-gradient(to right, #172d33, #213c44);
  border: 1px solid #285461
}

.btn:hover,
button:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

.news-button {
  margin: 0 20px 15px 0;
  float: right;
  position: relative;
  z-index: 3
}

.btn-main,
.mid-dark input[type=submit]:not(forum-tags),
.mid-dark input[type=file] {
  display: inline-block;
  width: 183px;
  height: 48px;
  background-image: url(../images/button2.jpeg);
  background-size: cover;
  background-position: center;
  color: #dac0a3;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-main:hover,
.mid-dark input[type=submit]:hover,
.mid-dark input[type=file]:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

.content-separator {
  height: 1px;
  background-image: url(../images/content-separator2.png);
  margin: 10px 0 10px 0
}

.kr.basic {
  width: 47px;
  height: 40px;
  padding-toğ: 0px;
  background: url(../images/logo_small.png) no-repeat center center
}

.toplist .title span,
.mid-dark .title span {
  margin-left: auto;
  color: #cc7344;
  font-size: 12px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6)
}

.site-footer {
  background-image: url(/static/img/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 288px;
  text-align: center;
  color: #a0a0a0;
  font-size: 14px;
  padding-top: 175px
}

.footer-links {
  text-transform: uppercase;
  padding-bottom: 20px
}

.footer-links a {
  margin: 0 42.5px;
  text-decoration: none;
  color: #c0c0c0;
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px
}

.footer-socials .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px
}

.footer-socials .icon:last-child {
  margin-right: 0
}

.footer-socials .icon.fb {
  background: url(../images/icons.png) -10px -10px
}

.footer-socials .icon.fb:hover {
  background: url(../images/icons_hover.png) -65px -10px
}

.footer-socials .icon.insta {
  background: url(../images/icons.png) -10px -65px
}

.footer-socials .icon.insta:hover {
  background: url(../images/icons_hover.png) -65px -65px
}

.footer-socials .icon.m2dl {
  background: url(../images/icons.png) -120px -10px
}

.footer-socials .icon.m2dl:hover {
  background: url(../images/icons_hover.png) -120px -65px
}

.footer-socials .icon.tiktok {
  background: url(../images/icons.png) -10px -120px
}

.footer-socials .icon.tiktok:hover {
  background: url(../images/icons_hover.png) -65px -120px
}

.footer-socials .icon.whatsapp {
  background: url(../images/icons.png) -120px -120px
}

.footer-socials .icon.whatsapp:hover {
  background: url(../images/icons_hover.png) -175px -10px
}

.footer-socials .icon.dc {
  background: url(../images/icons.png) -175px -65px
}

.footer-socials .icon.dc:hover {
  background: url(../images/icons_hover.png) -65px -175px
}

.footer-socials .icon.x {
  background: url(../images/icons.png) -10px -175px
}

.footer-socials .icon.x:hover {
  background: url(../images/icons_hover.png) -175px -120px
}

.footer-socials .icon.epvp {
  background: url(../images/icons.png) -120px -175px
}

.footer-socials .icon.epvp:hover {
  background: url(../images/icons_hover.png) -175px -175px
}

.footer-socials .icon.m2pserver {
  background: url(../images/icons.png) -230px -65px
}

.footer-socials .icon.m2pserver:hover {
  background: url(../images/icons_hover.png) -230px -10px
}

.footer-socials .icon.inforge {
  background: url(../images/icons.png) -230px -120px
}

.footer-socials .icon.inforge:hover {
  background: url(../images/icons_hover.png) -230px -175px
}

.alert {
  color: #dac0a3;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px
}

.alert-info {
  background-color: #244c58;
  border: 1px solid #518aa5
}

.alert-danger,
.alert-error {
  background-color: #582424;
  border: 1px solid #a55151
}

.alert-warning {
  background-color: #6a5224;
  border: 1px solid #a58251
}

.alert-success {
  background-color: #495023;
  border: 1px solid #68722f
}

.alert ul {
  margin-left: 15px
}

.alert ul li {
  padding-top: 2px;
  padding-bottom: 2px
}

.board-text-input {
  width: 100%;
  border: 0;
  color: #b4946e !important;
  padding: 6px 10px 6px 10px;
  background: #281c14;
  resize: vertical;
  margin-top: 15px;
  border-radius: 10px;
  color: inherit
}

.board-text-input:focus,
.mid-dark textarea:focus {
  outline: none !important;
  border: 1px solid #553c2b
}

.card-body.board {
  padding: 0
}

.title-right {
  font-size: 15px;
  color: #dac0a3
}

.topics-nav {
  font-size: 1.3rem;
  color: #c4c4c4
}

.topics-nav .nav {
  display: flex;
  padding: 10px;
  justify-content: space-between
}

.pageNav {
  display: flex;
  align-items: center
}

.pageNav a {
  font-size: 12px;
  color: #dac0a3
}

.pageNav-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-table;
  margin-left: 0 !important
}

.pageNav-page.pageNav-page--current {
  background-color: #682417;
  cursor: pointer
}

.pageNav-page:not(:last-child) {
  border-right: none
}

.pageNav-page {
  display: inline-table;
  background: #766450;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 7px;
  text-align: center;
  margin-right: 5px
}

.pageNav-page>a {
  display: block;
  padding: 0 8px;
  text-decoration: none;
  color: inherit;
  color: #fff !important;
  border-radius: 7px;
  transition: .15s ease-in-out
}

.pageNav-page>a:hover {
  background-color: #a89075;
  border-radius: 7px
}

.topics-container {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.topics-container-group {
  display: table-row-group
}

.topics-container-group.sticky .topic-item {
  background-color: #4f3c31
}

.topic-item {
  display: table;
  table-layout: fixed;
  background-color: #3c291d;
  border-bottom: 1px solid #624b3d;
  color: #d7ccc1;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 530px
}

.topics-main {
  overflow-x: auto
}

.topic-item-cell.topic-item-cell--icon {
  width: 40px;
  position: relative
}

.topic-item-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px
}

.topic-item-cell--icon+.topic-item-cell--main,
.topic-item-cell--icon+.topic-item-cell--newThread {
  padding-left: 0
}

.topic-item-cell.topic-item-cell--meta {
  width: 80px
}

.topic-item-cell.topic-item-cell--latest {
  width: 140px;
  text-align: right
}

.topic-item-cell.topic-item-cell--icon.topic-item-cell--iconEnd {
  width: 44px;
  padding-left: 5px
}

.topic-item-statuses,
.topic-item .topic-item-extraInfo {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right
}

.topic-item-statuses>li,
.topic-item .topic-item-extraInfo>li {
  float: left;
  margin-left: 8px;
  list-style: none
}

.u-srOnly {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.topic-item-cell--main .topic-item-minor {
  display: flex;
  align-items: center
}

.topic-item-cell--main .topic-item-minor {
  clear: both
}

.topic-item-minor a span {
  font-size: 14px;
  color: #dac0a3 !important
}

.topic-item-parts li span {
  color: #dac0a3 !important
}

.topic-item-cell--main .topic-item-minor .topic-item-parts {
  flex-grow: 1;
  margin-left: 0
}

.topic-item-parts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline
}

.topic-item-parts>li {
  display: inline;
  margin: 0;
  padding: 0
}

.topic-item-parts>li {
  display: inline;
  margin: 0;
  padding: 0
}

.topic-item .pairs {
  line-height: inherit
}

.pairs.pairs--justified {
  justify-content: space-between
}

.pairs {
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 1.7
}

.pairs.pairs--justified>dt {
  float: left;
  max-width: 100%;
  margin-right: 10px;
  flex-shrink: 0
}

.pairs>dt {
  padding: 0;
  margin: 0
}

.pairs.pairs--justified>dd {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.pairs>dd {
  padding: 0;
  margin: 0
}

.topic-item-iconContainer .avatar.avatar--xxs {
  width: 37px;
  height: 37px;
  font-size: 14px
}

.topic-item-title a {
  color: #e1e1e1 !important;
  font-size: 14px;
  transition: color .15s ease-in-out
}

.topic-item-title a:hover {
  color: #b56353 !important
}

.avatar img:not(.cropImage) {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #533929;
  border: 1px solid #845b42;
  border-radius: 3px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0px, 4px, 0px);
  z-index: 20;
  width: 100%;
  left: 0
}

.dropdown-item {
  color: #dac0a3;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.dropdown-item:hover {
  background-color: #77523c
}

.dropdown-toggle {
  background-color: #752d20;
  color: #cca97e;
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid #a24632;
  cursor: pointer;
  width: auto
}

.popover {
  display: none;
  position: absolute;
  background-color: #57412f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #745740;
  color: #dac0a3;
  border-radius: 4px;
  padding: 10px;
  z-index: 1000;
  transition: opacity .3s ease, transform .3s ease;
  transform: scale(0.95);
  left: 30%
}

.mid-dark .bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.mid-dark .bottom-section div {
  display: flex;
  align-items: center
}

.forum-container {
  background-color: #513828;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.forum-topic {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 7px;
  border-bottom: 1px solid #754d35;
  margin-bottom: 5px;
  transition: background-color .3s
}

.forum-topic:hover {
  background-color: #754d35
}

.forum-topic:last-child {
  margin-bottom: 0
}

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

.forum-icon i {
  font-size: 24px;
  color: #cca97e;
  margin-right: 15px;
  width: 35px
}

.thread-icon i {
  width: 40px;
  font-size: 16px
}

.forum-details {
  flex-grow: 1
}

.forum-details.status {
  width: 55px;
  padding-left: 15px
}

.forum-details.stats {
  display: grid
}

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

.forum-title .fa-lock {
  margin-right: 15px;
  margin-left: 10px;
  color: #cca97e
}

.forum-title a {
  display: block;
  color: #cc7344;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.forum-title a.thread-vote {
  width: 70px
}

.forum-stats {
  color: #dac0a3;
  font-size: 14px
}

.forum-latest {
  text-align: right;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.forum-latest a {
  color: #da5942 !important
}

.forum-latest .latest-post {
  display: block;
  color: #dac0a3;
  text-decoration: none;
  text-align: right;
  width: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.forum-latest time {
  display: block;
  color: #cca97e;
  font-size: 12px
}

@media (max-width:768px) {
  .forum-topic {
    flex-direction: column;
    align-items: start
  }

  .forum-latest {
    text-align: left;
    margin-top: 10px
  }
}

.forum-posts {
  margin-top: 20px
}

.forum-post {
  background-color: #754d35;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 7px;
  overflow-wrap: break-word
}

.forum-post.first-post {
  padding: 22px;
  background-color: #402315;
  font-size: 15px;
  border: 1px solid #82492e
}

.gm_color {
  color: #ffda00 !important;
  font-weight: bold;
  line-height: 22px
}

.post-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px
}

.post-author,
.post-date {
  color: #cca97e
}

.forum-reply form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px
}

.forum-reply input[type=submit] {
  background-color: #752d20;
  color: #dac0a3;
  border: 1px solid #a24632;
  border-radius: 5px;
  line-height: 0;
  cursor: pointer
}

.react-level-option {
  display: flex;
  align-items: center
}

.forum-post {
  background-color: #3f2b1e;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px
}

.post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.post-author {
  font-weight: bold;
  color: #cca97e
}

.post-author i {
  margin-right: 5px
}

.post-date {
  margin-left: 10px;
  font-size: 12px;
  color: #cca97e
}

.post-vote {
  margin-left: auto
}

.post-vote i {
  margin-right: 5px
}

.post-content {
  color: #dac0a3;
  margin-bottom: 15px;
  word-wrap: normal;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.post-content ul,
.post-content ol,
.post-content dl,
.content ul {
  padding-left: 30px;
  padding-top: 5px
}

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

.post-actions {
  display: flex;
  list-style: none
}

.post-actions li {
  margin-right: 10px;
  color: #cca97e
}

.emoji-container {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center
}

.emoji-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 5px 0 5px;
  background-color: hsla(234.935 calc(1 * 85.556%) 64.706% / .15);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 3px;
  transition: background-color .3s ease
}

.emoji-container a:hover {
  background-color: #966344
}

.emoji-container a {
  color: #cca97e;
  text-decoration: none
}

.emoji-container a i {
  margin-left: 5px
}

.emoji-container .btn {
  margin: 0
}

@media (max-width:768px) {

  .post-header,
  .post-footer {
    flex-direction: column;
    align-items: flex-start
  }
}

.action-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px
}

.action-buttons button,
.action-buttons select {
  margin-top: 0;
  margin-bottom: 0
}

::placeholder {
  color: #b49e85;
  opacity: 1
}

:-ms-input-placeholder {
  color: #b49e85
}

::-webkit-input-placeholder {
  color: #b49e85
}

@media screen and (max-width:550px) {
  .mid-content {
    margin-top: 168px
  }

  .mid-dark .content {
    padding: 25px 0 25px 0
  }

  .hide-m {
    display: none
  }
}

@media screen and (max-width:400px) {
  .side-dark .current-event {
    width: unset
  }
}

@media screen and (max-width:790px) {
  .language-select {
    margin-left: 7px
  }

  .nav-logo img {
    margin-right: 7px
  }

  .footer-links a {
    margin: 0 10px
  }

  #bg-video {
    visibility: hidden
  }
}

@media screen and (max-width:1085px) {
  .slider {
    width: 400px
  }

  .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
  }

  .mid-content {
    position: relative;
    justify-content: center
  }

  .statistics {
    width: 100%
  }
}

@media screen and (max-width:930px) {
  .slider-wrapper {
    display: none
  }

  .r-advertisement {
    display: none;
    -webkit-animation: none;
    animation: none
  }

  #discord {
    display: none
  }

  .statistics {
    height: unset
  }

  .side-dark {
    display: none
  }
}

@media screen and (max-width:840px) {
  .main-content {
    flex-direction: column;
    align-items: center
  }

  .mid-wrapper,
  .side-wrapper {
    width: 100%;
    margin-right: 0
  }

  .side-light,
  .side-dark {
    width: unset
  }
}

@media screen and (max-width:635px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background-color: #342a1d;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px;
    transition: opacity .3s ease, height .3s ease, visibility .3s ease;
    visibility: hidden;
    opacity: 0
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0
  }

  .nav-links li.active::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border-bottom: 1px solid #a5402d;
    width: 53px;
    height: 21px
  }

  .language-select {
    margin: 0 auto
  }

  .language-dropdown {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px
  }

  .languages {
    top: 35px;
    right: 0;
    left: unset
  }

  .nav-links li {
    width: 100%;
    padding: 10px 0
  }

  .nav-menu.active {
    left: 0;
    display: block
  }

  .nav-item {
    margin: 2.5rem 0
  }

  .nav-links {
    margin-top: 0
  }

  .nav-logo img {
    margin-right: 0
  }

  .hamburger {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
  }

  .logo-box {
    height: 90px;
    max-width: 75% !important;
    top: 67px
  }

  .logo {
    max-width: 100% !important
  }

  .mid-content {
    flex-direction: column;
    align-items: center
  }

  .slider-wrapper {
    display: flex !important
  }

  .slider {
    width: 100%;
    height: auto
  }

  .slider img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset
  }

  .top-content {
    justify-content: center
  }

  .info-boxes {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    display: none !important
  }

  .navbar::after {
    background: transparent
  }
}

.content-tabs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgb(59 59 62);
  width: 98%;
  padding: 5px;
  margin: 10px auto 10px auto;
  border-radius: 6px
}

input[name=tab]+label {
  border-radius: 7px;
  padding: 7px;
  text-align: left;
  color: #dac0a3;
  margin: 5px;
  cursor: pointer;
  background: #562217;
  background: linear-gradient(90deg, rgba(86, 34, 23, 1) 0, rgba(102, 39, 27, 1) 100%);
  border: 1px solid #722c1e;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

input[name=tab]:checked+label {
  border-radius: 7px;
  padding: 7px;
  text-align: left;
  color: #dac0a3;
  cursor: pointer;
  /* background: #763021; */
  background: linear-gradient(90deg, rgb(84 0 0) 0, rgb(82 0 0) 100%);
  border: 1px solid #9b3e2a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

input[type=radio][name=tab] {
  display: none
}

#discord {
  position: fixed;
  top: 100px;
  right: -150px;
  z-index: 45;
  opacity: .5;
  transition: .3s
}

#discord:hover {
  right: 0;
  opacity: 1
}

.closed {
  background-color: rgba(173, 151, 151, 0.2)
}

.sticky {
  background-color: rgba(95, 48, 18, 0.6)
}

.thread-voted {
  color: green
}

.reacted {
  border: 2px solid #51733b
}

.emojimenu {
  height: 50px;
  position: relative;
  display: contents;
  background-color: transparent
}

div.emojis {
  display: contents
}

.right {
  right: 0;
  position: absolute
}

ul,
ol {
  line-height: 20px
}

.clickable {
  cursor: pointer
}

.text-left {
  text-align: left
}

.r-advertisement {
  right: 0;
  width: 173px;
  height: 290px;
  position: fixed;
  top: 45%;
  z-index: 999;
  -webkit-animation: flashing infinite 3s linear;
  animation: flashing infinite 3s linear
}

.main_pc {
  color: #FFC800
}

@-webkit-keyframes flashing {

  0%,
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
  }

  50% {
    -webkit-filter: brightness(150%);
    filter: brightness(150%)
  }
}

@keyframes flashing {

  0%,
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
  }

  50% {
    -webkit-filter: brightness(150%);
    filter: brightness(150%)
  }
}

@keyframes logo_ani_scale {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

ul.nav-links>li.active {
  font-weight: bold
}

ul.nav-links>li:hover {
  font-weight: bold
}

@keyframes blinking {
  0% {
    filter: hue-rotate(0deg);
    transform: scale(1.0)
  }

  50% {
    filter: hue-rotate(-10deg);
    transform: scale(1.04)
  }

  100% {
    filter: hue-rotate(0deg);
    transform: scale(1.0)
  }
}

.blink {
  animation: blinking 1.0s infinite
}

a:not(.logo-box),
.btn-ucp,
img,
.download,
.current-event,
button,
input[type='submit'] {
  transition: transform .2s
}

a:not(.logo-box):hover,
.btn-ucp:hover,
img:hover,
.download:hover,
.current-event:hover,
button:hover,
input[type='submit']:hover {
  transform: scale(1.03)
}

.forum-tag {
  display: inline-block;
  padding: .2em .5em;
  margin: .2em;
  border-radius: .2em;
  color: white;
  font-size: .8em
}

.gm_icon {
  display: inline-block;
  margin-bottom: -6px;
  width: 44px;
  height: 22px;
  background: url(../images/gm.png) no-repeat center center
}

div.post-content img,
div.content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

.content-less-padding {
  padding: 8px 2px !important
}

.forum-ticker {
  padding: 5px
}

.forum-ticker .forum-ticker-item {
  background-color: rgba(81, 56, 40, 0.4);
  display: block;
  padding: 8px 12px;
  margin: 5px 0;
  border-radius: 6px;
  transition: background-color .2s ease, transform .2s ease;
  border: 1px solid rgba(180, 148, 110, 0.1)
}

.forum-ticker .forum-ticker-item:hover {
  background-color: rgba(117, 77, 53, 0.6)
}

.forum-ticker .ticker-content {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.forum-ticker .ticker-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px
}

.forum-ticker .category-tag {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #dac0a3;
  background-color: rgba(204, 169, 126, 0.15)
}

.forum-ticker .category-tag.dev-diary {
  background-color: rgba(255, 218, 0, 0.15);
  color: #ffda00
}

.forum-ticker .category-tag.marketplace {
  background-color: rgba(204, 115, 68, 0.15);
  color: #cc7344
}

.forum-ticker .thread-title {
  color: #dac0a3;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.forum-ticker .ticker-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #cca97e
}

.forum-ticker .author {
  color: #cc7344
}

.forum-ticker .topic-item-latestDate {
  color: #b4946e;
  font-size: 11px
}

.forum-ticker .fa-clock {
  color: #754d35;
  font-size: 12px
}

.forum-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s ease
}

.forum-tag.approved {
  background-color: rgba(81, 115, 59, 0.4);
  color: #98cc65;
  border: 1px solid rgba(125, 166, 84, 0.4)
}

.forum-tag.approved:hover {
  background-color: rgba(81, 115, 59, 0.5);
  border-color: rgba(125, 166, 84, 0.5)
}

.forum-tag.rejected {
  background-color: rgba(180, 80, 60, 0.4);
  color: #ff8f5e;
  border: 1px solid rgba(204, 115, 68, 0.4)
}

.forum-tag.rejected:hover {
  background-color: rgba(180, 80, 60, 0.5);
  border-color: rgba(204, 115, 68, 0.5)
}

.forum-tag i {
  font-size: 11px
}

.forum-tag.low-prio {
  background-color: rgba(147, 87, 180, 0.4);
  color: #c49ddb;
  border: 1px solid rgba(196, 157, 219, 0.4)
}

.forum-tag.low-prio:hover {
  background-color: rgba(147, 87, 180, 0.5);
  border-color: rgba(196, 157, 219, 0.5)
}

.forum-tag.noted {
  background-color: rgba(70, 130, 180, 0.4);
  color: #89c2e8;
  border: 1px solid rgba(137, 194, 232, 0.4)
}

.forum-tag.noted:hover {
  background-color: rgba(70, 130, 180, 0.5);
  border-color: rgba(137, 194, 232, 0.5)
}

.forum-tag.considering {
  background-color: rgba(180, 140, 50, 0.4);
  color: #ffd280;
  border: 1px solid rgba(255, 210, 128, 0.4)
}

.forum-tag.considering:hover {
  background-color: rgba(180, 140, 50, 0.5);
  border-color: rgba(255, 210, 128, 0.5)
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  width: 100%
}

.news-card {
  position: relative;
  /* background: linear-gradient(0deg, rgb(93 0 0) 0%, rgba(237, 221, 83, 0) 30%); */
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  border: 1px solid rgba(180, 148, 110, 0.2)
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3)
}

.news-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0%; /* BU HALİYLE AŞAĞI KAYAR */
    display: block;
}

.news-card:hover .news-image img {
  transform: scale(1.05)
}

/* Yatay sıra */
.news-row{
    display:flex;          /* yan yana */
    gap:12px;              /* kutular arası boşluk */
    overflow-x:auto;       /* taşarsa kaydır */
}

/* Tek slider kutusu */
.news-image{
    flex:0 0 300px;        /* her biri 300 px genişlik (değiştirilebilir) */
    position:relative;
}

.news-image img{
    width:100%;
    height:200px;          /* yükseklik isteğe bağlı */
    object-fit:cover;
    display:block;
}

.news-content {
  padding: 15px;
  background: linear-gradient(0deg, rgb(131 0 0) 0%, rgba(237, 221, 83, 0) 90%);
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.news-date {
  font-size: 12px;
  color: #ff0000;
}

.news-author {
  display: flex;
  align-items: center;
  gap: 5px
}

.news-title {
  color: #dac0a3;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

@media (max-width:768px) {
  .news-grid {
    grid-template-columns: 1fr;
    padding: 10px
  }

  .news-image {
    height: 160px
  }
}

@media (max-width:1200px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:768px) {
  .news-grid {
    grid-template-columns: 1fr
  }

  .news-image {
    height: 160px
  }
}

@media (max-width:1200px) {
  .statistics {
    margin-top: 10px
  }
}

.statistics .forum-ticker .forum-ticker-item {
  margin: 9px 0;
  border-radius: 0;
  background-color: rgb(55 55 55);
  transition: background-color .2s ease, transform .2s ease;
  border: 1px solid rgb(190 156 116 / 10%)
}

.statistics .forum-ticker .forum-ticker-item:last-child {
  margin-bottom: 0
}

.statistics .forum-ticker {
  padding: 0
}

.statistics .thread-title {
  color: #dac0a3;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  display: inline-block
}

.statistics .ticker-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

@media (max-width:768px) {
  .thread-title {
    max-width: 140px
  }
}

.shoutbox {
  background-color: rgb(53 36 25 / 70%);
  border: 1px solid rgb(30 23 14 / 20%);
  border-radius: 8px
}

.shoutbox .shoutbox-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 15px;
  color: #d19270;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: url(../images/side_title_bg.png) no-repeat center center, #493122b3;
  border-radius: 8px 8px 0 0
}

.shoutbox .shoutbox-controls {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 12px
}

.shoutbox .shoutbox-control {
  color: #b4946e;
  font-size: 12px;
  transition: color .2s ease
}

.shoutbox .shoutbox-control:hover {
  color: #dac0a3
}

.shoutbox .shoutbox-content {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px
}

.shoutbox .shoutbox-empty {
  text-align: center;
  padding: 20px;
  color: #b4946e;
  font-size: 13px
}

.shoutbox .shoutbox-message {
  display: flex;
  gap: 10px;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  transition: background-color .2s ease;
  border-bottom: 1px solid #5a4336
}

.shoutbox .shoutbox-message:hover {
  background-color: rgba(117, 77, 53, 0.1)
}

.shoutbox .message-avatar {
  width: 32px;
  height: 32px;
  background-color: rgba(180, 148, 110, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

.shoutbox .avatar-text {
  color: #dac0a3;
  font-size: 12px;
  font-weight: bold
}

.shoutbox .message-content {
  flex: 1;
  min-width: 0
}

.shoutbox .message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px
}

.shoutbox .message-author {
  color: #dac0a3;
  font-size: 13px;
  font-weight: bold
}

.shoutbox .message-time {
  color: #b4946e;
  font-size: 11px
}

.shoutbox .message-text {
  color: #dac0a3;
  font-size: 13px;
  word-break: break-word
}

.shoutbox .shoutbox-input {
  display: flex;
  gap: 8px;
  padding: 10px;
  align-items: flex-start
}

.shoutbox .shoutbox-input textarea {
  flex: 1;
  background-color: rgba(81, 56, 40, 0.6);
  border: 1px solid rgba(180, 148, 110, 0.2);
  border-radius: 4px;
  margin-top: 0;
  color: #dac0a3;
  font-size: 13px;
  padding: 8px 40px 8px 12px;
  resize: none;
  min-height: 36px;
  line-height: 20px
}

.shoutbox .input-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-start
}

.shoutbox .shoutbox-input textarea:focus {
  outline: none;
  border-color: rgba(180, 148, 110, 0.4)
}

.shoutbox .btn-send {
  background-color: rgba(180, 148, 110, 0.2);
  border: 1px solid rgba(180, 148, 110, 0.2);
  border-radius: 4px;
  color: #dac0a3;
  width: 36px;
  height: 36px;
  display: flex;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  transition: all .2s ease
}

.shoutbox .btn-send:hover {
  background-color: rgba(180, 148, 110, 0.3);
  border-color: rgba(180, 148, 110, 0.3)
}

.shoutbox .btn-emoji {
  position: absolute;
  right: 8px;
  color: #b4946e;
  font-size: 16px;
  padding: 4px;
  background: none;
  border: 0;
  transition: color .2s ease
}

.shoutbox .btn-emoji:hover {
  color: #dac0a3
}

.shoutbox-content::-webkit-scrollbar {
  width: 6px
}

.shoutbox-content::-webkit-scrollbar-track {
  background: rgba(81, 56, 40, 0.4)
}

.shoutbox-content::-webkit-scrollbar-thumb {
  background: rgba(180, 148, 110, 0.3);
  border-radius: 3px
}

.shoutbox-content::-webkit-scrollbar-thumb:hover {
  background: rgba(180, 148, 110, 0.4)
}

@media (max-width:768px) {
  .shoutbox-content {
    max-height: 250px
  }

  .shoutbox .message-avatar {
    width: 28px;
    height: 28px
  }

  .shoutbox .shoutbox-input textarea {
    font-size: 12px
  }
}

.shoutbox .content-separator {
  margin: 0
}

.shoutbox-language {
  background-color: rgba(81, 56, 40, 0.6);
  border: 1px solid rgba(180, 148, 110, 0.2);
  border-radius: 4px;
  color: #dac0a3;
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
  transition: all .2s ease;
  margin-top: 0
}

.shoutbox-language:hover {
  border-color: rgba(180, 148, 110, 0.4)
}

.shoutbox-language:focus {
  outline: none;
  border-color: rgba(180, 148, 110, 0.4)
}

.shoutbox-language option {
  background-color: #513828;
  color: #dac0a3;
  padding: 8px
}

.shoutbox-language option[value=global] {
  background-image: url(../images/en.png)
}

.shoutbox-language option[value=de] {
  background-image: url(../images/de.png)
}

.shoutbox-language option[value=tr] {
  background-image: url(../images/tr.png)
}

.shoutbox-language option[value=ro] {
  background-image: url(../images/ro.png)
}

.language-dd {
  position: relative
}

.language-dd .s-language-select {
  background: rgba(81, 56, 40, 0.4);
  border: 1px solid rgba(180, 148, 110, 0.2);
  border-radius: 4px;
  color: #dac0a3;
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 70px;
  margin-bottom: 0
}

.language-dd .s-languages {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background: rgba(81, 56, 40, 0.4);
  padding: 3px;
  border-radius: 4px;
  border: 1px solid rgba(180, 148, 110, 0.2);
  display: none;
  min-width: 100%;
  z-index: 1000
}

.language-dd .s-language-select:hover .s-languages {
  display: block
}

.language-dd .s-languages a {
  color: #dac0a3;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap
}

.language-dd .s-languages a:hover {
  background: rgba(180, 148, 110, 0.2);
  color: #f7954c
}

.language-dd .s-languages a.active {
  background: rgba(117, 77, 53, 0.6);
  color: #f7954c
}

.language-dd .flags {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle
}

.language-dd .s-languages {
  transform-origin: top;
  animation: dropdownOpen .2s ease
}

@keyframes dropdownOpen {
  from {
    opacity: 0;
    transform: translateY(-10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width:768px) {

  .language-dd .s-language-select,
  .s-languages a {
    font-size: 11px;
    padding: 3px 6px
  }

  .language-dd .flags {
    width: 18px;
    height: 14px
  }
}

.modal {
  display: block;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 160px;
  transition: all .5s ease
}

.modal-content {
  background-color: #57412f;
  border: 1px solid #745740;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: opacity .2s ease, transform .2s ease;
  opacity: 1;
  transform: scale(1)
}

.close {
  color: #dac0a3;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer
}

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

.modal-header {
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #4a3626;
  color: #dac0a3;
  border-bottom: 1px solid #745740
}

.modal-body {
  padding: 15px;
  font-size: 14px;
  color: #dac0a3
}

.fade{
  display: none;
}

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

.mt-3{
  margin-top: 15px;
}

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

.pagination {
  display: inline-block;
}

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

.swal2-styled.swal2-confirm{
  display: flex!important;
  align-items: center!important;
  height: 45px;
}
