.drl-live-chat-container {
    backface-visibility: hidden;
    bottom: 15px;
    cursor: pointer;
    padding: 0.8em 0.8em 0;
    position: fixed;
    right: 15px;
    will-change: tranform, opacity;
    z-index: 2;
}

.drl-live-chat-button {
    align-items: center;
    background: rgb(232, 237, 246);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 8px;
    color: #000;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.drl-live-chat-button img {
    display: none;
}

.drl-live-chat-button.is-loading img {
    display: block;
}

.drl-live-chat-button.is-loading svg {
    display: none;
}

.drl-live-chat-title {
    flex-grow: 1;
    font-size: 15px;
    font-weight: 700;
    margin: 1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
