.nav-sidebar a {
    cursor:pointer;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: blue; */
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2000;
    display:none;
}
.blur {
    /* filter:blur(1px); */
    filter:blur(0.5px) grayscale(1);
    overflow:hidden !important;
}
.breadcrumb a {
    cursor:pointer;
    color: #007bff !important;
}

.cursor_pointer {
    cursor:pointer;
}
#cookies_approval {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    display:none;
    z-index:99999;
}