#bp-web-widget {
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px !important;
    height: 130px !important;
    z-index: 100000;
    display: none;
}

#bp-widget {
    height: 130px !important;
    right: 0 !important;
    bottom: 30% !important;
}

#bp-widget.bp-widget-side {
    top: 0px;
    left: auto;
    bottom: 0px;
    right: 0px;
    width: 480px;
    height: 100% !important;
}


.bp-widget-web {
    border: none;
    display: block;
    position: fixed;
    z-index: 100000;
    max-height: 100vh;
    max-width: 100vw;
    transition: none;
    background: none transparent;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    padding: 0;
}

.bp-widget-hidden {
    display: none;
}

.bp-widget-convo {
    top: auto;
    left: auto;
    bottom: 24px;
    right: 36px;
    width: 420px !important;
    min-height: 382px !important;
    max-height: 500px !important;
}

.bp-widget-side {
    top: 0px;
    left: auto;
    bottom: 0px;
    right: 0px;
    width: 480px;
    height: 100% !important;
}

.bp-widget-side.emulator {
    height: calc(100% - 78px) !important;
    top: 50px;
}

.bpw-widget-btn {
    background-color: #c3002d !important;
}

@media only screen and (max-device-width: 768px) {
    .bp-widget-side {
        width: 100%;
    }
}
