/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2022 | 11:48:17 */
 .bot-btn {
   background-image: url(https://bellbot.gr/wp-content/uploads/2021/07/bot-button.png);
   background-repeat: no-repeat;
   background-size: 57px;
   background-position-y: -3px;
   background-position-x: -3px;
   position: fixed;
   bottom: 20px;
   right: 20px;
   height: 50px;
   width: 50px;
   border: 1px solid #aaa;
   border-radius: 25px;
   background-color: #E4E5E5;
   z-index: 999;
}

.i-frame {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 480px;
  width: 280px;
  border: 1px solid #aaa;
  border-radius: 10px;
  background-color: #E4E5E5;
  transition: max-height 1s;
  z-index: 999;
}

.start-hide {
  max-height: 0px;
}

.hide {
  display: none;
  max-height: 0px;
}

.start-show {
  display: block;
  max-height: 0px;
}

.show {
  display: block;
  max-height: 1000px;
}