body {
  font-family: poppins;
  background-color: #f5f5f5 !important;
}
.sidenav {
  background-color: #0c9aac;
}
.sidenav li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidenav li:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
  border-radius: 10px;
  width: fit-content;
  margin-left: 0px;
  transition: 0.3s;
}

.inputforsearch:focus {
  box-shadow: none !important;
}
.opts:hover {
  background-color: #0097a7 !important;
}
.nopointer {
  cursor: default !important;
}
.highlighted {
  background-color: hsla(186, 76%, 37%, 0.23);
}
.fd:hover {
  background-color: hsla(186, 76%, 37%, 0.09);
  cursor: pointer;
}
.fd:focus {
  background-color: hsla(187, 86%, 19%, 0.23);
}
.time {
  font-size: 0.9rem;
  color: gray;
}
.notification img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.notification {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.notification-container {
  max-height: 75vh; /* Restrict to full viewport height */
  overflow-y: auto; /* Enable scrolling */
  padding: 10px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .logoClose {
    gap: 0px !important;
  }
  .searchAndAdd {
    flex-direction: column !important;
  }
}
