
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  font-family: 'Roboto', sans-serif !important;
}
html, body {
  background-color: transparent !important;
}
#root {
  background-color: transparent !important;
}
.containers {
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 4px 15px 5px #0000001a;
}

.languagesselect {
  width: 40px;
  height: 30px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  /* position: absolute;
  left: 0;
  top: 0; */
  font-size: 12px;
  cursor: pointer;
  z-index: 999;
}
 .miccontainer{
    height: 25px;
    display: flex;
    width: 80%;
 }
 .bar {
    width: 5px;
  
    height: 20px;
    border-radius: 100px;
    background: #ddd;
    margin-left: 5px;
  }
.chat-input {
      width: 100%;
      
      height: 50px;
      
      border-radius: 8px;
      padding: 8px;
      display: flex;
      align-items: center;
       
      justify-content: center;
    }

    .waves {
      display: flex;
      gap: 4px;
        
      height: 100%;
      align-items: flex-end;
    }

    .waves span {
                    /* Each bar takes equal width */
      background: rgb(70, 70, 70);
      border-radius: 4px;
      width: 2px;
      height: 10px;
      
    }

    /* Different animation delays to simulate random waves */
    .waves span:nth-child(1) { animation-delay: 0s; }
    .waves span:nth-child(2) { animation-delay: 0.1s; }
    .waves span:nth-child(3) { animation-delay: 0.2s; }
    .waves span:nth-child(4) { animation-delay: 0.3s; }
    .waves span:nth-child(5) { animation-delay: 0.4s; }
    .waves span:nth-child(6) { animation-delay: 0.5s; }
    .waves span:nth-child(7) { animation-delay: 0.6s; }
    .waves span:nth-child(8) { animation-delay: 0.7s; }
    .waves span:nth-child(9) { animation-delay: 0.8s; }
    .waves span:nth-child(10) { animation-delay: 0.9s; }
    .waves span:nth-child(11) { animation-delay: 0s; }
    .waves span:nth-child(12) { animation-delay: 0.1s; }
    .waves span:nth-child(13) { animation-delay: 0.2s; }
    .waves span:nth-child(14) { animation-delay: 0.3s; }
    .waves span:nth-child(15) { animation-delay: 0.4s; }
    .waves span:nth-child(16) { animation-delay: 0.5s; }
    .waves span:nth-child(17) { animation-delay: 0.6s; }
    .waves span:nth-child(18) { animation-delay: 0.7s; }
    .waves span:nth-child(19) { animation-delay: 0.8s; }
    .waves span:nth-child(20) { animation-delay: 0.9s; }

    .waves span:nth-child(21) { animation-delay: 0s; }
    .waves span:nth-child(22) { animation-delay: 0.1s; }
    .waves span:nth-child(23) { animation-delay: 0.2s; }
    .waves span:nth-child(24) { animation-delay: 0.3s; }
    .waves span:nth-child(25) { animation-delay: 0.4s; }
    .waves span:nth-child(26) { animation-delay: 0.5s; }
    .waves span:nth-child(27) { animation-delay: 0.6s; }
    .waves span:nth-child(28) { animation-delay: 0.7s; }
    .waves span:nth-child(29) { animation-delay: 0.8s; }
    .waves span:nth-child(30) { animation-delay: 0.9s; }
    .waves span:nth-child(31) { animation-delay: 0s; }
    .waves span:nth-child(32) { animation-delay: 0.1s; }
    .waves span:nth-child(33) { animation-delay: 0.2s; }
    .waves span:nth-child(34) { animation-delay: 0.3s; }
    .waves span:nth-child(35) { animation-delay: 0.4s; }
    .waves span:nth-child(36) { animation-delay: 0.5s; }
    .waves span:nth-child(37) { animation-delay: 0.6s; }
    .waves span:nth-child(38) { animation-delay: 0.7s; }
    .waves span:nth-child(39) { animation-delay: 0.8s; }
    .waves span:nth-child(40) { animation-delay: 0.9s; }
    .waves span:nth-child(41) { animation-delay: 0.9s; }
    .waves span:nth-child(42) { animation-delay: 0s; }
    .waves span:nth-child(43) { animation-delay: 0.1s; }
    .waves span:nth-child(44) { animation-delay: 0.2s; }
    .waves span:nth-child(45) { animation-delay: 0.3s; }
    .waves span:nth-child(46) { animation-delay: 0.4s; }
    .waves span:nth-child(47) { animation-delay: 0.5s; }
    .waves span:nth-child(48) { animation-delay: 0.6s; }
    .waves span:nth-child(49) { animation-delay: 0.7s; }
    .waves span:nth-child(50) { animation-delay: 0.8s; }

    .waves span:nth-child(51) { animation-delay: 0.9s; }
    .waves span:nth-child(52) { animation-delay: 0.9s; }
    .waves span:nth-child(53) { animation-delay: 0s; }
    .waves span:nth-child(54) { animation-delay: 0.1s; }
    .waves span:nth-child(55) { animation-delay: 0.2s; }
    .waves span:nth-child(56) { animation-delay: 0.3s; }
    .waves span:nth-child(57) { animation-delay: 0.4s; }
    .waves span:nth-child(58) { animation-delay: 0.5s; }
    .waves span:nth-child(59) { animation-delay: 0.6s; }
    .waves span:nth-child(60) { animation-delay: 0.7s; }
    .waves span:nth-child(61) { animation-delay: 0.8s; }
    
    @keyframes bounce {
      0%, 100% { height: 10px; }
      50% { height: 100%; } /* Full height of the input box */
    }

    .sendbutton h3{
      font-size: 15px;
          margin: 0;
    }
