#navbar-notif-center {
    border-radius: 5px;
    box-shadow: 2px 4px 8px #aaa;
    margin-top: 7px;
    max-height: 500px;
    overflow-y: scroll;
    padding-top: 30px;
    position: absolute;
    right: 0px;
    width: 440px;
    z-index: 2000;
    background-color: #fff;
    border: 1px solid #c2e2e4;
    color: #000;
}

div.notif-body {
    min-height: 30px;
}

#notif-center-toggler::after {
    content: none;
}

#notif-center-header {
    background: white;
    border-bottom: 1px solid #dadada;
    height: 34px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 1px;
    top: 46px;
    width: 438px;
    z-index: 2001;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#notif-center-header:before {
    border-color: transparent;
    border-bottom: 10px solid #c3e2e4;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    position: absolute;
    right: 3px;
    top: -11px;
}

#notif-count {
    height: 18px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    right: 5px;
    bottom: -2px;
    color: white;
    background: #d03f47;
    border-radius: 5px;
    font-family: Tahoma, Geneva, sans-sarif;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
}

#navbar-notif-center .notif-wrapper.notif-bound .remove-notif {
    display: none;
    margin-top: 17px;
    text-decoration: none;
    position: absolute;
    right: 20px;
}
#navbar-notif-center .notif-wrapper.notif-bound .remove-notif i.light-gray:hover {
    color: gray;
}
#navbar-notif-center .notif-wrapper.notif-bound:hover .remove-notif {
    display: inline-block;
}

.notif-wrapper .row {
    padding-bottom: 5px;
    padding-top: 5px;
}

.notifiction-block .icon {
    margin-top: 14px;
}
.notif-block .icon {
    margin-top: 14px;
}

.notif-block p {
    font-size: 13px;
    margin-bottom: 0px;
}
.notif-block p.subtext {
    color: #b5b5b5;
    font-size: 12px;
}
.notif-block {
    min-height: 40px;
    padding-right: 0px;
    --bs-gutter-x: 0;
}

.notif-wrapper:last-child {
    border-bottom: 0px;
}

.notif-content {
    min-height: 35px;
}

#no-notifications {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#no-notifications .icon {
    margin-top: 4px;
}

.dropdown-menu > .notif-wrapper > a {
    font-weight: lighter;
    padding-left: 10px;
    text-align: center;
}
.dropdown-menu .notif-wrapper {
    border-bottom: 1px solid gainsboro;
    font-size: 14px;
    font-weight: 100 !important;
    min-height: 30px;
    padding: 5px;
    padding-left: 0;
}

/* TABLET VIEW */
@media only screen and (min-width: 768px) and (max-width: 1240px) {
}

/* MOBILE VIEWS */
@media only screen and (max-width: 767px) {
    #notif-center-header {
        right: -55px;
        width: 365px;
    }

    #navbar-notif-center {
        right: -56px;
        width: 367px;
    }

    #navbar-notif-center .notif-wrapper.notif-bound .remove-notif {
        margin-top: 0;
        display: inline-block;
    }

    #navbar-notif-center .notif-wrapper.notif-bound .remove-notif i.light-gray {
        color: gray;
    }
}
