.top-container {
  position: relative;
  z-index: 100;
}

.bildirim-container {
  width: 400px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 15px;
  transition: all ease 0.3s;
  color: black;
}

.bildirim-header,
.bildirim-parag {
  margin-bottom: 1rem;
}

.bildirim-btn {
  padding: 10px 15px;
  background-color: green;
  border-radius: 5px;
  border: none;
  color: white;
  width: 100px;
  cursor: pointer;
  display: inline-block;
}
