/**************************************
** Char profile
**************************************/
.charProfileDisplayPicture {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
}
.charProfileDisplayPictureContainer {
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
	margin: 5px;
}
.charProfilePictureDisplay {
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	/*background-image: url(../assets/img/background/charProfile/charProfilePictureBox.webp);*/
}
.charProfilePictureDisplayBG {
	background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.charProfileResumeAttributeIconBox {
    width: 25px;
    height: 25px;
    background-size: 75% 75%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    flex-shrink: 0;
    background-color: #2f2929;
    filter: drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black);
    box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 50%);
	border-radius: 5px;
}
.charProfileResumeAttributeTextContainer {
	display: flex;
    /*height: 20px;*/
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
	margin-left: 5px;
    margin-right: 5px;
}
.charProfileResumeContainer {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    font-size: larger;
    /* padding-bottom: 5px; */
    /*padding: 5px;*/
    /* margin-bottom: 5px; */
    color: wheat;
    /*background-image: url(../assets/img/background/charProfileResumeContainerBG.webp);*/
	background-image: url(../assets/img/background/charProfile/charProfileSectionBG.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.charProfileResumeTable {
	margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.charProfileResumeTableContent {
	height: stretch;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	padding: 5px;
}
.charProfileResumeTableContainer {
    height: 100%;
    padding: 3px 0px 3px 0px;
    background-color: #0000008a;
    border-radius: 5px;
}
.charProfileTableBG {
    /*background-color: #0000008a;*/
    border-radius: 5px;
}
.charProfileResumeText {
	display: flex;
    width: 100%;
    align-items: center;
}
.charProfileResumeTextContainer {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 10px;
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-right: 5px;
}
.charProfileResumeTop {
	container-type: inline-size;
    display: flex;
    width: 100%;
    height: stretch;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
	margin-top: 10px;
    margin-bottom: 5px;
}

.charProfileSection {
	color: wheat;
	background-image: url(../assets/img/background/charProfileResumeContainerBG.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.charProfileResumeTextName {
	font-weight: bolder;
    font-size: large;
    margin: 5px;
    text-shadow: none;
}

.charProfileResumeSeparator {
    width: 100%;
    border: 1px solid #734f008f;
}

.charProfileBarContainer {
    font-family: Arial, sans-serif;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    color: white;
}

.charProfileExternBar {
    width: 100%;
    height: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.charProfileResumeCombatAttrContainer {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
	justify-content: center;
}

.charProfileResumeCombatAttrTextContainer {
	display: flex;
    height: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 5px;
}

.charProfileResumeCombatAttrValue {
	display: flex;
    width: 100%;
    /* height: 20px; */
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    /* margin-left: 5px; */
    padding-right: 5px;
}

.charProfileResumeVitalStatsText {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    float: left;
    width: 50%;
	margin-top: 5px;
	height: 20px;
}

.charProfileResumeVitalStatsProgressBar {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.charTopBarMenuEquipmentIcon { background-image: url("../assets/img/icons/charEquipmentMenuIcon.webp"); }
.icon-hourglass { background-image: url("../assets/img/icons/hourglass.webp"); }
.icon-level { background-image: url("../assets/img/icons/char/star.webp"); }
.item-icon {
	width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
	pointer-events: none;
	/*filter: drop-shadow(1px 0 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 1px 0 white) drop-shadow(0 -1px 0 white);*/
}
.item-icon-cancel { background-image: url("../assets/img/icons/cancelV2.webp"); }

.storageItemBoxUsed {
	background-image: url("../assets/img/background/itemDisplay/ChestItemBoxV2.webp");
}
.subTitle{
    font-family: 'MedievalSharp', cursive;
}
.textOutline { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000; }
