/*
|--------------------------------------------------------------------------
| DIGIFLEXO ERP PRO
| Viewport Web
| Arquivo: viewports/web/css/product-panel.css
| Versão: 6.2.2.panel.6
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| PAINEL DIREITO DO PRODUTO
|--------------------------------------------------------------------------
*/

.dfx-erp-product-panel {
    width: 100%;
    box-sizing: border-box;
}

/*
|--------------------------------------------------------------------------
| BLOCO AZUL OPERACIONAL
|--------------------------------------------------------------------------
| Começa nos inputs.
| Termina no Total Geral.
| Botões ficam fora.
|--------------------------------------------------------------------------
*/

.dfx-erp-blue-box {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 18px;

    margin: 0;
    padding: 18px;

    background: #eaf4ff;
    border: 1px solid #c8ddf5;
    border-radius: 16px;

    box-sizing: border-box;
    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| FILHOS DIRETOS DO BLOCO AZUL
|--------------------------------------------------------------------------
| O espaçamento entre blocos pertence somente ao .dfx-erp-blue-box.
|--------------------------------------------------------------------------
*/

.dfx-erp-blue-box>.dfx-erp-product-inputs,
.dfx-erp-blue-box>.dfx-erp-price-box,
.dfx-erp-blue-box>.dfx-erp-freight-box,
.dfx-erp-blue-box>.dfx-erp-total-box {
    margin: 0 !important;
}

/*
|--------------------------------------------------------------------------
| TOTAL GERAL
|--------------------------------------------------------------------------
*/

.dfx-erp-total-box {
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

/*
|--------------------------------------------------------------------------
| BOTÕES FORA DO FUNDO AZUL
|--------------------------------------------------------------------------
*/

.dfx-erp-product-actions {
    margin-top: 14px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
