﻿.eb-css .ebcss-chat-button-wrapper {
    bottom: 12px;
    display: none;
    position: fixed;
    right: initial !important;
    left: 0;
    z-index: 9999;
}

.eb-css .ebcss-chat-button-wrapper {
    bottom: 12px;
    display: none;
    position: fixed;
    right: initial !important;
    left: 6px;
    z-index: 9999;
    transform: scaleX(-1);
}

.eb-css #ebChatWindowWrapper {
    position: fixed;
    right: initial !important;
    z-index: 999999;
    left: 6px;
}

.eb-css .ebcss-popover .ebcss-popover-message {
    transform: scaleX(-1);
}

.eb-css .ebcss-popover .ebcss-close-icon {
    right: initial !important;
    left: 0;
}
