/* ============================
   MAIN STYLES
   ============================ */

html, body {
	height: 100%;
	margin: 0;
}

body {
	background: #0e1a1e url("images/background.jpg") repeat;
	/*background-attachment: fixed;*/
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00ffea;
    cursor: url('images/items/25879.png') 0 0, auto;
}

a {
	color: #6ccbd9;
	text-decoration: none;
	transition: all ease .2s;
}
a:hover {
	color: #89d9e6;
	text-shadow: 0 0 9px #89dae6a9;
    cursor: url('images/items/26236.png') 0 0, pointer;
}

button, input[type="submit"], input[type="button"] {
    cursor: url('images/items/26236.png') 0 0, pointer;
}

.toutfit{
	position: absolute;
    left: -30px;
    bottom: 0;
    transform: scale(1);
}

.news{

}
.news .headline{
	width: 100%;
	margin-bottom: 5px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	background: url(images/newsheadline_background.png) repeat-x;
	padding: 0 2px;
	box-sizing: border-box;
	text-shadow: 1px 1px 2px #000;
}
.news .post{
	margin: 0 5px;
}

.nav-container{
	width: 1020px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    width: 100%;
    height: 50px;
	background: linear-gradient(#060b12e6, #1b3332bd);
    border-bottom: 1px solid #3a4247;
    backdrop-filter: blur(7px);
    box-shadow: 0 2px 10px #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #ababab;
}

.nav .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav .btn {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 4px;
    background: #3f484b;
    color: #a3a3a3;
    font-weight: bold;
    font-size: 11px;
	box-sizing: border-box;
	height: 28px;
    margin: 12px 4px;
    text-shadow: 0 0 0 transparent !important;
    transition: background-color ease .2s, color ease .2s;
    border: 0 none;
}

.btn .navbtn{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 13px;
}

.nav .btn:hover{
    cursor: pointer;
    color: #d5d5d5;
    background-color: #495a5f;
}

.nav-login,
.nav-register {
    vertical-align: top;
}

.nav-login {
    background-color: #147683 !important;
}

.nav-login:hover {
    background-color: #1e9cbc !important;;
}

.nav-logout {
    background-color: #8a2a2a !important;
}

.nav-logout:hover {
    background-color: #a83232 !important;
}

.nav-account{
    display: flex;
    align-items: center;
}

.login-form-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logged-in-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-account .inputtext{
    margin: 12px 4px;
    vertical-align: top;
    border: 0 none;
    background: rgba(150, 150, 150, 0.078);
    padding: 2px 7px;
	height: 28px;
    border-radius: 4px;
    width: 140px;
    color: #ffffff;
    font-size: 11px;
	box-sizing: border-box;
}

.nav-account .inputtext:focus{
    background: rgba(162, 244, 255, 0.185);
    color: #cef9ff80;
    outline: 2px solid rgba(255, 255, 255, 0.2);
}

.nav-account .inputtext::placeholder{
    color: #ffffff59;
}

.navsep {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 2px;
    background: url(img/nav_sep.png) no-repeat center center;
}

.nav .btn:active {
    box-shadow: 0 0 0 #000;
    outline: 2px solid rgba(255, 255, 255, 0.2);
}

.infotext {
    display: inline-block;
    margin-top: 6px;
    vertical-align: middle;
    font-size: 10px;
    line-height: 20px;
}

.logosmall {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    position: relative;
    background: linear-gradient(#0089935e, rgba(0, 225, 255, 0.64));
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 10px;
    color: #ffffffbb;
    text-shadow: 0 1px 0 #0006;
    font-family: serif;
    transition: all ease .2s !important;
    box-shadow: 0 0 7px #00ccfffa, 0 0 21px #00ccfffa, 0 0 7px #00ccfffa inset, 0 0 2px #00ccfffa;
}

.logosmall:hover {
    box-shadow: 0 0 9px #00ccfffa, 0 0 23px #00ccfffa, 0 0 9px #00ccfffa inset, 0 0 22px #00ccfffa;
}

.left .fa-clock,
.left .fa-users {
    transform: scale(1.2);
    text-align: center;
    width: 25px;
}

/* ============================
   TRANSLATE FLAGS
   ============================ */

.translate-container {
    display: flex;
    align-items: center;
    margin: 0 10px;
}


.flag-link {
    display: inline-block;
    transition: transform 0.2s ease;
}

.flag-link:hover {
    transform: scale(1.1);
}

.flag-icon {
    width: 22px;
    height: 16px;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.flag-link:hover .flag-icon {
    border-color: #00ccff;
    box-shadow: 0 0 5px #00ccff;
}



/* Hide Google's default dropdown */
.goog-te-combo {
    display: none !important;
}

/* Hide Google branding */
.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget span {
    display: none !important;
}

/* ============================
   SOCIALS
   ============================ */

.socials {
	padding: 2px 8px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.socials a {
	display: inline-block;
	margin: 0 0 0 5px;
	height: 23px;
	background-image: url(images/socials.png);
	background-position-x: 0;
	background-position-y: 0;
	position: relative;
	transition: all linear .1s;
	background-position-y: 0;
}

.socials a:hover {
	background-position-y: -23px;
}

.socials a.twitch:hover {
	filter: drop-shadow(0 0 7px #a645ff);
}

.socials a.discord:hover {
	filter: drop-shadow(0 0 7px #5865f2);
}

.socials a.youtube:hover {
	filter: drop-shadow(0 0 7px #ff0000);
}

.socials a.twitch{
	width: 64px;
}

.socials a.discord{
	width: 29px;
	background-position-x: -75px;
}

.socials a.youtube{
	width: 32px;
	background-position-x: -114px;
}

.col-mid .border-box input, .col-mid .border-box img, .col-mid .border-box textarea{
	max-width: 550px;
}

/* ============================
   PAGE LAYOUT
   ============================ */

#page {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}

/* HEADER */
#page #header {
	width: 1020px;
	height: 180px;
}

#page #header #bar-top {	
	width: 1020px;
	height: 30px;
	border:1px solid #474747;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#page #header #bar-top #left {	
	width: 345px;
	height: 30px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}

#page #header #bar-top #left .login {	
	width: 61px;
	height: 30px;
	float: right;
	margin: -24px 0px 0px 0px;
}

#page #header #bar-top #left ul {	
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #header #bar-top #left ul li{	
	float: left;
	padding: 4px 6px;
}

#page #header #bar-top #center {	
	width: 360px;
	height: 30px;
	margin-top: 3px;
	float: left;
}

#page #header #bar-top #right {	
	width: 225px;
	height: 30px;
	margin-top: 3px;
	float: left;
}

#page #header #bar-top #right .search {	
	width: 61px;
	height: 30px;
	float: right;
	margin: 0px 17px 0px 0px;
}

