.content-header {
    height: 6.25rem;
}

.logo img {
    width: 70%;
}

.logo a:hover {
    text-decoration: none;
}

.fs-sm {
    font-size: .775rem !important;
}

.apexcharts-legend-text {
    color: #6c757d !important;
}

.dark-mode .apexcharts-legend-text {
    color: #7488a3 !important;
}

.apexcharts-text tspan {
    fill: #6c757d !important;
}

.dark-mode .apexcharts-text tspan {
    fill: #7488a3 !important;
}
.btn-alt-danger {
    color: #fff;
    background-color: #AF4E51;
    border-color: #AF4E51;
}
