.bh-widget-page-wrapper {font-family: "Roboto",sans-serif;}
.bwpw1 {position: fixed;z-index: 9999;bottom: 50px;right: 16px;}
.bh-w-button {padding: 0;border: none;color: #fff;font-weight: 400;line-height: 16px;letter-spacing: .2px;background: transparent;outline: none !important;display: inline-flex;align-items: center;justify-content: flex-start;box-sizing: border-box;cursor: pointer;overflow: hidden;font-family: inherit;}
.bh-widget-page {position: relative;display: inline-flex;flex-flow: column;align-items: center;}
.bh-widget-page__content {display: flex;align-items: center;position: relative;}
.bh-widget-page .bh-hidden {display: none !important;}
.bh-widget-page:not(.bh-widget-page--left) .bh-widget-page__content.bh-active+.bh-widget-page__button-list {right: -10px;}
.bh-widget-page:not(.bh-widget-page--left) .bh-widget-page__content.bh-active+.bh-widget-page__button-list .bh-w-button-list {align-content: flex-end;}
.bh-widget-page--right .bh-widget-page__call-to-action {justify-content: flex-end;right: 68px;width: 240px;}
.bh-widget-page__call-to-action {display: flex;position: absolute;z-index: 1002;bottom: 0;}
.bh-w-call-to-action-container {max-width: 100%;filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.16));min-height: 43px;}
.bh-w-call-to-action {display: flex;position: relative;padding: 6px 12px;
    background: #fff;border-radius: 20px;
    color: #000;cursor: pointer;font-size: 14px;line-height: 20px;letter-spacing: .25px;min-width: 60px;max-width: 100%;align-items: center;word-break: break-word;}
.bh-widget-page__content.bh-active+.bh-widget-page__button-list {display: block;width: 200px;}
.bh-widget-page__button-list {display: none;overflow: auto;padding: 16px;margin: -16px 0;position: absolute;bottom: 96px;max-height: calc(100vh - 56px - 32px - 24px);box-sizing: content-box;scrollbar-width: none;}
.bh-widget-page__button-list .bh-w-button[data-type] {z-index: 1000;transition: all .2s;position: relative;}
.bh-widget-page__button-list .bh-w-button[data-type]:before {
    display: none;
    position: absolute;
    right: 62px;
    left: unset;
    top: 10px;
    content: attr(data-type);
    padding: 6px 12px;
    background: #fff;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
    text-transform: capitalize;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.16));
}
bh-widget-page__button-list .bh-w-button[data-type]:hover {
    position: static;
    overflow: inherit;
}
.bh-widget-page__button {
    width: 50px;
    height: 50px;
}
 .bh-widget-page__button:hover {
     transform: scale(1.04);
     box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
 }
.bh-w-button-list--orientation-v {flex-direction: column;}
.bh-w-button-list {display: flex;flex-wrap: wrap;}
.bh-widget-page__button-list .bh-w-button+.bh-w-button {
    margin-top: 12px;
}
.bh-w-button-whatsapp {background: #4dc247;}
.bh-w-button-telegram {background: #4faee6;}
.bh-w-button-twitter {background: #03a9f4;}
.bh-w-button-email {background: #2671ad;}
.bh-w-button--round {border-radius: 50%;justify-content: center;}
.bh-widget-page .bh-w-link {width: 60px;font-size: 11px;text-align: center;white-space: nowrap;}
.bh-widget-page__link {color: #afafaf;margin-top: 4px;border-bottom: 1px solid transparent;}
.bh-w-link {font-size: 12px;line-height: 16px;color: inherit;letter-spacing: .4px;border-bottom: 1px solid currentColor;text-decoration: none;}

.bh-widget-page__content.bh-active:not(.bh-closing) [data-action=__chat__] {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='32' viewBox='0 0 24 24' width='32' fill='white'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3e%3c/svg%3e");
    box-shadow: none !important;
}

.bh-widget-page [data-action=__chat__] {
    position: relative;
    z-index: 1001;
    transform: rotate(0deg);
    transition: all .4s cubic-bezier(0, 0.3, 0.3, 2);
}

.bh-w-button-chat {
    background: #f0645a url("data:image/svg+xml,%3csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.982 9.333V6.982h-14v2.351h14zm-4.649 7v-2.351H6.982v2.351h9.351zm-9.351-5.851v2.351h14v-2.351h-14zm16.351-8.149c.62 0 1.149.237 1.586.711.474.438.711.966.711 1.586v14c0 .62-.237 1.167-.71 1.64-.438.475-.967.712-1.587.712H6.982L2.333 25.63v-21c0-.62.219-1.148.656-1.586.474-.474 1.021-.71 1.641-.71h18.703z' fill='white'/%3e%3c/svg%3e") center no-repeat;
}

.bh-widget-page__button-main {
    width: 56px;
    height: 56px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
    transition: box-shadow .2s,transform .2s;
}

.bh-widget-page .bh-w-button>img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.bh-w-button__icon, .bh-w-button__title {
    pointer-events: none;
}


