* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
.botIconDiv{
    position: fixed;
    bottom: 6%;
    right: 2%;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    cursor: pointer;
    cursor: pointer;
    z-index: 60;
}


.botIconDiv img{
    height: 45px;
}
.botContiner {
    font-family: sans-serif;
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
    width: 26%;
    height: 85vh;
    overflow: hidden;
    border: #606060 solid 1px;
   background: #fff!important;
    z-index: 20;
}
.botContiner .botTop {
    width: 100%;
    height: 13%;
    color: #fff!important;
    background: #2278E5!important;
   display: flex;
justify-content: space-between;
padding-right: 20px;
    align-items: center;
    padding-left: 20px;
    border-bottom: #ececec solid 2px;
}
    .closeBTN{
background: #2278E5!important;
border:none;
cursor: pointer;
}
.btnContainer{
    display: flex;
    align-items: center;
    gap: 5px;
}
.botTop .LinkBtn{
    padding: 5px 15px;
    font-size: 0.9rem;
    border-radius: 15px;
    border: none;
    background:#fff;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.botTop .closeBTN img{
height: 28px;
transform: translateY(1px);
}
.botTop .title {
    font-size: 1.4rem;
    margin-bottom: 0;    
}


.ResponseContiner,.responseDiv {
    width: 100%;
    height: 70%;
    background: #ffffff!important;
   
    z-index: 20;
}
    .responseDiv{
    margin-top: 5px;
    height: 100%;
    overflow-y: auto;
    }
.ResponseContiner::-webkit-scrollbar {
    width: 8px;
}
.ResponseContiner::-webkit-scrollbar-thumb {
    background: #ccc!important;
    border-radius: 10px;
}
.ResponseContiner::-webkit-scrollbar-thumb:hover {
    background: #888!important;
}
.responseDiv::-webkit-scrollbar {
    width: 8px;
}
.responseDiv::-webkit-scrollbar-thumb {
    background: #ccc!important;
    border-radius: 10px;
}
.responseDiv::-webkit-scrollbar-thumb:hover {
    background: #888!important;
}
.welcomeDiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    color: #000!important;
}
.welcomeDiv .Welcome {
    font-size: 1.9rem;
}
.welcomeDiv .About {
    font-size: 1rem;
    text-align: center;
    color: #606060!important;
}
.welcomeDiv .questionDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}
.questionDiv .question {
    padding: 5px 10px;
    border-radius: 10px;
    border: #e4e4e4 solid 1px;
    cursor: pointer;
    font-size: 0.9rem;
}
    .questionDivTwo {
     width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 6px;
    font-size: 0.9rem;
    }
   .questionDivTwo .question{
    padding: 5px 10px;
    border-radius: 10px;
    border: #c9c9c9 solid 1.5px;
    cursor: pointer;
   } 

   #blue{
    background:#2078E3 !important;
    color: white!important;
   }
.responseDiv .response {
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #f5f6f5!important;
    margin-bottom: 6px;
    margin-left: 10px;
margin-right: 10px;
font-size: 0.9rem;
color: #000!important;
}
.responseDiv .loading {
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #ececec!important;
    margin-bottom: 10px;
      margin-left: 10px;
margin-right: 10px;
font-size: 0.9rem;
color: #000!important;
}


.inputContiner {
    width: 100%;
    height: 17%;
    border-top: #e4e4e4 solid 1px;
   
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff!important;
}
.inputContiner .inputDiv {
    width: 100%;
    height: 60%;
    display: flex;
    border-bottom: #e4e4e4 solid 1px;
}
.inputDiv input {
    width: 80%;
    height: 100%;
    font-size: 0.9rem;
    padding-left: 5px;
  border:none;
    outline: none;
  
  
    border-right: 0;
}

.sendIcon{
    height: 22px;
}
.inputDiv .submitBtn {
    width: 20%;
    height: 100%;
 border: none;
    background: #fff!important;
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 1rem;
    cursor: pointer;
}
.inputDiv .submitBtn:hover {
    background-color: #f3f3f3!important;
}
.inputContiner .logo {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    color: #929292!important;
    padding: 10px 10px;
}
.logo a{
    text-decoration: none;
color: #7c7c7c!important;
    font-size: 0.8rem;
}

.sendIcon{
    height: 25px;
}
@media (max-width: 768px) {
    .sendIcon{
        height: 28px;
    }
    .botIconDiv{
        position: fixed;
        bottom: 10%;
        right: 5%;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        cursor: pointer;
        cursor: pointer;
        z-index: 19;
    }
    .botContiner {
        width: 90%;
        right: 5%;
        bottom: 5%;
        height: 75vh;
    }
    .botTop .title {
        font-size: 1.5rem;
    }
    .ResponseContiner, .responseDiv {
        height: 52vh;
    
    }
    .inputDiv input {
        font-size: 1rem;
    }
    .inputDiv .submitBtn {
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .botIconDiv{
        position: fixed;
        bottom: 10%;
        right: 5%;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        cursor: pointer;
        cursor: pointer;
        z-index: 19;
    }
    .botContiner {
        width: 95%;
        right: 2.5%;
        bottom: 5%;
       
    }
    .botTop .title {
        font-size: 1.7rem;
    }
    .inputDiv input, .inputDiv .submitBtn {
        font-size: 1rem;
    }
}

.loadingMessage {
   
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    gap: 6px;
    margin: 8px 10px;
  }
  
  .loadingMessage .dot {
    width: 10px;
    height: 10px;
    background-color: #d4d4d4;
    border-radius: 50%;
    animation: blink 1.4s infinite both;
  }
  
  .loadingMessage .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .loadingMessage .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  @keyframes blink {
    0%, 80%, 100% {
      opacity: 0;
      transform: scale(0.8);
    }
    40% {
      opacity: 1;
      transform: scale(1);
    }
  }
  