﻿@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";

/* ========== FONT SETTINGS ========== */
@font-face {
    font-family: 'BPG Banner Caps';
    src: url('../fonts/bpg-banner-caps-webfont.eot');
    src: url('../fonts/bpg-banner-caps-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bpg-banner-caps-webfont.woff2') format('woff2'),
        url('../fonts/bpg-banner-caps-webfont.woff') format('woff'),
        url('../fonts/bpg-banner-caps-webfont.ttf') format('truetype'),
        url('../fonts/bpg-banner-caps-webfont.svg#bpg_banner_capsregular') format('svg');
}


/* ========== RESET STYLES ========== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}


/* ========== VARIABLES ========== */

:root {
    
    --fs1: 24px;
    --fs2: 18px;
    --fs3: 17px;
    --fs4: 16px;
    --fs5: 15px;
    --fs6: 14px;
    --fs7: 13px;
    --fs8: 12px;

    --fw300: 300;
    --fw400: 400;
    --fw500: 500;
    --fw600: 600;

    --shadow1: -4px 8px 24px hsla(0, 0%, 0%, .25);
    --shadow2: 0px 16px 30px hsla(0, 0%, 0%, .25);
    --shadow3: 0px 16px 40px hsla(0, 0%, 0%, .25);
    --shadow4: 0px 25px 50px hsla(0, 0%, 0%, .15);
    --shadow5: 0px 24px 80px hsla(0, 0%, 0%, .25);

    --transition1: .25s ease;
    --transition2: .5s ease-in-out;
}

:root {
    --primary-bg: #0D1B2A;
    --primary-text: #FFFFFF;
    --primary-accent: #C2A275;

    --secondary-bg: #101820;
    --secondary-text: #EAEAEA;
    --secondary-accent: #df9b31;

    --accent-red: #D72638;
    --accent-darkred: #8b0000;
    --accent-orange: #dd5300;
    --accent-green: #A4D007;
    --accent-purple: #7E57C2;
    --accent-gold: #f7af47;
    --neutral-light: #EAEAEA;
    --neutral-dark: #101820;
    --neutral-black: #000000;

    --border-color: #C2A275;
    --border-hover: #D72638;
    --shadow-color: rgba(0, 0, 0, 0.5);

    --button-bg: #495057;
    --button-hover: #D72638;
    --button-text: #FFFFFF;

    --success-color: #A4D007;
    --warning-color: #F8C630;
    --error-color: #D72638;

    --highlight-color: #F8C630;
    --divider-color: #5E524A;
    --hover-bg: #2C3035;
    --green-link: #27993b;



    --primary-bg: #0c0301;
    --secondary-bg: #312824;
    --alternate-bg: #2c3035;
    --highlight-text: #FFBC58;
    --p-span-li-color: #c1c1c1;
    --accent-text: #c2a275;
    --border-color: #bc9b78;
    --border-bottom: #5e524a;
    --input-bg: #1f1815;
    --button-bg: #2d2422;
    --button-hover: #495057;
    --divider-color: #5e524a;

}

:root {
    --font-main: 'Roboto', sans-serif;
    /* მთავარი შრიფტი */
    --font-alt: 'Open Sans', sans-serif;
    /* ალტერნატიული შრიფტი */
    --font-size-small: 12px;
    /* პატარა ტექსტისთვის */
    --font-size-medium: 16px;
    /* ნაგულისხმევი ტექსტისთვის */
    --font-size-large: 20px;
    /* დიდი სათაურებისთვის */
    --line-height: 1.5;
    /* სტრიქონებს შორის მანძილი */
    --letter-spacing: 0.5px;
    /* ასოების დაშორება */
}

:root {
    --spacing-xs: 4px;
    /* ძალიან მცირე დაშორება */
    --spacing-sm: 8px;
    /* მცირე დაშორება */
    --spacing-md: 16px;
    /* საშუალო დაშორება */
    --spacing-lg: 24px;
    /* დიდი დაშორება */
    --spacing-xl: 32px;
    /* ძალიან დიდი დაშორება */
}

:root {
    --button-padding: 10px 20px;
    --button-border-radius: 5px;
    --button-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    --button-font-weight: bold;
    --input-border-radius: 4px;
    --input-padding: 8px;
}

:root {
    --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.2);
    --shadow-medium: 0 3px 6px rgba(0, 0, 0, 0.3);
    --shadow-large: 0 5px 15px rgba(0, 0, 0, 0.4);

    --divider-thin: 1px solid var(--divider-color);
    --divider-thick: 3px solid var(--divider-color);
}

:root {
    --transition-fast: 0.2s ease;
    --transition-normal: 0.4s ease;
    --transition-slow: 0.6s ease;
}

:root {
    --breakpoint-sm: 480px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
}

:root {
    --principal: #0F0F0F;
    --secundario: #242526;
    --accent: #8b0000;
    --blanco: #dadada;
}

.text-damage-color-normal {
    color: #fde3fb;
}

.text-damage-color-critical {
    color: #fff696;
}

.text-damage-color-excellent {
    color: #f794ed;
}

.text-blanco {
    color: var(--blanco);
}

.text-violet {
    color: #dd98ea;
}

.text-pink {
    color: pink;
}

.text-blue {
    color: rgb(47, 47, 255);
}

.text-accent {
    color: var(--accent);
}

.text-green {
    color: var(--success-color);
}
.text-accent-upper {
    color: var(--accent);
    text-transform: uppercase;
}

/* ========== BODY STYLES ========== */
body {
    color: var(--mu-gray-dark);
    font-family: Arial, Tahoma, serif;
    font-size: 13px;
    background: url('../images/top-fon-bg.jpg') center top no-repeat,
        url('../images/bottom-fon-bg.jpg') center bottom no-repeat;
    background-color: var(--primary-bg);

}


/* ========== HEADER STYLES ========== */

/* line 108, style.less */
/* Header */
.header {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Logo Container */
.logo-container {
    position: absolute; /* ლოგოს გადამოწევა */
    top: 160px; /* ლოგოს სიმაღლე */
    left: 50%; /* ცენტრში მოთავსება */
    transform: translateX(-50%); /* ზუსტი ცენტრში გასწორება */
    z-index: 10; /* მენიუზე მაღლა გამოჩენა */
}

.logo {
    width: 180px; /* ლოგოს სიგანე */
    height: auto;
    animation: logo-animation 4s infinite ease-in-out;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.5)); /* ჩრდილი PNG ლოგოსთვის */
  
}
/* ლოგოზე ჰოვერის ეფექტი */
.logo:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.7)); /* უფრო ღრმა ჩრდილი ჰოვერისთვის */
  }
  
  /* ანიმაცია ლოგოსთვის */
  @keyframes logo-animation {
    0% {
      transform: scale(1);
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.5));
    }
    50% {
      transform: scale(1.05);
      filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8)) drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.6));
    }
    100% {
      transform: scale(1);
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)) drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.5));
    }
  }
.menu {
    position: relative;
    top: 210px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    margin: 0 15px;
    padding: 10px 0;
}

.menu li a {
    text-decoration: none;
    color: #febb58;
    text-shadow: 0px 5px 9px #000000;
    text-transform: uppercase;
    font-family: '';
    font-size: 15px;
}

.menu li a:hover {
    color: #ededed;
}


a:link {
    text-decoration: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #d04e00;
}


a:hover {
    text-decoration: none;
    color: var(--accent-text);
}


ol,
ul {
    list-style: none;
}


/* ========== CONTENT STYLES ========== */

.wrapper {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    min-height: 800px;
    display: flex;
    justify-content: space-between;
    background: url(../images/container-top-bg.jpg) center top no-repeat,
        url(../images/container-bottom-bg.jpg) center bottom no-repeat,
        url(../images/container-repeat-bg.jpg) center repeat-y;
    width: 100%;
    max-width: 1200px;
    /* ადაპტირებადი სიგანე */
    margin: 0 auto;
    box-sizing: border-box;
}

.content {
    width: 566px;
    padding: 40px;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
}

/*=========================*/
/* Left Sidebar Styles */
/*=========================*/

.left-sidebar {
    width: 217px;
    color: #c0a077;
    padding: 0 15px;
    /* თანაბარი padding: ყველა მხარეს */
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 12px;

}

.right-sidebar {
    width: 217px;
    color: #c0a077;
    padding: 0 15px;
    /* თანაბარი padding: ყველა მხარეს */
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 12px;

}


.sidebar-title {
    width: 224px;
    height: 96px;
    line-height: 86px;
    position: relative;
    color: #fff2d5;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .7), -2px -5px 10px rgba(255, 255, 190, .2), 2px -5px 10px rgba(255, 255, 190, .2);
    display: block;
    font-size: var(--font-size-small);

}

.left-sidebar-title {
    background: url(../images/left-sidebar-title.png) no-repeat;
    margin-left: -15px;
}

.right-sidebar-title {
    background: url(../images/right-sidebar-title.png) no-repeat;
    margin-left: -23px;
}

.left-sidebar-title-top {
    background: url(../images/left-sidebar-title-top.png) no-repeat;
    line-height: 43px;
    height: 75px;
}

