/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2024 | 16:24:02 */
.sportradar-button .wp-block-navigation-item__content {
        width: auto !important;
        height: 10px !important;
        background: rgb(207,22,125) !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 10px !important;
        border: solid rgb(207,22,125) !important;
        clip-path: circle(31.5% at 50% 50%) !important;
        animation: opacity 3s ease-in-out infinite !important;
    }
    .sportradar-button {
        width: 20px !important;
        height: 18px !important;
        background: transparent !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 10px !important;
        border: 3px solid rgb(207,22,125) !important;
        animation: opacity 3s ease-in-out infinite !important;
        margin-bottom: -2px !important;
    }
    @keyframes opacity {
        0% {
            opacity: .8;
        }  
        50% {
            opacity: .3;
        }  
        100% {
            opacity:.8;
        }    
    }
    @media (max-width: 1200px) {
        .sportradar-button {
            display: none !important;
        }
    }
.sportradar-button span {
         color: transparent !important    
}
footer .sportradar-button {
    display: none !important;
}