/* Navbar */
.navbar {
  position: absolute;
  z-index: 99;
  min-height: 54px;
}
.navbar-header {
  height: 54px;
}
.navbar-brand {
  padding: 5px 0 7px 20px;
  height: 54px;
}
.navbar-brand img {
  height: 26.25px;
}
.navbar-text {
  display: none;
}
.sweap-header-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 54px;
}
.sweap-header {
  width: 100%;
  display: flex;
  border: none;
  background-color: transparent;
}
.sweap-brand {
  display: flex;
  align-items: center;
}

.sweap-header-logo {
  padding: 0 14px 0 7px;
}
