.status-offline {
    color: red;
}
.status-online {
    color: green;
}
table td,
table th {
    padding: 10px;
    padding-bottom: auto;
    padding-bottom: auto;
}
.custom_button {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.box-style1 .entry {
    background: transparent;
    padding: 0;
}

.ranking-table td,
.ranking-table th {
    background: transparent !important;
}
.sidebar_rank {
    color: white;
}
.title1 {
    background: none !important;
    width: 100%;
    height: auto;
    top: -5rem;
    z-index: 99;
    left: 0;
}
.title1 h1,
.title1 h2 {
    padding: 0;
    text-shadow: none;
}

.lk-form li:before {
    content: ">";
    height: 8px;
    width: 5px;
    margin-right: 15px;
    position: absolute;
    left: 35px;
    top: 0.65rem;
    opacity: 0.3;
    color: white;
}

.lk-form li:last-child:before {
    content: "x";
    height: 8px;
    width: 5px;
    margin-right: 15px;
    position: absolute;
    left: 35px;
    top: 0.65rem;
    opacity: 0.3;
}

.lk-coins {
    padding: 5px 30px 15px 30px;
}

.lk-form li {
    position: relative;
    list-style-type: none;
}

.lk-form li:hover {
    background: rgba(170, 115, 132, 0.2);
    box-shadow: 0px 11px 31px -9px rgba(0, 0, 0, 0.1);
}

.lk-coins .coins {
    float: right;
    color: #ff9b39;
    font-weight: bold;
    font-size: 12px;
    margin-top: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.lk-coins .username {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 5px;
}

table th,
table td {
    text-align: center !important;
}

#ucp_info {
    background: transparent;
    border: none;
}

#ucp_info .half {
    width: 50%;
}

li {
    display: block;
}

#character-info tr td div ul li a p {
    text-align: left;
}

/* עיצוב רשימת התפריט */
.lk-form {
    margin: 0;
    padding: 0;
    list-style: none;
    /* אם אינך רוצה רקע כהה, בטל/הסר את השורה הבאה: */
    /* background-color: #1b1b1b; */
    width: 100%;
    max-width: 230px;  /* אפשר להגדיר רוחב קבוע או להשאיר אוטומטי */
    /* border: 1px solid #333;   בוטל כדי להסיר את המסגרת */
    font-size: 16px;
}

/* כל פריט בתפריט */
.lk-form li {
    position: relative;
    /* אם אינך רוצה קו תחתון בין הפריטים, בטל/הסר את השורה הבאה: */
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    transition: transform 0.3s ease; /* אפקט הגדלה חלק */
}

/* אפקט הגדלה בעת מעבר עכבר על הקישור */
.lk-form li a:hover {
    transform: scale(1.1);
}

/* עיצוב לקישורים ברשימה לפי סדר (לסירוגין זהוב/לבן) */
.lk-form li:nth-child(odd) a {
    color: #f5d36b; /* צבע זהוב לפריטים אי-זוגיים */
}
.lk-form li:nth-child(even) a {
    color: #ffffff; /* צבע לבן לפריטים זוגיים */
}


/* אם רוצים לעצב את תווית ה-NEW */
.new-label {
    font-weight: bold;
    font-size: 10px;
    margin-left: 5px;
    color: #f5d36b; /* צבע זהוב */
    vertical-align: middle;
}



.news .news-info p {
    height: auto;
}

#vote-options {
    min-height: 80px;
}

.widget_account {
    color: white;
}

.lk-form li:hover {
    transition: 0.2s all ease;
}

#events div {
    color: white;
    padding: 5px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

#timerr {
    position: absolute;
    z-index: 999;
    top: 10rem;
    left: -10rem;
}

#timer_div_title {
    color: white;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

#timer_div_time {
    top: 3rem;
    width: 250px;
    left: 550px;
}
.timmer_inner_block {
    opacity: 1;
    background: rgba(180, 168, 20, 0.52);
    color: white;
    padding-top: 0.5rem;
    width: 55px;
}
#events div small {
    color: white;
}
