.GameContent {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    overflow-x: hidden;	
}
.IteractiveContainer {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: stretch;
    width: stretch;
    background-color: #0000009e;
    z-index: 51;
}
.IteractiveContentBG {
	position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: stretch;
	background-color: #0000009e;
}
.MapContainer {
	width: 100%;
    display: flex;
    flex: 1;
    overflow: hidden;
	background-image: url("../assets/img/background/charSelection/BookPageBlank.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.TopBarContainer {
	display: flex;
    height: 50px;
    width: stretch;
    flex-wrap: nowrap;
}

.TopBar {
    display: flex;
    padding-right: 5px;
    width: stretch;
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    justify-content: flex-end;
}
.TopBarCharDataContainer {
	padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    align-content: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url(../assets/img/background/interface/topBarSection.webp);*/
}
.TopBarCharGold { color: gold; }
.TopBarCharVital { color: white; }
.TopBarGameDate {
    user-select: none;
    width: 100px;
    position: fixed;
    top: 5px;
    right: 60px;
    background: rgba(0, 0, 0, 0.7);
    color: rgb(0, 255, 0);
    font-family: monospace;
    font-size: 12px;
    padding: 4px 6px;
}
.TopBarGameDayPeriod {
    margin-top: 1px;
	margin-right: 5px;
    margin-left: 5px;
    float: right;
    user-select: none;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.changeLogBullet { background-image: url(../assets/img/icons/goldenBullet.webp); }
.changeLogCalendar { background-image: url(../assets/img/icons/calendar.webp); }
.changeLogDateEvent {
	height: 15px;
    position: relative;
    float: left;
    font-weight: bold;
	display: flex;
    align-items: center;
}
.changeLogEventText {
    position: relative;
}
.changeLogIcon {
	width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
    margin-right: 5px;
}
.changeLogIconAstolfo { background-image: url(../assets/img/icons/Astolfo-Icon.webp); }
.changeLogIconBug { background-image: url(../assets/img/icons/bug.webp); }
.changeLogIconCat { background-image: url(../assets/img/icons/cat.webp); }
.changeLogIconEnd {
	width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.changeLogIconExclamation { background-image: url(../assets/img/icons/exclamation.webp); }
.changeLogIconFire { background-image: url(../assets/img/elements/Fire.webp); }
.changeLogIconHeart { background-image: url(../assets/img/icons/hp.webp); }
.changeLogIconMap { background-image: url(../assets/img/icons/charChangelogMenuIcon.webp); }
.displayNone { display: none !important; }
.dropdown-menu {
	position: absolute;
    z-index: 10;
    max-height: 0;
    overflow: auto;
    scrollbar-width: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/img/background/interface/menuBG.webp);
    border-radius: 5px;
    /* margin-left: -5px;*/
}
.dropdown-menu.open {
	max-height: stretch;
    opacity: 1;
    transform: translateY(0);
    z-index: 51;
    /* margin-top: 5px; */
    padding: 5px;
}
.dropdown-toggle {
	width: 50px;
	height: 50px;
	
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center;
}
.dropdown-toggle-closed { background-image: url("../assets/img/icons/charMenuIcon.webp");}
.icon-hp { background-image: url("../assets/img/icons/char/hp.webp"); }
.icon-mana { background-image: url("../assets/img/icons/char/mana.webp"); }
.icon-stamin { background-image: url("../assets/img/icons/char/stamin.webp"); }
.item-icon-dragonTear { background-image: url("../assets/img/icons/dragonTear.webp"); }
.item-icon-gold { background-image: url("../assets/img/icons/gold.webp"); }
.item-icon-star { background-image: url("../assets/img/icons/star.webp"); }
.itemDisplayResumeSeparator {
	width: 100%;
    border: 1px solid #734f008f;
}
.menu-container {
	float: left;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url(../assets/img/background/interface/menuIconContainer.webp);*/
}
.messagePopupContainer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #000000ad;
    z-index: 99;
}
.messagePopupText {
    width: 100%;
    height: 85%;
    padding: 5%;
    overflow: scroll;
    scrollbar-width: none;
    position: relative;
}
.npcIteractiveContainer {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: stretch;
    width: stretch;
    background-color: #0000009e;
    z-index: 50;
}
.npcIteractiveContent {
    display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.npcIteractiveContent {
	display: flex;
	width: 100%;
}
.npcIteractiveContentBG {
	z-index: 50;
}
.scrollHint {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0px;
    right: 10px;
    opacity: 0;
    pointer-events: none;
	justify-content: center;
    background-image: url(../assets/img/icons/doubleDown.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.scrollHint.show {
    animation: blinkScroll 1s ease-in-out infinite;
}
.topBarCharAttributeIcon {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    flex-shrink: 0;
    filter: drop-shadow(1px 0 0 gray) drop-shadow(-1px 0 0 gray) drop-shadow(0 1px 0 gray) drop-shadow(0 -1px 0 gray);
}
.topBarCharDataItemContainer {
	width: 100%;
	height: 15px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.topBarCharStatsProgressBar {
    min-width: 100px;
}
