* {
  -webkit-tap-highlight-color: transparent;
}

#speechoveranything-injected {
  box-sizing: border-box;
}
#speechoveranything-injected .highlightKeyboard #keyboardAnimation {
  border: 2px solid #CA1B7A;
}
#speechoveranything-injected .highlightMic #VOAMic {
  border: 2px solid #CA1B7A;
}
#speechoveranything-injected #myModal2 {
  display: none;
  position: fixed;
  z-index: 100;
  padding: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
  /* Sets the containers height and width */
}
#speechoveranything-injected #myModal2.overlay-modal {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
#speechoveranything-injected #myModal2 .heading {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#speechoveranything-injected #myModal2 .modal-content {
  margin: 18% auto;
  padding: 5px 10px 35px 20px;
  width: 370px;
  border-radius: 10px;
  background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  backdrop-filter: blur(10px);
  border: none;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-device-width: 400px) {
  #speechoveranything-injected #myModal2 .modal-content {
    width: 80%;
  }
}
#speechoveranything-injected #myModal2 .modal-content .text {
  margin: 25px 0px 20px 0px;
  color: rgb(228, 212, 212);
  text-align: left;
}
#speechoveranything-injected #myModal2 .modal-content .close {
  color: #626262;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: rgb(0, 0, 0);
}
#speechoveranything-injected #myModal2 .modal-content .close:hover, #speechoveranything-injected #myModal2 .modal-content .close:focus {
  text-decoration: none;
  cursor: pointer;
}
#speechoveranything-injected #myModal2 .modal-content .ok {
  background: #923CA1;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  color: #FFFFFF;
  border: none;
  display: block;
  margin: 0 auto;
  float: none;
  padding: 8px 18px 8px 18px;
  border-radius: 5px;
  font-weight: bold;
}
#speechoveranything-injected #myModal2 .modal-content .ok:hover, #speechoveranything-injected #myModal2 .modal-content .ok:focus {
  background-color: #4e595a;
}
#speechoveranything-injected #myModal2 .modal-content .horizontal-lines {
  display: flex;
  column-gap: 10px;
}
#speechoveranything-injected #myModal2 .modal-content .horizontal-lines hr {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  border: none;
  margin: 0px;
}
#speechoveranything-injected #myModal2 .modal-content .horizontal-lines hr.active {
  background: linear-gradient(270deg, #CC40CA -0.16%, #CA1B7A 99.52%);
}
#speechoveranything-injected #myModal2 .modal-content .get-started {
  background: linear-gradient(90deg, #70246F 27.65%, #A9286E 100%);
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 0px;
  width: 100%;
  border: none;
  margin: 32px 0px;
  cursor: pointer;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding: 15px 20px;
  bottom: 12.8rem;
  position: fixed;
  right: 25px;
  margin: auto;
  width: 370px;
  margin-left: 20px;
  z-index: 99999;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions::after {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 20px solid rgba(42, 44, 77, 0.3);
  border-top-color: rgba(42, 44, 77, 0.3);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions.keyboard_widget::after {
  right: 15px;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions.mic_widget::after {
  right: 70px;
}
@media only screen and (max-device-width: 400px) {
  #speechoveranything-injected #myModal2 .modal-content.user-instructions {
    width: 85%;
  }
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p {
  margin: 0px;
  padding: 0px;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.title {
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.subtitle {
  color: #B9B9D3;
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.heading {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 7px;
  font-weight: 400;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0px;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text .quote {
  background: #923CA1;
  border-radius: 10px 10px 10px 10px;
  font-style: italic;
  color: #FFFFFF;
  padding: 4px 10px;
  margin-top: 12px;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text ul li {
  margin-bottom: 12px;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text ul li.content-with-icon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text ul li.content-with-icon .content {
  width: 250px;
  margin: 0px;
}
#speechoveranything-injected #myModal2 .modal-content.user-instructions p.text ul li.content-with-icon .icondiv {
  padding: 6px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background: linear-gradient(120.1deg, #2A2C4D 0%, rgba(42, 44, 77, 0.6) 98.89%);
  width: 35px;
  line-height: 0px;
}
#speechoveranything-injected #myModal2 .base-timer {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 16px auto;
  /* Removes SVG styling that would hide the time label */
}
#speechoveranything-injected #myModal2 .base-timer button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: none;
  padding: 0px;
  margin: 0px;
  border: none;
}
#speechoveranything-injected #myModal2 .base-timer button.btn-active {
  cursor: pointer;
}
#speechoveranything-injected #myModal2 .base-timer .base-timer__svg {
  /* Flips the svg and makes the animation to move left-to-right 
  transform: scaleX(-1);*/
}
#speechoveranything-injected #myModal2 .base-timer .base-timer__circle {
  fill: none;
  stroke: none;
  /* The SVG path that displays the timer's progress */
}
#speechoveranything-injected #myModal2 .base-timer .base-timer__circle .base-timer__path-elapsed {
  stroke-width: 1px;
}
#speechoveranything-injected #myModal2 .base-timer .base-timer__circle #base-timer-active {
  stroke: #CA1B7A;
  stroke-width: 3px;
}
#speechoveranything-injected #myModal2 .base-timer .base-timer__circle .base-timer__path-remaining {
  /* Just as thick as the original ring */
  stroke-width: 3px;
  /* Rounds the line endings to create a seamless circle */
  stroke-linecap: round;
  /* Makes sure the animation starts at the top of the circle */
  transform: rotate(90deg);
  transform-origin: center;
  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;
  /* Allows the ring to change color when the color value updates */
  stroke: #777779;
}
#speechoveranything-injected #myModal2 .base-timer .base-timer__circle .base-timer__path-remaining.stroke-active {
  stroke: #CA1B7A;
  stroke-width: 3px;
}
#speechoveranything-injected .display_block {
  display: block;
}
#speechoveranything-injected .display_hidden {
  display: none;
}
#speechoveranything-injected .voiceRecognitionSystem {
  position: fixed;
  bottom: 7rem;
  right: 6rem;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 999;
}
#speechoveranything-injected .voiceRecognitionSystem .mic, #speechoveranything-injected .voiceRecognitionSystem .keyboardFront {
  border: none;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  font-size: 1.5em;
  color: #fff;
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.7) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
#speechoveranything-injected .voiceRecognitionSystem .micBack {
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 21px;
  padding: 7px;
  font-size: 1.5em;
  color: #fff;
  /*     background: #e91e63; */
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 4.2rem;
  top: -1.5rem;
}
#speechoveranything-injected .voiceRecognitionSystem .closebutton {
  background-color: #ffffff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  top: -10px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  color: #34366d;
}
#speechoveranything-injected .voiceRecognitionSystem .filerSection {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  top: 4.8rem;
  left: 4rem;
}
#speechoveranything-injected .voiceRecognitionSystem .filerSection .filterIcon {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  position: relative;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
#speechoveranything-injected .voiceRecognitionSystem .filterClass {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 5px 75px 5px 10px;
  z-index: 10000;
  min-height: 60px;
  background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.7) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 0px;
  width: 400px;
  min-height: 86px;
}
#speechoveranything-injected .voiceRecognitionSystem .filterClass .filterResults-ele-field {
  color: white !important;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: auto;
  width: fit-content;
  padding: 2px 5px;
  opacity: "90%";
  margin: 5px 0px 2px 0px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  line-height: 1.5;
  /*   animation: text 5s; */
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
@media only screen and (max-device-width: 600px) {
  #speechoveranything-injected .voiceRecognitionSystem .filterClass {
    width: 100%;
  }
}

