.nav {
  height: 60px;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-brand img {
  width: 90px;
  object-fit: contain;
}

.main_container .top_nav {
  margin-left: 0px;
}

.nav_menu {
  background-color: rgba(31, 31, 31, .5) !important;
  border-bottom: solid 1px rgba(31, 31, 31, .7) !important;
  box-shadow: 1px 0 3px rgb(31, 31, 31);
}

.nav_menu .fa-bars {
  color: #ededed !important;
}

.nav_menu * {
  background: transparent;
}

.nav_menu {
  float: left;
  background: #FFF;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative
}

@media (min-width: 480px) {
  .nav_menu {
    position: static
  }
}

@media (max-width: 768px) {
  .nav_title {
    display: none !important;
  }
}

nav .user-profile>img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1f1f;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent !important;
}
