
section.portalstudent-all {
    padding: 60px 0;
    background: url(https://staging.dzinepixel.com/iopb_wp/wp-content/themes/iopb-child/images/datablebg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

ul#mega-menu-student_portal,
ul#mega-menu-computer_center {
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    background: #dddcdc !important;
    height: 100% !important;
    /* color: #fff !important; */
}

.left-sidebar {
    height: 100%;
    background: #e9e9e9;
}

/* .left-sidebar #mega-menu-wrap-research_left_siderbar #mega-menu-research_left_siderbar>li.mega-menu-item {
    display: inline-block;
    width: 100%;
}

.left-sidebar #mega-menu-wrap-research_left_siderbar #mega-menu-research_left_siderbar>li.mega-menu-flyout ul.mega-sub-menu {
    width: 100%;
    position: relative;
    display: none;
}

.left-sidebar #mega-menu-wrap-research_left_siderbar #mega-menu-research_left_siderbar>li.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-menu-item-has-children.mega-align-bottom-left.mega-menu-flyout.mega-toggle-on ul.mega-sub-menu {
    display: block;
} */



#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item,
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item {
    margin: 0 0px 0 0;
    display: block !important;
    height: auto;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px dotted #ffffff;
    padding: 5px 0;
    position: relative;
}


#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current_page_item a, 
#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item a,
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item.mega-current_page_item a, 
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item a  {
    position: relative;
    height: 40px!important;
    font-size: 14px!important;
    line-height: 20px!important;
    /* text-align: center!important; */
    display: flex!important;
    align-items: center!important;
}


#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current_page_item a:before,
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item.mega-current_page_item a:before {
    content: "" !important;
    position: absolute;
    clip-path: polygon(0 100%, 0 0, 100% 50%);
    width: 11px;
    height: 20px;
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2b5ba6;
}


#mega-menu-wrap-student_portal #mega-student_portal>li.mega-menu-item:last-child,
#mega-menu-wrap-computer_center #mega-computer_center>li.mega-menu-item:last-child {
    border-bottom: unset;
}


#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item a,
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item a {
    color: #000000 !important;
}

#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current_page_item a,
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item.mega-current_page_item a  {
    color: #fff !important;
}


#mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current_page_item,
#mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item.mega-current_page_item {
    background: #2b5ba6 !important;
}



.student-page-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.sidebar-right-content {
    text-align: justify;
    padding: 15px 25px 15px 5px;
}

h3.active-menu-title {
    color: #062b7d;
}

@media (min-width: 768px) {
    ol.feedback-innerpage li {
        width: 48%;
        margin: 0 1% 0;
        float: left;
    }
}

@media (max-width: 992px) {

    #mega-menu-wrap-student_portal .mega-menu-toggle,
    #mega-menu-wrap-computer_center .mega-menu-toggle  {
        background: #1744a9 !important;
    }

    #mega-menu-wrap-student_portal div#mega-toggle-block-0,
    #mega-menu-wrap-computer_center div#mega-toggle-block-0{
        margin-top: 0 !important;
        background: #8d808000 !important;
        text-align: center;
    }

    #mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    #mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-computer_center #mega-menu-computer_center>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #ffffff;
        background: #33333300;
    }

    #mega-menu-wrap-student_portal #mega-menu-student_portal>li.mega-menu-item.mega-current_page_item{
        background: #193c7a !important;
    }

    .sidebar-right-content {
        margin-top: 20px;
        padding: 0 30px;
    }


}