.languagesselect option {
  color: black;
}

#output-container2 {
  display: flex;
  width: 100%;

  justify-content: space-between;
  height: 452px
}
.messages-container {
  width: 55%;
}

.message-item {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}



.message p {
  line-height: 1.8 !important;
  font-size: 13px;
  margin-bottom: 0;
}

.message {
  grid-row: 2;
  grid-column: 2;
  font-size: 15px;

  color: #000;
  background-color: #f4f4f4;
  
  border-radius: 20px 20px 0px 20px;
  margin-left: 40px;
  padding: 11px;
  margin-right: 5px;
 
  
}

.hello-container {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  display: flex;
  justify-content: center;
}

.input-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px;
  border: 1px solid lightgrey;
  border-radius: 30px;
}
.input-container input{
  border-radius: 30px;
}
.outputHelpfulClass{
  
  padding: 0px 10px 5px 10px;
}
input[type="text"] {
  flex: 1;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  
}
.justify-content-start{
  justify-content: flex-start!important
}
.align-items-start{
  align-items:flex-start!important
}
button {
  padding: 8px 12px;
  background: transparent;
  border: none;
  border-radius: 10px !important;
  color: white;
  cursor: pointer;
  
}
.sendbutton{
  min-width: 100px;
}
button:hover {
  background: #76a316;
}


button i {
  font-size: 16px;
}
 

.message-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 100%;
  border: none;
}

.message {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 87%;
}

.messages-container {
  max-width: 600px;

  overflow-y: scroll;
  scrollbar-width: none;
  
  -ms-overflow-style: none;
  
  padding: 10px;

  &::-webkit-scrollbar {
    display: none;
    
  }
}

.input-container input {
  border: none;
  outline: none;
  text-align: left;
}

.input-container input {
  border: none;
  outline: none;
}
.input-container input:disabled{
  background:none
}
 
.recording-indicator {
  display: flex;
  align-items: center;
  position: relative;
}

.recording-indicator button {
  background-color: #f44336;
  color: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
  z-index: 1;
  margin-left: 10px;
}

.recording-indicator button i {
  margin-right: 5px;
}


/* css as per figma start */

.chatHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #7ead18;
  padding: 13px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  color: white;
  flex-wrap: wrap;
}

.iconHeadChat img {
  width: 35px;
}


.headMinClose img{
  margin-right: 12px;
  max-height: 35px;
  border-radius: 100%;
}
.headMinClose {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}


.iconHeadChat {
  display: flex;
  align-items: center;
}

.headTextClass .miniHead {
  font-size: 16px;
 
  font-weight: bold;
}

 

