<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.cb-chatbot-container {
    width: 400px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 30px 30px 0 0;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    margin-right: 50px;
  }

#cb-chatbot {
    background-color: #f5f5f5;
    border: 1px solid #eef1f5;

  }
  
  #cb-header {
    background: linear-gradient(166.66deg, rgb(31, 117, 206) 4.62%, rgb(23, 121, 207) 4.62%, rgb(116, 75, 196) 86.29%);
    color: #ffffff;
    padding: 20px;
    font-size: 1em;
    /* font-weight: bold; */
    border-radius: 30px 30px 0 0;
  }

  cb-message-container {
    background: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    }
  
  
  #cb-conversation {
    height: 300px;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    
  }

  .vh100{
    height: 100vh !important;
  }

  .cb-vhfix{
    height: 60vh !important;
  }

  @keyframes message-fade-in {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .cb-chatbot-message {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    border-radius: 20px;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 100%;
    padding: 0 15px;
  }

  .cb-user-message {
    justify-content: flex-end;
  
  }

  .cb-user-message .cb-chatbot-text {
    justify-content: flex-end;
    background:#E6F8F1;
  }

.cb-chatbot-text {
    background-color: white;
    color: #333333;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  #cb-input-form {
    display: flex;
    align-items: center;
    border-top: 1px solid #eef1f5;
    padding: 20px;
    
  }
  
  #cb-input-field {
    flex: 1;
    height: 60px;
    border: 1px solid #eef1f5;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    transition: border-color 0.3s;
    background: #ffffff;
    color: #333333;
    border: none;
    border-radius: 10px;
  }

  .cb-send-icon {
    margin-right: 10px;
    cursor: pointer;
    width: 20px;
  }
  .cb-send-icon:hover {
    background: #9cd9f4;
    border-radius: 50%;
    padding: 5px;
   }

  .cb-mic-icon {
    margin-right: 10px;
    cursor: pointer;
    width: 20px;
  }

  .cb-mic-icon:hover {
   background: #9cd9f4;
   border-radius: 50%;
   padding: 5px;
  }

  #cb-input-field:focus {
    border-color: #333333;
    outline: none;
  }
  
  #cb-submit-button {
    background-color: transparent;
    border: none;
  }

  .cb-chatbot-message p[sentTime]::after {    
    content: attr(sentTime);
    position: absolute;
    top: -5px;
    font-size: 12px;
    color: gray;
  }

  .cb-chatbot p[sentTime]::after {  
    left: 15px;
  }

  .cb-user-message p[sentTime]::after {  
    right: 15px;
  }
  

  /* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #bebebe; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #dedcdc; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #dedcdc; 
  }

  /*--======= Bubble Block Start========--*/

  .cb-bubble-main {
    position: fixed;
    bottom: 20px;
    right: 100px;
    border: 2px solid #e4e4e4;
    z-index: 10;
    border-radius: 30px;
    background-color:white;
    
  }

  .cb-bubble-container {
    width: 200px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 30px 30px 0 0;
   
  }
  .cb-bubble-inner{
    padding: 20px;
  }
  
  .cb-bubble-footer {
    background: linear-gradient(166.66deg, rgb(31, 117, 206) 4.62%, rgb(23, 121, 207) 4.62%, rgb(116, 75, 196) 86.29%);
    color: #ffffff;
    padding: 20px;
    font-size: 1em;
    border-radius: 0 0 30px 30px;
    text-align: right;
  }

  .cb-text-small
  {
    font-size: 14px;
  }

.cb-btn-chat{
  margin-right: 10px;
}
.cb-btn-talk{
  float: right;
}


/* CSS */
.cb-btn-main {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.cb-btn-main:hover,
.cb-btn-main:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.cb-btn-main:hover {
  transform: translateY(-1px);
}

.cb-btn-main:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.cb-bubble-footer img{

  width: 70px;
  vertical-align: middle;
  padding-right: 20px;

}

.cb-bubble-footer {
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
  border-radius: 0 0 30px 30px;
  right: 100px;
  bottom   : 0;
 
}
/*--Bubble Block End--*/

  /*--popup --*/


/* The popup chat - hidden by default */
.cb-chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  /* border: 3px solid #f1f1f1; */
  z-index: 11;
  
}

/* Add styles to the form container */
.cb-form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.cb-form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.cb-form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.cb-form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.cb-chatbot-container .cancel {
  float: right;
}

/* Add some hover effects to buttons */
.cb-form-container .cb-btn:hover, .cb-open-button:hover {
  opacity: 1;
}
/*--popup end--*/

.cb-close:after{
  /* display: inline-block; */
  content: "\00d7"; /* This will render the 'X' */
  cursor: pointer;
  float: right;
}

.ch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-gap: 20px; */
}

.cb-chat-bot-icon{
  width:30px;
}



/* chat bubble start*/
.cb-chat-bubble {
  background-color:#E6F8F1;
  padding:16px 28px;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display:inline-block;
  position: relative;
  left: 20px;
  bottom: 20px;
}
.cb-typing {
  align-items: center;
  display: flex;
  height: 17px;
}
.cb-typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #6CAD96 ; 
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}
.cb-typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.cb-typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.cb-typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.cb-typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color:#6CAD96; 
  }
  28% {
    transform: translateY(-7px);
    background-color:#9ECAB9; 
  }
  44% {
    transform: translateY(0px);
    background-color: #B5D9CB; 
  }
}
/*chat bubble end*/

.cb-more{
  float: right;
  margin-left: 10px;
  width: 20px;
  cursor: pointer;
}

.cb-close{
  float: right;
  margin-left: 10px;
  width: 23px;
  cursor: pointer;
}

.cb-chat-footer{
  padding:20px;
  font-size: 13px;
  text-align: center;
}

.cb-chat-footer span{
  vertical-align: middle;
}

.cb-chat-footer img{
  top: 20px;
  width: 70px;
  vertical-align: middle;
}

.cb-chat-popup-expand {
    display: inline;
    width: 100%;
    left: 2px;
    z-index: 2000;
    /* height : 100vh; */
}

.cb-chat-container-expand{
  width :100%;
}

.cb-hide{
  display: none;
}




@media only screen and (max-width: 600px) {
  .cb-chatbot-container {
   margin-left: 30px;
    margin-right: 0px;
    width: 360px;
  }

  .cb-bubble-main {
    position: fixed;
    bottom: 20px;
    /* right: 100px; */
    border: 2px solid #e4e4e4;
    z-index: 10;
    border-radius: 30px;
    background-color: white;
    width: 300px;
    left: 52px;
  }

}


</pre></body></html>