::-webkit-scrollbar {
    width: 5px;
    height: 2px;
    margin-right: 200px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(192, 192, 192);
    border-radius: 20px;
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #b3ff48;
}

.sideBar {
    overflow-y: scroll;
    background-color: red;
}

#header, #header_g {
    z-index: 100;
}
#header_g {
    background-color: white;
}

#header .nav-link {
    color: #6CAC14;
}
#header .nav-link.active {
    font-weight: 700;
}
#header .nav-link:hover {
    color: hsl(85, 94%, 55%);
}

.sehas-btn {
    background-color: #6CAC14;
    color: white;
}
.sehas-btn:hover {
    background-color: hsl(85, 94%, 55%);
}
.document-width {
    max-width: 750px;
}
.sehas-text-justify {
    text-align: justify;
}
@media (max-width: 991px) {
    #header .navbar-toggler {
        background-color: #6CAC14;
    }
}
@font-face {
    font-family: social-icon;
    src: url('fonts/social_icons.ttf');
}
.google-icon {
    vertical-align: middle;
    width: 24px;
}
.social_icon {
    font-family: social-icon;
    color: black;
    font-size: 24px;
    vertical-align: middle;
}

.sehas-dark-bkg {
    background-color: rgb(214, 214, 214)
}

@keyframes announcement {
    from {
        left: -150%;
    }
    to {
        left: 0%;
    }
}

#announcement {
    position: fixed;
    bottom: 0px;
    width: 90%;
    max-width: 500px;
    padding-bottom: 10px;
}

#announcement .anounceCont {
    position: relative;
    box-shadow: 1px 2px 10px 5px rgba(128, 128, 128, 0.445);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 20px;
    animation: announcement 0.5s ease-out;
}

@media (min-width: 992px) {
    
}
@media (max-width: 992px) {
    .graph_2 {
        padding-top: 16px;
    }
}

button#menu-Btn-open, button#menu-Btn-close {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    color: #6CAC14;
}


#staffCourseSearch button, #staffCourseSearch input, #staffCourseSearch button img {
    background-color: rgb(255, 255, 255);
    width: 28px;
    border: none;
}
#staffCourseSearch input {
    width: 95%;
}

#updatingData_ind {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #6dac1417;
}
#updatingData_ind #textCont{
    background-color: rgb(255, 136, 0);
    width: fit-content;
    margin: auto;
    margin-top: 45vh;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.432);
}

.customeGroup {
    border-width: 1px;
    border-color: rgb(222, 226, 230);
    border-style: solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
}

.examResultStatusbtn_holder {
    margin-top: 10px;
}
.examResultStatusbtn_holder {
    cursor: pointer;
}
.examResultStatusbtn_holder .btn_cover {
    border-radius: 85px;
    padding: 6px;
    width: 100px;
    transform: translateY(3px);
    height: 50px;
    margin: auto;
    box-shadow: inset 2px 2px 7px rgba( 0, 0, 0, 0.5);
}
.examResultStatusbtn_holder .btn_cover .theBtn {
    background-color: #FFFFFF;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 85px;
    font-size: 12px;
    padding: 7px;
    box-shadow: inset -2px -2px 5px rgba( 0, 0, 0, 0.5), 2px 2px 5px rgba( 0, 0, 0, 0.5);
}
.examResultStatusbtn_holder .btn_cover .text {
    display: inline-block;
    color: white;
    font-weight: 700;
}
.examResultStatusbtn_holder .btn_cover.status-off {
    background-color: #f1f1f1;
}
.examResultStatusbtn_holder .btn_cover.status-on {
    background-color: #60F993;
}
.examResultStatusbtn_holder_cover {
    border-radius: 90px;
    margin: auto;
    width: 106px;
    height: 56px;
}
@keyframes examLoading {
    0% {
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.Statusbtn_loading {
    transform: translate( 80px, -45px);
}
.Statusbtn_loading img {
    animation: examLoading 2s linear infinite;
    transform-origin: 12px 20px;
}

/* footer css */

#footer {
    background-color: hsl(120, 13%, 18%);
    /* display: none; */
}

#footer .inner {
    background: url("https://sehasinstitute.org/storage/images/world-map-svg.svg");
    background-repeat: no-repeat;
    background-size: 50vw;
    background-position: center bottom;
    padding: 3rem 1rem 2rem 1rem;
}

#footer .inner a,
#footer .inner span,
#footer .footerText {
    color: rgb(142, 255, 142);
    text-decoration: none
}

#footer .inner a {
    cursor: pointer;
    border-radius: 5rem;
    padding: 0.3rem 1.5rem;
}

.innerHolder .section {
    padding-top: 1rem;
}
/* .innerHolder {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
} */


@media (min-width: 992px) {
    #footer .inner {
    background-repeat: no-repeat;
    background-size: 50vw;
    background-position: center bottom;
    padding: 10rem 1rem;
}
    .innerHolder .section {
        padding-top: 0rem;
    }
    .innerHolder {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
}