.logo-login {
    display: flex;
    padding-bottom: 40px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.mini-botao {
    border-radius: 1.375rem;
    padding: 4px 10px;
    border: 1px solid transparent;
    font-size: 11px;
    padding: 5px 8px;
    line-height: 1.5;
    background-color: #0062AA;
    color: #FFFFFF;
    cursor: pointer;
}

.show-qrcode {
    cursor: pointer;
}


.exibe-produto {
    height: 100%;
    display: flex;
    min-height: 600px;
    margin-top: 50px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

#showQrcode {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: column;
}

.show-qrcode {
    cursor: pointer;
}

.link-qrCode {
    color: #0062AA;
}

input[type="file"] {
    display: none;
}

.edita-produto {
    cursor: pointer;
}

.edita-produto:hover {
    color: #51A6F5;
}

.apaga-produto {
    cursor: pointer;
}

.apaga-produto:hover {
    color: #FF4C41;
}

.remove-item {
    color: #ff938c;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 20%;
    align-content: center;
}
.remove-item:hover {
    color: #FF4C41;
}

.embalagem-infos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 80%;
}

.botao-exclusao {
    cursor: pointer;
    color: #fda5a5;
}

.botao-exclusao:hover {
    color: #FF4C41;
}

.botao-edita-nome {
    margin-left: 5px;
    cursor: pointer;
    color: #459bdc;

}

.botao-edita-nome:hover {
    color: #0062aa;
}

.show-nome-produto {
    display: block;
}