.chat-panel{position:fixed;margin:15px 15px 0 15px;padding:0 10px 10px 10px;bottom:0;right:0;width:300px;max-width:100%;max-height:100%;overflow-x:hidden;overflow-y:auto;background-color:#fff;border:1px solid var(--bs-border-color);box-shadow:-3px 0 15px rgba(0,0,0,.3);z-index:1001;transition:border-radius .2s ease-in-out}.chat-panel .close-button-panel{display:flex;justify-content:end;padding-top:.5rem}.chat-panel .chat-log-header-panel{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.chat-panel .chat-log-header-panel img{transition:border-radius .2s ease-in-out}.chat-panel .chat-log-header-panel .chat-log-header-title-text{font-weight:bold}.chat-panel.collapsed{width:8rem;height:8rem;overflow:visible;padding:0;margin:0 2rem 2rem 0;border:0;border-radius:50%}.chat-panel.collapsed .chat-log-header-panel:after{content:"";display:block;position:absolute;bottom:-1rem;right:-1rem;width:4.5rem;height:4.5rem;border-radius:50%;background:#f2561e url("../../images/Bildungshilfe/ChatPanel/speech-bubbles-white.svg") center no-repeat;background-size:2.5rem 2.5rem}.chat-panel.collapsed .close-button-panel{display:none}.chat-panel.collapsed .chat-log-header-panel{cursor:pointer;margin:0;gap:0;width:100%;height:100%}.chat-panel.collapsed .chat-log-header-panel img{width:100%;height:100%;border-radius:50%}.chat-panel.collapsed .chat-log-header-panel .chat-log-header-title-text{display:none}.chat-panel.collapsed .chat-log-panel,.chat-panel.collapsed .start-chat-panel{display:none!important}.chat-panel .anrede-form-group>.radio{display:inline-block}.chat-panel .anrede-form-group>.radio+.radio{margin-left:10px}.chat-panel .chat-log{padding:0;list-style-type:none}.chat-panel .chat-log li{padding:10px;margin:0 10px 10px 10px;border-radius:.375rem;position:relative;animation:slide-up 1s ease;background-color:#dee2e6;word-break:break-word}.chat-panel .chat-log li:before{content:" ";position:absolute;border-top:10px solid transparent;border-bottom:10px solid transparent}.chat-panel .chat-log li.bot:before{left:-10px;border-right:10px solid #dee2e6}.chat-panel .chat-log li.bot:last-of-type{background-color:#f2561e;color:#fff}.chat-panel .chat-log li.bot:last-of-type a,.chat-panel .chat-log li.bot:last-of-type a:active,.chat-panel .chat-log li.bot:last-of-type a:hover,.chat-panel .chat-log li.bot:last-of-type a:visited,.chat-panel .chat-log li.bot:last-of-type a:link{color:#fff}.chat-panel .chat-log li.bot:last-of-type:before{border-right:10px solid #f2561e}.chat-panel .chat-log li.user:before{right:-10px;border-left:10px solid #dee2e6}.chat-panel .chat-log li button{border:1px solid #fff;background-color:#f2561e;color:#fff;display:block;padding:2px 6px;width:100%;margin-top:4px;margin-bottom:6px}.chat-panel-autocomplete{z-index:1002;max-height:250px;max-width:250px;overflow-y:auto;overflow-x:hidden}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}