
.cpe-header .visually-hidden {
    position: inherit!important;
   
}


.cpe {
  border: 1px solid #e1e1e1;
  box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 18%);
  position: relative;
  margin: 15px;
}
.cpe .search-icon-container .search-icon {
  /* the icon inside of the search box, this is an SVG so you need to use a fill style  */
  fill: "black";
}
.top-header .header-area {
	position: inherit;
  z-index: 1;
  color: hsl(0, 0%, 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  top: 22px;
}

.top-header {
  position: relative;
  background: #006338;
}
