﻿@charset "UTF-8";

#open-chatbot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}
#open-chatbot img {
    width: 186px;
    height: 183px;
}

@media screen and (max-width: 767px) {
#open-chatbot {
    right: 7px;
    bottom: 100px;
}
#open-chatbot img {
    width: 131px;
    height: 131px;
}
}