﻿#bell_icon_box
{
    box-sizing: border-box;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: relative
}

#bell_icon{
    height: 100%;
    width: 100%;
    font-size: 1.3rem;
    color: #ff9933;
}

#notification_container {
    height: 0px;
    width: 24rem;
    position: absolute;
    right: 41px;
    background: white;
    border-radius: 10px 0 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s;
    overflow: hidden;
}

.showPannel {
    height: 31rem !important;
}

#notification_heading {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
}

#notifications {
    border-top: 1px solid #d1d1d1;
    overflow: auto;
    height: 28rem;
}

.notification_box {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 15px;
    height: 85px;
    display: flex;
    cursor: pointer;
    background: #e2f0fe
}


    .notification_box:hover {
        box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15)
    }

.noti_contatiner_1, .noti_contatiner_2 {
    height: 100%;
}
.noti_contatiner_1 {
    /* border: 1px solid red;*/
    width: 83%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
 .noti_contatiner_2 {
/*    border: 1px solid green;*/
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag_div {
    font-size: 0.7rem;
    font-weight: 700;
    font-family: system-ui;
}
.noti_box_heading {
    margin: 0;
    font-size: 0.90rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: system-ui;
    letter-spacing: 1px;
}

.noti_box_para {
    margin: 0;
    font-size: 0.8rem;
}

.green_dot {
    border: 1px solid #0a5bd9;
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #0a5bd9;
    margin-right: 3px;
}

#notification_count {
    position: absolute;
    height: 18px;
    width: 18px;
    border: 1px solid red;
    top: -12px;
    right: -2px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: white;
    font-weight: 700
}

#empty_notification_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

    #empty_notification_container > img {
        height: 178px;
        width: 295px;
    }


.readed {
/*    color: #8f8f8f;
    font-weight: 100*/
}

.hollow_Green_dot {
    background: transparent
}

.readed_notificaton_box {
    background: white;
}

#markAsReadButton {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 6px;
    font-size: 0.85rem;
    color: #0a5bd9;
    height: 30px;
    margin: auto 6px;
    border-radius: 7px;
}
    #markAsReadButton:hover {
        background: #e9e9e9
    }










    /*Tasks Slider*/

#imageIconContainer > img {
    height: 20px;
    width: 20px;
    margin-bottom: 8px;
    cursor: pointer;
}
