#manual-menu {
    background-color: rgb(69, 41, 36);
    width: 80%;
    height: 70vh;
    display: flex;
    overflow: visible;
    position: relative;
    margin-top: 15vh;
}
#close-manual {
    height: 250%;
    right: -5.3%;
    top: -10%
}
#manual-crafts-list {
    width: 33.33%;
    height: 70vh;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    scrollbar-width: none;
}
#manual-craft-description {
    width: 66.66%;
    height: 70vh;
    top: 0;
    right: 0;
    position: absolute;
    overflow: visible;
}
#manual-back-button {
    width: 15vw;
    height: 15vw;
    background-image: url('../assets/design/manual_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
    position: absolute;
    bottom: 0;
}
#manual-description {
    height: calc(70vh - 4vw);
    display: flex;
    flex-wrap: wrap;
    padding-left: 4%;
    padding-right: 4%;  
    padding-bottom: 2%;  
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    background-color: rgb(69, 41, 36);
    border-left: 1vw solid #A05D3E;
    border-right: 1vw solid #A05D3E;
}
#manual-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-left: 3vw solid #34201C;
    border-right: 3vw solid #34201C;
    pointer-events: none;
}
#manual-bottom {
    width: 100%;
    height: 1vw;
    background-color: #A05D3E;
    bottom: 0vh;
    position: absolute;
}
#manual-items-list {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: center;
    overflow: visible;
}
#manual-time-bar {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 8vh;
}
#manual-time {
    font-size: 15vw;
    color: wheat;
    text-align: center;
}
#manual-img-bar {
    width: 100%;
    height: 0;
    position: relative;
}
.manual-craft-cell {
    width: 50%;
    aspect-ratio: 1 / 1;
    background-image: url('../assets/design/cell.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
}
.manual-craft-img {
    width: 85%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
}
.manual-big-img {
    position: absolute;
    width: 34.66vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
    left: 50%;
    transform: translateX(-50%);
}
.manual-description-craft {
    width: 12vw;
    height: 12vw;
    margin-top: 3vh;
    background-image: url('../assets/design/cell.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.manual-description-img {
    width: 80%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
}
.manual-plus {
    width: 6.3vw;
    height: 8vw;
    margin-top: 3vh;
    color: wheat;
    font-size: 9vw;
    font-family: sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.manual-amount-text {
    position: absolute;
    text-align: center;
    font-size: 6vw;
    bottom: -40%;
    color: wheat;
}
.manual-animal-img {
    position: absolute;
    height: 20vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: pixelated;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}