﻿.expired-notification-container {
  height: 20vh;
  width: 100%;
}
.notification-invalid-message {
  height: 100%;
}
.notification-invalid-message .invalidNotification {
  text-align: center;
}
#notificationDropdown .notifications-counter-container .notification-counter {
  right: -45px;
  bottom: 2px;
}
.notifications-counter-container {
  color: #181818;
  position: relative;
}
@media (min-width: 954px) {
  .notifications-counter-container {
    margin-right: 1rem;
  }
}
.notifications-counter-container i {
  /*        @media(min-width:650px) and (max-width:750px) {
            font-size: 1.6rem;
        }*/
}
@media (min-width: 954px) {
  .notifications-counter-container i {
    font-size: 2rem;
  }
}
.notifications-counter-container:hover {
  cursor: pointer;
  text-decoration: none;
  /*        color: @almost-black;*/
}
.notifications-counter-container:hover .notification-counter {
  font-weight: normal;
}
.notifications-counter-container .notification-counter {
  display: none;
  border-radius: 50%;
  background-color: #d87c17;
  color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -5px;
}
@media (max-width: 954px) {
  .notifications-counter-container .notification-counter {
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: -6px;
  }
}
.notifications-counter-container .visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifications-container .notification-header,
.notification-message .notification-header {
  display: flex;
  padding: 0.5rem 0.75rem;
  align-items: end;
  justify-content: space-between;
}
.notifications-container .notification-header label,
.notification-message .notification-header label {
  margin-bottom: 0;
  text-align: center;
}
.notifications-container .notification-header #mark-all-as-read,
.notification-message .notification-header #mark-all-as-read {
  text-align: end;
  font-size: 18px;
  cursor: pointer;
}
.notifications-container .load-more-notifications.active,
.notification-message .load-more-notifications.active {
  text-align: center;
  padding: 0.5rem;
  font-size: 16px;
}
.notifications-container .load-more-notifications.active:hover,
.notification-message .load-more-notifications.active:hover {
  cursor: pointer;
  color: blue;
}
.notifications-container .notification,
.notification-message .notification {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
  background-color: #FFF;
  padding: 1rem;
  cursor: pointer;
  /*        @-webkit-keyframes box-btn

        .bell {
            0%, 100% {
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

            15% {
                -webkit-transform: translateX(-30px) rotate(6deg);
                transform: translateX(-30px) rotate(6deg);
            }

            30% {
                -webkit-transform: translateX(15px) rotate(-6deg);
                transform: translateX(15px) rotate(-6deg);
            }

            45% {
                -webkit-transform: translateX(-15px) rotate(3.6deg);
                transform: translateX(-15px) rotate(3.6deg);
            }

            60% {
                -webkit-transform: translateX(9px) rotate(-2.4deg);
                transform: translateX(9px) rotate(-2.4deg);
            }

            75% {
                -webkit-transform: translateX(-6px) rotate(1.2deg);
                transform: translateX(-6px) rotate(1.2deg);
            }
        }

        @keyframes box-btn.bell {
            0%, 100% {
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

            15% {
                -webkit-transform: translateX(-30px) rotate(6deg);
                transform: translateX(-30px) rotate(6deg);
            }

            30% {
                -webkit-transform: translateX(15px) rotate(-6deg);
                transform: translateX(15px) rotate(-6deg);
            }

            45% {
                -webkit-transform: translateX(-15px) rotate(3.6deg);
                transform: translateX(-15px) rotate(3.6deg);
            }

            60% {
                -webkit-transform: translateX(9px) rotate(-2.4deg);
                transform: translateX(9px) rotate(-2.4deg);
            }

            75% {
                -webkit-transform: translateX(-6px) rotate(1.2deg);
                transform: translateX(-6px) rotate(1.2deg);
            }
        }*/
}
.notifications-container .notification .notification-sender-details,
.notification-message .notification .notification-sender-details {
  display: flex;
}
.notifications-container .notification .notification-sender-details .sender-info,
.notification-message .notification .notification-sender-details .sender-info {
  margin-left: 15px;
}
.notifications-container .notification .remove-notification,
.notification-message .notification .remove-notification {
  display: none;
}
.notifications-container .notification:last-child,
.notification-message .notification:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.notifications-container .notification:hover,
.notification-message .notification:hover {
  background: lightyellow;
  cursor: pointer;
  text-decoration: none;
  /*            &:first-child {
                background-color: white;
            }*/
}
.notifications-container .notification:hover .remove-notification,
.notification-message .notification:hover .remove-notification {
  display: block;
}
.notifications-container .notification:hover .new-notification-marker,
.notification-message .notification:hover .new-notification-marker {
  display: none;
}
.notifications-container .notification #unread-notifications-only,
.notification-message .notification #unread-notifications-only,
.notifications-container .notification #mark-all-as-read,
.notification-message .notification #mark-all-as-read,
.notifications-container .notification #all-notifications,
.notification-message .notification #all-notifications {
  text-transform: lowercase;
  font-size: 0.8rem;
}
.notifications-container .notification #unread-notifications-only:hover,
.notification-message .notification #unread-notifications-only:hover,
.notifications-container .notification #mark-all-as-read:hover,
.notification-message .notification #mark-all-as-read:hover,
.notifications-container .notification #all-notifications:hover,
.notification-message .notification #all-notifications:hover {
  text-decoration: underline;
}
.notifications-container .notification #mark-all-as-read.clicked,
.notification-message .notification #mark-all-as-read.clicked {
  color: gray;
  cursor: default;
}
.notifications-container .notification .user-avatar,
.notification-message .notification .user-avatar {
  text-transform: uppercase;
  background-color: #eee;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  /*            float: left;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  border: solid 1px #eee;
}
.notifications-container .notification .user-avatar.no-img img,
.notification-message .notification .user-avatar.no-img img {
  display: none;
}
.notifications-container .notification .user-avatar.img span,
.notification-message .notification .user-avatar.img span {
  display: none;
}
.notifications-container .notification .user-avatar.img img,
.notification-message .notification .user-avatar.img img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.notifications-container .notification .box-owner,
.notification-message .notification .box-owner,
.notifications-container .notification .box-date,
.notification-message .notification .box-date,
.notifications-container .notification .box-text,
.notification-message .notification .box-text {
  line-height: 0.8rem;
  text-transform: unset;
}
.notifications-container .notification .box-owner,
.notification-message .notification .box-owner {
  font-size: 13px;
  font-weight: bold;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
.notifications-container .notification .box-date,
.notification-message .notification .box-date {
  line-height: 1rem;
  font-size: 0.7rem;
}
.notifications-container .notification .box-text,
.notification-message .notification .box-text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1rem;
  /*            white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: unset;
}
.notifications-container .notification .actions,
.notification-message .notification .actions {
  top: 0;
  background-image: unset;
  padding: 0;
}
.notifications-container .notification .actions .notification-top,
.notification-message .notification .actions .notification-top {
  /*display: flex;*/
  /*                justify-content: space-evenly;*/
  display: grid;
  grid-template-columns: 10% 80% 10%;
}
.notifications-container .notification .actions .notification-top .delete,
.notification-message .notification .actions .notification-top .delete {
  display: none;
}
.notifications-container .notification .actions .notification-top .sender-info,
.notification-message .notification .actions .notification-top .sender-info {
  margin-left: 15px;
}
.notifications-container .notification .actions .notification-top .notification-controls,
.notification-message .notification .actions .notification-top .notification-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.notifications-container .notification .actions .notification-top .notification-controls .new-notification-marker,
.notification-message .notification .actions .notification-top .notification-controls .new-notification-marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: lawngreen;
}
.notifications-container .notification .actions .notification-top .notification-controls .remove-notification,
.notification-message .notification .actions .notification-top .notification-controls .remove-notification {
  min-width: 25px;
  text-align: end;
}
.notifications-container .notification.read .box-btn.bell,
.notification-message .notification.read .box-btn.bell {
  display: none;
  color: #00c598;
  right: 40px;
}
.notifications-container .notification.read .box-btn.go,
.notification-message .notification.read .box-btn.go {
  display: none;
}
.notification-message .notification:hover {
  background: unset;
  cursor: default;
}
.notification-message .button-container {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
@media (max-width: 650px) {
  .notification-message .button-container {
    flex-direction: column;
  }
  .notification-message .button-container .cancel {
    margin-bottom: 1rem;
  }
}
@media (min-width: 650px) {
  .notification-message .button-container .cancel {
    margin-right: 2rem;
  }
}
.notification-message .export .go {
  display: none;
}
.notification-message .share .download {
  display: none;
}
.notification-message .export-message {
  padding: 0.25rem;
  border-radius: 5px;
  min-height: 9rem;
  min-width: 30rem;
  overflow-y: auto;
  border: none;
  margin-left: 2.25rem;
  font-size: 0.85rem;
}
.notification-message .share-message {
  padding: 0.25rem;
  border-radius: 5px;
  /*        min-height: 9rem;
        min-width: 30rem;*/
  overflow-y: auto;
  border: none;
  margin-left: 0.25rem;
  font-size: 0.85rem;
}
.notification-message .no-message {
  padding: 0.25rem;
  border-radius: 5px;
  height: 2rem;
  min-width: 30rem;
  border: none;
  margin-left: 2.25rem;
  font-size: 0.85rem;
  font-style: oblique;
  margin-top: 1rem;
}