/*** 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: #97b8d7;
    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: #1e0f50;}
    50% {background-color: #31137c;}
    100% {background-color: #1e0f50;}
}

p.handset-price,
.handset-link h3 {
	color: #fff!important;
}

.cds__tile,
.cds__tile--2 {
    background-color: #edecfa;
    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;
}
/*** END Halloween Theme ***/