#notificationsDiv {
  overflow-y: scroll;
}

#notifications {
  height: 100vh;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
  background-color: #ffb600;
}

.notifications-header-container {
  background-image: url("../images/notifications.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.notifications-header-container h5 {
  margin-bottom: 0px;
}

.notifications-main-container {
  width: 100%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px 25px 0 0 !important;
  height: 65%;
  overflow-y: scroll;
  /* background-color: #ffb600; */
  padding-bottom: 30px;
  background-color: white !important;
}

.notifications-intro {
  font-size: 6vw;
  padding: 6vw 5vw;
  font-weight: bold;
  margin-bottom: 0px;
}

/* #notifications-container {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 12px;
} */

#notifications-container h5 {
  margin-bottom: 5px;
}

.notification-item {
  background-color: #ffb600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 22px;
  border-radius: 25px;
  font-size: large;
}

.notification-item p {
  margin-bottom: 0px;
}

#notifications-container .toast {
  /* max-width: 100%; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff6e0 !important;
  border: none;
  font-size: 1.1rem;
  /* border-radius: 10px; */
}

#notifications-container .toast-header {
  background-color: #ffd772 !important;
  color: black;
  justify-content: right;
  padding: 5px 10px;
}
