body {
  /*height: 100vh;
  font-family: Roboto, sans-serif;
  margin: 0px;
  background-color: white;
  overflow: hidden;
  background: gainsboro;
  display:flex*/
}
.title{
  margin:auto;
  font-size:x-large;
  font-family: Raleway, sans-serif;
  color:#00aabb;
}
@media (min-width: 450px) {
      .main-card {
        width: 96%;
        max-width: 400px;
        height: calc(100% - 32px) !important;
        border-radius: 8px !important;
        max-height: 600px;
      margin: 16px!important;
      }
	.fullwindowchat{
		max-width: calc(100% - 40px);
    max-height: calc(100% - 100px);
	}
    }

    .collapsed {
      width: 48px !important;
      height: 48px !important;
      border-radius: 24px !important;
      margin: 16px!important;
    }

    .main-card {
      background: #000000cf;
    border: 1px solid rgba(255,255,255,.2);
      color: white;
      width: 100%;
      height: 100%;
      margin: 0px;
      border-radius: 0px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      right: 0;
      bottom: 0;
      position: absolute;
      transition: all 0.5s;
      box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
		z-index: +2;
    position: fixed;
		background-image: linear-gradient(46deg, rgb(0 0 0 / 100%) 0%, rgb(255 255 255 / 16%) 59%, rgb(0 0 0 / 95%) 100%);
		background-image: linear-gradient(46deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 74%) 5%, rgb(255 255 255 / 8%) 32%, rgb(0 0 0 / 89%) 55%, rgb(255 255 255 / 14%) 68%, rgb(0 0 0 / 90%) 100%);
		background-image: linear-gradient(46deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 77%) 5%, rgb(255 255 255 / 3%) 32%, rgb(255 255 255 / 5%) 47%, rgb(255 255 255 / 4%) 68%, rgb(0 0 0 / 90%) 100%);
		background-image: linear-gradient(46deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 77%) 5%, rgb(255 255 255 / 3%) 32%, rgb(255 255 255 / 5%) 47%, rgb(255 255 255 / 4%) 68%, rgb(0 50 75 / 30%) 100%);
    backdrop-filter: blur(3px);
		z-index: 3;
    }
#chatbot_toggle {
  position: absolute;
  right: 0;
  border: none;
  height: 60px;
  width: 48px;
  background: #007b87;
	background: #00aabb00;
  padding: 14px;
  color:white;
}
.collapsed #chatbot_toggle  {
  background-color: #008794;
	    height: 48px;
}
#chatbot_toggle:hover {
  background: #006872;
	cursor: pointer;
}
.line {
  height: 1px;
  background-color: rgba(255,255,255,.85);
  width: 100%;
  opacity: 0.2;
}
.main-title {
  background-color: #008794;
	background-color: #00000026;;
  font-size: large;
  font-weight: bold;
  display: flex;
  height: 60px;
    align-items: center;
}

.main-title>div{
  height:48px;
  width:48px;
  display:flex;
  margin-left:8px;
}
.main-title svg {
  height: 24px;
  margin: auto;
}
.main-title > span {
  margin: auto auto auto 8px;
}
.chat-area {
  flex-grow: 1;
  overflow: auto;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
	overscroll-behavior: contain;
}
.input-message {
  padding: 8px 48px 8px 16px;
  flex-grow: 1;
  border: none;
	background: #00000069;
	    color: #fff;
	font-size: 18px;
}
.input-message:focus {
  outline: none;
}
.input-div {
  height: 48px;
  display: flex;
}

.input-send {
  background: transparent;
  width: 48px;
  height: 48px;
  right: 0%;
  border: none;
  cursor: pointer;
}
.input-send:hover {
  background: #007985;
}
.input-send:hover svg {
    fill: #fff;
}
.input-send svg {
  fill: #00aabb;
  margin: 11px 8px;
}
.chat-message-div {
  display: flex;
}
.fullwindowchat .chat-message-div {
  display: flex;
	max-width: 39em;
    font-size: 1.5em;
}
.fullwindowchat .input-message {
    padding: 8px 31px 8px 30px;
    font-size: 1.5em;
    height: 59px;
}
.fullwindowchat .main-title > span {
    margin: auto auto auto 23px;
    font-size: 1.5em;
}
.fullwindowchat .UD_avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.fullwindowchat .main-title {
    height: 75px;
    align-items: center;
}
.fullwindowchat .main-title>div {
    height: 60px;
    width: 60px;
    display: flex;
    margin-left: 20px;
}
.fullwindowchat #btn_chat_expand svg {
    position: absolute;
    right: 90px;
    top: 0px;
    border: none;
    height: 60px;
    width: 60px;
    background: #007b87;
    background: #00aabb00;
    padding: 10px;
    color: white;
    fill: white;
}


.fullwindowchat #chatbot_toggle {
    position: absolute;
    right: 0;
    border: none;
    height: 72px;
    width: 83px;
    background: #007b87;
    background: #00aabb00;
    color: white;
    padding-top: 10px;
}
.fullwindowchat #chatbot_toggle:hover {
    background: #006872;
    cursor: pointer;
}
.fullwindowchat .input-send {
    width: 70px;
    height: 78px;
}
.fullwindowchat .input-send svg{
	transform: scale(1.5);
}
.collapsed.fullwindowchat  #chatbot_toggle {
        position: absolute;
    right: 0;
    border: none;
    height: 60px;
    width: 48px;
    background: #007b87;
    color: white;
}
@media screen and (max-width: 500px) {	
	.fullwindowchat #btn_chat_expand svg {
		padding-right: 0;
    padding-left: 0;
    right: 96px;
	}
	.main-title {
    font-size: medium;
	}
}
@media screen and (max-width: 400px) {	
	.fullwindowchat:not(.collapsed) #chatbot_toggle {
    position: absolute;
    right: 0;
    border: none;
    height: 72px;
    width: 65px;
    background: #007b87;
    background: #00aabb00;
    color: white;
    padding-top: 21px;
		width: 65px;
    padding-top: 20px;
		width: 59px;
    padding: 4px;
    padding-top: 13px;
	}
	.fullwindowchat #btn_chat_expand svg {
    right: 70px;
	}
}
.fullwindowchat .input-div {
    height: 78px;
    display: flex;
    align-items: center;
}
.fullwindowchat #message-box  .chat-message-div:nth-child(even){
	/*align-self: flex-end;*/
}

.chat-message-sent {
  background-color: white;
  margin: 8px 16px 8px 64px;
  padding: 8px 16px;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 100ms;
  color: #fff;
  border-radius: 8px 8px 2px 8px;
  background-color: #515151;
}

.chat-message-received {
  background-color: white;
  margin: 8px 64px 8px 16px;
  padding: 8px 16px;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 100ms;
  color: #fff;
  border-radius: 8px 8px 8px 2px;
  background-color: #008794;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
@keyframes bounce {
	50% {
		transform: translate(0, 5px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.ellipsis {
    display: inline-block;
    width: 0.5em;
    margin-right: 0.2em;
    height: 0.5em;
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
}
.dot_1 {
	/* animation: name duration timing-function delay iteration-count */
	animation: bounce 0.8s linear 0.1s infinite;
}
.dot_2 {
	animation: bounce 0.8s linear 0.2s infinite;
}
.dot_3 {
	animation: bounce 0.8s linear 0.3s infinite;
}
.messagequestions{
	align-self: flex-end;
	position: relative;
}


.fullwindowchat .messagequestions::before{
	content: '';
    width: 100vw;
    height: 1px;
    border-bottom: 1px dashed rgba(255,255,255,.12);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: -1;
}