.scrAll {
    width: 100%;
    height: 100%;
    background: linear-gradient(#0ff7, #fff5, #fff7, #fffa, #fff),
        url(../assets/backGround/backGround.jpg);
    background-repeat: no-repeat;
    background-size: 100% 85vh;
}

.bodyClass {
    height: 100vh;
    overflow-y: scroll;
}

.bgNav {
    border: 2px solid #ff5c5c;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.689);
}

.navbar_nav {
    display: flex;
    justify-content: center !important;
}
.navbar_nav > button,
a {
    margin-left: 5px;
    border: 0px !important;
}

.sideHeading {
    color: #000000;
    text-shadow: 3px 3px 3px rgb(255, 0, 0);
    /* background-color: #fff;
    border: 5px solid #0f0;
    border-radius: 10px;
    padding: 10px; */
}

.leftBgOutline,
/* .mainBgOutline, */
.rightBgOutline {
    border: 1px solid #ff5c5c;
    border-radius: 15px;
}

.leftBgOutline > div > button {
    border: 1px solid #000;
    /* padding: 4px; */
}

.leftBgOutline > div > button:hover {
    background-color: #ff5c5c;
    color: #111;
}

.rightBgOutline > div > button,
.rightBgOutline > div > div > button {
    border: 1px solid #000;
    /* padding: 4px; */
}

.homeButton > button {
    border: 1px solid #000 !important;
}
.rightBgOutline > div > div > ul > * > *,
.rightBgOutline > div > div > ul > * > * > * {
    margin: 0%;
}
.rightBgOutline > div > div > ul > * > * > *:hover,
.rightBgOutline > div > div > ul > * > *:hover {
    background-color: #50f6ff !important;
}

.rightBgOutline > div > button:hover,
.rightBgOutline > div > div > button:hover {
    background-color: #50f6ff;
    color: #111;
}

.scrollDiv,
.test {
    height: 85vh;
    overflow-y: scroll;
    background: linear-gradient(#fff7, #fff7);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollDiv::-webkit-scrollbar {
    display: none;
}
.test::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollDiv,
.test {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.tableStyle > * > * > * {
    border: 1px solid #000;
    padding: 10px;
}

.tableStyle > * > * > * > * {
    margin: 0px;
}

.prevLake > li > a:hover {
    background-color: #aaa;
    margin: 0px;
}

.disabled-link {
    pointer-events: none;
    color: gray;
}
