html.is-web .hdr-logo-bc,
html.is-mobile .hdr-logo-bc {
    animation: dafabet-logo-glow 5s infinite !important;
}

@keyframes dafabet-logo-glow {
    0% {
        filter: drop-shadow(0 0 100px #2563EB);
    }
    15% {
        filter: drop-shadow(0 0 10px #2563EB);
    }
    30% {
        filter: drop-shadow(0 0 1px #2563EB);
    }
    35% {
        filter: drop-shadow(0 0 10px #2563EB);
    }
    40% {
        filter: drop-shadow(0 0 100px #2563EB);
    }
    70% {
        filter: drop-shadow(0 0 1px #2563EB);
    }
    75% {
        filter: drop-shadow(0 0 10px #2563EB);
    }
    80% {
        filter: drop-shadow(0 0 1px #2563EB);
    }
    85% {
        filter: drop-shadow(0 0 10px #2563EB);
    }
    90% {
        filter: drop-shadow(0 0 10px #2563EB33);
    }
    95% {
        filter: drop-shadow(0 0 10px #2563EB);
    }
}

html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc:not(.menu) .tab-nav-icon-bc,
html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc:not(.menu) .tab-nav-title-bc,
html.is-mobile #root > div.layout-navigation-holder-bc > div > .tab-nav-item-bc:not(.menu) .tab-nav-title-bc,
html.is-mobile #root > div.layout-navigation-holder-bc > div > .tab-nav-item-bc:not(.menu) > .tab-nav-icon-bc {
    color: #0F172A !important;
    -webkit-text-fill-color: #DBEAFE !important;
    text-shadow: 0 0 8px rgb(0 0 0);
    animation: dafabet-tab-accent 2.8s ease-in-out infinite;
}

html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc:not(.menu):hover .tab-nav-icon-bc,
html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc:not(.menu):hover .tab-nav-title-bc,
html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc:not(.menu).active .tab-nav-icon-bc,
html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc:not(.menu).active .tab-nav-title-bc {
    color: #0F172A !important;
    -webkit-text-fill-color: #DBEAFE !important;
    text-shadow: 0 0 8px rgb(0 0 0);
}

@keyframes dafabet-tab-accent {
    0%,
    100% {
        filter: drop-shadow(0 0 1px rgba(37, 99, 235, 0.22));
    }
    50% {
        filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.35));
    }
}

html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc.menu {
    position: relative;
    z-index: 2;
}

html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc.menu::before {
    content: none !important;
    display: none !important;
    background: none !important;
    animation: none !important;
}

html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc.menu .tab-nav-icon-bc,
html.is-mobile .tab-navigation-w-bc .tab-nav-item-bc.menu .tab-nav-title-bc {
    color: #DBEAFE !important;
    -webkit-text-fill-color: #DBEAFE !important;
    text-shadow: none !important;
    animation: none !important;
    filter: none !important;
}

.view-see-more {
    position: relative;
    color: #93C5FD !important;
    -webkit-text-fill-color: #93C5FD !important;
    text-shadow: 0 0 6px rgb(0 0 0);
    animation: dafabet-see-more-glow 3s ease-in-out infinite;
}

.view-see-more .view-arrow-more {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

@keyframes dafabet-see-more-glow {
    0%,
    100% {
        filter: drop-shadow(0 0 2px rgba(37, 99, 235, 0.25));
    }
    50% {
        filter: drop-shadow(0 0 7px rgba(56, 189, 248, 0.42));
    }
}
