
#bp-web-widget-container {
    & iframe {
        z-index: 900;
    }

    & .bp-widget-side {
        z-index: 902;
        top: auto;
        height: calc(100% - 45px) !important;
    }

    & .bp-widget-widget {
        bottom: 50px;
    }
}

.bpw-widget-btn {
    background-color: #660099;

    &:hover {
        background-color: #52007b;
    }
}