.left-sidebar-title-top:after {
    content: "";
    background: url(../images/sidebar-title-top-shadow-left.png) no-repeat;
    width: 222px;
    height: 29px;
    position: absolute;
    left: 2px
}

.right-sidebar-title-top {
    background: url(../images/right-sidebar-title-top.png) no-repeat;
    line-height: 43px;
    height: 75px;
    text-shadow: none
}

.right-sidebar-title-top:after {
    content: "";
    background: url(../images/sidebar-title-top-shadow.png) no-repeat;
    width: 222px;
    height: 29px;
    position: absolute;
    left: 8px
}


/* line 196, style.less */
.status-title {
    background: #ffffff;
    background: linear-gradient(#ffffff 60%, #4f6b81);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 5px 19px #000000;
    font-family: 'Philosopher' !important;
    font-size: 13px !important;
}

/* Castle Siege */

.Castle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.Castle-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px 10px 0px;
    border-left: 1px solid #5e524a;

    border-radius: 6px;
    font-weight: 600;
}

.Castle-name {
    display: flex;
    align-items: center;
    gap: 10px;
    /* დაშორება აიქონსა და ტექსტს შორის */
    color: var(--accent-green);
}

.Castle-icon {
    width: 18px;
    /* აიქონის სიგანე */
    height: 18px;
    /* აიქონის სიმაღლე */
}

.Castle-value {
    font-size: 12px;
}


.ranking-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.ranking-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    font-weight: 600;
}

.ranking-position {
    width: 40px;
    text-align: center;
    color: #fff;
}

.ranking-name {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ranking-name a {
    color: inherit;
    text-decoration: none;
}

.ranking-name a:hover {
    text-decoration: underline;
}

.ranking-stats {
    display: flex;
    gap: 15px;
    font-size: 12px;
}

.ranking-level,
.ranking-resets {
    display: flex;
    align-items: center;
    color: #fff;

}

.master-level,
.grand-reset {
    color: #ff5252;
    font-size: 0.8em;
    margin-left: 2px;
}

.ranking-empty {
    padding: 10px;
    text-align: center;
    color: #ccc;
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
}

/* Flag styles (if needed) */
.f16 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
}


.guild-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 0 !important;
}

.ranking-score {
    min-width: 40px;
    text-align: right;
    font-size: 12px;
    color: #fff;
}

/* These should already exist from previous conversion */
.ranking-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.ranking-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    font-weight: 600;
}

.ranking-position {
    width: 40px;
    text-align: center;
    color: #fff;
}

.ranking-name {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ranking-name a {
    color: inherit;
    text-decoration: none;
}

.ranking-name a:hover {
    text-decoration: underline;
}

.ranking-empty {
    padding: 10px;
    text-align: center;
    color: #ccc;
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
}


/* Main Container */
.mu-rank-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

/* Header Row */
.mu-rank-header {
    display: flex;
    background-color: #3a2e28;
    color: #e8c070;
    padding: 10px 5px;
    border-bottom: 2px solid #5e524a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Data Rows */
.mu-rank-row {
    display: flex;
    align-items: center;
    padding: 5px 3px;
    border-bottom: 1px solid #3a2e28;
    /* background-color: rgba(58, 46, 40, 0.6); */
}
/* 
.mu-rank-row:nth-child(even) {
    background-color: rgba(78, 62, 52, 0.6);
} */

/* Column Styles - Fixed Widths */
.mu-rank-id {
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.mu-rank-name {
    width: 95px;
    padding: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.mu-rank-class {
    width: 95px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mu-rank-level, 
.mu-rank-resets {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mu-rank-location {
    width: 70px;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.mu-rank-status {
    width: 60px;
    text-align: center;
    flex-shrink: 0;
}

/* Elements */
.mu-class-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.mu-status-icon {
    width: 10px;
    height: 10px;
}

.mu-master-label,
.mu-grand-label {
    color: #ff6b6b;
    font-size: 0.7em;
    margin-left: 3px;
}

.mu-master-level,
.mu-grand-resets {
    color: #ff6b6b;
    font-size: 0.8em;
    margin-left: 3px;
}
/* 
.mu-player-link {
    color: #8db5d7;
    text-decoration: none;
} */
/* 
.mu-player-link:hover {
    color: #b3d4ff;
    text-decoration: underline;
} */

.mu-location-hidden {
    color: #999;
    font-style: italic;
}
/* STAT */
.stats-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    /* მარცხნიდან მარჯვნივ განლაგება */
    align-items: center;
    padding: 10px;
    border-left: 1px solid #5e524a;
    border-radius: 6px;
    font-weight: 600;
}

.stats-name {
    color: var(--accent-green);
}

.stats-value {
    font-size: 12px;
    text-align: right;
    /* ტექსტის გასწორება მარჯვნივ */
    margin-right: 50px;

}

/* Discord */
.Discord-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.Discord-container {
    display: flex;
    justify-content: space-around;
    /* მარცხნიდან მარჯვნივ განლაგება */
    align-items: center;
    padding: 10px;
    border-left: 1px solid #5e524a;
    border-right: 1px solid #5e524a;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: 15px;
    margin-inline: auto;
    width: 80px;
}

.Discord-name {
    color: var(--accent-green);
}

.Discord-value {
    font-size: 12px;
    text-align: right;
    /* ტექსტის გასწორება მარჯვნივ */

}

.Discord-img {
    align-items: center;
    width: 120px;
    height: 30px;
    border: 1px solid #212325;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}


/* Info */
.guild-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.guild-container {
    display: flex;
    justify-content: space-around;
    /* მარცხნიდან მარჯვნივ განლაგება */
    align-items: center;
    padding: 10px;
    border-left: 1px solid #5e524a;
    border-right: 1px solid #5e524a;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: 15px;
    margin-inline: auto;
    width: 200px;
}

.guild-name {
    color: var(--accent-green);
}

.guild-value {
    font-size: 12px;
    text-align: right;
    /* ტექსტის გასწორება მარჯვნივ */

}

.guild-img {
    align-items: center;
    width: 120px;
    height: 30px;
    border: 1px solid #212325;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .04);
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}



.content-title {
    background: url('../images/content-title.png') no-repeat;
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #483833;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
    padding: 0 15px;
}

.content li {
    padding: 1px;

}

.content img {
    max-width: 471px;
}

.content ul {
    list-style-type: none;
}

.effect-p {
    text-decoration: none;
    background: #d8dfe2;
    background: linear-gradient(#f9f9f9 60%, #59758a);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 9px #000000;
}

/*=========================*/
/* Table General Styles */
/*=========================*/

/* ძირითადი სტილიზაცია ცხრილისთვის */
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    color: var(--neutral-light);
    background-color: var(--input-bg);
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* სათაურის სტილიზაცია */
table thead tr {
    background-color: var(--input-bg);
    color: var(--accent-gold);
    text-align: left;
    font-weight: bold;
    height: 40px;
    text-align-last: center;

}


/* ცხრილის ხაზების სტილიზაცია */
table th,
table td {
    padding: 5px 5px;
    border-bottom: 1px solid var(--border-bottom);
    text-align-last: center;
}

/* ფერის მონაცვლეობა თითოეულ ხაზზე */
table tbody tr:nth-child(even) {
    background-color: var(--input-bg);

}

/* ხაზის გამოყოფა ჰოვერზე */
table tbody tr:hover {
    background-color: var(--input-bg);
}

/* რანკის სვეტის სტილიზაცია */
table tbody tr td:first-child {
    font-weight: bold;
}

/* მობილური ადაპტაცია */
@media (max-width: 768px) {
    table thead {
        display: none;
    }

    table tr {
        display: block;
        margin-bottom: 15px;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50%;
    }

    table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 20px);
        font-weight: bold;
        text-align: left;
    }
}



#switch_items_X777 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    border-left: 1px solid #5e524a;
    border-right: 1px solid #5e524a;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: 15px;
    margin-inline: auto;
    width: 80px;
}

/* ========== FORMS ========== */


/* ========== BUTTONS ========== */
button {
    transition: all .3s ease;
    cursor: pointer;
    background: url(../images/button-bg.png) no-repeat;
    height: 52px;
    width: 154px;
    border: none;
    color: #fff0e6;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 13px;
    text-decoration: none;
    font-family: inherit;
}



/* ========== FOOTER ========== */
.footer {}



/*========== Coin - Credit  ==========*/

.coin-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.coin-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #5e524a;
    border-radius: 10px;
}

.coin-name {
    display: flex;
    align-items: center;
    gap: 10px;
    /* დაშორება აიქონსა და ტექსტს შორის */
}

.coin-icon {
    width: 18px;
    /* აიქონის სიგანე */
    height: 18px;
    /* აიქონის სიმაღლე */
}

.coin-value {
    font-size: 12px;
}

/* --------------------------------------------------- */

.button-logout {
    display: block;
    margin: 20px auto;
    color: #fff;
}

.button-logout a {
    text-decoration: none;
    color: white;
}


.online {
    color: var(--primary-green)
}

.status-block li i {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-bottom: -1px;
    margin-right: 7px
}

.status-block .status {
    padding-bottom: 14px;
    margin-bottom: 20px
}


.status-block .status li .server {
    color: #febb58
}

.status-block .status-online i {
    background: url(../images/online-icon.png) no-repeat
}

.status-block .status-offline i {
    background: url(../images/offline-icon.png) no-repeat
}

.status-block .status-offline .online {
    color: #fa5021
}

.status-server {
    font-size: 12px;
    color: var(--highlight-text);
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.sidebar-title-theme {
    margin-bottom: -14px
}



.event .event-time-block {
    text-align: right;
    align-items: baseline
}

#ServerTime {
    color: var(--mu-teal);
    font-family: 'BPG Banner Caps';
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px;
    color: var(--accent-green);
}

.select {
    text-align: left;
    width: 133px;
    margin: 0 auto;
    background: url(../images/input-bg.jpg) no-repeat;
    margin-bottom: 18px
}

.selectServer {
    background: url(../images/input-bg.jpg) no-repeat;
    display: block;
    color: #c2a275 !important;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 134px;
    height: 34px;
    line-height: 24px;
    padding: 5px 10px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
    position: relative;
}


/*========== Status Block ==========*/

.status-block li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ecebeb;
    margin-bottom: 16px
}

.status-block li .online {
    color: var(--primary-green)
}

.status-block li i {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-bottom: -1px;
    margin-right: 7px
}


.status-block .status li {
    margin-bottom: 6px
}

.status-block .status li .server {
    color: #d2c1a2
}

.status-block .status-online i {
    background: url(../images/online-icon.png) no-repeat
}

.status-block .status-offline i {
    background: url(../images/offline-icon.png) no-repeat
}

.status-block .status-offline .online {
    color: #fa5021
}


/* EVENT TIMER */

#events {
    padding: 8px 0;
}

#events div {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3);
    padding: 10px;
    font-size: 12px;
}

#events div small {
    float: right;
    color: var(--primary-text);
    font-size: 11px;
}

