.UINotification_default{
        position:absolute;
        top:6px;
        right:10px;
}
div#bell-icon .fa-bell {
        color: #aa0008 !important;
}
@media only screen and (max-width: 768px){
        .UINotification_default{
                position:absolute;
                top: 55px;
                right:0;
                z-index: 9999;
                background:white;
                width:30px;
                display:grid;
        }
        #bell-icon{
                text-align:center;
                position: fixed !important;
                top: 5px;
                right: 5px;
                background: #ffffffc2;
                padding: 5px;
                border-radius: 5px;
                display: inline-flex !important;
                align-items: center;
                min-width: 32px;
                justify-content: center;
        }
        div.notifications-dropdown {
                width:100vw!important;
                top: 20px;
                position: fixed;
                top: 45px;
        }
}
