
       
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dfghjs {
  background: #feffff;
}
.chatbot-toggler {
  position: fixed;
  bottom: 57%;
  right: 35px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: 	#25D366;
  transition: all 0.2s ease;

}
.dfghjs.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}
.chatbot-toggler .chatbotSpan {
  color: #fff;
  position: absolute;
}
.chatbot-toggler .chatbotSpan:last-child,
.dfghjs.show-chatbot .chatbot-toggler .chatbotSpan:first-child  {
  opacity: 0;
}
.dfghjs.show-chatbot .chatbot-toggler .chatbotSpan:last-child {
  opacity: 100%;
}
.chatbot {
  position: fixed;
  right: 35px;
  bottom: 10px;
  width: 366px;
  background: #F3F0F0;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
  transition: all 0.1s ease;
}
.dfghjs.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.chatbot .chatbotHeader {
  padding: 10px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #3C2562;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  height:47px;
}
.chatbot .chatbotHeader .chatbotSpan {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.chatbotHeader #chatTitle {
  font-size: 1.4rem;
}
.chatbot .chatbox {
  overflow-y: auto;
  overflow-x:hidden;
  height: 400px;
  padding: 30px 20px 100px;
}
.chatbot :where(.chatbox, #chatarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, #chatarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, #chatarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  list-style: none;
}
.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .incoming .chatbotSpan {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #308A41;
  border-radius: 4px;
  margin: 0 10px 7px 0;
  /*margin-bottom:170px;*/
}
.chatbox .chat #textPara {

  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #308A41;
}

.para{
      padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: white;
}

.buttonDiv{
  width:106px;

  max-width: 75%;
  padding-bottom:-6px;
  color: #fff;
  font-size: 0.95rem;
  margin-top:5px;
  margin-right:;
  display:flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: center;


}
.chatbox .incoming #textPara {
    font-family:'rubik',sans-serif;
  border-radius: 0px 10px 10px 10px;
}
.chatbox .chat #textPara.error {
  color: #721c24;
  background: #f8d7da;
}
.chatbox .incoming #textPara {
  color: #000;
  background: #f2f2f2;
  margin-bottom:6px;
}
.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}
.chat-input #chatarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}
.chat-input .chatbotSpan {
  align-self: flex-end;
  color: #308A41;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}
.chat-input #chatarea:valid ~ .chatbotSpan {
  visibility: visible;
}

/*.chatbtn{*/
    
/*    text-align:center;*/
/*    padding:8px 0px;*/
/*    border:1px solid #555;*/
/*    font-weight:bold;*/
/*    font-size:16px;*/
/*    color:#34B7F1;*/
/*    width:100%;*/
/*    cursor: pointer;*/



   
/*}*/


.chatbtn {
    padding: 0px 27px;
    
    background-color: #308A41;
    color: white;
    border: none;
    border-radius: 15px;
    width:106px
    cursor: pointer;
    
      height:35px;
  font-family: "Inter", sans-serif;
  font-weight:700;
  font-size:14px;
}

.chatbtn:hover{
        background-color: #fff;
    color: #000;
    border:1px solid #000;
}
.chatbtn:visited {
    background-color: #fff; /* Keeps the background color white */
    color: #ff1313; /* Keeps the text color black */
    border: 1px solid #000; /* Keeps the border color black */
}



.chat-buttons {
    display: block;
    /*margin-top:-130px;*/
    margin-top:10px;
    
    margin:0px 30px;
    align-items: center;
   
}
.chat-buttons1{
    display:flex;
    flex-direction:column;
    /*margin-top:-130px;*/
    margin-top:70px;
    margin:0px 45px;
    width:93%;

}

.forminput {
    display: block;
    width: 100%; /* Full width */
    Height:27px;
    padding: 0.375rem 0.75rem; /* Padding inside the input */
    font-size: 1rem; /* Font size */
    font-weight: 400; /* Font weight */
    line-height: 1.5; /* Line height */
    color: #495057; /* Text color */
    background-color: #fff; /* Background color */
    background-clip: padding-box; /* Background extends to the borders */
    border: 1px solid #000; /* Border color */
    border-radius: 5px; /* Rounded borders */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Transition for focus effects */

    /* Add `box-shadow` on focus */
    &:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
}


   
@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  }
  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbot .chatbotHeader .chatbotSpan {
    display: block;
  }
}

#chatLogo{
    width: 29.51px;
height: 30px;
position:absolute;
top: 7px;
left: 17.7px;
gap: 0px;
border-radius: 50%;
opacity: 0px;

}
#chatTitle{
    Width:300px;
    Height:25px;
    margin-left:20px;
    font-weight:700;
    font-size:18px;
    font-family:inter,'inter','Arial';

}
.forminput{
        display: block;
    /*margin-top:-130px;*/
    margin-top:10px;
    max-width:75%;
    margin:5px 30px;
    align-items: center;
    width: 224px;
    height: 27px;
    gap: 0px;
    border-radius: 5px;
    border: 1px 0px 0px 0px;
    opacity: 0px;

}
.forminput::placeholder{
    font-size:12px;
    font-weight:500;
    
}
.forminput:focus{
    outline:none;
}
#formInputSubmit{
    font-family: 'Rubik', sans-serif;
    width:210px;

    padding: 10px 20px;
    margin: 5px 32px;
    background-color: #308A41;
    color: white;
    border: none;
    border-radius: 15px;
    width: 100%;
    cursor: pointer;
    max-width: 74%;
    font-weight:500;
    font-size:12px;
}
.formInputSubmit:hover{
    background-color: #fff;
    color: #000;
    border:1px solid #000;
}
#textpara{
    color:#30414C;
font-size: 13px;
font-weight: 500;
line-height: 15.6px;
text-align: left;

border-radius:10px;
Padding:5px, 6px, 10px, 10px;
Gap:10px;

}
.input-form{
    
}
    .speech-bubble2 {
      position: relative;
      background-color: #E9F8DF;
      border-radius: 10px;

    }
    .speech-bubble2:after {
      content: '';
      position: absolute;
      bottom: 100%; /* Position at the top of the bubble */
      left: 100%;
      top:0;
      margin-left: -10px; /* Half the width of the arrow */
      border-width: 10px;
      border-style: solid;
      border-color: #E9F8DF transparent transparent transparent; /* Adjust to match the border color of the bubble */
    }

    .speech-bubble {
      position: relative;
      background-color: #ffffff;
      border-radius: 10px;

    }

    .speech-bubble:after {
      content: '';
      position: absolute;
      bottom: 100%; /* Position at the top of the bubble */
      left: 1%;
      top:0;
      margin-left: -10px; /* Half the width of the arrow */
      border-width: 10px;
      border-style: solid;
      border-color: #fff transparent transparent transparent; /* Adjust to match the border color of the bubble */
    }
      #time{
        width:30px;
        font-weight:400;
        font-size:12px;
        position:relative;
        left:80%;
        color:#606D75;
        background-color:transparent;
    }
