#bmb-tawk-facade {
    position: fixed;
    right: 16px;
    bottom: 0;
    z-index: 2147483000;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 273px;
    min-height: 44px;
    border: 0;
    border-radius: 4px 4px 0 0;
    padding: 0 16px;
    background: #22c65b;
    color: #fff;
    font: 400 18px/1 Arial, Helvetica, sans-serif;
    box-shadow: none;
    cursor: pointer;
}

#bmb-tawk-facade[hidden] {
    display: none !important;
}

#bmb-tawk-facade:hover,
#bmb-tawk-facade:focus {
    background: #18b850;
    outline: none;
}

#bmb-tawk-facade:focus-visible {
    outline: 3px solid rgba(34, 198, 91, .35);
    outline-offset: 3px;
}

.bmb-tawk-facade-icon {
    display: none;
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex: 0 0 auto;
}

.bmb-tawk-facade-text {
    color: inherit;
}

.bmb-tawk-facade-loading-text {
    display: none;
}

#bmb-tawk-facade[data-loading] {
    cursor: wait;
}

#bmb-tawk-facade[data-loading] .bmb-tawk-facade-text {
    display: none;
}

#bmb-tawk-facade[data-loading] .bmb-tawk-facade-loading-text {
    display: inline;
}

@media (max-width: 1023px) {
    #bmb-tawk-facade {
        right: 16px;
        bottom: 18px;
        gap: 12px;
        width: auto;
        min-width: 121px;
        min-height: 53px;
        justify-content: center;
        border-radius: 2px;
        padding: 0 11px;
        font: 700 30px/1 Arial, Helvetica, sans-serif;
        box-shadow: none;
    }

    .bmb-tawk-facade-icon {
        display: block;
    }

    .bmb-tawk-facade-live,
    .bmb-tawk-facade-bang {
        display: none;
    }

    #bmb-tawk-facade[data-loading] {
        min-width: 150px;
        font-size: 22px;
    }
}
