@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--chat-bg);color:var(--chat-text);font-family:Plus Jakarta Sans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--chat-bg:#fff;--chat-surface:#fff;--chat-text:#1f1f1f;--chat-muted:#8c8c8c;--chat-accent:#2252d8;--chat-border:#7b98ea;--chat-header-border:#e6e6e6;--chat-menu-bg:#fff;--chat-menu-shadow:0 8px 24px #0000001f;--chat-icon:#1f1f1f;--chat-card-bg:#f2f5fd;--chat-card-shadow:#63636333 0px 2px 8px 0px;--chat-bubble-user-bg:#edf1fc;--chat-bubble-ai-bg:#f7f7f7;--chat-bubble-border:#cad6f7;--chat-bubble-shadow:none;--chat-positive:#2e9e57;--chat-negative:#d92644;--chat-input-bg:#fff;--chat-followup-border:#7b8393;--chat-followup-hover:#f2f2f2;--chat-followup-panel-bg:#f2f5fda6;--chat-followup-header-bg:#2252d814;--chat-followup-chip-bg:#fff;--chat-highlight-bg:#fff8b8;--chat-overlay:#0000008c;--chat-loader-bg:#fff;--chat-loader-track:#f0f1f5;--chat-loader-text:#7b8393;--chat-solution-text:#333;color-scheme:light}:root[data-theme=dark]{--chat-bg:#1a1a1a;--chat-surface:#242424;--chat-text:#fff;--chat-muted:#999;--chat-accent:#2252d8;--chat-border:#2252d8;--chat-header-border:#2e2e2e;--chat-menu-bg:#292929;--chat-menu-shadow:0 8px 24px #00000073;--chat-icon:#fff;--chat-card-bg:#292929;--chat-card-shadow:none;--chat-bubble-user-bg:#2252d824;--chat-bubble-ai-bg:#2e2e2e;--chat-bubble-border:#3d3d3d;--chat-bubble-shadow:none;--chat-positive:#59cf84;--chat-negative:#e25a71;--chat-input-bg:#2e2e2e;--chat-followup-border:#595959;--chat-followup-hover:#2252d81a;--chat-followup-panel-bg:#1f1f1f;--chat-followup-header-bg:#2252d824;--chat-followup-chip-bg:#242424;--chat-highlight-bg:#2252d826;--chat-overlay:#000000a6;--chat-loader-bg:#1a1a1a;--chat-loader-track:#2e2e2e;--chat-loader-text:#999;--chat-solution-text:#ebebeb;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme]){--chat-bg:#1a1a1a;--chat-surface:#242424;--chat-text:#fff;--chat-muted:#999;--chat-accent:#2252d8;--chat-border:#2252d8;--chat-header-border:#2e2e2e;--chat-menu-bg:#292929;--chat-menu-shadow:0 8px 24px #00000073;--chat-icon:#fff;--chat-card-bg:#292929;--chat-card-shadow:none;--chat-bubble-user-bg:#2252d824;--chat-bubble-ai-bg:#2e2e2e;--chat-bubble-border:#3d3d3d;--chat-bubble-shadow:none;--chat-positive:#59cf84;--chat-negative:#e25a71;--chat-input-bg:#2e2e2e;--chat-followup-border:#595959;--chat-followup-hover:#2252d81a;--chat-followup-panel-bg:#1f1f1f;--chat-followup-header-bg:#2252d824;--chat-followup-chip-bg:#242424;--chat-highlight-bg:#2252d826;--chat-overlay:#000000a6;--chat-loader-bg:#1a1a1a;--chat-loader-track:#2e2e2e;--chat-loader-text:#999;--chat-solution-text:#ebebeb;color-scheme:dark}}*{box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;margin:0;padding:0}#mainDiv.mainDiv,.chat-app,body{background-color:#fff;background-color:var(--chat-bg);color:#1f1f1f;color:var(--chat-text)}.btn:focus,:focus{outline:none}.btn:focus{box-shadow:none}pre{overflow-y:hidden!important}.mainDiv{flex-direction:column;margin-top:0;min-height:100vh}.app-header,.mainDiv{background:#fff;background:var(--chat-bg);display:flex}.app-header{align-items:center;border-bottom:1px solid #e6e6e6;border-bottom:1px solid var(--chat-header-border);gap:12px;justify-content:space-between;padding:14px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.theme-toggle-btn{align-items:center;background:#0000;border:none;border-radius:10px;color:#1f1f1f;color:var(--chat-icon);cursor:pointer;display:inline-flex;height:36px;justify-content:center;margin-left:auto;padding:0;width:36px}@media (hover:hover) and (pointer:fine){.theme-toggle-btn:hover{background:#2252d814;transition:background-color .2s ease}}.app-brand{align-items:center;display:flex;gap:8px}.app-brand-logo{display:block;flex-shrink:0;height:30px;width:94px}.empty-greeting{color:#1f1f1f;color:var(--chat-text);font-size:clamp(22px,3.2vw,32px);font-weight:700;line-height:1.25;margin:0;text-align:center}.mainDivTwo{flex:1 1;position:relative;width:850px}.chat-app.is-empty .mainDivTwo,.frontScreen{align-items:center;display:flex;justify-content:center}.frontScreen{margin-top:0;padding:24px 16px 140px;width:100%}.chat-app.is-empty .frontScreen{min-height:calc(100vh - 180px);padding-bottom:160px}@media (min-width:881px){.chat-app.is-empty .frontScreen{min-height:auto;padding:0 16px 28px}.chat-app.is-empty .mainDivTwo{flex:0 0 auto;margin-bottom:0;margin-top:auto}.chat-app.is-empty .bottomArea{margin-bottom:auto}.chat-app.is-empty .bottomArea .selectFile{bottom:auto;position:relative;width:min(720px,92vw)}}.dbLogoDiv{display:flex;justify-content:center;margin-bottom:8%}.frontScreen .dbLogo{font-size:60px;margin-bottom:5%}.helpulDiv{align-items:center;display:flex;justify-content:center;width:100%}.helpulDiv1,.thankdFeedBackDiv{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.frontScreenBox{border-radius:10px;margin:4px 0;padding:3%;text-align:center}.cc{padding:0 4px}.frontScreenBox p{margin:0}.bottomArea{display:flex;justify-content:center;margin:2%;position:relative}.bottomArea .selectFile{align-items:stretch;background-color:#fff;background-color:var(--chat-surface);border:1.5px solid #7b98ea;border:1.5px solid var(--chat-border);border-radius:18px;bottom:16px;box-shadow:none;display:flex;flex-direction:column;gap:10px;padding:14px 14px 10px;position:fixed;width:min(720px,92vw);z-index:998}.bottomArea .selectFile.composer{min-height:112px}.composer-toolbar{align-items:center;display:flex;gap:8px;justify-content:space-between}.composer-toolbar-right{align-items:center;display:flex;gap:4px}.composer-icon-btn{align-items:center;background:#0000;border:none;border-radius:10px;color:#1f1f1f;color:var(--chat-icon);cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;width:36px}.composer-icon-btn:disabled{cursor:default;opacity:.55}@media (hover:hover) and (pointer:fine){.composer-icon-btn:not(:disabled):hover{background:#2252d814;transition:background-color .2s ease}}.composer-send-btn{align-items:center;background:#2252d8;background:var(--chat-accent);border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;width:36px}.attach-wrap{position:relative}.attach-menu{background:#fff;background:var(--chat-menu-bg);border-radius:12px;bottom:calc(100% + 8px);box-shadow:0 8px 24px #0000001f;box-shadow:var(--chat-menu-shadow);display:flex;flex-direction:column;gap:2px;left:0;min-width:168px;padding:6px;position:absolute;z-index:1000}.attach-menu-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#1f1f1f;color:var(--chat-text);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;margin:0;padding:10px 12px;text-align:left;width:100%}@media (hover:hover) and (pointer:fine){.attach-menu-item:hover{background:#2252d81a;transition:background-color .2s ease}}.bottomArea .selectFile1{align-items:center;border-radius:25px;bottom:1%;display:flex;justify-content:space-between;padding:5px;width:850px;z-index:998}.FeedBackDiv{border-radius:15px;height:100%;text-align:center}.Ask_Another_Doubt,.FeedBackDiv{font-size:14px;padding:10px;width:100%}.Ask_Another_Doubt{background-color:#2252d8;background-color:var(--chat-accent);border:none;border-radius:13px;color:#fff;cursor:pointer;font-weight:700}.icon-green{color:#2e9e57;color:var(--chat-positive)}.icon-red{color:#d92644;color:var(--chat-negative)}.red-button{background-color:#d9264414;border:1px solid #d92644;border:1px solid var(--chat-negative);border-radius:50px;color:#d92644;color:var(--chat-negative)}.green-button,.red-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:3px;justify-content:center;min-width:56px;padding:6px 12px;text-align:center}.green-button{background-color:#2e9e5714;border:1px solid #2e9e57;border:1px solid var(--chat-positive);border-radius:50px;color:#2e9e57;color:var(--chat-positive)}.was_helpful{font-size:16px;margin-right:20px;margin-top:8.5px;text-align:center}.feedBack-Button{display:flex;flex-direction:row;gap:10px}.chat-app .Ask_Another_Doubt,.chat-app .green-button,.chat-app .red-button,.chat-app button.followup-chip,.feedBack-Button button{margin-top:0}.attachArea{background:none;border:none;cursor:pointer}.renderButtonOne,.renderButtonTwo{border:none;border-radius:100px;cursor:pointer}.renderButtonTwo{background-color:#f2f2}.inputArea{-ms-overflow-style:none;background-color:initial;border:none;color:#1f1f1f;color:var(--chat-text);font-size:15px;line-height:1.45;max-height:160px;min-height:48px;outline:none;overflow-y:auto;padding:2px 4px;resize:none;scrollbar-width:none;width:100%}.inputArea::placeholder{color:#8c8c8c;color:var(--chat-muted)}.solutionDiv{background-color:#f2f5fd;background-color:var(--chat-card-bg);border-radius:10px;box-shadow:0 2px 8px 0 #63636333;box-shadow:var(--chat-card-shadow);margin-top:20px;padding:2%}.solutionDiv pre{color:#333;color:var(--chat-solution-text);margin-bottom:0;position:relative}.bubble-label,.solution-name-head,.solutionNameHead{color:#2252d8;color:var(--chat-accent)}.solution-text{word-wrap:break-word;color:#333;color:var(--chat-solution-text);white-space:pre-wrap}.aiSolution,.askQuestion{border:1px solid #cad6f7;border:1px solid var(--chat-bubble-border);color:#1f1f1f;color:var(--chat-text)}.aiSolution pre,.askQuestion pre,.followup-chip-text pre{word-wrap:break-word;color:#1f1f1f;color:var(--chat-text);white-space:pre-wrap}:root[data-theme=dark] .MathJax{color:#333;color:var(--chat-solution-text)}@media (prefers-color-scheme:dark){:root:not([data-theme]) .MathJax{color:#333;color:var(--chat-solution-text)}}.crop-cancel-btn{background:#0000;border:1px solid #e6e6e6!important;border:1px solid var(--chat-header-border)!important;color:#1f1f1f;color:var(--chat-text)}.solution-step-title{color:#2252d8;color:var(--chat-accent)}.muted-icon{color:#8c8c8c;color:var(--chat-muted)}.followupButton{background-color:#fff8b8;background-color:var(--chat-highlight-bg);border:1px solid #2252d8;border:1px solid var(--chat-accent);border-radius:6px;color:#2252d8;color:var(--chat-accent);cursor:pointer;font-size:12px;padding:0 5px}.imageDiv{margin-bottom:10px;margin-top:20px}.imageDiv,.imageDiv img,.questionDiv{border-radius:10px}.questionDiv{background-color:#f2f5fd;background-color:var(--chat-card-bg);box-shadow:0 2px 8px 0 #63636333;box-shadow:var(--chat-card-shadow);margin-bottom:10px;margin-top:20px;padding:2%}.questionDiv h6{color:#1f1f1f;color:var(--chat-text);font-size:.95em;line-height:1.4}:root[data-theme=dark] .dots span{background:#d1d5db}@media (prefers-color-scheme:dark){:root:not([data-theme]) .dots span{background:#d1d5db}}.solutionNameHead{margin:20px 5px}.loaderContainer{align-items:center;display:flex;justify-content:center}.drop-down{padding:5px}.imageFormate,.textFormate{margin:20px 0}.apiLogin{width:550px}.spinner-grow{height:5px;margin:2px;width:5px}.ai-thinking{align-items:center;display:flex}.dots span{animation:blink 1s ease-in-out infinite;background:#333;border-radius:50%;display:inline-block;height:4px;margin:0 3px;width:4px}.dots span:nth-child(2){animation-delay:.2s;background:#5d3da7}.dots span:nth-child(3){animation-delay:.4s;background:#816620}@keyframes blink{0%{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}to{opacity:.2;transform:scale(1)}}.processing{margin:0 0 10px 5px}.commonProcessing{margin:3px 0 5px}.talkDiv{margin-top:16px;position:relative}.followup-panel{background:#f2f5fda6;background:var(--chat-followup-panel-bg);border:1px solid #e6e6e6;border:1px solid var(--chat-header-border);border-radius:12px;display:flex;flex-direction:column;gap:0;margin-top:4px;overflow:hidden;padding:0}.followup-panel-header{background:#2252d814;background:var(--chat-followup-header-bg);border-bottom:1px solid #e6e6e6;border-bottom:1px solid var(--chat-header-border);padding:10px 14px}.followup-panel-body{display:flex;flex-direction:column;gap:12px;padding:14px}.followup-panel-label{color:#1f1f1f;color:var(--chat-text);font-size:13px;font-weight:600;margin:0}.followup-panel-sublabel{color:#8c8c8c;color:var(--chat-muted);font-size:12px;font-weight:500;letter-spacing:.04em;margin:4px 0 0;text-transform:uppercase}.followup-quick-actions{display:flex;flex-wrap:wrap;gap:8px}.followup-suggestions{display:flex;flex-direction:column;gap:8px}.followup-chip{align-items:center;background:#fff;background:var(--chat-followup-chip-bg);border:1px solid #e6e6e6;border:1px solid var(--chat-header-border);border-radius:10px;color:#1f1f1f;color:var(--chat-text);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:10px;line-height:1.35;margin:0;padding:10px 12px;text-align:left;transition:background-color .2s ease,border-color .2s ease}.followup-chip-action{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1;justify-content:flex-start;min-width:140px}.followup-chip-question{justify-content:space-between;width:100%}.followup-chip-icon{align-items:center;background:#2252d81a;border-radius:8px;color:#2252d8;color:var(--chat-accent);display:inline-flex;flex-shrink:0;font-size:14px;height:28px;justify-content:center;width:28px}.followup-chip-text{flex:1 1;min-width:0}.followup-chip-text pre{word-wrap:break-word;color:inherit;font-family:inherit;font-size:inherit;margin:0;white-space:pre-wrap}.followup-chip-arrow{color:#8c8c8c;color:var(--chat-muted);flex-shrink:0;font-size:14px;transition:transform .2s ease,color .2s ease}@media (hover:hover) and (pointer:fine){.followup-chip:hover{background:#f2f2f2;background:var(--chat-followup-hover);border-color:#7b98ea;border-color:var(--chat-border);transition:background-color .2s ease,border-color .2s ease}.followup-chip-question:hover .followup-chip-arrow{color:#2252d8;color:var(--chat-accent);transform:translateX(2px)}.green-button:hover{background-color:#2e9e5724;transition:background-color .2s ease}.red-button:hover{background-color:#d9264424;transition:background-color .2s ease}}.chat-app button.followup-chip{margin-top:0}.followup-thread{display:flex;flex-direction:column;gap:8px;margin-top:4px}.askQuestion{background-color:#edf1fc;background-color:var(--chat-bubble-user-bg);margin:10px 0}.aiSolution,.askQuestion{border-radius:10px;box-shadow:none;box-shadow:var(--chat-bubble-shadow);max-width:85%;padding:2%}.aiSolution{background-color:#f7f7f7;background-color:var(--chat-bubble-ai-bg);color:#1f1f1f;color:var(--chat-text);margin:0 0 10px}.stepAskDiv{display:none;position:relative}.MJXc-display{display:inline!important;margin:0!important}.aiForm .aiInputArea{width:100%}.aiForm .aiInputArea,.aiForm button{border:1px solid gray;border-radius:5px;padding:5px 10px}.aiForm{display:flex;gap:10px}.qDiv{color:#2252d8;color:var(--chat-accent);margin-right:5px}#MathJax_Message{display:none!important}.btnFont{font-size:20px}.optionDiv{border-radius:10px;box-shadow:0 2px 8px 0 #63636333;box-shadow:var(--chat-card-shadow);display:flex;justify-content:end;margin-top:10px}.cropDiv,.optionDiv{background-color:#f2f5fd;background-color:var(--chat-card-bg)}.cropDiv{border:1px solid #e6e6e6;border:1px solid var(--chat-header-border);border-radius:10px;box-shadow:0 8px 24px #0000001f;box-shadow:var(--chat-menu-shadow);color:#1f1f1f;color:var(--chat-text);overflow:scroll;padding:1%;position:absolute;top:5%;width:850px;z-index:1000}.box{box-sizing:border-box;display:inline-block;padding:10px}.cropAreaFooter{gap:10px;margin:10px}.cameraBody,.cropAreaFooter{display:flex;justify-content:center}.cameraBtn{border-radius:100px;bottom:8%;position:absolute;z-index:99999}.cameraDiv{display:flex;justify-content:center}.cameraOpen{z-index:1200}.eqlWZp{display:flex;justify-content:center}.noCamera{align-items:center;box-shadow:0 5px 15px #00000059;display:flex;padding:5px 15px!important;position:absolute;top:5px}.alert-dismissible .btn-close{position:relative!important}.dZaikO{border:1px solid #f2f2f2;border-radius:20px;box-shadow:0 5px 15px #00000059;padding:5px 15px!important;position:absolute;text-align:center;top:5px}.popupContent{display:flex;flex-direction:column}.popupIcon{height:24px;width:24px}.offcanvas{border-top-left-radius:30px;border-top-right-radius:30px}.followupInputDiv{background-color:#fff;background-color:var(--chat-input-bg);border:1px solid #e6e6e6;border:1px solid var(--chat-header-border);border-radius:12px;margin-top:4px;padding:4px 4px 4px 12px;width:100%}.followupInput{background-color:initial;border:none;border-radius:0;color:#1f1f1f;color:var(--chat-text);font-size:14px;outline:none;padding:8px 0;width:100%}.followup-send-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;justify-content:center;margin-top:0;padding:0}.FeedBackDiv{color:#8c8c8c;color:var(--chat-muted)}.was_helpful{color:#1f1f1f;color:var(--chat-text)}.cropper-point.point-se:before{display:none!important}.cropper-line{height:100%!important;opacity:.5!important;visibility:hidden;width:100%!important}.line-e:before{border-top:3px solid #150331;left:1.4px!important;top:4px!important}.line-e:before,.line-n:before{border-left:3px solid #150331;content:" ";height:15px!important;position:absolute!important;visibility:visible;width:15px!important}.line-n:before{border-bottom:3px solid #150331;bottom:1px!important;display:block!important;left:4px!important}.line-w:before{border-top:3px solid #150331;right:1.5px!important;top:3.8px!important}.line-s:before,.line-w:before{border-right:3px solid #150331;content:" ";display:block!important;height:15px!important;position:absolute!important;visibility:visible;width:15px!important}.line-s:before{border-bottom:3px solid #150331;bottom:7px!important;right:4.5px!important}.cropper-point{height:50px!important;width:50px!important}.cropper-point,.point-ne{opacity:0!important;position:relative}.point-ne{right:-25px!important;top:-25px!important;z-index:1}.point-nw{top:-25px!important}.point-nw,.point-sw{left:-25px!important;opacity:0!important}.point-se,.point-sw{bottom:-25px!important}.point-se{opacity:0!important}.point-e,.point-se{right:-25px!important}.point-e{height:100%!important;margin-top:0!important;top:0!important}.point-n{left:0!important;margin-left:0!important;top:-25px!important;width:100%!important}.point-w{height:100%!important;left:-25px!important;margin-top:0!important;top:0!important}.point-s{bottom:-25px!important;left:0!important;margin-left:0!important;width:100%!important}@media screen and (max-width:880px){.frontScreenBox,.mainDivTwo{width:100%}.bottomArea .selectFile,.bottomArea .selectFile1{width:92%}.mainDivTwo{padding:4%}.cropDiv{width:90%}}@media screen and (max-width:450px){.frontScreen{margin-top:0}.app-header{padding:12px 16px}.empty-greeting{font-size:22px}.apiLogin{width:100%}.questionDiv,.solutionDiv{margin-top:15px;padding:4%}.aiSolution,.askQuestion{max-width:95%;padding:4%}.bottomArea .selectFile{border-radius:20px;bottom:12px;padding:12px 12px 8px}.bottomArea .selectFile1{padding:3px}.inputArea{padding:2px}.cropDiv{width:90%}.dZaikO,.noCamera{top:3%;width:90%}}.free-doubt-main{font-family:Open Sauce One,sans-serif;font-weight:600;line-height:24px;text-align:center}.free-heading{font-size:16px;margin-top:10px}.free-text1{font-size:12px;margin-bottom:24px}.free-text2{font-size:12px;line-height:14.84px}.free-btn-container{display:flex;flex-direction:column;margin-top:10px}video{width:100%}#clickbutton{display:block;margin-left:auto;margin-right:auto;position:relative;top:4rem}#camera{background:#000;display:block;height:100%;position:absolute;width:100%;z-index:1200}.dcontainer{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;text-align:center}.downttime-text{font-family:Poppins,sans-serif}h1{color:#333;font-size:24px;font-weight:700}.icon{height:auto;margin-bottom:33px;max-width:300px;object-fit:contain;width:100%}.btn{margin-top:10px}.retry-button{background:#2454dd;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px}@media (max-width:768px){.dcard{padding:10px}.icon{max-width:100%;width:90%}.text{padding:0 10px}.retry-button{width:100%}}.recaptcha-modal{align-items:center;background:#0000008c;background:var(--chat-overlay);display:flex;height:100%;inset:0;justify-content:center;padding:16px;position:fixed;width:100%;z-index:1000}.recaptcha-modal-content{align-items:stretch;background:#fff;background:var(--chat-menu-bg);border:1px solid #e6e6e6;border:1px solid var(--chat-header-border);border-radius:18px;box-shadow:0 8px 24px #0000001f;box-shadow:var(--chat-menu-shadow);color:#1f1f1f;color:var(--chat-text);display:flex;flex-direction:column;gap:16px;padding:20px;width:min(100%,360px)}.recaptcha-modal-title{color:#1f1f1f;color:var(--chat-text);font-size:16px;font-weight:600;line-height:1.3;margin:0}.recaptcha-modal-subtitle{color:#8c8c8c;color:var(--chat-muted);font-size:13px;font-weight:400;line-height:1.4;margin:-8px 0 0}.recaptcha-modal-widget{display:flex;justify-content:center}.recaptcha-modal-actions{display:flex;gap:8px;justify-content:flex-end}.recaptcha-modal-cancel{background:#0000;border:none;border-radius:10px;color:#8c8c8c;color:var(--chat-muted);cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;margin:0;padding:8px 14px}@media (hover:hover) and (pointer:fine){.recaptcha-modal-cancel:hover{background:#2252d81a;color:#1f1f1f;color:var(--chat-text);transition:background-color .2s ease,color .2s ease}}.loader-overlay{align-items:center;background-color:#fff;background-color:var(--chat-loader-bg);display:flex;flex-direction:column;gap:20px;inset:0;justify-content:center;position:fixed;z-index:9999}.loader-progress-track{background-color:#f0f1f5;background-color:var(--chat-loader-track);border-radius:999px;height:3px;overflow:hidden;width:180px}.loader-progress-bar{background:linear-gradient(90deg,#2454dd,#5b82f5);border-radius:999px;height:100%;transition:width .1s ease;width:0;width:var(--progress,0)}.loader-message{color:#7b8393;color:var(--chat-loader-text);font-size:13px;letter-spacing:.2px;margin:0;min-height:20px;opacity:1;transition:opacity .2s ease}.loader-message.hidden{opacity:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}


/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*# sourceMappingURL=main.a1c8bf56.css.map*/