label {
    font-size: 1.4rem; /* Adjust size as needed */
    color: #000000be;
}
select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 1.6rem !important;
    cursor: pointer;
}
.statistics-select-wrapper,
.statistics-count-wrapper,
.statistics-chart-wrapper {
    width: 93%;
}
.count-card,
.chart-card {
    background-color: #fff;
    box-shadow: 0 0.2rem 1rem #0000001f;
}
.count-card p {
    font-family: var(--font-crimson_pro);
    font-size: 1.6rem;
    color: #054a91;
}
.count-card h3 {
    font-family: var(--font-bree_serif);
    font-size: 4rem;
    color: #054a91;
}
.chart-card {
    height: 800px;
}
.chart-card > .col-12 {
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chart-card > .col-9 {
    display: none;
}
.chart-card > .col-12 canvas {
    height: 90% !important;
    width: 98% !important;
}
.sub-title2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.sub-title2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25%;
    height: 3px;
    background-color: #720d1d;
    transform: translateX(-50%);
}
/* Rule to hide the chart-card div */
.card.col-md-6.py-5.chart-card.mb-5.rounded-3 {
    display: none;
}
