﻿#voice_chat-trigger {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg,#2563eb,#7c3aed);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(37,99,235,.35), 0 4px 10px rgba(0,0,0,.15);
    transition: all .25s ease;
}

    #voice_chat-trigger:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(37,99,235,.45), 0 6px 15px rgba(0,0,0,.20);
    }

    #voice_chat-trigger:active {
        transform: scale(.98);
    }

.chat-icon {
    font-size: 20px;
}

/* Increase font size inside chat widget */
.voice-mate-widget,
.voice-mate-widget * {
    font-size: 16px !important;
}

[class*="chat"] *,
[class*="widget"] * {
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.chatmate-input {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
