.tipo10-chart {
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: 9px;
    background:
        radial-gradient(circle at 50% 0%, rgba(14, 165, 233, .05), transparent 38%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.tipo10-chart .highcharts-background {
    fill: transparent;
}

.tipo10-chart .tipo10-tooltip-clone {
    pointer-events: none;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, .2));
}
