/* Body */
#cover-body-modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(245, 245, 245);
    z-index: 9;

    display: none;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle::after{
    display: none;
}

/* date and user filter */
#filtersContainer{
    position:absolute;
    z-index:9;
    top:1%;
    width: 100%
}

.page-content.container.pt-0{
    position:relative;
}

#researchResult{
    position:absolute;
    z-index:9;
    top:0.01rem;
    width: 100%;
    display:none;
}

/* FOR ALL ICON POINTER */
i { cursor: pointer; }