@charset "UTF-8";

@media screen and (max-width: 500px){
    html {
        zoom: 0.7;
    }
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: gray;
}

.fs-7 {
    font-size: 0.93rem;
}

.item-equip {
    background-color: lightgray;
    margin: 10px;
    height: 55px;
    width: 55px;
    border: 2px solid gray;
    border-radius: 5px;
}

.item-equip img {
    width: 100%;
    height: 100%;
    max-width: 55px;
    max-height: 55px;
}

.item-view {
    background-color: lightgray;
    color: black;
    border: 2px solid gray;
    border-radius: 5px;
    max-width: 280px;
    min-width: 280px;
    max-height: 320px;
}

.item-view img {
    background-color: white;
    border: 2px solid gray;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
    height: 50px;
}

.item-view-head {
    background-color: slategray;
    color: white;
    padding: 10px;
    border-radius: 3px 3px 0 0;
}

.item-view-body {
    overflow: auto;
    height: 100%;
}

.item-view-body::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.item-equip-bottom {
    margin-top: 0;
}

#atributos {
    min-width: 450px;
}

.atrib-card {
    margin-bottom: 10px;
}

.atrib-card > .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.atrib-body {
    display: flex;
    padding: 2px 5px 2px 5px;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 2.5px;
    width: calc(50% - 5px);
    min-width: 200px;
}

.element {
    display: flex;
    width: calc(50% - 5px);
}

.element:first-child {
    justify-content: start;
}

.element:last-child {
    justify-content: end;
}

.element .atrib-body-header {
    display: flex !important;
    flex: 0 !important;
}

.atrib-body-header {
    display: flex;
    flex: 1;
    align-items: center;
}

.atrib-body-header > img {
    margin-right: 5px;
}

.atrib-body-value {
    display: flex;
}

.atributo {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
}

#items {
    min-width: 400px;
    max-width: 400px;
}

#items-list {
    height: 100vh;
}

.item-list-img-div {
    vertical-align: middle;
    text-align: center;
}

.list-item {
    border: 2px solid transparent;
}