#page #header #bar-top #lang {	
	width: 80px;
	height: 30px;
	margin-top: 3px;
	float: left;
}

#page #header #bar-top #lang .en {	
	width: 30px;
	height: 24px;
	background: url('images/lang/en.png') no-repeat;
	margin-top: 0px;
	float: left;
}

#page #header #bar-top #lang .en:hover {	
	width: 30px;
	height: 24px;
	background: url('images/lang/enh.png') no-repeat;
	margin-top: 0px;
	float: left;
}

#page #header #bar-top #lang .pl {	
	width: 30px;
	height: 24px;
	background: url('images/lang/pl.png') no-repeat;
	margin-top: 0px;
	float: left;
}

#page #header #bar-top #lang .pl:hover {	
	width: 30px;
	height: 24px;
	background: url('images/lang/plh.png') no-repeat;
	margin-top: 0px;
	float: left;
}

/* LOGO */
#page #header #logo {	
	width: 1020px;
	height: 150px;
	margin-top:50px;
}

#page #header #logo #left {	
	width: 210px;
	height: 160px;
	float: left;
	margin-top: -2px;
}

#page #header #logo #left .flag{
	width: 188px;
	height: 160px;
	background: url('images/homepage05.jpg') no-repeat;
	float:left;
	margin-left: 10px;
}

#page #header #logo #center {	
	width: 594px;
	height: 150px;
	float: left;
}

