.ChatInterface-module__WGbyoa__chatContainer{width:100vw;max-width:100%;height:100vh;max-height:100%;font-size:"16px";background-color:#f1f7f7;border-radius:12px;grid-template-rows:auto 1fr auto;display:grid;box-shadow:0 4px 20px #0000001a}.ChatInterface-module__WGbyoa__header{color:#fff;z-index:1;background:linear-gradient(90deg,#1a6d71,#0d666b);border-bottom:1px solid #ccc;grid-row:1;justify-content:space-between;align-items:center;padding:15px;display:flex}.ChatInterface-module__WGbyoa__chatArea{background-color:#f1f7f7;flex-direction:column;grid-row:2;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__inputArea{background-color:#f4f7f6;border-top:1px solid #ccc;align-items:center;width:100%;padding:10px;display:flex}.ChatInterface-module__WGbyoa__inputField{border:1px solid #ccc;border-radius:20px;flex-grow:1;flex-shrink:1;min-width:0;padding:10px;font-size:16px}.ChatInterface-module__WGbyoa__uploadIcon,.ChatInterface-module__WGbyoa__micButton,.ChatInterface-module__WGbyoa__sendButton{color:#fff;cursor:pointer;border:none;border-radius:10px;font-weight:700}.ChatInterface-module__WGbyoa__assistantInfo{align-items:center;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__avatar{border-radius:50%;width:50px;height:50px;margin-right:10px}.ChatInterface-module__WGbyoa__logoImage{height:35px}.ChatInterface-module__WGbyoa__assistantMessage{color:#000;font-size:"16px";background-color:#fff;border:1px solid #b7becd;border-top-left-radius:5px}.ChatInterface-module__WGbyoa__assistantMessage p{margin:4px 0}.ChatInterface-module__WGbyoa__assistantMessage a{color:#007bff;text-decoration:underline}.ChatInterface-module__WGbyoa__timestamp{color:#777;text-align:right;margin-top:5px;font-size:.75em;display:block}.ChatInterface-module__WGbyoa__optionsMessage{font-family:var(--font-unimed-sans), sans-serif;letter-spacing:0%;cursor:pointer;border-radius:1px;padding:5px 15px;font-size:16px;font-weight:400;line-height:100%}.ChatInterface-module__WGbyoa__sendButton:hover{background-color:#008542}.ChatInterface-module__WGbyoa__micButton{cursor:pointer;color:#555;background:0 0;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:10px;font-size:1.2em;display:flex}.ChatInterface-module__WGbyoa__micButton:hover{background-color:#eee}.ChatInterface-module__WGbyoa__messageBubble{border-radius:12px;max-width:95%;margin:15px;padding:15px;line-height:1.2}.ChatInterface-module__WGbyoa__messageBubble p{margin:5px}.ChatInterface-module__WGbyoa__messageBubble a{color:#06c;text-decoration:underline}.ChatInterface-module__WGbyoa__userMessage{color:#000;font-size:"16px";background-color:#def;border-top-right-radius:5px;align-self:flex-end}.ChatInterface-module__WGbyoa__menuButton{color:#fff;cursor:pointer;background-color:#1a6d71;border:none;border-radius:20px;padding:10px 20px;font-size:1em}.ChatInterface-module__WGbyoa__menuButton:hover{background-color:#1a6d71}.ChatInterface-module__WGbyoa__menuChat{background-color:#fff;border-radius:5px;flex-flow:wrap;align-items:flex-start;gap:5px;display:flex}.ChatInterface-module__WGbyoa__menuOption{color:#1a6d70;cursor:pointer;width:100%;font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;background-color:#fcfcfc;border:1px solid #1a6d70;border-radius:6px;margin:5px 10px;padding:8px 12px;font-size:16px;line-height:130%}.ChatInterface-module__WGbyoa__menuText{font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;font-size:16px;line-height:130%}.ChatInterface-module__WGbyoa__menuOption:hover{color:#fff;background-color:#1a6d71}.ChatInterface-module__WGbyoa__downloadLink{color:#fff;background-color:#fff;border-radius:5px;margin-top:10px;padding:8px 12px;text-decoration:none;display:inline-block}.ChatInterface-module__WGbyoa__unavailableMessage{color:#d84315;text-align:center;background-color:#ffe0b2;border:1px solid #ffb74d;border-radius:5px;margin-top:10px;padding:15px;font-size:.9em}.ChatInterface-module__WGbyoa__typingIndicator{justify-content:center;align-items:center;height:20px;display:flex}.ChatInterface-module__WGbyoa__typingIndicator span{background-color:#ccc;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1s ease-in-out infinite ChatInterface-module__WGbyoa__typing}.ChatInterface-module__WGbyoa__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatInterface-module__WGbyoa__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface-module__WGbyoa__typing{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.ChatInterface-module__WGbyoa__unavailableMessage{color:#c00;background-color:#fdd;border:1px solid #c00;border-radius:8px;margin-top:10px;padding:8px}.ChatInterface-module__WGbyoa__filePreview{flex-direction:column;align-items:center;display:flex}.ChatInterface-module__WGbyoa__fileImage{cursor:pointer;border-radius:8px;max-width:100%;max-height:200px;margin-bottom:8px;box-shadow:0 2px 4px #0000001a}.ChatInterface-module__WGbyoa__downloadLink{color:#333;background-color:#f0f0f0;border-radius:20px;align-items:center;gap:8px;padding:8px 12px;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}.ChatInterface-module__WGbyoa__downloadLink:hover{background-color:#e0e0e0}.ChatInterface-module__WGbyoa__fileIcon{font-size:1.5em}.ChatInterface-module__WGbyoa__fileCaption{color:#666;text-align:center;margin-top:4px;font-size:.9em}.ChatInterface-module__WGbyoa__fileInput{display:none}.ChatInterface-module__WGbyoa__uploadIcon:hover{color:#007bff}.ChatInterface-module__WGbyoa__inputArea.ChatInterface-module__WGbyoa__dragOver{background-color:#e6f2ff;border:2px dashed #007bff}.ChatInterface-module__WGbyoa__closeButton{color:#fff;background-color:#1a6d71;justify-content:center;align-items:center}.ChatInterface-module__WGbyoa__close-button:hover{transform:scale(1.1)}
.Modal-module__GKiJOG__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Modal-module__GKiJOG__modalContent{background-color:#f4f7f6;border-radius:8px;width:300px;padding:20px;font-family:sans-serif;box-shadow:0 4px 8px #0000001a}.Modal-module__GKiJOG__modalContent h2{color:#333;text-align:center;border-bottom:1px solid #ddd;margin-bottom:20px;padding-bottom:10px;font-size:1.3em;font-weight:600}.Modal-module__GKiJOG__modalContent button{color:#fff;cursor:pointer;background-color:#1a6d71;border:none;border-radius:20px;width:100%;margin:5px 0;padding:10px 20px;font-size:1em;transition:background-color .2s}.Modal-module__GKiJOG__modalContent button:hover{background-color:#1a6d71}.Modal-module__GKiJOG__modalContent button.Modal-module__GKiJOG__closeButton{color:#333;background-color:#ccc}.Modal-module__GKiJOG__modalContent button.Modal-module__GKiJOG__closeButton:hover{background-color:#ddd}
.ChatInterfaceAvms-module__Wzf6ca__chatContainer{width:100vw;max-width:100%;height:100vh;max-height:100%;font-size:"16px";background-color:#f1f7f7;border-radius:12px;grid-template-rows:auto 1fr auto;display:grid;box-shadow:0 4px 20px #0000001a}.ChatInterfaceAvms-module__Wzf6ca__header{color:#fff;z-index:1;background:linear-gradient(90deg,#1a6d71,#0d666b);border-bottom:1px solid #ccc;grid-row:1;justify-content:space-between;align-items:center;padding:15px;display:flex}.ChatInterfaceAvms-module__Wzf6ca__chatArea{background-color:#f1f7f7;flex-direction:column;grid-row:2;display:flex;overflow-y:auto}.ChatInterfaceAvms-module__Wzf6ca__inputArea{background-color:#f4f7f6;border-top:1px solid #ccc;align-items:center;width:100%;padding:10px;display:flex}.ChatInterfaceAvms-module__Wzf6ca__inputField{border:1px solid #ccc;border-radius:20px;flex-grow:1;flex-shrink:1;min-width:0;padding:10px;font-size:16px}.ChatInterfaceAvms-module__Wzf6ca__uploadIcon,.ChatInterfaceAvms-module__Wzf6ca__micButton,.ChatInterfaceAvms-module__Wzf6ca__sendButton{color:#fff;cursor:pointer;border:none;border-radius:10px;font-weight:700}.ChatInterfaceAvms-module__Wzf6ca__assistantInfo{align-items:center;font-weight:700;display:flex}.ChatInterfaceAvms-module__Wzf6ca__avatar{border-radius:50%;width:50px;height:50px;margin-right:10px}.ChatInterfaceAvms-module__Wzf6ca__logoImage{height:35px}.ChatInterfaceAvms-module__Wzf6ca__assistantMessage{color:#000;font-size:"16px";background-color:#fff;border:1px solid #b7becd;border-top-left-radius:5px}.ChatInterfaceAvms-module__Wzf6ca__assistantMessage p{margin:4px 0}.ChatInterfaceAvms-module__Wzf6ca__assistantMessage a{color:#007bff;text-decoration:underline}.ChatInterfaceAvms-module__Wzf6ca__timestamp{color:#777;text-align:right;margin-top:5px;font-size:.75em;display:block}.ChatInterfaceAvms-module__Wzf6ca__optionsMessage{font-family:var(--font-unimed-sans), sans-serif;letter-spacing:0%;cursor:pointer;border-radius:1px;padding:5px 15px;font-size:16px;font-weight:400;line-height:100%}.ChatInterfaceAvms-module__Wzf6ca__sendButton:hover{background-color:#008542}.ChatInterfaceAvms-module__Wzf6ca__micButton{cursor:pointer;color:#555;background:0 0;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:10px;font-size:1.2em;display:flex}.ChatInterfaceAvms-module__Wzf6ca__micButton:hover{background-color:#eee}.ChatInterfaceAvms-module__Wzf6ca__messageBubble{border-radius:12px;max-width:95%;margin:15px;padding:15px;line-height:1.2}.ChatInterfaceAvms-module__Wzf6ca__messageBubble p{margin:5px}.ChatInterfaceAvms-module__Wzf6ca__messageBubble a{color:#06c;text-decoration:underline}.ChatInterfaceAvms-module__Wzf6ca__userMessage{color:#000;font-size:"16px";background-color:#def;border-top-right-radius:5px;align-self:flex-end}.ChatInterfaceAvms-module__Wzf6ca__menuButton{color:#fff;cursor:pointer;background-color:#1a6d71;border:none;border-radius:20px;padding:10px 20px;font-size:1em}.ChatInterfaceAvms-module__Wzf6ca__menuButton:hover{background-color:#1a6d71}.ChatInterfaceAvms-module__Wzf6ca__menuChat{background-color:#fff;border-radius:5px;flex-flow:wrap;align-items:flex-start;gap:5px;display:flex}.ChatInterfaceAvms-module__Wzf6ca__menuOption{color:#1a6d70;cursor:pointer;width:100%;font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;background-color:#fcfcfc;border:1px solid #1a6d70;border-radius:6px;margin:5px 10px;padding:8px 12px;font-size:16px;line-height:130%}.ChatInterfaceAvms-module__Wzf6ca__menuText{font-weight:400;font-style:Regular;letter-spacing:0%;text-align:center;font-size:16px;line-height:130%}.ChatInterfaceAvms-module__Wzf6ca__menuOption:hover{color:#fff;background-color:#1a6d71}.ChatInterfaceAvms-module__Wzf6ca__downloadLink{color:#fff;background-color:#22a676;border-radius:5px;margin-top:10px;padding:8px 12px;text-decoration:none;display:inline-block}.ChatInterfaceAvms-module__Wzf6ca__downloadLink:hover{background-color:#ccc}.ChatInterfaceAvms-module__Wzf6ca__unavailableMessage{color:#d84315;text-align:center;background-color:#ffe0b2;border:1px solid #ffb74d;border-radius:5px;margin-top:10px;padding:15px;font-size:.9em}.ChatInterfaceAvms-module__Wzf6ca__typingIndicator{justify-content:center;align-items:center;height:20px;display:flex}.ChatInterfaceAvms-module__Wzf6ca__typingIndicator span{background-color:#ccc;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1s ease-in-out infinite ChatInterfaceAvms-module__Wzf6ca__typing}.ChatInterfaceAvms-module__Wzf6ca__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatInterfaceAvms-module__Wzf6ca__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatInterfaceAvms-module__Wzf6ca__typing{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.ChatInterfaceAvms-module__Wzf6ca__unavailableMessage{color:#c00;background-color:#fdd;border:1px solid #c00;border-radius:8px;margin-top:10px;padding:8px}.ChatInterfaceAvms-module__Wzf6ca__filePreview{flex-direction:column;align-items:center;display:flex}.ChatInterfaceAvms-module__Wzf6ca__fileImage{cursor:pointer;border-radius:8px;max-width:100%;max-height:200px;margin-bottom:8px;box-shadow:0 2px 4px #0000001a}.ChatInterfaceAvms-module__Wzf6ca__fileIcon{font-size:1.5em}.ChatInterfaceAvms-module__Wzf6ca__fileCaption{color:#666;text-align:center;margin-top:4px;font-size:.9em}.ChatInterfaceAvms-module__Wzf6ca__fileInput{display:none}.ChatInterfaceAvms-module__Wzf6ca__uploadIcon:hover{color:#007bff}.ChatInterfaceAvms-module__Wzf6ca__inputArea.ChatInterfaceAvms-module__Wzf6ca__dragOver{background-color:#e6f2ff;border:2px dashed #007bff}.ChatInterfaceAvms-module__Wzf6ca__closeButton{color:#fff;background-color:#1a6d71;justify-content:center;align-items:center}.ChatInterfaceAvms-module__Wzf6ca__close-button:hover{transform:scale(1.1)}
