html,body,#root{height:100dvh}body{margin:0;font-family:sans-serif;width:100%;display:flex;flex-direction:column;align-items:center}#root{width:100%;background-color:#7fffd4;display:flex;flex-direction:column;justify-content:center;align-items:center}iframe{border:none;width:100%;height:40vh}a{text-decoration:underline wavy;text-decoration-skip-ink:none;color:#000}#title{margin-top:0;height:32px}#title-link{display:block;width:fit-content}.dashed-border{border-left:dashed 1px black;border-right:dashed 1px black;width:fit-content}#tools-chat-container{display:flex;flex-direction:row;width:100%}#tools-container{width:50%;padding:5px}#chat-container{width:50%}@media screen and (max-width: 700px){#tools-chat-container{flex-direction:column}#tools-container,#chat-container{width:100%}}.tool-container{display:flex;flex-direction:column;align-items:flex-start;border:1px black solid;margin:5px;padding:5px}.sender{opacity:.5}.header{display:flex;flex-direction:row;border-bottom:1px dotted black;background-color:#fff6}#back-arrow{margin-left:5px}#header-button{border:none;background:none;cursor:pointer}#profile{position:relative;left:0;top:0;height:100%;width:100%}.profile-container{display:flex;flex-direction:row;align-items:center;margin-left:20px}.profile-pic{height:40px;width:40px;border-radius:50%;background-color:green}.chat-name{margin-left:5px}#phone{background-color:bisque;border:solid 7px black;border-top:25px solid black;border-bottom:40px solid black;border-radius:25px;height:100%;width:100%;max-width:400px;max-height:800px;display:flex;flex-direction:column}@media screen and (max-width: 500px){#phone{border:none;max-width:none;max-height:none;min-height:100%;border-radius:0}}#message-container{display:flex;flex-direction:column;overflow-y:auto;padding:5px}.message{display:flex;flex-direction:row}.message.left{justify-content:flex-start;background:none}.message.right{justify-content:flex-end;background:none}.message-text{width:fit-content;padding:5px;margin:5px;border-radius:6px}.left{align-self:start;background:#d3d3d3}.right{align-self:end;background:#b0a7ff}.triangle{display:inline-block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;background:none}.triangle.left{border-top:15px solid lightgrey;margin-top:5px;margin-right:-17px}.triangle.right{border-top:15px solid rgb(176,167,255);margin-bottom:18px;margin-left:-16px}.dancing-dot{position:relative;top:0;animation:bounce 1s infinite}@keyframes bounce{0%{top:0}50%{top:-5px}to{top:0}}#message-options{margin-top:auto;display:flex;flex-wrap:wrap;gap:6px}.option-container{border:none;background:none}.option{width:fit-content;padding:5px;margin:5px;border-radius:6px;background:#d3d3d3;cursor:pointer}.reset{margin-left:auto;margin-right:auto}#contact-title{background-color:#fff6;padding:5px;margin:0;border-bottom:1px dotted black}.contact{margin-left:5px;display:flex;flex-direction:row;align-items:center}