#events div span {
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}

.guild-section {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.guild-list-wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.guild-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guild-list .guild-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.guild-list .guild-item:hover {
    background: #f9f9f9;
}

.guild-info-wrapper {
    display: flex;
    flex-direction: column;
}

.guild-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.guild-master {
    color: #666;
    font-size: 14px;
}

.no-guilds {
    padding: 15px;
    text-align: center;
    color: #999;
    font-style: italic;
}

/*========== Language ==========*/

.lang-block {
    margin-bottom: 20px
}

.lang-block a {
    color: #c2a275;
    font-size: 14px;
    margin: 0 10px
}

.lang-block a:hover {
    color: #fff
}

.login-block {
    text-align: center;
    margin-bottom: 20px
}

.login-block form button {
    margin: 0 auto
}



.download-block {
    text-align: center;
    margin-bottom: 20px
}

.download-block p {
    margin-bottom: 0
}

.download-block .load-img {
    display: block;
    background: url(../images/button-download.png) no-repeat;
    width: 114px;
    height: 96px;
    margin: 0 auto
}

.download-block a {
    color: #c0a077;
    line-height: 1.4;
    display: block
}

.discord .status {
    margin-bottom: 0;
    padding-bottom: 0;
}

.discord .back {
    background: url(../images/discord_title.png) no-repeat;
}

.secondary_button {
    display: inline-block;
    cursor: pointer;
    background: #1f1815;
    border: 1px solid #5e524a;
    border-radius: 5px;
    transition: color 0.3s ease;
    padding: 0 15px;
    height: 26px;
    line-height: 22px;
}

.list li {
    background: url(../images/list-icon.png) left top 1px no-repeat;
    padding: 2px 10px 3px 25px;
    font-size: 14px;
}


#ucp_info{
	width: 100%;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
#ucp_info .half {
	float: left;
	width: 47%;
	padding: 5px;
	position:relative;
}
#ucp_info  .full {
	width: 100%;
}
*#ucp_info .half table {
	margin-left: auto;
	margin-right: auto;
}
#ucp_info td {
	padding: 2px;
}
#ucp_info .half:first-child {
	border-right: 1px solid rgb(223, 221, 221);
}
/** FOOTER */

#footer {
    overflow: hidden;
    padding: 68px 0px 50px 0px;
    background: url(../images/footer-wrapper-bg.jpg) no-repeat center top;
}

#footer p {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}


/** COPYRIGHT */

#copyright {
    overflow: hidden;
    width: 910px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
}

#copyright p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    color: #999999;
}


/** FOOTER CONTENT */

#footer-content {
    overflow: hidden;
    width: 910px;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
}

#footer-content h2 {
    padding: 0px 0px 25px 0px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-size: 12px;
    color: #fef6fc;
}

#footer-content #column1 {
    float: left;
    width: 270px;
    margin-right: 50px;
}

#footer-content #column2 {
    float: left;
    width: 270px;
}

#footer-content #column3 {
    float: right;
    width: 270px;
}

#loading {
    background-image: url(../images/l_bg.png);
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}

ul.style2 li {
    padding: 15px 0px 15px 0px;
    background: url(../images/divider2-bg.png) repeat-x left top;
    line-height: 100%;
}

ul.style2 .first {
    padding-top: 0px;
    background: none;
}

ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.style3 li {
    padding: 10px 0px 15px 0px;
    background: url(../images/divider2-bg.png) repeat-x left top;
    line-height: 100%;
}

ul.style3 .first {
    padding-top: 0px;
    background: none;
}


/** LIST STYLE 4 */

ul.style4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'BPG Banner Caps';
}

ul.style4 li {
    text-align: left;
    line-height: 18px;
}


ul.style4 li :hover {
    color: #febb58;
    font-size: 13px;
}


ul.style4 .first {
    text-align: center;
    padding-bottom: 2px;
    color: #fff;
}

ul.style4 span {
    float: right;
}


/** Account Panel  */

.actions-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.action-item {
    width: 180px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 0 10px;
    background-color: var(--input-bg);
    box-shadow: 2px 4px 1px 1px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}


