body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  height: 100%;  
  /* width: -webkit-fill-available; */
  width: fill-available;
  margin-top: 0px;  
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

a {
  color: #220a8f;
}

html { 
  height: calc(100% - 10px);;  
  width: auto;
  padding: 0px 0px 0px 5px;
  margin: 0px;
}

.footer {
  background-color: blueviolet;
  height: 50px;
  position: fixed;
  width: 100%;
}

/* Bot Canvas Style  */

#botdiv {
height: 100%;
width: 60%;
border: 3px;
border-style: solid;
border-color: rgb(8, 64, 79);
background-color: #fafafa;
border-top-right-radius: 10px;
border-top-left-radius:10px;
/* float: right; */

/* margin-right: 10px;
margin-left: 30px;
margin-top: 10px; */
}

.bot-container{
height: calc(100% - 40px);
}
h1 {
color: whitesmoke;
font-family: Segoe UI;
font-size: 16px;
line-height: 20px;
margin: 0;
/* padding: 0 20px; */
}

#chatbot_name{
padding-left: 20px;
}

#banner {
align-items: center;
background-color: #32424c;
display: flex;
height: 50px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
/* width: 100%; */
}

#webchat {

height: calc(100% - 10px);
overflow: hidden;
position: relative;
top: 0px;
width: 100%;
}

