@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
 	font-family: 'Poppins', sans-serif;
}
.SearchContainer__searchIcon{
	background-color: #a8fc9f;
}

.AppContainer__backToTop{
  background-color: #a8fc9f;
}

.AppContainer__backToTop:hover{
  background-color: #00485f;
}

.Button__footerBtn{
  background-color: #a8fc9f; 
   color: #00485f;
}

.Button__btnFont:hover{
  background-color: #a8fc9f;
	color:#00485f;
 
}

.Signin__userLink{
 color: red;
}

.ListHeader__popupList:hover{
 color: #a8fc9f;
}

.ListHeader__popupList:hover svg{
 color: #a8fc9f;
}

.Icon__brand{
 color: #a8fc9f;
}
.Icon__brand.Icon__greyShade70{
 color: #a8fc9f;
}

.Icon__greyShade70{
 color: #a8fc9f;
}

#searchContainer1{
   max-width: 600px; !important
   text-align: left;
  margin-left: 0 ;

}

#headerContent{
  text-align: left; 
  margin-left: 15%;
  margin-right: 15%;
}

.Header__searchTitle{
	max-width: 600px; !important
   text-align: left;
  font-weight: 800;
}

.Header__description{
	max-width: 600px; !important
   text-align: left; 
	margin: 0px;
  margin-bottom: 25px;
}

.Header__searchSection > .Header__container{
	margin: 0px;
  padding: 0px;
}

.SearchContainer__globalSearch{
  margin-left: 43px;
}

 @media (max-width: 840px) {
      .SearchContainer__globalSearch {
        margin-left: 0px;
      }
    }


.SearchContainer__moduleChangePopup{
 color: #a8fc9f;
}

.NoContent__title{
 color: #a8fc9f;
}

.Button__btnFont{
 color: #00485f;
}

a{
   color: #a8fc9f;
}

.commonStyle__zt3BrandBorder{
 border-color: #a8fc9f;
}

.AvatarText__avatarText{
   color: #a8fc9f;
}

#portal_tabSolutions {
  margin-right: 45px;
}

.signinLink {
  color: red;
}
