#wplc_chatmsg {
    width: 90% !important;
}

.modern .wdt-emoji-picker {
    right: 84px !important;
}

#wp-live-chat-header.is-recording {
    background-image: none !important;
    transform: none !important;
}

#wp-live-chat-header.is-recording:before {
    content: '\f130';
    position: absolute;
    animation: pulsar 1s 0s linear infinite;
    color: #fff;
    top: 6px;
    left: 21px;
    font-size: 32px;
    font-family: FontAwesome;
}

#wp-live-chat-header.is-recording:after {
    content: 'Recording...';
    position: absolute;
    left: -80px;
    top: 22px;
    color: #444;
    font-size: 13px;
    font-style: italic;
}

@keyframes pulsar {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulsar {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

#wplc_chatbox .wplc-user-message-audio {
    height: 30px;
    top: 4px;
    padding: 0 10px 0 0 !important;
    border-radius: 13px !important;
    background-color: #e0e0e0 !important;
    border: none !important;
}

#wplc_chatbox .wplc-admin-message.wplc-user-message-audio {
    padding-right: 35px !important;
    padding-left: 10px !important;
}

.wplc-user-message-audio:before {
    content: none !important;
}

#wplc_chatbox .wplc-user-message-audio .messageBody a {
    outline: 0;
    color: #333 !important;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none !important;
}

#wplc_chatbox .wplc-user-message-audio .messageBody a:hover,
#wplc_chatbox .wplc-user-message-audio .messageBody a:focus,
#wplc_chatbox .wplc-user-message-audio .messageBody a:active {
    outline: 0;
}

.wplc-msg-content-audio-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 5px;
    background-color: #0776b8;
    border-radius: 30px;
    font-family: FontAwesome;
}

.wplc-msg-content-audio-icon:after {
    position: absolute;
    top: 6px;
    left: 10px;
    content: '\f130';
    font-size: 18px;
}

.wplc-admin-message .wplc-msg-content-audio-icon {
    position: absolute;
    right: 0;
    margin-right: 0;
    margin-left: 5px;
}

.wplc-msg-content-audio .messageBody {
    float: right;
    vertical-align: middle;
}