/*  OOBE CSS */
#speechoveranything-injected {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* OOBE css Ends   */
/* #speech {
  visibility: hidden;
  display: none;
  } */
/* #keyboardDiv {
  visibility: hidden;
  display: none;
  } */
.index {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow-x: hidden;
}

.userinstructions-class {
  visibility: hidden;
  /*   	display: none; */
  position: fixed;
}

.userinstructions-class {
  width: auto;
  height: 73px;
  position: absolute;
  right: 3.8rem;
  bottom: -30px;
  white-space: nowrap;
}

.userInstructionsSection {
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.7) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  color: #ffffff;
  max-width: 320px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* margin: 0 auto; */
  text-align: left;
  /* top: calc(100vh - 5.8rem); */
  /* bottom: 3rem; */
  top: 0rem;
  position: absolute;
  right: 0rem;
  transition: all 2s;
}

.userInstructionsSection span {
  padding: 2px 10px;
  display: block;
}

/* .filterIcon {
  visibility: hidden;
  } */
.filter-Height {
  bottom: 120px;
}

.mb-1 {
  margin-bottom: 10px;
}

.Toggle-animiation {
  -webkit-animation: text 5s;
  z-index: 99999;
  position: relative;
}

@keyframes text {
  0% {
    bottom: 4rem;
    transform: translateY(10px);
    transform: translate(0rem, 5rem) scale(0);
  }
  50% {
    transform: translateY(10px);
    opacity: "100%";
    bottom: 200px;
  }
  100% {
    transform: translateY(10px);
    transform: translate(0rem, 5rem) scale(0);
    bottom: 4rem;
    opacity: "50%";
  }
}
@-webkit-keyframes text {
  0% {
    bottom: 0rem;
    -webkit-transform: translateY(10px);
    -webkit-transform: translate(0rem, 5rem) scale(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    opacity: "100%";
    bottom: 200px;
  }
  100% {
    -webkit-transform: translateY(10px);
    -webkit-transform: translate(0rem, 5rem) scale(0);
    bottom: -2rem;
    opacity: 0.8;
  }
}
.clicked {
  position: fixed;
  right: 3rem;
  bottom: 1rem;
  margin: 10px;
  min-height: 158px;
  max-height: 160px;
  /*     max-height: 400px; */
  /*     grid-template-columns: 1fr 110px; */
  grid-template-columns: 1fr 85px;
  grid-template-areas: "state ." "content ." "animation animation";
  grid-row-gap: -11px;
  z-index: 99999;
  display: grid;
  background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px;
  padding-left: 20px;
  grid-template-rows: 30px 1fr 50px;
  max-width: 420px;
  min-width: 380px;
  /*   	width: 400px; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

#container-9 {
  width: 350px;
  height: 200px;
  background-size: cover;
  margin: 0 auto;
}

div#filterResults {
  padding: 22px 80px 22px 24px;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 5px;
  column-gap: 5px;
  right: 3.3rem;
  transform: translate(0%, 0);
  border-radius: 10px 10px 0px 0px;
}
@media only screen and (max-device-width: 600px) {
  div#filterResults {
    right: 0px;
    border-radius: 0px;
  }
}

.contentArea {
  grid-area: content;
  width: 100%;
  justify-self: flex-start;
  max-height: 170px;
  overflow-y: auto;
  padding: 5px 0px 5px 0px;
  margin-top: 0px;
}

.animationPulse {
  grid-area: animation;
  margin-top: -5rem;
}

/*   Scrollbar section css opened */
#contentAreaScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#contentAreaScroll::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(255, 255, 255, 0);
}

#contentAreaScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9d9db0;
}