.action-item a {
    text-decoration: none;
    color: var(--p-span-li-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-container img {
    width: 25px;
    height: 25px;
}

.text-container p {
    margin: 0;
    font-size: 13px;
    color: var(--border-color);
}

.action-item:hover {
    background-color: var(--button-hover);
    cursor: pointer;
}


/* -------- ACCOUNY MAIN ---------- */

.account-info {
    display: flex;
    align-items: center;
    /* ვერტიკალურად ცენტრში განლაგებისთვის */
    justify-content: space-between;
    /* მარცხნივ გასწორება */
    padding: 10px 15px;
    /* ელემენტის შიდა დაშორებები */
    font-size: 14px;
    /* ტექსტის ზომა */
    max-width: 300px;
    /* ელემენტის სიგანის შეზღუდვა */
    margin-bottom: 10px;
}

.account-label {
    font-weight: bold;
    /* Bold ტექსტი Account-ისთვის */
    margin-right: 8px;
    /* დაშორება Account და Username ტექსტებს შორის */
    color: #ffffff;
    /* Account ლეიბლის ფერი */
}

.account-username {
    color: var(--highlight-text);
    /* Username-ის ფერი */
    font-size: 16px;
    /* ოდნავ უფრო დიდი ზომა Username-ისთვის */
    font-weight: normal;
    /* ჩვეულებრივი წონა Username-ისთვის */
}


.acc-container {
    display: flex;
    gap: 15px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.acc-item {
    display: flex;
    align-items: center;
    /* აიქონისა და ტექსტის ვერტიკალური ცენტრი */
    text-decoration: none;
    width: 250px;
    /* ელემენტის სიგანე */
    padding: 3px;
}

.acc-item:hover {
    border-bottom: 1px solid var(--mu-greens);
    cursor: pointer;
}

.icon-acc {
    margin-right: 10px;
    /* დაშორება აიქონსა და ტექსტს შორის */
    width: 20px;
    /* აიქონის სიგანე */
    height: 20px;
    /* აიქონის სიმაღლე */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-acc img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-acc {
    font-size: 14px;
    display: flex;
    align-items: center;
    /* ტექსტის ვერტიკალური ცენტრი */
    color: var(--accent-text);
}

.account_info,
.account_menu {
    color: #79694e;
    text-align: left;
    line-height: 18px
}

.ai_data {
    float: right;
    color: #e2c993;
}

.info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
    justify-content: space-between;
}

.info-item {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    width: 150px;
    height: 50px;
}

.icon-container- img {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}


/** mm_button **/

.mm-button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 13px;
    padding: 10px;
    font-size: 14px;
    color: #dd9434;
    /* border-bottom: 3px solid var(--highlight-text); */
    border-radius: 5px;
    background-color: #3a2e28;
}


.mm-button:hover {
    color: var(--accent-text);
    border-bottom: 3px solid var(--mu-greens);
    cursor: pointer;
}

/** Market Action **/

.mm-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mm-item {
    width: 230px;
    /* ფიქსირებული სიგანე */
    height: 48px;
    /* ფიქსირებული სიმაღლე */
    border-radius: 8px;
    /* მომრგვალებული კიდეები */
    display: flex;
    align-items: center;
    /* ვერტიკალური ცენტრი */
    justify-content: start;
    /* ტექსტი მარცხნივ */
    gap: 10px;
    /* დაშორება აიქონსა და ტექსტს შორის */
    padding: 0 10px;
    /* შიდა დაშორებები */
    background-color: var(--input-bg);
    box-shadow: 2px 4px 1px 1px rgba(0, 0, 0, 0.2);
    /* ჩრდილი */
}


.mm-item a {
    text-decoration: none;
    /* ლინკის ხაზის გაქრობა */
    color: var(--p-span-li-color);
    /* ღია ფერი ტექსტისთვის */
    display: flex;
    align-items: center;
    gap: 10px;
}

.Msearch {
    display: flex;
    justify-content: space-around;
}


.mm-item:hover {
    background-color: var(--button-hover);
    /* Hover-ზე ფონური ფერის შეცვლა */
    cursor: pointer;
    /* Hover-ზე მაუსის მიანიშნებელი */
}


.text-container p {
    margin: 0;
    font-size: 13px;
    color: var(--border-color);
}

.checkbox-container {
    display: flex;
    gap: 20px;
    /* დაშორება ელემენტებს შორის */
    align-items: center;
    /* ვერტიკალური ცენტრი */
}

.checkbox-container label {
    display: flex;
    align-items: center;
    gap: 5px;
    /* დაშორება checkbox-სა და ტექსტს შორის */
    font-size: 14px;
    /* ტექსტის ზომა */
}

.radio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.radio-container label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.radio-container input[type="radio"] {
    margin: 0;
}


.filter-container {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}

.checkbox-container, .radio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-evenly;
}

.checkbox-container label, 
.radio-container label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/** No Style Effect  */

.no-style {
    all: unset;
    /* ყველა დეფოლტური სტილის გათიშვა */
    padding: 10px;
    /* საჭირო სტილი */

}


/** TITLE 1 */

.title1 {
    height: 100px;
    background: url(../images/title1-bg.png) no-repeat top;
}

.title1 h1,
.title1 h2 {
    padding: 60px;
    text-transform: uppercase;
    font-size: 15px;
    color: #483833;
    text-align: center;
}


/** BOX STYLE 1 */

.box-style1 .title {
    padding: 10px 0px 10px 0px;
    text-shadow: 2px 1px 0px rgba(255, 255, 255, .5);
    font-size: 23px;
    color: #2f2a22;
    text-align: center;
}

.box-style2 {
    overflow: hidden;
}


/** BOX STYLE 2 */

.box-style2 h3 {
    padding: 0px 0px 20px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #16130f;
}


/** BOX STYLE 3 */


/** BOX STYLE 4 */

.box-style4 {
    overflow: hidden;
}

.box-style4 .title {
    padding: 0px 30px 20px 40px;
    text-shadow: 2px 1px 0px rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 23px;
    color: #2f2a22;
}

.avatar_frame {
    padding: 10px;
    border: 1px solid #333333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
}


/** BUTTON STYLE BlessedMU */


/** TWO COLUMNS */

.two-column {
    overflow: hidden;
    margin-top: -10px;
    padding: 0px 30px 0px 50px;
}


/** META STYLE 1 */

.meta-bg {
    overflow: hidden;
    position: relative;
    right: -10px;
    width: 542px;
    height: 50px;
    margin: 30px 0px 30px 0px;
}

.meta p {
    text-transform: uppercase;
}

.meta .tags {
    float: left;
    padding: 0px 0px 3px 30px;
    background: url(../images/meta-icons-03.png) no-repeat left 0px;
}

.meta .links {
    float: right;
}

.meta .more {
    padding: 0px 10px 3px 30px;
    background: url(../images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
    padding: 0px 0px 3px 30px;
    background: url(../images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
    height: 22px;
    padding: 0px 15px;
    background: url(../images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
    text-decoration: underline;
}


/** BANNER */

#banner {
    overflow: hidden;
    width: 964px;
    height: 290px;
    margin: 0px auto;
    background: url(../images/banner-wrapper-bg.jpg) no-repeat left top;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

#banner h2 {
    padding: 52px 0px 10px 0px;
    letter-spacing: 3px;
    line-height: 145%;
    font-size: 20px;
    color: #FFFFFF;
}

#banner p {
    letter-spacing: 1px;
    line-height: 70%;
    color: #837e7e;
}

#banner #col1 {
    width: 617px;
    height: 240px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 25px 0px 0px 25px;
}

#banner #col1 ol,
#banner #col1 li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#banner #col1 .items {
    width: 2000em;
    position: absolute;
}

#banner #col1 .items .item {
    float: left;
}

#banner #col1 .items .item span {
    position: absolute;
    width: 617px;
    height: 240px;
    z-index: 11;
}

#banner #col1 .promRoundBox {
    position: absolute;
    width: 617px;
    height: 240px;
    background: url('../images/misc/main_prom_bg.png') no-repeat;
    z-index: 10;
}

#banner #col1 .rollingIconWrap {
    position: absolute;
    right: 0;
    z-index: 12;
}

#banner #col1 .rollingIconWrap .bgFirst {
    float: left;
    width: 53px;
    height: 40px;
    background: url('../images/misc/main_prom_rollTop.png') no-repeat;
}

#banner #col1 .rollingIconWrap .rollingIcon {
    float: left;
    height: 30px;
    padding: 10px 15px 0 0;
    background: url('../images/misc/main_prom_rollMiddle.png') no-repeat right top;
    overflow: hidden;
}

#banner #col1 .rollingIconWrap .rollingIcon button {
    float: left;
    width: 19px;
    height: 21px;
    margin-right: 3px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: url('../images/misc/main_prom_icon_off.gif') no-repeat
}

#banner #col1 .rollingIconWrap .rollingIcon button.active {
    background-image: url('../images/misc/main_prom_icon_on.gif')
}

#banner #col2 {
    width: 260px;
    margin: 15px 0 0 694px;
    color: white;
    font-size: 12px;
}

#banner #col2 p span {
    float: right;
    color: #837E7E;
    padding-right: 20px;
}

#banner #col2 p a span {
    text-decoration: underline;
}

#banner #col2 img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s ease;
    vertical-align: middle;
}

#banner #col2 img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#banner #col2 .info-button {
    width: 250px;
    padding-bottom: 15px;
    margin: 0;
}

#banner #col2 .info-button td {
    cursor: pointer;
    width: 65px;
    height: 100px;
    text-align: center;
    vertical-align: bottom;
    font-size: 16px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#banner #col2 .info-button #sButton-0 {
    background: url('../images/misc/server5.png') transparent center top no-repeat;
}

#banner #col2 .info-button #sButton-1 {
    background: url('../images/misc/server4.png') transparent center top no-repeat;
}

#banner #col2 .info-button #sButton-2 {
    background: url('../images/misc/server3.png') transparent center top no-repeat;
}

#banner #col2 .info-button #sButton-3 {
    background: url('../images/misc/server2.png') transparent center top no-repeat;
}

#banner #col2 .info-button #sButton-4 {
    background: url('../images/misc/server1.png') transparent center top no-repeat;
}

#banner #col2 .info-button #sButton-5 {
    background: url('../images/misc/server3.png') transparent center top no-repeat;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #221f28;
    padding: 5px;
    opacity: 0.90;
    font: normal 10px Tahoma, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
}

#tooltip h3,
#tooltip div {
    margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
    width: 404px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

#item_filter_overlay {
    position: absolute;
    height: 400px;
    width: 300px;
    display: none;
    z-index: 9999;
}

#item_filter {
    width: 300px;
    height: 710px;
    padding-bottom: 2px;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.item_filter_content {
    height: 600px;
    width: 285px;
    margin: 15px;
    overflow: auto;
}

