.header-button a {
    background: #c70000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px !important;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.header-button-2 a {
    background: #ff8a0d;
}
@keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
#wide-nav .flex-center ul > li > a {color: #fff;}
#wide-nav .flex-center ul > li.active > a, #wide-nav .flex-center ul > li > a:hover {
    color: #f6c927;
}
.des-link * {
    font-weight: bold;
    color: red;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 24px;
}
.button.alert {
    font-size: 11px;
    border-radius: 5px;
}
@keyframes confetti {
    0% {
        background-position: 0 0,0 0,0 0
    }
    to {
        background-position: 500px 1000px,400px 400px,300px 300px
    }
}
.boxGame .img-inner:before {
    animation: confetti 10s linear infinite;
    background-image: url(/wp-content/uploads/2026/01/confetti1.png),url(/wp-content/uploads/2026/01/confetti2.png);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.content-home {
    width: 100%;
    height: 500px;
    padding: 5px 20px;
    overflow-y: scroll;
    border: 2px solid;
    border-color: #ffbd58;
    border-style: solid;
    border-radius: 15px;
    border-width: 2px;
    padding: 10px;
    background: #1a1a1a;
    box-shadow: 0 0 10px #ffbd58, 0 0 20px #ffbd58, 0 0 30px #ffbd58;
    transition: box-shadow 0.3s ease;
}
.content-home::-webkit-scrollbar-thumb {
    background: #ffbd58;
    border-radius: 10px;
}
.content-home::-webkit-scrollbar-track {
    background: #0F0605;
    border-radius: 10px;
}
.content-home::-webkit-scrollbar {
    width: 6px;
}
#content {
    padding-bottom: 0;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #f6c927 !important;
}
.breadcrumb {
    padding-top: 12px;
}
.is-divider, #comments {
    display: none;
}
.archive-page-header .page-title {
    text-align: center;
}
@media (min-width: 992px){
    .boxAbout {
        margin-bottom: 50px;
    }
}
@media (max-width: 549px){
    .boxAbout {
        display: block;
    }
    .boxAbout .icon-box-img {
        margin: 0 auto 20px;
    }
}