.chatbot #message-section::-webkit-scrollbar{width:8px;background-color:#050505}.chatbot #message-section::-webkit-scrollbar-thumb{background-color:#3f3f46}.chatbot{display:flex;flex-direction:column;justify-content:center;border:1px solid #fff;border-radius:10px;font-size:1rem;margin:0 auto 45px}@media (max-width:500px){.chatbot{width:100%}}.chatbot #botheader{display:flex;justify-content:space-between;align-items:center;margin:0 .8rem}.chatbot #botheader h1{color:#fff;font-size:1.5rem;font-family:Finger Paint,cursive;padding:1rem 1rem 1rem 0}.chatbot #message-section{min-height:28rem;max-height:28rem;overflow-y:auto}.chatbot #message-section #bot,.chatbot #message-section #user{display:flex;position:relative;bottom:0;min-height:1.2rem;background-color:#3f3f46;color:#fff;border-radius:0 1rem 1rem 1.2rem;margin:.8rem 1rem 0}.chatbot #message-section #bot{float:left;padding:.6rem 1.2rem .8rem}.chatbot #message-section #user{border-radius:1rem 0 1rem 1.2rem;background-color:#fff;float:right;padding:.6rem 1.2rem .8rem;color:#000}.chatbot #message-section .message{color:#000;clear:both;position:relative;max-width:85%;word-wrap:break-word;z-index:2}.chat-footer{margin:1rem 0;padding:.1rem 1rem 1rem}.chatbot #input-section input{width:100%;background-color:#3f3f46;color:#fff}.chatbot .send{background:transparent;border:0;cursor:pointer;flex:0 0 auto;margin-left:1em;margin-right:0;padding:0;position:relative;outline:none}.circle:active,.circle:hover{opacity:.7}.chatbot .send .circle{position:relative;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center}.circle{background-color:#393996;border-radius:10px;color:#fff}.circle:focus,.send:focus,button:focus,input:focus{border:1px solid #fff!important;outline:none;border-radius:10px}.allquickbtn{margin:.2rem}.quickmessage{background-color:#393996;color:#fff;border-radius:10px;padding:.2rem .4rem;margin:.13rem}.typing-animation{animation:typing .5s ease-in-out infinite}.bot-table td,.bot-table th{padding:2px;border:1px solid #fff}@keyframes typing{0%,to{opacity:.5}50%{opacity:1}}