@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);body{margin:0}body,code{font-family:Arial,sans-serif}.chatbot-container{bottom:20px;position:fixed;right:20px;z-index:1000}.chat-icon{cursor:pointer;width:60px}.chatbot-open-container{-webkit-animation:chatbotFadeIn .18s ease-out;animation:chatbotFadeIn .18s ease-out;background:#fff;border-radius:14px;bottom:0;box-shadow:0 4px 20px rgba(0,0,0,.15);box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-family:Poppins,sans-serif;height:100%;max-height:720px;max-width:420px;overflow:hidden;padding:10px;position:fixed;right:0;width:100%;z-index:1100}@media (max-width:450px){.chatbot-open-container{border-radius:0;bottom:5px;max-height:90%;max-width:90%;right:5px}}.chatbot-open-container button,.chatbot-open-container input,.chatbot-open-container select,.chatbot-open-container textarea{font-family:Poppins,sans-serif}@-webkit-keyframes chatbotFadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes chatbotFadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.chatbot-input-wrapper,.chatbot-navbar{box-sizing:border-box;width:100%}.chatbot-input-wrapper{-webkit-align-items:center;align-items:center;background:#f3f3f3;border-radius:50px;display:-webkit-flex;display:flex;height:42px;padding:0 12px}.chatbot-input{background:transparent;border:none;-webkit-flex:1 1;flex:1 1;font-size:14px;outline:none}.chatbot-send-btn{-webkit-align-items:center;align-items:center;border:none;border-radius:50%;cursor:pointer;display:-webkit-flex;display:flex;height:34px;-webkit-justify-content:center;justify-content:center;padding:0;width:34px}.chatbot-send-btn img{height:16px;width:16px}.chatbot-startbar{-webkit-align-items:center;align-items:center;background:#fff;background-size:150% 150%;border:none;border-radius:50px;box-shadow:0 1px 3px rgba(0,40,120,.08),inset 0 0 0 1px #e3e9f5;cursor:pointer;display:-webkit-flex;display:flex;font-size:14px;font-weight:500;height:42px;-webkit-justify-content:center;justify-content:center;transition:background .4s ease,box-shadow .25s ease;width:100%}.chatbot-startbar:hover{-webkit-animation:hoverWave 1s ease infinite;animation:hoverWave 1s ease infinite;background:linear-gradient(145deg,#edf3ff,#dfeaff,#edf3ff);box-shadow:0 2px 8px rgba(50,110,255,.25),inset 0 0 0 1px #c7d8ff}.chatbot-startbar:active{background:linear-gradient(145deg,#e6eeff,#d3e1ff);box-shadow:0 1px 4px rgba(30,90,220,.3)}@-webkit-keyframes hoverWave{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes hoverWave{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.chatbot-starters-row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;gap:6px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.chatbot-starters-row::-webkit-scrollbar{display:none}.chatbot-starter-chip{background:#f3f3f3;border:1px solid #e0e0e0;border-radius:50px;color:#333;cursor:pointer;-webkit-flex-shrink:0;flex-shrink:0;font-size:12px;padding:5px 12px;transition:background .15s ease;white-space:nowrap}.chatbot-starter-chip:hover{background:#e8e8e8}.reset_convo_btn{background-color:initial;border:none;cursor:pointer;padding:6px;width:100%}.chatbot_chat_container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;min-height:0;overflow:hidden}.chat_header{height:53px}.chat_header,.wrapper_chatbot_topbar{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.wrapper_chatbot_topbar{-webkit-flex-direction:row;flex-direction:row}.chat_avatar_wrapper{height:28px;-webkit-justify-content:center;justify-content:center;position:relative;width:28px}.chat_avatar_wrapper,.wrapper_header_chat{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.wrapper_header_chat{-webkit-flex-direction:row;flex-direction:row;gap:5px}.text_chatbot_topbar_chat{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0}.text_chatbot_topbar_chat p{margin:0}.text_chatbot_topbar_chat p:first-child{color:#000;font-size:12px;font-weight:600}.text_chatbot_topbar_chat p:last-child{color:#6a6a6a;font-size:10px;font-weight:lighter}.chatbot_topbar_chat{-webkit-align-items:center;align-items:center;border-bottom:1px solid #e8e8e8;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;gap:6px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:4px;padding-bottom:8px;right:3px;top:3px;z-index:999}.chat_avatar{background-color:initial;border-radius:50%;box-shadow:0 2px 6px rgba(0,40,120,.08);height:98%;width:98%}.chat_avatar_online{background:#32d74b;border:2px solid #fff;border-radius:50%;bottom:0;box-shadow:0 0 4px rgba(0,0,0,.15);height:6px;position:absolute;right:0;width:6px}.chat_avatar_online.inactive{background:#ff6464}.chat_avatar_wrapper.inactive,.text_chatbot_topbar_chat.inactive{opacity:.35}.chatbot_close_btn,.chatbot_feedback_btn,.chatbot_flag_btn{-webkit-align-items:center;align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;padding:6px;transition:.2s ease}.chatbot_close_btn:hover,.chatbot_flag_btn:hover{background:#f0f0f0}.chatbot_feedback_btn.meta{margin-top:3px}.chatbot_feedback_btn.good:hover{background-color:#c4f3cb}.chatbot_feedback_btn.bad:hover{background-color:#f3c4c4}.chat_message_container{margin-bottom:16px}.user_msg_container{-webkit-align-items:flex-end;align-items:flex-end}.user_msg{-webkit-align-self:flex-end;align-self:flex-end;background:#202020;color:#fff;padding:0 12px}.chat_message{border-radius:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-size:12.5px;max-width:70%}.message_content strong{font-weight:600}.message_header{-webkit-align-items:center;align-items:center;color:#5b5b5b;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:12px;gap:5px}.chat_messages{-webkit-flex:1 1 auto;flex:1 1 auto;max-height:none;min-height:0;overflow-y:auto;padding:15px}.chat_container,.chat_messages{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.thinking_dots{-webkit-align-items:center;align-items:center;background:#e1e1e1;border-radius:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;gap:5px;-webkit-justify-content:center;justify-content:center;max-width:50px;padding:10px}.thinking_dots .dot{-webkit-animation:bounce 1.5s ease-in-out infinite;animation:bounce 1.5s ease-in-out infinite;background-color:gray;border-radius:50%;height:8px;width:8px}.thinking_dots .dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.thinking_dots .dot:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes bounce{0%,80%,to{opacity:.5;-webkit-transform:translateY(0);transform:translateY(0)}40%{opacity:1;-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes bounce{0%,80%,to{opacity:.5;-webkit-transform:translateY(0);transform:translateY(0)}40%{opacity:1;-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.outside_header{margin-bottom:2px;margin-left:4px}.chat_message_container{margin-bottom:12px}.outside_header{-webkit-align-items:center;align-items:center;color:#6a6a6a;display:-webkit-flex;display:flex;font-size:12px;gap:4px;margin-bottom:3px;margin-left:2px}.chat_message_container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-bottom:14px}.assistant_msg{background:#efefef;border-radius:10px;color:#000;max-width:70%;padding:0 12px}.chat_avatar_msg{height:15px;width:15px}.system_message_container{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-bottom:10px;width:100%}.system_message{border-radius:8px;color:#9f9f9f;font-size:13px;max-width:80%;padding:6px 12px;text-align:center}.message_links{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:6px;margin-top:8px;max-width:70%}.message_link_preview{-webkit-align-items:flex-start;align-items:flex-start;background:#f4f4f4;border:1px solid #d6d6d6;border-radius:8px;display:-webkit-flex;display:flex;font-size:11px;gap:8px;max-width:100%;padding:6px 8px;text-decoration:none;width:-webkit-fit-content;width:fit-content}.assistant_msg .message_link_preview{background:#f0f7ff;border-color:#c8dff7}.link_favicon{height:16px;width:16px}.link_text{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-width:0}.link_preview_label{color:#54708f;font-size:9px;letter-spacing:.03em;margin-bottom:1px;text-transform:uppercase}.link_domain{color:#333;font-weight:600}.link_url{color:#666;font-size:10px;word-break:break-all}.chatbot_flag_overlay{-webkit-align-items:center;align-items:center;background:rgba(0,0,0,.16);display:-webkit-flex;display:flex;inset:0;-webkit-justify-content:center;justify-content:center;position:absolute;z-index:2000}.chatbot_flag_modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:10px;max-width:320px;padding:18px;width:90%}.chatbot_flag_modal h3,.chatbot_flag_modal p{margin:0}.chatbot_flag_modal textarea{border:1px solid #d0d0d0;border-radius:8px;font-size:12px;min-height:70px;outline:none;padding:8px;resize:none}.chatbot_flag_modal textarea:focus{border-color:#007aff}.flag_modal_actions{display:-webkit-flex;display:flex;gap:8px;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:8px}.flag_cancel_btn{background:transparent;color:#666;font-size:12px}.flag_cancel_btn,.flag_submit_btn{border:none;cursor:pointer}.flag_submit_btn:disabled{cursor:not-allowed;opacity:.5}.chatbot_flag_modal h3{font-size:14px;font-weight:600}.chatbot_flag_modal p{color:#555;font-size:12px}.flag_submit_btn{background:#007aff;border-radius:6px;color:#fff;font-size:12px;padding:6px 12px}.flag_submit_btn:disabled{opacity:.6}.chatbot_sidepanel{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);margin-left:auto;width:260px;z-index:1500}.sidepanel_inner{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:14px;padding:10px}.sidepanel_inner h3{font-size:13px;font-weight:600;margin:0}.floating_input{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;position:relative}.floating_input label{background:#fff;color:#666;font-size:10px;left:10px;padding:0 1px;position:absolute;top:-7px;z-index:1}.floating_input input{border:1px solid #d0d0d0;border-radius:8px;font-size:12px;height:23px;outline:none;padding:8px 10px}.floating_input input:focus{border-color:#007aff}.floating_input button{background:#2a5d71;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;height:36px;transition:background .15s ease,box-shadow .15s ease}.floating_input button:hover{background:#26627a}.floating_input button:disabled{background:#c7c7c7;cursor:not-allowed}.searching_text{color:#000;font-size:14px;font-weight:600}.dots:after{-webkit-animation:dots 1.4s infinite;animation:dots 1.4s infinite;content:""}@-webkit-keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.service_notice_container{background:#fffbea;border:1px solid #f0d060;border-radius:10px;color:#3a3000;font-size:14px;max-width:70%;padding:10px 12px 8px;position:relative}.service_notice_body{overflow:hidden;transition:max-height .3s ease}.service_notice_body.collapsed{max-height:3.6em}.service_notice_body.expanded{max-height:1000px}.service_notice_body p{line-height:1.45;margin:0 0 4px}.service_notice_fade{background:linear-gradient(180deg,transparent,#fffbea);bottom:30px;height:28px;left:0;pointer-events:none;position:absolute;right:0}.service_notice_toggle{background:none;border:none;color:#9a7a00;cursor:pointer;display:block;font-size:11px;margin-top:6px;padding:0;text-decoration:underline}.chat_suggestions_wrapper{-webkit-animation:fade_in_rating .3s ease-in;animation:fade_in_rating .3s ease-in;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:6px;padding:4px 12px 8px}.chat_suggestion_btn{background:#fff;border:1px solid #d0dce8;border-radius:10px;color:#1a1a1a;cursor:pointer;font-size:12px;padding:7px 10px;text-align:left;transition:background .15s ease,border-color .15s ease}.chat_suggestion_btn:hover{background:#f0f6ff;border-color:#a8c4e0}.rating_fade_in{-webkit-animation:fade_in_rating .3s ease-in;animation:fade_in_rating .3s ease-in}@-webkit-keyframes fade_in_rating{0%{opacity:0}to{opacity:1}}@keyframes fade_in_rating{0%{opacity:0}to{opacity:1}}.rp-portal-page{-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-justify-content:center;justify-content:center;min-height:100vh;padding:32px 16px 48px;width:100%}.rp-portal-card{background:#fff;border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);max-width:720px;overflow:hidden;width:100%}.rp-portal-card--loading{max-width:480px}.rp-portal-card__header{-webkit-align-items:center;align-items:center;background:#2c6174;background-image:radial-gradient(ellipse at 0 100%,hsla(0,0%,100%,.07) 0,transparent 55%),radial-gradient(ellipse at 100% 0,hsla(0,0%,100%,.05) 0,transparent 50%);display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:20px 40px 24px}.rp-portal-logo{height:52px;object-fit:contain;width:auto}.rp-portal-order-badge{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;color:hsla(0,0%,100%,.85);font-size:13px;font-weight:600;letter-spacing:.02em;padding:5px 12px}.rp-stepbar{-webkit-align-items:center;align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;display:-webkit-flex;display:flex;gap:0;padding:20px 40px}.rp-stepbar__step{gap:10px}.rp-stepbar__circle,.rp-stepbar__step{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0}.rp-stepbar__circle{background:#e5e7eb;border-radius:50%;color:#9ca3af;font-size:13px;font-weight:700;height:30px;-webkit-justify-content:center;justify-content:center;transition:background .2s,color .2s;width:30px}.rp-stepbar__step.is-active .rp-stepbar__circle,.rp-stepbar__step.is-done .rp-stepbar__circle{background:#2c6174;color:#fff}.rp-stepbar__label{color:#9ca3af;font-size:13px;font-weight:500;white-space:nowrap}.rp-stepbar__step.is-active .rp-stepbar__label{color:#1a1a1a;font-weight:600}.rp-stepbar__step.is-done .rp-stepbar__label{color:#6b7280}.rp-stepbar__line{background:#e5e7eb;border-radius:2px;-webkit-flex:1 1;flex:1 1;height:2px;margin:0 12px;transition:background .2s}.rp-stepbar__line.is-done{background:#2c6174}.rp-portal-card__body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:28px 40px 8px}.rp-back-link{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:13px;margin-bottom:16px;padding:0;text-align:left;transition:color .15s}.rp-back-link:hover{color:#374151}.rp-portal-title{color:#111827;font-size:22px;font-weight:700;letter-spacing:-.3px;margin-bottom:6px}.rp-portal-subtitle{color:#6b7280;font-size:14px;line-height:1.6;margin-bottom:24px}.rp-product-list{gap:16px}.rp-product-card,.rp-product-list{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.rp-product-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.rp-product-card.is-open{border-color:#2c6174;box-shadow:0 0 0 3px rgba(44,97,116,.08),0 4px 16px rgba(44,97,116,.07)}.rp-product-card.is-done:not(.is-open){background:#f0fdf4;border-color:#22c55e}.rp-product-card__header-row{-webkit-align-items:center;align-items:center;background:none;border:none;cursor:pointer;display:-webkit-flex;display:flex;font-family:inherit;gap:14px;padding:16px 18px;text-align:left;transition:background .15s;width:100%}.rp-product-card__header-row:hover{background:#f8fafc}.rp-product-card.is-open .rp-product-card__header-row{background:#f4f9fb;border-bottom:1.5px solid #e5e7eb}.rp-product-card.is-done:not(.is-open) .rp-product-card__header-row:hover{background:#dcfce7}.rp-product-card__status{-webkit-align-items:center;align-items:center;background:#e5e7eb;border-radius:50%;color:#9ca3af;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;font-size:13px;font-weight:700;height:30px;-webkit-justify-content:center;justify-content:center;transition:background .2s,color .2s;width:30px}.rp-product-card__status.is-partial{background:#dbeafe;color:#2563eb}.rp-product-card__status.is-done{background:#22c55e;color:#fff}.rp-product-card__name{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;gap:2px;min-width:0}.rp-product-card__name-label{color:#9ca3af;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.rp-product-card__name-text{color:#111827;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-product-card__pills{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;gap:5px;max-width:280px;overflow:hidden}.rp-pill{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#6b7280;display:inline-block;font-size:11.5px;font-weight:500;max-width:130px;overflow:hidden;padding:3px 9px;text-overflow:ellipsis;white-space:nowrap}.rp-pill--qty{background:#eef6f9;border-color:rgba(44,97,116,.2);color:#2c6174;-webkit-flex-shrink:0;flex-shrink:0;font-weight:700}.rp-pill--solution{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.rp-pill--empty{background:transparent;border-color:transparent;color:#9ca3af;font-style:italic}.rp-product-card__body{gap:0;padding:20px 20px 24px}.rp-product-card__body,.rp-sektion{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.rp-sektion{border-bottom:1px solid #f0f0f0;gap:12px;padding:20px 0}.rp-sektion:first-child{padding-top:0}.rp-sektion:last-child{border-bottom:none;padding-bottom:0}.rp-sektion--compact{padding:12px 0}.rp-sektion-header{gap:10px}.rp-sektion-header,.rp-sektion-header__nr{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.rp-sektion-header__nr{background:#e5e7eb;border-radius:50%;color:#6b7280;-webkit-flex-shrink:0;flex-shrink:0;font-size:11px;font-weight:700;height:24px;-webkit-justify-content:center;justify-content:center;transition:background .2s,color .2s;width:24px}.rp-sektion-header__nr.is-done{background:#22c55e;color:#fff}.rp-sektion-header__label{color:#374151;font-size:13px;font-weight:700;letter-spacing:.01em}.rp-antal-select{border-color:#d1d5db;color:#111827;font-size:15px;font-weight:600;height:46px;width:200px}.rp-product-card__fields{grid-gap:14px;-webkit-align-items:start;align-items:start;display:grid;gap:14px;grid-template-columns:180px 1fr}.rp-field--full,.rp-field--span2{grid-column:1/-1}.rp-reason-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.rp-reason-card{grid-column-gap:10px;grid-row-gap:2px;-webkit-align-items:start;align-items:start;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;-webkit-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;font-family:inherit;grid-template-columns:28px 1fr;grid-template-rows:auto auto;padding:12px 14px;row-gap:2px;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s}.rp-reason-card:hover{background:#f0f7fa;border-color:#2c6174}.rp-reason-card.is-selected{background:#eef6f9;border-color:#2c6174;box-shadow:0 0 0 3px rgba(44,97,116,.1)}.rp-reason-card__icon{-webkit-align-items:center;align-items:center;align-self:center;background:#f3f4f6;border-radius:7px;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;font-size:13px;grid-column:1;grid-row:1/3;height:28px;-webkit-justify-content:center;justify-content:center;transition:background .15s;width:28px}.rp-reason-card.is-selected .rp-reason-card__icon{background:rgba(44,97,116,.12)}.rp-reason-card__label{color:#111827;font-size:12.5px;font-weight:600;grid-column:2;grid-row:1;line-height:1.3}.rp-reason-card.is-selected .rp-reason-card__label{color:#2c6174}.rp-reason-card__sub{color:#9ca3af;font-size:11px;grid-column:2;grid-row:2;line-height:1.4}.rp-alternatives{border-top:1px solid #f0f0f0;-webkit-flex-direction:column;flex-direction:column;margin-top:4px;padding-top:4px}.rp-alternatives,.rp-alternatives__header{display:-webkit-flex;display:flex;gap:10px}.rp-alternatives__header{-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:wrap;flex-wrap:wrap}.rp-alternatives__title{color:#374151;font-size:12px;font-weight:700;letter-spacing:.01em}.rp-alternatives__hint{color:#9ca3af;font-size:11.5px}.rp-alt-grid{-webkit-flex-direction:column;flex-direction:column;gap:8px}.rp-alt-card,.rp-alt-grid{display:-webkit-flex;display:flex}.rp-alt-card{-webkit-align-items:center;align-items:center;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;font-family:inherit;gap:14px;padding:14px 16px;position:relative;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s;width:100%}.rp-alt-card:hover{background:#f0f7fa;border-color:#2c6174}.rp-alt-card.is-selected{background:#eef6f9;border-color:#2c6174;box-shadow:0 0 0 3px rgba(44,97,116,.1)}.rp-alt-card.is-popular{background:#fffbeb;border-color:#f59e0b;border-width:2px}.rp-alt-card.is-popular.is-selected,.rp-alt-card.is-popular:hover{background:#fef3c7;border-color:#d97706}.rp-alt-card.is-popular.is-selected{box-shadow:0 0 0 3px rgba(245,158,11,.15)}.rp-alt-card__popular-badge{background:#f59e0b;border-radius:20px;color:#fff;font-size:10.5px;font-weight:700;gap:4px;letter-spacing:.03em;padding:2px 9px;pointer-events:none;position:absolute;right:12px;top:-1px;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:nowrap}.rp-alt-card__icon,.rp-alt-card__popular-badge{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.rp-alt-card__icon{background:#e5e7eb;border-radius:8px;color:#6b7280;-webkit-flex-shrink:0;flex-shrink:0;font-size:16px;height:36px;-webkit-justify-content:center;justify-content:center;transition:background .15s,color .15s;width:36px}.rp-alt-card.is-selected .rp-alt-card__icon{background:#2c6174;color:#fff}.rp-alt-card__content{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;gap:2px}.rp-alt-card__title{color:#111827;font-size:14px;font-weight:600}.rp-alt-card.is-selected .rp-alt-card__title{color:#2c6174}.rp-alt-card__desc{color:#6b7280;font-size:12.5px;line-height:1.4}.rp-alt-card__check{-webkit-align-items:center;align-items:center;border:1.5px solid #e5e7eb;border-radius:50%;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;height:20px;-webkit-justify-content:center;justify-content:center;transition:background .15s,border-color .15s;width:20px}.rp-alt-card.is-selected .rp-alt-card__check{background:#2c6174;border-color:#2c6174}.rp-field__label{font-size:12px}.rp-required{color:#dc2626;margin-left:2px}.rp-field__input{background:#fff;border-radius:8px;font-family:inherit;font-size:14px;height:42px;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease}.rp-field__select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%239ca3af' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:32px}.rp-field__textarea{height:auto;line-height:1.5;padding:10px 12px;resize:none}.rp-field__input:focus{box-shadow:0 0 0 3px rgba(44,97,116,.1)}.rp-empty-state{color:#6b7280;padding:40px 20px;text-align:center}.rp-empty-state__icon{font-size:40px;margin-bottom:12px}.rp-empty-state h2{color:#111827;font-size:18px;font-weight:600;margin-bottom:8px}.rp-empty-state p{font-size:14px;line-height:1.6}.rp-portal-card__footer{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:16px;padding:20px 40px 32px}.rp-summary{background:#f0f7fa;border:1.5px solid rgba(44,97,116,.15);border-radius:10px;padding:14px 16px}.rp-summary__title{color:#2c6174;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.rp-summary__row{-webkit-align-items:center;align-items:center;border-bottom:1px solid rgba(44,97,116,.1);color:#374151;display:-webkit-flex;display:flex;font-size:13.5px;-webkit-justify-content:space-between;justify-content:space-between;padding:4px 0}.rp-summary__row:last-child{border-bottom:none}.rp-summary__qty{color:#2c6174;font-weight:600;margin-left:12px;white-space:nowrap}.rp-submit{text-decoration:none}.rp-submit:disabled{opacity:.5}.rp-submit--secondary{background:#fff;border:2px solid #2c6174;box-shadow:none;color:#2c6174}.rp-submit--secondary:hover:not(:disabled){background:#eef6f9;box-shadow:none}.rp-method-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:8px}.rp-method-card{-webkit-align-items:center;align-items:center;background:#fafafa;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-family:inherit;gap:12px;padding:24px 20px;text-align:center;transition:border-color .15s,background .15s,-webkit-transform .1s;transition:border-color .15s,background .15s,transform .1s;transition:border-color .15s,background .15s,transform .1s,-webkit-transform .1s}.rp-method-card:hover{background:#f0f7fa;border-color:#2c6174;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.rp-method-card.is-selected{background:#eef6f9;border-color:#2c6174;box-shadow:0 0 0 3px rgba(44,97,116,.1)}.rp-method-card__img{height:100px;object-fit:contain;width:auto}.rp-method-card__title{color:#111827;font-size:15px;font-weight:700}.rp-method-card__desc{color:#6b7280;font-size:13px;line-height:1.5}.rp-method-card__badge{background:#2c6174;border-radius:20px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;padding:3px 10px;text-transform:uppercase}.rp-method-card__badge--neutral{background:#e5e7eb;color:#6b7280}.rp-qr-wrapper{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:20px;padding-bottom:8px}.rp-qr-image{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;height:220px;object-fit:contain;padding:12px;width:220px}.rp-qr-actions{display:-webkit-flex;display:flex;gap:12px;width:100%}.rp-qr-actions .rp-submit{-webkit-flex:1 1;flex:1 1}.rp-self-delivery{-webkit-align-items:center;align-items:center;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;display:-webkit-flex;display:flex;gap:32px;margin-bottom:8px;padding:24px}.rp-self-delivery__img{-webkit-flex-shrink:0;flex-shrink:0;height:100px;object-fit:contain;width:auto}.rp-self-delivery__label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.rp-self-delivery__address{color:#111827;font-size:16px;font-weight:600;line-height:1.7}.rp-filupload{gap:8px}.rp-filupload,.rp-filupload__zone{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.rp-filupload__zone{-webkit-align-items:center;align-items:center;background:#fafafa;border:2px dashed #d1d5db;border-radius:10px;cursor:pointer;gap:4px;-webkit-justify-content:center;justify-content:center;padding:20px 16px;text-align:center;transition:border-color .15s,background .15s}.rp-filupload__zone:hover{background:#f0f7fa;border-color:#2c6174}.rp-filupload__zone-icon{color:#9ca3af;margin-bottom:2px}.rp-filupload__zone-text{font-size:13.5px}.rp-filupload__zone-cta{color:#2c6174;font-weight:600}.rp-filupload__zone-hint{color:#6b7280}.rp-filupload__zone-meta{color:#9ca3af;font-size:11.5px;margin-top:2px}.rp-filupload__error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:12px;padding:8px 12px}.rp-filupload__liste{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:6px}.rp-filupload__item{-webkit-align-items:center;align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;display:-webkit-flex;display:flex;gap:10px;padding:8px 12px}.rp-filupload__item-icon{color:#6b7280;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0}.rp-filupload__item-info{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;gap:1px;min-width:0}.rp-filupload__item-navn{color:#111827;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-filupload__item-stoerrelse{color:#9ca3af;font-size:11px}.rp-filupload__item-fjern{-webkit-align-items:center;align-items:center;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;padding:4px;transition:background .15s,color .15s}.rp-filupload__item-fjern:hover{background:#e5e7eb;color:#dc2626}.rp-portal-loading{-webkit-align-items:center;align-items:center;color:#6b7280;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-size:14px;gap:16px;padding:48px 40px}.rp-portal-spinner{-webkit-animation:rp-spin .7s linear infinite;animation:rp-spin .7s linear infinite;border:3px solid rgba(44,97,116,.2);border-radius:50%;border-top-color:#2c6174;height:28px;width:28px}@media (max-width:640px){.rp-portal-page{-webkit-align-items:flex-start;align-items:flex-start;background:#fff;padding:0 0 32px}.rp-portal-card{border-radius:0;box-shadow:none;max-width:100%}.rp-portal-card__header{padding:16px 20px 20px}.rp-portal-logo{height:40px}.rp-stepbar{padding:16px 20px}.rp-stepbar__label{display:none}.rp-stepbar__step.is-active .rp-stepbar__label{display:inline}.rp-portal-card__body{padding:20px 20px 8px}.rp-portal-card__footer{padding:16px 20px 24px}.rp-reason-grid{grid-template-columns:1fr 1fr}.rp-antal-select{width:100%}.rp-product-card__pills{display:none}.rp-method-grid{grid-template-columns:1fr}.rp-self-delivery{text-align:center}.rp-qr-actions,.rp-self-delivery{-webkit-flex-direction:column;flex-direction:column}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.rp-page{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-justify-content:center;justify-content:center;padding:24px 16px}.rp-card{background:#fff;border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);max-width:480px;overflow:hidden;width:100%}.rp-card__header{-webkit-align-items:center;align-items:center;background:#2c6174;background-image:radial-gradient(ellipse at 0 100%,hsla(0,0%,100%,.07) 0,transparent 55%),radial-gradient(ellipse at 100% 0,hsla(0,0%,100%,.05) 0,transparent 50%);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:20px 40px 32px}.rp-logo{height:80px;object-fit:contain;width:auto}.rp-card__body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:0;padding:32px 40px}.rp-badge{-webkit-align-items:center;align-items:center;-webkit-align-self:flex-start;align-self:flex-start;background:#eef6f9;border:1.5px solid rgba(44,97,116,.25);border-radius:20px;color:#2c6174;display:-webkit-inline-flex;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.1em;margin-bottom:16px;padding:5px 12px;text-transform:uppercase}.rp-title{color:#1a1a1a;font-size:24px;font-weight:700;letter-spacing:-.3px;line-height:1.25;margin-bottom:8px}.rp-subtitle{color:#6b7280;font-size:14px;line-height:1.6;margin-bottom:28px}.rp-form{gap:16px}.rp-field,.rp-form{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.rp-field{gap:6px}.rp-field__label{color:#374151;font-size:13px;font-weight:600;letter-spacing:.01em}.rp-field__input{-webkit-appearance:none;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;color:#111827;font-size:15px;height:48px;outline:none;padding:0 14px;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;width:100%}.rp-field__input::-webkit-input-placeholder{color:#9ca3af;font-weight:400}.rp-field__input::placeholder{color:#9ca3af;font-weight:400}.rp-field__input:hover{background:#fff;border-color:#d1d5db}.rp-field__input:focus{background:#fff;border-color:#2c6174;box-shadow:0 0 0 3px rgba(44,97,116,.12)}.rp-error{-webkit-align-items:flex-start;align-items:flex-start;background:#fff5f5;border:1.5px solid #fca5a5;border-radius:10px;color:#b91c1c;display:-webkit-flex;display:flex;font-size:13.5px;gap:8px;line-height:1.5;padding:12px 14px}.rp-error__icon{-webkit-flex-shrink:0;flex-shrink:0;height:17px;margin-top:1px;width:17px}.rp-submit{-webkit-align-items:center;align-items:center;background:#2c6174;border:none;border-radius:10px;box-shadow:0 1px 3px rgba(44,97,116,.3),0 4px 12px rgba(44,97,116,.2);color:#fff;cursor:pointer;display:-webkit-flex;display:flex;font-size:15px;font-weight:600;gap:10px;height:50px;-webkit-justify-content:center;justify-content:center;letter-spacing:.01em;margin-top:4px;transition:background-color .15s ease,box-shadow .15s ease,-webkit-transform .1s ease;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease,-webkit-transform .1s ease;width:100%}.rp-submit:hover:not(:disabled){background:#245268;box-shadow:0 2px 6px rgba(44,97,116,.35),0 6px 16px rgba(44,97,116,.25)}.rp-submit:active:not(:disabled){box-shadow:0 1px 2px rgba(44,97,116,.2);-webkit-transform:scale(.98);transform:scale(.98)}.rp-submit:disabled{cursor:not-allowed;opacity:.7}.rp-submit--loading{background:#245268}.rp-spinner{-webkit-animation:rp-spin .7s linear infinite;animation:rp-spin .7s linear infinite;border:2px solid hsla(0,0%,100%,.35);border-radius:50%;border-top-color:#fff;display:inline-block;-webkit-flex-shrink:0;flex-shrink:0;height:16px;width:16px}@-webkit-keyframes rp-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rp-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rp-card__footer{border-top:1px solid #f3f4f6;color:#9ca3af;font-size:13px;padding:16px 40px 24px;text-align:center}.rp-link{color:#2c6174;font-weight:500;text-decoration:none;transition:color .15s ease}.rp-link:hover{color:#1a3f4d;text-decoration:underline}@media (max-width:520px){.rp-card{border-radius:12px}.rp-card__header{padding:28px 24px 26px}.rp-card__body{padding:24px 24px 28px}.rp-card__footer{padding:14px 24px 20px}.rp-title{font-size:21px}}.Min_Ordre{-webkit-flex-direction:column;flex-direction:column;padding:20px 300px}.Min_Ordre,.Min_Ordre_row{display:-webkit-flex;display:flex}.Min_Ordre_row{-webkit-flex-direction:row;flex-direction:row;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center}.Min_Ordre>section{max-width:1200px;width:100%}.MinOrdre_left,.MinOrdre_right{padding:20px}.MinOrdre_left{-webkit-flex-basis:400px;flex-basis:400px;-webkit-flex-grow:0;flex-grow:0}.MO_row{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.MinOrdre_right{-webkit-flex-grow:1;flex-grow:1}.seperator_minOrdre{background-color:#d1d1d1;width:1px}.seperator_top_minOrdre{background-color:#d1d1d1;height:1px;margin-bottom:12px}.MinOrdre_block_title.rightalign{text-align:end}.MinOrdre_products{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:14px}.MinOrdre_product{grid-gap:16px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;display:grid;gap:16px;grid-template-columns:80px 1fr auto;padding:14px}.MinOrdre_product:hover{background:#f0f0f0}.MinOrdre_product_image img{height:80px;object-fit:contain;width:80px}.MinOrdre_product_name{font-weight:600;margin-bottom:4px}.MinOrdre_product_meta{color:#666;font-size:13px}.MinOrdre_product_price{font-size:14px;text-align:right}.MinOrdre_product_price_value{font-weight:600;margin-top:4px}.MinOrdre_orderid{font-size:32px;font-weight:700;margin-bottom:25px}.MinOrdre_block{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:6px}.MinOrdre_block_title{font-weight:600;margin-bottom:6px}.MinOrdre_block_title.nomargin{margin-bottom:0!important}.MinOrdre_block_subtitle{font-size:12px}.MinOrdre_separator{background:#ddd;height:1px;margin:25px 0;width:50%}.MinOrdre_tracking_item{font-size:14px;margin-bottom:10px}.MinOrdre_tracking_time{color:#777;font-size:12px}.Min_ordre_sectionfortracking{-webkit-align-items:center;align-items:center;border-bottom:1px solid #d1d1d1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-bottom:15px;position:relative}.GEjSER_logo{left:10px;position:absolute;top:20px;width:150px}.MinOrdre_timeline{gap:12px;padding:20px 0}.MinOrdre_step,.MinOrdre_timeline{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.MinOrdre_step{color:#999;-webkit-flex-direction:column;flex-direction:column;font-size:20px;gap:6px}.MinOrdre_step svg{stroke-width:2;height:28px;width:28px}.MinOrdre_step.active{color:#184a5b}.MinOrdre_line{background:#ddd;height:2px;width:60px}.MinOrdre_line.active{background:#184a5b}.MinOrdre_tooltip_wrapper{display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;position:relative}.MinOrdre_tooltip{background:#184a5b;border-radius:6px;bottom:40px;color:#fff;font-size:12px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;-webkit-transform:translateY(5px);transform:translateY(5px);transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;white-space:nowrap;z-index:10}.MinOrdre_tooltip:after{border:6px solid transparent;border-top-color:#184a5b;content:"";left:50%;position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.MinOrdre_tooltip_wrapper:hover .MinOrdre_tooltip{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.MinOrdre_block_title.margintop{margin-top:12px}.MinOrdre_doclink{background:#184a5b;border-radius:6px;color:#fff;display:inline-block;font-size:14px;font-weight:500;padding:12px 18px;text-decoration:none;transition:background .2s ease}.MinOrdre_doclink:hover{background:#123845}.MinOrdre_doclink.disabled{cursor:not-allowed;opacity:.6}