/* Speech Bubble */
div#cloudlink-chat-overlay-close-button {
    max-width: 55px;
    max-height: 55px;
    padding: 11px;
    margin: 0;
    text-align: center;
    color: #FFF;
    display: block;
    cursor: pointer;
    font-family: sans-serif;
    font-style: normal;
}
div#cloudlink-chat-overlay-buttons .speech-bubble {
    position: relative;
    background: #00A1E0;
    border-radius: 100%;
    max-width: 55px;
    min-width: 55px;
    padding: 11px;
    margin: 0;
    text-align: center;
    color: #FFF;
    display: block;
    cursor: pointer;
    font-family: sans-serif;
    font-style: normal;
    height: 56px;
}
div#cloudlink-chat-overlay-buttons .speech-bubble:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f086";
    display: block;
    font-weight: 900;
    height: 32px;
    width: 32px;
    color: #fff;
    top: 0;
    border: 0;
    left: auto;
    margin: auto;
}
div#cloudlink-chat-overlay-buttons .speech-bubble span {
    display: none;
}
@media (max-width: 991px) {
  div#cloudlink-chat-overlay-buttons .speech-bubble {
    max-width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 7px;
  }
}