#bsawf-menu-button.bsawf-menu-button {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: -45px;
  background: transparent;
}


#bsawf-menu-button .figure-img{
  width: 30px;
  height: 30px;
}

#bsawf-menu-button.bsawf-menu-button:focus,
#bsawf-menu-button.bsawf-menu-button:focus-within {
  outline: red 2px dashed;
  outline-offset: 4px;
}

#bsawf-menu-button .bsawf-menu-button:hover,
#bsawf-menu-button .bsawf-menu-button:focus {
  background: transparent;
}

#bsawf-menu-button.bsawf-menu-button * {
  pointer-events: none;
}

#bsawf-menu-button .button-text {
  margin-bottom: 0;
  font-size: 1.5625rem;
  color: #00613d;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 100px;
  margin-left: -15px;
  align-self: center;
}

[data-icon-menu-active='false'] {
  display: none;
}

@media (min-width: 781px) and (max-width: 1200px) {
  #bsawf-menu-button .bsawf-menu-button {
    margin-top: 15px;
  }


  #bsawf-menu-button.bsawf-menu-button{
    margin-top: 12px;
  }

  /* .bsawf-menu-button * {
    width: 4vw;
  }

  .bsawf-menu-button__text{
    font-size: 1.8vw;
  } */

}

@media(max-width:781px){
  #bsawf-menu-button.bsawf-menu-button{
    margin-top: 15px;
    padding-right: 0;
  }


  #bsawf-menu-button .button-text{
    display: none;
  }


}
