.ChatWidget-module__JpeSuG__chatWidgetContainer{z-index:9999;font-family:DM Sans,Segoe UI,sans-serif;position:fixed;bottom:24px;right:24px}.ChatWidget-module__JpeSuG__floatingButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fc7a69 0%,#e8624f 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 20px #fc7a6966,0 2px 8px #0000001a}.ChatWidget-module__JpeSuG__floatingButton:hover{transform:scale(1.08);box-shadow:0 6px 28px #fc7a6980,0 4px 12px #0000001f}.ChatWidget-module__JpeSuG__floatingButton:active{transform:scale(.95)}.ChatWidget-module__JpeSuG__floatingButton svg{width:24px;height:24px}.ChatWidget-module__JpeSuG__unreadBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;animation:2s infinite ChatWidget-module__JpeSuG__badgePulse;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #ef444466}@keyframes ChatWidget-module__JpeSuG__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ChatWidget-module__JpeSuG__chatPanel{background:#fff;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);animation:.35s cubic-bezier(.16,1,.3,1) ChatWidget-module__JpeSuG__panelSlideIn;display:flex;position:absolute;bottom:70px;right:0;overflow:hidden;box-shadow:0 12px 48px #00000026,0 4px 16px #00000014}@keyframes ChatWidget-module__JpeSuG__panelSlideIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__JpeSuG__panelHeader{color:#fff;background:linear-gradient(135deg,#157a6e 0%,#0f5e55 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatWidget-module__JpeSuG__headerInfo h3{letter-spacing:-.01em;margin:0 0 2px;font-size:15px;font-weight:700}.ChatWidget-module__JpeSuG__headerInfo p{opacity:.8;margin:0;font-size:12px;font-weight:500}.ChatWidget-module__JpeSuG__closeButton{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.ChatWidget-module__JpeSuG__closeButton:hover{background:#ffffff40}.ChatWidget-module__JpeSuG__messagesArea{background:#f8f9fb;flex:1;padding:16px;overflow-y:auto}.ChatWidget-module__JpeSuG__messagesArea::-webkit-scrollbar{width:4px}.ChatWidget-module__JpeSuG__messagesArea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.ChatWidget-module__JpeSuG__loadMoreButton{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;justify-content:center;align-items:center;gap:6px;margin:0 auto 12px;padding:4px 14px;font-size:11px;transition:all .2s;display:flex}.ChatWidget-module__JpeSuG__loadMoreButton:hover{background:#f3f4f6}.ChatWidget-module__JpeSuG__loadMoreButton:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__JpeSuG__emptyState,.ChatWidget-module__JpeSuG__loadingState{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;font-size:13px;display:flex}.ChatWidget-module__JpeSuG__spinner{border:2px solid #e5e7eb;border-top-color:#fc7a69;border-radius:50%;width:24px;height:24px;animation:.6s linear infinite ChatWidget-module__JpeSuG__spin}@keyframes ChatWidget-module__JpeSuG__spin{to{transform:rotate(360deg)}}.ChatWidget-module__JpeSuG__messageBubble{margin-bottom:10px;display:flex}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__own{justify-content:flex-end}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__other{justify-content:flex-start}.ChatWidget-module__JpeSuG__bubbleContent{max-width:75%}.ChatWidget-module__JpeSuG__senderName{margin-bottom:3px;font-size:11px;font-weight:600}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__own .ChatWidget-module__JpeSuG__senderName{text-align:right;color:#157a6e}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__other .ChatWidget-module__JpeSuG__senderName{text-align:left;color:#fc7a69}.ChatWidget-module__JpeSuG__bubble{word-break:break-word;white-space:pre-wrap;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.45}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__own .ChatWidget-module__JpeSuG__bubble{color:#fff;background:linear-gradient(135deg,#157a6e 0%,#0f5e55 100%);border-bottom-right-radius:6px}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__other .ChatWidget-module__JpeSuG__bubble{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:6px}.ChatWidget-module__JpeSuG__bubbleTime{color:#9ca3af;margin-top:3px;font-size:10px}.ChatWidget-module__JpeSuG__messageBubble.ChatWidget-module__JpeSuG__own .ChatWidget-module__JpeSuG__bubbleTime{text-align:right}.ChatWidget-module__JpeSuG__mediaContainer{max-width:100%;margin:4px 0}.ChatWidget-module__JpeSuG__audioPlayer{filter:invert(.1);max-width:200px;height:32px}.ChatWidget-module__JpeSuG__chatImage{cursor:pointer;border-radius:8px;max-width:100%;max-height:240px;display:block}.ChatWidget-module__JpeSuG__docLink{color:inherit;background:#ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;text-decoration:none;display:flex}.ChatWidget-module__JpeSuG__own .ChatWidget-module__JpeSuG__docLink{background:#ffffff26}.ChatWidget-module__JpeSuG__other .ChatWidget-module__JpeSuG__docLink{background:#fff;border:1px solid #eee}.ChatWidget-module__JpeSuG__docLink span{white-space:nowrap;text-overflow:ellipsis;flex:1;max-width:120px;overflow:hidden}.ChatWidget-module__JpeSuG__systemMessage{justify-content:center;padding:6px 0;display:flex}.ChatWidget-module__JpeSuG__systemMessage span{color:#6b7280;background:#e5e7eb;border-radius:20px;padding:4px 14px;font-size:11px;font-weight:500}.ChatWidget-module__JpeSuG__typingIndicator{align-items:center;gap:8px;padding:8px 0;display:flex}.ChatWidget-module__JpeSuG__typingDots{gap:3px;display:flex}.ChatWidget-module__JpeSuG__typingDots span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatWidget-module__JpeSuG__dotBounce}.ChatWidget-module__JpeSuG__typingDots span:nth-child(2){animation-delay:.15s}.ChatWidget-module__JpeSuG__typingDots span:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__JpeSuG__dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.ChatWidget-module__JpeSuG__typingText{color:#9ca3af;font-size:12px}.ChatWidget-module__JpeSuG__inputWrapper{background:#fff;border-top:1px solid #f0f0f0;align-items:flex-end;gap:10px;padding:12px 16px;display:flex;position:relative}.ChatWidget-module__JpeSuG__inputArea{flex-direction:column;flex:1;gap:8px;display:flex}.ChatWidget-module__JpeSuG__inputTools{align-items:center;gap:12px;padding:2px 4px;display:flex}.ChatWidget-module__JpeSuG__toolBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.ChatWidget-module__JpeSuG__toolBtn:hover{color:#fc7a69;background:#fff5f3}.ChatWidget-module__JpeSuG__toolBtn.ChatWidget-module__JpeSuG__hidden{display:none}.ChatWidget-module__JpeSuG__inputArea textarea{resize:none;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;max-height:100px;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.4;transition:all .2s}.ChatWidget-module__JpeSuG__inputArea textarea:focus{background:#fff;border-color:#fc7a69;box-shadow:0 0 0 3px #fc7a691a}.ChatWidget-module__JpeSuG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#157a6e 0%,#0d5c53 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.ChatWidget-module__JpeSuG__sendButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #157a6e4d}.ChatWidget-module__JpeSuG__sendButton:disabled{cursor:not-allowed;background:#e2e8f0}.ChatWidget-module__JpeSuG__recordingIndicator{color:#ef4444;align-items:center;gap:8px;font-family:monospace;font-size:12px;font-weight:600;display:flex}.ChatWidget-module__JpeSuG__pulseDot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite ChatWidget-module__JpeSuG__dotPulse}@keyframes ChatWidget-module__JpeSuG__dotPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.ChatWidget-module__JpeSuG__stopBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0;display:flex}.ChatWidget-module__JpeSuG__audioPreview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:1;align-items:center;gap:12px;padding:8px 12px;display:flex}.ChatWidget-module__JpeSuG__audioActionBtn{color:#fff;cursor:pointer;background:#157a6e;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ChatWidget-module__JpeSuG__audioInfo{flex:1;align-items:center;gap:8px;display:flex}.ChatWidget-module__JpeSuG__visualizer{flex:1;align-items:center;gap:2px;height:24px;display:flex}.ChatWidget-module__JpeSuG__bar{background:#cbd5e1;border-radius:2px;flex:1;height:4px}.ChatWidget-module__JpeSuG__bar.ChatWidget-module__JpeSuG__animate{background:#157a6e;animation:1s ease-in-out infinite ChatWidget-module__JpeSuG__wave}@keyframes ChatWidget-module__JpeSuG__wave{0%,to{height:4px}50%{height:16px}}.ChatWidget-module__JpeSuG__duration{color:#64748b;font-family:monospace;font-size:11px}.ChatWidget-module__JpeSuG__discardBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;transition:color .2s}.ChatWidget-module__JpeSuG__discardBtn:hover{color:#ef4444}.ChatWidget-module__JpeSuG__emojiPickerContainer{z-index:100;width:100%;height:80%;animation:.2s ease-out ChatWidget-module__JpeSuG__pickerFade;position:absolute;top:0;left:2%}@keyframes ChatWidget-module__JpeSuG__pickerFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.ChatWidget-module__JpeSuG__chatPanel{width:calc(100vw - 16px);height:440px;bottom:64px;right:-16px}}
.Header-module__ldgnoG__header{border-bottom:1px solid #e0e0e0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:97px;padding:17px 24px;display:flex;background-color:#f7f7f7!important}@media (max-width:768px){.Header-module__ldgnoG__header{justify-content:space-between;align-items:center;gap:1rem;min-height:80px;padding:12px 20px;flex-direction:row!important}}@media (max-width:480px){.Header-module__ldgnoG__header{justify-content:space-between;align-items:center;gap:.75rem;min-height:70px;padding:10px 15px;flex-direction:row!important}}.Header-module__ldgnoG__brandContainer{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__brandContainer{flex-shrink:0;justify-content:flex-start;width:auto}}.Header-module__ldgnoG__brand{color:#f7f7f7;align-items:center;font-size:18px;font-weight:700;display:flex}.Header-module__ldgnoG__welcomeUser{display:block}@media (max-width:992px){.Header-module__ldgnoG__welcomeUser{display:none}}@media (max-width:768px){.Header-module__ldgnoG__brand{font-size:16px;display:none}}@media (max-width:480px){.Header-module__ldgnoG__brand{font-size:14px;display:none}}.Header-module__ldgnoG__brand p{margin:0;font-size:28px}@media (max-width:768px){.Header-module__ldgnoG__brand p{font-size:24px}}@media (max-width:480px){.Header-module__ldgnoG__brand p{font-size:20px}}@media (max-width:992px){.Header-module__ldgnoG__brand1{display:none!important}}.Header-module__ldgnoG__brand1{flex-direction:column;margin-top:0;margin-left:15px;font-size:22px;font-weight:700;line-height:1rem;display:flex;position:relative;color:#333!important}@media (max-width:768px){.Header-module__ldgnoG__brand1{margin-top:.5rem;margin-left:5px;font-size:16px;line-height:1.3rem}}@media (max-width:480px){.Header-module__ldgnoG__brand1{flex-shrink:0;margin-left:3px;font-size:14px;line-height:1.2rem}}.Header-module__ldgnoG__brand1 p{margin:0;font-size:26px;font-weight:700;line-height:1.1;color:#333!important}@media (max-width:768px){.Header-module__ldgnoG__brand1 p{font-size:20px}}@media (max-width:480px){.Header-module__ldgnoG__brand1 p{font-size:18px}}.Header-module__ldgnoG__dropdownToggle{color:#333;cursor:pointer;background:0 0;border:none;padding-left:8px;font-size:2.6rem}@media (max-width:768px){.Header-module__ldgnoG__dropdownToggle{padding-left:5px;font-size:1rem}}.Header-module__ldgnoG__dropdownToggle:hover{background:0 0}.Header-module__ldgnoG__headerActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__headerActions{flex-shrink:0;justify-content:flex-end;gap:.75rem;width:auto;margin-left:auto}}@media (max-width:480px){.Header-module__ldgnoG__headerActions{flex-flow:wrap;align-items:center;gap:.5rem;margin-left:auto}}.Header-module__ldgnoG__changeCompanyText{color:var(--orange);cursor:pointer;white-space:nowrap;margin:0;font-size:15px;font-weight:600}@media (max-width:768px){.Header-module__ldgnoG__changeCompanyText{font-size:14px}}@media (max-width:480px){.Header-module__ldgnoG__changeCompanyText{text-align:center;font-size:10px}}.Header-module__ldgnoG__raiseIssueButton{background-color:var(--orange);color:#fff;border-color:var(--orange);white-space:nowrap;border-radius:6px;min-height:40px;padding:8px 16px;font-size:14px;font-weight:600}@media (max-width:768px){.Header-module__ldgnoG__raiseIssueButton{min-height:40px;padding:8px 16px;font-size:.9rem}}@media (max-width:480px){.Header-module__ldgnoG__raiseIssueButton{width:auto;min-height:38px;padding:6px 12px;font-size:.85rem}}.Header-module__ldgnoG__raiseIssueButton:hover{color:var(--orange);border-color:var(--orange);background-color:#0000}.Header-module__ldgnoG__raiseIssueButton:active{background-color:var(--orange);border-color:var(--orange)}.Header-module__ldgnoG__dropdownBox{z-index:9999;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff;border-radius:6px;align-items:center;min-width:180px;padding:8px;position:absolute;top:90%;left:0;box-shadow:1px 0 11px #0000004d}.Header-module__ldgnoG__dropdownBox::-webkit-scrollbar{display:none}@media (max-width:768px){.Header-module__ldgnoG__dropdownBox{min-width:100%;top:100%;left:0;right:0}}@media (max-width:480px){.Header-module__ldgnoG__dropdownBox{border-radius:8px 8px 0 0;position:fixed;inset:auto 0 0;box-shadow:0 -2px 10px #0000004d}}.Header-module__ldgnoG__dropdownButton{width:100%;min-height:48px;margin-bottom:.5rem;padding:10px 16px;font-size:15px}@media (max-width:768px){.Header-module__ldgnoG__dropdownButton{min-height:40px;font-size:13px}}@media (max-width:480px){.Header-module__ldgnoG__dropdownButton{min-height:38px;font-size:12px}}.Header-module__ldgnoG__modalContent{scrollbar-width:none;-ms-overflow-style:none;border-radius:12px}.Header-module__ldgnoG__modalContent::-webkit-scrollbar{display:none}@media (max-width:768px){.Header-module__ldgnoG__modalContent{border-radius:8px;margin:.5rem}}.Header-module__ldgnoG__modalHeader{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;border-radius:12px 12px 0 0;padding:1.75rem 2rem}.Header-module__ldgnoG__modalHeader .Header-module__ldgnoG__modal-title{color:#212529;font-size:1.5rem;font-weight:600}@media (max-width:768px){.Header-module__ldgnoG__modalHeader{padding:1.25rem 1.5rem}.Header-module__ldgnoG__modalHeader .Header-module__ldgnoG__modal-title{font-size:1.25rem}}.Header-module__ldgnoG__modalBody{scrollbar-width:none;-ms-overflow-style:none;padding:2rem}.Header-module__ldgnoG__modalBody::-webkit-scrollbar{display:none}@media (max-width:768px){.Header-module__ldgnoG__modalBody{padding:1.5rem}}@media (max-width:480px){.Header-module__ldgnoG__modalBody{padding:1rem}}.Header-module__ldgnoG__modalFooter{padding:1rem 1.5rem}@media (max-width:768px){.Header-module__ldgnoG__modalFooter{padding:.75rem 1rem}}.Header-module__ldgnoG__companyTypeCard{cursor:pointer;border:2px solid #e9ecef;border-radius:12px;min-height:100px;transition:all .3s;overflow:hidden}@media (max-width:768px){.Header-module__ldgnoG__companyTypeCard{min-height:90px}}@media (max-width:480px){.Header-module__ldgnoG__companyTypeCard{min-height:80px}}.Header-module__ldgnoG__companyTypeCard:hover{border-color:#157a6e;transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.Header-module__ldgnoG__companyTypeCard.Header-module__ldgnoG__selected{background-color:#157a6e14;border-color:#157a6e;box-shadow:0 4px 15px #157a6e33}.Header-module__ldgnoG__companyTypeCard .Header-module__ldgnoG__customRadio{cursor:pointer;accent-color:#157a6e;width:18px;height:18px;margin:0}.Header-module__ldgnoG__companyTypeCard .Header-module__ldgnoG__customRadio:checked{accent-color:#157a6e}.Header-module__ldgnoG__companyTypeCard .Header-module__ldgnoG__customRadio:focus{outline-offset:2px;outline:2px solid #157a6e}@media (max-width:768px){.Header-module__ldgnoG__companyTypeCard .Header-module__ldgnoG__customRadio{width:16px;height:16px}}@media (max-width:480px){.Header-module__ldgnoG__companyTypeCard .Header-module__ldgnoG__customRadio{width:14px;height:14px}}.Header-module__ldgnoG__infoIcon{color:#6c757d;cursor:pointer;opacity:.7;flex-shrink:0;font-size:14px;transition:color .2s}.Header-module__ldgnoG__infoIcon:hover{color:#157a6e;opacity:1}@media (max-width:768px){.Header-module__ldgnoG__infoIcon{font-size:12px}}@media (max-width:480px){.Header-module__ldgnoG__infoIcon{font-size:10px}}@media (max-width:1400px){.Header-module__ldgnoG__companyTypeGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}}@media (max-width:768px){.Header-module__ldgnoG__companyTypeGrid{grid-template-columns:1fr;gap:.75rem}}.Header-module__ldgnoG__formGroup{margin-bottom:1.5rem}@media (max-width:768px){.Header-module__ldgnoG__formGroup{margin-bottom:1rem}}.Header-module__ldgnoG__formLabel{margin-bottom:.5rem;font-size:14px;font-weight:600}@media (max-width:768px){.Header-module__ldgnoG__formLabel{font-size:13px}}.Header-module__ldgnoG__formControl{border:1px solid #ddd;border-radius:8px;padding:.75rem;font-size:14px}@media (max-width:768px){.Header-module__ldgnoG__formControl{padding:.6rem;font-size:13px}}@media (max-width:480px){.Header-module__ldgnoG__formControl{padding:.5rem;font-size:12px}}.Header-module__ldgnoG__buttonGroup{border-top:1px solid #e9ecef;justify-content:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.Header-module__ldgnoG__buttonGroup .Header-module__ldgnoG__btn{border-radius:8px;min-width:120px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}@media (max-width:768px){.Header-module__ldgnoG__buttonGroup{flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:1.25rem}.Header-module__ldgnoG__buttonGroup .Header-module__ldgnoG__btn{min-width:100px;padding:.625rem 1.25rem}}@media (max-width:480px){.Header-module__ldgnoG__buttonGroup{gap:.5rem;margin-top:1.5rem;padding-top:1rem}.Header-module__ldgnoG__buttonGroup .Header-module__ldgnoG__btn{min-width:90px;padding:.5rem 1rem;font-size:.875rem}}.Header-module__ldgnoG__confirmationModal{text-align:center}.Header-module__ldgnoG__confirmationModal .Header-module__ldgnoG__modalBody{padding:2rem 1.5rem}@media (max-width:768px){.Header-module__ldgnoG__confirmationModal .Header-module__ldgnoG__modalBody{padding:1.5rem 1rem}}.Header-module__ldgnoG__confirmationText{color:#333;font-size:16px;line-height:1.5}@media (max-width:768px){.Header-module__ldgnoG__confirmationText{font-size:14px}}.Header-module__ldgnoG__tooltip{font-size:12px}.Header-module__ldgnoG__header :focus{outline:2px solid var(--orange);outline-offset:2px}@media (max-width:768px){.Header-module__ldgnoG__header :focus{outline-offset:1px;outline-width:1px}}@media (prefers-contrast:high){.Header-module__ldgnoG__header{border-bottom-width:2px}.Header-module__ldgnoG__raiseIssueButton{border-width:2px}}@media (prefers-reduced-motion:reduce){.Header-module__ldgnoG__companyTypeCard{transition:none}.Header-module__ldgnoG__companyTypeCard:hover{transform:none}}@media (prefers-color-scheme:dark){.Header-module__ldgnoG__header{background-color:#2d2d2d;border-bottom-color:#555}.Header-module__ldgnoG__brand,.Header-module__ldgnoG__brand1{color:#fff}.Header-module__ldgnoG__dropdownBox{color:#fff;background-color:#3d3d3d}}.Header-module__ldgnoG__custom-tabs{border-bottom:2px solid #e9ecef}.Header-module__ldgnoG__custom-tabs .nav-item{margin-bottom:-2px}.Header-module__ldgnoG__custom-tabs .nav-link{color:#6c757d;border:none;border-bottom:2px solid #0000;padding:12px 16px;font-weight:600;transition:all .3s}.Header-module__ldgnoG__custom-tabs .nav-link:hover{color:#333;background-color:#00000005;border-bottom-color:#dee2e6}.Header-module__ldgnoG__custom-tabs .nav-link.active{color:var(--orange)!important;border-bottom:2px solid var(--orange)!important;background-color:#0000!important}.Header-module__ldgnoG__tickets-list-container::-webkit-scrollbar{width:6px}.Header-module__ldgnoG__tickets-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.Header-module__ldgnoG__tickets-list-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.Header-module__ldgnoG__tickets-list-container::-webkit-scrollbar-thumb:hover{background:#aaa}
.Layout-module__cbqlla__layoutWrapper{scroll-behavior:smooth;height:100vh}.Layout-module__cbqlla__fullHeight{height:100vh}.Layout-module__cbqlla__sidebarCol{z-index:1000;background-color:#3d63a4;width:100%;max-width:250px;height:100vh;padding:0;position:fixed;top:0;left:0}.Layout-module__cbqlla__contentWrapper{width:calc(100% - 250px);height:100vh;margin-left:250px;padding:0}@media (max-width:768px){.Layout-module__cbqlla__layoutWrapper{height:auto;overflow:visible}.Layout-module__cbqlla__fullHeight{height:auto}.Layout-module__cbqlla__sidebarCol{z-index:auto;width:100%;max-width:100%;height:auto;position:relative}.Layout-module__cbqlla__contentWrapper{width:100%;height:auto;margin-left:0;overflow:visible}.Layout-module__cbqlla__mainContainer{height:auto;padding:15px}.Layout-module__cbqlla__mainContent{height:calc(100vh - 60px);padding:15px;overflow-y:auto}}@media (min-width:769px) and (max-width:1024px){.Layout-module__cbqlla__sidebarCol{max-width:220px}.Layout-module__cbqlla__contentWrapper{width:calc(100% - 220px);margin-left:220px}}@media (max-width:480px){.Layout-module__cbqlla__mainContainer{padding:10px}.Layout-module__cbqlla__mainContent{padding:12px}}.Layout-module__cbqlla__mainContainer{height:calc(100vh - 60px);padding:20px;overflow-y:auto}.Layout-module__cbqlla__mainContent{background-color:#fff;border-radius:10px;padding:20px}
.CountryPhoneInput-module__Iz98SW__country-phone-input{width:100%}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__form-control{border:1px solid #ced4da;border-radius:.375rem;padding:.375rem .75rem;font-size:1rem;line-height:1.5}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__form-control:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__form-control.CountryPhoneInput-module__Iz98SW__is-invalid{border-color:#dc3545}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__form-control.CountryPhoneInput-module__Iz98SW__is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__form-control[readonly]{cursor:pointer;background-color:#f8f9fa}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__form-control[readonly]:focus{cursor:text;background-color:#fff}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__input-group-text{color:#495057;text-align:center;background-color:#e9ecef;border:1px solid #ced4da;border-right:0;min-width:60px;font-weight:500}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__clickable-dial-code{justify-content:space-between;align-items:center;padding:.375rem .5rem;transition:all .2s;display:flex;position:relative;cursor:pointer!important}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__clickable-dial-code:hover{color:#0c5460!important;background-color:#d1ecf1!important;border-color:#86b7fe!important}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__dropdown-arrow{opacity:.7;margin-left:4px;font-size:10px;transition:transform .2s}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__clickable-dial-code:hover .CountryPhoneInput-module__Iz98SW__dropdown-arrow{opacity:1;transform:translateY(1px)}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__cancel-button{z-index:10;position:absolute;top:8px;right:8px}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__cancel-button .CountryPhoneInput-module__Iz98SW__btn{border-radius:4px;padding:2px 8px;font-size:12px}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__dropdown-menu{border:1px solid #dee2e6;border-radius:.375rem;max-height:200px;overflow-y:auto;box-shadow:0 .5rem 1rem #00000026}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__dropdown-item{cursor:pointer;border-bottom:1px solid #f8f9fa;padding:.5rem 1rem;transition:background-color .15s ease-in-out}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__dropdown-item:hover{background-color:#f8f9fa}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__dropdown-item:last-child{border-bottom:none}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__font-grey{color:#6c757d;margin-bottom:.5rem;font-weight:500}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__text-danger{color:#dc3545}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__invalid-feedback{color:#dc3545;width:100%;margin-top:.25rem;font-size:.875rem;display:block}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__selected-country{color:#6c757d;margin-top:.5rem;font-size:.875rem}.CountryPhoneInput-module__Iz98SW__country-phone-input .CountryPhoneInput-module__Iz98SW__selected-country strong{color:#495057}
.ProductGrid-module__3rBaqq__mobileOnlyBanner{display:none}@media (max-width:768px){.ProductGrid-module__3rBaqq__mobileOnlyBanner{display:block}.ProductGrid-module__3rBaqq__desktopComingSoon{display:none}.ProductGrid-module__3rBaqq__marqueeTrack{white-space:nowrap;will-change:transform;width:max-content;animation:8s linear infinite ProductGrid-module__3rBaqq__marqueeMove;display:flex}@keyframes ProductGrid-module__3rBaqq__marqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}}
