.header {
  background: #16afcb;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .header {
    padding: 5px 10px;
  }
}
.header li a,
.header li a:hover {
  color: #fff;
}
.header li a:hover,
.header li a:focus {
  background: none;
}
.header .navbar-header a img {
  max-width: 200px;
  height: 40px;
  position: relative;
  top: -10px;
}
.header .navbar-toggle .icon-bar {
  background: #e4e40c;
}
#user-menu {
  position: relative;
  top: 5px;
}
#user-info {
  padding-top: 9px;
  padding-bottom: 9px;
}
#user-info span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 114px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.icon-collapse:after {
  content: "\25BC";
  font-size: 12px;
  padding: 0 10px;
}
.support-menudrop-wrapper,
.menu-drop-wrapper {
  display: none;
}
.support-menudrop,
.menu-drop {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -10px;
  padding: 0;
  white-space: nowrap;
  background: #333;
  list-style: none;
  z-index: 100;
  position: absolute;
  right: 0;
  min-width: 100%;
  border-radius: 8px;
  margin-top: 21px;
}
.support-menudrop {
  margin-top: 13px;
  right: 25px;
}
.support-menudrop-arrow,
.menu-drop-arrow {
  background: none;
  position: absolute;
  top: 46px;
  left: 27px;
}
.support-menudrop-arrow {
  top: 50px;
  left: 15px;
}
.header .menu-drop a {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 4;
}
.menu-drop .menu-item {
  width: 150px;
  text-align: center;
}
.menu-drop .menu-item p {
  margin-bottom: 0;
}
.support-menuitem:hover
.menu-drop .menu-item:hover {
  color: #e4e40c;
}
.menu-drop .menu-other {
  padding: 20px;
  background: #f1f1f1;
  text-align: center;
}
.menu-drop .icon {
  position: absolute;
  left: 40px;
  top: 12px;
}
.menu-drop .org-icon {
  height: 32px;
  line-height: 32px;
}
.menu-drop .menu-other .btn-mint {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
.menu-drop .menu-other .btn-mint:hover {
  color: #333;
}

.navbar-brand {
  padding-left: 0;
}

.badge {
  background: red;
}
.support-menuitem {
  color: white;
  line-height: 4;
  padding-left: 10px;
  width: 170px;
}

.navbar {
  margin: 0;
  border: 0;
}