.modal-header {
    background: url(../images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.modal-header h2 {
    color: #444;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.modal-header2 {
    background: url(../images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    cursor: move;
}

.modal-header2 h2 {
    color: #444;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/close.png);
    z-index: 2;
}

.form input:not([type="checkbox"]):not([type="number"]),
.form select,
.form textarea {
    padding: 7px 10px;
    border: 1px solid #5e524a;
    border-bottom-color: #B3B3B3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    width: 200px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.fixed {
    position: fixed;
    top: 50px;
    left: 50px;
}

.QapTcha {
    width: 215px;
}

.QapTcha .clr {
    clear: both
}

.QapTcha .bgSlider {
    width: 215px;
    height: 30px;
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.QapTcha .slider {
    width: 30px;
    height: 30px;
    background: transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;
    background-size: 30px 30px;
    cursor: e-resize;
    position: relative;
    top: 0;
    left: 0
}

.QapTcha .txtStatus {
    width: 215px;
    margin-top: 7px;
    text-align: left;
    color: #bb2828;
    font-size: 10px;
    clear: both;
    padding-bottom: 10px;
}

.QapTcha .dropSuccess {
    color: #4e8b37
}

.QapTcha .dropError {
    color: #bb2828
}



/* GUIDE */
.conten .i_note,
.s_note,
.w_note,
.e_note {
    border: 1px solid var(--border-color);
    margin: 10px 0px;
    padding: 15px 10px 15px 40px;
    background-repeat: no-repeat;
    border-radius: 8px;
    /* მოფხო კიდეებისთვის */
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

/* Information Note */
.i_note {
    color: var(--highlight-text);
    background-color: var(--secondary-bg);
    background-position: left center;
}

/* Success Note */
.s_note {
    color: var(--success-color);
    background-color: var(--button-hover);
    background-image: url('../images/success.png');
    background-position: left center;
}

/* Warning Note */
.w_note {
    color: var(--accent-green);
    background-color: var(--alternate-bg);
    background-image: url('../images/warning.png');
    background-position: left center;
}

/* Error Note */
.e_note {
    color: var(--mu-orange);
    background-color: #F7E0CC;
    background-image: url('../images/error.png');
    background-position: left center;
}

/* Button Field */
.btn-fld {
    width: 254px;
    overflow: hidden;
    padding: 12px 20px 12px 130px;
    border: 1px solid var(--border-color);
    background-color: var(--button-bg);
    border-radius: 8px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-fld:hover {
    background-color: var(--button-hover);
    box-shadow: 0 0 8px var(--highlight-text);
}

/* User Control Panel Info */
.info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    background-color: var(--primary-bg);
    border: 1px solid var(--divider-color);
    border-radius: 8px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary-bg);
    padding: 10px;
    border-radius: 8px;
    flex: 1 1 calc(33.333% - 20px);
    /* სამი სვეტი */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icon-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--alternate-bg);
    border-radius: 50%;
}

.icon-cell img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.info-text {
    flex-grow: 1;
}

.label {
    font-size: 14px;
    color: var(--highlight-text);
    margin: 0;
    font-weight: bold;
}

.value {
    font-size: 13px;
    color: var(--primary-text);
    margin: 0;
}

#account-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--divider-color);
}

.account-info-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-block {
    display: flex;
    align-items: center;
    background-color: var(--input-bg);
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.info-block:hover {
    background-color: var(--button-hover);
}

.icon-wrapper {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-wrapper img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.info-details {
    margin-left: 15px;
    flex-grow: 1;
}

.info-label {
    font-size: 14px;
    color: var(--highlight-text);
    margin: 0;
}

.info-value {
    font-size: 13px;
    color: var(--primary-text);
    margin: 0;
}

#small_menu ul {
    margin: 0px;
    padding: 0px;
}

#small_menu li {
    list-style: none;
}

ul#vote-options {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 10px;
}

#vote-options li {
    line-height: 45px;
    height: 45px;
    margin-top: 20px;
    color: var(--accent-green);
    background-color: var(--input-bg);
    transition: background-color 0.3s ease;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    border-radius: 10px;
}

#vote-options li img {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    padding-left: 10px;

}

#vote-options li button {
    border: 1px solid #999;
    line-height: 28px;
}

#vote-options li h5 {
    padding-left: 30px;
    margin-left: 30px;
}

ul#paypal-options {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

ul#paypal-options {
    list-style: none;
}

ul#paypal-options h4 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

ul#paypal-options h3 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

#paypal-options {
    color: #555;
    font-size: auto;
    line-height: auto;
    list-style-type: none;
    margin: 0;
}

#paypal-options li {
    border-radius: 5px;
    line-height: 45px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}

#paypal-options li h4 {
    width: 210px;
    line-height: 50px;
    padding-left: 60px;
    float: left;
    display: inline;
}

#paypal-options li h3 {
    width: 105px;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    float: left;
}

#helm {
    position: absolute;
    left: 73px;
    top: 58px;
    width: 56px;
    height: 66px;
}

#wings {
    position: absolute;
    left: 272px;
    top: 59px;
    width: 127px;
    height: 110px;
}

#pendant {
    position: absolute;
    left: 233px;
    top: 80px;
    width: 29px;
    height: 29px;
}

#sword {
    position: absolute;
    left: 6px;
    top: 242px;
    width: 69px;
    height: 129px;
}

#armor {
    position: absolute;
    left: 40px;
    top: 138px;
    width: 82px;
    height: 98px;
}

#shield {
    position: absolute;
    left: 330px;
    top: 242px;
    width: 69px;
    height: 129px;
}

#gloves {
    position: absolute;
    left: 271px;
    top: 178px;
    width: 85px;
    height: 55px;
}

#pants {
    position: absolute;
    left: 89px;
    top: 297px;
    width: 58px;
    height: 74px;
}

#ring_left {
    position: absolute;
    left: 102px;
    top: 252px;
    width: 29px;
    height: 29px;
}

#ring_right {
    position: absolute;
    left: 272px;
    top: 252px;
    width: 29px;
    height: 29px;
}

#boots {
    position: absolute;
    left: 258px;
    top: 297px;
    width: 58px;
    height: 74px;
}


/* AUCTION */

.inv {
    table-layout: fixed;
    background-color: #212121;
    border: 1px solid #100f0d;
    margin: 0px;
    padding: 0px;
}

.waretitle {
    font-size: 11px;
    background: #610000;
    font-weight: bold;
    color: #fff;
}


/* AUCTION END */


/* ------------------- PAGINATION ---------------------- */

#pagination {
    color: #4C9AEB;
    font: normal 12px verdana, arial, helvetica, serif;
    line-height: 17px;
    margin: 0;
    padding: 12px 8px 8px 12px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}



#pagination ul {
    height: 21px;
}

#pagination li {
    list-style-type: none;
    float: left;
}


/* ------------------- PAGINATION END ---------------------- */

.item_table {
    width: 200px;
    border: 0;
    margin: auto;
}

.item_table td {
    padding: 3px;
}

.each_item {
    width: 10px;
    border: 0;
    border-collapse: collapse;
}

.each_item td {
    padding: 0px;
}

.each_item .item_name {
    background: url(../images/ws_item_name.png);
    background-size: 136px 34px;
    height: 34px;
}

.each_item .item_bg {
    background-image: url(../images/ws_item_bg.png);
    background-size: 136px 140px;
    height: 140px;
}

.each_item .item_footer {
    background: url(../images/ws_item_footer.png);
    background-size: 136px 6px;
    height: 6px;
}

.item_image {
    text-align: center;
    height: 140px;
    width: 136px;
}

.items {
    text-align: center;
}


#item_buy {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

#item_buy_left {
    float: left;
    padding-right: 5px;
}

#item_buy_right {
    float: left;
    background-color: #3e1d1c;
    width: 492px;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#item_buy_right .full {
    margin: 1px;
    padding: 1px;
    width: 488px;
    background-color: #76403f;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 18px;
    line-height: 18px;
}

#item_buy_right .opt_title {
    margin: 1px;
    padding-left: 1px;
    width: 250px;
    float: left;
    background-color: #76403f;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}

#item_buy_right .opt {
    margin: 1px;
    padding-left: 1px;
    width: 236px;
    float: left;
    background-color: #76403f;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    height: 20px;
    line-height: 20px;
}

#item_buy_right .opt select {
    border: 0px;
    border-radius: 0;
    width: 60%;
    font-size: 12px;
    line-height: 1;
    background: #5d302f;
    color: #fff;
    margin-top: 1px;
    padding: 0;
    -webkit-appearance: none;
}

#item_buy_right .opt input[type="number"] {
    width: 35px;
    border: 0px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    background: #5d302f;
    color: #fff;
    margin-top: 1px;
    padding: 0;
    -webkit-appearance: none;
}

#item_image_bg {
    position: relative;
    background: url(../images/item_bg.png) no-repeat;
    width: 129px;
    height: 184px;
}

#item_image_bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item_info {
    margin-top: 2px;
    background: url(../images/item_desc.png) no-repeat;
    width: 129px;
    height: 36px;
    line-height: 36px;
    z-index: 500;
}

.item_info .info {
    padding-left: 5px;
    text-align: left;
    font-size: 11px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
}

.item_info .info .btimes {
    color: #ed7876;
}

.item_info .info .goldcr {
    color: #ffaf04;
}

.item_info .info .normalcr {
    color: #d9a08a;
}

#buy_buttons {
    margin-right: 10px;
    width: 99%;
}

#buy_buttons button {
    margin: 2px;
}

.buy_button {
    background: url(../images/slect_btn.png);
    width: 155px;
    height: 42px;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: #000 0px 1px 0px;
    border: 0;
    float: right;
}

.buy_button:hover {
    cursor: pointer;
}

.payment-method-button {
    margin: 4px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
    float: left;
}

.payment-method-button label {
    float: left;
}

.payment-method-button label span {
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}


.auction_bet_button {
    margin: 0 auto;
    background: #660000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    text-align: center;
    padding: 3px 0px;
    display: block;
    width: 220px;
    height: 35px;
    cursor: pointer;
}

.span_red {
    background: #660000;
    color: #fff;
}

#sell_item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
}

.input-main {
    background: url(../images/input-bg.jpg) no-repeat;
    border: none;
    color: #c2a275;
    position: relative;
    width: 130px;
    height: 30px;
    text-align: center;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .3);
    margin-bottom: 10px;
}


.w-coins,
.wcoins {
    color: #CC6600;
    font-weight: bold;
}

.zz-coins,
.zzcoins {
    color: #003399;
    font-weight: bold;
}

.offline {
    color: red;
}

.online {
    color: green;
}

#timer_div_title {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    top: 290px;
    left: 370px;
}

#timer_div_time {
    position: absolute;
    height: 70px;
    width: 220px;
    top: 30px;
    left: 560px;
}

.col_1_3 {
    padding-top: 120px;
    width: calc((100% - 160px) / 3);
    position: absolute;
    z-index: 2;
}

