#portal {
    padding-top: 70px
}

.navbar {

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
}

.navbar-brand {
    background: linear-gradient(to right, #0ea5e9, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: #475569 !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #0ea5e9 !important;
}

.footer {

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    padding: 25px 0 0 5px;
    margin-top: 40px;
}

.footer a {
    color: #0ea5e9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: #0284c7;
}