iframe.chatbot_hidden_iframe {
  display: none; }

iframe#chatbot_iframe_window {
  visibility: visible;
  width: 61vh;
  height: 86vh;
  z-index: 999;
  position: fixed;
  bottom: 26px;
  right: 30px;
  background: #FFFFFF;
  box-shadow: 0 7px 18px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2.16px;
  font-family: Helvetica;
  font-size: 9.6px;
  color: #011F3F;
  border: 0; }

/* rgba(255, 0, 0, .5)
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
	
  */
@media (min-width: 320px) and (max-width: 480px) {
  iframe#chatbot_iframe_window {
    visibility: visible;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px; } }

@media (max-width: 48.0625em) {
  iframe#chatbot_iframe_window {
    visibility: visible;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px; } }

body#chatbot_window {
  display: flex;
  flex-flow: column; }

div.chatbot_fixed {
  position: fixed;
  bottom: 75px;
  right: 22px; }

.chatbot_load_chat {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 11px -2px rgba(0, 0, 0, 0.36);
  background: url(../img/customer_support.png) center center no-repeat;
  background-size: 64px 64px; }

.chatbot_buttonDown {
  transition: transform 0.3s;
  transform: translate(0px, 65px); }

.chatbot_hidden {
  display: none !important; }

.load_chat {
  width: 100px;
  height: 100px;
  background: url(../img/bot_image.png) center center no-repeat;
  border: none; }

.button_popup {
  background: #FFFFFF;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3.6px;
  width: 253px;
  height: 141px; }

.bot-call-action {
  font-family: Helvetica;
  letter-spacing: 0.23px;
  font-size: 15.8px;
  color: #181C2F;
  text-align: center;
  line-height: 22.2px;
  font-size: 14px;
  width: 215px;
  height: 67px;
  margin: 0 !important;
  padding: 0 19px 19.5px 19px; }

.button_popup button {
  height: 35px;
  width: 100%;
  background: #FFFFFF;
  border: 0;
  padding: 1px 0 0 0;
  font-family: Helvetica;
  font-size: 14px;
  color: #0094FC;
  letter-spacing: 0.23px;
  text-align: center;
  box-shadow: 0 1px 0 0 #E5E5E5;
  border-radius: 0 0 3.6px 3.6px;
  border-top: 1px solid rgba(151, 151, 151, 0.18); }

.down-pointer-parent {
  margin-top: 12px !important;
  height: 20px;
  width: 20px;
  margin: 0 27px 0 auto; }

.chatbot_load_chat-parent {
  padding-left: 190px;
  padding-right: 0; }

.down-pointer {
  color: #fff;
  position: absolute;
  margin-left: 6px;
  margin-top: -1px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg); }

.down-pointer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -17px;
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px currentColor;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

.down-pointer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  color: currentColor;
  border-top: solid 5px transparent;
  border-bottom: solid 5px currentColor;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent; }

.close-action-popup-cross {
  height: 19.5px;
  padding: 11.5px 14.5px 0 230.5px; }

.close-action-popup-cross div {
  margin: 0;
  height: 8px;
  width: 8px;
  background: url(../img/close_pop.png) center center no-repeat;
  background-size: 8px 7.94px;
  cursor: pointer; }