@media (max-width: 1680px) {
    .col_1_3 {
        width: calc((100% - 100px) / 3);
    }
}

@media (max-width: 1024px) {
    .col_1_3 {
        width: 100%;
    }

    .col_1_3.center {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col_1_3.left {
        margin-top: 50px;
    }
}

.timer {
    width: 100%;
    padding-top: 70px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1440px) {
    .timer {
        padding-top: 60px;
    }
}

@media (max-width: 1280px) {
    .timer {
        padding-top: 50px;
    }
}

.timer__title {
    width: 100%;
    font-family: BPG Banner Caps;
    font-size: 25px;
    line-height: 32px;
    color: #f9fcfa;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 1440px) {
    .timer__title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 1280px) {
    .timer__title {
        font-size: 20px;
        line-height: 20px;
    }
}

.timer__title span {
    color: #ffb231;
}

.timer__subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #f9fcfa;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1440px) {
    .timer__subtitle {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1280px) {
    .timer__subtitle {
        margin-top: 5px;
    }
}

.timer__time {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 1280px) {
    .timer__time {
        margin-top: 20px;
    }
}

.timer__time-box {
    width: 46px;
}

@media (max-width: 1440px) {
    .timer__time-box {
        width: 36px;
    }
}

.timer__time-num {
    width: 46px;
    height: 53px;
    background: url("../images/timer_num_bg.png") center center;
    background-size: 100% 100%;
    font-size: 32px;
    font-weight: 600;
    color: #232020;
    text-shadow: 0px 1px 0px #e8b453;
    text-align: center;
}

@media (max-width: 1440px) {
    .timer__time-num {
        width: 36px;
        height: 43px;
        font-size: 22px;
    }
}

.timer__time-desc {
    width: 100%;
    text-align: center;
    font-family: BPG Banner Caps;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.timer__time-sep {
    width: 6px;
    height: 21px;
    background: url("../images/bg/timer_sep_bg.png") center center;
    background-size: 100% 100%;
    margin: 16px 5px;
}

@media (max-width: 1440px) {
    .timer__time-sep {
        margin: 16px 10px;
    }
}

.timer__time-end {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #ffb231;
    text-align: center;
}

.timer:before {
    content: '';
    width: 455px;
    height: 379px;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%;
    top: calc(((100% - 379px) / 2) + 20px);
    left: calc((100% - 455px) / 2);
    opacity: 0.6;
    pointer-events: none;
}


.add_to_card {
    font-size: 12px;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}

.add_to_card th {
    padding: 15px 20px 16px 20px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.add_to_card th:first-child {
    text-align: left;
    padding-left: 20px;
}

.add_to_card tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.add_to_card tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.add_to_card tr {
    text-align: center;
    padding-left: 20px;
}

.add_to_card td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.add_to_card td {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.add_to_card tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.add_to_card tr:last-child td {
    border-bottom: 0;
}

.add_to_card tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.add_to_card tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.add_to_card tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.ticket {
    font-size: 12px;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    __width: 100%;
}

.ticket th {
    padding: 15px 10px 16px 0px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.ticket th:first-child {
    text-align: left;
    padding-left: 10px;
}

.ticket tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ticket tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ticket tr {
    text-align: center;
    padding-left: 20px;
}

.ticket td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.ticket td {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.ticket tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.ticket tr:last-child td {
    border-bottom: 0;
}

.ticket tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ticket tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ticket tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.discount_notice {
    margin: 20px auto;
    left: 200px;
    width: 280px;
    height: auto;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 90;
    opacity: 0.9;
}

.discount_notice .content {
    padding: 30px;
    font-size: 14px;
    color: #6a2f3c;
    font-weight: bold;
    position: relative;
    display: block;
}

.ribbon-discount-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}

.ribbon-green:after {
    right: 0;
}

​ .PriorityZero {
    background-color: rgb(230, 138, 138);
}

.PriorityOne {
    background-color: rgb(204, 64, 64);
}

.PriorityTwo {
    background-color: rgb(255, 0, 0);
}

.PriorityThree {
    background-color: rgb(153, 0, 0);
}

.plans {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
}

.plan {
    background: white;
    border-radius: 6px;
    height: 70px;
    margin: 10px 0;
    opacity: 1;
    padding: 4px 25px;
    width: 100%;
    color: white !important;
    background-color: #02121f !important;

}

.plan:hover {
    cursor: url(../images/mu.gif), url(../images/mu.cur), auto;
    background-color: #0b0505 !important;
}

.price:hover {
    cursor: url(../images/mu.gif), url(../images/mu.cur), auto;
}

.price {
    border-radius: 100%;
    cursor: default;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    margin: 8px 10px 0 0;
    text-align: center;
    width: 46px;
}

.price-green {
    background-color: #e1f1d1;
    color: #52b327;
    font-weight: bold;
}

.price-red {
    background-color: #f1e1d1;
    color: #b35227;
}

.details {
    color: white !important;
    display: block;
    float: left;
    height: 46px;
    margin: 8px 0;
    padding: 0px 10px;
}

.plan-title {
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 0;
    padding: 0;
    text-transform: uppercase;
    color: white !important;
}

.plan-description {
    color: gold !important;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: 4px;
}

.wh_items {
    width: 261px;
    margin: 2px auto;
    padding-top: 6px;
    padding-left: 3px;
    height: 485px;
}

.square {
    cursor: pointer;
    position: absolute;
    opacity: 0.8;
}

.square:hover {
    padding: 1px;
    opacity: 1;
}

.square img {
    width: 100%;
    height: 100%;
}

.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(../images/flags.png) no-repeat;
}


.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nonactive {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.active:hover,
.nonactive:hover {
    filter: alpha(opacity=60);
    margin-bottom: -1px;
    margin-top: 1px;
}

.active:active,
.nonactive:active {
    filter: alpha(opacity=100);
    margin-bottom: -2px;
    margin-top: 2px;
}


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

.ref-reward-dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 150px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2500;
    overflow-y: auto;
    max-height: 500px;
}

.ref-reward-dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

.ref-reward-dropdown-content a:hover {
    background-color: #f1f1f1
}

.ref-reward-dropdown:hover .ref-reward-dropdown-content {
    display: block;
}

.item_size_12 {
    font-size: 11px;
}

.item_white {
    color: #FFFFFF;
}

.item_light_green {
    color: #00FF00;
}

.item_light_blue {
    color: #80B2FF;
}

.item_light_blue_2 {
    color: #3366FF;
}

.item_blue {
    color: #0066FF;
}

.item_pink {
    color: #FF1493;
}

.item_yellow {
    color: #FADE09;
}

.item_yellow_2 {
    color: #FFCC00;
}

.item_red {
    color: #FF0000;
}

.item_dark_red {
    color: #800000;
}

.item_dark_red_background {
    background-color: #800000;
}

.item_purple {
    color: #800080;
}

.item_socket {
    color: #B266FF;
}

.item_grey {
    color: #808080;
}

.item_yellow_title {
    color: #FFCC19;
}

/* .item_exe_title {
    color: #008000;
} */

.item_socket_title {
    color: #B266FF;
}

.item_socket_exe_title {
    color: #7401DF;
}

.item_ancient_title {
    color: #01DF01;
}

/* Item Image */
#item_info img {
    padding: 10px;
    max-width: 120px;
    max-height: 120px;
    border-radius: 8px;
    border: 2px solid #c2a275;
}

/* Item Name */
.item-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #febb58;
}

/* Price Styling */
.price {
    color: #febb58;
    font-weight: bold;
}

/* COLORS */


/*========== News Block ==========*/

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

.news-image img {
    width: 100%;
    border-radius: 5px;
}


.block {
    margin-bottom: 15px;
}


.news {
    border-bottom: 1px solid #98917a;
    box-shadow: 0px 1px 0px 0px #e0dac7;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: 'BPG Banner Caps';
}

.news .news-title {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.news a {
    color: var(--accent-darkred);
}

.news .news-title a {
    margin-bottom: 10px;
    color: var(--accent-darkred);
}

.news .news-title h2 {
    color: #febb58;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0
}

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

.news-info {
    color: #0772b0;
    font-size: 12px;
}

.news-info a {
    text-decoration: none
}

.news-info a:hover {
    text-decoration: underline
}

.content-block {
    padding: 15px 0px 15px 0px;
    color: #1c1819;
    position: relative;
}



/*========== Flex TAB  ==========*/
.flex-sbc,
.flex-sbs,
.flex-sbe,
.flex-cc,
.flex-cs,
.flex-ce,
.flex-sc,
.flex-ss,
.flex-se,
.flex-ec,
.flex-es,
.flex-ee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-sbc,
.flex-sbs,
.flex-sbe {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-cc,
.flex-cs,
.flex-ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-sc,
.flex-ss,
.flex-se {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-ec,
.flex-es,
.flex-ee {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-sbc,
.flex-cc,
.flex-sc,
.flex-ec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-sbs,
.flex-cs,
.flex-ss,
.flex-es {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-sbe,
.flex-ce,
.flex-se,
.flex-ee {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


/*========== TOP LINE  ==========*/

.topLine {
    color: #ffffff;
    /* ტექსტის ფერი */
    width: 100%;
    /* მთლიანი ეკრანის სიგანეზე გაშლა */
    padding: 10px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #c2a275;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2d2422d6;
}

.topLine_container {
    max-width: 1200px;
    /* ცენტრალური კონტეინერი */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.topLine_links a {
    text-decoration: none;
    color: #febb58;
    /* ბმულების ფერი */
    font-weight: bold;
    margin: 0 15px;
    transition: color 0.3s ease;
}

.topLine_text {
    display: contents;
}

.topLine_links a:hover {
    color: #bc9b78;
    /* ბმულებზე hover ეფექტი */
}


input,
textarea {
    background-color: #1f1815;
    border: 1px solid #5e524a;
    color: #c2a275;
    position: relative;
    text-align: left;
    height: 13px;
}

.an_item {
    font-size: 13px;
    height: 23px;
}

.border-bottom {
    border-bottom: 1px solid #5e524a;
}


/* ---------- support --------- */

.support-blocks {
    display: flex;
    justify-content: space-between;
    /* background-color: DodgerBlue; */
}

.support-blocks>div {
    background-color: #1b2030;
    margin: 5px;
    padding: 5px;
    width: 120px;
    height: 120px;
}

.support-blocks>div>a>img {
    padding-top: 10px
}

.support-blocks2 {
    display: flex;
    justify-content: space-between;
    /* background-color: DodgerBlue; */
}

.support-blocks2>div {
    background-color: #1f1815;
    padding: 5px;
    width: 130px;
    border: 1.5px solid #5e524a;
    border-radius: 5px
}

.support-blocks2>div>a>img {
    padding-top: 10px;
    width: 60px;
}

.support-blocks2>div>a>div {
    color: #ffbb44;
    padding: 10px;
    font-size: 14px
}

.support-blocks2>div:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.ticket-button {
    padding: 5px 20px;
    font-weight: bold;
    border: 1px solid #b6b7b1;
    background: #e2dfd3;
    border-radius: 4px;
}

.ticket-button:hover {
    background: rgba(0, 0, 0, 0.10) !important;
    filter: contrast(100%) !important;
}

#module-support {
    font-size: 12px;
    line-height: 17px;
}

#module-support .title {
    font-size: 12px;
}

#module-support .sblock {
    font-size: 12px;
}

#module-support select {
    background-color: #f3ebeb;
    border: 1px solid #b6b7b1;
    padding: 0px 5px 0px 5px;
    height: 22px;
    width: 100%;
    font-size: 12px;
    color: #11447d;
}

#module-support select option {
    margin: 40px;
    background-color: #f5f4f0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    color: black;
    border: 1px solid #b6b7b1;
}

#module-support .ticket-post {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border: 1px solid #bdb0b0;
    min-height: 50px;
    padding: 5px;
}

#module-support ul {
    list-style-type: inherit;
    padding-left: 15px;
}


/* Letter */

#module-letter select {
    background-color: #fdfdfd;
    border: 1px solid #b6b7b1;
    padding: 0px 5px 0px 5px;
    height: 22px;
    width: 100%;
    font-size: 11px;
}

#module-letter .tab {
    color: #453c3f;
    text-decoration: none;
}

