

.open-button {
    background-color: rgb(63, 94, 94);
    color: white;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    left: 30px;
    width: 50px;
    height:70px;
    width: 70px;
    border-radius: 50%;
    border: none;
    padding: 0px;
    text-align:center;
    z-index: 19000;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 117px;
    border: 3px solid #f1f1f1;
    z-index: 18000;
    background: aliceblue;
}

.ChatWidget {
    max-width: 300px;
    padding: 10px;
    background-color: aliceblue;
    background: aliceblue;
}
.sc-gxMtzJ.gplduR {
    display: none;
}
.systemicon {
    position: relative;
    min-height: 40px;
    padding-left: 45px;
    padding-top: 12px;
}
.systemicon:before {
    content: "";
    background: url(/wp-content/themes/wppro-child/img/img.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 40px;
    z-index: 9;
}
