/*****************************************************/
/*****************************************************/
/*****************************************************/
/******************* Clicker CSS **********************/
/*****************************************************/
/*****************************************************/


.chatbot-size {
  width: 400px !important;
  min-width: 400px !important; 
  max-width: 400px !important; 
  height: 600px; 
  display:none;
  position:fixed;
  right:25px;
  bottom:75px !important;
  z-index: 2147483646 !important;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);	
  border-radius: 24px 24px 24px 24px;
}


@media only screen and (max-width:675px) {
.chatbot-size {
  right:0px !important;
  bottom:0% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  border-radius: 0px !important;
  z-index: 2147483646 !important;
}
}


.chatbot-text {
  position: fixed;
  right: 33px;
  bottom: 80px;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  padding: 16px 16px 16px 12px;
  border-radius: 3px!important;
  font-size: 16px;
  width: 240px;
  color: #000;
  border: 1px solid #ccc;
  border-style: none;
  border-width: 1px;
  background-color: #fff;
  z-index: 9999999;
  line-height: 23px;
  margin-bottom: 0px !important;
}


/* close */
.closeChatBtn {
  position: fixed;
  right: 0px;
  z-index: 2147483647;
  font-size: 12px;
  color:transparent;
  top: 31px;
  width: 64px;
  background-size:contain;
  background-repeat:no-repeat;
}


.chat-button {
  position: fixed;
  right: 33px;
  bottom: 1%;
  z-index: 99999;
  width: 60px;
  height: 60px;
  cursor: pointer !important;
  background-color: white;
  border-radius: 50%;
  bottom: 10px;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
  animation-fill-mode: forwards;
  animation: pulse 1.6s;
  font-size: 14px;
}
@-webkit-keyframes pulse {

0% {
  -moz-box-shadow:    0px 0px 0px 0px rgba(41,151,255, 0);
  -moz-box-shadow:    0px 0px 0px 0px rgba(41,151,255, .85);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(41,151,255, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(41,151,255, .85);
  box-shadow: 0px 0px 0px 0px rgba(41,151,255, 0); 
  box-shadow: 0px 0px 0px 0px rgba(41,151,255, .85); 
}

70% {
  -moz-box-shadow:    0px 0px 0px 25px rgba(41,151,255, 0);
  -webkit-box-shadow: 0px 0px 0px 25px rgba(41,151,255, 0);
  box-shadow: 0px 0px 0px 25px rgba(41,151,255, 0); 
  
}

100% {
  -moz-box-shadow:    0px 0px 0px 0px rgba(41,151,255, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(41,151,255, 0);
  box-shadow: 0px 0px 0px 0px rgba(41,151,255, 0); 
}

}

@keyframes pulse {

0% {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(41,151,255, .85);
  -moz-box-shadow:    0px 0px 0px 0px rgba(41,151,255, .85);
  box-shadow: 0px 0px 0px 0px rgba(41,151,255, .85); 
}

70% {
  -webkit-box-shadow: 0px 0px 0px 25px rgba(41,151,255, 0);
  -moz-box-shadow:    0px 0px 0px 25px rgba(41,151,255, 0);
  box-shadow: 0px 0px 0px 25px rgba(41,151,255, 0); 
}

100% {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(41,151,255, 0);
  -moz-box-shadow:    0px 0px 0px 0px rgba(41,151,255, 0);
  box-shadow: 0px 0px 0px 0px rgba(41,151,255, 0); 
}

}


/* animation */
.chatbot-size {
	-webkit-animation: scale-up-br 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-br 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}

