#body_2023 .notification-container .unread h4{
  line-height: 17px;
}

#body_2023 .notification-container .unread h4 a {
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 600;
}

#body_2023 .notification-container .read h4 a{
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 300;
}

#body_2023 .notification-container .read h4 {
  line-height: 18px;
}

.notification-container a:hover {
  color: #4666ff !important;
}

.notification-container {
  position: relative;
  display: inline-block;
}

.notification-btn {
  position: relative;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 50px;
  top: -3px;
}

.notification-dot {
  position: absolute;
  top: 1px;  
  right: 5px;
  left: 27px;
  width: 9px;
  height: 9px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.notification-dot.hidden {
  display: none;
}

.notification-panel {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 5px 20px;
  border-radius: 15px;
  background: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 400px;
  z-index: 1000;
  overflow-y: scroll;
  height: calc(100vh - 200px);
}
.notification-panel p{
  text-align: left;
  padding-top: 16px;
  font-weight: 600 !important;
}
.notification-panel hr{
  background-color: rgb(146 146 146);
}
.notification-item {
  margin-top: 23px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 23px;
}
.notification-item.read .notification-icn i{
  font-size: 1em;
}
.notification-item:last-child {
  border-bottom: none;
}

.notification-image {
  width: 70px;
  height: 52px;
  margin-right: 0px;
  object-fit: contain;
}

.notification-content {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.notification-content p {
  padding-top: 0px;
  font-weight: normal !important;
}
.notification-content p {
  text-transform: lowercase;
}
.notification-content p::first-letter {
  text-transform: uppercase;
}
.notification-icn {
  padding: 15px;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  color: #4666ff;
  background-color: #c3cdff;
  display: flex;
  justify-content: center;
  align-items: center;
}
