/*!
    
INSANIA MU SEASON 6 PROJECT 2009 - 2026
 
*/

.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;
}
/* --- Header Styling --- */
.usercp-header {
    color: #00eaff; /* Cyan color from screenshot */
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 10px;
    text-shadow: 0 0 5px #005f6b;
    font-family: Arial, sans-serif;
}

/* --- List Styling --- */
.user_cp_body ul.usercp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.user_cp_body ul.usercp-list li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left; /* Resetting your global center alignment */
}

.user_cp_body ul.usercp-list li a {
    display: flex; /* Flexbox aligns icon and text perfectly */
    align-items: center;
    padding: 6px 15px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    font-family: Verdana, sans-serif;
    transition: all 0.2s ease;
}

.user_cp_body ul.usercp-list li a:hover {
    color: #00eaff; /* Cyan hover effect */
    background: rgba(0, 234, 255, 0.1); /* Slight glow on background */
}

/* --- Icon Styling --- */
.ucp-icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    object-fit: contain;
    /* Remove any floating or border radius from global CSS */
    float: none !important;
    border-radius: 0 !important; 
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Slight shadow to pop off background */
}

/* --- Text Styling --- */
.ucp-text {
    line-height: 1.2;
}

/* If you have "New" in your text, you can style it like this: */
.ucp-text sup, .ucp-text .new-badge {
    color: #00eaff;
    font-size: 10px;
    margin-left: 5px;
}

/* --- Logout Button Styling --- */
.logout-container {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
}

.ucp-logout-btn {
    display: inline-block;
    width: 120px;
    padding: 8px 0;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, sans-serif;
    
    /* CSS Recreation of the Blue Glass Button */
    background: linear-gradient(to bottom, #2d9ae0 0%, #004e8c 50%, #002d5a 100%);
    border: 1px solid #4caef2;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 0 10px #0066cc;
    border-radius: 3px;
    position: relative;
    text-shadow: 0 1px 2px black;
}

.ucp-logout-btn:hover {
    filter: brightness(1.2);
    color: #fff;
}

/* Add the ornate shape to button (Optional - mimics the pointy sides) */
.ucp-logout-btn::before, .ucp-logout-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #4caef2;
    transform: translateY(-50%) rotate(45deg);
}
.ucp-logout-btn::before { left: -2px; }
.ucp-logout-btn::after { right: -2px; }

.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: block;
    text-align: center;
    margin: 0 auto;
}
.rankings_menu a {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 1rem;
    border: 1px solid #1e495b;
    color: #b4f5f3;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s all ease;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    max-width: 200px;
}
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;
}
