﻿:root {
  --primary: #D8225D;
}

a {
  text-decoration: none;
}

/*.course-card .course-details .course-img img {
    object-fit: contain;
}*/
.fls-templates {
  display: none;
  visibility: hidden;
}

.fls-templates .template {
  display: none;
  visibility: hidden;
}

.notification-container .notification-dropdown {
  min-width: 160px;
  display: none;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 15px 0px 0px 0px;
}

.notification-container .notification-dropdown .ul {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 0px 0px 12px 0px;
}

.notification-container .notification-dropdown .arrow-up {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary);
  z-index: 15;
}

.notification-container .notification-dropdown .notification-list {
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.notification-container .notification-dropdown li {
  padding: 0 20px 0 15px;
  margin-top: 5px;
  cursor: pointer;
  list-style: none;
  color: var(--gray);
  display: flex;
}

.notification-container .notification-dropdown li a {
  color: var(--gray);
  text-decoration: none;
}

.notification-container .notification-dropdown li .notification-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 12px;
  width: 100%;
}

.notification-container .notification-dropdown li .notification-item .notification-body {
  padding: 5px 10px;
  flex: 1;
  min-width: 160px;
}

.notification-container .notification-dropdown li .notification-item .notification-body .notification-title {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 0px;
  color: var(--charcoal-blue);
}

.notification-container .notification-dropdown li .notification-item .notification-body .notification-description {
  max-width: 320px;
  width: 100%;
}

.notification-container .notification-dropdown li .notification-item .notification-icon {
  width: 20px;
  height: 20px;
}

.notification-container .notification-dropdown li .notification-item .notification-action {
  border-left: 0.5px solid var(--light-gray);
  padding: 5px 10px;
  background-color: var(--primary);
  border-radius: 15px;
  color: var(--white);
}

.notification-container .notification-dropdown li.unread {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05) inset;
}

.notification-container .notification-dropdown li.unread a {
  color: var(--dark-gray);
}

.notification-container .notification-dropdown .ul .notification-view-all {
  display: block;
  box-shadow: 0px -16px 16px -16px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px -16px 16px -16px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px -16px 16px -16px rgba(0, 0, 0, 0.33);
  text-align: center;
  padding-top: 16px;
}

.notification-action, .notification-container .notification-dropdown .ul .notification-view-all .view-all {
  border-left: 0.5px solid var(--light-gray);
  padding: 5px 10px;
  background-color: var(--primary);
  border-radius: 15px;
  color: var(--white);
}

.notification-container .notification-dropdown li.notification-view-all .view-all {
  margin: 0 auto;
  padding: 10px 15px 5px 15px;
}

img.profile-img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}

.profile-pic {
  width: auto;
  height: auto;
  max-width: 32px;
  max-height: 32px;
}

.notification-dropdown .notification-heading {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  background-color: var(--primary);
}

.notification-dropdown h5.notification-heading span {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.notification-dropdown h5.notification-heading img {
  width: 18px;
  filter: invert(0) brightness(0) invert(1);
}

.header-icons .notification-container {
  position: relative;
}

@media (max-width: 768px) {
  .notification-container .notification-dropdown {
    right: -30px;
    width: 80vw;
  }
  .notification-container .notification-dropdown .arrow-up {
    right: 35px;
  }
}