/*   Scrollbar section css ended */
.containerForCard {
  display: none;
  background: #923ca1;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px 10px 0px 10px;
  line-height: 20px;
  opacity: "90%";
  color: #ffffff;
  padding: 5px 15px;
}

/*   .textContainerForCard {
    display: none;
    background: #923CA1;
    box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
    border-radius: 10px 10px 0px 10px;
    line-height: 20px;
    opacity: '90%';
    color: #FFFFFF;
    padding: 5px 15px;
    max-width: 360px;
  } */
.typeClicked {
  position: fixed;
  right: 0;
  bottom: 1rem;
  margin: 10px;
  min-height: 128px;
  /* max-height: 400px; */
  /* grid-template-columns: 1fr 110px; */
  grid-template-columns: 1fr 85px;
  grid-template-areas: "state ." "content ." "animation animation";
  grid-row-gap: -11px;
  z-index: 99999;
  display: grid;
  background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px;
  padding: 12px 16px;
  /* width: 400px; */
  grid-template-rows: 30px 1fr 50px;
  /* max-width: 400px; */
  min-width: 380px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  transition: transform 450ms ease-out;
}

/*   Start user instuction CSS */
.containerForText {
  background: linear-gradient(120.1deg, #fff 0%, rgba(255, 255, 255, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px;
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #34366d;
  padding: 5px 10px;
  opacity: "90%";
  max-width: 250px;
  display: none;
  right: 6rem;
  /* top: 8rem; */
  position: fixed;
  bottom: 2.5rem;
}

.open {
  top: 100%;
}

.userUnClickable {
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%) !important;
  color: #ffffff !important;
}

.userClickable {
  cursor: pointer;
  /*    background: linear-gradient(90deg, rgba(112,36,111,1) 52%, rgba(169,40,110,1) 100%) !important;
    color:white !important; */
}

/*   Start user instuction CSS */
.animationPulse {
  grid-area: animation;
}

.cardState {
  grid-area: state;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9d9db0;
  padding: 0px;
}

