﻿ 
.error {
    color: #ed0606;
    font-weight: bold;
}

#tbcntrpressnotes_tbpnlnotifications {
    height: 35em;
    overflow: scroll;
    margin-top: 5px;
}

#tbcntrpressnotes_tbpnlReg {
    height: 35em;
    overflow: scroll;
}

#tbcntrpressnotes_tbpnlEAF {
    height: 35em;
    overflow: scroll;
}

#tbcntrpressnotes_tbpnlHTS {
    height: 35em;
    overflow: scroll;
}

#tbcntrpressnotes_tbpblInt {
    height: 35em;
    overflow: scroll;
}

#tbcntrpressnotes_tbpblPrac {
    height: 35em;
    overflow: scroll;
}

.input-group {
    width: 320px;
}

.input-group-text {
    font-size: 1rem;
    border-radius: 8px 1px 1px 8px;
    padding: 0.675rem .75rem;
}

body {
    font-family: 'Segoe UI', sans-serif;
    /*background: var(--bg-soft);*/
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg,#edf4ff,#dbeafe);
    overflow-x: hidden;
    position: relative;
}

:root {
    --primary: #0d47a1; /* Deep University Blue */
    --primary-light: #1976d2;
    --accent: #ffc107; /* Gold Accent */
    --bg-soft: #f4f7fb; /* Page Background */
    --card-bg: #ffffff;
    --text-dark: #1a237e;
    --text-muted: #6c757d;
}

/* Sidebar */
.sidebar {
    /*padding: 20px;*/
    border-right: 1px solid rgba(0,0,0,0.05);
    padding-right: 10px;
}

.contact-card {
    background: var(--card-bg);
    border-left: 4px solid var(--primary);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .contact-card h5 {
        color: var(--primary);
        font-weight: 600;
    }

    .contact-card p {
        color: var(--text-muted);
        margin: 0;
    }

.content-area {
    padding-left: 15px;
}

.contact-card,
.links-section,
.card {
    border-radius: 14px;
    transition: 0.3s;
}

    /* Hover lift effect */
    .contact-card:hover,
    .links-section:hover,
    .card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }
/* Glass effect */
.glass {
    background: rgb(244 247 251);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #c3d2e7;
    border-top: 1px solid #c3d2e7;
    border-bottom: 1px solid #c3d2e7;
}

/* Contact cards */
.contact-card h5 {
    font-size: 14px;
    color: #555;
}

.contact-card p {
    font-weight: bold;
    margin: 0;
}

/* Links */
.links-section a {
    display: block;
    padding: 8px;
    margin: 5px 0;
    border-radius: 8px;
    border-bottom: 1px solid #c1c1c1;
    text-decoration: none;
    font-weight: 600;
}

.link-item.green {
    color: green;
}

.link-item.red {
    color: red;
}

.link-item.blue {
    color: blue;
}

.link-item.dark {
    color: black;
}



.action-card span {
    background: rgba(255,255,255,0.5);
}

/* Light buttons */
.btn span {
    background: rgba(0,0,0,0.2);
}

.Tab .ajax__tab_body {
    border: none;
}
/* Action cards */
.action-card {
    background: linear-gradient(135deg, #0d77a1, #21caca);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s; 
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 6px 20px rgba(0,0,0,0.1);
    /* background: linear-gradient(135deg, var(--primary), var(--primary-light));
            color: white;
            border-radius: 14px;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;*/
}


    /* Gold accent line */
    .action-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%; 
        border-radius: 0 0 14px 14px;
    }

    .action-card h5 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
    }

