#chardetail_container #chardetail_label {
	width: 532px;
	height: 120px;
	float: left;
	position: relative;
}
#chardetail_container #chardetail_label #chardetail_label_charimage {
	width: 72px;
	height: 94px;
	border: 1px solid #1f3073;
	position: absolute;
	left: 21px;
	top: 11px;
	text-align: center;
    padding-top: 2px;
}
#chardetail_container #chardetail_label #chardetail_label_charname {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 101px;
	top: 18px;
	font-weight: bold;
	font-size: 22px;
	overflow: hidden;
}
#chardetail_container #chardetail_label #chardetail_label_charpoint {
	width: 200px;
	height: 20px;
	position: absolute;
	left: 102px;
	top: 46px;
	font-weight: bold;
	font-size: 14px;
}
#chardetail_container #chardetail_label #chardetail_label_build {
	position: absolute;
	left: 105px;
	top: 65px;
	width: 420px;
}
#chardetail_container #chardetail_label #chardetail_label_build ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#chardetail_container #chardetail_label #chardetail_label_build ul li {
    display: inline;
    margin: 0 7px 0 0;
}
#chardetail_container #chardetail_label #chardetail_label_build ul li img {
    width: 24px;
    height: 24px;
	border: 1px solid #62666f;
}
#chardetail_container #chardetail_label #chardetail_label_charpoint .charpoint {
	color: #ffc345;
}
#chardetail_container #chardetail_label #chardetail_label_charlevel {
	height: 20px;
	position: absolute;
	left: 100px;
	top: 90px;
	font-weight: bold;
	font-size: 14px;
	color: #ffc345;
}


#chardetail_container #chardetail_buttons {
	width: 390px;
	height: 120px;
	float: left;
}
#chardetail_container #chardetail_buttons .chardetail_button {
	width: 130px;
    height: 30px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 90px 0 0 0;
    text-align: center;
	border-bottom: 1px solid #161d3a;
	cursor: pointer;
}
.chardetail_button_selected {
	background-color: #000000 !important;
}
.chardetail_button:hover {
	background-color: #1a2140 !important;
}
#chardetail_container #chardetail_buttons #chardetail_button_profile {
	background: #171d38 url('../img/charinfo/chardetails_charprofilebg.png') center 20px no-repeat;
}
#chardetail_container #chardetail_buttons #chardetail_button_global {
	background: #11162a url('../img/charinfo/chardetails_globalbg.png') center 20px no-repeat;
}
#chardetail_container #chardetail_buttons #chardetail_button_unique {
	background: #0d1124 url('../img/charinfo/chardetails_uniquebg.png') center 20px no-repeat;
}

#chardetail_container #chardetail_inventory_container {
	width: 100%;
	height: 400px;
	background: url('../img/charinfo/inventoryDiv_bg.png') 0 0 no-repeat;
	border-bottom: 1px solid #252525;
	float: left;
	position: relative;
}
#chardetail_container #chardetail_inventory {
	width: 178px;
	height: 356px;
	background: url('../img/charinfo/inventory_bg.png') 0 0 no-repeat;
	position: absolute;
	top: 21px;
	left: 59px;
}
#chardetail_inventory_container #chardetail_inventory .chardetail_inventory_slot {
	width: 32px;
	height: 32px;
	position: absolute;
}

#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot2 { left: 140px; top: 86px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot0 { left: 5px; top: 86px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot1 { left: 5px; top: 128px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot3 { left: 140px; top: 128px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot4 { left: 5px; top: 171px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot5 { left: 140px; top: 171px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot6 { left: 12px; top: 12px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot7 { left: 134px; top: 12px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot8 { left: 140px; top: 308px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot9 { left: 5px; top: 214px;}
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot10 { left: 140px; top: 214px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot11 { left: 5px; top: 257px; }
#chardetail_inventory_container #chardetail_inventory #chardetail_inventory_slot12 { left: 140px; top: 257px; }


#chardetail_container #chardetail_accessory {
    width: 178px;
    height: 356px;
	background: url('../img/charinfo/accessory_bg.png') 0 0 no-repeat;
    position: absolute;
    top: 21px;
    left: 260px;
	
}
#chardetail_container #chardetail_charinfor {
    width: 200px;
    height: 356px;
    position: absolute;
    top: 21px;
    left: 460px;
	background-color: rgba(0, 0, 0, 0.5);
	
}
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_label {
	color: #ffc345;
	font-size: 14px;
	margin-top: 10px;
    margin-left: 10px;
}
#chardetail_inventory_container #chardetail_accessory .chardetail_accessory_slot {
	width: 32px;
	height: 32px;
	position: absolute;
}
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot0 { left: 4px; top: 87px; }
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot1 {	left: 4px; top: 131px; }
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot2 { left: 141px; top:130px; }
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot3 { left: 141px; top: 87px; }
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot4 { left: 4px; top: 174px; }
#chardetail_inventory_container #chardetail_accessory #chardetail_accessory_slot5 { left: 10px; top: 70px; }

