.wrapper {
  /* background: #f8f9fc; */
  min-height: 100vh;
  padding: 40px;
}

.heading {
  font-weight: 700;
  /* margin-bottom: 20px; */
}

.topRow {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.list {
  margin-top: 25px;
}

.item {
  background: #fff;
  border: 1px solid #eee;
  /* border-radius: 8px; */
  padding: 15px;
  /* margin-bottom: 12px; */
  display: flex;
  align-items: center;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.msg {
  margin: 0;
  font-weight: 500;
}

.time {
  color: gray;
  font-size: 12px;
}

.actions i {
  font-size: 18px;
  margin-left: 15px;
  cursor: pointer;
  color: #777;
}

.actions i:hover {
  color: black;
}

.emptyBox {
  padding: 50px;
  text-align: center;
  background: white;
  border-radius: 8px;
  color: #777;
  border: 1px solid #eee;
}

.tabBtn {
  background-color: #fbfbfc !important;
  border: 1px solid transparent !important;
  color: #4d5c6d !important;
  border-radius: 6px;
  font-size: 14px;
}

.tabBtn:hover {
  background-color: #ffffff !important;
  border: 0.6px solid #e7e9ec !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 5px !important;
}

.activeTab {
  background-color: #ffffff !important;
  color: #fff !important;
  border: 1px solid #e7e9ec !important;
  color: #122b46 !important;
  font-weight: 500;
  padding: 0 11px;
  border-radius: 5px !important;
}

.avatarFallback {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e6e6e6;
  background-color: #f5f5f5;
  padding: 2px;
  transition: transform 0.2s ease-in-out;
}

.popup {
  width: 300px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  font-family: sans-serif;
}

.header {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.header h6 {
  margin: 0;
  font-size: 16px;
}

.body {
  max-height: 350px;
  overflow-y: auto;
}

.notificationItem {
  display: flex;
  gap: 10px;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

.notificationItem:hover {
  background: #f1f1f1;
}

.notificationItem.unread {
  background: #eef6ff;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.title {
  font-weight: 500;
  margin: 0 0 3px 0;
}

.time {
  font-size: 12px;
  color: #777;
}

.footer {
  padding: 10px 15px;
  border-top: 1px solid #eee;
  text-align: center;
  background: #f8f9fa;
  font-weight: 500;
  color: #007bff;
}
