﻿#notificationModal {
  height: auto;
  width: auto;
  min-height: 25%;
  min-width: 25%;
  max-height: 50%;
  max-width: 50%;
}
#notificationModal .header {
  border-bottom: 1px solid #eee;
  background-color: #f8f8f8;
}
#notificationModal .header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#notificationModal .header .notificationTitle {
  margin: 0.5rem 0;
  width: 90%;
}
#notificationModal .header .header-icon {
  color: #1877f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#notificationModal .notification {
  padding: 1rem;
}
#notificationModal hr {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}