.bf-ot-embed-button-container {
    background-color: rgb(86, 0, 78) !important;
    p {
        color: #fff;
    }
    .ot-sdk-show-settings {
        border: 1px solid #fff !important;
        background-color: rgb(86, 0, 78) !important;

        &:active,
        &:focus,
        &:hover {
            background-color: #fff !important;
            color: rgb(86, 0, 78) !important;
        }
    }
}