
.commonStyle__zt3BrandFill{
    fill:#4954a5;
    color:#4954a5
}
.commonStyle__zt3BrandBg,
.Footer__footerBtn .Button__footerBtn:hover{
  background-color:#4954a5
}
.AppContainer__backToTop {
    background: #4954a5;
}
.commonStyle__zt3BrandBorder {
    border-color: #4954a5;
}
.Icon__brand, 
.Badge__announcement, 
.commonStyle__zt3Brand{
    color: #4954a5;
}
.articleSubCategory .ContentList__subCategory .ContentList__topicList,
.articleSubCategory .ContentList__subCategory .ContentList__moreOption,
.ticketDetail .ticket_resolution{
  display: none
}
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(1) .ContentBox__headerMid,
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(1) p,
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(2) p{
  font-size:0
}
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(1) .ContentBox__headerMid .Link__link::before{
  font-size: 1.25rem;
  content:'Sign Up Support'
}
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(1) p::before,
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(2) p::before{
  font-size:16px
}
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(1) p::before{
  content:'Get help with signing up to Analytics 365.'
}
.home .ModuleCont__moduleCont .ContentBox__boxThree:nth-child(2) p::before{
  content:'Log a technical support ticket and view previous tickets.'
}
.ticketForm .TicketFormRightContainer__widgetRight .TicketFormRightContainer__widgetSection {
    display: none;
}

/* Stack footer vertically and center all content */
.Footer__container2 {
    flex-direction: column !important;   /* vertical stacking */
    align-items: center !important;      /* center the block horizontally */
    text-align: center;                   /* center text inside */
}

/* Paragraph spacing */
.Footer__container2 .custom-footer p {
    margin: 5px 0;
}

/* Style links in the footer */
.Footer__container2 .custom-footer a {
    color: #ffffff !important;           /* white text */
    text-decoration: none;               /* remove underline */
    margin: 0 5px;                       /* spacing between links */
}

/* Style separators */
.Footer__container2 .custom-footer span {
    color: #ffffff;                       /* match link color */
}

/* Hover effect for links */
.Footer__container2 .custom-footer a:hover {
    text-decoration: underline;
}
