/*** Halloween Theme ***/
.banner {
    position: relative;
}

.banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.5px;
    background-color: #4a25aa;
    left: 0;
    right: 0;
    top: -0.5px;
    z-index: 3;
}

.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: #1e0f50; }
    50% {background-color: #31137c; }
    100% {background-color: #1e0f50; }
}

.bm-cds__tile,
.bm-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: #00ff00!important;
}

.home-handsets,
.sim-bg {
	background-color: transparent;
}

.afm-ws-bb,
.afm-ws-bb-c {
    display: none!important;
}

.fw-bold {
    line-height: 1.2!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 ***/