.card {
  height: 90vh;
  display: flex;
  flex-direction: column;
}
.card-header{
  width:100%;
  background-color: darkturquoise;
}

.chat-area {
  flex-grow: 1;
  overflow-y: auto;
  padding: 5px;
}

#chat-content {
  flex-grow: 1;
  overflow-y: auto;
}

.form-outline .form-control:focus ~ .form-label {
  color: #39c0ed;
  transition: all 0.2s linear;
}

.form-outline .form-control ~ .form-label {
  color: #bfbfbf;
}
.fullwidth{
  width: 100%;
  height: 100%;
}
.botInput{
  border-radius: 20px;
  height: 50px;
  width:99%;
  font-size: 20px;
}
.inputBar{
  width: 99%;
  bottom: 0px;
  height: 55px;
  left:0px;
  background-color: azure;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  position: absolute;  
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.chatTitle{
  top: 0px;
  position:absolute; 
  padding: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: 00px;
  right: 00px;
  color: azure;
  background-color: rgb(21, 109, 112);

}
.The_chat_content{
  overflow-y:auto;
  height: 100%;
  left:0
}

.The_chat_contentBack{
  top:60px;
  bottom:70px;
  width: fit-content;
  position: absolute;
  overflow-y:auto;
  left:0
}
.system{
  border-radius: 20px;
  text-indent: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2x;
  width: fit-content;
  float: left;
}
.user{
  border-radius: 20px;
  text-indent: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2x;
  width: fit-content;
  float:right;
}
.BotSubmit{
  width:fit-content;
  height: 25px;
  border-radius: 12.5px;
}
.content{
  padding: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: cadetblue;
}

#Faq-list{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position:absolute;
  top:10px;
  right:10px;
}
.optionsLocation{
  height: 50px;
  width:130px;
}
#ArrayOfButtons{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
}
.theInputBox{
  width: 200px;
  height: 100%;
  overflow: hidden;
}
.hiddenSendBtn{
  display: none;
}
.chatLayOut{
  background-color: grey;
  display: block;
  height: 500px
}
.ContentArea1{  
  overflow: auto;
  background-color: #bfbfbf;
  vertical-align: top;
}
.ToolArea{
  vertical-align: top;
  display: none;
}
.TitleBar{
  background-color: rgb(6, 101, 138);
  border-radius: 10px;
  color: white;
  font-weight: bolder;
  padding: 5px;
  text-align: center;
  font-size: x-large;
}
.Mwidth{
  max-width: 100%;
}
.The_chat_content{
  float: top;
}
.theShortCut{
  border-radius: 10px;
  background-color: cadetblue;
}
.TheRuleDisplayOld{
  border-radius: 5px;
  background-color: cadetblue;
  padding: 3px;
}
.ShowShortCut{
  float: right;
}
.startOverAgainBtn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: beige;
  display: block;
  position: absolute;
  left: 5px;
  top: 3px;
  background-image: url("https://icons.iconarchive.com/icons/custom-icon-design/flatastic-9/48/Start-icon.png");
  background-size: cover;
  background-position: center;
}