.commonStyle__zt3BrandBg {
    background-color: #EA0F6B;
}
.Icon__brand {
    color: #EA0F6B;
}
#navBarContainer .Header__name {
        max-width: none;
        min-width: 7rem;
        flex: 1;
        display: none;
    }
@media only screen and (min-width: 769px) {
    .Header__homeNavbarFixed .Header__navbar .Header__logo img {
        max-width: 6rem;
        min-height: auto;
    }
}

.Header__logo img {
    max-height: 3rem;
    max-width: 8.5rem;
    min-height: auto;
    display: block;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #EA0F6B;
}

.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu:after, .Header__homeNavbarFixed .Header__menu:before {
    background-color: #fff;
}

.Header__homeNavbarFixed .Header__navbar .Header__tabsTab {
    color: #ffffff;
}

.Header__tabs__link {
    color: #fff;
    padding: 0 7px;
}

.LoginDetail__tabLink {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.LoginDetail__tabLink {
font-size:13px;
}

.Header__tabsTab {
  font-size: 13px
}

.LoginDetail__tabLink {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-size: 13px;
}
.Footer__footerBg{
            display:none
      }

.CustomHelp__section {
  background-color: #f9f9f9;
  padding: 30px 20px;
  margin: 40px auto 0 auto;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: inherit;
}

.CustomHelp__title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #333;
}

.CustomHelp__text {
  font-size: 16px;
  margin: 8px 0;
  color: #555;
  line-height: 1.6;
}

.CustomHelp__link {
  color: #0072ce;
  text-decoration: none;
  font-weight: 500;
}

.CustomHelp__link:hover {
  text-decoration: underline;
}
