.top-flag img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 20px;
}
.server .progress span {
    max-width: 100%;
}
.page-title,
.character-name {
    font-size: 18px;
    color: white;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px !important;
}
table tr th {
    padding: 1rem;
}
table tr {
    border: 1px solid #1f4b5d;
}
.panel-title {
    padding: 1rem;
    border: 1px solid #1f4b5d;
}
.user_cp_body ul li img {
    float: left;
}
.user_cp_body ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}
.tables-character-class-img,
.rankings-class-image {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 30px;
    position: relative;
    top: 0.5rem;
}
.rankings-class-image {
    top: 0;
}
iframe,
img {
    max-width: 100%;
}
.content-page .form-group {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
}
.content-page input {
    min-width: 250px;
    color: rgb(180, 245, 243);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    background: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(30, 73, 91);
    border-image: initial;
    padding: 14px 16px;
    border-radius: 6px;
    margin-top: 0.5rem;
    transition: 0.2s all ease;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
input {
    text-transform: none !important;
}
.row,
.col-xs-4 {
    display: block;
    max-width: 100%;
    text-align: center;
}
.rankings_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 30px auto;
    width: 100%;
    flex-wrap: wrap;
}
.rankings_menu a {
    background: #232f3a;
    color: #ffe08a;
    border: 1px solid #2f4b5d;
    border-radius: 8px;
    text-align: center;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
    vertical-align: middle;
    min-width: 120px;
    min-height: 40px;
    gap: 8px;
}
.rankings_menu a.active {
    color: #fff;
    background: #1f2d36;
    border-color: #ffe08a;
}
.rankings_menu a:hover {
    background: #232f3a;
    color: #ffe08a;
    border-color: #2f4b5d;
}
.rankings_menu a i, .rankings_menu a img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}
table td {
    text-align: center;
}
table td img {
    vertical-align: middle;
}
span#tServerDate, span#tLocalDate {
    white-space: nowrap;
    display: inline-block;
    padding-left: 5px;
}
.tooltip {
    display: none !important;
}
.admincp-button {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 9999;
    width: 100%;
    background: rgb(0 0 0 / 45%);
}
button[name="webengineEmail_submit"], button[name="webengineRegister_submit"] {
    width: 250px;
    background-image: url(../images/button-big.png);
}
.profiles_player_table_info tr td:first-child {
    text-align: center;
}

/* Новый фон для блока рейтинга */
.rankings-table {
    background: rgba(31, 45, 54, 0.92);
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 0 12px 12px 12px;
    margin-bottom: 28px;
}
.rankings-table tr td {
    background: transparent;
    padding: 12px 8px;
}
.rankings-table tr th {
    background: rgba(41, 61, 77, 0.98);
    color: #ffe08a;
    font-weight: 500;
    padding: 14px 8px;
    font-size: 17px;
}


