/*Events*/

.notific-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.notific-wrapper::-webkit-scrollbar {
    display: none; 
}

/*
.notific-wrapper::before {
    content: '';
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #7186ff, transparent);
    height: 20px;
    width: 100%;
    z-index: 1000;
}*/

.notific-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: fit-content;
    margin-bottom: 310px;
    display: flex;
    flex-direction: column;
}

.notific-zero {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 90%;
    top: 0;
    padding: 16px 0 16px 0;
}

.notific-one {
    position: relative;
    padding: 10px;
    left: -10px;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateX(0);
}

.nav-bar-notific {
    position: fixed;
    height: 70px;
    width: 40%;
}