<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Rewards Popup */
.gamipress-time-based-rewards-popup {
    position: fixed;

    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    width: 90%;
    max-width: 1200px;
    padding: 1em;
    background: #fff;
    overflow-y: auto;
    max-height: 100%;

    z-index: 1050;
}

.gamipress-time-based-rewards-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);

    z-index: 1000;
}

.gamipress-time-based-reward-popup-button-wrapper {
    margin-top: 1rem;
    text-align: center;
}</pre></body></html>