#left_1 {
    background: #000;
    margin-top: 10;
    background: url(../images/menu.png) no-repeat;
    background-size: 292px auto;
    background-size: 100% auto;
    width: 100%;
    height: 5px;
	image-rendering: pixelated;
}
#left_2 {
    background: #000;
    background: url(../images/menu1.png) repeat-y;
    width: 237px;
    background: #000 url(../images/menu1.png) repeat-y;
    background-size: 292px auto;
    background-size: 100% auto;
    width: 100%;
	image-rendering: pixelated;
}
#left_3 {
    background: #000;
    background: url(../images/menu2.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 10px;
	image-rendering: pixelated;
}
.darkbeycustomh1 {
    font: 13px Arial, sans-serif;
    text-align: center;
    padding-top: 7px;
    color: #cccccc;
    margin-top: 0;
    margin-left: 5;
    background: #000;
    background: url(../images/h1.png) no-repeat;
    width: 95%;
    height: 28px;
    background-size: 100% auto;
    justify-self: center;
}



.text-sm {
	font-size:0.8.rem;
}

.title{
	color: #cacac9;
}

.border-status{
	border: 1px solid #d5b9acf2 !important;
}


.ranking {
	width: 100%;
}
tr.c0 {
	background: rgba(0,0,0,.2);
}
tr.c1 {
	background: rgba(0,0,0,.2);
}
tr.c2 {
	background: rgba(0,0,0,.2);
}
.ranking .index {
	margin: 4px 0px 5px 3px !important;
}

.rank_index {
	/*display: inline-block;
	width: 21px;
	height: 21px;*/
	border-radius: 1px;
	line-height: 21px;
	text-align: center;
	/*background-color: #20170a;*/
	color: #dadcb4;
	margin: 7px 0px 7px 13px;
	padding: 0px !important;
	width: 5%;
}
.ranking .pname {
	color: #d1c392;
	font-size: 14px;
	/*padding-left: 15px;*/
	text-align: center;
	/*font-weight: bold;*/
	width: 25%;
}
.ranking .empire {
	color: #b6b292;
	font-size: 12px;
}
.ranking .score {
	color: #d6c48f;
	font-size: 12px;
	text-align: center;
	padding-right: 10px;

}


.metin2-btn {
  position: relative;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: bold;
  color: #d1cfb2;
  background: linear-gradient(145deg, #3b3a34, #2a2b27);
  border-radius: 7px;
  border: 1px solid #a3a093; 
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),  
    0 2px 5px rgba(0, 0, 0, 0.7);             
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  outline: none;
  overflow: visible;
}


.metin2-btn::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 12px;
  border: 1px solid #b9b6a5;
  pointer-events: none;
  transition: border-color 0.3s ease;
}

.metin2-btn:hover {
  background: linear-gradient(145deg, #50504a, #3b3a34);
  color: #fff;
  border-color: #d1cfb2;
}

.metin2-btn:hover::before {
  border-color: #d1cfb2;
}

.icons{
    position: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.icons .icon-box{
	position: relative;
    width: 125px;
    display: block;
    margin: 7px 0;
    padding: 9px 12px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    left: -80px;
    transition: all .4s;
    text-decoration: none;
}
.icons .icon-box span{
    font-size: 15px;
    float: left;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}
.icons .icon-box i{
    font-size: 22px;
    float: right;
    padding-left: 17px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}
.icons .icon-box.youtube{
    background-color: #FF0000;
}
.icons .icon-box.discord{
    background-color: #7289DA;
}
.icons .icon-box.twitter{
    background-color: #1DA1F2;
}
.icons .icon-box.facebook{
    background-color: #3b5998;
}
.icons .icon-box:hover{
    left: 0;
    text-decoration: none;
}

.btn-mega {
    color: #fff;
    background-color: #DD1405;
    border: 1px solid #DD1405;
}

.btn-mega:hover {
    color: #fff;
    background-color: #dd1405b3;
    border-color: #DD1405;
}

.btn-mega:focus {
    color: #fff;
    background-color: #dd1405b3;
    border-color: #DD1405;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-mega:active {
    color: #fff;
    background-color: #DD1405;
    border-color: #DD1405;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-mega:disabled {
    color: #fff;
    background-color: #DD1405;
    border-color: #DD1405;
    opacity: 0.65; /* butonun devre dışı olduğunu belli eder */
}



.btn-yandex {
    color: #fff;
    background-color: #FC3F1D;
    border: 1px solid #FC3F1D;
}

.btn-yandex:hover {
    color: #fff;
    background-color: #fc3f1dab;
    border-color: #FC3F1D;
}

.btn-yandex:focus {
    color: #fff;
    background-color: #FC3F1D;
    border-color: #FC3F1D;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-yandex:active {
    color: #fff;
    background-color: #FC3F1D;
    border-color: #FC3F1D;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-yandex:disabled {
    color: #fff;
    background-color: #FC3F1D;
    border-color: #FC3F1D;
    opacity: 0.65; /* butonun devre dışı olduğunu belli eder */
}