#page #header #logo #center .logo{
	width: 600px;
	height: 150px;
	background: url('images/homepage04.jpg') no-repeat;
	float:left;
	margin-left: -1px;
}

#page #header #logo #right {	
	width: 210px;
	height: 160px;
	float: left;
	margin-top: -2px;
}

#page #header #logo #right .flag{
	width: 188px;
	height: 160px;
	background: url('images/homepage06.jpg') no-repeat;
	float:left;
	margin-left: 10px;
}

/* DRAGON */
#page #header #dragon {
	width: 1200px;
	height: 95px;
	background: url('images/homepage07.png') no-repeat;
	margin-top: -36px;
	margin-left: -90px;
	float: left;
}

/* ============================
   MAIN CONTENT AREA
   ============================ */

#page #bg-size {
	width: 1020px;
}

/* SIDEBAR LEFT */
#page #bg-size #sidebar-left {
	width: 200px;
	border-right-style: solid; border-right-width: 1px; border-right-color: #474747;
	border-left-style: solid; border-left-width: 1px; border-left-color: #474747;
	margin-left: -3px;
	margin-top: -42px;
	float: left;
}

#page #bg-size #sidebar-left .news {
	width: 198px;
	height:40px;
	background: url('images/menu/news.jpg');
	margin-top: 20px;
	margin-left: 0px;
}

#page #bg-size #sidebar-left .account {
	width: 198px;
	height:40px;
	background: url('images/menu/account.jpg');
}

#page #bg-size #sidebar-left .community {
	width: 198px;
	height:40px;
	background: url('images/menu/community.jpg');
}

#page #bg-size #sidebar-left .events {
	width: 198px;
	height:40px;
	background: url('images/menu/events.jpg');
}

#page #bg-size #sidebar-left .library {
	width: 198px;
	height:40px;
	background: url('images/menu/library.jpg');
}

#page #bg-size #sidebar-left .shop {
	width: 198px;
	height:40px;
	background: url('images/menu/shop.jpg');
}

#page #bg-size .leftbot {
	width: 202px;
	height:98px;
	margin-left: -1px;
	background: url('images/homepage08b.jpg');
	background-repeat:no-repeat;
	clear: both;
	float: left;
}

#page #bg-size .rightbot {
	width: 202px;
	height:98px;
	margin-left: -1px;
	background: url('images/homepage09b.jpg');
	background-repeat:no-repeat;
	clear: both;
	float: left;
}

#page #bg-size #sidebar-left #vt_menu {
	width: 188px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #202020;
	border:1px solid #474747;
}

#page #bg-size #sidebar-left #vt_menu ul {
	width: 188px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;		
}

#page #bg-size #sidebar-left #vt_menu li{	
	margin-left: 3px;
	margin-top: 4px;
	width: 174px;
	background: #0d1316;
	border:1px solid #2d555c;
	padding: 3px;
}

#page #bg-size #sidebar-left #vt_menu a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	color: #c0c0c0;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;	
}

#page #bg-size #sidebar-left #vt_menu a:hover {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #dbdbdb;
}

/* SIDEBAR CENTER */
#page #bg-size #sidebar-center {
	width: 600px;			
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -20px;
	float: left;
}

#page #bg-size #sidebar-center #menu {
	width: 581px;	
	height: 71px;
	float: left;
	margin-left: 10px;
}

