/* Search bar colour changes */
/* Magnifying glass */
.commonStyle__zt3BrandBg {
    background-color: #712050;
}
/* Drop-down arrow */
.SearchContainer__downArrow {
    border-top-color: #712050;
}

#logoutDetails {
  display: none;
}
.AppContainer__backToTop:hover {
    background: #712050;
        background-color: #712050;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #2a2d35;
    transition: all .15s ease;
    color: #FFF;
}
.Button__footerBtn:hover {
    background: #712050;
    border: 1px solid transparent;
}
.commonStyle__zt3Brand {
    color: #712050;
}
.commonStyle__zt3Brand:hover {
    color:  #2a2d35;
}
.Icon__brand {
    color: #712050;
}
.Header__menuList {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.Footer__footerLink:hover {
    color: #712050;
}
.Header__tabs__link {
    color: #ffffff;
}
.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #2a2d35;
}
.Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active {
    border-bottom: 0.1875rem solid #712050;
    color: #e46317;
}
.LoginDetail__tabLink {
    color: #ffffff;
    text-decoration: none;
}
.globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover {
    border-bottom: 0.1875rem solid #712050;
    color: #e46317;
}
.Header__tabsTab:hover, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover {
    border-bottom: 0.1875rem solid #712050;
    color: #e46317;
}
.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu::after, .Header__homeNavbarFixed .Header__menu::before {
    background-color: #fff;
}
.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu::after, .Header__homeNavbarFixed .Header__menu::before {
    background-color: #fff;
}
