
#ChatEmail
{
  color: black;
  margin-top: 10px;
  padding: 25px;
}
.Chat_user, .Chat_agent
{
  overflow-wrap: break-word;
  padding: 4px 10px;
  background-color: #0094E9;
  text-align: right;
  border-radius: 5px;
  border: none;
  margin-bottom: 5px;
  display: inline-block;
    color: white;
    max-width: 100%;
}
.Chat_agent
{
  text-align: left;
  background-color: #ECECEC;
  color: black;

}
.OnlineChatHeading
{
  color: white;
}
#ChatArea
{
  height: calc(100% - 130px);
  width: 100%;
  background-color: white;
  margin-bottom: 15px;
  overflow-y: scroll;
  margin-top: 5px;
  padding: 25px;
}
#OnlineChat
{
  z-index: 10;
  background-color: white;
  border: 1px solid #2B2B2B;

  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 400px;
  max-width: 100%;
  height: 600px;
  max-height: 80%;

  display:none;
}

#ChatButton
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  position: fixed;
  bottom: 10px;
  right: 10px;

  cursor: pointer;

}
#ChatButton img
{
  width: 64px;
  height: 64px;
}

.jumping-dots span {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  animation: jump 1s infinite;
  display: inline-block;
  padding: 10px;
}

.jumping-dots .dot-1,.jumping-dots .dot-2,.jumping-dots .dot-3 {
  background-color: #000;
  border-width: 0px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 3px;
  animation-delay: 200ms;
  padding: 0px;

}

.jumping-dots .dot-2 {

  animation-delay: 400ms;
}

.jumping-dots .dot-3 {

  animation-delay: 600ms;
}
#ChatContinue, #AITop
{
  background-color: #2B2B2B;
}
#AITop
{
  padding: 8px;
}
#AIBottom
{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@keyframes jump {
  0% {
    bottom: 0px;
  }
  20% {
    bottom: 5px;
  }
  40% {
    bottom: 0px;
  }
}
.AIMenu
{
  color: white;
  border-radius: 17px;
  height: 34px;
  line-height: 34px;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
}
.AIMenuLG
{
  color: white;
  border-radius: 30px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.AIMenuBlue
{
  background-color: #0094E9;
}
.AIMenuPink
{
  background-color: #D923ED;
}
.AIMenuBlack
{
  background-color: #000;
}
.AIMenuClose
{
  border-radius: 5px;
  border: 1px solid #888;
  text-align: center;
  line-height: 34px;
  height: 34px;
  width: 34px;
  color: white;
}
.Msg_Parent_agent, .Msg_Parent_user
{
  width: 100%;
  margin-bottom: 15px;
}
.Msg_Parent_user
{
  text-align: right;
}
.AIMenuSend
{
  background:  #0094E9 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  height: 40px;
  display: inline-block;
  width: 40px;
  line-height: 36px;

}
#ChatArea h2
{
  font-size: 18px !important;
  line-height: 24px !important;
}
#ChatArea h3
{
  font-size: 16px !important;
  line-height: 20px !important;
}
.AIModal
{
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
