.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-header{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.chat-area {
  flex-grow: 1;
  overflow-y: auto;
  height: 100%;
}

#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%;
}
.botInput{
  margin-right: 20px
}
.inputBar{
  width: 100%;
}

.ArrayOfButtons{
  width:99.9%;
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: space-around;
  background-color: yellow;
}
#thesmallTitle{
  font-size:x-Large;
}
.theContainer{
  position: absolute;
  right:10px;
  left:10px;
  top:10px;
  bottom:10px;
  display: none;
}

#dataInput {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 58px;
  height: 48px;
}

.avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
}

#submitBtn {
  position: absolute;
  bottom: 10px;
  width: 48px;
  right: 20px;
  height: 48px;
  border-radius: 50%;
  background-image: url("https://icons.iconarchive.com/icons/fa-team/fontawesome-regular/48/FontAwesome-Regular-Paper-Plane-icon.png");
}

.UserBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.UserBox_Content {
  background-color: rgba(57, 192, 237);
  padding: 10px;
  border-radius: 10px;
  min-height: 48px;
}

.UserBox_Btn {
  background-image: url('https://icons.iconarchive.com/icons/aha-soft/large-user/48/Coffee-break-icon.png');
}

.AssistantBox_Btn {
  background-image: url('https://icons.iconarchive.com/icons/aha-soft/large-user/48/Notary-icon.png');
}

.AssistantBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.AssistantBox_Content {
  background-color: rgba(229, 255, 0);
  padding: 10px;
  border-radius: 10px;
  min-height: 48px;
}

#responseDiv {
  position: absolute;
  bottom: 50px;
  top: 50px;
  left: 0px;
  right: 0px;
  padding: 10px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
#StartBtn{
  position: absolute;
  width: 256px;
  height: 256px;
  margin-top: -128px;
  margin-left: -128px;
  top:50%;
  left:50%;
  display: block;
  border-width: 1px;
  border-style: solid;
  font-size: xx-large;
  border-radius: 50%;
  background-image: url("https://icons.iconarchive.com/icons/gartoon-team/gartoon-action/256/tool-tweak-icon.png");
}
blockquote {
  margin-left: 40px; /* adds space to the left */
  margin-right: 40px; /* adds space to the right */
  padding: 20px; /* adds space inside the blockquote */
  border-left: 4px solid #ccc; /* adds a vertical line to the left */
  font-style: italic; /* makes text italic */
  background-color: #f9f9f9; /* sets a background color */
  border-radius: 10px;
}
question{
  font-weight: bold;
}
.theCode{
  padding: 10px;
  width: 100%;
}

.FormatedTable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width:100%
  }
  
  .FormatedTable td, .FormatedTable th {
	border: 1px solid #ddd;
	padding: 2px;	
    vertical-align: middle;
  }
  
  .FormatedTable tr:nth-child(even){background-color: #f2f2f2;}
  
  .FormatedTable tr:hover {background-color: #ddd;}
  
  .FormatedTable th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #3A454b;
	color: white;
	font-weight: bold;
  }

  .FormatedTable td {
	color: rgb(10, 10, 10);
  text-align: center;
  }


  

  .DetailedTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width:100%
    }
    
    .DetailedTable td, .DetailedTable th {
    border: 1px solid #ddd;
    padding: 2px;	
      vertical-align: middle;
    }
    
    .DetailedTable tr:nth-child(even){background-color: black}
    
    .DetailedTable tr:hover {background-color: rgb(0, 21, 255)}
    
    .DetailedTable th {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #07689c;
    color: white;
    font-weight: bold;
    }
  
    .DetailedTable td {
    color: rgb(239, 234, 234);
    text-align: left;
    }
  


#TheITSEntry {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
  }
  
  #TheITSEntry td, #TheITSEntry th {
	border: 1px solid #ddd;
	padding: 8px;
  }
  
  #TheITSEntry tr:nth-child(even){background-color: #f2f2f2;}
  
  #TheITSEntry tr:hover {background-color: #ddd;}
  
  #TheITSEntry th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4CAF50;
	color: white;
  }
#theProcessedPanel{
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  padding: 20px;
}
.theContent{
  position: absolute;
  height: 100%;
  width:210px;
  top:0px;
  left:0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
#TheBody{
  position: absolute;
  height: 100%;
  top:0px;
  left: 300px;
}
.theKCBtn{
  width: 150px;
  border-radius: 10px;
  background-color: rgb(112, 177, 121);
  padding: 5px;
}
.theTitle{  
  width: 200px;
  border-radius: 0px;
  background-color: rgb(2, 55, 9);
  padding: 5px;
  text-align: center;
  color: white;
  text-decoration: underline;
}
#theConfigWin{
  display: none;
  background-color: lightgray;
  border-radius: 10px;
  padding: 20px;
  width:fit-content;
  height: fit-content;
  border-width: 1px;
  border-style: solid;
}
#StartNewBtn{
  position: absolute;
  left:20px;
  bottom:20px;
  display: none;
}
.configuInput{
  width:300px;
  height: 50px;;
}
#OpenAIBtn{
  position: absolute;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  top:50%;
  left:50%;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  background-image: url("https://www.svgrepo.com/show/306500/openai.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  font-size: xx-large;
  z-index: 1000;
}
#TheDiscussion{
  display:none;
  left:30px;
  right:30px;
  top: 80px;
  bottom:80px;
  position: absolute;
}
#theDiscussionFrame{
  width:100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
}
.histBtn{
  position: absolute;
  left:10px;
  top:auto;
  display:none;
}
#historyBox{
  position: absolute;
  max-height: 600px;
  max-height: 800px;
  overflow: auto;
  height: fit-content;
  background-color: gray;
  width: fit-content;
  min-width: 100px;
  min-height: 100px;
  display: none;
}
.thCellForContent{
  max-height: 100px;
  overflow: auto;
  vertical-align: top;
}
#ConfigueVoice{
  position: absolute;
  width: 800px;
  height: 700px;
  background-color: cadetblue;
  display: none;
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
}
.CloseBtn{
  position:absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.theiFrame{
  position:absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
  border-radius: 30px;
}
.GameDisplay{
  display: none;
  width: 1045px;
  height:710px;
  padding: 20px;
  z-index: 100;
  position:absolute;
  border-style: solid;
  border-radius: 10px;
  top:50%;
  left:50%;
  margin-left: -523px;
  margin-top: -355px;

}
#jeopardyFrame{
  width: 1000px;
  height:660px;
  border-radius: 10px;
}
.UpDownBtn{
  width:48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  border-width: 0px;
  background-color: transparent;
}
.theActionArea{
  vertical-align: middle;
  display: flex;
  justify-content: center; /* align horizontally */
  align-items: center;  
}
.upBtn{
  background-image: url("https://icons.iconarchive.com/icons/graphicloads/100-flat-2/48/arrow-up-icon.png");
}
.downBtn{
  background-image: url("https://icons.iconarchive.com/icons/icons8/ios7/48/Arrows-Right-icon.png");
}