.iconButton {
  cursor: pointer;
  /*background-color: #00000024; */
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.iconButton svg{
  width: 25px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconButton2{
  
  margin-right: 5px;
  
}

.iconButton2 span{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #90b832 !important;
  border-radius: 100%;
}
.receiverIconText,
.senderIconText {
  display: flex;
  align-items: flex-end;
}

.senderIconText {
  justify-content: flex-end;
}

.senderIconText img,
.receiverIconText img {
   
  width: 35px;
}

.helpfulText img {
  cursor: pointer;
}

.helpfulText .thumbsDownClass {
  margin-top: 7px;
}

.helpfulText {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.hoverZoom {
  transition: transform .2s;
  margin-left: 5px;
}

.hoverZoom:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}


.chatHead {
  transition: transform 1s ease;
  bottom: 0;
  width: 100%;
}

 
.receiver .senderIconText .message {
  margin: 0;
  background-color: #7ead180f;
  color: black;
  line-height: 1.6 !important;
   
  /* changes for single form input start */
  border-radius: 20px 20px 20px 0px;
  padding: 15px;
  /* changes for single form input end */
}

.receiver .senderIconText {
  flex-direction: row-reverse;
}



.chartbotinsideopen {
  width: 790px;
  
}

.chartbotinsideopen.preview{
  right: 10px;
    bottom: 0;
    position: fixed;
    z-index: 9999 !important;
}

.chat-bubble {
  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;
}

.typing {
  align-items: center;
  display: flex;
  height: 17px;
}

.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;
}

.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}

.typing .dot:last-child {
  margin-right: 0;
}
@keyframes mercuryTypingAnimation {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.chat-bubble-audio {
  position: relative;
  padding: 5px;
  border-radius: 10px;
  max-width: 300px;
}


.chat-bubble {
  position: relative;
  padding: 5px;
  background-color: #f1f0f0;
  border-radius: 10px;
  max-width: 300px;
}

.typing {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: gray;
  border-radius: 50%;
  animation: typing 1s infinite ease-in-out;
}

.loaderVideo {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #7ead18;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}



.loaderVideoOutside {
  height: 50vh;
  background-color: content-box;
  display: flex;
  align-items: center;
}


.slideChatBox {
  position: relative;
  opacity: 0;
  animation: slide-up 2s ease-in-out forwards;
}

.languagesDiv .arrow .downArrowClass {
  margin-top: 4px;
  height: 8px;
  margin-right: 0;
}

.languagesDiv .languageDropdown .searchLanguageInput {

  outline: none;
  border: none;
}


.languagesDiv {
  position: relative;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 110px;
  
  margin-right: 10px;
  margin-top: 6px;
}

.arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.arrow.open {
  transform: rotate(180deg);
}

.languageDropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: 150px;
  overflow: scroll;
  overflow-x: hidden;
}

.languageDropdown li {
  padding: 8px 12px;
  cursor: pointer;
}

.languageDropdown li:hover {
  background-color: #f0f0f0;
}
.avatarNameImgClass {
  display: flex;
  align-items: center;
}

.speakerIconButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.languagesDivBoth {
  display: flex;
  align-items: center;
}



.recording-indicator img {
  height: 18px;
}


.errorPageMainClassOutside {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.errorPageMainClass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}


.errorHead {
  font-size: 90px;
  font-weight: bold;
  color: red;
}

.errorOopsPara span {

  font-size: 50px;
}

.errorOopsPara {
  font-size: 30px;
}

.goBackButton {
  color: white;
  background-color: #acaced;
  height: 35px;
  width: 150px;
  padding: 9px;
  border-radius: 8px;
  margin-top: 20px;
}



.languageSearchDropdown {
  margin-top: 35px;
}


.chat-container {
  max-height: 500px;
  overflow-y: auto;
}




/* user bot css starts  */

.response-options button {
  color: #7ead18;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #7ead18;
  margin: 5px;
}

.response-options button:hover {
  background-color: #7ead18;
  color: white;
  transition: 0.3s;
}

.current-question {
  
  font-size: 14px;
}

.chat-history div .botParaClass {
  background-color: #f2f2f2;
  border-radius: 5px;
  grid-area: 1 / 1;
  width: fit-content;
  margin: 10px 0;
  padding: 15px;
  width: 65%;
  line-height: 1.3;
}


.botMsgClass img,
.currentBotMsgClass img,
.userMsgClass img {
  margin: 0px 8px;
}

.currentBotMsgClass img,
.botMsgClass img {
  max-height: 25px;
}

.botMsgClass {
  display: flex;
  align-items: center;
  
  font-size: 14px;
}

.userMsgClass .userParaClass {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #182286;
  
  font-size: 14px;
  width: 60%;
}

.userMsgClass {
  align-items: center;
  display: flex;
  justify-content: end;
  width: 85%;
  margin-left: 25px;
}

.userParaClass {
  border-radius: 5px;
  grid-area: 1 / 1;
  width: fit-content;
  padding: 13px;
}

.currentBotMsgClass {
  display: flex;
  align-items: center;
}

.currentBotParaClass {
  background-color: #f2f2f2;
  border-radius: 5px;
  grid-area: 1 / 1;
  width: 65%;
  margin: 10px 0;
  padding: 13px;
  line-height: 1.3;
}
.staticVideoClass {
  text-align: center;
}

.contactFormError {
  color: red;
  font-size: 13px;
  margin: 0px 0px 3px 8px;
}

.formInputError {
  display: flex;
  flex-direction: column;
}

.formInputNamePhone {
  max-width: 220px;
  border-radius: 3px;
  margin-top: 4px;
  border: 1px solid #7ead18;
  outline: none;
}

.formInputError .formInputEmail {

  max-width: 220px;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 5px;
  border: 1px solid #7ead18;
 
  outline: none;
  padding: 9px;
}

.message p form button {
  border: 1px solid #7ead18;
  background-color: white;
  color: #7ead18;
  border-radius: 6px;
  outline: none;
}

.iconsbackground{
  background: #ffffff52;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  cursor: pointer; 
  align-items: center;
  margin-left: 15px;
  justify-content: center;
}

.iconsbackground2{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  cursor: pointer; 
  align-items: center;
  margin-left: 15px;
  justify-content: center;
  background: #9dcb38;
}
.closeiconsandexpnd{
  position: absolute;
  right: 20px;
  top: 25px;
  display: flex
}
.inmobileVideoPlay{
  width: 100px !important; 
  height: 100px !important; 
  border: 3px solid rgb(164 213 59) !important; 
  position: absolute;
  top: 15px;
  bottom: -25px;
  
}

.inmobileSoundonOff{
  
 
  background: #9dcb38;
  color: #fff;
  width: 35px;
  height: 35px;
}

.inmobileChatText{
  font-size: 18px;
  font-weight: 800;
}
.inmobileSelectLang{
  border: 1px solid #fff; 
  border-radius: 5px; 
  padding: 5px; 
  width: 60px
}
.inputErrorClass {
  color: red;
  margin-left: 7px;
}
.chatBoxImageClass{
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 9999;
}

.chatBoxImageClass img {
  height: 100px;
  width: 100px;
}

#avatarNameDisplay{
  margin: 0;
  color: #fff;
}
/* css for single form with send button icon start  */

