#back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
}
#main-alert {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */         
    top: 80px;
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
}

#loading {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */    
    top: 80px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
}
.nav-item.notification {
    position: relative;
}
.notify-bubble {
    position: absolute;
    top: 0;
    right: 0;
}
.notification-menu {
    width: 500px;
    overflow: hidden;
}