.option1 {

  position: center;
  margin-left: 90px;
}


.option2 {
  float: right;
}


.question {
  color: black;
  font-size: 15px;
  text-align: center;
  margin-bottom: 7px;

  margin-top: 14px;
}

#answer {
  cursor: pointer;

}

strong {
  font-weight: 700;
  color: #C3FDB8;
  text-align: justify;
  text-justify: inter-word;

}

.chat_boxing {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.chat-icon {
  height: 120px;
  width: 120px;
  position: fixed;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  z-index: 9999;


}



/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px;
  border: 7px solid;
  border-color: #2C3E50;
  border-radius: 10px;
  z-index: 9999;
  margin-top: 40px;
  background: white;

  height: 480px;
  width: 320px;
}


.popup-head {
  content: "";
  clear: both;
  display: table;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #000103;



  height: 60px;
  width: 306px;

}


.popup-head-left {

  margin-top: 5px;
  margin-left: 5px;
  background: #000103;

  float: left;
  border-radius: 3px;
}

.popup-head-middle {

  margin-top: 5px;
  margin-left: 1px;
  background: #000103;
  color: white;
  float: left;
  border-radius: 3px;

}


.popup-head-right {


  background: #000103;
  float: right;
  margin-right: 26px;
  margin-top: 16px;
  height: 5px;
  width: 5px;
  /*
  margin-left: 28px;  */
}

.chat-header-button {

  /*border: 1px solid black ;*/

  font-size: 10px;
  height: 5px;
  width: 5px;
}

.sub-head {


  color: #922B21;
  margin-top: 5px;
  text-align: center;

}

#userInput {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top: 20px;

}

input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: black;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;

  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 0px;


}


.userText {
  color: black;
  font-family: Arial;
  font-size: 15px;
  background-color: #D5DBDB;
  line-height: 23px;
  text-align: right;
  margin-right: 5px;
  margin-top: 0px;
  width: 280px;
  float: right;
  border-radius: 3px;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.userText span {

  padding: 6px;
  grid-gap: 2px;
  /*margin-right: 5px;*/

  -moz-text-align-last: right;
  /* For Firefox prior 58.0 */
  text-align-last: right;
}

.botText {
  color: black;
  font-family: Arial;
  font-size: 15px;
  margin-left: 5px;
  line-height: 23px;
  text-align: left;
  /* For Edge */
  float: left;
  width: 280px;
  border-radius: 3px;
  background-color: #B22222;
  margin-top: 5px;
}

.botText span {
  padding: 4px;
  -moz-text-align-last: left;
  /* For Firefox prior 58.0 */
  text-align-last: left;
}



.box-footer {
  height: 54px;
  width: 307px;
  background-color: black;

  border-radius: 3px;

}

#textInput {
  font-family: Arial;
  font-size: 14px;
  position: fixed;
  bottom: 15px;
  padding-left: 5px;
  border: 1px solid;
  width: 245px;
  height: 45px;
  margin-left: 3px;
  border-radius: 3px;
  border-bottom-left-radius: 2px;
  border-color: #AEB6BF;
}

.box-footer-left {

  float: left;
}

.box-footer-right {

  float: right;
  margin-right: 36px;
  height: 20PX;
  width: 32px;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 4px;


}


textarea {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: black;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textarea;
  background-color: white;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
  border-image: initial;
  padding: 2px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D7DBDD;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D7DBDD;
}