#chardetail_container #chardetail_details {
	float: left;
}
.table_chardetail_details {
	text-align: left;
	width:99.99%;
	border:2px;
}

.table_chardetail_details td {
	background-color: #000000;
	font-size: 13px;
	padding-top: inherit;
	height: 24px;
}

.table_chardetail_details td a {
    text-decoration: none;
    color: #fff;
}
.table_chardetail_details td a:hover {
    text-decoration: underline;
}
.table_chardetail_details .details_left {
	background-color: #000000;
	width: 111px;
    font-weight: bolder;		
	border-left: 1px solid #252525;
	border-bottom: 1px solid #252525;
	color: #ffc345;
	padding-left: 11px;
}
.table_chardetail_details .details_middle {
	width: 17px;
	border-bottom: 1px solid #252525;
	color: #ffc345;
}
.table_chardetail_details .details_right {
	width: 340px;
	border-bottom: 1px solid #252525;
	font-weight: bold;
	color: #ffffcc;
	
}

#chardetail_container #chardetail_info_container {
	width: 444px;
	height: 128px;
	float: left;
}
#chardetail_container #chardetail_info_container .chardetail_hpmpbox {
	width: 222px;
    height: 128px;
	float: left;
}
#chardetail_container #chardetail_info_container .chardetail_hpmpbox_label {
	color: #ffc345;
	font-size: 14px;
    font-weight: bolder;		
	margin-top:15px;
	margin-left:15px;
	margin-bottom: 15px;
}
#chardetail_container #chardetail_info_container .chardetail_hpmpbox_left {
	width: 24px;
	height: 24px;
	float: left;
	margin-left:15px;
	margin-bottom: 6px;
	clear: left;
}
#chardetail_container #chardetail_info_container .chardetail_hpmpbox_right {
	width: 140px;
    height: 24px;
    line-height: 13px;
    float: left;
    margin-left: 15px;
    clear: right;
    font-size: 12px;
    font-weight: bold;
    /* padding-top: 5px;*/
}
#chardetail_container #chardetail_info_container .chardetail_hpmpbox_right #hpbar {
	background: url('../img/charinfo/HP_bar.png') 0 0 no-repeat;
	text-align: center;
    width: 91px;
    height: 12px;
    margin-top: 5px;
    color: #fff;	
}
#chardetail_container #chardetail_info_container .chardetail_hpmpbox_right #mpbar {
	background: url('../img/charinfo/MP_bar.png') 0 0 no-repeat;
	text-align: center;
    width: 91px;
    height: 12px;
    margin-top: 5px;
    color: #fff;	
}


#chardetail_container #chardetail_info_container .chardetail_strintbox {
	width: 222px;
    height: 128px;
	float: left;
}
#chardetail_container #chardetail_info_container .chardetail_strintbox_label {
	color: #ffc345;
	font-size: 14px;
    font-weight: bolder;	
	margin-top:15px;
	margin-left:15px;
	margin-bottom: 19px;
}
#chardetail_container #chardetail_info_container .chardetail_strintbox_left {
	width: 24px;
	height: 24px;
	float: left;
	margin-left:15px;
	margin-bottom: 6px;
	clear: left;
}
#chardetail_container #chardetail_info_container .chardetail_strintbox_right {
    width: 140px;
    height: 18px;
    float: left;
    margin-left: 3px;
    clear: right;
    font-size: 12px;
    font-weight: bold;
    color: #fff;	
}
#chardetail_container #chardetail_info_container .chardetail_strintbox_right #strbar {
    width: 140px;
    height: 18px;
    line-height: 18px;
}
#chardetail_container #chardetail_info_container .chardetail_strintbox_right #intbar {
    width: 140px;
    height: 10px;
    padding-top: 2px;
    margin-top: 5px;
}
#chardetail_container #chardetail_info_container .chardetail_strintbox_right .strintbar {
	float: left;
	width: 30px;
	color: #ffc345;
}

#chardetail_info_globals {
	clear: both;
	width: 100%;
}
#chardetail_info_globals_label {
	font-weight: bold;
	color: #ffc345;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
}
.table_chardetail_globals {
	text-align: left;
	width: 100%;
	border-top: 1px solid #252525;
}
.table_chardetail_globals td {
	background-color: #000000;
	font-size: 13px;
	padding-top: 7px;
	height: 24px;
}
.table_chardetail_globals .global_msg {
	background-color: #000000;
	border-left: 1px solid #252525;
	border-bottom: 1px solid #252525;
	color: #ffffff;
	padding-left: 25px;
	font-size: 14px;
}

