/*Notification*/

/*Notification Date Divider*/
.notification-container .timeline-date-divider {
    border-bottom: 1px solid #eaf0f6;
    border-top: 1px solid #eaf0f6;
    color: #516f90;
    font-size: 12px;
    padding: 8px 20px !important;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    row-gap: 0px;
    column-gap: 0px;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.notification-container .timeline-date-divider .timeline-date-divider-read-all-button {

}
.notification-container .timeline-date-divider .timeline-date-divider-read-all-button:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #33475b;
}

/*Notification Item*/
.notification-container .notification-item {
    display: block;
    width: 100%;
    word-break: break-word;
    position: relative;
}
.notification-container .notification-item:hover {
    background-color: #f5f8fa;
}
.notification-container .notification-item .notification-item-container {
    padding: 22px 20px 16px;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    row-gap: 0px;
    column-gap: 0px;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

/*Notification Header*/
.notification-container .notification-item .notification-item-container .notification-header {
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    order: 1;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container {
    box-sizing: border-box;
    width: 60px;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    row-gap: 0px;
    column-gap: 0px;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    /*width: 100%;*/
}
/*Notification Header \Timeline - Checkbox*/
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 5px;
    line-height: 1;
    position: relative;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon {

}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox:hover .check {
    stroke-dashoffset: 0;
}

.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox input[type=checkbox]:hover {
    cursor: pointer;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .read-icon-outer .read-icon .read-icon-checkbox input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
}

/*Notification Header \Timeline - Avatar*/
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .private-icon-outer {
    background-color: rgb(66, 91, 118);
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 15px;
    line-height: 1;
    position: relative;
}
.notification-container .notification-item .notification-item-container .notification-header .timeline-avatar .avatar-container .private-icon-outer .private-icon {
    color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    display: inline-block;
    user-select: none;
    white-space: nowrap!important;
    word-break: normal!important;
}
/*Notification Body*/
.notification-container .notification-item .notification-item-container .notification-body {
    flex-basis: auto;
    -webkit-box-flex: 100;
    flex-grow: 100;
    flex-shrink: 1;
    order: 2;
}
.notification-container .notification-item .notification-item-container .notification-body .body-container {
    align-items: flex-start;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    row-gap: 0px;
    column-gap: 0px;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}
/*Notification \Body - Silter Tag Span*/
.notification-container .notification-item .notification-item-container .notification-body .body-container .filter-tag-span {
    color: rgb(153, 172, 194);
    display: table;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    margin: 0px 0px 4px;
    text-transform: uppercase;
}
.notification-container .notification-item .notification-item-container .notification-body .body-container .filter-tag-span .private-truncated-string {
    max-width: 250px;
    width: unset;
    display: table;
    min-width: 0;
    table-layout: fixed;
    /*width: 100%;*/
}
.notification-container .notification-item .notification-item-container .notification-body .body-container .filter-tag-span .private-truncated-string .private-truncated-string-inner {
    max-width: 250px;
    width: unset;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 100%;*/
    display: table-cell;
    vertical-align: middle;
}
/*Notification \Body - Title Container*/
.notification-container .notification-item .notification-item-container .notification-body .body-container .title-container {
    font-weight: 600;
    line-height: 22px;
    padding-right: 5px;
}
.notification-container .notification-item .notification-item-container .notification-body .body-container .title-container .timeline-item-link {
    display: inline-block;
    width: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-decoration: inherit;
    transition: all .15s ease-out;
    cursor: pointer;
}
.notification-container .notification-item .notification-item-container .notification-body .body-container .title-container .timeline-item-link:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 76px;
}

/*Notification Footer*/
.notification-container .notification-item .notification-item-container .notification-footer {
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    order: 3;
}
.notification-container .notification-item .notification-item-container .notification-footer .notification-time {
    align-items: flex-end;
    align-self: stretch;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    row-gap: 0px;
    column-gap: 0px;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}
.notification-container .notification-item .notification-item-container .notification-footer .notification-time > small {
    color: #33475b;
    white-space: nowrap;
    line-height: 18px;
}
.notification-container .notification-item .notification-item-container .notification-footer .notification-time > small.unread {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 600;
}
.notification-container .notification-item .notification-item-container .notification-footer .notification-time > small.unread:before {
    content: " ";
    background: #f2547d;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    margin-right: 6px;
}
.notification-container .notification-item .notification-item-container .notification-footer .notification-time > small > span {

}
