div#libchat_5738b2cc34a402440d1a118b780e2c3d {
    position: fixed;
    bottom: 35px;
    right: 16px;
    z-index: 1000000 !important;
    line-height: 1.5;
  }

div#libchat_5738b2cc34a402440d1a118b780e2c3d button {
    font-family: roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 24px;
    padding: 12px 12px;
    box-shadow:  0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
}

div#libchat_5738b2cc34a402440d1a118b780e2c3d svg {
    font-size: 1.2rem;
    vertical-align: text-bottom;
}

div#libchat_5738b2cc34a402440d1a118b780e2c3d .button-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media (min-width: 768px) {

    div#libchat_5738b2cc34a402440d1a118b780e2c3d button {
        padding: 12px 16px;
    }

    div#libchat_5738b2cc34a402440d1a118b780e2c3d .button-text {
        position: unset;
        width: 100%;
        height: 100%;
        padding: initial;
        margin: initial;
        overflow: unset;
        clip: unset;
        white-space: unset;
        border: 0;
    }
}