.dashboard { display: flex; flex-direction: column; width: 100%; max-width: 1070px; padding: 15px; margin: 0px auto; }
.dashboard .dashboard-columns { display: flex; flex-direction: row; flex-wrap: no-wrap; align-items: center; justify-content: space-around; margin-bottom: 15px; }
.dashboard .dashboard-columns:nth-last-of-type(1) { margin-bottom: 0px; }
.dashboard .dashboard-columns > div { position: relative; padding: 0px 15px; width: 100%; }
.dashboard .dashboard-columns.charts-2 > div { flex: 0 0 50%; max-width: 50%; }
.dashboard .dashboard-columns.charts-3 > div { flex: 0 0 33%; max-width: 33%; }
.dashboard .dashboard-box { box-shadow: 0px 1px 22px -12px #607D8B; background-color: #fff; min-height: 160px; }

.dashboard .area-chat .apexcharts-title-text { font-size: 24px; font-weight: bold; }
.dashboard .area-chat .apexcharts-subtitle-text { font-size: 14px; }

.dashboard .donut-chat .apexcharts-title-text { font-size: 18px; }
.dashboard .donut-chat .apexcharts-subtitle-text { font-size: 14px; }
.dashboard .donut-chat .apexcharts-legend-series { line-height: 26px; }
.dashboard .donut-chat .apexcharts-legend-series span.apexcharts-legend-text { font-size: 14px !important; }