.report-chart canvas{
    max-height: 350px;
}

h1 {
    font-size: 25px !important;
    font-family: 'Ubuntu', sans-serif;
    /* background-color: var(--site-color) !important; */
}

h2 {
    font-size: 21px !important;
}

.select-country label {
    font-size: 14px;
}

.select-country select {
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
}