#page #bg-size #sidebar-center #menu .highscores {
	width: 102px;	
	height: 71px;
	background: url('images/menu/menubox/highscores.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .highscores:hover{
	width: 102px;	
	height: 71px;
	background: url('images/menu/menubox/highscoresh.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .pvpsystems {
	width: 100px;	
	height: 71px;
	background: url('images/menu/menubox/pvpsystems.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .pvpsystems:hover{
	width: 100px;	
	height: 71px;
	background: url('images/menu/menubox/pvpsystemsh.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .youraccount {
	width: 180px;	
	height: 71px;
	background: url('images/menu/menubox/youraccount.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .youraccount:hover{
	width: 180px;	
	height: 71px;
	background: url('images/menu/menubox/youraccounth.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .serverinfo {
	width: 100px;	
	height: 71px;
	background: url('images/menu/menubox/serverinfo.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .serverinfo:hover{
	width: 100px;	
	height: 71px;
	background: url('images/menu/menubox/serverinfoh.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .donate {
	width: 99px;	
	height: 71px;
	background: url('images/menu/menubox/donate.png');
	float: left;
}

#page #bg-size #sidebar-center #menu .donate:hover{
	width: 99px;	
	height: 71px;
	background: url('images/menu/menubox/donateh.png');
	float: left;
}

#page #bg-size #sidebar-center #cnt {
	width: 590px;	
	border:1px solid #474747;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
}

#page #bg-size #sidebar-center #cnt #news {
	width: 570px;	
	border:1px solid #474747;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background: #161e25;
	border:1px solid #474747;
}

#page #bg-size #sidebar-center #cnt #news .title{
	width: 525px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: #161e25;
	border:1px solid #004c4e;
	padding: 0px;
	color: #686868;
	font-size: 14px;
}

#page #bg-size #sidebar-center #cnt #news .text{
	width: 545px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background:#0e2d31;
	border:1px solid #004c4e;
	padding: 3px;
	color: #ffffff;
	font-size: 13px;
}

#page #bg-size #sidebar-center #cnt #news .author{
	width: 545px;
	color: #4b4b4b;
	font-size: 14px;
	text-align: right;
	margin-left: -15px;
	margin-bottom: 4px;
}

#page #bg-size #sidebar-center #cnt #news .author a{
	color: #707070;
}

#page #bg-size #sidebar-center #titlebox {
	width: 584px;
	height: 29px;
	background: url('images/homepage10.png');
	float: left;
	margin-left: 8px;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
}

#page #bg-size #sidebar-center #titlebox .text{
	width: 170px;
	height: 26px;
	font-size: 12px;
	color: #797979;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;	
	margin-top: 8px;
	margin-left: 208px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff4d00), to(#ffd900));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* SIDEBAR RIGHT */
#page #bg-size #sidebar-right {
	width: 200px;
	border-right-style: solid; border-right-width: 1px; border-right-color: #474747;
	border-left-style: solid; border-left-width: 1px; border-left-color: #474747;
	margin-left: 2px;
	margin-top: -42px;
	float: left;
}

#page #bg-size #sidebar-right .topplayers {
	width: 198px;
	height:40px;
	background: url('images/menu/topplayers.jpg');
	margin-top: 20px;
	margin-left: 0px;
}

#page #bg-size #sidebar-right .events {
	width: 198px;
	height:40px;
	background: url('images/menu/events.jpg');
}

#page #bg-size #sidebar-right .discord {
	width: 198px;
	height:40px;
	background: url('images/menu/discord.jpg');
}

#page #bg-size #sidebar-right .gallery {
	width: 198px;
	height:40px;
	background: url('images/menu/gallery.jpg');
}

#page #bg-size #sidebar-right #vt_menu {
	width: 188px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #161e25;
	border:1px solid #474747;
}

#page #bg-size #sidebar-right #vt_menu ul {
	width: 188px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;		
}

#page #bg-size #sidebar-right #vt_menu li{	
	margin-left: 3px;
	margin-top: 4px;
	width: 170px;
	background: #0d1316;
	border:1px solid #327575;
	padding: 5px;
}

#page #bg-size #sidebar-right #vt_menu a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	color: #c0c0c0;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;	
}

#page #bg-size #sidebar-right #vt_menu a:hover {
	padding: 0px 0px 0px 2px;
	text-decoration: none;
	color: #dbdbdb;
}

/* FOOTER */
#page #footer {
	width: 1020px;
	border:1px solid #474747;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 20px;
}

#page #footer .text {
	width: 1020px;
	color: #555555;
	padding: 6px 0px 6px 0px;
	font-family: "Tahoma", Arial, sans-serif;
	font-size:14px;
	text-align:center;
}

#page #footer .text a{
	color: #777777;
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

/* ============================
   SPECIAL STYLES
   ============================ */

