@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.eot'); /* For IE9 Compat Modes */
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

body
{
	background:#000;
	background: url(/images/tlo2.gif);
	background-size:1800px 246px;
	background: url(./img/Gemini_Generated_Image_2d47b42d47b42d47.png);
    background-size: 1600px 816px;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;	
	padding: 0;
	color:white;
	font-family: 'Roboto', sans-serif;
}

a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: color linear 0.1s;
}

a:hover
{
	color: red;
}

.top_bar p
{
	margin:  0;
}

.top_bar {
line-height: 34px;
    text-align: center;
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 0;
    color: #ffe6cb;
    height: 34px;
    width: 100%;
    text-shadow: 0 1px 5px rgba(0,0,0,0.6);
    background: linear-gradient( #09292c, transparent);
}

button
{	background: linear-gradient(#FF000033, #192221);

	opacity: 0.85;
    border: 0 none transparent;
    border-radius: 5px;
    margin: 7px 0;
    display: inline-block;
    padding: 0 7px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    height: 35px;
    box-sizing: border-box;
    font-family: "roboto";
    letter-spacing: 0.6px;
    color: #ffffff;
    box-shadow: 0 1px 5px #5c513f;
	transition: opacity linear 0.2s;
}

button:hover
{ 
	cursor: pointer;
	opacity: 1;
}
.quicklogin
{
	margin: 7px;
}

::placeholder
{
	color: #fff;
	opacity: 0.7;
	font-family: "Roboto", sans-serif;
}

.quicklogin .btn
{
	background:linear-gradient(#09292c, #413839);
	opacity: 0.85;
    border: 0 none transparent;
    border-radius: 5px;
    margin: 7px 0;
    display: inline-block;
    padding: 0 7px;
    line-height: 35px;
    text-align: center;
    width: 49%;
    float: left;
    font-weight: bold;
    height: 35px;
    box-sizing: border-box;
    font-family: "roboto";
    letter-spacing: 0.6px;
    color: #ffffff;
    /* box-shadow: 0 1px 5px #5c513f; */
	transition: opacity linear 0.2s;
}

.quicklogin .btn:hover
{ 
	cursor: pointer;
	opacity: 1;
}
.quicklogin .btn.register
{
	background: linear-gradient(#ffffff, #787878);
    color: #09292c;
    /* box-shadow: 0 1px 5px #988970; */
}

.form-i
{
	border: 2px solid #09292c;
    background: #09292c;
    border-radius: 5px;
    width: 226px;
    padding: 9px 10px;
    margin: 3px 0;
    color: #fff;
    font-size: 14px;
    transition: border linear 0.3s, background linear 0.2s, color linear 0.2s;
}

.form-i:active, .form-i:focus
{
	border-color: #fafbfc;
    background-color: #242a2d;
    color: #fff;

    outline: 0 none;
}

.form-i:active::placeholder, .form-i:focus::placeholder
{
    color: #737577;
}

.btn_turnb
{
	position: absolute;
	right: 50%;
	margin-right: -11px;
	top: 51px;
    line-height: 23px;
    text-align: center;
    color: #fff;
	border: 1px solid #fff;
    width: 22px;
    box-shadow: 0 2px 3px rgb(6 7 12) inset, 0 1px 5px #cfd7da;
    height: 22px;
    display: block;
    background: linear-gradient(#01051b,#04070c);
    border-radius: 99px;
}

.btn_turnb.active
{

    background: #b74538;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5) inset, 0 1px 0px rgb(255, 242, 220);
    border: 1px solid #75322a;

}

.container_main
{
	width: 1200px;
	margin: 0 auto;
}

.container_left
{
	width: 240px;
	float: left;
	margin-right: 10px;

}

.container_main .content-wrapper {
    position: relative;
	background: #09292c;
	border: 3px solid #FF000033;
	background:linear-gradient(#09292c, #000000);
	border-radius:10px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-y,repeat-y,repeat-x;
    background-position: top left,top right,bottom left,bottom right,top,left,right,bottom;
    padding: 30px;
}

.corner-top-left {
    position: absolute;
    background: url(./img/corner.png) no-repeat;
    width: 169px;
    height: 112px;
    top: -10px;
    left: -16px;
}

.corner-top-right {
    position: absolute;
    background: url(./img/corner.png) no-repeat;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 169px;
    height: 112px;
    top: -10px;
    right: -16px;
}

body .content .container_main .corner-top-right {
    position: absolute;
    background: url(./img/corner.png) no-repeat;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 169px;
    height: 112px;
    top: -10px;
    right: -16px;
}

.container_center
{
	width: 70%;
	float: left;
}

.container_right
{
	width: 25%;
	margin-left: 20px;
	float: left;
}

.container_foot
{
	width: 100%;
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 20px 0px 0px 0px;
	padding:20px;
	background: linear-gradient(to right, #09292c 0%, #000000 100%); /* Gradient from purple to blue */
	display: block;
}

.container_foot .left
{
	float: left;
	display: inline-block;
}

.container_foot .right
{
	float: right;
	text-align: right;
	display: inline-block;
}

.container_foot .btn, .container_foot a.btn
{
	display: inline-block;
	padding: 3px 7px;
	margin: 1px 4px;
	font-size: 13px;
	background: #dcbb59;
	font-weight: normal;
    border: 1px solid #927d40;
    border-radius: 3px;
    box-shadow: 0 2px 0 #927d40;
    color: #4c4223;
    transition: background ease-in-out 0.2s, border-color ease-in-out 0.2s, box-shadow ease-in-out 0.3s, color ease-in-out 0.2s, margin ease-in-out 0.4s;
}

.container_foot .btn:hover, .container_foot a.btn:hover
{
	background: #f3d375;
    border: 1px solid #af9855;
    box-shadow: 0 2px 0 #af9855;
    color: #695c34;
    transition:  box-shadow ease-in-out 0s;
}

.container_foot .btn:active, .container_foot a.btn:active
{
	margin: 2px 4px 0px 4px;
	box-shadow: 0 1px 0 #af9855;
}

.small-light {
    position: absolute;
    background: url(./img/small-light.png) center no-repeat;
    width: 465px;
    height: 163px;
    left: 450px;
    top: 130px;
    animation-name: small-light;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes small-light {
  0% {
    transform: scale(0.1);
	left: 150px;
  }
  20% {
    transform: scale(0.1);
	left: 250px;
  }
  40% {
    transform: scale(1);
	left: 350px;
  }
  60% {
    transform: scale(1);
	left: 450px;
  }
  80% {
    transform: scale(0.1);
	left: 550px;
  }
  100% {
    transform: scale(0.1);
  }
}

.sparks-1-b {
	background-image: url(./img/sparks-3-b.png);
	width: 438px;
	height: 281px;
	position: relative;
    right: 346px;
    bottom: 334px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-1-b;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.sparks-2-b {
	background-image: url(./img/sparks-2-b.png);
	width: 365px;
	height: 176px;
	position: relative;
    left: 82px;
    bottom: 566px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-2-b;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0.5s;
}
.sparks-3-b {
	background-image: url(./img/sparks-3-b.png);
	width: 438px;
	height: 281px;
	position:relative;
	left: 424px;
	bottom: 780px;
	background-position: left 0px bottom 0px;
	animation-name: sparks-3-b;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
}
@keyframes sparks-1-b {
  0% {
    right: 350px;
    bottom: 340px;
    opacity: 0;
  }
  33% {
     right: 360px;
    bottom: 350px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
      right: 370px;
    bottom: 360px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 380px;
    bottom: 370px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2-b {
  0% {
    left: 85px;
    bottom: 570px;
    opacity: 0;
  }
  33% {
      left: 95px;
    bottom: 580px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    left: 105px;
    bottom: 590px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
     left: 115px;
    bottom: 600px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3-b {
  0% {
  left: 445px;
	bottom: 800px;
    opacity: 0;
  }
  33% {
	left: 465px;
	bottom: 820px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    left: 485px;
	bottom: 840px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    left: 485px;
	bottom: 860px;
    opacity: 0;
    transform: scale(1.1);
  }
}

.box_center
{
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 10px;
    color: #fff;
}

.box_center hr
{
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 2px solid #cfd7da;
}

.box_right
{
	width: 100%;
	color: #fff4e3;
	background:linear-gradient(#09292c, #413839);
	border-radius: 10px;
	border: 3px solid #FF000033;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 7px;
	font-size: 14px;
}

.box_right h1
{
	border-bottom: 2px solid #cfd7da;
    margin: 5px 7px;
    padding-bottom: 5px;
    font-size: 30px;
    font-family: "perigord", serif;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.box_left
{
	width: 100%;
	color: #fff4e3;
	background: linear-gradient(#1e635e, #202d30);
	border-radius: 2px;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 7px;
	font-size: 12px;
}

.box_left-content
{
	padding:5px;
	border-radius: 8px;
    background: rgb(0,0,0,0.1);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%) inset;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
							
}

.box_left h1
{
	border-bottom: 2px solid #cfd7da;
    margin: 5px 7px;
    padding-bottom: 5px;
    font-size: 35px;
    font-family: "perigord", serif;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.box_left h2
{
    margin: 5px 7px;
    padding-bottom: 5px;
    font-size: 24px;
    font-family: "perigord", serif;
    text-align: center;
	color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.box_left h2:hover
{
	border-radius: 8px;
	color: #fff !important;
	background: radial-gradient(black, transparent);
	border-bottom: 2px solid #fff;
    box-sizing: border-box;
}

.downloadbtn
{
	width: 280px;
	height: 77px;
	display: block;
	margin-bottom: 10px;
	background: url(klientbtn.png) no-repeat;
}

.downloadbtn:hover p
{
	opacity: 1 !important; 
}

.downloadbtn p
{
	width: 280px;
	height: 77px;
	margin: 0;
	display: block;
	margin-bottom: 10px;
	background: url(klientbtn.png) 0 -77px no-repeat;
	opacity: 0;
	transition: opacity linear 0.2s;
}

.nav
{
	float: left;
	height: 70px;
	width: 100%;
	margin: 20px 0 20px -2px;
	border-radius: 10px;
	border: 3px solid #FF000033; 
	background: linear-gradient(to right, #09292c 0%, #000000 100%); 
	position: relative;
	box-shadow: 0 4px 15px 0 rgba(18, 32, 47, 0.4); 
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
	margin-top: 80px; 
}

.centered-logo {
    width: 450px;
    transition: opacity linear 0.2s;
}

.logo:hover
{
	opacity: 0.85;
}

.logonav
{
	width: 86px;
	height: 42px;
	background: url(logonav11.png) no-repeat;
	display: inline-block;
	margin: 17px 14px 0 14px;
	float: left;
}

.nav ul
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav li
{
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0px 15px;
}

.nav li a
{
	display: block;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	text-shadow: 1px 0 2px #CC6666;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: background linear 0.2s, color linear 0.2s, border linear 0.2s;
	border-bottom: 2px solid transparent;
}

.active-menu > a.dropdown-a {
    color: #ffe396 !important;
    border-bottom: 2px solid #ffe396;
    background: linear-gradient(to right, rgba(255, 200, 100, 0.1), rgba(255, 255, 255, 0.05));
    text-shadow: 0 0 10px rgba(255, 220, 150, 0.4);
}



.nav li a.dropdown-a
{
	padding: 0 20px 0 10px;
}

.nav li a i
{
	font-weight: BOLD;
}

.nav li a:hover
{
	border-bottom-color: #fff;
	color: #af8456;
}


li.dropdown
{
	position: relative;
}

.nav-dropdown ul:before
{
	content: "";
	width: 0;
	display: block;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: #FF000080 transparent #FF000080 transparent;
	top: 4px;
	left: 10px;
	position: absolute;
	z-index: 100;
}

.nav-dropdown
{

	top: 40px;
	left: 0px;
	margin: 0;
	padding: 10px 0 !important;
	position: absolute;
	z-index: 50;
	font-weight: normal !important;
	margin-top: 30px;
	min-width: 120px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.2s, opacity 0.2s linear;
	font-family: "Roboto",sans-serif;
}

.nav-dropdown ul 
{
	border-radius: 5px;
	overflow: hidden;
	background: linear-gradient(to right, #000000CC, #00000080); /* Magical gradient from purple to blue */
	padding: 5px 0 !important;
	box-shadow: 0 0 10px 2px #CC6666; /* Glowing shadow for depth */
}

.nav-dropdown ul li
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
}	
.nav-dropdown ul li
{
	float: left;
	width: 100%;
	height: 27px !important;
	line-height:27px !important;
}
		
.nav-dropdown ul li a 
{
	width: 100%;
	padding: 0 10px !important;
	margin: 0 !important;
	height: 27px !important;
	font-weight: normal;
	line-height: 27px !important;
	color: #fff !important;
	box-sizing: border-box;
	font-size: 13px !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
	transition: background linear 0.2s, color linear 0.2s, text-shadow linear 0.2s; /* add transition for text shadow */
}

.nav-dropdown ul li a:hover 
{
	color: #fff !important;
	background: linear-gradient(to right, #000000CC, #8B0000) !important; /* Gradient background on hover */
	text-shadow: 0 0 10px rgba(13, 202, 240, 0.7), 0 0 20px rgba(10, 88, 202, 0.7); /* Glowing text shadow on hover */
	border-bottom: 0 none transparent;
}

.navicon
{
	padding-right: 4px;
}
	li.dropdown:hover .nav-dropdown { visibility: visible; opacity: 1; }
	.fa-angle-up{ top: 29px;right:8px;position: absolute;opacity: 0; visibility: hidden;transition: opacity 0.3s linear; }
	.fa-angle-down{ top: 29px;right:8px;position: absolute;transition: opacity 0.3s linear; }
	li.dropdown:hover .fa-angle-up{ opacity: 1; visibility: visible; }
	li.dropdown:hover .fa-angle-down{ opacity: 0; visibility: hidden; }
	li.dropdown:hover a.dropdown-a{ border-bottom: 2px solid #fff;color: #af8456;}

.search-area
{
	position: absolute;
	right: 7px;
	top: 18px;
}
.search-area .search-input
{
	border: 2px solid #FF000033;
    height: 34px;
    background: #192221;
    width: 195px;
    border-radius: 5px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 30px;
    margin: 0 10px 0 0;
    font-family: 'Lato', sans-serif;
}
.search-area .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #824c45;
	font-style: italic;
}
.search-area .search-input::-moz-placeholder { /* Firefox 19+ */
	color: #824c45;
	font-style: italic;
}
.search-area .search-input:-ms-input-placeholder { /* IE 10+ */
	color: #824c45;
	font-style: italic;
}
.search-area .search-input:-moz-placeholder { /* Firefox 18- */
	color: #824c45;
	font-style: italic;
}
.search-btn
{
	box-sizing: content-box;
    vertical-align: center;
    border-bottom: 2px solid #09292c;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    background: #FF000033;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
    height: 34px;
    width: 44px;
    line-height: 34px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    font-weight: bold;
    margin: 0 10px 0 0;

    transition: color linear 0.2s, background linear 0.2s;
}
.search-btn:hover
{
	cursor: pointer;
	background: #8B0000;

}
.search-btn:active, .search-btn:focus
{
	outline: 0 none;
}

ul.topplayers
{
	width: 267px;
	margin: 10px;
	padding: 10px;
	border-radius: 8px;
	background:linear-gradient(#09292c, #000000);
	box-shadow: 0 4px 4px rgba(0,0,0,0.2) inset;
	border-bottom: 0px solid #fff;
	box-sizing: border-box;
}
ul.topplayers .o
{
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-top: -64px;
    margin-left: -35px;
    margin-right: 6px;
}
ul.topplayers .o img
{
	max-width: 64px;
	max-height: 64px;
}
ul.topplayers li
{
	list-style: none;
	color: #e2e2e2;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	margin: 6px 0;
	display: block;

}
ul.topplayers li a
{
	color: #fff;

}
ul.topplayers li a:hover
{
	color: #ffdda2;
}

ul.topplayers li span.lvl {
    float: right;
    display: inline-block;
    font-weight: bold; 
    font-size: 12px; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
    padding: 1px 4px; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px; 
    min-width: 30px; 
    text-align: center; 
    background: linear-gradient(to bottom, #00000033 0%, #00000080 100%); 
    color: #fff; 
    border: 1px solid #fff; 
    margin-right: 10px; 
}

.green 
{
	color: green;
	text-decoration: none;
}

.sup
{
	font-size: 10px;
	color: #ff0000;
	position: absolute;
	margin-top: -7px;
	text-align: right;
	font-weight: bold;
}
.tibia-font {
  font-family: 'Uncial Antiqua', serif;
  font-size: 36px;
  color: #ffe396;
  text-shadow: 2px 2px 4px #000;
}

.perigord 
{
	font-family: 'Perigord',sans-serif;
}
.col3
{
	width: 25%;
	display: inline-block;
	float: left;
}

table 
{
	border-collapse: collapse;
	font-family: 'Helvetica', sans-serif;
}

table td 
{
	padding: 5px;
}

.news_title h2 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	color: #b98d4f;
	border-bottom: 1px solid #d4c3a3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.news_content {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
	line-height: 1.6;
    color: #e0d7c0;
    background-color: rgba(0,0,0,0.1);
    padding: 10px 15px;
    border-radius: 5px;
}
.news_comment_link {
	text-align: right;
    margin-top: 10px;
    font-size: 13px;
}

.news_comment_link a {
	color: #daa520;
	text-decoration: none;
}

.news_comment_link a:hover {
  text-decoration: underline;
  color: #ffc107;
}
.custom-divider {
  height: 2px;
  background: linear-gradient(to right, #444, #999, #444);
  border-radius: 2px;
  width: 90%;
  margin: 35px auto;
  opacity: 0.6;
}
.board 
{
    margin: 10px 0;
    border-radius: 4px;
    display: block;
    background: rgba(255,255,255,0.1);
    overflow: auto;
    padding: 5px;
}
.breadcrumb 
{
    display: block;
    padding: 5px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
}
.info 
{
    display: block;
    color: #22E8E8;
    padding: 10px;
    border-radius: 5px;
    background: rgba(18, 255, 255, 0.24);
}
.info a, .info a:hover 
{
    color: #FFF !important;
}

.fa-snowflake 
{
    position: fixed; 
    color: #fff;
    user-select: none; 
    z-index: 1000; 
    animation-name: fall;
    animation-timing-function: linear;
}

@keyframes fall {
    to {
        transform: translateY(100vh); 
    }
}

.button-link {
    text-decoration: none; 
    color: inherit; 
    display: inline-block; 
}

.button-view {
    background: linear-gradient(to bottom, #575757 0%, #FF000033 50%, #2e2e2e 100%);
    border-top: 1px solid #575757;
    border-bottom: 1px solid #2e2e2e;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    border-radius: 12px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 1px; 
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    width: 120px;
    height: 18px; 
    line-height: 16px; 
}

.button-view:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease;
}

.page-loaded .content {
    opacity: 1;
    transform: translateY(0);
}


.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px; 
  background-color: #555; 
  color: #fff; 
  text-align: center; 
  border-radius: 6px;
  padding: 5px 0; 
  position: absolute;
  z-index: 1; 
  bottom: 125%; 
  left: 50%; 
  margin-left: -60px; 
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; 
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; 
}

.tooltip:hover .tooltiptext {
  visibility: visible; 
  opacity: 1; 
}

.itemStroke {
    color: #FFF;
    font-size: 14.3px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    position: absolute;
    padding-top: 18px;
    padding-left: 1px;
    pointer-events: none;
}
.news-ticker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #1e1e1e, #292929);
    padding: 6px 12px;
    margin: 2px 0;
    border: 1px solid #3a2a1a;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    font-size: 12.8px;
    font-family: 'Verdana', sans-serif;
    color: #f1e9d0;
    transition: background 0.2s ease-in-out;
}

.news-ticker-row:hover {
    background: linear-gradient(to right, #292929, #1e1e1e);
    box-shadow: 0 0 6px #b52828;
}

.news-ticker-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 2px black);
}

.news-ticker-date {
    color: #c9a349;
    font-weight: bold;
    margin-right: 6px;
    white-space: nowrap;
}

.news-ticker-tag {
    color: #a56e30;
    font-weight: bold;
    margin-right: 5px;
    text-shadow: 0 0 1px #000;
}

.news-ticker-text {
    flex: 1;
    color: #e6dcc4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-ticker-toggle {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    flex-shrink: 0;
    filter: brightness(1.2);
    transition: transform 0.2s;
}

.news-ticker-toggle:hover {
    transform: scale(1.1);
}

.news-ticker-expanded {
    display: none;
    background: #252222;
    padding: 10px 12px;
    font-size: 12.5px;
    color: #f1d8b0;
    border: 1px solid #4e2e2e;
    border-top: none;
    border-radius: 0 0 6px 6px;
    line-height: 1.6;
}

.news-header {
    font-size: 20px;
    color: #e6cfa0;
    background: linear-gradient(to right, #302419, #4a3a2a);
    padding: 8px 12px;
    border-radius: 6px 6px 0 0;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: inset 0 -2px 0 #a56e30;
}

#news-ticker-container {
    background: #26211b;
    border: 1px solid #4e3927;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #a56e30 #1e1e1e;
}
.welcome-message {
    text-align: center;
    font-size: 26px;
    color: #f1e9d0;
    font-family: 'Verdana', sans-serif;
    text-shadow: 1px 1px 2px #000;
    margin: 20px 0;
}
.new-label {
    color: #FFD700;
    font-weight: bold;
    background: url(/images/brilho.gif);
    text-shadow: 1px 1px 12px #e7e1d2, 0 0 5px #fff700, 0 0 10px #ffcc00;
    animation: glow 1s infinite alternate;
    padding: 0 4px; /* عشان اللمعة تبان شوية أحسن */
}

@keyframes glow {
    from {
        opacity: 1;
        text-shadow: 1px 1px 12px #e7e1d2, 0 0 6px #fff700, 0 0 12px #ffcc00;
    }
    to {
        opacity: 0.6;
        text-shadow: 1px 1px 12px #e7e1d2, 0 0 2px #ffcc00;
    }
}

