@media (max-width: 980px) {
    
    .previsao-widget .valor, .valor-dados-saldo, .valor-dados-hoje, .valor-dados-atrasados, .contas-periodo-widget .valor {
        font-size: 20px !important;
    }
    .saldo-bancario {
        font-size: 15px !important;
    }
    
    div[page_name="DashboardView"] .tabpanel_tab {
        padding: 10px !important;
    } 
}

.apexcharts-legend-text {
    color:#878a8e !important;
}
.apexcharts-toolbar {
    display: none !important;
}

.apexcharts-legend-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.apexcharts-legend-group-vertical {
    display: flex !important;
    flex-direction: row !important;
}

div[page_name="DashboardView"] .progress {
    background-color: #b3b6ba20 !important;
}
div[page_name="DashboardView"] .tabpanel_tab {
    padding: 20px !important;
} 

.dashboard-container {
    box-sizing: border-box;
}
.widget-draggable {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
}

.widget-draggable {
    cursor: move;
}

.widget-draggable:hover {
    background: #cccccc10;
}

.widget-placeholder {
    border: 2px dashed #2196F3;
    background: #E3F2FD;
    height: 100px !important;
    margin: 10px;
}

.dashboard-wrapper {
    display: flex;
    gap: 20px;
    padding: 15px;
}

.conta-bancaria {
    font-weight: 400;
}

.saldo-bancario {
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: bold;
}

.ranking-texto {
    
    font-size: 15px;
    letter-spacing: -1px;
}

/* ------------------------------------------------------------------------------- */

.dashboard-widget {
    border: 1px solid #dfe4ed;
    border-radius: 0.25rem;
    padding: 15px !important;
    text-align: left;
    margin: 3px 0px 0px 0px;
    box-shadow: 0 2px 2px rgba(56, 65, 74, .1);
    background:#ffffff;
}

.previsao-widget .valor, .valor-dados-saldo {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -5px;
    text-align: left;
    letter-spacing: -1px;
}

.linha.dados-hoje, .linha.dados-restante-mes, .linha.dados-total, .linha.dados-atrasados, .linha.dados-saldo {
  line-height: 25px;
  margin-bottom: 5px;
}

.valor-dados-restante-mes, .valor-dados-total {
    font-size: 18px;
    font-weight: 900;
}

.valor-dados-hoje, .valor-dados-atrasados {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -5px;
    text-align: left;
    letter-spacing: -1px;
}

.previsao-widget .titulo {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
}

.titulo {
    font-size: 15px;
    text-align: left;
}

.titulo-widget
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #dfe4ed70;
    padding: 3px 8px 3px 8px;
}

.widgetDespesa, .widgetContasPagar {
    color: #ef4545;
}

.widgetReceita, .widgetContasReceber {
    color: #1ba39c;
}

.widgetContasSaldo {
    color: #0dcaf0;
}

.contas-periodo-widget {
    padding: 10px;
}

.contas-periodo-widget .linha
{
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-bottom: 10px;
}

.contas-periodo-widget .valor {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -1px;
    margin-top: 5px;
    text-align: left;
    letter-spacing: -1px;
    line-height: 23px;
}

.contas-periodo-widget .texto {
    font-size: 14px;
}