/**Dropdown**/
#dropdown-activity-feed {
    max-width: 440px;
    width: 440px;
    padding: 10px;
    top: calc(47px + 15px);
    left: -370px;
    border-radius: 5px;
}

#caret-up-activity-dropdown {
    right: 16px;
    top: -36px;
    width: 40.2px!important;
    height: 40.2px!important;
    background: #FFFFFF;
    transform: matrix(0.71, 0.71,-0.60, 0.71, 373, 11);

}

/**Notification item**/
.notification-content p {
    line-height: 1.5em;
}

.underline-none:hover {
    text-decoration: none !important;
}

.notification-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.all-pages-notification-container a:hover {
    color: var(--primary-color);
}

.all-pages-notification-container li {
    line-height: 1.1em;
}

.dot-orange-container {
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    top: -5px;
    right: -5px;
}

.dot-orange-container p {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--yva-orange);
}


/**All notifications page*/
.all-pages-notification-container li > div {
    width: revert !important;
    color: black;
}

.all-pages-notification-container .notification-link {
    max-width: 720px;
}

.all-pages-notification-container li {
    display: flex;
    justify-content: start;
}

.all-pages-notification-container .author {
    position: relative !important;
    line-height: 1.6em !important;
}

.all-pages-notification-container .notification-content p {
    margin: 0;
    padding: 0 10px 0 20px;
}

.all-pages-notification-container .notification-content {
    width: 100%;
}

.all-pages-notification-container .new-notification i {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
