.navbar-custom {
    height: 120px;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 100;
}

.navbar-logo {
    height: 100%;
    max-height: 100%;
}

.navbar-links {
    flex-grow: 2;
}

.navbar-links .nav-link {
    margin-right: 15px;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.bell-icon {
    margin-right: 15px;
}

.avatar {
    margin-right: 15px;
}