/*
Theme Name: Legal
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: seowave
Author URI: https://seowave.digital/
Text Domain: legal
*/

.chatbot-popup {
  display: none;
  position: fixed;
  /*	bottom: 0;*/
  /*	right: 3%;*/
  /*	width: 70%;*/
  /*	margin: 0 auto;*/
  /*	left: 0;*/
  /*	right: 0;*/
  bottom: 0;
  right: 3%;
  width: 40%;
  right: 25px;
  z-index: 5;
}

.chatbotknopka {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 50px;
}

.chatbotknopka a.link {
  font-size: 29px;
}

#wpcb-chatbox {
  position: relative;
}

.wpcb-close {
  position: absolute;
  right: -25px;
  top: -5px;
  z-index: 3;
  display: block;
  cursor: pointer;
}

.wpcb-close i {
  font-size: 20px;
  color: #77b7e5;
}

.wpcb-bubble.bot,
.wpcb-bubble.bot p,
.wpcb-bubble.bot ul li {
  font-size: 13px;
  line-height: 16px;
}

.wpcb-bubble.bot ul {
  list-style: square inside;
  list-style-type: square;
}

.wpcb-bubble.bot a {
  word-wrap: break-word;
}

.chatbot-popup .btn-answer button {
  font-size: 13px;
}

#wpcb-user-field #wpcb-choices button {
  margin-left: 10px;
}

.chatbot-popup #wpcb-chatbox {
  height: 80vh;
}

.chatbot-popup #wpcb-main-conversation {
  padding-bottom: 0;
  min-height: 130px;
  height: 100%;
}

.wpcb-wrapper .row {
  height: 100%;
}

#wpcb-user-field {
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.chatbot-popup #wpcb-main-conversation,
.wpcb-wrapper #wpcb-user-field {
/*  height: 50%;*/
}

#wpcb-user-field #wpcb-your-reply-bar{
  margin: 10px 0;
}

#wpcb-user-field #wpcb-user-field #wpcb-choices{
  padding: 8px 0;
}

#wpcb-right {
  height: 100%;
}

@media only screen and (max-width:1300px) {
  .chatbot-popup {
    width: 60%;
  }
}

@media only screen and (max-width:991px) {
  .chatbot-popup {
    width: 70%;
  }
}

@media only screen and (max-width:768px) {
  .chatbot-popup {
    width: 90%;
    right: auto;
    left: auto;
  }
  .chatbot-popup .wpcb-wrapper .img-fluid {
    max-width: none;
  }
  .chatbot-popup #wpcb-chatbox {
    overflow: visible;
    overflow-y: scroll;
  }
  #wpcb-user-field{
    overflow-y: auto;
  }
  .chatbot-popup #wpcb-chatbox {
    height: 90vh;
  }
  .chatbot-popup #wpcb-user-field {
    max-height: 60%;
  }
  .chatbot-popup .wpcb-bubble.bot,
  .chatbot-popup .wpcb-bubble.human {
    max-width: 90%;
  }
  .chatbot-popup .wpcb-close {
    right: 5px;
    top: 10px;
  }
}
