
/* Containers */
.background-container {
	position: fixed;
	margin: -70px 0 0 0px;
	width: 100vw;
	height: 100vh;
	background-image: url('../assets/background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}

.container {
	max-width: 1400px;
	position: relative;
	margin: 70px auto;
	padding: 1px 1.3rem 0.5rem 1.3rem;
	background-color: rgba(23, 24, 26, 0.96);
	border-radius: 15px;
	box-sizing: border-box;
    box-shadow: inset 0 0 0 2px rgba(39, 42, 48, 1);
	z-index: -0;
}

.fake-flex-container {
    gap: 1rem;
	margin: 10px 10px;
	max-width: 1400px;
	position: relative;
	padding: 1px 1rem 1rem 1rem;
	background-color: rgba(23, 24, 26, 0.96);
	border-radius: 15px;
	box-sizing: border-box;
    box-shadow: inset 0 0 0 2px rgba(39, 42, 48, 0.86);
	z-index: -0;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 4rem;
	margin: 0px 10px;
	max-width: 1400px;
	position: relative;
	padding: 1px 0rem 0rem 1rem;
	background-color: rgba(23, 24, 26, 0);
	box-sizing: border-box;
	z-index: -0;
}
/* --- */

/* Location Box */
.locationbox {
    width: 434px;
    padding: 0.5rem 0.7rem 0.2rem 0.7rem;
    margin: 1rem 0;
    border-radius: 10px;
    background-color: #1e1e1e;
    color: white;
}

.locationbox-image {
    width: 457px;
    height: 162px;
    position: relative;
    left: -12px;
    top: -8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0rem;
    border-bottom: 2px solid rgba(39, 42, 48, 1);
}

.locationbox-title {
    font-size: 1.3rem;
    font-weight: 550;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid rgba(39, 42, 48, 1);    
    padding-bottom: 0.5rem;
}

.locationbox-param {
    margin: 0.25rem 0;
    font-size: 1rem;
    line-height: 1;
}

.locationbox-param .label {
    color: #aaaaaa;
    font-weight: 550;
}
/* --- */

/* Item Box */
.itembox {
    position: relative;
    width: 350px;
    padding: 0.5rem 0.7rem 0.2rem 0.7rem;
    margin: 1rem 0;
    border-radius: 10px;
    background-color: rgb(30, 30, 30);
    color: white;
}

.itembox-texture {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 64px;
    height: 64px;
    z-index: 10;    
    border: 2px solid #666;
    background-color: #1e1e1e;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.itembox-title {
    font-size: 1.3rem;
    font-weight: 550;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid rgba(39, 42, 48, 1);    
    padding-bottom: 0.5rem;
}

.itembox-param {
    margin: 0.25rem 0;
    font-size: 1rem;
    line-height: 1;
}

.itembox-param .label {
    color: #aaaaaa;
    font-weight: 550;
}
/* --- */

/* Pet Box */
.petbox {
    width: 300px;
    padding: 0.5rem 0.7rem 0.2rem 0.7rem;
    margin: 1rem 0;
    border-radius: 10px;
    background-color: #1e1e1e;
    color: white;
}

.petbox-title {
    font-size: 1.3rem;
    font-weight: 550;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid rgba(39, 42, 48, 1);
    padding-bottom: 0.5rem;
}

.petbox-param {
    margin: 0.25rem 0;
    font-size: 1rem;
    line-height: 1;
}

.petbox-param .label {
    color: #aaaaaa;
    font-weight: 550;
}
/* --- */

/* Mob Box */
.mobbox {
    width: 300px;
    padding: 0.5rem 0.7rem 0.2rem 0.7rem;
    margin: 1rem 0;
    border-radius: 10px;
    background-color: #1e1e1e;
    color: white;
}

.mobbox-texture {
    position: absolute;
    top: 4px;
    left: 300px;
    height: 146px;
    z-index: 10;
    border: 2px solid #666;
    background-color: #1e1e1e;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.mobbox-title {
    font-size: 1.3rem;
    font-weight: 550;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid rgba(39, 42, 48, 1);
    padding-bottom: 0.5rem;
}

.mobbox-param {
    margin: 0.25rem 0;
    font-size: 1rem;
    line-height: 1;
}

.mobbox-param .label {
    color: #aaaaaa;
    font-weight: 550;
}
/* --- */

/* Rebirth Box */
.rebirthbox {
    width: 300px;
    padding: 0.5rem 0.7rem 0.2rem 0.7rem;
    margin: 1rem 0;
    border-radius: 10px;
    background-color: rgba(23, 24, 26, 0.96);
    color: white;
}

.rebirthbox-title {
    font-size: 1.3rem;
    font-weight: 550;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid #444444;
    padding-bottom: 0.5rem;
}

.rebirthbox-param {
    margin: 0.25rem 0;
    font-size: 1rem;
    line-height: 1;
}

.rebirthbox-param .label {
    color: #aaaaaa;
    font-weight: 550;
}
/* --- */