.bg-gradient-primary-to-secondary {
    background-image: url(../../img/christmas-pattern.png) !important;
}

.page-header.page-header-dark .page-header-subtitle {
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
}

@keyframes jackpot-pp-pulse {
    0% {
        box-shadow: transparent 0 0 0 0;
    }
    25% {
        box-shadow: #10ac84dd 0 0 0 5px;
    }
    100% {
        box-shadow: transparent 0 0 0 0;
    }
}
