.commonStyle__zt3BrandBg {
background-color: #72FFAA;
}
.Icon__white {
color:#000;
}
:root {
    --color-brand: #136c6c;
}
.AvatarText__squareBg1 {
   background: #136c6c1a;
   border: 1px solid #136c6c80;
}
.AvatarText__avatarText {
background: #136c6c1a;
   border: 1px solid #136c6c80;
}
.Header__menuList .AvatarText__avatarText {
	background: white;
}
.commonStyle__zt3Link:hover, .themeLink:hover, .commonStyle__zt3LinkActive, .commonStyle__zt3bdrLine, .DepartmentList__forums {
   color: #136c6c;
}
/* Navbar */
.home .nav {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    background: rgba(23, 25, 28, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    padding: 4px 6px 4px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    height: 40px;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home .nav-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position:relative;
    z-index: 3;
}
.nav-logo img:nth-of-type(2) {
   display:none;
}
.home .nav-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.12);
}
.nav-links {
    display: flex;
    gap: 2px;
}
.nav-links li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 999px;
    text-decoration: none;
    list-style-type: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.home .nav-links li:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.home .nav-links li a {
   color: inherit;
   text-align:center;
   padding: 0;
} 
.nav-logo img {
    height: 22px;
    width: auto;
    display: block;
}
.home .LoginDetail__signin, .LoginDetail__signup {
    margin: 0;
    max-width: unset;
    letter-spacing: inherit;
}
.home .LoginDetail__signin.globalSignin {
   margin:0;
  padding:0;
}
.home .logInAvatar .AvatarText__avatarText {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 10px;
      display: flex;
    align-items: center;
    justify-content: center;
  user-select: none;
}
.home .CustomizeContainer__aPlus.commonStyle__cursor.aPlusIcon,
.home .LoginDetail__LogInDetail .LoginDetail__userAvatar,
.home .LoginDetail__LogoutDetail .LoginDetail__userAvatar{
  padding: 0px;
}
.home .LoginDetail__profileLink, .LoginDetail__logoutLink {
  color: black !important;
}
@media only screen and (max-width:576px) {
  .home .nav {
   width: 95%;
  }
  .home .nav-divider {
   display: none;
  }
  .home .nav-logo img:nth-of-type(1) {
   display: none;
  }
  .home .nav-logo img:nth-of-type(2) {
   display: block;
   height: 15px;
  }
  .home .nav-links li {
    padding: 5px 5px;
  }
  .home .nav-links .Header__menuList#userPreference {
   display: none;
  }
} 
.BreadCrumbs__breadcrumbsView ul li:last-child {
  color: white !important;
}
/* Hero */
.Header__homeContent .Header__searchSection {
	display: block;
    padding: 10.25rem 0;
}
#headerContainer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 30%, rgba(114, 255, 170, 0.10) 0%, transparent 40%), radial-gradient(circle at 15% 70%, rgba(19, 108, 108, 0.35) 0%, transparent 50%);
    pointer-events: none;
}
.hero-stripes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hero-stripe {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.025);
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-stripe-from-top {
    animation-name: hero-stripe-slide-top;
}
.hero-stripe-from-bottom {
    animation-name: hero-stripe-slide-bottom;
}
@keyframes hero-stripe-slide-top {
 0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
@keyframes hero-stripe-slide-bottom {
 0% {
    transform: translateY(100%);
 }
 100% {
    transform: translateY(0);
 }
}
/* Footer */
footer {
    background: #0f1114;
    color: rgba(255, 255, 255, 0.5);
    padding: 32px 0px;
    text-align: center;
    font-size: 13px;
}
footer#footerContainer {
   padding: 0;
}
footer .footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
footer .footer-logo img {
    height: 18px;
    width: auto;
    display: block;
    opacity: 0.9;
}
