/* #wp-chatbot-ball .wp-chatbot-ball:before{
   position: absolute;
   top: -5px;
   left: -5px;
   content: "";
   display: block;
   width: 70px;
   height: 70px;
   border: 2px solid #fff;
   border-radius: 50%;
} */
/* .wp-chatbot-board-container{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background: url(../img/chat-bg.jpg) center center no-repeat;
   background-size: cover;
} */
#wp-chatbot-ball .wp-chatbot-ball img{
   width: 54px !important;
   height: 54px !important;
   border-radius: 0;
}
.wp-chatbot-ball{
   width: 54px;
   height: 54px;
   margin: 0;
   border-radius: 0;
}
.qcchatbot-template-06 .wp-chatbot-animation-active{
   background: none !important;
   box-shadow: none !important;
}
.qcchatbot-template-06 .wp-chatbot-animation-active .wp-chatbot-ball-animation-switch{
   display: none !important;
}
.qcchatbot-template-06 .wp-chatbot-container{
   transform: none;
}
.qcchatbot-template-06 #wp-chatbot-board-container{
   position: fixed;
   width: 100vw !important;
   /* height: 100vh; */
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: 0;
   border-radius: 0;
   box-shadow: none;
   background: #1E1B69;
}
.wp-chatbot-inner-container{
   height: 100%;
   position: relative;
}
.qcchatbot-template-06 .SVGBg{
   display: none;
}
.qcchatbot-template-06 .wp-bot-header{
   background: rgba(0,0,0,0.15);
   border-radius: 0 0 25px 25px;
   margin-bottom: 25px;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
}
.qcchatbot-template-06 .wp-bot-header-title{
   padding: 17px 45px 20px 35px;
   display: flex;
}
.wp-bot-header-title span{
   float: none;
}
.qcchatbot-template-06 .wp-bot-header-title .right{
   line-height: 1.3;
}
.qcchatbot-template-06 .wp-bot-header-title .right span{
   display: block;
}
.qcchatbot-template-06 .wp-bot-header-title span img{
   width: 57px;
   height: 58px;
   max-width: unset !important;
}
.agent-name{
   font-size: 15px;
   font-weight: bold;
   color: #FCC700;
   padding-top: 5px;
}
.qcchatbot-template-06 .wp-bot-header-title-text{
   font-size: 15px;
}
.qcchatbot-template-06 .wp-bot-header-title span{
   vertical-align: top;
}
.qcchatbot-template-06 .wp-chatbot-editor-container{
   padding: 13px 40px;
   border-radius: 25px 25px 0 0;
}
.qcchatbot-template-06 .wp-chatbot-footer{
   border-radius: 25px 25px 0 0;
}
.qcchatbot-template-06 .wp-chatbot-editor-container input{
   height: 45px;
   font-size: 18px;
   color: #4b4b4b;
}
.qcchatbot-template-06 .wp-chatbot-editor-container button{
   background: transparent url(../img/send-icon2.png) no-repeat center;
   background-size: 66px 66px;
   right: 45px;
   bottom: 35px;
}
.qcchatbot-template-06 button.wp-chatbot-button:hover{
   background: transparent url(../img/send-icon2.png) no-repeat center !important;
   background-size: 66px 66px !important;
}
.qcchatbot-template-06 button.wp-chatbot-button:after{
   background: #fff url(../img/icon-send.png) no-repeat center !important;
   background-size: 40px 40px !important;
}
.qcchatbot-template-06 ul.wp-chatbot-messages-container > li {
   font-size: 16px;
}
.qcchatbot-template-06 ul.wp-chatbot-messages-container a{
   color: #fff;
   text-decoration: underline;
}
.qcchatbot-template-06 ul.wp-chatbot-messages-container a:hover{
   text-decoration: none;
}
.qcchatbot-template-06 .wp-chatbot-msg .wp-chatbot-paragraph{
   background: none !important;
   border-radius: 0 !important;
   padding: 0 !important;
   box-shadow: none !important;
   /* display: block; */
   width: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}
