/* body {
    font-family: Arial, sans-serif;
} */
p{
    margin: 0;
}
.chatbot-icon {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 995;
}

.icon-size {
    width: 90px;
    height: 100px;
    cursor: pointer;

}
.popup-container{
.chatbot-popup {
    height: 481px;
    width: 350px;
    background-color: #fff;
    border-radius: 15px;
    display: none;
    position: fixed;
    bottom: 70px;
    right: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    z-index: 999999999;
}

.logo {
    width: 40px;
    height: 36px;
}
.bot-row{
    display: flex;
}
.cross {
    width: 15px;
    height: 15px;
}
.welcome-text{
    margin: 0px 0px 10px 0px !important;
    font-size: 13px;
    width: fit-content;
}
.bot-header {
    /* background: linear-gradient(270deg, #f37021 1.91%, #ef414a 48.18%, #ed0c6e 95.42%); */
    background-color: rgb(241, 241, 241);
    padding: 0px 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}



.default-text {
    background-color: rgb(241, 241, 241);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.botHeading{
    font-size: 16px;
    line-height: 15px;
    color: #ed0c6e;
}
.t1{
    font-size: 13px;
    line-height: 17px;
}
.wchat{
    text-decoration: underline;
}
.queryContainer {
    background-color: rgb(241, 241, 241);
    padding: 10px;
    border-radius: 20px;
    position: relative;
    bottom: 0px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bot-body-container{
    position: relative;
    height: 100%;
}
.bot-body{
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}
.bot-content {
    padding: 10px;
    position: relative;
    height: 344px;
}
.input-type {
    border: none;
    outline: none;
    background: none;
    width: 90%;
}
.more{
    cursor: pointer;
    width: fit-content;
    margin-bottom: 10px;
    margin-left: 30px;
    color: blue;
    border: 1px solid blue;
    padding: 2px 12px;
    border-radius: 20px;

}
.main-menu{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 10px;
    margin-left: 30px;
}
.main-menu:hover{
    background-color: rgb(241, 241, 241);
}
.questions-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 30px;
}

.question-box {
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    /* flex: 1 1 calc(50% - 10px); */
    box-sizing: border-box;
}
.question-box:hover{
    background-color: #ccc;
}
.user-query-container{
    display: flex;
    justify-content: end;
}
.user-query {
    margin: 10px 0;
    padding: 10px;
    font-size: 13px;
    background: linear-gradient(270deg, #f37021 1.91%, #ef414a 48.18%, #ed0c6e 95.42%);
    color: #fff;
    border-radius: 15px;
    max-width: 60%;
}

.bot-response {
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
}

.scoped-response ol{
    list-style: decimal !important;
    padding-left: 30px !important;
}
.scoped-response li{
    list-style: auto !important;
}
.wchatContainer{
    a {
        /* color: blue ; */
        text-decoration: underline ;
    }
}

/* table,tbody,tr,td,th{
    border: 1px solid black ;
} */
table{
    margin-bottom: 5px;
}
.popup-container{
    display: block;   
}
.feedback-container{
    display: flex;
    align-items: center;
}
.wchatContainer{
    border: none;
    background-color: transparent;
}
.row-wise{
    display: flex;
    align-items: center;
}
.review-button{
    width: 15px;
    height: 17px;
    margin-right: 10px;
}
.link{
    color: #000 ;
    text-decoration: none ;

}

.bot-body-container{
    position: relative;
    height: 100%;
}
.send-icon{
    width: 17px;
    height: 17px;
}
.user-images-container{
    margin-top: 15px;
    margin-left: 5px;
}
.user-images{
    width: 15px;
}
.responseBot{
    width: 90px;
    height: 90px;
    margin-left: 20px;
}
.loading-container {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 10px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #000;
    animation: dot-blink 1s infinite ease-in-out;
  }
  
  .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  .disclaimer{
    font-size: 8px;
    color: gray;
    padding: 5px 20px;
    bottom: 0px;
    position: relative;
  }
  
  @keyframes dot-blink {
    0%, 80%, 100% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
  }
  
  .response-container{
    display: flex;

  }
  .bot-images-container{
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center ;
  }
  .dummy-image{
    margin-left: 30px;
  }
  .bot-images{
    width: 20px;
    height: 15px;
    max-width: unset;
  }
@media(max-width:900px){
    .chatbot-icon{
        bottom:105px;
        right: 0px;
    }
    .chatbot-popup{
       left: unset;
        right: unset;
        height: 71%;
        width: 100%;
    }
    .bot-content{
        height: 85%;
    }
    .bot-body{
        height: 90%;
        max-height: unset;
    }
    .popup-container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width:500px){
    .chatbot-popup{
        width: 100%;
        height: 100%;
        right: 0px;
        top: 0px;
    }
    .bot-body{
        height: 100%;
    }
    .bot-header{
        border-radius: 0px;
    }
    .chatbot-popup{
        border-radius: 0px;
    }
    .queryContainer{
        bottom: 8px;
    }
    .bot-content{
        height: calc(100% - 125px);
    }
    .popup-container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
}