.pulse-ring {
  content: "";
  width: 60px;
  height: 60px;
  border: 5px solid #111010;
  border-radius: 60%;
  position: absolute;
  top: -5px;
  left: -5px;
  animation: pulsate infinite 2s;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: "100%";
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
.moveFrontKeyboard .btn {
  border: none;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  /*     line-height: 69px; */
  font-size: 1.5em;
  color: #fff;
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#speech.btn {
  border: none;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  /*     line-height: 69px; */
  font-size: 1.5em;
  color: #fff;
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .clicked #speech.btn {
    background-image: linear-gradient(180deg, rgb(112 36 111) 28.33%, rgb(169 40 110) 100%) !important;
    box-shadow: 0px 0px 20px rgba(226, 29, 139, 0.6);
  } */
/* .speachDivClicked .clicked .btn {
    background-image: linear-gradient(180deg, rgb(112 36 111) 28.33%, rgb(169 40 110) 100%) !important;
     box-shadow: 0px 0px 20px rgba(226, 29, 139, 0.6);
  } */
.sperateSpeechBtn {
  border: none;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 0;
  /*     line-height: 69px; */
  font-size: 1.5em;
  color: #fff;
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: linear-gradient(180deg, rgb(112, 36, 111) 28.33%, rgb(169, 40, 110) 100%) !important;
  box-shadow: 0px 0px 20px rgba(226, 29, 139, 0.6);
}

.clicked .containerForText {
  display: none;
}

.modalfeedback {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 30000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/*   line-bar css opened */
.load-bar {
  position: absolute;
  width: 90%;
  height: 6px;
  bottom: 1rem;
  display: none;
  background-color: rgba(42, 44, 77, 0.4);
}

.load-wrapp {
  text-align: center;
}

.line {
  display: inline-block;
  width: 100%;
  height: 6px;
  /*   background: linear-gradient(90deg, rgba(47,14,240,0.8634804263502276) 1%, rgba(235,63,225,0.981127485173757) 27%, rgba(235,63,225,1) 50%, rgba(235,63,225,1) 72%, rgba(47,14,240,0.86) 98%); */
  background: rgb(72, 76, 170);
  background: linear-gradient(90deg, rgb(72, 76, 170) 0%, rgb(146, 60, 161) 10%, rgb(219, 27, 128) 25%, rgb(236, 25, 136) 50%, rgb(219, 27, 128) 75%, rgb(146, 60, 161) 90%, rgb(72, 76, 170) 100%);
  /*  	background-color:  rgba(239,64,229,1);    */
  margin-bottom: 14px;
  border-radius: 50px;
}

.line {
  animation: loadingH 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingH {
  0% {
    width: 5%;
  }
  50% {
    width: 95%;
  }
  100% {
    width: 0%;
  }
}
/*  line-bar css Ended */
/*  Gating mechanism CSS */
.voiceRecogSection {
  display: none;
}

/*  Gating mechanism CSS end*/
#frmVCECart {
  height: 0px;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zoom-in-out-box-filter-bubble {
  animation: zoom-in-zoom-out-filter-bubble 2s ease;
}

@keyframes zoom-in-zoom-out-filter-bubble {
  0% {
    transform: scale(0.5, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
  /*     100% {
      transform: scale(1, 1);
    } */
}
.text1,
.text2,
.text3,
.text4 {
  line-height: 18px;
  color: #000;
  font-weight: 700;
  position: absolute;
  font-size: 14px;
}

.text1 {
  top: 0.5rem;
  left: 1.4rem;
  color: #b81ab0;
  width: 3rem;
}

.text2 {
  top: 0.5rem;
  left: 8px;
  width: 66px;
  color: #ffffff;
}

.text3 {
  top: 0.5rem;
  left: 1.4rem;
  width: 62px;
  color: #b81ab0;
}

.text4 {
  top: 0.3rem;
  left: 0rem;
  line-height: 20px;
  color: #b81ab0;
}

.image-element__wrap {
  display: flex;
  width: 100%;
}

@media only screen and (min-device-width: 480px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
@media only screen and (min-device-width: 480px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
@supports (-webkit-touch-callout: none) {
  @-webkit-keyframes text {
    0% {
      bottom: -3rem;
      transform: translateY(10px);
      transform: translate(0rem, 5rem) scale(0);
    }
    50% {
      transform: translateY(10px);
      opacity: "100%";
      bottom: 200px;
    }
    100% {
      transform: translateY(10px);
      transform: translate(0rem, 5rem) scale(0);
      bottom: -3rem;
      opacity: "50%";
    }
  }
  @-webkit-keyframes VOA_slideInLeft {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes VOA_slideInLeft {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      visibility: visible;
      width: 65px;
      height: 65px;
      left: 0;
      top: 0;
    }
    50% {
      -webkit-transform: translate(-40%, -70%);
      transform: translate(-40%, -70%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      width: 40px;
      height: 40px;
      line-height: 21px;
      font-size: 1.5em;
      color: #fff;
      position: absolute;
      left: 4.5rem;
      top: -1.5rem;
      padding: 7px;
    }
  }
  @-webkit-keyframes VOA_slideInRight {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes VOA_slideInRight {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      visibility: visible;
      width: 40px;
      height: 40px;
      background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
      left: 4.2rem;
      top: -1.5rem;
      position: absolute;
    }
    50% {
      -webkit-transform: translate(40%, 70%);
      transform: translate(40%, 70%);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      width: 65px;
      height: 65px;
      line-height: 0px;
      font-size: 1.5em;
      color: #fff;
      left: 0;
      top: 0;
    }
  }
}
/* Start Filter Result Css  */
del {
  /*     text-decoration: line-through; */
  text-decoration-thickness: 5px;
}

.filterResultsHeight {
  bottom: 185px !important;
}

.filterClass {
  display: flex;
  align-items: flex-end;
}

closeFilterBubble {
  color: white;
  border: none;
  border-radius: 50px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 17px;
  display: inline-flex;
  margin-left: 1px;
  margin-right: 1px;
}

.btn-label {
  width: 20px;
  height: 20px;
  background-image: url(https://cdn.shopify.com/s/files/1/0577/8338/6169/files/Group_2_105bac24-9e21-47c1-a443-84ed7b7bd9fb.svg?v=1651228253);
  position: absolute;
  right: 2px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.5s ease;
  margin-top: -12px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-filter {
  width: 43px;
  height: 43px;
  background-image: url(https://cdn.shopify.com/s/files/1/0577/8338/6169/files/filter_81fa77f7-9f16-401a-82cb-679756e2995c.svg?v=1650626973);
  position: absolute;
  right: -8px;
  cursor: pointer;
  transition: transform 0.5s ease;
  margin-top: -21px;
}

.filter-button {
  position: fixed;
  right: 3rem;
  bottom: 86px;
  z-index: 10000;
  /*     bottom: 2rem; */
  bottom: 38px;
  z-index: 99999;
}

.toggle-img {
  margin-top: 5px;
}

.btn {
  /*     display: inline-block; */
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 8px;
  font-size: 1rem;
  background-color: transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (min-device-width: 415px) and (max-width: 779px) {
  .btn-filter {
    width: 43px;
    height: 43px;
    background-image: url(https://cdn.shopify.com/s/files/1/0577/8338/6169/files/filter_81fa77f7-9f16-401a-82cb-679756e2995c.svg?v=1650626973);
    position: absolute;
    right: 2.5px;
    cursor: pointer;
    transition: transform 0.5s ease;
    margin-top: -21px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .btn-filter {
    width: 43px;
    height: 43px;
    background-image: url(https://cdn.shopify.com/s/files/1/0577/8338/6169/files/filter_81fa77f7-9f16-401a-82cb-679756e2995c.svg?v=1650626973);
    position: absolute;
    right: 0px;
    cursor: pointer;
    transition: transform 0.5s ease;
    margin-top: -21px;
  }
  /* CK - Portrait */
}
/*   media query css opened */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .filterResultsHeight {
    bottom: 185px !important;
  }
}
/* @media only screen and (max-width: 600px) {
    .clicked {
        width: 95% !important;
        min-width: 95%;
    }

  } */
@media only screen and (max-width: 600px) {
  .confetti div.messageBox2 {
    /* position: absolute; */
    transform: translate(-1rem, 18rem) scale(0);
    opacity: 0;
    animation: bubbleUpmsgbox2 2s;
    /*         z-index: 10; */
    z-index: 0;
  }
  @keyframes bubbleUpmsgbox2 {
    0% {
      opacity: "50%";
    }
    50% {
      opacity: "100%";
    }
    75% {
      opacity: "100%";
    }
    100% {
      transform: translate(-14rem, -2rem) scale(2);
    }
  }
  .filerSection {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 4.8rem;
    left: 0.5rem;
  }
  /*     .voiceRecognitionSystem {
        right: 8rem;
        z-index: 999;
        top: 38rem;
        position: fixed;
        bottom: 11rem;
    } */
  .voiceRecognitionSystem {
    position: fixed;
    bottom: 8rem;
    right: 8rem;
  }
}
@media only screen and (max-width: 779px) {
  del {
    text-decoration-thickness: 4px;
  }
  .filterResultsHeight {
    bottom: 185px !important;
  }
}
/*  media query for OOBE */
/*Extra Small devices (landscape phones, 576px and up) */
@media (min-width: 276px) {
  .modal-content {
    margin: 48% auto;
  }
}
/*   // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .modal-content {
    margin: 38% auto;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal-content {
    margin: 28% auto;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .modal-content {
    margin: 25% auto;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .modal-content {
    margin: 18% auto;
  }
}
.keyboard {
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 21px;
  padding: 7px;
  font-size: 1.5em;
  color: #fff;
  /*     background: #e91e63; */
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 4.2rem;
  top: -1.5rem;
}

.keyboard.moveFrontKeyboard {
  border: none;
  border-radius: 100%;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micMoveBack {
  width: 40px !important;
  height: 40px !important;
  line-height: 21px;
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  left: 4.2rem;
  top: -1.5rem;
  padding: 8px;
}

.moveFrontKeyboard {
  -webkit-animation-name: VOA_slideInRight;
  animation-name: VOA_slideInRight;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  /*     animation-iteration-count: infinite; */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /*   background: linear-gradient(120.1deg, #2A2C4D 0%, rgba(42, 44, 77, 0.6) 98.89%); */
}

@-webkit-keyframes VOA_slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes VOA_slideInRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    width: 40px;
    height: 40px;
    background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.7) 98.89%);
    left: 4.2rem;
    top: -1.5rem;
    position: absolute;
  }
  50% {
    -webkit-transform: translate(50%, 50%);
    transform: translate(70%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 65px;
    height: 65px;
    line-height: 0px;
    font-size: 1.5em;
    color: #fff;
    /*       background: linear-gradient(120.1deg, #2A2C4D 0%, rgba(42, 44, 77, 0.6) 98.89%); */
    left: 0;
    top: 0;
  }
}
.moveBackMic .mic {
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 0px;
  font-size: 1.5em;
  color: #fff;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mic.moveBackMic {
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 69px;
  font-size: 1.5em;
  color: #fff;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.moveBackMic {
  -webkit-animation-name: VOA_slideInLeft;
  animation-name: VOA_slideInLeft;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  /*     animation-iteration-count: infinite; */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes VOA_slideInLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes VOA_slideInLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 40px;
    height: 40px;
    line-height: 21px;
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    left: 4.2rem;
    top: -1.5rem;
    padding: 7px;
  }
}
.voiceRecognitionSystem.right {
  animation: left_to_right 2s ease;
  left: calc(100% - 140px);
}
@media only screen and (max-width: 600px) {
  .voiceRecognitionSystem.right {
    animation: left_to_right 2s ease;
    left: calc(100% - 120px);
  }
}
.voiceRecognitionSystem.right #VOAKeyboard {
  display: none;
}
@keyframes left_to_right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}

/* place change animation  */
/* text icon related styles   */
.textButton {
  border: none;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  font-size: 1.5em;
  color: #fff;
  background: linear-gradient(120.1deg, #2a2c4d 0%, rgba(42, 44, 77, 0.6) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chat-popup {
  position: fixed;
  right: 3rem;
  bottom: 1rem;
  margin: 10px;
  grid-template-columns: 1fr 85px;
  grid-template-areas: "state ." "content ." "animation animation";
  grid-row-gap: -11px;
  z-index: 99999;
  display: grid;
  background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px;
  grid-template-rows: 30px 1fr 50px;
  min-width: 320px;
  max-width: 420px;
  width: 420px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: none;
  transition: transform 450ms ease-out;
}

.chat-popup .form-container {
  border: 1px solid #9D9DB0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.form-container textarea {
  width: 75%;
  padding-left: 0px;
  margin: 0px;
  border: none;
  background: transparent;
  resize: none;
  color: #fff;
  bottom: 0px;
  font-size: 15px;
}
.form-container textarea::placeholder {
  color: #9D9DB0;
}

.form-container .btn, .highlight {
  position: fixed;
  right: 5.5rem;
  bottom: 3.4rem;
  background: linear-gradient(180deg, #70246f 28.33%, #a9286e 100%);
  box-shadow: 0px 0px 20px rgba(226, 29, 139, 0.6);
  color: white;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  opacity: 0.8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  align-self: center;
  display: none;
}

.form-container .sendicon {
  display: none;
}

.form-container textarea:focus {
  outline: none;
  background-color: transparent;
}

.filter-active {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
  display: block;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}
@media only screen and (max-device-width: 600px) {
  .filter-active {
    right: 1.8rem;
  }
}

.expandFilter {
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  line-height: 0px;
  background: none;
  border: none;
  height: 15px;
  width: 15px;
}

#autoresizing {
  display: block;
  overflow-y: auto;
  resize: none;
  caret-color: white;
  /*      display: block;
     overflow-y: auto;
     resize: none;
     padding-left:10px;
     top: 15px; */
  /*     background: #ffcc00; */
  /*     position: absolute; */
}

/*   .typeCardState{
    padding: 10px 10px;
  } */
.textContainerForCard {
  background: #923ca1;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px 10px 0px 10px;
  line-height: 20px;
  opacity: "90%";
  color: #ffffff;
  width: auto;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-align: left;
}

.test-load-bar {
  position: absolute;
  width: 90%;
  height: 6px;
  bottom: 1rem;
  display: none;
  background-color: rgba(42, 44, 77, 0.4);
}

.responseText {
  width: 90%;
  margin-bottom: 35px;
}

.user-responce {
  border-radius: 10px 10px 10px 0px;
  border: 1px #ffffff solid;
  padding: 5px 20px;
  /*   margin-top: 10px; */
  color: #ffffff;
  /*   position: fixed; */
  width: fit-content;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding: 5px 20px;
  text-align: left;
  align-items: center;
  /*   font-size: 12px !important;  */
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.userClickResponce {
  border-radius: 6px;
  background: linear-gradient(120.1deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 98.89%);
  backdrop-filter: blur(10px);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  color: #34366d;
  float: left;
  margin: 10.5px 0px 0px 7px;
  border: 0px;
}

/* ck 1505222 */
.system-resp {
  display: none;
  max-width: 220px;
  margin-left: 10px;
}

.type-text-data {
  text-align: end;
}

@media only screen and (max-width: 600px) {
  .chat-popup {
    width: 100% !important;
    min-width: 100%;
  }
  .textContainerForCard {
    max-width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .clicked {
    width: 100% !important;
    min-width: 100%;
  }
  .clicked {
    position: fixed;
    right: 3rem;
    bottom: 0;
    left: 0;
    margin: 0px;
    min-height: 158px;
    max-height: 160px;
    /*       max-height: 400px; */
    /* grid-template-columns: 1fr 110px; */
    grid-template-columns: 1fr 85px;
    grid-template-areas: "state ." "content ." "animation animation";
    grid-row-gap: -11px;
    z-index: 99999;
    display: grid;
    background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
    box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
    border-radius: 10px 10px 0px 0px;
    /*       border-radius: 10px; */
    padding-left: 20px;
    grid-template-rows: 30px 1fr 50px;
    max-width: 420px;
    min-width: 380px;
    /*   	width: 400px; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  .chat-popup {
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    margin: 0px;
    padding: 15px;
    grid-template-columns: 1fr 85px;
    grid-template-areas: "state ." "content ." "animation animation";
    grid-row-gap: -11px;
    z-index: 99999;
    display: grid;
    background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
    box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
    border-radius: 10px;
    grid-template-rows: 30px 1fr 50px;
    min-width: 320px;
    max-width: 420px;
    /*      width: 400px; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: none;
  }
  .form-container .btn {
    position: fixed;
    right: 3rem;
    bottom: 1.9rem;
    background: linear-gradient(180deg, #70246f 28.33%, #a9286e 100%);
    box-shadow: 0px 0px 20px rgba(226, 29, 139, 0.6);
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.8;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5;
    width: 45px;
    height: 45px;
  }
  .contentArea {
    grid-area: content;
    width: 62%;
    justify-self: flex-start;
    max-height: 170px;
    overflow-y: auto;
    /*       padding: 0px; */
    padding: 10px 0px;
    margin-top: 0px;
  }
}
.mic img {
  width: 40px;
  height: auto;
}

.clear-fix {
  clear: both;
}

textarea::-webkit-scrollbar {
  width: 4px;
}

textarea::-webkit-scrollbar-button {
  display: none;
}

textarea::-webkit-scrollbar-track {
  background-color: transparent;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #d2d2d2;
}

/* #keyboardDiv {
  display: none;
  } */
/* #speech {
  display: none;
  } */
.processingContainerForCard {
  display: none;
  background: #923ca1;
  box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
  border-radius: 10px 10px 0px 10px;
  line-height: 20px;
  opacity: "90%";
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  max-width: 60%;
  overflow-wrap: break-word;
  left: 1.2rem;
}

.scrollbarVscroll {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.processingScroll {
  max-height: 75px;
  overflow-y: auto;
}

.processingScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.processingScroll::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

.processingScroll::-webkit-scrollbar-thumb {
  background-color: #9d9db0;
  border-radius: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .chat-popup {
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    margin: 0px;
    grid-template-columns: 1fr 85px;
    grid-template-areas: "state ." "content ." "animation animation";
    grid-row-gap: -11px;
    z-index: 99999;
    display: grid;
    background: linear-gradient(120.1deg, rgba(42, 44, 77, 0.9) 0%, rgba(42, 44, 77, 0.4) 98.89%);
    box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
    border-radius: 0px;
    grid-template-rows: 30px 1fr 50px;
    min-width: 320px;
    max-width: 420px;
    /*      width: 400px; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: none;
    transition: transform 450ms ease-out;
  }
  .filerSection {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-content: center;
    position: absolute;
    top: 4.5rem;
    left: 0.5rem;
  }
  .chat-popup {
    width: 100% !important;
    margin: auto;
    max-width: 100%;
  }
  .textContainerForCard {
    max-width: 90%;
  }
  .form-container textarea {
    width: 75%;
    padding-left: 0px;
    margin: 0px;
    border: none;
    background: transparent;
    resize: none;
    color: #fff;
    bottom: 0px;
    font-size: 15px;
  }
  .processingContainerForCard {
    display: none;
    background: #923ca1;
    box-shadow: 0px 0px 17px 4px rgba(16, 17, 37, 0.25);
    border-radius: 10px 10px 0px 10px;
    line-height: 20px;
    opacity: "90%";
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    max-width: 60%;
    overflow-wrap: break-word;
    left: 1.2rem;
  }
  .contentArea {
    grid-area: content;
    width: 62%;
    justify-self: flex-start;
    max-height: 170px;
    overflow-y: auto;
    /* padding: 0px; */
    padding: 5px 0px;
    margin-top: 12px;
  }
  .typeClicked .contentArea {
    grid-area: content;
    width: 100%;
    justify-self: flex-start;
    max-height: 170px;
    overflow-y: auto;
    /* padding: 0px; */
    padding: 5px 15px;
    margin-top: 0px;
  }
  .user-responce {
    border-radius: 10px 10px 10px 0px;
    border: 1px #ffffff solid;
    padding: 5px 20px;
    /* margin-top: 10px; */
    color: #ffffff;
    /* position: fixed; */
    width: fit-content;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 0px 0px 15px;
    align-items: center;
    /* font-size: 12px !important; */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .vceheader.clicked .contentArea {
    grid-area: content;
    width: 82%;
    justify-self: flex-start;
    max-height: 170px;
    overflow-y: auto;
    /* padding: 0px; */
    padding: 5px 0px;
    margin-top: 0px;
  }
  /*   .voiceRecognitionSystem {
        right: 8rem;
        z-index: 999;
        top: 38rem;
    top: calc(100vh - 30vh);
      position: fixed;
    } */
  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(1);
      transform: scale3d(1);
    }
    100% {
      opacity: "100%";
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(1);
      transform: scale3d(1);
    }
    100% {
      opacity: "100%";
    }
  }
  .userinstructions-class {
    width: 65%;
    height: 73px;
    position: fixed;
    left: 0px;
    bottom: -25px;
    white-space: normal;
  }
  .userInstructionsSection {
    left: 20px;
    bottom: unset;
    top: 0px;
    max-width: 230px;
  }
  .open {
    left: -1000px;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
@media only screen and (min-width: 667px) and (max-width: 768px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .image-element__wrap .vurb-product-img {
    flex: 1;
    height: 100%;
    max-height: 100%;
    display: block;
    outline: none;
  }
}
#contentAreaScroll {
  scrollbar-width: thin;
  scrollbar-color: #9d9db0 #f5f5f5;
}

#contentAreaScroll:-webkit-scrollbar {
  width: 7px;
}

#contentAreaScroll:-webkit-scrollbar-track {
  background: transparent;
}

#contentAreaScroll:-webkit-scrollbar-thumb {
  background-color: #9d9db0;
  border-radius: 6px;
  border: 3px solid transparent;
}

#autoresizing {
  scrollbar-width: thin;
  scrollbar-color: #9d9db0 #f5f5f5;
}

#autoresizing:-webkit-scrollbar {
  width: 7px;
}

#autoresizing:-webkit-scrollbar-track {
  background: transparent;
}

#autoresizing:-webkit-scrollbar-thumb {
  background-color: #9d9db0;
  border-radius: 6px;
  border: 3px solid transparent;
}

#processingTextcard {
  scrollbar-width: thin;
  scrollbar-color: #9d9db0 #f5f5f5;
}

#processingTextcard:-webkit-scrollbar {
  width: 7px;
}

#processingTextcard:-webkit-scrollbar-track {
  background: transparent;
}

#processingTextcard:-webkit-scrollbar-thumb {
  background-color: #9d9db0;
  border-radius: 6px;
  border: 3px solid transparent;
}

/*# sourceMappingURL=/index.css.map */
