.customHeader .logo-wrapper {
  display: block !important;
  margin-right: 10px; }
  .customHeader .logo-wrapper img {
    max-width: 125px; }

.customHeader .icon-bar-wrap {
  background: #417505;
  border-radius: 4px;
  padding: 5px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px; }
  .customHeader .icon-bar-wrap .icon-bar {
    margin-right: 0 !important;
    height: 17px !important; }
    .customHeader .icon-bar-wrap .icon-bar .bar {
      width: 20px !important; }
