#clara-chat{flex-direction:column;justify-content:space-between}
#clara-chat.popup{display:none;position:fixed;right:0;bottom:0;margin:32px;width:calc(100vw - 64px);max-width:960px;height:min(782px,calc(100vh - 133px - 64px - 16px));min-height:640px;max-height:782px;background-color:#FFF;border:1px solid #C1CDD7;border-radius:16px;z-index:20;box-shadow:0px 0px 24px 0px #25143514;color:#251435}
@media (max-width:767px){#clara-chat.popup{width:100vw !important;height:100vh !important;max-width:100%;max-height:100dvh;z-index:20;border:0;padding-bottom:0;margin:0;border-radius:unset;overflow:hidden}}
@media (min-width:768px) and (max-height:703px){#clara-chat.popup{width:100vw !important;height:100vh !important;max-width:100%;max-height:100%;z-index:20;border:0;padding-bottom:0;margin:0;border-radius:unset}#clara-chat.popup #chat-content{max-width:928px;padding-left:max(16px,calc((100vw - 928px) / 2));padding-right:max(12px,calc((100vw - 928px) / 2))}#clara-chat.popup .chat-input-field,#clara-chat.popup .chat-header-outer-wrapper,#clara-chat.popup .chat-feedback-header-wrapper{max-width:928px;margin:0 auto;width:100%}#clara-chat.popup .chat-feedback-container .chat-feedback-body{padding-top:40px}#clara-chat.popup.extended .chat-header-buttons .chat-width-visible{display:none}}
@media (min-width:768px) and (min-height:704px){#clara-chat.popup .chat-feedback-header{border-radius:16px 16px 0 0}#clara-chat.popup .chat-header{border-radius:16px 16px 0 0}}
@media (min-width:768px) and (min-height:704px) and (max-width:1023px){#clara-chat.popup{width:500px !important}#clara-chat.popup .chat-feedback-container .chat-feedback-body{padding-top:40px}}
@media (min-width:768px) and (min-height:704px){#clara-chat.popup .chat-header{border-radius:16px 16px 0 0}}
#clara-chat.compact{width:500px}
#clara-chat.extended{width:960px}
#clara-chat.full{height:100dvh;overflow:hidden}
#clara-chat.full #chat-content{overflow-y:visible}
#clara-chat.full .chat-header-wrapper,#clara-chat.full .chat-input-field,#clara-chat.full #chat-content{max-width:928px;margin:0 auto;overflow:hidden}
#clara-chat.full .chat-header-outer-wrapper,#clara-chat.full .chat-feedback-header-wrapper{max-width:928px;margin:0 auto;width:100%}
#clara-chat.full #chat-content{max-width:min(928px,100%);margin:0 auto;overflow-y:auto;flex:1;min-height:0}
#clara-chat.full .chat-header{border-radius:0}
#clara-chat.full .chat-header-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;overflow:visible}
#clara-chat.full .chat-header-wrapper .chat-header-logo-wrapper{display:flex;align-items:center;gap:16px}
#clara-chat.full .chat-header-wrapper .chat-header-text{display:flex;flex-direction:column;row-gap:4px}
#clara-chat.full .chat-message,#clara-chat.full .chat-feedback{max-width:700px !important}
#clara-chat.visible{display:flex}
#clara-chat .chat-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;background-color:#F4F6F8;flex-shrink:0;overflow:visible}
@media (max-width:563px){#clara-chat .chat-header{align-items:flex-start}}
#clara-chat .chat-header-outer-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;overflow:visible}
#clara-chat .chat-header-wrapper{display:grid;grid-template-areas:"logo title" "logo subtitle";column-gap:16px}
#clara-chat .chat-header-logo{grid-area:logo;width:40px;height:40px;margin:auto;border-radius:50%}
@media (max-width:563px){#clara-chat .chat-header-logo{margin-top:0}}
#clara-chat .chat-header-title{grid-area:title;font-weight:500}
#clara-chat .chat-header-subtitle{grid-area:subtitle;font-size:14px;color:#5D617B}
#clara-chat .chat-header-buttons{display:flex;gap:16px;position:relative}
#clara-chat .chat-header-buttons img{width:24px;height:24px;cursor:pointer;border-radius:4px;transition:background-color 0.2s ease}
#clara-chat .chat-header-buttons img:hover{background-color:#EEEEF1}
#clara-chat .chat-header-buttons img:active{background-color:#DDDDE3}
#clara-chat .chat-header-buttons .close-button-tooltip.tooltip-web--center .tooltip-web-bubble{max-width:min(280px,calc(100vw - 16px))}
@media (max-width:768px){#clara-chat .chat-header-buttons .close-button-tooltip.tooltip-web--center .tooltip-web-bubble{left:auto !important;right:0 !important;transform:translateX(0) !important}}
@media (max-width:768px){#clara-chat .chat-header-buttons .close-button-tooltip.tooltip-web--center:hover .tooltip-web-bubble,#clara-chat .chat-header-buttons .close-button-tooltip.tooltip-web--center.is-visible .tooltip-web-bubble{transform:translateX(0) !important}}
#clara-chat .chat-header-buttons .chat-dropdown-container{position:relative;display:inline-block}
#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .select-value{padding:0;border:none;background:transparent;min-height:auto;height:24px;min-width:fit-content;display:flex;align-items:center;justify-content:center}
#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .select-list{min-width:232px;width:max-content;right:0;left:auto}
#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .option{display:flex;align-items:center;justify-content:space-between;padding:8px 12px}
#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .option img{pointer-events:none}
#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .option:hover,#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .option.selected{background-color:#EEEEF1}
#clara-chat .chat-header-buttons .chat-dropdown-container .select2 .option:active{background-color:#DDDDE3}
#clara-chat .chat-header-buttons .chat-options-visible{display:none}
@media (max-width:1023px){#clara-chat .chat-header-buttons .chat-dropdown-container,#clara-chat .chat-header-buttons .chat-options-visible,#clara-chat .chat-header-buttons .chat-width-visible{display:none}}
@media (min-width:1024px){#clara-chat.compact .chat-header-buttons .chat-dropdown-container{display:inline-block}#clara-chat.compact .chat-header-buttons .chat-options-visible{display:block}#clara-chat.compact .chat-header-buttons .chat-width-visible,#clara-chat.compact .chat-header-buttons .chat-minimize-visible{display:none}}
@media (min-width:1024px){#clara-chat.extended .chat-header-buttons .chat-dropdown-container{display:none}#clara-chat.extended .chat-header-buttons .chat-options-visible{display:none}#clara-chat.extended .chat-header-buttons .chat-width-visible,#clara-chat.extended .chat-header-buttons .chat-minimize-visible{display:inherit}}
#clara-chat .chat-footer{padding:12px 8px;border-top:1px solid #EEEEF1;flex-shrink:0}
#clara-chat .chat-footer:focus,#clara-chat .chat-footer:active{border-top:1px solid #15171C}
#clara-chat .chat-footer:has(.chat-input-wrapper:focus-within){border-top:1px solid #15171C}
#clara-chat .chat-input-field{position:relative}
#clara-chat .chat-input-wrapper{display:flex;align-items:center;gap:8px;background-color:#FFF;border-radius:4px;padding:4px;height:40px;box-sizing:border-box}
#clara-chat .chat-input-wrapper:hover{border-color:#9AA4AC}
#clara-chat .chat-input-wrapper:focus-within{border-color:#3A3E41}
#clara-chat .input-icon-left,#clara-chat .input-icon-right{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;position:relative}
#clara-chat .input-icon-left .button-state,#clara-chat .input-icon-right .button-state{all:unset;display:flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;border-radius:4px;position:absolute;top:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,background-color 0.2s ease}
#clara-chat .input-icon-left .button-state.active,#clara-chat .input-icon-right .button-state.active{opacity:1;visibility:visible;pointer-events:auto}
#clara-chat .input-icon-left .button-state img,#clara-chat .input-icon-right .button-state img{width:24px;height:24px;display:block}
#clara-chat .input-icon-left .button-state:not(:disabled):hover,#clara-chat .input-icon-right .button-state:not(:disabled):hover{background-color:#EEEEF1}
#clara-chat .input-icon-left .button-state:not(:disabled):active,#clara-chat .input-icon-right .button-state:not(:disabled):active{background-color:#DDDDE3}
#clara-chat .input-icon-left .button-state:focus-visible,#clara-chat .input-icon-right .button-state:focus-visible{box-shadow:0 0 0 4px #5C60FF;border-radius:4px}
#clara-chat .input-icon-left #microphone-button{opacity:1;visibility:visible}
#clara-chat .input-icon-left #microphone-button:disabled,#clara-chat .input-icon-left #microphone-button[aria-hidden="true"]{opacity:0.4;pointer-events:none;cursor:not-allowed}
#clara-chat .input-icon-left #microphone-button.active{opacity:1;pointer-events:auto;cursor:pointer}
#clara-chat .input-icon-left:has(#microphone-button:disabled),#clara-chat .input-icon-left:has(#microphone-button[aria-hidden="true"]){pointer-events:none;cursor:not-allowed}
#clara-chat .input-icon-left #recording-button.active,#clara-chat .input-icon-left #processing-button.active,#clara-chat .input-icon-left #cancel-button.active{opacity:1;visibility:visible;pointer-events:auto}
#clara-chat #audio-canvas{opacity:0;visibility:hidden;pointer-events:none}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left{width:auto;display:flex;gap:16px;align-items:center;flex:1}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #microphone-button{position:relative;width:24px;height:24px;flex-shrink:0}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #microphone-button .recording-indicator{position:relative;width:24px;height:24px}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #microphone-button .recording-indicator img{position:relative;z-index:1}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #audio-canvas{flex:1;height:24px;opacity:1;visibility:visible;pointer-events:auto}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #cancel-button,#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #recording-button{position:relative;width:24px;height:24px;flex-shrink:0;margin-left:0;padding:0}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-left #cancel-button:focus-visible{box-shadow:0 0 0 4px #5C60FF;border-radius:4px}
#clara-chat .chat-input-wrapper.recording-mode .chat-input{display:none}
#clara-chat .chat-input-wrapper.recording-mode .input-icon-right{display:none}
#clara-chat .input-icon-right #send-button{opacity:1;visibility:visible}
#clara-chat .input-icon-right #send-button:disabled,#clara-chat .input-icon-right #send-button[aria-hidden="true"]{opacity:0.4;pointer-events:none;cursor:not-allowed}
#clara-chat .input-icon-right #send-button.active{opacity:1;pointer-events:auto;cursor:pointer}
#clara-chat .input-icon-right .spinner{position:relative;display:inline-block;width:24px;height:24px}
#clara-chat .input-icon-right .spinner::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;border:2px solid #EBEBF0;border-top-color:#8FA5B7;animation:spin 0.6s linear infinite}
@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}
#clara-chat .input-icon-left .button-state:focus-visible{box-shadow:0 0 0 4px #5C60FF;border-radius:4px}
#clara-chat .chat-input{flex:1;min-width:0;height:fit-content;min-height:24px;background-color:transparent;color:#251435;border:none;padding:4px 8px;resize:none}
#clara-chat .chat-input::-webkit-scrollbar-track{margin:8px;padding:8px}
#clara-chat .chat-input:focus{outline:none}
#clara-chat .chat-input::placeholder{color:#5D617B}
#clara-chat .chat-input.disabled,#clara-chat .chat-input:disabled{pointer-events:none;color:#25143580}
#clara-chat .chat-input-wrapper.disabled{border-color:#E0E6EB}
#clara-chat .chat-input-wrapper.disabled .chat-input{color:#25143580}
#clara-chat .chat-cookies-link{display:flex;justify-content:center;text-decoration:none;font-weight:500;padding:8px;border-radius:4px;width:fit-content;margin:auto}
@media (max-width:563px){#clara-chat .chat-cookies-link{width:initial}}
#clara-chat .chat-cookies-link:hover{background-color:#DFDFE5}
#clara-chat .voice-error-message{color:#D90730;padding:10px;margin:5px;background:#F2E3E8;border-radius:4px}
#clara-chat .chat-feedback-container{display:flex;flex-direction:column;height:100%;max-width:100%;padding:0;background:#FFF;row-gap:0;--star-url:url("/storage/app/media/icons/icons_svg_24/star.svg");--star-hover-url:url("/storage/app/media/icons/icons_svg_24/star-hover.svg")}
@media (min-width:563px){#clara-chat .chat-feedback-container{border-radius:16px}}
#clara-chat .chat-feedback-container .chat-feedback-header{max-height:176px;padding:16px 16px 24px;background-color:#F4F6F8}
#clara-chat .chat-feedback-container .chat-feedback-header-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:16px;flex-shrink:0;position:relative}
#clara-chat .chat-feedback-container .chat-feedback-header .chat-header-title{font-weight:600;font-size:18px;line-height:24px;color:#251435}
#clara-chat .chat-feedback-container .chat-feedback-header p{font-size:12px;color:#676973}
#clara-chat .chat-feedback-container .chat-feedback-close{position:absolute;top:0;right:0;display:flex;z-index:1}
#clara-chat .chat-feedback-container .chat-feedback-close img{width:24px;height:24px;cursor:pointer}
#clara-chat .chat-feedback-container .chat-feedback-close img:hover{background-color:#EEEEF1}
#clara-chat .chat-feedback-container .chat-feedback-close img:active{background-color:#DDDDE3}
#clara-chat .chat-feedback-container .chat-feedback-hero{display:flex;flex-direction:column;align-items:center;gap:16px}
#clara-chat .chat-feedback-container .chat-feedback-body{display:flex;flex-direction:column;padding:24px 24px 0;max-width:452px;margin:0 auto;overflow-y:auto;position:relative;flex:1}
#clara-chat .chat-feedback-container .chat-feedback-body .wrapper{display:flex;flex-direction:column;overflow-y:auto}
#clara-chat .chat-feedback-container .chat-feedback-body .chat-feedback-input-section{margin-bottom:24px}
#clara-chat .chat-feedback-container .chat-feedback-body textarea:hover{border-color:#464950}
#clara-chat .chat-feedback-container .chat-feedback-body textarea:focus,#clara-chat .chat-feedback-container .chat-feedback-body textarea:active{border-color:#15171C}
#clara-chat .chat-feedback-container .chat-feedback-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:16px;padding:16px 24px 16px;max-width:452px;flex:1;align-content:center;margin-top:auto;max-height:128px}
@media (min-width:500px){#clara-chat .chat-feedback-container .chat-feedback-footer{width:100%;margin:0 auto}}
#clara-chat .chat-feedback-container .chat-feedback-footer .chat-feedback-notice{font-weight:400;font-size:14px;text-align:center;color:#676973}
#clara-chat .chat-feedback-container .chat-feedback-footer .chat-feedback-buttons{display:flex;flex-direction:column;gap:16px;width:100%;justify-content:center;align-items:center}
#clara-chat .chat-feedback-container .chat-feedback-footer .chat-feedback-buttons button{width:100%}
#clara-chat .chat-feedback-container .chat-feedback-stars{display:flex;flex-direction:row;gap:16px;justify-content:center;align-items:center;list-style-type:none;padding:0;margin:0}
#clara-chat .chat-feedback-container .chat-feedback-stars:focus{outline:none}
#clara-chat .chat-feedback-container .chat-feedback-stars .star{position:relative;width:24px;height:24px;border-radius:50%}
#clara-chat .chat-feedback-container .chat-feedback-stars .star:last-child{margin-right:0}
#clara-chat .chat-feedback-container .chat-feedback-stars .star label{position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer}
#clara-chat .chat-feedback-container .chat-feedback-stars .star .star-box{background-image:var(--star-url)}
#clara-chat .chat-feedback-container .chat-feedback-stars .star input{display:none}
#clara-chat .chat-feedback-container .chat-feedback-stars .star:focus-visible{outline:4px solid #5C60FF;border-radius:4px}
#clara-chat .chat-feedback-container .chat-feedback-stars .star.selected .input-star .star-box{background-image:var(--star-hover-url)}
#clara-chat .chat-feedback-container .chat-feedback-stars .star.hovered .input-star .star-box{background-image:var(--star-hover-url)}
#clara-chat .chat-feedback-container .chat-feedback-stars .star:focus>.tooltip-web-bubble,#clara-chat .chat-feedback-container .chat-feedback-stars .star:focus-visible>.tooltip-web-bubble,#clara-chat .chat-feedback-container .chat-feedback-stars .star:has(*:focus-visible)>.tooltip-web-bubble,#clara-chat .chat-feedback-container .chat-feedback-stars .star.is-visible>.tooltip-web-bubble{visibility:hidden;opacity:0}
#clara-chat .chat-feedback-container .chat-feedback-stars .star:hover>.tooltip-web-bubble{visibility:visible;opacity:1}
#clara-chat .chat-feedback-container .chat-feedback-categories-wrapper{display:flex;flex-direction:column;gap:8px;justify-content:center}
#clara-chat .chat-feedback-container .chat-feedback-categories{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;padding:4px}
#clara-chat .chat-feedback-container .chip:focus-visible{outline:4px solid #5C60FF}
#clara-chat .chat-feedback-container .chip--active{background-color:#DDDDE3}
.chat-feedback-overlay{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;background-color:#FFF;border-radius:inherit}
.chat-feedback-overlay .chat-feedback-container{width:100%}
.chat-feedback-overlay.hidden{display:none}
#chat-content{padding:16px 12px 16px 16px;flex-grow:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;margin-right:4px;min-height:0}
#chat-content.full{height:calc(100dvh - 175px)}
#chat-content.full .chat-footer{position:sticky;bottom:0;z-index:10;margin-top:auto}
#chat-content .chat-faq-container{display:flex;flex-direction:column;gap:8px;width:100%;padding:0;margin:16px 0 0 0}
#chat-content .chat-faq-container .chat-faq-title{font-weight:500;font-size:14px;line-height:24px;color:#15171c;margin:0;padding:0;width:100%}
#chat-content .chat-faq-container .chat-faq-questions{display:flex;flex-direction:column;gap:4px;width:100%}
#chat-content .chat-faq-container .chat-faq-button{display:flex;flex-direction:row;align-items:flex-start;gap:4px;padding:2px;width:100%;height:auto;min-height:30px;background:transparent;border:none;border-radius:4px;cursor:pointer;text-align:left;transition:background-color 0.2s ease}
#chat-content .chat-faq-container .chat-faq-button .chat-faq-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;min-width:26px;background:rgba(128,79,145,0.1);border-radius:4px;padding:4px;flex-shrink:0;box-sizing:border-box}
#chat-content .chat-faq-container .chat-faq-button .chat-faq-icon img{width:18px;height:18px;display:block;object-fit:contain}
#chat-content .chat-faq-container .chat-faq-button .chat-faq-text{font-weight:400;font-size:14px;line-height:26px;color:#15171c;flex:1;min-width:0;padding:0;margin:0}
#chat-content .chat-faq-container .chat-faq-button:hover{background-color:#EEEEF1}
#chat-content .chat-faq-container .chat-faq-button:active,#chat-content .chat-faq-container .chat-faq-button.selected{background-color:#DDDDE3}
#chat-content .chat-faq-container .chat-faq-button:disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}
@media (max-width:563px){#chat-content .chat-faq-container .chat-faq-button{padding:2px}}
#chat-content .chat-message{display:flex;flex-direction:column;row-gap:4px}
#chat-content .chat-message-title{font-size:14px;font-weight:700;line-height:24px;color:#15171C}
#chat-content .chat-message-timestamp{font-size:12px;font-weight:400;line-height:16px;color:#676973}
#chat-content .chat-message-notice{font-weight:500}
#chat-content .chat-message-subtitle{font-size:14px;color:#676973}
#chat-content .chat-message.first{margin-top:auto}
#chat-content .chat-message:not(.first){margin-top:16px}
#chat-content .chat-message.received{width:100%;max-width:350px}
#chat-content .chat-message.received .chat-message-content{background-color:#F6F7F8;border-radius:0 4px 4px 4px;padding:8px;font-size:16px;font-weight:400;line-height:24px;color:#15171C}
#chat-content .chat-message.received .chat-message-content.chat-loader{padding:15px 14px}
#chat-content .chat-message.received .chat-message-content p{margin:0;color:#15171C}
#chat-content .chat-message.outgoing{align-self:flex-end;align-items:flex-end;text-align:right}
#chat-content .chat-message.outgoing p{font-size:16px;font-weight:400;line-height:24px;color:#15171C}
#chat-content .chat-notice{display:flex;flex-direction:column;align-items:center;text-align:center;margin:auto}
#chat-content .chat-notice img{margin-bottom:16px}
#chat-content .chat-easy-read-notification{display:flex;align-items:center;justify-content:center;gap:16px;padding:0 48px;margin:8px 0}
#chat-content .chat-easy-read-notification-line{flex:1 1 0;height:1px;min-height:1px;background-color:#DDDDE3}
#chat-content .chat-easy-read-notification-text{font-size:12px;font-weight:400;line-height:20px;color:#676973;text-align:center;white-space:nowrap;flex-shrink:0}
#chat-content .chat-feedback{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:4px;width:100%;max-width:350px}
#chat-content .chat-feedback-title{color:#676973;font-size:14px;font-weight:500;line-height:24px;white-space:nowrap;flex:1 1 auto}
#chat-content .chat-feedback-buttons{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex:0 0 auto}
#chat-content .chat-feedback .chat-feedback-tooltip:hover .chat-feedback-icon,#chat-content .chat-feedback .chat-feedback-tooltip.is-visible .chat-feedback-icon{background-color:#EEEEF1}
#chat-content .chat-feedback .chat-feedback-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background-color:transparent;transition:background-color 0.2s ease,box-shadow 0.2s ease;cursor:pointer;appearance:none;min-width:0;font-size:0;line-height:0}
#chat-content .chat-feedback .chat-feedback-icon .chat-feedback-icon-graphic{width:24px;height:24px;pointer-events:none;opacity:1}
#chat-content .chat-feedback .chat-feedback-icon:hover,#chat-content .chat-feedback .chat-feedback-icon:focus-visible{background-color:#EEEEF1}
#chat-content .chat-feedback .chat-feedback-icon:focus-visible{background-color:transparent;box-shadow:0 0 0 4px #5C60FF}
#chat-content .chat-feedback .chat-feedback-icon.active{background-color:#DDDDE3}
#chat-content .chat-loader{display:flex;justify-content:space-between;gap:8px;width:min-content}
#chat-content .chat-loader-dot{width:10px;height:10px;background-color:#5D617B;border-radius:50%;animation:bounce 2s ease infinite}
#chat-content .chat-loader-dot:nth-of-type(2){-webkit-animation-delay:0.2s;animation-delay:0.2s}
#chat-content .chat-loader-dot:nth-of-type(3){-webkit-animation-delay:0.4s;animation-delay:0.4s}
@keyframes bounce{0%{transform:translateY(0%)}50%{transform:translateY(-75%)}100%{transform:translateY(0)}}
#clara-chat.extended #chat-content .chat-message{max-width:700px}
#clara-chat.extended #chat-content .chat-message + .chat-feedback{max-width:700px}
#chat-button{position:fixed;bottom:32px;right:32px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;background-color:#804F91;z-index:11;border-radius:50%;cursor:pointer}
@media (max-width:563px){#chat-button{width:48px;height:48px;bottom:8px;right:8px}}
#chat-button:hover{background-color:#663F74}
#chat-button.hidden{display:none}
#chat-button img{width:24px;height:24px}
.feedback-toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);background-color:#D90730;padding:16px 24px;border-radius:8px;box-shadow:0px 4px 12px rgba(0,0,0,0.1);z-index:1000;font-size:14px;text-align:center;max-width:calc(100% - 32px);width:fit-content}
.feedback-toast p{color:#FFF}
.feedback-toast.hidden{display:none}
#chat-popup-backdrop{display:none;position:absolute;background-color:#251435;opacity:0.3;width:100%;height:100%;border-radius:16px}
#chat-popup-backdrop.visible{display:block}
#chat-popup{display:none;position:absolute;background-color:#FFF;padding:40px;max-width:calc(404px - 80px);width:100%;left:50%;top:50%;transform:translate(-50%,-50%);flex-direction:column;row-gap:40px;border-radius:8px}
@media (max-width:563px){#chat-popup{width:calc(100% - 80px - 32px);max-width:100%;left:16px;right:16px;transform:translate(0,-50%)}}
#chat-popup.visible{display:flex}
#chat-popup .chat-popup-content{display:flex;flex-direction:column;gap:8px;text-align:center}
#chat-popup .chat-popup-content :first-child{font-weight:500}
#chat-popup .chat-popup-buttons{display:flex;justify-content:space-between;gap:16px}
#chat-popup .chat-popup-buttons button{width:calc(100% - 48px);cursor:pointer}
@media (max-width:767px),(min-width:768px) and (max-height:703px){body:has(#clara-chat.popup.visible){overflow:hidden;position:fixed;width:100%;height:100dvh;overscroll-behavior:contain}}