﻿#five9-popout-button {
    float: right;
}
.five9-text {
    font-weight: normal !important;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.five9-text::after {
    content: " with a Representative";
}
.five9-chat-button {
    height: 27px !important;
    border-radius: 6px 6px 0 0 !important;
    padding: 11px 12px 0 39px !important;
    background-color: #2aa461 !important;
    background: #2aa461 !important;
}
#embedded-frame {
    box-shadow: none !important;
    z-index: 2;
    position: relative;
}
.five9-frame-full:after {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 38px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #dddddd;
    box-shadow: 0 0 10px 0 rgba(104, 104, 104, .75);
    background-image: url(https://app.five9.com/consoles/Common/images/waiting.gif);
    filter: grayscale(50%);
    background-size: 200px 200px;
    background-position: center center;
    background-repeat: no-repeat;
}
