﻿@media (max-width: 767.9px) {
    .back-to-top {
        bottom: 10px;
        right: 10px;
    }

    .chatbot-open-icon {
        right: 60px !important;
        bottom: 10px !important;
    }

    #ot-sdk-btn-floating.ot-floating-button {
        bottom: 10px !important;
        right: 110px !important;
        width: 42px;
        height: 42px;
    }
    #chat-container {
        right: 10px;
        z-index: 9999999999;
        margin-bottom: 10px;
    }
}