#module-letter .tab-active {
    color: #8a3235;
    text-decoration: none;
}


/* // original ne bless
.muframe2 {
  background: 
    url('../images/muframe/muframe-nut-tl.png') 0px -5px no-repeat,
    url('../images/muframe/muframe-nut-bl.png') -5px 100% no-repeat,
    url('../images/muframe/muframe-nut-tr.png') calc(100% + 5px) 0px no-repeat,
    url('../images/muframe/muframe-nut-br.png') 100% calc(100% + 5px) no-repeat;
  
	display: inline-flex;

  z-index: 1;
}
.muframe div {
  background: 
		url('../images/muframe/muframe-h.png') 0 0 repeat-x,
		url('../images/muframe/muframe-h.png') bottom repeat-x,
		url('../images/muframe/muframe-v.png') 0 repeat-y,
		url('../images/muframe/muframe-v.png') 100% repeat-y;

  display: inline-flex;
	
	padding: 2px;
	margin:5px;

  z-index: -1;
}
*/


.muframe {
    background:
        url('../images/muframe/muframe-h.png') 0 5px repeat-x,
        url('../images/muframe/muframe-h.png') 0 calc(100% - 10px) repeat-x,
        url('../images/muframe/muframe-v.png') 5px repeat-y,
        url('../images/muframe/muframe-v.png') calc(100% - 5px) repeat-y;

    display: inline-flex;

}

.muframe div {
    background:
        url('../images/muframe/FRAME_0002_TOP-LEFT.png') 0px -8px no-repeat,
        url('../images/muframe/FRAME_0000_BOTTOM-LEFT.png') -1px 97% no-repeat,
        url('../images/muframe/FRAME_0003_TOP-RIGHT.png') calc(100%) -8px no-repeat,
        url('../images/muframe/FRAME_0001_BOTTOM-RIGHT.png') 100% calc(97% + 1px) no-repeat;

    display: inline-flex;

    padding: 7px;
}

.muframe div img {
    border-radius: 6px;
}

.muframe div iframe {
    border-radius: 6px;
}

/* GUIDE */



/**
   * Submenu
   -----------------------------*/


.submenu {
    display: none;
    font-size: 12px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}


.submenu a:hover {
    color: #FFF;
}

/* ---------- Sponsor Block  --------- */



/* STRIPE */

#payments-options .faa {
    width: 210px;
    line-height: 50px;
    padding-left: 60px;
    float: left;
    display: inline;
}

#payments-options .aff {
    padding-left: 0;
}

#payments-options .aff {
    width: 105px;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    float: left;
}

/* _____________________________
   ---------- MUServer ---------
_______________________________*/

.m-main_gallery {
    padding: 0;
    overflow: hidden;
}

.m-main_gallery ul {
    /* width: 480px; */
    list-style: none;
    margin-left: 0;
}

.m-main_gallery li {
    display: inline-block;
    margin: 0px 8px;
    position: relative;
    padding: 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

kbd {
    background-color: var(--kbd-background-color);
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 0.1em 0.3em;
}

/* Individual item card */
.item-card {
    flex: 1;
    max-width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Item title */
.item-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Item category */
.item-category {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
}

/* Item description */
.item-description {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 15px;
}

/* Item stats */
.item-stats {
    font-size: 0.9rem;
    color: #444;
}

.item-stats span {
    display: block;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.item-details {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.item-details img {
    max-width: 300px;
    max-height: 200px;
    display: block;
    margin-bottom: 15px;
}

.item-details h3 {
    margin: 0 0 10px;
}

.item-details p {
    margin: 0;
}

/* ----------------- */



/* ---------- Cookies  --------- */

/* ---------- Library  --------- */
.Library-title {
    background: url(../images/content-title.png) no-repeat;
    width: 492px;
    height: 41px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-left: -3px;
    font-size: 16px;
    color: #511a09;
    margin-bottom: 1px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
    padding: 0px 15px 2px 15px;
}

.Library-content {
    width: 566px;
    padding: 30px;
    line-height: 1.1;
    font-size: 11px;
    color: #1c1819;
}

.Library-title a {
    text-decoration: none;
    color: #c2a275;
    text-shadow: none
}


#catlinks {
    text-align: left;
}

.catlinks {
    margin-top: 1em;
    border: 1px solid #c2a275;
    padding: 5px;
    clear: both;
    font-size: 14px;
}

.catlinks ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none
}

.catlinks li {
    display: inline-block;
    line-height: 1.25em;
    margin: 0.125em 0;
    border-left: 1px solid #a2a9b1;
    padding: 0 0.5em
}

.catlinks li:first-child {
    border-left: 0;
    padding-left: 0.25em
}

.catlinks li a.mw-redirect {
    font-style: italic
}


.global-desc__content-title-icon {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.global-desc__content-title-icon img {
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
}

.global-desc__content-box {
    width: 100%;
    padding: 20px;
}


@media (max-width: 1080px) {
    .global-desc__content-box {
        padding: 15px;
    }
}


.desc-rate__rates-item-icon {
    width: 100%;
}

.desc-rate__rates-item-icon img {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    border: 3px solid rgba(169, 129, 118, 0.21);
}

.desc-rate__rates-item-title {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #d0bbb6;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.desc-rate {
    width: 100%;
}

.desc-rate__rates {
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.desc-rate__rates-item {
    width: calc(100% / 2);
    padding: 20px 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.desc-rate__rates-item-desc {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #957f74;
    line-height: 20px;
}

.desc-rate__rates-item-value {
    width: 180px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 4px 10px 6px;
    border-radius: 40px;
    background: #1f1815;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    color: #957f74;
}




/* Item Encyclopedia */
.hd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to right, rgba(45, 36, 34, 0) 0%, rgba(45, 36, 34, 0.6) 20%, rgba(45, 36, 34, 0.6) 80%, rgba(45, 36, 34, 0) 100%);
    text-shadow: 0.7px 0.7px 5px rgba(255, 255, 255, 0.4);
    color: #febb58;
    padding: 10px;
    border-radius: 5px;
}

.page-hd {
    margin: -20px 10px 20px 10px;
}

.hd-title {
    color: #fafafa;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.hd-desc {
    color: #212529;
    font-size: 14px;
}

/* Modal Overlay */
.modal {
    display: none;
    /* Default state is hidden */
    position: fixed;
    z-index: 1000;
    /* Ensure modal is on top */
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    /* Semi-transparent background */
}

/* Modal Content */
.modal-content {
    background-color: var(--secondary-bg);
    color: var(--primary-text);
    margin: 10% auto;
    /* Centered */
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 60%;
    max-width: 800px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.modal-title {
    font-size: 18px;
    color: var(--highlight-text);
}

.btn-close {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--primary-text);
    cursor: pointer;
}

/* Modal Body */

.modal-body img {
    max-width: 100%;
    border-radius: 5px;
}

.modal-body table {
    width: 100%;
    border-collapse: collapse;
}

.modal-body th,
.modal-body td {
    text-align: center;
    padding: 10px;
    border: 1px solid var(--divider-color);
}

.modal-body th {
    background-color: var(--alternate-bg);
    color: var(--highlight-text);
}

.modal-body tr:nth-child(even) {
    background-color: var(--input-bg);
}

.modal-body tr:hover {
    background-color: var(--button-hover);
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 90%;
    }
}

select {
    width: 124px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #1f1815;
    color: #c2a275;
    box-shadow: 0 0 0 1px #bc9b78;
}

.control {
    display: flex;
    gap: 5px;
}


.item-details {
    margin: 20px auto;
    /* ცენტრალიზებული განლაგებისთვის */
    background-color: #1f1f1f;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.item-details .itemname {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.item-details .item-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
}

.item-details .item-info div {
    margin-bottom: 8px;
    font-size: 14px;
}

.item-details #copy-link {
    cursor: pointer;
}

/* MonsterList */
.monster-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.monster {
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.monster h2 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
}

.monster ul {
    padding: 0;
    list-style: none;
}

.monster ul li {
    margin-bottom: 5px;
    font-size: 14px;
}


/* Item Encyclopedia */

#top_list #rank_by_class .custom_button {
    color: var(--accent-green);
    padding: 10px;
    background-color: #1f1815;
    transition: background-color 0.3s ease;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #5e524a;
    border-radius: 10px;
}

