.topbar {
  height: 70px;
}

.topbar .navbar-brand {
  font-size: 20px;
  min-width: 180px;
}

.topbar .navbar-nav {
  height: 70px;
}

.topbar .nav-link {
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  color: #5f6368;
  font-size: 13px;
}

.topbar .nav-link:hover {
  color: #e26100;
}

.topbar .nav-link.active {
  color: #e26100;
  font-weight: 600;
}

/* Garis biru di menu aktif */
.topbar .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #e26100;
}

.icon-btn {
  width: 32px;
  height: 32px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent !important;
  border: none;
  color: #5f6368;
}

.icon-btn:hover {
  background: #f1f3f4 !important;
}

.profile-img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.logo {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px;
}

.logo img {
  width: 150px;
  height: auto;
  display: block;
}
