﻿#ot-sdk-btn-floating.ot-floating-button {
    bottom: 140px !important;
    left: auto !important;
    right: 0px;
}
#ot-sdk-btn-floating.ot-floating-button::before {
    border-right-width: 0 !important;
    border-left-width: 5px !important;
    border-left-color: #333 !important;
    right: calc(65px) !important;
    border-right-color: transparent !important;
}
#ot-sdk-btn-floating.ot-floating-button::after {
    right: calc(100% + 20px) !important;
    left: auto !important;
}