﻿/*---notifications---*/
.text-muted-notify {
    padding: 4rem 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #666666;
}
.notify {
    top: 0 !important;
    left: -10px !important;
    width: 100%;
    height: 30px;
    color: red !important;
    font-weight: bold;
}

.evt-notify-continer {
    position:relative;
    min-height: 200px;
}

.notify-panel {
    display: inline-block;
    padding: .25rem .75rem;
    color: white;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}

.notify-send {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF7000;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.notify-main {
    font-family: Arial;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #E5E5E5;
    margin-top: .25rem;
    margin-bottom: .25rem;
    max-width: 400px;
    position: absolute;
    top: 38px;
    width: 350px;
    max-height: calc(100vh - 60px);
    overflow: hidden auto;
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
    padding: 15px 0 0;
   right:0;
}

.notify-bell {
    width:20px;
    cursor:pointer;
    height:auto;
    transition: all .5s;
}
.animated-bell {
    transform: rotate(15deg);
}
@media only screen and (max-width: 992px) {
    .notify-main {
        top: 39px;
        right: 0;
        left:auto;
    }
}
@media only screen and (max-width: 438px) {
    .notify-main {
        width: 310px;
    }
    .text-muted-notify{
        font-size:14px;
    }
}
.evt-notify-group {
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
}

.notify-main::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}

/* Track */
.notify-main::-webkit-scrollbar-track {
    background-color: #E1E2E3;
}
/* Handle */
.notify-main::-webkit-scrollbar-thumb {
    border-radius: 8px;
}

.notify-main:hover::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 8px;
}

.notification-title-panel {
    padding: 0 12px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.notification-title {
    font-weight: 700;
    font-size: 16px;
}

.text-notify-day {
    font-size: 12px;
    line-height: 14px;
    color: #A6A6A6;
}

.text-notify-day.unReaded {
    color: #2A79D5;
}

.notify-item {
    padding: 14px 12px;
    background-color: white;
    border-top: 1px solid #E5E5E5;
    color: white;
    position: relative;
    color: #333333;
}

    .notify-item.unReaded {
        background-color: rgba(13, 102, 208, 0.05);
        cursor: pointer;
    }

    .notify-item.opened {
        opacity: 0.5;
    }

.notify-remove {
    width: auto;
    align-self: flex-start;
    font-size: 25px;
    font-weight: 700;
    line-height: .7;
    color: #689EDE;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0 0 0 5px;
    background-color: transparent;
    border: 0;
}

.notify-round {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #0D66D0;
    border-radius: 50%;
    visibility: hidden;
}

    .notify-round.unReaded {
        visibility: visible;
    }

.notify-panel-date {
    padding: 10px 20px;
    color: #7F7F7F;
    border-top: 1px solid #E5E5E5;
    font-weight: 700;
}

.notify-remove:active,
.notify-remove:focus {
    border: 0;
    outline: none;
}

.notify-remove:hover {
    opacity: .75;
}

.notify-undo-panel {
    position: fixed;
    left: 20px;
    bottom: 20px;
    min-width: 300px;
    max-width: 400px;
    padding: 16px 24.5px;
    border-radius: 3px;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.notify-undo-panel .undo-message {
    color: white;
    padding-right: 20px;
}

.notify-undo-panel .restore-message, .see-all {
    color: #0D66D0;
}

.btn-notify-panel {
    display:flex;
    flex-wrap:wrap;
    padding: 0 12px;
}

.btn-notify {
    color: #00000059;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
    padding-bottom: 8px;
    margin-right: 6px;
    display: inline-block;
}
.btn-notify:hover {
    color: #00000059;
}
.btn-notify:active,
.btn-notify:focus{
    box-shadow:none;
    outline:none;
}

.btn-notify.selected {
    font-weight: bold;
    border-bottom: 2px solid #0D66D0;
    color: #0D66D0;
}

.not-unread-notify {
    padding: 35px 0;
    font-size: 14px;
    text-align: center;
    /*color: #666666;*/
}
/*-----------------------*/
.notify-dropmenu {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 2px 6px 2px rgba(60, 64, 67, 0.15);
    border-radius: 8px;
    padding: 5.5px 0;
}
.notify-dropitem {
    padding: 8px 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.notify-see-all-panel {
    background-color: #FAF9F9;
}

.see-all-panel {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 2px 6px 2px rgba(60, 64, 67, 0.15);
    border-radius: 8px;
}
.seeAllBlock {
    text-align: center;
    box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
    border-top: 1px solid #E5E5E5;
}
.seeAllBlock a {
    color: #0D66D0;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}
