/* Dialer */
#liveCallWidget {
    position: fixed;
    bottom: 65px;
    right: 30px;
    padding: 20px 65px;
    background: #545454;
    border-radius: 10px;
    display:none;
}

.round-btn {
    border-radius: 19px;
}

.live-call-status-text {
    color: white;
}

.live-call-widget-close {
    position: absolute;
    right: 15px;
    top: 5px;
    color: white;
    cursor: pointer;
}

.live-call-widget-signal {
    position: absolute;
    left: 15px;
    top: 8px;
    color: white;
    cursor: pointer;
}