.AHSINULUMAM-tab {
  padding: 0 10px;
}

#kotak-header {
  height: 50px;
  background: white;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
}

.nama-pengguna1 { font-weight: 600; margin: 10px 0; }

.profile-card { display: flex; justify-content: space-between; align-items: center; }
.profile-header a { display: flex; align-items: center; text-decoration: none; color: inherit; }
.avatar { width: 50px; height: 50px; border-radius: 50%; background: #ccc; display:flex; align-items:center; justify-content:center; font-weight: bold; margin-right:10px; }
.profile-info h2 { margin:0; font-size:16px; }
.profile-info p { margin:2px 0; font-size:14px; }
.notification { display:block; margin-right:45px; margin-top:30px; font-size:12px; background:#cc080d; color:white; padding:2px 5px; border-radius:4px; }

.listAccount { margin-top:10px; }
.listAccount-item {
  display:flex; justify-content:space-between; align-items:center;
  padding:10px 0; border-bottom:1px solid #eee; cursor:pointer;
}
.listAccount-item i { margin-right:10px; }
.listAccount-link { font-size:12px; color:#333; }
.edit-icon { font-size:18px; }
.teksSekat-title { font-weight:600; margin-top:10px; }
.logout-btn {
  height:46px;
  border-radius:19px;
  background:white;
  font-size:15px;
  border:0;
  margin:20px auto 80px;
  width:85%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:1px 2px 9px rgba(0,0,0,0.1);
  font-weight:520;
}
.logout-btn img { width:20px; margin-right:5px; filter: invert(100%) sepia(76%) saturate(2%) hue-rotate(72deg) brightness(108%) contrast(101%);}
