.content-padding {
    padding: 20px;
}

.container-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.no-content-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 20px;
}

.space-content-margin {
    margin-top: 20px;
}

/* Componente de Tabulação */
.tabs-content {
    margin-bottom: 20px;
}

/* Otimização de Preços */
.optimization-content {
    height: 100vh;
    width: 100%;
}

.validation-message {
    margin-top: 10px;
}

.description-message {
    color: black;
    font-size: 1rem;
    margin-bottom: 10px;
} 

.configs-space-cards {
    background: white;
    margin-bottom: 1rem;
}

.table-container {
    flex: 1;
    min-height: 0;
    width: 100%;
    background: #ffffff;
}

.table-title {
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0px;
}

.import-excel {
    width: 100%;
    height: 80px;
    line-height: 80px;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    margin: 0px;
}

.page-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    gap: 1rem;
    background: white;
}

/* Dropdown */
.dropdown-date {
    width: 200px;
    margin-bottom: 10px;
}

/* Espaçador flexível */
.flexible-spacer {
    flex: 1;
}

/* Botões */
.button-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.container-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px,
}

.card-container {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
}

.category-button {
    width: 100%;
    background-color: transparent !important;
    color: black !important;
    display: flex;
    justify-content: center;
    border: none;
}

.input-currency-container {
    width: 135px;
    padding: 0;
    margin-left: 5px;
}

.fx-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}

.currency-fx-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.input-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-none {
    display: none !important;
}

.upload-file {
    width: 100%;
    height: 120px;
    align-content: center;
    text-align: center;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    margin: 10px 0;
}

.validation-message {
    margin-top: 10px;
    min-height: 40px;
}

.success-message {
    color: green;
}

.warning-message {
    color: #000000;
}

.error-message {
    color: red;
}

/* --------> PRICE LIST COLORS <-------- */

:root {
    --header-color-primary: #1e40af;
    --header-color-secondary: #047857;
    --header-color-tertiary: #6b21a8;
    --header-color-quaternary: #0369a1;
    --header-color-quinary: #166534;
    
    --header-bg-primary: #dbeafe;
    --header-bg-secondary: #d1fae5;
    --header-bg-tertiary: #ede9fe;
    --header-bg-quaternary: #e0f2fe;
    --header-bg-quinary: #dcfce7;
}

.header-info-cadastrais {
    background-color: var(--header-bg-primary) !important;
    color: var(--header-color-primary) !important;
    font-weight: bold !important;
}

.header-cmv-ind {
    background-color: var(--header-bg-secondary) !important;
    color: var(--header-color-secondary) !important;
    font-weight: bold !important;
}

.header-cmv-agrup {
    background-color: var(--header-bg-tertiary) !important;
    color: var(--header-color-tertiary) !important;
    font-weight: bold !important;
}

.header-preco-cheio {
    background-color: var(--header-bg-quaternary) !important;
    color: var(--header-color-quaternary) !important;
    font-weight: bold !important;
}

.header-baseline {
    background-color: var(--header-bg-tertiary) !important;
    color: var(--header-color-tertiary) !important;
    font-weight: bold !important;
}

.header-focus-datado {
    background-color: var(--header-bg-quinary) !important;
    color: var(--header-color-quinary) !important;
    font-weight: bold !important;
}

.header-pesquisa-interna {
    background-color: var(--header-bg-primary) !important;
    color: var(--header-color-primary) !important;
    font-weight: bold !important;
}

.header-cart-vendas {
    background-color: var(--header-bg-secondary) !important;
    color: var(--header-color-secondary) !important;
    font-weight: bold !important;
}

.header-rep-mb {
    background-color: var(--header-bg-tertiary) !important;
    color: var(--header-color-tertiary) !important;
    font-weight: bold !important;
}

.header-preco-kynetec {
    background-color: var(--header-bg-quaternary) !important;
    color: var(--header-color-quaternary) !important;
    font-weight: bold !important;
}

.header-win-loss {
    background-color: var(--header-bg-quinary) !important;
    color: var(--header-color-quinary) !important;
    font-weight: bold !important;
}

.header-ref-mercado {
    background-color: var(--header-bg-primary) !important;
    color: var(--header-color-primary) !important;
    font-weight: bold !important;
}

.header-preco-base {
    background-color: var(--header-bg-secondary) !important;
    color: var(--header-color-secondary) !important;
    font-weight: bold !important;
}

.header-perfil-produto {
    background-color: var(--header-bg-tertiary) !important;
    color: var(--header-color-tertiary) !important;
    font-weight: bold !important;
}

.header-embalagem {
    background-color: var(--header-bg-quaternary) !important;
    color: var(--header-color-quaternary) !important;
    font-weight: bold !important;
}

.header-regionalizacao {
    background-color: var(--header-bg-quinary) !important;
    color: var(--header-color-quinary) !important;
    font-weight: bold !important;
}

.header-mer-rodado {
    background-color: var(--header-bg-primary) !important;
    color: var(--header-color-primary) !important;
    font-weight: bold !important;
}

.header-precos-inter {
    background-color: var(--header-bg-secondary) !important;
    color: var(--header-color-secondary) !important;
    font-weight: bold !important;
}

.header-sugestao-vendas {
    background-color: var(--header-bg-tertiary) !important;
    color: var(--header-color-tertiary) !important;
    font-weight: bold !important;
}

.header-precos-finais {
    background-color: var(--header-bg-quaternary) !important;
    color: var(--header-color-quaternary) !important;
    font-weight: bold !important;
}