.formSingleFields {
  display: flex;
  /* border: 1px solid red; */
  border-radius: 6px;
  background-color: white;
  justify-content: space-between;
  border: 1px solid #7ead18;
}

.message p form button {
  /* color: #7ead18; */
  border-radius: 6px;
  outline: none;
  border: none;
}



.formInputError .formInputNamePhone,
.formInputError .formInputEmail {
  border: none;
  max-width: 170px;
}

.backgroundclass {
  background-position: center;
  width: 336px;
  background-size: contain;
  background-repeat: no-repeat;
}


/* css for single form with send button icon end */

.positionclassin {
  z-index: 999;
    background: #ededed;
    padding: 10px;
    font-size: 12px;
    position: absolute;
    bottom: 40px;
    right: 125px;
    box-shadow: 1px 0px 20px 0px #aaaaaa;
    border-radius: 10px;
    width: 200px;

}
.positionclassin h2{
  font-size: 12px;
  margin-bottom: 0;
      font-weight: 400;
    line-height: 25px;
}
.avatarimageHolder {
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100%;
  max-height: 100px;
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.closeicon {
  color: red;
  cursor: pointer;
  background-color: #ededed;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  width: 30px;
  height: 30px;
  right: -10px;
  text-align: center;
  line-height: 30px;
}

.powerdby {
  text-align: center;
  padding-right: 15px;
  padding-bottom: 10px;
  
  color: #ababab;
  font-size: 16px;
  background: #fff;
  position: relative;
  border-radius: 20px ;
}

.powerdby a{
  color: #eab6a1;
  font-weight: 600;
  padding-left: 10px;
}

.imageHolderchat{
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  overflow: hidden;
  border: 2px solid #7ead18;
}
.font-sizemim{
  font-size: 14px;
}
.sendbuttonstyle{
  padding: 0;
  width: 40px;
  height: 40px;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 45px;
  }

  /* Hide the actual select box text */
 .custom-select select {
    width: 100%;
    height: 30px;
    background: transparent; /* transparent background */
    color: transparent;      /* hide text */
    border: none;            /* remove default border */
    position: relative;
    z-index: 2;              /* keep on top for clicks */
    cursor: pointer;
  }

  /* Label styled like a select */
  .custom-select label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #FFF;
    border-radius: 6px;
     font-size: 14px;
    color: #fff;
    pointer-events: none; /* so select still clickable */
  }

  /* Custom arrow */
  .custom-select::after {
    content: "▼";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
  }