.qcchatbot-template-06 .wpbot_card_caption p{
   font-size: 14px;
   font-weight: bold;
   text-align: center;
}
/* .qcchatbot-template-06 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph{
   background: rgba(255,255,255,0.14);
   border-radius: 15px;
   padding: 10px 25px;
   box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
} */
.qcchatbot-template-06 .wp-chat-user-msg .wp-chatbot-paragraph{
  background: rgba(0, 0, 0,0.17) !important;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px !important;
  padding: 10px 25px;
}
.qcchatbot-template-06 .wp-chatbot-msg span.wpb-text{
   background: rgba(255,255,255,0.14);
   border-radius: 15px;
   padding: 10px 25px;
   box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
   display: inline-block;
   color: #fff;
}
.qcchatbot-template-06 .wp-chatbot-msg span.wpb-text::after{
   content: "";
   display: table;
   clear: both;
}
.qcchatbot-template-06 .wp-chatbot-msg span:hover{
   text-decoration: none !important;
}
.qcchatbot-template-06 ul.wp-chatbot-messages-container{
   padding-bottom: 30px !important;
}
.qcchatbot-template-06 span.qcld-chat-common{
   color: #204595;
   font-weight: bold;
   background: #fff;
   box-shadow: none;
   font-size: 14px;
   padding: 8px 30px;
   margin-bottom: 15px;
   margin-left: 15px;
}
/* .qcchatbot-template-06 span.qcld-chat-common + span.qcld-chat-common{
   margin-left: 15px;
} */
.qcchatbot-template-06 span.qcld-chat-common:hover{
   background-color: #204595;
   color: #fff;
   border-color: #204595;
}
.qcchatbot-template-06 .wpbot_card_image{
   max-width: 300px;
   height: 200px;
   margin: 0;
   border-radius: 25px;
}
#wp-chatbot-chat-container.qcchatbot-template-06 .wpbot_card_image img{
   padding: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   margin: 0;
}
.qcchatbot-template-06 .wpbot_card_caption{
   padding: 8px 25px;
   background: #b9d528;
}
.qcchatbot-template-06 .wpbot_card_caption h2{
   color: #204595;
   margin: 0;
}
.qcchatbot-template-06 .wpbot_card_wraper{
   flex: 0 0 33%;
   padding-right: 20px;
   position: relative;
   animation: fadein 1s ease-in forwards;
   opacity: 0;
}
.wpb-quick-reply2{
   cursor: pointer;
}
.wpbot_carousel_wraper{
   display: block;
   width: 100%;
   max-height: 130px;
   animation: fadein2 1.5s ease-in forwards;
   opacity: 0;
}
@keyframes fadein2 {
   0% {opacity: 0;}
   50% {opacity: 0;}
   100% {opacity: 1;}
}
.wpbot_carousel_wraper .wpbot_carousel_item{
   padding: 0 10px;
}
.qcchatbot-template-06 .wp-chatbot-body{
   height: calc(100% - 84px);
   padding-top: 120px;
   overflow: hidden;
}
.qcchatbot-template-06 .wp-chatbot-content, .qcchatbot-template-06 .slimScrollDiv{
   height: 100% !important;
   overflow-y: scroll;
}
.qcchatbot-template-06 .wp-chatbot-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: transparent;
}

.qcchatbot-template-06 .wp-chatbot-content::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

.qcchatbot-template-06 .wp-chatbot-content::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.5);
   border-radius: 5px;
}

