.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #e32119;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

#bot-container {
  width: 99%;
  height: 98%;
  position: fixed;
  right: 0;
  bottom: 1%;
  z-index: 1000;
  border: #00214e 1px solid;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 390px) {
  #bot-container {
    width: 370px;
    height: 90%;
    right: 16px;
    bottom: 31px;
  }
}

@media (min-width: 576px) {
  #bot-container {
    width: 500px;
  }
}

#webchat {
  padding: 3px;
  flex: 1;
  min-height: 0;
}

#webchat button {
  font-size: 12px;
}

#webchat p {
  font-size: 15px;
}

#webchat > div {
  background-color: rgba(255, 255, 255, 1);
}

.bot-header {
  background-color: #e32119;
  color: #fff;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #999;
}

.static-welcome{
    background: rgba(255,255,255,0.7);
    position: absolute;
    width: inherit;
    height: -webkit-fill-available;
    z-index: inherit;
}

.static-welcome-content{
	position: absolute;
	bottom: 0;
}

.static-welcome-content-logo{
  float: left;
  width: 19.33%;
  padding: 5px;
}

.static-welcome-content-text{
  float: left;
  width: 54%;
  padding: 5px;
}

.static-welcome-content-spinner{
  float: left;
  width: 20%;
  padding: 5px;
}

.bot-header a {
  color: #000;
  text-decoration: none;
}

.bot-header a:hover {
  color: #00214e;
}

.bot-header h2 {
  margin: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-stretch: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
