/* Search Icon */
.SearchContainer__searchIcon {
    background-color: #4BB25D;
}

.SearchContainer__searchIcon .Icon__icon {
    fill: #000000; 
}

.SearchContainer__globalSearch {
    border: 1px solid #4BB25D; 
    border-radius: 4px;
}

/* Arrow Up Icon */
.Icon__icon.Icon__white {
    fill: #FFFFFF;
}

/* Button */
.Button__btnFont.Button__footerBtn:hover {
    background-color: transparent;
}

/* Button */
.commonStyle__zt3BrandBg {
  background-color: #4BB25D;
}
.commonStyle__zt3BrandFill {
  fill: #4BB25D;
}
.Icon__brand {
  fill: #4BB25D;
}
.KbDetailLtContainer__articleContent a {
  color: #4BB25D;
}

/* Footer CSS */
.footer {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  background-color: #4BB25D;
  color: #FFFFFF;
}

.footer-column h3 {
  margin: 0 0 10px;
}

.footer-column a {
  display: block;
  margin-bottom: 5px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-column hr {
  border: 0;
  height: 1px;
  background-color: #4BB25D;
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.footer-bottom a {
  color: #FFFFFF;
  text-decoration: none;
}

.small-text {
  font-size: 0.8em;
}

