
#rpt-analytics-wrapper {
    position: relative;
}

.rpt-blur {
    filter: blur(5px);
    pointer-events: none;
}

#rpt-upgrade-message {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    /* backdrop-filter: blur(8px); */
    background: rgba(255,255,255,0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    color: #333;
    z-index: 10;
}

#rpt-upgrade-message a {
    margin-top: 10px;
    background: #0073aa;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}
#rpt-upgrade-message a:hover {
    background: #005177;
}
