/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.layout--onecol .layout__region{width:100%;}
.copilot-chat-container{width:100%;height:600px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);background:white;}.copilot-chat-container.fullwidth{max-width:100%;height:600px;}.copilot-chat-container.sidebar{width:100%;height:100%;border-radius:0;box-shadow:none;}.copilot-chat-container.floating{position:fixed;bottom:20px;right:20px;width:400px;height:650px;z-index:99999999999;box-shadow:0 8px 30px rgba(0,0,0,0.3);}.copilot-chat-toggle{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,0.3);cursor:pointer;transition:all 0.3s ease;z-index:9998;background-image:url('/modules/custom/maklarsamfundet_core/images/chattbotlogo.png');background-size:cover;}.copilot-chat-toggle:hover{transform:scale(1.1);}.copilot-chat-toggle:active{transform:scale(0.95);}.copilot-chat-toggle .badge{position:absolute;top:0;right:0;background:#f44336;color:white;border-radius:50%;width:20px;height:20px;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:bold;}@media (max-width:768px){.copilot-chat-container.floating{width:100%;height:100dvh;bottom:0;right:0;border-radius:0;}.copilot-chat-toggle{bottom:15px;right:15px;width:55px;height:55px;font-size:24px;}body.chat-open{overflow:hidden;}}.copilot-chat-header{background:#0c253c;color:white;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;}.copilot-chat-header h3{color:white;margin:0;font-size:18px;font-weight:600;}.copilot-chat-header .close-btn,.copilot-chat-header .refresh-btn{background:transparent;border:none;color:white;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.2s;}.copilot-chat-header .close-btn:hover,.copilot-chat-header .refresh-btn:hover{background:rgba(255,255,255,0.2);}.copilot-chat-header .refresh-btn{margin-left:auto;}.copilot-loading{display:flex;align-items:center;justify-content:center;height:100%;background:white;}.copilot-loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #0c253c;border-radius:50%;width:50px;height:50px;animation:copilot-spin 1s linear infinite;}@keyframes copilot-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.copilot-chat-container.hidden{display:none;}.copilot-chat-container.fadeIn{animation:copilotFadeIn 0.3s ease-in-out;}@keyframes copilotFadeIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}.copilot-chat-container ::-webkit-scrollbar{width:8px;}.copilot-chat-container ::-webkit-scrollbar-track{background:#f1f1f1;}.copilot-chat-container ::-webkit-scrollbar-thumb{background:#888;border-radius:4px;}.copilot-chat-container ::-webkit-scrollbar-thumb:hover{background:#555;}.webchat__send-box-text-box{padding:16px 10px !important;}.webchat__basic-transcript__filler{flex:0 1 0% !important;}.webchat__typing-indicator{background-image:none !important;width:12px !important;height:12px !important;border-radius:50%;background-color:rgb(12,37,60);box-shadow:20px 0 rgb(12,37,60),-20px 0 rgb(12,37,60);position:relative;left:32px;animation:flash 0.5s ease-out infinite alternate;}.webchat__basic-transcript:not(:has(.webchat__typing-indicator)) .webchat__basic-transcript__activity:last-child:has(.webchat__stacked-layout--from-user)::after{content:'';display:block;width:12px;height:12px;border-radius:50%;background-color:rgb(12,37,60);box-shadow:20px 0 rgb(12,37,60),-20px 0 rgb(12,37,60);position:relative;left:44px;margin-bottom:8px;animation:flash 0.5s ease-out infinite alternate;}@keyframes flash{0%{background-color:rgba(12,37,60,0.2);box-shadow:20px 0 rgba(12,37,60,0.2),-20px 0 rgb(12,37,60);}50%{background-color:rgb(12,37,60);box-shadow:20px 0 rgba(12,37,60,0.2),-20px 0 rgba(12,37,60,0.2);}100%{background-color:rgba(12,37,60,0.2);box-shadow:20px 0 rgb(12,37,60),-20px 0 rgba(12,37,60,0.2);}}.webchat__bubble__content{border-radius:0 15px 15px 15px !important;}.webchat__bubble--from-user .webchat__bubble__content{border-radius:15px 0 15px 15px !important;}.webchat__send-icon{display:none !important;}.webchat__send-box__button{position:relative !important;background-color:transparent !important;}.webchat__send-box__button::after{content:'' !important;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;width:24px !important;height:24px !important;background-image:url('/modules/custom/maklarsamfundet_core/images/send.svg') !important;background-size:contain !important;background-repeat:no-repeat !important;background-position:center !important;}.webchat__render-markdown a,.webchat__render-markdown a:visited,.webchat__render-markdown a:hover,.webchat__render-markdown a:active{color:var(--colorOrange);text-decoration:underline;}
.paragraph--unpublished{background-color:#fff4f4;}