#chardetail_info_unique {
	clear: both;
	width: 100%;
}
#chardetail_info_unique_label {
	font-weight: bold;
	color: #ffc345;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
}
.table_chardetail_unique {
	text-align: left;
	width: 100%;
	border-top: 1px solid #252525;
}
.table_chardetail_unique td {
	background-color: #000000;
	font-size: 13px;
	padding-top: 7px;
	height: 24px;
}
.table_chardetail_unique .unique_msg {
	background-color: #000000;
	border-left: 1px solid #252525;
	border-bottom: 1px solid #252525;
	color: #ffffff;
	padding-left: 25px;
	font-size: 14px;
}
/***** CHAR DETAILS ****/

/***** CHAR LIST ****/
#charlist_mainDiv {
	margin: 38px 37px;
    clear: both;
    float: left;
	font-weight: bold;
}
#charlist_content .chardetail_mini_label:hover {
	background-color: #0f1324;
}
#charlist_content .chardetail_mini_label {
	width: 740px;
	height: 60px;
	background-color: #0b1d3d;
	float: left;
	position: relative;
	border: 1px solid #565e6b;
	cursor: pointer;
	margin-bottom: 12px;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_charimage {
	width: 35px;
	height: 46px;
	border: 1px solid #1f3073;
	background-color: #071124;
	position: absolute;
	left: 12px;
	top: 6px;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_charimage img {
	padding: 2px;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_charname {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 190px;
    top: 10px;
	font-size: 22px;
	overflow: hidden;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_charpoint {
	width: 200px;
	height: 20px;
	position: absolute;
    left: 190px;
    top: 36px;
	font-size: 14px;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_build {
	position: absolute;
	left: 375px;
    top: 18px;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_build ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_build ul li {
    display: inline;
    margin: 0 7px 0 0;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_build ul li img {
    width: 24px;
    height: 24px;
	border: 1px solid #62666f;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_charpoint .charpoint {
	color: #ffc345;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_charlevel {
	height: 20px;
	position: absolute;
	left: 70px;
    top: 22px;
	font-size: 14px;
	color: #ffc345;
}
#charlist_content .chardetail_mini_label .chardetail_mini_label_servername {
	position: absolute;
	left: 580px;
    top: 22px;
	font-size: 14px;

}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* Phần điều chỉnh cho các vị trí tooltip */
.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-width: .4rem .4rem .4rem 0;
}

/* Phần thiết lập nội dung của tooltip */
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

/* Phần điều chỉnh hiển thị tooltip khi hover */
.sro-item-detail .tooltip {
    font-size: 10px;
    line-height: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    padding: 5px;
    border: 1px solid #ccc;
    visibility: hidden;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s, visibility 0s;
}

.sro-item-detail:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.seal {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seall {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
	background-size: auto 48px;
}
.seal0 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal1 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal2 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal3 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal4 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal5 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal6 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal7 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal9 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal10 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal11 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal12 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal13 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal14 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal15 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal16 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.seal17 {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('/charbox/img/charinfo/seal.png') left top;
}
.main-in {
	padding: 0;
}
.breadcrumbs {
	display: none;
}
.pg-news-area.mt-5 {
	margin-top: 0 !important;
}
#chardetail_container #chardetail_label {
	background: url(/system/statics/static_1668973809_Yp07.jpg) top right no-repeat;
	width: 100%;
	margin-top: 10px;
	background-size: cover;				
}
#chardetail_container #chardetail_inventory_container {
	background-size: cover;
}
#chardetail_container #chardetail_buttons .chardetail_button {
	height: 100%;
}
#chardetail_container #chardetail_details {
	width: 100% !important;
}			
#chardetail_container #chardetail_info_container {
    background: url(/charbox/img/charinfobg.png) top right no-repeat;
	background-size: cover !important;				
	width: 100% !important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}	
.main-top {
	display: none;
}
.sro-item-detail {
    width: 24px;
    display: inline-block;
    margin: 0 auto;
    background: #808080;
}

.sro-item-detail.sro-item-special {
    background: #FF8C00;
}

.sro-item-detail .item {
    float: left;
    padding: 0 !important;
    position: relative;
    margin:0;
    background:none;	
}

.sro-item-detail .item img {
	max-height: 32px;
}

.sro-item-detail .item .amount {
    background: rgba(50, 50, 50, 0.5);
    padding: 1px 2px;
    float: left;
    font-size: 11px;
}

.sro-item-detail .tooltip {
    font-size: 12px;
    min-width: 230px;
    min-height: 20px;
    background-color: rgba(28, 30, 52, 0.8);
    color: #fff;
    padding: 6px;
    border: 1px solid #808bba;
    border-radius: 5px;
    box-shadow: none;
    margin-left: 40px;
    position: absolute;
    z-index: 999999999;
    display: block;
}

.qinfo {
    position: absolute;
    display: block;
    font-size: 9px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 0 -0.5px #000;
    color: #fff;
    padding: 0;
    float: left;
}

.sro-item-detail .info {
    color: #fff;
    z-index: 80;
    position: absolute;
    left: 34px;
    top: 3px;
    width: 180px;
    background: rgba(88, 98, 170, 0.85);
    border: 2px solid #303d4d;
    padding: 5px;
    display: none;
    line-height: 18px;
    font-size: 10px;
}
			
			