// Shift cookies bar show/hide button to the side of livechat button.
.o_cookies_bar_toggle {
    $-o-livechat-button-margin: 3%; // LivechatButton is set at 97% from left and top
    // LivechatButton size + margin + arbitrary gap.
    inset-inline-end: calc(56px + #{$-o-livechat-button-margin} + 1rem);
    inset-block-end: var(--cookies-bar-toggle-inset-block-end, #{$-o-livechat-button-margin});
}
