.button.min-button {border-radius: 60px;}

.message-button {display: none;}

.bg-red {background-color: #0884FB !important; color: #fff !important;}

.message-agent .message-bubble[data-v-7a271702],
.message-bot .message-bubble[data-v-7a271702] {background-color: #F3F4F6; margin-top: 0.33em;}

.message-feedback .message-bubble[data-v-7a271702],
.message-human .message-bubble[data-v-7a271702] {background-color: #E8F0FE;}

.focusable[data-v-7a271702] {box-shadow: none !important;}

.v-container {padding-right: 0px !important; padding-top: 0px !important;}

.message-bubble[data-v-7a271702] {margin-right: 1em;}

@keyframes processing-animation { 
  0% {background-color: #E8F0FE; transform: translateY(0) scale(1);} 
  50% {background-color: #CDDFFD; transform: translateY(-8px) translateX(8px) scale(1.1);} 
  100% {background-color: #E8F0FE; transform: translateY(0) scale(1);} 
}

.message-bot .message-bubble[data-v-3f73af04] {background-color: #E8F0FE; animation: processing-animation 1.3s ease-in-out infinite;}