﻿#top-bar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    #top-bar .container > .d-flex {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    #top-bar .top-social-icon {
        display: flex !important;
        padding: 0;
        margin: 0;
    }

        #top-bar .top-social-icon li {
            padding: 0 3px !important;
            margin: 0 !important;
        }

    #top-bar .btn-outline-light {
        white-space: nowrap;
        margin-bottom: 0 !important;
    }

.user-avatar-circle {
    width: 32px;
    height: 32px;
    background-color: #c5767b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

.user-avatar-circle-large {
    width: 48px;
    height: 48px;
    background-color: #c5767b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.profile-dropdown .dropdown-item {
    color: #333 !important;
    background-color: #fff;
}

    .profile-dropdown .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #79ad4a !important;
    }

.btn-signout {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 0.5rem 1.5rem;
}

#portalDropdown {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-weight: 500;
}

    #portalDropdown:hover {
        background-color: rgba(255, 255, 255, 0.4);
        border-color: #ffffff;
    }

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #7DB942;
    color: white;
}

.dropdown-item:hover {
    background-color: #F1F8E9;
    color: #7DB942;
}
