/* Notification style */
.dropdown ul.notificationMenu {
    width: 250px;
}
.notificationMenu>li>a {
    white-space: normal;
    cursor: pointer;
}
.notificationMenu>li:last-child {
    background-color: #fafafc;
}
@media only screen and (max-width: 991px) {
    .dropdown ul.notificationMenu {
        position: absolute;
        left: -100px;
        max-height: none;
    }
}
#h_notifications div {
    display: inline-block;
    position: relative;
}
#h_notifications div:before {
    position: absolute;
    left: 12px;
    content: '';
    background-color:transparent;
    border-radius:50%;
    width: 10px;
    height: 10px;
    pointer-events: none;
}
#h_notifications div.showBadge:before {
    background-color: #ff0035;
}
.notificationBadge {
    height: 16px;
    margin: 8px 10px 8px 0;
    padding: 0 8px;
    border-radius: 8px;
    background-color: #ff3b3b;
}
.notificationContent {
    display: table-cell;
    padding: 5px 0;
}
.notificationDate {
    color: #8f90a6;
    font-size: 12px;
    line-height: 1.33;
}
.notificationPanelItem .notificationDate:hover {
    color: #8f90a6;
}
.notificationDate:hover, li:hover .notificationDate {
    color: #ffffff;
}
.notificationAll {
    padding: 5px;
    text-decoration: underline;
}
li:hover .notificationAll {
    color: #ffffff;
}
.notificationPanelSection{
    line-height: 1.71;
    font-size: 14px;
    height: 55vh;
    overflow-y: scroll;
    padding-right: 20px;
}
.notificationPanelItem {
    margin: 20px 0;
    padding: 16px 10px 6px 15px;
    border-radius: 11px;
    box-shadow: 0 8px 16px 0 rgba(96, 97, 112, 0.16), 0 2px 4px 0 rgba(40, 41, 61, 0.04);
    background-color: #ffffff;
    color: #555770;
    cursor: pointer;
}
.notificationPanelItem:focus-visible, .notificationPanelItem:hover {
    background-color: #555770;
    color: #ffffff;
}
.notificationTitle {
    margin-bottom: 10px;
}
.notificationPanelTitle {
    font-family: 'Roboto-Medium';
    color: #28293d;
    margin-bottom: 10px;
    margin-left: 15px;
    line-height: 1.71;
    font-size: 14px;
}
.notificationItemTitle {
    margin: 0 28px 12px 0;
    font-family: 'Roboto-Medium';
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: -0.02px;
    color: #1c1c28;
}
.notificationItemContent {
    margin: 12px 0 32px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.01px;
    color: #555770;
}

@media only screen and (max-width: 767px) {
    .notificationPanelSection{
        line-height: 1.71;
        font-size: 14px;
        padding-right: 0;
        height: auto;
        overflow: auto;
    }
    .notificationPanelItem {
        margin: 0;
        padding: 16px 10px 12px 15px;
        background-color: #ffffff;
        cursor: pointer;
        border-bottom: 1px solid #dddddd;
        border-radius: unset;
        box-shadow: none;
    }
    .notificationPanelItem.active {
        background-color: inherit;
        color: inherit;
    }
    .notificationPanelItem:hover {
        background-color: #555770;
        color: #ffffff;
    }
    .notificationPanelTitle {
        height: 50px;
        margin: -38px -15px 15px;
        padding: 15px;
        text-align: center;
        background-color: #555770;
        color: #ffffff;
    }
}
/* Notification style :: END */