.qcchatbot-template-06 #wp-chatbot-desktop-reload{
   display: none;
}
.qcchatbot-template-06 #wp-chatbot-desktop-close{
   border-radius: 0;
   background: url(../img/icon-close.png) top left no-repeat;
   background-size: 100%;
   width: 19px;
   height: 19px;
   right: 40px;
   padding: 0;
   top: 50%;
   transform: translateY(-50%);
   z-index: 99999;
}
.qcchatbot-template-06 #wp-chatbot-desktop-close *{
   display: none;
}
.qcchatbot-template-06 #wp-chatbot-desktop-glossary {
   position: absolute;
   right: 100px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 99999;
}
.qcchatbot-template-06 #wp-chatbot-desktop-glossary a.wp-chatbot-operation-option{
   color: #fff;
   text-decoration: none;
   font-size: 14px;
}
.qcchatbot-template-06 #wp-chatbot-desktop-glossary a.wp-chatbot-operation-option:hover{
   text-decoration: underline;
}
.wp-chatbot-tab-nav{
   position: fixed;
   top: 0;
   left: 0;
}
.wpbot_multicards_wraper{
   width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-bottom: 20px;
   animation: fadein 1s ease-in forwards;
   opacity: 0;
}
@keyframes fadein {
   0% {opacity: 0}
   100% {opacity: 1}
}
h2.glossary-title{
   font-size: 30px;
   font-weight: bold;
  text-shadow: 0px 7px 14.4px rgba(64, 104, 171, 0.17);
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.qcchatbot-template-06 span.qcld-chatbot-suggest-phone{
   display: inline-block !important;
}
.wp-chatbot-msg-flat2 > *{
   margin-bottom: 25px;
}
/* .wpbot_carousel_wraper{
   display: block;
   width: 100%;
}
.wpbot_carousel_wraper .wpbot_carousel_item{
   width: 150px;
   height: 150px;
   background-color: #fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
}
.wpbot_carousel_wraper .wpbot_carousel_item .img{
   max-width: 120px;
} */
html.chat-open{
   overflow-y: hidden;
}
.qcchatbot-template-06 .wpbot-saas-live-chat{
   position: fixed;
   width: 100vw !important;
   height: 100vh !important;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: 0 !important;
   border-radius: 0;
   box-shadow: none;
   background: url(../img/chat-bg.jpg) center center no-repeat;
   background-size: cover;
   box-shadow: none !important;
}
.qcchatbot-template-06 .wbcaTitle{
   background: rgba(0,0,0,0.15);
   border-radius: 0 0 25px 25px;
   border: none;
   padding: 10px 25px;
}
.qcchatbot-template-06 .wbcaBodyHolder{
   border: none;
   background-color: transparent;
}
.qcchatbot-template-06 .wbca_header_txt{
   color: #fff;
}
.qcchatbot-template-06 .wbcaBody input[type="text"]{
   color: #fff;
   border-radius: 25px;
   padding: 10px 25px;
   font-size: 18px;
}
.qcchatbot-template-06 .wbcaBody input[type="text"]::placeholder{
   color: #ccc;
}
.qcchatbot-template-06 .wbcaBody button.button{
   font-size: 18px;
   border-radius: 25px;
   padding: 10px 25px !important;
   color: #fff;
   overflow: hidden;
}
.qcchatbot-template-06 .wbcaBody #wbca_chat_footer{
   top: -30px;
   padding: 13px 40px;
   border-radius: 25px 25px 0 0;
   background-color: #fff;
   height: 72px;
}
.qcchatbot-template-06 .wbcaBody #wbca_chat_footer input[type="text"]{
   font-size: 18px;
   padding: 0;
   height: 100%;
   color: #4b4b4b;
   border: none;
}
.qcchatbot-template-06 .wbcaBody #wbca_chat_footer input[type="text"]::placeholder{
   color: #4b4b4b;
}
.qcchatbot-template-06 #wbca_chat_body{
   padding-bottom: 30px;
}
.qcchatbot-template-06 .wbcaMessage{
   font-size: 16px;
}
.qcchatbot-template-06 .rightMessage {
    background: rgba(0, 0, 0,0.17) !important;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
    padding: 10px 25px;
}
.qcchatbot-template-06 .leftMessage {
    background: rgba(255,255,255,0.14);
    border-radius: 15px;
    padding: 10px 25px;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.qcchatbot-template-06 .rightMessage:after, .qcchatbot-template-06 .rightMessage:before, .qcchatbot-template-06 .leftMessage:before, .qcchatbot-template-06 .leftMessage:after{
   display: none !important;
}
#wp-chatbot-editor-container .input-live{
   display: none;
}
.wp-liveagent-msg .wp-chatbot-avatar{
   display: block;
}
.wp-liveagent-msg{
   padding-bottom: 25px;
}
#wp-chatbot-desktop-glossary{
   /* display: none; */
}
body.lang-en .wp-chatbot-msg.lang-bm, body.lang-en .wp-chat-user-msg.lang-bm{
   display: none;
}
body.lang-bm .wp-chatbot-msg.lang-en, body.lang-bm .wp-chat-user-msg.lang-en{
   display: none;
}
@media (max-width: 767px) {
   .qcchatbot-template-06 .wpbot_card_wraper{
      flex-basis: 50%;
   }
}

@media (max-width: 576px) {
   .qcchatbot-template-06 .wp-bot-header-title-text, .agent-name, .qcchatbot-template-06 #wp-chatbot-desktop-glossary a.wp-chatbot-operation-option{
      font-size: 12px;
   }
   .qcchatbot-template-06 .wp-bot-header-title span img{
      display: none;
   }
   .qcchatbot-template-06 #wp-chatbot-desktop-glossary{
      right: 70px;
   }
   .qcchatbot-template-06 .wp-bot-header-title{
      padding-left: 20px;
   }
   .qcchatbot-template-06 #wp-chatbot-desktop-close{
      width: 15px;
      height: 15px;
      right: 35px;
   }
   .qcchatbot-template-06 ul.wp-chatbot-messages-container>li{
      font-size: 14px;
   }
   button.wp-chatbot-button:hover:after{
      transform: scale(0);
   }
}

@media (max-width: 440px) {
   .qcchatbot-template-06 #wp-chatbot-board-container .wp-bot-header, .qcchatbot-template-06 #wp-chatbot-board-container .slimScrollDiv, .qcchatbot-template-06 .wp-chatbot-footer{
      width: 100% !important;
   }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .qcchatbot-template-06 #wp-chatbot-board-container {
        height: 1024px;
    }
}

/* iPad with landscape orientation. */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .qcchatbot-template-06 #wp-chatbot-board-container {
        height: 768px;
    }
}

/* iPhone 5
You can also target devices with aspect ratio. */
@media screen and (device-aspect-ratio: 40/71) {
    .qcchatbot-template-06 #wp-chatbot-board-container {
        height: 500px;
    }
}