/* Gestão de Produtos - Estilos */

.info-box .img-circle {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: white;
    padding: 5px;
}

table .img-thumbnail {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

code {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 90%;
}
