*{
    -webkit-user-select: none; /* Safari, Chrome */
    -webkit-user-drag: none;
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE */
    user-select: none; /* CSS3 */
}

.bg-top {
    background-color: #ffcccc;
}

.dataTextBox {
    height: 50vh;
    width: 80vw;
    overflow-y: scroll;
    text-align: justify;
    padding: 15px;
    border: 2px solid #000;
    background-color: #fff;
}

.rP-limit {
    /* right: 20px; */
    /* display: flex; */
    width: 100%;
}

.head-link {
    color: #222;
    text-decoration: none;
}

.ResearchPaper {
    display: block;
    color: #097000;
    font-size: 18px;
}
.TechReport {
    display: block;
    color: #0400ff;
    font-size: 18px;
}
.PostersDiv {
    display: block;
    color: #ff0000;
    font-size: 18px;
}

.linkFooter {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #f5f5f5;
    border-top: 1px solid #000;
}

.footer-band > a {
    color: #ff6600;
    font-size: 18px;
}

.row {
    --bs-gutter-x: 0rem !important;
    margin-left: 0%;
    margin-right: 0%;
}

.bg-sidepane1 {
    background-color: #d0e6ff;
}

.bg-sidepane2 {
    background-color: #ffe1c8;
}

ol > li > a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.filterLine {
    display: flex !important;
    justify-content: center;
    padding-top: 20px;
}

.paper {
    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        max-height: 80%;
    }
}
