.sidebar-heading {box-sizing:border-box}
.logo-olive{max-width:100%;width:235px}
#sidebar-wrapper .sidebar-heading{padding:5px}
.skin-theme {display:none}


.masthead .masthead-bg{background:#ccc;}

.hideforce{display:none;}

body.studentportal { background: #eaeaea !important;}

body.studentportal div.student-login-body {
    float: unset !important;
    width: unset !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    min-height: unset !important;
    max-width: unset !important;
    background: #eaeaea !important;
}

body.studentportal div#login {
    
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
}

body.studentportal div#master-container-inner { background: #eaeaea !important;}



/* Smooth transition for hidden navigation items */
.nav-item {
    transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
}

/* Visual indicator for restricted content (optional) */
.payment-required-overlay {
    position: relative;
}

.payment-required-overlay::after {
    content: '🔒 Payment Required';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 20px;
    border-radius: 8px;
    font-weight: bold;
    z-index: 1000;
}