.floating-action-button {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
    display: none; 
    padding: 10px 15px;
    background-color: var(--primary);
    color: var(--secondary);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;

    .fas{
        margin-right: 8px;
    }
}