.absolute-footer {
    padding: 10px 0;
}
.copyright-footer {
    color: #fff;
}
.copyright-footer strong {
    color: #ffca00;
}
footer {
    background: #000f7f;
    padding-top: 30px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #ffca00 !important;
}
.header-button a {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    color: #ffffff;
    cursor: pointer;
    border: 0px solid #000;
    padding: 3px 25px;
    font-size: 15px;
}
@keyframes borderPulse{
   0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
}
100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
} 
}
@keyframes colorShift{
    0%, 100% {
        background: #0045e6;
    }
    33% {
        background: #fb3e3e;
    }
    66% {
        background: #0dcc00;
    }
}
#masthead .header-search-form-wrapper input {
    border-radius: 5px;
    height: 40px;
}
#wide-nav ul.nav > li > a:before {
    content: '';
    background: #ffca00;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    opacity: 0;
}
#wide-nav ul.nav > li.active > a:before, #wide-nav ul.nav > li > a:hover:before {
    opacity: 1;
}
#wide-nav ul.nav > li.active > a {
    color: #ffca00;
}
#main {
    background-image: url(/wp-content/uploads/2026/04/bg-1.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.col-game > .col-inner{
    background: #000a66;
    padding: 15px;
    border-radius: 10px;
}
.box-game {
    align-content: center;
    margin-bottom: 25px;
}
.box-game .button {
    background: #ffca00;
    font-size: 13px;
    border-radius: 10px;
    border: solid 1px #fff;
    color: #000;
    display: block;
    margin: 0 auto;
    width: 150px;
}
.icon-box-img img, .icon-box-img svg {
    padding: 0;
}
.box-game .text *:first-child {
    text-transform: uppercase;
}
.col-game > .col-inner .row .col {
    padding-bottom: 0;
}
.accordion-item {
    border: 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px 20px 20px;
    font-weight: 700
}
.accordion-item+.accordion-item {
    margin-top: 15px
}
.accordion .toggle {
    left: auto;
    right: 0;
    top: -5px;
    opacity: 1!important;
    width: auto
}
.accordion-title.active {
    background: transparent
}
.accordion-title {
    border: 0;
    padding: 0 10px 0 0;
    color: #000 !important;
}
.accordion-inner {
    padding: 20px 0 0
}
.accordion-inner p {
    margin-bottom: 0;
    font-weight: 100;
    color: #000 !important;
}
.boxdk .icon-box-text * {
    margin-bottom: 7px;
}
.boxdk .icon-box-text *:first-child {
    font-size: 15px;
    color: #f7c10c;
}
.boxdk .icon-box-text *:last-child {
    font-size: 14px;
}
.img-inner:hover img {
    transform: translateY(-5px);
}
.img-inner img {
    transition: all .3s;
}
.section-title-center b {
    background: transparent;
}
.btn2 {
    font-size: 12px;
    margin: 0;
    color: #000 !important;
    border: solid 1px #000f7f;
    border-radius: 5px;
}
.post-item a {
    text-transform: uppercase;
}
.breadcrumb {
    background: #000;
    padding: 10px 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header {
    text-align: center;
}
.mfp-content {
    background: #000a66 !important;
}
.off-canvas .nav-vertical>li>a {
    color: #fff;
    font-size: 15px;
}