#top_list #rank_by_class .custom_button:hover {
    color: var(--accent-gold);
    background: var(--border-bottom);
    text-decoration: none;
}

#top_list #rank_by_class .custom_button.active {
    background-color: #003399;
}

#name {
    width: 200px;
    height: 30px;
    padding: 2px 5px;
    border: 1px solid #090909;
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
    border-radius: .2em;
    color: #eee;
    transition: all .2s ease;

}

#top_list div h2 {
    font-size: 14px;
    color: #555;
    padding-bottom: 5px;
    width: 100%;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    line-height: 22px;
    font-family: Cambria, serif;
    text-transform: uppercase;
}


.custom_button {
    transition: all .3s ease;
    cursor: pointer;
    background: url(../images/button-bg.png) no-repeat;
    height: 52px;
    width: 154px;
    border: none;
    color: #fff0e6;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 13px;
    text-decoration: none;
    font-family: inherit;

    /* დამატებითი საყურადღებო დეტალები */
    box-sizing: border-box;
}

.custom_button:focus {
    outline: none;
}

/* ---------- Server Status   --------- */
.server-status {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
}

.server-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #1f1815;
    border: 1px solid #5e524a;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.server-item:hover {
    background-color: #495057;
}

.server-title {
    font-weight: bold;
    color: #febb58;
}

.server-players {
    color: #a4d007;
    font-weight: bold;
}

.server-players[data-server]:after {
    /* content: ' Online'; */
    margin-left: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #6c757d;
}

.server-item.online {
    color: green;
}

.server-item.offline {
    color: red;
}



/* ---------- Lybrary faq  --------- */


.faq {
    margin-bottom: 15px;
    border: 1px solid #c2a275;
    border-radius: 8px;
    overflow: hidden;
    background-color: #1f1815;
    margin: 20px;
}

.faq_header {
    padding: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #febb58;
    cursor: pointer;
    display: flex;
    justify-content:space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* padding-left: 15px; */
    background-color: #1f1815;
    /* მუქი ფონური ფონი */
}

.faq_content li {
    list-style: none;
    margin: 8px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c2a275;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 250px;
}

.faq_content li a {
    color: #c2a275;
    text-decoration: none;
    font-size: 14px;

}

.faq_content li a:hover {
    color: #febb58;
    /* ჰოვერის ეფექტი */
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #febb58;
    /* ნაცრისფერი აიქონი */
}


/* Tooltip Wrapper */
.custom-tooltip {
    position: relative;
    cursor: help;
    color: var(--accent-green);
    display: inline-block;
}

/* Tooltip Content */
.tooltip-content {
    position: absolute;
    bottom: 120%;
    left: 50%;
    /* transform: translateX(-50%); */
    background-color: var(--secondary-bg);
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    width: auto;
    max-width: 200px;
    min-width: max-content;
    
    pointer-events: auto; /* Tooltip არ დაიმალოს */
}

/* Tooltip Arrow */
.tooltip-content::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: var(--secondary-bg) transparent transparent transparent;
}

/* Show Tooltip */
.custom-tooltip:hover .tooltip-content,
.tooltip-content:hover {
    opacity: 1;
    visibility: visible;
}

#module-items {
    font-size: 12px;
}

#module-items select {
    background-color: #f5f4f0;
    border: 1px solid #b6b7b1;
    padding: 0px 5px 0px 5px;
    height: 22px;
    width: 100%;
}

#module-items select option {
    margin: 40px;
    background-color: #f5f4f0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    color: black;
    border: 1px solid #b6b7b1;
}

.select-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.column {
    display: table-cell;
    padding-right: 10px;
}


/* ---------- Ancient Items Info  --------- */


.iteminfo-ancient {
    color: #7289F8;
}

.iteminfo-ancient-module {
    color: #455fdb;
}

.iteminfo-exclevel {
    color: #df9b31;
}

.iteminfo-exclevel-module {
    color: #da8500;
}

.iteminfo-pan {
    color: #e2c993;
}

.iteminfo-module {
    color: #1c1819;
}

.iteminfo-lottery {
    color: #cfcfcf;
}

.overinfo-name {}

.overinfo-name-anc {
    font-weight: bold;
    padding: 1px;
    background-color: #3c3cc8;
    color: #00ff00;
}

.overinfo-image {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

.overinfo-name-exc {
    color: #16DD6E;
}

.overinfo-name-7 {
    color: #FFCC1A;
}

.overinfo-harm-info {
    color: #FFCC1A;
    padding-top: 10px;
}

.overinfo-exc-info {
    padding-top: 10px;
}

.overinfo-pvp-info {
    padding-top: 10px;
}

.overinfo-class-info {
    padding-top: 10px;
}

.overinfo-exc-info {
    padding-top: 10px;
    color: #16DD6E;
    white-space: nowrap;
}

.overinfo-specialskill-info {
    padding-top: 10px;
    color: #74A2E8;
}

.overinfo-luck-info {
    color: #74A2E8;
}

.overinfo-opt-info {
    color: #74A2E8;
}

.overinfo-horse-info {
    color: #16DD6E;
    padding-top: 10px;
}

.overinfo-fenrir-info {
    color: #74A2E8;
}

.overinfo-pet-info {
    padding-top: 10px;
    color: #74A2E8;
}

.title-selected {
    text-decoration: underline !important;
}

/* ---------- FORUMMARKET  --------- */

.forummarket-item {
    font-family: Arial, Tahoma;
    padding: 8px 0;
}

.forummarket-item a {
    color: #e2c993;
}

.forummarket-item span {
    font-size: 10px;
    color: #dcdcdc;
}


/* ---------- ARVICI  --------- */


.box-container {
    background-color: var(--secondary-bg);
    color: #fff;
    font-family: Arial, sans-serif;
    max-width: 500px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.box-header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 5px;
    background-color: var(--input-bg);
}

.box-header img {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.box-title {
    font-size: 13px;
    color: var(--accent-text);
    cursor: pointer;
    padding-bottom: 6px;
    padding-top: 6px;
}

.box-content p {
    margin: 5px 0;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-bottom);
}

.box-content .special-drop {
    color: var(--accent-red);
}

.box-content .armor-set,
.box-content .weapon,
.box-content .shield {
    color: var(--accent-gold);
}

.box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.box-footer .level-info {
    background-color: var(--secondary-accent);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

.box-footer .drop-info {
    background-color: #dc3545;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

.box-footer i {
    margin-right: 5px;
}

.box-content .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid var(--border-bottom);
}

.box-content .info-row:last-child {
    border-bottom: none;
}

.info-label {
    color: var(--accent-gold);
    flex: 1;
    text-align: left;
}

.info-value {
    flex: 1;
    text-align: left;
    text-decoration: none;

}


/** ===== TEST ===== */

.custom-link {
    color: #a4d007 !important;
    text-decoration: none !important;
    font-weight: bold;
  }
  .custom-link:hover {
    color: #c5e74a !important;  /* ფერის შეცვლა */
    text-decoration: underline !important;  /* ხაზის დამატება */
  }