.KeyboardBackClearKey {
	width: 25px;
	height: 25px;
	background-image: url("../assets/img/icons/cancel.webp"); background-size: 70% 70%; background-repeat: no-repeat;
	background-position: center;
}
.KeyboardBackSpaceKey {
	width: 25px;
	height: 25px;
	background-image: url("../assets/img/icons/back.webp"); background-size: 70% 70%; background-repeat: no-repeat;
	background-position: center;
}
.KeyboardKey {
	border: 1px solid black;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	margin: 2px;
	text-transform: lowercase;
	font-weight: bold;
}
.KeyboardKeyLine {
	display: inline-flex;
}
.KeyboardKeySpace {
	border: 1px solid black;
	width: 200px;
	height: 25px;
	display: flex;
	align-items: center;
	margin: 2px;
}
.KeyboardShiftKey {
	width: 25px;
	height: 25px;
	background-image: url("../assets/img/icons/up.png"); background-size: 70% 70%; background-repeat: no-repeat;
	background-position: center;
}
.book-login-button {
	font-weight: bold;
    font-size: large;
    color: #fda636;
    text-shadow: 0px 0px 5px #000000;
    width: fit-content;
    min-width: 80px;
    padding: 5px 10px 5px 10px;
    margin: 3px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/img/buttons/pixelButtonSand.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* position: relative; */
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
	letter-spacing: 1px;
}
.book-login-button:hover {
    transform: translateY(-1px);
    filter:
        brightness(1.08)
        saturate(1.08)
        drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.55));
    transition:
        transform 0.12s ease,
        filter 0.12s ease;
}
.book-login-button:active {
    transform: translateY(1px);
    filter: brightness(0.85) drop-shadow(6px 6px 6px rgba(0,0,0,.45));
}
.centerElement {
    /*position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;*/
	display: grid;
	align-content: center;
    justify-content: center;
}
.createChar-BasePicture {
	aspect-ratio: 1 / 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 250px;
    max-height: 200px;
}
.createChar-Box {
	width: 100%;
	position: relative;
}
.createChar-ClassBox {
	width: 70px;
	height: 70px;
	margin: 3px;
}
.createChar-Container {
    height: 100%;
    width: 100%;
	overflow: hidden;
}
.createChar-Picture {
	width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	margin: 3px;
}
.createChar-PictureBox {
	width: 80px;
	height: 80px;
	margin: 3px;
}
.createChar-PictureFrame {
	background-image: url("../assets/img/background/charCreation/createCharPictureBox.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.createChar-Review {
    height: -webkit-fill-available;
    width: 100%;
    margin: 20px;
    display: grid;
    justify-content: center;
}
.createChar-TabTitle {
	background-color: gray;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	background-image: url("../assets/img/background/charCreation/charCreationTitle.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.tabTitleActive {
	color: gold;
    font-weight: bold;
    font-size: large;
	text-shadow: 0px 0px 4px #000000;
}
.createChar-bottomButons {
	height: 50px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 15px;
    margin-top: auto;
}
.createChar-classIcon {
	width: -webkit-fill-available;
    height: -webkit-fill-available;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.createChar-content {
	height: 0px;
	transition: height 1s ease-in-out;
	background-image: url("../assets/img/background/charCreation/createCharDisplayBox.webp");
    background-size: cover;
    background-repeat: round;
	display: flex;
    flex-direction: column;
	overflow: auto;
}
.createChar-displayContainer {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    /*height: 250px;*/
    margin-top: 10px;
}
.createChar-keyboardContainer {
	height: -webkit-fill-available;
    display: grid;
    align-items: center;
    justify-content: center;
}
.createChar-nameFormContainer {
	height: -webkit-fill-available;
    padding-top: 10px;
}
.createChar-nameInput {
	height: 50px;
    display: grid;
    justify-content: center;
    align-content: center;
    font-weight: bold;
    font-size: large;
	color: white;
    letter-spacing: 1px;
	background-image: url("../assets/img/background/charCreation/Char-class-name-box.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.createChar-nameLenghtInfo {
	display: grid;
    justify-content: center;
    align-content: center;
    font-size: large;
    background-color: #ab3e3e87;
    border-radius: 5px;
    margin: 5px;
}
.createChar-resumeBox {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: relative;
}
.createChar-resumeBoxContent {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 5px;
}
.createChar-resumeContainer {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: inherit;
	background-image: url(../assets/img/background/charCreation/CharDescriptionBox.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	overflow: auto;
}
.successBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  min-width: 280px;
  max-width: 400px;
  text-align: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease-in-out, fadeOut 0.3s ease-in-out 2s forwards;
}
.successBox {
  border: 2px solid rgba(0, 255, 0, 0.8);
  background-color: rgba(0, 255, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 255, 0, 0.5);
}
.tabTitleInactive {
	color: #ff9d20b5;
    font-weight: bold;
    font-size: large;
    text-shadow: 0px 0px 3px #000000;
}
