@charset "uft-8";

.notifications-container {
  max-width: 100%;
  margin: 100px 20%;
  text-align: center;
}

.notifications-container h2 {
    font-size: 2vw;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: left;
}

.notifications-container .notifications {
  width: 100%;
  margin: 0;
}

.notifications-container .notifications .notification {
  position: relative;
  padding: 15px 0;
  text-align: left;
  border-bottom: solid 1px #E2E2E2;
  border-radius: 5px;
}

.notifications-container .notifications .notification:hover {
  background-color: #f7f7f7;
}

.notifications-container .notifications .notification:last-child {
  border-bottom: none;
}

.notifications-container .notifications .notification #new-sign {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #FF0062;
  border-radius: 50%;
  top: 10px;
  left: -10px;
  }

.notifications-container .notifications .notification a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notifications-container .notifications .notification a .notification-text h3 {
  font-size: 1.2vw;
  line-height: 1.5em;
  font-weight: 500;
  margin-left: 10px;
  max-width: 100%;
}

.notifications-container .notifications .notification a .notification-text {
  width: 90%;
}

.notifications-container .notifications .notification a .notification-text .message {
  font-size: 1vw;
  line-height: 1.5em;
  font-weight: 400;
  margin-left: 10px;
  max-width: 100%;
}

.notifications-container .notifications .notification a .notification-text .created {
  font-size: 1vw;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 5px;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 10px;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  right: 0;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .notifications-container {
    margin: 80px 15%;
  }
  
  .notifications-container h2 {
      font-size: 2.5vw;
      margin-bottom: 50px;
  }
  
  .notifications-container .notifications .notification {
    padding: 15px 0;
  }

  .notifications-container .notifications .notification #new-sign {
    width: 12px;
    height: 12px;
    top: 10px;
    left: -8px;
    }
  
  .notifications-container .notifications .notification a .notification-text h3 {
    font-size: 1.5vw;
    line-height: 1.5em;
    margin-left: 10px;
  }
  
  .notifications-container .notifications .notification a .notification-text {
    width: 90%;
  }
  
  .notifications-container .notifications .notification a .notification-text .message {
    font-size: 1.3vw;
    line-height: 1.5em;
    margin-left: 10px;
  }
  
  .notifications-container .notifications .notification a .notification-text .created {
    font-size: 1vw;
    line-height: 1.5em;
    margin-top: 10px;
  }
  
  .dli-chevron-round-right {
    width: 13px;
    height: 13px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 769px) and (min-width: 481px) {
  .notifications-container {
    margin: 60px 10%;
  }
  
  .notifications-container h2 {
      font-size: 3vw;
      margin-bottom: 30px;
  }
  
  .notifications-container .notifications .notification {
    padding: 12px 0;
  }

  .notifications-container .notifications .notification #new-sign {
    width: 10px;
    height: 10px;
    top: 10px;
    left: -5px;
    }
  
  .notifications-container .notifications .notification a .notification-text h3 {
    font-size: 2vw;
    line-height: 1.5em;
    margin-left: 8px;
  }
  
  .notifications-container .notifications .notification a .notification-text {
    width: 90%;
  }
  
  .notifications-container .notifications .notification a .notification-text .message {
    font-size: 1.5vw;
    line-height: 1.5em;
    margin-left: 8px;
  }
  
  .notifications-container .notifications .notification a .notification-text .created {
    font-size: 1.3vw;
    line-height: 1.5em;
    margin-top: 8px;
  }
  
  .dli-chevron-round-right {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 480px) {
  .notifications-container {
    margin: 40px 3%;
  }
  
  .notifications-container h2 {
      font-size: 4vw;
      margin-bottom: 25px;
  }
  
  .notifications-container .notifications .notification {
    padding: 10px 0;
  }

  .notifications-container .notifications .notification #new-sign {
    width: 10px;
    height: 10px;
    top: 5px;
    left: -5px;
    }
  
  .notifications-container .notifications .notification a .notification-text h3 {
    font-size: 3vw;
    line-height: 1.5em;
    margin-left: 5px;
  }
  
  .notifications-container .notifications .notification a .notification-text {
    width: 90%;
  }
  
  .notifications-container .notifications .notification a .notification-text .message {
    font-size: 2vw;
    line-height: 1.5em;
    margin-left: 5px;
  }
  
  .notifications-container .notifications .notification a .notification-text .created {
    font-size: 1.8vw;
    line-height: 1.5em;
    margin-top: 5px;
  }
  
  .dli-chevron-round-right {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
}