.bs--overlay {
    position: fixed;
    inset: 0px;
    background: rgba(23, 25, 30, 0.34);
    backdrop-filter: blur(2px);
    z-index: 40;
    animation: 0.2s ease 0s 1 normal none running bb-fade;
}

.bs--container {

    position: fixed;
    z-index: 41;
    outline: none;
    right: 22px;
    bottom: 22px;
    animation: 0.26s cubic-bezier(0.2, 0.8, 0.2, 1) 0s 1 normal none running bb-rise;

}

.bs--button {

    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: left;
    padding: 13px 14px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 228, 223);
    border-radius: 13px;
    font-family: inherit;
    transition: border-color 0.15s, background 0.15s, transform 0.15s;
    transform: none;

}