/* Cool stream link */
.cool-stream-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    color: #00ffb3;
    background: linear-gradient(90deg, #00ffb3 0%, #00cfff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8px #ff0000ff, 0 0 4px #00cfff;
    transition: text-shadow 0.3s, transform 0.3s;
    position: relative;
}

.cool-stream-link:hover {
    text-shadow: 0 0 16px #0011ffff, 0 0 8px #00cfff;
    transform: scale(1.08) rotate(-2deg);
}

.cool-stream-link .fa-video {
    animation: pulseStream 1.2s infinite alternate;
    color: #00ffb3;
    filter: drop-shadow(0 0 6px #00cfff);
}

@keyframes pulseStream {
    0% { filter: drop-shadow(0 0 6px #00cfff); }
    100% { filter: drop-shadow(0 0 16px #00ffb3); }
}

.cool-stream-link .stream-text {
    letter-spacing: 1px;
}

/* Facebook shiny link */
.shiny-link {
    color: #00A2FF; /* Facebook Blue */
    font-weight: bold;
    text-shadow: 0px 0px 8px rgba(0, 162, 255, 0.8), 0px 0px 4px rgba(0, 162, 255, 0.6);
    transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 6px; /* Space between icon and text */
}

.shiny-link:hover {
    text-shadow: 0px 0px 12px rgba(0, 162, 255, 1), 0px 0px 6px rgba(0, 162, 255, 0.9);
    color: #0090E0; /* Slightly darker blue when hovered */
}

.fb-icon {
    width: 18px; /* Adjust icon size */
    height: 18px;
    filter: drop-shadow(0px 0px 5px rgba(0, 162, 255, 0.8)); /* Blue glow effect */
    transition: filter 0.3s ease-in-out;
}

.shiny-link:hover .fb-icon {
    filter: drop-shadow(0px 0px 10px rgba(0, 162, 255, 1)); /* Stronger glow on hover */
}

/* Video container */
.video-container {
    position: relative;
    border: 0.1px solid darkcyan;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

video {
    width: 100%;
    height: auto;
}

#toggleButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 5px;
}

/* Boosted Monster Styles */
#RightArtwork {
    position: relative;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow: visible !important;
    pointer-events: none;
}

#boostedMonsterTop {
    position: absolute;
    top: -160px;          /* Move up/down freely */
    left: 37%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    z-index: 99999;
    pointer-events: auto !important;
}

#boostedMonsterTop img {
    width: 64px;
    height: 64px;
    image-rendering: pixelated;
    pointer-events: auto !important;
}

#boostedMonsterName {
    position: absolute;
    top: -53px;         /* move freely */
    left: 50%;
    transform: translateX(-50%);
    color: #00fff2ff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    z-index: 99999;
    pointer-events: none;
}

.tibiatext {
    font-family: Verdana, Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #00ffee;
    text-shadow: 
        1px 2px 1px #000,
       -1px -1px 1px #000,
        1px -1px 1px #000,
       -1px 1px 1px #000,
        0 0 6px #00ffff;
}

#PedestalAndOnline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -130px;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    pointer-events: none;
}

#PedestalAndOnline[src] {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: none !important;
    image-rendering: pixelated;
}

/* Slider */
.slider2{
    width: 590px;
    border: 1px solid #474747;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 10px;
	float: left;
}

/* Snowflake animation */
.snowflake {
    position: fixed;
    color: white;
    font-size: 1em;
    user-select: none;
    pointer-events: none;
    z-index: 1000;
    animation: fall linear forwards;
}

@keyframes fall {
    to {
        transform: translateY(100vh);
    }
}

/* Countdown fixes */
#countdown {
    display: inline;
    font-style: normal;
}

#countdown span {
    display: inline-block;
    margin: 0 2px;
}

/* Responsive */
@media (max-width: 1020px) {
    #page, .nav-container {
        width: 100%;
    }
    
    .nav-container {
        padding: 0 10px;
    }
    
    .nav-account .inputtext {
        width: 120px;
    }
    
    
    .flag-icon {
        width: 18px;
        height: 13px;
    }
}

@media (max-width: 768px) {
    .nav-account .inputtext {
        width: 100px;
    }
    
    .translate-container {
        display: none; /* Hide translate on small screens */
    }
    
}