/*** Halloween Theme ***/
.wsmenucontainer {
    overflow: hidden !important;
    z-index: 0;
    animation: clr--bg ease;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    background-color: #031838;
    animation-delay: 3s;
}

#accordionLegals .accordion-button, 
#accordionLegals .legals,
#accordionLegals .legals a {
    color: #fff!important;
}

#accordionLegals .legals a {
    opacity: 0.6!important;
}

#accordionLegals .accordion-button:not(.collapsed) {
    font-weight: 400!important;
}

#accordionLegals .accordion-button:after {
    filter: brightness(10);
    -wekbkit-filter: brightness(10);
}

.footer-bottom {
    background-color: #fff;
}

.accordion-flush .accordion-item:last-child {
    background-color: transparent!important;
}

button.accordion-button.collapsed.px-0 {
    background-color: transparent;
}

.accordion-flush .accordion-button:not(.collapsed) {
    background-color: transparent!important;
}

@keyframes clr--bg {
    0% { background-color: #031838; }
    50% { background-color: #0c2955; }
    100% { background-color: #031838; }
}

.cds__tile,
.cds__tile--2 {
    background-color: #d0eeff;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(/assets/img/hd/bm/bm-hal__cds-mist-v2.png)!important;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: bottom;
}
/*** Halloween Theme ***/