@media screen and (min-height: 600px) and (max-height: 900px) {
   #output-container2 {
    height: 365px;
   }
}
.response-options {
    font-size: 0.75rem;
    display: inline-block;
  }
  .miniHead{
    margin: 0;
    color: #fff;
  }
@media (max-width: 768px) {
  #output-container2 {
    flex-direction: column-reverse;
    align-items: center;
    height: 58vh;
  }
  .headTextClass .miniHead{
    font-size: 14px;
  }
  .font-sizemim{
    font-size: 12px;
  }
  .message{
    font-size: 13px;
  }
  .chartbotinsideopen {
    width: 97% !important;
    float: right;
    right: 1.5%;
    bottom: 0;
    position: relative;
    
  }
  .chartbotinsideopen.active{
    width: 97% !important;
  }
  .hello-container {
    display: none;
    max-height: 36vh;
  }
  .headTextClass {
    margin-left: 92px;
  }
  .chatHead  {
    min-height: 75px;
  }
  .messages-container {
    
    width: 95%;
  }

  .hello-container {
    width: 40%;
    height: 175px;
  }
  .hello-container {
    height: 175px;
  }

  .backgroundclass {
    width: inherit !important;
  }
  .input-container input[type="text"] {
    padding: 13px;
  }
  .iconButton2{
    margin-left: 0px !important;
  }
  #output-container2{
    margin-top: 50px;
    margin-bottom: 0;
  }
  .chatHead {
    border-radius: 15px 15px 0px 0px;
  }
  .languagesDiv {
    min-width: 90px;
    font-size: 0.75rem;
  }

  .response-options {
    font-size: 0.75rem;
    display: inline-block;
  }
  .input-container {
    padding: initial;
  }
  .languagesselect{
    width: 50px;
    height: 30px;
  }
}

@media (max-width: 480px) {
 
  .iconButton2 span{
    width: 35px;
    height: 35px;
  }
  .inmobileChatText{
    font-size: 16px;
  }
  .inmobileSelectLang{
    width: 50px;
    padding: 2px;
  }
  .powerdby {
    font-size: 14px;
  }

  .powerdby span{
    padding-left: 0px;
  }
  .languagesselect{
    width: 40px;
    height: 30px;
  }
}
@media (max-width: 768px)  and  (max-height: 680px) { 
  #output-container2{  
    height: 50vh;  
  } 
 
  .messages-container{ 
    min-height:50vh; 
    padding: 0px; 
  } 
  .inmobileChatText{
    font-size: 14px;
  } 
  .input-container input{
    font-size: 14px; 
    padding: 10px;
  }
  .iconButton2 span{
    width: 30px; 
    height: 30px;
  } 
  .iconButton2 span svg{
    width: 20px; 
    height: 20px;
  }
}

@media (max-width:360px){
  .input-container input[type="text"]{
    padding:5px;
    font-size:12px;
  }
  .closeiconsandexpnd{
    right: 5px;
  }
  .inmobileChatText{
    font-size: 12px;
  }.iconsbackground2{
    width: 25px; 
    height: 25px;
  }
  .iconsbackground2 svg{
    width: 12px;
  }
  .inmobileSelectLang{
    width: 45px;
  }
  .inmobileSelectLang label{
    font-size: 11px; 
  }
   .powerdby {
    font-size: 12px;
  }
  .powerdby span{
    padding-left: 0px;
  }
}

@media (max-width:320px) { 
  .closeiconsandexpnd{
    top:35px
  }
}
@supports (-webkit-touch-callout:none){
  .input-container input{
    font-size:18px!important;
  } 
  @media (max-width:500px) {
    #output-container2{
      height: 50vh; 
    } 
  }
  @media only screen  and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)  {
    #output-container2{height: 60vh;} 
  }
}


/* svg css */

.icn-btnhvr{
  margin-left: 4px;
}

.icn-btnhvr:hover{
    background: #fafafa !important;
    width: 40px;
    height: 40px;
    /* padding: 1px; */
}

.btnhvr:hover{
    background: #fafafa !important;
    border-radius: 50% !important;

}

