#element-dictionary-screen {
    display: none;
}
#element-dictionary {
    width: 80%;
    max-width: 400px;
    height: 80%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    overflow: auto;
    text-align: center;
}

#button-element-dictionary-close {
    font-size: 25px;
    background-color: #5900FF;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

#element-dictionary-container {
    height: 70%;
    overflow: auto;
}

.element-dictionary-entry-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    margin-top: 7px;
}

.element-dictionary-category-title{
    font-size: 25px;
    font-weight: bold;
    margin-left: 10px;
}

.element-dictionary-container{
    border: 1px solid #000000;                                                                       
    border-radius: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.element-dictionary-category-title-container{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border:1px solid gray;
    border-radius: 30px;
    position: relative;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#element-dictionary-search-bar{
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

#element-info-screen {
    display: none;
}
#element-info {
    width: 80%;
    max-width: 400px;
    height: fit-content;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    overflow: auto;
    text-align: center;
}

#element-info-category-image{
    width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.element-info-combination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#element-dictionary-search-icon{
    width: 30px;
    position: relative;
    top: 9px;
    transform: scaleX(-1);
}

.element-info-combination-plus {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.element-info-combination-element{
    width: 70px;
    border-radius: 15px;
}
