.noti-div {
    margin-top: 9px;
    position: relative;
    display: inline-block;
}
.new-noti-dot {
    height: 12px;
    width: 12px;
    background-color: #d63031;
    border-radius: 20px;
    color: #343a40;
    text-align: center;
    position: absolute;
    /* top: 0px; */
    left: 31px;
}

.close-notification{
    margin-right: 14px;
    font-weight: 500;
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.notBtn {
    transition: 0.5s;
    cursor: pointer
}

.fas-icon {
    font-size: 18pt;
    color: white;
    margin-right: 20px;
    margin-left: 20px;
}

.fas-icon:hover {
    color: #d63031;
}

.notBtn:hover>.box {
    height: 60vh
}

.noti-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px
}

.noti-box::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 5px
}

.noti-box::-webkit-scrollbar-thumb {
    background-color: black;
    border: 2px solid black;
    border-radius: 5px
}
.noti-box {
    width: 360px;
    height: 180px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    left: -300px;
    margin-top: 5px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    cursor: context-menu;
    z-index: 100;
}

.noti-cont:empty {
    display: none;
}

.noti-sec {
    padding: 8px 14px;
    background-color: #F4F4F4;
    transition: 0.5s;
}

.noti-txt {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none !important;
    color: black;
}

/* .noti-new {
    border-style: none none solid none;
    border-color: red;
} */

.noti-sec:hover {
    background-color: lightgrey;
}
