/* Floating messages button */
.floating-messages-btn {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    z-index: 3000;
    text-decoration: none;
}

    .floating-messages-btn:hover {
        background-color: var(--primary-color-dark);
        color: #000000;
    }

    .floating-messages-btn .badge {
        min-width: 22px;
        text-align: center;
        font-size: 0.75rem;
        padding: 5px 7px;
    }

.navbar-logo {
    height: 90px;
    width: auto;
    margin-right: 10px;
}
