.five9-text {
    display: none !important;
    
}

.five9-chat-button {
    transition: all 0.2s ease-in-out !important;
    background-color: #088cc9 !important;
}
.five9-chat-button::after {
    font-size: 21px !important;
    font-weight: bold !important;
    font-family: 'DINRoundProLight', sans-serif !important;
    content: "Chat Now" !important;
    
    float: left;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

.five9-chat-button:hover {
    box-shadow: 2px -2px 10px rgba(0,0,0, 0.6);
    background-color: #295C90 !important;

}

#five9-popout-button {
    float: right;
}