/*** 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);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner .carousel-indicators {
    margin-bottom: -1.2rem!important;
}

.banner .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background-color: #ccc!important;
    opacity: 1!important;
}

.banner .carousel-indicators .active {
    background-color: #0084d4!important;
}

.grey-bg-fw {
    background-color: transparent!important;
	padding: 0px 0px 0px!important;
}

.takeover {
    margin: 0px 0px 0px!important;
	padding: 0px 0px 0px!important;
}
/*** END Halloween Theme ***/