body #asteady-floating-button-wrapper[data-i-need-this] {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

body #steady-floating-button[data-i-need-this] {
    margin: 5px auto 0 auto !important;
}

body .steady-greeting-cta-button[data-i-need-this] {
    margin: 5px auto !important;
}

body #steady-greeting-text[data-i-need-this] {
    display: none !important;
    cursor: pointer !important;
    background: #ff5b5b !important;
    color: #fff !important;
    border-radius: 16px 16px 16px 16px !important;
    padding: 10px !important;
}
body #steady-greeting-text[data-i-need-this]:hover {
    background: hsl(0, 100%, 61.1%) !important;
}

@media screen and (max-width: 766px) {
    .onesignal-bell-launcher-button {
        height: 40px !important;
        width: 40px !important;
    }
    #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
        bottom: 50px !important;
        right: 0px !important;
    }
}
@media screen and (min-width: 767px) {
    #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
        bottom: 100px !important;
    }
}
