.iventario{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.TUDOiventario {
    display: flex;
    gap: 10px;
}

.carga_prof, .equi_arma, .vest_def{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.carga_prof{
    width: 50%;
}

.carga_content input {
    width: 1.5em;
    text-align: center;
    font-size: 20px;
    padding: .2em;
    height: 1.5em;
}

.carga_content{
    margin: .2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res_carga, #resPenDef, #resDefDef{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--color-3);
    background-color: var(--color-2);
    font-size: 20px;
    height: 1em;
    width: 1.1em;
    margin: 0 .1em;
    padding: .5em;
    font-weight: 700;
}

.proficiencia{
    height: 100%;
}

.proficiencia_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    height: 31.4em;
}



.equipamentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 20em;
    overflow: auto;
}

.arma_content{
    height: 15.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

.thName {
    width: 19em;
}

.thDado {
    width: 8em;
}

.inputDesc {
    width: calc(100% - 1em);
    text-align: center;
}

.vest_def{
    width: 60%;
}

.vestimenta {
    height: 100%;
}

.vestimenta_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 17.2em;
    overflow: auto;
}

.thNameVest{
    width: 15em;
}

.thBonusVest{
    width: 10em;
}

.defesa {
    height: 100%;
}

.defesa_content {
    height: 17em;
    padding: .5em;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hrDef{
    height: 0px;
}

#resDefDef {
    font-size: 28px;
    width: 2em;
    color: var(--color-1);
    background-color: var(--color-3);
}

.defesa_res {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
}

.textDefRes{
    width: calc(100% - 1em);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--color-3);
    background-color: var(--color-2);
    font-size: 15px;
    height: 1.2em;
    padding: .5em;
    font-weight: 700;
}

.textPenDef{
    font-size: 14px;
    color: var(--color-3);
}