@font-face {
    font-family: minecraft;
    src: url(../minecraft.woff2);
}
body {
    font-family: minecraft;
    font-size: 20px;
    color: #ffffff;
    background-color: #2d1606;
    display: block;
    margin: 0;
    background-image: url("../../images/crafting_table1.png");
    user-select: none;
}
button {
    font-family: minecraft;
    cursor: pointer;
    background-color: chocolate;
    line-height: 1.5;
    border-radius: 3px;
    color: white;
    border: none;
    font-size: 20px;
    padding: 7px 15px;
}
.a-icon {
    line-height: 0;
}
.invisible {
    display: none;
}

/* main */
#main-sidebar {
    width: 180px;
    background-color: #f1f1f166;
    position: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
#main-sidebar > div:first-child {
    display: flex;
    justify-content: space-between;
}
#main-sidebar > div:not(:first-child) {
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    padding: 30px;
    text-decoration: none;
}
#main-container {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 180px;
}
.editor {
    width: 800px;
    background-color: #b35919;
}
.editor > header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 75%, 0.3);
}
.editor > header > div {
    margin: 20px;
    font-size: 50px;
}

/* ui */
.ui {
    background-color: #C6C6C6;
    border: 3px solid;
    border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
    border-radius: 4.5px;
    margin: 18px auto;
    padding: 12px;
    width: fit-content;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
}
.ui-header {
    margin: -6px 6px 6px 6px;
    display: block;
    font-size: 23px;
    line-height: 1.2;
    color: #2B2D2F;
    letter-spacing: .3px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-row {
    display: flex;
}
.invslot {
    display: inline-block;
    background: #8b8b8b no-repeat center center / 48px 48px;
    border: 3px solid;
    border-color: #373737 #FFF #FFF #373737;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    vertical-align: bottom;
    box-sizing: content-box;
}
.invslot-item {
    position: relative;
    display: block;
    background-size: 48px 48px;
    background-origin: content-box;
    background-clip: content-box;
    width: 48px;
    height: 48px;
    top: -3px;
    left: -3px;
    padding: 3px;
}
.invslot-item:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 48px;
    width: 48px;
}

/* fossil finder */
#fossil-finder-reveal {
    margin-right: 10px;
}
#fossil-finder-progress {
    margin: 10px;
    width: 70px; 
    font-size: 30px;
}