.autonomous {
    background: linear-gradient(135deg, #d05907, #68653d);
}
.phd {
    background: linear-gradient(135deg, #0d77a1, #21caca);
}
.CDE {
    background: linear-gradient(135deg, #44586d, #685e8d); 
}
.Readm { 
    background: linear-gradient(135deg, #0da135, #225e968f);
}
.Pract {
    background: linear-gradient(135deg, #6a188d, #7511908f);
}
.action-card:hover {
    color: white;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(13, 71, 161, 0.3);
}

h6, h5 {
    position: relative;
}

/* Small gold underline */

.card-header {
    background: linear-gradient(90deg, var(--primary), var(--primary-light));
    color: white !important;
    font-weight: 600;
}

/* Notifications */
.notification-item {
    background: #f8fbff;
    border-left: 4px solid var(--primary);
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

    .notification-item:hover {
        background: #e3f2fd;
        transform: translateX(5px);
    }

.notification-link {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
}

    .notification-link:hover {
        color: var(--primary);
    }

.bell-icon {
    color: #0d6efd;
    transition: 0.3s;
}


/* Text hover */
.notification-item:hover .notification-link {
    color: #0d6efd;
}

/* Animated underline */
.notification-link::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #0d6efd;
    transition: 0.3s;
}

.notification-item:hover .notification-link::after {
    width: 100%;
}

.notification-item:hover .bell-icon {
    transform: rotate(-15deg) scale(1.2);
    color: #ff9800;
}

/* Tabs */
.custom-tabs .ajax__tab_header {
    background: #f1f1f1;
    border-radius: 10px;
}

.ripple {
    position: relative;
    overflow: hidden;
}

    /* Ripple Circle */
    .ripple span {
        position: absolute;
        border-radius: 50%;
        transform: scale(0);
        animation: ripple-animation 600ms linear;
        background: rgba(255, 255, 255, 0.6);
    }

/* Animation */
@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes neonBorder {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.link-item {
    /*position: relative;
            display: block;
            padding: 12px 14px;
            margin: 8px 0;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            color: #333;
            overflow: hidden;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(8px);*/
    display: block;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    color: var(--text-dark);
    background: #f1f5fb;
    transition: 0.3s;
    border-left: 4px solid transparent;
}

    /* Hover animation */
    .link-item:hover {
        /*background: rgba(0, 123, 255, 0.08);
                box-shadow: 0 4px 15px rgba(0,0,0,0.08);
                transform: translateX(8px) scale(1.02);
                color: #fff;
                box-shadow: 0 0 10px rgba(0, 240, 255, 0.6), 0 0 20px rgba(0, 240, 255, 0.4), 0 0 30px rgba(0, 240, 255, 0.2);*/
        background: rgba(0, 123, 255, 0.08);
        color: white;
        border-left: 4px solid var(--accent);
        transform: translateX(6px);
    }

    .link-item::before {
        left: 0;
        top: 0;
        height: 100%;
        width: 0px;
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px;
        padding: 1px;
        background: linear-gradient(120deg, transparent, transparent);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        transition: 0.4s;
    }

    .link-item:hover::before {
        width: 5px;
        background: linear-gradient(120deg, #00f0ff, #0d6efd, #00f0ff);
        animation: neonBorder 2s linear infinite;
    }

    .link-item::after {
        content: "→";
        float: right;
        opacity: 0;
        transition: 0.3s;
    }

    .link-item:hover::after {
        opacity: 1;
        transform: translateX(5px);
    }

    .link-item.green:hover {
        color: #28a745;
        box-shadow: 0 0 10px #00ff9f, 0 0 20px #00ff9f, 0 0 30px #00ff9f;
    }

    .link-item.red:hover {
        color: #dc3545;
        box-shadow: 0 0 10px #ff4d4d, 0 0 20px #ff4d4d, 0 0 30px #ff4d4d;
    }

    .link-item.blue:hover {
        color: #0d6efd;
        box-shadow: 0 0 10px #0d6efd, 0 0 20px #0d6efd, 0 0 30px #0d6efd;
    }

    .link-item.dark:hover {
        color: #000;
        box-shadow: 0 0 10px #fff, 0 0 20px #ccc, 0 0 30px #aaa;
    }

.dashboard-wrapper {
    /*margin-top: 10px;
            border-radius: 16px;
            padding: 15px;*/
    /* Glass effect */
    /*background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(12px);*/
    /* Soft border */
    /*border: 1px solid rgba(255, 255, 255, 0.4);*/
    /* Depth */
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255,255,255,0.6);
            transition: 0.3s;*/
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 25px rgba(13, 71, 161, 0.08);
}
.animated-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

/* GLOWING SPHERES */
.gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .35;
    animation: floatSphere 10s infinite ease-in-out alternate;
}

/* SPHERE COLORS */
.sphere1 {
    width: 300px;
    height: 300px;
    background: #3b82f6;
    top: 10%;
    left: 5%;
}

.sphere2 {
    width: 400px;
    height: 400px;
    background: #60a5fa;
    bottom: 10%;
    right: 5%;
}

.sphere3 {
    width: 250px;
    height: 250px;
    background: #93c5fd;
    top: 50%;
    left: 40%;
}

/* FLOATING ANIMATION */
@keyframes floatSphere {
    0% {
        transform: translate(0,0) scale(1);
    }

    100% {
        transform: translate(40px,-40px) scale(1.2);
    }
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* PARTICLES */
.floating-particles span {
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    animation: floatParticles 15s linear infinite;
}

    .floating-particles span:nth-child(1) {
        left: 10%;
        animation-delay: 0s;
    }

    .floating-particles span:nth-child(2) {
        left: 30%;
        animation-delay: 2s;
    }

    .floating-particles span:nth-child(3) {
        left: 50%;
        animation-delay: 4s;
    }

    .floating-particles span:nth-child(4) {
        left: 70%;
        animation-delay: 6s;
    }

    .floating-particles span:nth-child(5) {
        left: 85%;
        animation-delay: 8s;
    }

    .floating-particles span:nth-child(6) {
        left: 95%;
        animation-delay: 10s;
    }

/* PARTICLE FLOAT */
@keyframes floatParticles {
    0% {
        bottom: -50px;
        opacity: 0;
        transform: translateX(0);
    }

    50% {
        opacity: .7;
    }

    100% {
        bottom: 100%;
        opacity: 0;
        transform: translateX(50px);
    }
}

/* Glow Circle 1 */
body::before {
    content: "";
    position: fixed;
    width: 350px;
    height: 350px;
    background: rgba(13, 71, 161, 0.25);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    filter: blur(100px);
    z-index: -1;
}

/* Glow Circle 2 */
body::after {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.2) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

/* Header */
.main-header {
    padding: 20px 0;
}

.logo-img {
    max-height: 90px;
}

/* Wrapper */
.login-wrapper {
    padding: 10px 0px 0px 0px;
}

/* Panel */
.login-panel {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    width: 100%;
    margin-left: 1px;
}

/* Banner */
.banner-section {
    position: relative;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
}

    .overlay-text h2 {
        font-weight: bold;
    }

/* Login Card */
.login-card {
    padding: 10px 40px;
    background: linear-gradient(135deg, #21467f, #054084, #566a7f);
    height: 100%;
    color: white;
}

    .login-card h3 {
        margin-bottom: 25px;
        font-weight: bold;
        color: white;
    }

/* Input Box */
.input-box {
    position: relative;
    margin-bottom: 20px;
}

    .input-box i {
        position: absolute;
        top: 14px;
        left: 15px;
        color: #0d47a1;
    }

/* Inputs */
.modern-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: none;
    border-radius: 12px;
    outline: none;
    background: rgba(255,255,255,0.95);
}

    /* Focus */
    .modern-input:focus {
        box-shadow: 0 0 10px rgba(255,255,255,0.5);
    }

/* Captcha */
.captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.captcha-img {
    border-radius: 8px;
    background: white;
    width: 320px;
    height: 50px;
}

.refresh-btn {
    width: 46px;
    transition: 0.3s;
    border: 1px solid #e1e1e1;
    height: 45px;
    background: #fff;
    border-radius: 5px;
}

    .refresh-btn:hover {
        transform: rotate(180deg);
    }

/* Button */
.login-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #ffc107;
    color: #000;
    font-weight: bold;
    border-radius: 12px;
    transition: 0.3s;
}

    .login-btn:hover {
        background: #ffca2c;
        transform: translateY(-2px);
    }

/* Error */
.error-label {
    color: #ffcccc;
    margin-bottom: 15px;
    display: block;
}

.premium-header {
    background: linear-gradient(135deg, #516466, #213c3a);
    padding: 8px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-bottom: 4px solid #ffc107;
    position: relative;
    overflow: hidden;
}

    /* Decorative Glow */
    .premium-header::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        background: linear-gradient(135deg, #516466, #213c3a);
        border-radius: 50%;
        top: -100px;
        left: -100px;
    }

    .premium-header::after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        background: rgba(255,255,255,0.05);
        border-radius: 50%;
        right: -80px;
        bottom: -80px;
    }

/* Flex Layout */
.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo */
.header-logo {
    max-height: 85px;
    background: white;
    padding: 8px;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Text */
.title-section h1 {
    color: white;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.title-section p {
    margin: 0;
    color: #e3f2fd;
    font-size: 15px;
    letter-spacing: 1px;
}

/* Mobile Responsive */
@media(max-width:768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    .title-section h1 {
        font-size: 24px;
    }
}

.particles {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

    /* Each Particle */
    .particles span {
        position: absolute;
        display: block;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(13,110,253,0.25) 0%, transparent 70%);
        box-shadow: 0 0 20px rgba(13,110,253,0.15);
        animation: floatUp 20s linear infinite;
        transition: transform 0.3s ease;
    }

        /* Different Sizes/Positions */
        .particles span:nth-child(1) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-duration: 15s;
        }

        .particles span:nth-child(2) {
            left: 20%;
            width: 30px;
            height: 30px;
            animation-duration: 18s;
        }

        .particles span:nth-child(3) {
            left: 35%;
            width: 15px;
            height: 15px;
            animation-duration: 12s;
        }

        .particles span:nth-child(4) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-duration: 20s;
        }

        .particles span:nth-child(5) {
            left: 65%;
            width: 35px;
            height: 35px;
            animation-duration: 16s;
        }

        .particles span:nth-child(6) {
            left: 75%;
            width: 18px;
            height: 18px;
            animation-duration: 10s;
        }

        .particles span:nth-child(7) {
            left: 85%;
            width: 28px;
            height: 28px;
            animation-duration: 14s;
        }

        .particles span:nth-child(8) {
            left: 95%;
            width: 20px;
            height: 20px;
            animation-duration: 17s;
        }

/* Floating animation */
@keyframes floatUp {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(-120vh);
        opacity: 0;
    }
}

.premium-footer {
    margin-top: 30px;
    background: linear-gradient(135deg,#0b1f3a,#123d6b);
    padding: 25px 10px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #ffc107;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
}

    /* Decorative Glow */
    .premium-footer::before,
    .premium-footer::after {
        content: '';
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255,255,255,0.05);
        filter: blur(80px);
    }

    .premium-footer::before {
        top: -60px;
        left: -60px;
    }

    .premium-footer::after {
        bottom: -60px;
        right: -60px;
    }

/* TEXT */
.footer-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.footer-content span {
    font-size: 13px;
    color: #cbd5e1;
}

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    overflow: visible;
    box-shadow: 0 0 25px rgba(13,110,253,.25);
}

    .progress-wrap.active {
        opacity: 1;
        visibility: visible;
    }

/* RING */
.progress-circle {
    position: absolute;
    transform: rotate(-90deg);
}

    .progress-circle circle {
        fill: none;
        stroke: #0d6efd;
        stroke-width: 4;
        stroke-dasharray: 188.4;
        stroke-dashoffset: 188.4;
    }

/* ROCKET */
.rocket-icon {
    font-size: 30px;
    z-index: 5;
    position: relative;
}

/* SHAKE */
.shake {
    animation: shake .3s ease;
}

@keyframes shake {
    0%,100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-2px);
    }
}

/* ROCKET FLY */
.rocket-fly {
    animation: fly 1.5s ease forwards;
}

@keyframes fly {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-450px) scale(.2) rotate(20deg);
        opacity: 0;
    }
}

/* FLAME */
.flame {
    position: absolute;
    bottom: 10px;
    width: 14px;
    height: 25px;
    background: linear-gradient(to top,#ff4500,#ffcc00);
    border-radius: 50%;
    opacity: 0;
    filter: blur(2px);
}

    .flame.active {
        animation: flameBurn .2s infinite alternate;
        opacity: 1;
    }

@keyframes flameBurn {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(1.4);
    }
}

/* SMOKE */
.smoke {
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(180,180,180,.6);
    border-radius: 50%;
    opacity: 0;
    bottom: 15px;
}

    .smoke.active {
        animation: smokeTrail .8s ease-out forwards;
    }

@keyframes smokeTrail {
    from {
        transform: scale(.5);
        opacity: .8;
    }

    to {
        transform: scale(3) translateY(50px);
        opacity: 0;
    }
}

/* SPARKS */
.spark {
    position: absolute;
    width: 6px;
    height: 6px;
    background: yellow;
    border-radius: 50%;
    opacity: 0;
}

    .spark.active {
        animation: sparkBlast .5s ease forwards;
    }

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@keyframes sparkBlast {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: translateY(30px) translateX(20px) scale(0);
        opacity: 0;
    }
}
 
