#back-top-wrap { position: fixed; display: table; table-layout: fixed; bottom: 130px; right: 6px; width: 30px; }
#back-top-wrap #back-top { position: relative; display: table-cell; border: 0; width: 30px; height: 83px; vertical-align: middle; }
#back-top-wrap #back-top a { width: 30px; height: 38px; display: inline-block; margin-bottom: 1px; background-color: var(--jscolor); text-transform: uppercase; text-decoration: none; text-align: center; line-height: 36px; -webkit-transition: 0.2s; -moz-transition: 0.1s; transition: 0.1s; }
#back-top-wrap #back-top a:first-child { border-radius: 15px 15px 0 0; }
#back-top-wrap #back-top a:last-child { border-radius: 0 0 15px 15px; }
#back-top-wrap #back-top a:hover { filter: brightness(80%); }
#back-top-wrap #back-top img { vertical-align: middle; width: 14px; object-fit: contain; }

#onesignal-bell-launcher { right: 0 !important; }

@media all and (max-width:767px) {
    #back-top-wrap { display: none; }
}